chore: salesforce for Router / Booker atoms and api v2 (#19217)
* wip * small refactor * small refactor * fixup! Merge branch 'main' into enable-salesforce-router-apiv2-atom * crm props * fixup! crm props * bump platform libraries * bump platform libraries
This commit is contained in:
@@ -5380,6 +5380,14 @@
|
||||
"enum": ["range", "time"],
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "teamMemberEmail",
|
||||
"required": false,
|
||||
"in": "query",
|
||||
"schema": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
],
|
||||
"responses": {
|
||||
@@ -7338,7 +7346,7 @@
|
||||
},
|
||||
"disableOnPrefill": {
|
||||
"type": "boolean",
|
||||
"description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if the slug is `language` and options of this select field are ['english', 'italian'] and the URL contains query parameter `&language=italian`, the 'italian' radio button will be selected and the select field will be disabled."
|
||||
"description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if the slug is `language` and options of this select field are ['english', 'italian'] and the URL contains query parameter `&language=italian`, the 'italian' radio buttom will be selected and the select field will be disabled."
|
||||
},
|
||||
"hidden": {
|
||||
"type": "boolean",
|
||||
@@ -7946,7 +7954,7 @@
|
||||
},
|
||||
"beforeEventBuffer": {
|
||||
"type": "number",
|
||||
"description": "Time spaces that can be prepended before an event to give more time before it."
|
||||
"description": "Time spaces that can be pre-pended before an event to give more time before it."
|
||||
},
|
||||
"afterEventBuffer": {
|
||||
"type": "number",
|
||||
@@ -8997,7 +9005,7 @@
|
||||
},
|
||||
"disableOnPrefill": {
|
||||
"type": "boolean",
|
||||
"description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if the slug is `language` and options of this select field are ['english', 'italian'] and the URL contains query parameter `&language=italian`, the 'italian' radio button will be selected and the select field will be disabled."
|
||||
"description": "Disable this booking field if the URL contains query parameter with key equal to the slug and prefill it with the provided value. For example, if the slug is `language` and options of this select field are ['english', 'italian'] and the URL contains query parameter `&language=italian`, the 'italian' radio buttom will be selected and the select field will be disabled."
|
||||
},
|
||||
"hidden": {
|
||||
"type": "boolean",
|
||||
@@ -9638,7 +9646,7 @@
|
||||
},
|
||||
"beforeEventBuffer": {
|
||||
"type": "number",
|
||||
"description": "Time spaces that can be prepended before an event to give more time before it."
|
||||
"description": "Time spaces that can be pre-pended before an event to give more time before it."
|
||||
},
|
||||
"afterEventBuffer": {
|
||||
"type": "number",
|
||||
@@ -10992,7 +11000,7 @@
|
||||
},
|
||||
"beforeEventBuffer": {
|
||||
"type": "number",
|
||||
"description": "Time spaces that can be prepended before an event to give more time before it."
|
||||
"description": "Time spaces that can be pre-pended before an event to give more time before it."
|
||||
},
|
||||
"afterEventBuffer": {
|
||||
"type": "number",
|
||||
@@ -11763,7 +11771,7 @@
|
||||
},
|
||||
"beforeEventBuffer": {
|
||||
"type": "number",
|
||||
"description": "Time spaces that can be prepended before an event to give more time before it."
|
||||
"description": "Time spaces that can be pre-pended before an event to give more time before it."
|
||||
},
|
||||
"afterEventBuffer": {
|
||||
"type": "number",
|
||||
@@ -15366,7 +15374,7 @@
|
||||
"externalId": {
|
||||
"type": "string",
|
||||
"example": "https://caldav.icloud.com/26962146906/calendars/1644422A-1945-4438-BBC0-4F0Q23A57R7S/",
|
||||
"description": "Unique identifier used to represent the specific calendar, as returned by the /calendars endpoint"
|
||||
"description": "Unique identifier used to represent the specfic calendar, as returned by the /calendars endpoint"
|
||||
}
|
||||
},
|
||||
"required": ["integration", "externalId"]
|
||||
|
||||
Reference in New Issue
Block a user