feat: v2 bookings return rescheduledToUid (#22289)
This commit is contained in:
@@ -19759,8 +19759,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": {
|
||||
@@ -19827,8 +19826,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": {
|
||||
@@ -22538,7 +22536,8 @@
|
||||
"sk",
|
||||
"ta",
|
||||
"uk",
|
||||
"zh-TW"
|
||||
"zh-TW",
|
||||
"bn"
|
||||
],
|
||||
"example": "en"
|
||||
},
|
||||
@@ -22601,7 +22600,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",
|
||||
@@ -22750,7 +22755,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",
|
||||
@@ -22915,7 +22926,8 @@
|
||||
"sk",
|
||||
"ta",
|
||||
"uk",
|
||||
"zh-TW"
|
||||
"zh-TW",
|
||||
"bn"
|
||||
],
|
||||
"example": "en"
|
||||
},
|
||||
@@ -22995,7 +23007,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",
|
||||
@@ -23134,7 +23152,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",
|
||||
@@ -23312,7 +23336,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",
|
||||
@@ -23446,7 +23476,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