@automate.ax/integration-contracts 0.145.0 → 0.145.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Generated from https://cal.com/docs/api-reference/v2/openapi.json. Source
|
|
3
|
-
* SHA-256:
|
|
3
|
+
* SHA-256: d2eb88f3737d5944e84f0205dab67e95296c57a9773d500ff2b9f4748f9cd43c.
|
|
4
4
|
*/
|
|
5
5
|
export interface components {
|
|
6
6
|
schemas: {
|
|
@@ -830,8 +830,6 @@ export interface components {
|
|
|
830
830
|
*/
|
|
831
831
|
cancellationReason?: string
|
|
832
832
|
/**
|
|
833
|
-
* Format: email
|
|
834
|
-
*
|
|
835
833
|
* @example
|
|
836
834
|
* canceller@example.com
|
|
837
835
|
*/
|
|
@@ -847,7 +845,7 @@ export interface components {
|
|
|
847
845
|
* @example
|
|
848
846
|
* rescheduler@example.com
|
|
849
847
|
*/
|
|
850
|
-
rescheduledByEmail?: string
|
|
848
|
+
rescheduledByEmail?: string | null
|
|
851
849
|
/**
|
|
852
850
|
* UID of the previous booking from which this booking was rescheduled.
|
|
853
851
|
*
|
|
@@ -888,8 +886,8 @@ export interface components {
|
|
|
888
886
|
* @example
|
|
889
887
|
* 50
|
|
890
888
|
*/
|
|
891
|
-
eventTypeId: number
|
|
892
|
-
eventType: components["schemas"]["EventType"]
|
|
889
|
+
eventTypeId: number | null
|
|
890
|
+
eventType: components["schemas"]["EventType"] | null
|
|
893
891
|
/**
|
|
894
892
|
* Format: uri
|
|
895
893
|
*
|
|
@@ -935,7 +933,7 @@ export interface components {
|
|
|
935
933
|
* @example
|
|
936
934
|
* 4
|
|
937
935
|
*/
|
|
938
|
-
rating?: number
|
|
936
|
+
rating?: number | null
|
|
939
937
|
/**
|
|
940
938
|
* UID of ICS event.
|
|
941
939
|
*
|
|
@@ -3978,7 +3976,6 @@ export interface components {
|
|
|
3978
3976
|
bookingLimitsDuration?:
|
|
3979
3977
|
| components["schemas"]["BaseBookingLimitsDuration_2024_06_14"]
|
|
3980
3978
|
| components["schemas"]["Disabled_2024_06_14"]
|
|
3981
|
-
/** Limit how far in the future this event can be booked */
|
|
3982
3979
|
bookingWindow?:
|
|
3983
3980
|
| (
|
|
3984
3981
|
| components["schemas"]["BusinessDaysWindow_2024_06_14"]
|
|
@@ -4345,8 +4342,6 @@ export interface components {
|
|
|
4345
4342
|
*/
|
|
4346
4343
|
cancellationReason?: string
|
|
4347
4344
|
/**
|
|
4348
|
-
* Format: email
|
|
4349
|
-
*
|
|
4350
4345
|
* @example
|
|
4351
4346
|
* canceller@example.com
|
|
4352
4347
|
*/
|
|
@@ -4362,7 +4357,7 @@ export interface components {
|
|
|
4362
4357
|
* @example
|
|
4363
4358
|
* rescheduler@example.com
|
|
4364
4359
|
*/
|
|
4365
|
-
rescheduledByEmail?: string
|
|
4360
|
+
rescheduledByEmail?: string | null
|
|
4366
4361
|
/**
|
|
4367
4362
|
* UID of the previous booking from which this booking was rescheduled.
|
|
4368
4363
|
*
|
|
@@ -4403,8 +4398,8 @@ export interface components {
|
|
|
4403
4398
|
* @example
|
|
4404
4399
|
* 50
|
|
4405
4400
|
*/
|
|
4406
|
-
eventTypeId: number
|
|
4407
|
-
eventType: components["schemas"]["EventType"]
|
|
4401
|
+
eventTypeId: number | null
|
|
4402
|
+
eventType: components["schemas"]["EventType"] | null
|
|
4408
4403
|
/**
|
|
4409
4404
|
* Format: uri
|
|
4410
4405
|
*
|
|
@@ -4450,7 +4445,7 @@ export interface components {
|
|
|
4450
4445
|
* @example
|
|
4451
4446
|
* 4
|
|
4452
4447
|
*/
|
|
4453
|
-
rating?: number
|
|
4448
|
+
rating?: number | null
|
|
4454
4449
|
/**
|
|
4455
4450
|
* UID of ICS event.
|
|
4456
4451
|
*
|
|
@@ -4530,8 +4525,6 @@ export interface components {
|
|
|
4530
4525
|
*/
|
|
4531
4526
|
cancellationReason?: string
|
|
4532
4527
|
/**
|
|
4533
|
-
* Format: email
|
|
4534
|
-
*
|
|
4535
4528
|
* @example
|
|
4536
4529
|
* canceller@example.com
|
|
4537
4530
|
*/
|
|
@@ -4547,7 +4540,7 @@ export interface components {
|
|
|
4547
4540
|
* @example
|
|
4548
4541
|
* rescheduler@example.com
|
|
4549
4542
|
*/
|
|
4550
|
-
rescheduledByEmail?: string
|
|
4543
|
+
rescheduledByEmail?: string | null
|
|
4551
4544
|
/**
|
|
4552
4545
|
* UID of the previous booking from which this booking was rescheduled.
|
|
4553
4546
|
*
|
|
@@ -4588,8 +4581,8 @@ export interface components {
|
|
|
4588
4581
|
* @example
|
|
4589
4582
|
* 50
|
|
4590
4583
|
*/
|
|
4591
|
-
eventTypeId: number
|
|
4592
|
-
eventType: components["schemas"]["EventType"]
|
|
4584
|
+
eventTypeId: number | null
|
|
4585
|
+
eventType: components["schemas"]["EventType"] | null
|
|
4593
4586
|
/**
|
|
4594
4587
|
* Format: uri
|
|
4595
4588
|
*
|
|
@@ -4635,7 +4628,7 @@ export interface components {
|
|
|
4635
4628
|
* @example
|
|
4636
4629
|
* 4
|
|
4637
4630
|
*/
|
|
4638
|
-
rating?: number
|
|
4631
|
+
rating?: number | null
|
|
4639
4632
|
/**
|
|
4640
4633
|
* UID of ICS event.
|
|
4641
4634
|
*
|
|
@@ -6135,8 +6128,6 @@ export interface components {
|
|
|
6135
6128
|
*/
|
|
6136
6129
|
cancellationReason?: string
|
|
6137
6130
|
/**
|
|
6138
|
-
* Format: email
|
|
6139
|
-
*
|
|
6140
6131
|
* @example
|
|
6141
6132
|
* canceller@example.com
|
|
6142
6133
|
*/
|
|
@@ -6152,7 +6143,7 @@ export interface components {
|
|
|
6152
6143
|
* @example
|
|
6153
6144
|
* rescheduler@example.com
|
|
6154
6145
|
*/
|
|
6155
|
-
rescheduledByEmail?: string
|
|
6146
|
+
rescheduledByEmail?: string | null
|
|
6156
6147
|
/**
|
|
6157
6148
|
* UID of the previous booking from which this booking was rescheduled.
|
|
6158
6149
|
*
|
|
@@ -6193,8 +6184,8 @@ export interface components {
|
|
|
6193
6184
|
* @example
|
|
6194
6185
|
* 50
|
|
6195
6186
|
*/
|
|
6196
|
-
eventTypeId: number
|
|
6197
|
-
eventType: components["schemas"]["EventType"]
|
|
6187
|
+
eventTypeId: number | null
|
|
6188
|
+
eventType: components["schemas"]["EventType"] | null
|
|
6198
6189
|
/**
|
|
6199
6190
|
* Format: uri
|
|
6200
6191
|
*
|
|
@@ -6240,7 +6231,7 @@ export interface components {
|
|
|
6240
6231
|
* @example
|
|
6241
6232
|
* 4
|
|
6242
6233
|
*/
|
|
6243
|
-
rating?: number
|
|
6234
|
+
rating?: number | null
|
|
6244
6235
|
/**
|
|
6245
6236
|
* UID of ICS event.
|
|
6246
6237
|
*
|
|
@@ -7367,7 +7358,6 @@ export interface components {
|
|
|
7367
7358
|
bookingLimitsDuration?:
|
|
7368
7359
|
| components["schemas"]["BaseBookingLimitsDuration_2024_06_14"]
|
|
7369
7360
|
| components["schemas"]["Disabled_2024_06_14"]
|
|
7370
|
-
/** Limit how far in the future this event can be booked */
|
|
7371
7361
|
bookingWindow?:
|
|
7372
7362
|
| (
|
|
7373
7363
|
| components["schemas"]["BusinessDaysWindow_2024_06_14"]
|
|
@@ -7526,18 +7516,18 @@ export interface components {
|
|
|
7526
7516
|
}
|
|
7527
7517
|
TeamOutputDto: {
|
|
7528
7518
|
id: number
|
|
7529
|
-
parentId?: number
|
|
7519
|
+
parentId?: number | null
|
|
7530
7520
|
name: string
|
|
7531
7521
|
slug?: string
|
|
7532
7522
|
/** Format: uri */
|
|
7533
|
-
logoUrl?: string
|
|
7523
|
+
logoUrl?: string | null
|
|
7534
7524
|
/** Format: uri */
|
|
7535
|
-
calVideoLogo?: string
|
|
7525
|
+
calVideoLogo?: string | null
|
|
7536
7526
|
/** Format: uri */
|
|
7537
|
-
appLogo?: string
|
|
7527
|
+
appLogo?: string | null
|
|
7538
7528
|
/** Format: uri */
|
|
7539
|
-
appIconLogo?: string
|
|
7540
|
-
bio?: string
|
|
7529
|
+
appIconLogo?: string | null
|
|
7530
|
+
bio?: string | null
|
|
7541
7531
|
hideBranding?: boolean
|
|
7542
7532
|
isOrganization: boolean
|
|
7543
7533
|
isPrivate?: boolean
|
|
@@ -7550,12 +7540,12 @@ export interface components {
|
|
|
7550
7540
|
metadata?: {
|
|
7551
7541
|
[key: string]: unknown
|
|
7552
7542
|
}
|
|
7553
|
-
theme?: string
|
|
7554
|
-
brandColor?: string
|
|
7555
|
-
darkBrandColor?: string
|
|
7543
|
+
theme?: string | null
|
|
7544
|
+
brandColor?: string | null
|
|
7545
|
+
darkBrandColor?: string | null
|
|
7556
7546
|
/** Format: uri */
|
|
7557
|
-
bannerUrl?: string
|
|
7558
|
-
timeFormat?: number
|
|
7547
|
+
bannerUrl?: string | null
|
|
7548
|
+
timeFormat?: number | null
|
|
7559
7549
|
/** @default Europe/London */
|
|
7560
7550
|
timeZone: string
|
|
7561
7551
|
/** @default Sunday */
|
|
@@ -9240,7 +9230,7 @@ export interface components {
|
|
|
9240
9230
|
* @example
|
|
9241
9231
|
* 2
|
|
9242
9232
|
*/
|
|
9243
|
-
toUserId?: number
|
|
9233
|
+
toUserId?: number | null
|
|
9244
9234
|
/**
|
|
9245
9235
|
* The ID of the ooo entry.
|
|
9246
9236
|
*
|
|
@@ -9326,7 +9316,7 @@ export interface components {
|
|
|
9326
9316
|
* "booker": "{{attendees.0.name}}"
|
|
9327
9317
|
* }
|
|
9328
9318
|
*/
|
|
9329
|
-
payloadTemplate: string
|
|
9319
|
+
payloadTemplate: string | null
|
|
9330
9320
|
triggers: (
|
|
9331
9321
|
| "BOOKING_CREATED"
|
|
9332
9322
|
| "BOOKING_PAYMENT_INITIATED"
|
|
@@ -9364,16 +9354,16 @@ export interface components {
|
|
|
9364
9354
|
* @example
|
|
9365
9355
|
* 5
|
|
9366
9356
|
*/
|
|
9367
|
-
time?: number
|
|
9357
|
+
time?: number | null
|
|
9368
9358
|
/**
|
|
9369
9359
|
* The unit of the no-show time value
|
|
9370
9360
|
*
|
|
9371
9361
|
* @example
|
|
9372
9362
|
* MINUTE
|
|
9373
9363
|
*
|
|
9374
|
-
* @enum {string}
|
|
9364
|
+
* @enum {string | null}
|
|
9375
9365
|
*/
|
|
9376
|
-
timeUnit?: "DAY" | "HOUR" | "MINUTE"
|
|
9366
|
+
timeUnit?: "DAY" | "HOUR" | "MINUTE" | null
|
|
9377
9367
|
/**
|
|
9378
9368
|
* The payload format version of the webhook. Version 2026-07-27 adds
|
|
9379
9369
|
* generated ICS calendar content (`attendeeIcsContent`,
|
|
@@ -9388,7 +9378,8 @@ export interface components {
|
|
|
9388
9378
|
*/
|
|
9389
9379
|
version: "2021-10-20" | "2026-07-27"
|
|
9390
9380
|
userId: number
|
|
9391
|
-
|
|
9381
|
+
/** Format: uuid */
|
|
9382
|
+
id: string
|
|
9392
9383
|
subscriberUrl: string
|
|
9393
9384
|
active: boolean
|
|
9394
9385
|
secret?: string
|