feat: v2 bookings return rescheduledToUid (#22289)
This commit is contained in:
@@ -21402,8 +21402,7 @@
|
||||
"OOO_CREATED",
|
||||
"AFTER_HOSTS_CAL_VIDEO_NO_SHOW",
|
||||
"AFTER_GUESTS_CAL_VIDEO_NO_SHOW",
|
||||
"FORM_SUBMITTED_NO_EVENT",
|
||||
"RESERVATION_EXPIRED"
|
||||
"FORM_SUBMITTED_NO_EVENT"
|
||||
]
|
||||
},
|
||||
"secret": {
|
||||
@@ -21480,8 +21479,7 @@
|
||||
"OOO_CREATED",
|
||||
"AFTER_HOSTS_CAL_VIDEO_NO_SHOW",
|
||||
"AFTER_GUESTS_CAL_VIDEO_NO_SHOW",
|
||||
"FORM_SUBMITTED_NO_EVENT",
|
||||
"RESERVATION_EXPIRED"
|
||||
"FORM_SUBMITTED_NO_EVENT"
|
||||
]
|
||||
},
|
||||
"secret": {
|
||||
@@ -24602,7 +24600,8 @@
|
||||
"sk",
|
||||
"ta",
|
||||
"uk",
|
||||
"zh-TW"
|
||||
"zh-TW",
|
||||
"bn"
|
||||
],
|
||||
"example": "en"
|
||||
},
|
||||
@@ -24675,7 +24674,13 @@
|
||||
},
|
||||
"rescheduledFromUid": {
|
||||
"type": "string",
|
||||
"example": "previous_uid_123"
|
||||
"example": "previous_uid_123",
|
||||
"description": "UID of the previous booking from which this booking was rescheduled."
|
||||
},
|
||||
"rescheduledToUid": {
|
||||
"type": "string",
|
||||
"example": "new_uid_456",
|
||||
"description": "UID of the new booking to which this booking was rescheduled."
|
||||
},
|
||||
"start": {
|
||||
"type": "string",
|
||||
@@ -24832,7 +24837,13 @@
|
||||
},
|
||||
"rescheduledFromUid": {
|
||||
"type": "string",
|
||||
"example": "previous_uid_123"
|
||||
"example": "previous_uid_123",
|
||||
"description": "UID of the previous booking from which this booking was rescheduled."
|
||||
},
|
||||
"rescheduledToUid": {
|
||||
"type": "string",
|
||||
"example": "new_uid_456",
|
||||
"description": "UID of the new booking to which this booking was rescheduled."
|
||||
},
|
||||
"start": {
|
||||
"type": "string",
|
||||
@@ -25000,7 +25011,8 @@
|
||||
"sk",
|
||||
"ta",
|
||||
"uk",
|
||||
"zh-TW"
|
||||
"zh-TW",
|
||||
"bn"
|
||||
],
|
||||
"example": "en"
|
||||
},
|
||||
@@ -25092,7 +25104,13 @@
|
||||
},
|
||||
"rescheduledFromUid": {
|
||||
"type": "string",
|
||||
"example": "previous_uid_123"
|
||||
"example": "previous_uid_123",
|
||||
"description": "UID of the previous booking from which this booking was rescheduled."
|
||||
},
|
||||
"rescheduledToUid": {
|
||||
"type": "string",
|
||||
"example": "new_uid_456",
|
||||
"description": "UID of the new booking to which this booking was rescheduled."
|
||||
},
|
||||
"start": {
|
||||
"type": "string",
|
||||
@@ -25236,7 +25254,13 @@
|
||||
},
|
||||
"rescheduledFromUid": {
|
||||
"type": "string",
|
||||
"example": "previous_uid_123"
|
||||
"example": "previous_uid_123",
|
||||
"description": "UID of the previous booking from which this booking was rescheduled."
|
||||
},
|
||||
"rescheduledToUid": {
|
||||
"type": "string",
|
||||
"example": "new_uid_456",
|
||||
"description": "UID of the new booking to which this booking was rescheduled."
|
||||
},
|
||||
"start": {
|
||||
"type": "string",
|
||||
@@ -25425,7 +25449,13 @@
|
||||
},
|
||||
"rescheduledFromUid": {
|
||||
"type": "string",
|
||||
"example": "previous_uid_123"
|
||||
"example": "previous_uid_123",
|
||||
"description": "UID of the previous booking from which this booking was rescheduled."
|
||||
},
|
||||
"rescheduledToUid": {
|
||||
"type": "string",
|
||||
"example": "new_uid_456",
|
||||
"description": "UID of the new booking to which this booking was rescheduled."
|
||||
},
|
||||
"start": {
|
||||
"type": "string",
|
||||
@@ -25564,7 +25594,13 @@
|
||||
},
|
||||
"rescheduledFromUid": {
|
||||
"type": "string",
|
||||
"example": "previous_uid_123"
|
||||
"example": "previous_uid_123",
|
||||
"description": "UID of the previous booking from which this booking was rescheduled."
|
||||
},
|
||||
"rescheduledToUid": {
|
||||
"type": "string",
|
||||
"example": "new_uid_456",
|
||||
"description": "UID of the new booking to which this booking was rescheduled."
|
||||
},
|
||||
"start": {
|
||||
"type": "string",
|
||||
|
||||
Reference in New Issue
Block a user