@automate.ax/integration-contracts 0.152.3 → 0.152.4
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.
- package/dist/calcom/events.d.ts +120 -120
- package/dist/calcom/openapi-schemas.generated.json +4249 -3607
- package/dist/calcom/openapi-types.generated.d.ts +2996 -2654
- package/dist/google-forms/event-schemas.d.ts +1 -1
- package/dist/google-forms/google-forms.d.ts +2 -2
- package/dist/google-forms/index.d.ts +1 -1
- package/dist/google-forms/schemas.d.ts +4 -4
- package/package.json +2 -2
- package/src/calcom/openapi-schemas.generated.json +4249 -3607
- package/src/calcom/openapi-types.generated.ts +3226 -2875
package/dist/calcom/events.d.ts
CHANGED
|
@@ -1227,6 +1227,21 @@ export declare const calcomTriggerContracts: {
|
|
|
1227
1227
|
}, z.core.$strip>], "type">>;
|
|
1228
1228
|
}, z.core.$strip>;
|
|
1229
1229
|
readonly eventSchema: z.ZodType<{
|
|
1230
|
+
readonly [key: string]: Encodable;
|
|
1231
|
+
createdAt: string;
|
|
1232
|
+
payload: CalcomPayload<"AFTER_GUESTS_CAL_VIDEO_NO_SHOW">;
|
|
1233
|
+
triggerEvent: "AFTER_GUESTS_CAL_VIDEO_NO_SHOW";
|
|
1234
|
+
} | {
|
|
1235
|
+
readonly [key: string]: Encodable;
|
|
1236
|
+
createdAt: string;
|
|
1237
|
+
payload: CalcomPayload<"AFTER_HOSTS_CAL_VIDEO_NO_SHOW">;
|
|
1238
|
+
triggerEvent: "AFTER_HOSTS_CAL_VIDEO_NO_SHOW";
|
|
1239
|
+
} | {
|
|
1240
|
+
readonly [key: string]: Encodable;
|
|
1241
|
+
createdAt: string;
|
|
1242
|
+
payload: CalcomPayload<"BOOKING_CANCELLED">;
|
|
1243
|
+
triggerEvent: "BOOKING_CANCELLED";
|
|
1244
|
+
} | {
|
|
1230
1245
|
readonly [key: string]: Encodable;
|
|
1231
1246
|
createdAt: string;
|
|
1232
1247
|
payload: CalcomPayload<"BOOKING_CREATED">;
|
|
@@ -1234,8 +1249,13 @@ export declare const calcomTriggerContracts: {
|
|
|
1234
1249
|
} | {
|
|
1235
1250
|
readonly [key: string]: Encodable;
|
|
1236
1251
|
createdAt: string;
|
|
1237
|
-
payload: CalcomPayload<"
|
|
1238
|
-
triggerEvent: "
|
|
1252
|
+
payload: CalcomPayload<"BOOKING_LOCATION_UPDATED">;
|
|
1253
|
+
triggerEvent: "BOOKING_LOCATION_UPDATED";
|
|
1254
|
+
} | {
|
|
1255
|
+
readonly [key: string]: Encodable;
|
|
1256
|
+
createdAt: string;
|
|
1257
|
+
payload: CalcomPayload<"BOOKING_NO_SHOW_UPDATED">;
|
|
1258
|
+
triggerEvent: "BOOKING_NO_SHOW_UPDATED";
|
|
1239
1259
|
} | {
|
|
1240
1260
|
readonly [key: string]: Encodable;
|
|
1241
1261
|
createdAt: string;
|
|
@@ -1244,8 +1264,18 @@ export declare const calcomTriggerContracts: {
|
|
|
1244
1264
|
} | {
|
|
1245
1265
|
readonly [key: string]: Encodable;
|
|
1246
1266
|
createdAt: string;
|
|
1247
|
-
payload: CalcomPayload<"
|
|
1248
|
-
triggerEvent: "
|
|
1267
|
+
payload: CalcomPayload<"BOOKING_PAYMENT_INITIATED">;
|
|
1268
|
+
triggerEvent: "BOOKING_PAYMENT_INITIATED";
|
|
1269
|
+
} | {
|
|
1270
|
+
readonly [key: string]: Encodable;
|
|
1271
|
+
createdAt: string;
|
|
1272
|
+
payload: CalcomPayload<"BOOKING_REASSIGNED">;
|
|
1273
|
+
triggerEvent: "BOOKING_REASSIGNED";
|
|
1274
|
+
} | {
|
|
1275
|
+
readonly [key: string]: Encodable;
|
|
1276
|
+
createdAt: string;
|
|
1277
|
+
payload: CalcomPayload<"BOOKING_REJECTED">;
|
|
1278
|
+
triggerEvent: "BOOKING_REJECTED";
|
|
1249
1279
|
} | {
|
|
1250
1280
|
readonly [key: string]: Encodable;
|
|
1251
1281
|
createdAt: string;
|
|
@@ -1254,33 +1284,53 @@ export declare const calcomTriggerContracts: {
|
|
|
1254
1284
|
} | {
|
|
1255
1285
|
readonly [key: string]: Encodable;
|
|
1256
1286
|
createdAt: string;
|
|
1257
|
-
payload: CalcomPayload<"
|
|
1258
|
-
triggerEvent: "
|
|
1287
|
+
payload: CalcomPayload<"BOOKING_RESCHEDULED">;
|
|
1288
|
+
triggerEvent: "BOOKING_RESCHEDULED";
|
|
1259
1289
|
} | {
|
|
1260
1290
|
readonly [key: string]: Encodable;
|
|
1261
1291
|
createdAt: string;
|
|
1262
|
-
payload: CalcomPayload<"
|
|
1263
|
-
triggerEvent: "
|
|
1292
|
+
payload: CalcomPayload<"CALENDAR_ENTRY_REJECTED">;
|
|
1293
|
+
triggerEvent: "CALENDAR_ENTRY_REJECTED";
|
|
1264
1294
|
} | {
|
|
1265
1295
|
readonly [key: string]: Encodable;
|
|
1266
1296
|
createdAt: string;
|
|
1267
|
-
payload: CalcomPayload<"
|
|
1268
|
-
triggerEvent: "
|
|
1297
|
+
payload: CalcomPayload<"DELEGATION_CREDENTIAL_ERROR">;
|
|
1298
|
+
triggerEvent: "DELEGATION_CREDENTIAL_ERROR";
|
|
1269
1299
|
} | {
|
|
1270
1300
|
readonly [key: string]: Encodable;
|
|
1271
1301
|
createdAt: string;
|
|
1272
|
-
payload: CalcomPayload<"
|
|
1273
|
-
triggerEvent: "
|
|
1302
|
+
payload: CalcomPayload<"DELEGATION_CREDENTIAL_ROTATION_REQUIRED">;
|
|
1303
|
+
triggerEvent: "DELEGATION_CREDENTIAL_ROTATION_REQUIRED";
|
|
1274
1304
|
} | {
|
|
1275
1305
|
readonly [key: string]: Encodable;
|
|
1276
1306
|
createdAt: string;
|
|
1277
|
-
payload: CalcomPayload<"
|
|
1278
|
-
triggerEvent: "
|
|
1307
|
+
payload: CalcomPayload<"DELEGATION_CREDENTIAL_SECRET_ROTATED">;
|
|
1308
|
+
triggerEvent: "DELEGATION_CREDENTIAL_SECRET_ROTATED";
|
|
1309
|
+
} | {
|
|
1310
|
+
readonly [key: string]: Encodable;
|
|
1311
|
+
createdAt: string;
|
|
1312
|
+
payload: CalcomPayload<"DELEGATION_CREDENTIAL_SECRET_ROTATION_FAILED">;
|
|
1313
|
+
triggerEvent: "DELEGATION_CREDENTIAL_SECRET_ROTATION_FAILED";
|
|
1279
1314
|
} | {
|
|
1280
1315
|
readonly [key: string]: Encodable;
|
|
1281
1316
|
createdAt: string;
|
|
1282
1317
|
payload: CalcomPayload<"FORM_SUBMITTED">;
|
|
1283
1318
|
triggerEvent: "FORM_SUBMITTED";
|
|
1319
|
+
} | {
|
|
1320
|
+
readonly [key: string]: Encodable;
|
|
1321
|
+
createdAt: string;
|
|
1322
|
+
payload: CalcomPayload<"FORM_SUBMITTED_NO_EVENT">;
|
|
1323
|
+
triggerEvent: "FORM_SUBMITTED_NO_EVENT";
|
|
1324
|
+
} | {
|
|
1325
|
+
readonly [key: string]: Encodable;
|
|
1326
|
+
createdAt: string;
|
|
1327
|
+
payload: CalcomPayload<"INSTANT_MEETING">;
|
|
1328
|
+
triggerEvent: "INSTANT_MEETING";
|
|
1329
|
+
} | {
|
|
1330
|
+
readonly [key: string]: Encodable;
|
|
1331
|
+
createdAt: string;
|
|
1332
|
+
payload: CalcomPayload<"INSTANT_MEETING_ACCEPTED">;
|
|
1333
|
+
triggerEvent: "INSTANT_MEETING_ACCEPTED";
|
|
1284
1334
|
} | ({
|
|
1285
1335
|
[x: string]: unknown;
|
|
1286
1336
|
attendees: {
|
|
@@ -1334,6 +1384,11 @@ export declare const calcomTriggerContracts: {
|
|
|
1334
1384
|
} & {
|
|
1335
1385
|
triggerEvent: "MEETING_STARTED";
|
|
1336
1386
|
}) | {
|
|
1387
|
+
readonly [key: string]: Encodable;
|
|
1388
|
+
createdAt: string;
|
|
1389
|
+
payload: CalcomPayload<"OOO_CREATED">;
|
|
1390
|
+
triggerEvent: "OOO_CREATED";
|
|
1391
|
+
} | {
|
|
1337
1392
|
readonly [key: string]: Encodable;
|
|
1338
1393
|
createdAt: string;
|
|
1339
1394
|
payload: CalcomPayload<"RECORDING_READY">;
|
|
@@ -1341,23 +1396,23 @@ export declare const calcomTriggerContracts: {
|
|
|
1341
1396
|
} | {
|
|
1342
1397
|
readonly [key: string]: Encodable;
|
|
1343
1398
|
createdAt: string;
|
|
1344
|
-
payload: CalcomPayload<"
|
|
1345
|
-
triggerEvent: "
|
|
1399
|
+
payload: CalcomPayload<"RECORDING_TRANSCRIPTION_GENERATED">;
|
|
1400
|
+
triggerEvent: "RECORDING_TRANSCRIPTION_GENERATED";
|
|
1346
1401
|
} | {
|
|
1347
1402
|
readonly [key: string]: Encodable;
|
|
1348
1403
|
createdAt: string;
|
|
1349
|
-
payload: CalcomPayload<"
|
|
1350
|
-
triggerEvent: "
|
|
1404
|
+
payload: CalcomPayload<"ROUTING_FORM_FALLBACK_HIT">;
|
|
1405
|
+
triggerEvent: "ROUTING_FORM_FALLBACK_HIT";
|
|
1351
1406
|
} | {
|
|
1352
1407
|
readonly [key: string]: Encodable;
|
|
1353
1408
|
createdAt: string;
|
|
1354
|
-
payload: CalcomPayload<"
|
|
1355
|
-
triggerEvent: "
|
|
1356
|
-
}
|
|
1409
|
+
payload: CalcomPayload<"WRONG_ASSIGNMENT_REPORT">;
|
|
1410
|
+
triggerEvent: "WRONG_ASSIGNMENT_REPORT";
|
|
1411
|
+
}, unknown, z.core.$ZodTypeInternals<{
|
|
1357
1412
|
readonly [key: string]: Encodable;
|
|
1358
1413
|
createdAt: string;
|
|
1359
|
-
payload: CalcomPayload<"
|
|
1360
|
-
triggerEvent: "
|
|
1414
|
+
payload: CalcomPayload<"AFTER_GUESTS_CAL_VIDEO_NO_SHOW">;
|
|
1415
|
+
triggerEvent: "AFTER_GUESTS_CAL_VIDEO_NO_SHOW";
|
|
1361
1416
|
} | {
|
|
1362
1417
|
readonly [key: string]: Encodable;
|
|
1363
1418
|
createdAt: string;
|
|
@@ -1366,103 +1421,98 @@ export declare const calcomTriggerContracts: {
|
|
|
1366
1421
|
} | {
|
|
1367
1422
|
readonly [key: string]: Encodable;
|
|
1368
1423
|
createdAt: string;
|
|
1369
|
-
payload: CalcomPayload<"
|
|
1370
|
-
triggerEvent: "
|
|
1424
|
+
payload: CalcomPayload<"BOOKING_CANCELLED">;
|
|
1425
|
+
triggerEvent: "BOOKING_CANCELLED";
|
|
1371
1426
|
} | {
|
|
1372
1427
|
readonly [key: string]: Encodable;
|
|
1373
1428
|
createdAt: string;
|
|
1374
|
-
payload: CalcomPayload<"
|
|
1375
|
-
triggerEvent: "
|
|
1429
|
+
payload: CalcomPayload<"BOOKING_CREATED">;
|
|
1430
|
+
triggerEvent: "BOOKING_CREATED";
|
|
1376
1431
|
} | {
|
|
1377
1432
|
readonly [key: string]: Encodable;
|
|
1378
1433
|
createdAt: string;
|
|
1379
|
-
payload: CalcomPayload<"
|
|
1380
|
-
triggerEvent: "
|
|
1434
|
+
payload: CalcomPayload<"BOOKING_LOCATION_UPDATED">;
|
|
1435
|
+
triggerEvent: "BOOKING_LOCATION_UPDATED";
|
|
1381
1436
|
} | {
|
|
1382
1437
|
readonly [key: string]: Encodable;
|
|
1383
1438
|
createdAt: string;
|
|
1384
|
-
payload: CalcomPayload<"
|
|
1385
|
-
triggerEvent: "
|
|
1439
|
+
payload: CalcomPayload<"BOOKING_NO_SHOW_UPDATED">;
|
|
1440
|
+
triggerEvent: "BOOKING_NO_SHOW_UPDATED";
|
|
1386
1441
|
} | {
|
|
1387
1442
|
readonly [key: string]: Encodable;
|
|
1388
1443
|
createdAt: string;
|
|
1389
|
-
payload: CalcomPayload<"
|
|
1390
|
-
triggerEvent: "
|
|
1444
|
+
payload: CalcomPayload<"BOOKING_PAID">;
|
|
1445
|
+
triggerEvent: "BOOKING_PAID";
|
|
1391
1446
|
} | {
|
|
1392
1447
|
readonly [key: string]: Encodable;
|
|
1393
1448
|
createdAt: string;
|
|
1394
|
-
payload: CalcomPayload<"
|
|
1395
|
-
triggerEvent: "
|
|
1449
|
+
payload: CalcomPayload<"BOOKING_PAYMENT_INITIATED">;
|
|
1450
|
+
triggerEvent: "BOOKING_PAYMENT_INITIATED";
|
|
1396
1451
|
} | {
|
|
1397
1452
|
readonly [key: string]: Encodable;
|
|
1398
1453
|
createdAt: string;
|
|
1399
|
-
payload: CalcomPayload<"
|
|
1400
|
-
triggerEvent: "
|
|
1454
|
+
payload: CalcomPayload<"BOOKING_REASSIGNED">;
|
|
1455
|
+
triggerEvent: "BOOKING_REASSIGNED";
|
|
1401
1456
|
} | {
|
|
1402
1457
|
readonly [key: string]: Encodable;
|
|
1403
1458
|
createdAt: string;
|
|
1404
|
-
payload: CalcomPayload<"
|
|
1405
|
-
triggerEvent: "
|
|
1459
|
+
payload: CalcomPayload<"BOOKING_REJECTED">;
|
|
1460
|
+
triggerEvent: "BOOKING_REJECTED";
|
|
1406
1461
|
} | {
|
|
1407
1462
|
readonly [key: string]: Encodable;
|
|
1408
1463
|
createdAt: string;
|
|
1409
|
-
payload: CalcomPayload<"
|
|
1410
|
-
triggerEvent: "
|
|
1411
|
-
}, unknown, z.core.$ZodTypeInternals<{
|
|
1412
|
-
readonly [key: string]: Encodable;
|
|
1413
|
-
createdAt: string;
|
|
1414
|
-
payload: CalcomPayload<"BOOKING_CREATED">;
|
|
1415
|
-
triggerEvent: "BOOKING_CREATED";
|
|
1464
|
+
payload: CalcomPayload<"BOOKING_REQUESTED">;
|
|
1465
|
+
triggerEvent: "BOOKING_REQUESTED";
|
|
1416
1466
|
} | {
|
|
1417
1467
|
readonly [key: string]: Encodable;
|
|
1418
1468
|
createdAt: string;
|
|
1419
|
-
payload: CalcomPayload<"
|
|
1420
|
-
triggerEvent: "
|
|
1469
|
+
payload: CalcomPayload<"BOOKING_RESCHEDULED">;
|
|
1470
|
+
triggerEvent: "BOOKING_RESCHEDULED";
|
|
1421
1471
|
} | {
|
|
1422
1472
|
readonly [key: string]: Encodable;
|
|
1423
1473
|
createdAt: string;
|
|
1424
|
-
payload: CalcomPayload<"
|
|
1425
|
-
triggerEvent: "
|
|
1474
|
+
payload: CalcomPayload<"CALENDAR_ENTRY_REJECTED">;
|
|
1475
|
+
triggerEvent: "CALENDAR_ENTRY_REJECTED";
|
|
1426
1476
|
} | {
|
|
1427
1477
|
readonly [key: string]: Encodable;
|
|
1428
1478
|
createdAt: string;
|
|
1429
|
-
payload: CalcomPayload<"
|
|
1430
|
-
triggerEvent: "
|
|
1479
|
+
payload: CalcomPayload<"DELEGATION_CREDENTIAL_ERROR">;
|
|
1480
|
+
triggerEvent: "DELEGATION_CREDENTIAL_ERROR";
|
|
1431
1481
|
} | {
|
|
1432
1482
|
readonly [key: string]: Encodable;
|
|
1433
1483
|
createdAt: string;
|
|
1434
|
-
payload: CalcomPayload<"
|
|
1435
|
-
triggerEvent: "
|
|
1484
|
+
payload: CalcomPayload<"DELEGATION_CREDENTIAL_ROTATION_REQUIRED">;
|
|
1485
|
+
triggerEvent: "DELEGATION_CREDENTIAL_ROTATION_REQUIRED";
|
|
1436
1486
|
} | {
|
|
1437
1487
|
readonly [key: string]: Encodable;
|
|
1438
1488
|
createdAt: string;
|
|
1439
|
-
payload: CalcomPayload<"
|
|
1440
|
-
triggerEvent: "
|
|
1489
|
+
payload: CalcomPayload<"DELEGATION_CREDENTIAL_SECRET_ROTATED">;
|
|
1490
|
+
triggerEvent: "DELEGATION_CREDENTIAL_SECRET_ROTATED";
|
|
1441
1491
|
} | {
|
|
1442
1492
|
readonly [key: string]: Encodable;
|
|
1443
1493
|
createdAt: string;
|
|
1444
|
-
payload: CalcomPayload<"
|
|
1445
|
-
triggerEvent: "
|
|
1494
|
+
payload: CalcomPayload<"DELEGATION_CREDENTIAL_SECRET_ROTATION_FAILED">;
|
|
1495
|
+
triggerEvent: "DELEGATION_CREDENTIAL_SECRET_ROTATION_FAILED";
|
|
1446
1496
|
} | {
|
|
1447
1497
|
readonly [key: string]: Encodable;
|
|
1448
1498
|
createdAt: string;
|
|
1449
|
-
payload: CalcomPayload<"
|
|
1450
|
-
triggerEvent: "
|
|
1499
|
+
payload: CalcomPayload<"FORM_SUBMITTED">;
|
|
1500
|
+
triggerEvent: "FORM_SUBMITTED";
|
|
1451
1501
|
} | {
|
|
1452
1502
|
readonly [key: string]: Encodable;
|
|
1453
1503
|
createdAt: string;
|
|
1454
|
-
payload: CalcomPayload<"
|
|
1455
|
-
triggerEvent: "
|
|
1504
|
+
payload: CalcomPayload<"FORM_SUBMITTED_NO_EVENT">;
|
|
1505
|
+
triggerEvent: "FORM_SUBMITTED_NO_EVENT";
|
|
1456
1506
|
} | {
|
|
1457
1507
|
readonly [key: string]: Encodable;
|
|
1458
1508
|
createdAt: string;
|
|
1459
|
-
payload: CalcomPayload<"
|
|
1460
|
-
triggerEvent: "
|
|
1509
|
+
payload: CalcomPayload<"INSTANT_MEETING">;
|
|
1510
|
+
triggerEvent: "INSTANT_MEETING";
|
|
1461
1511
|
} | {
|
|
1462
1512
|
readonly [key: string]: Encodable;
|
|
1463
1513
|
createdAt: string;
|
|
1464
|
-
payload: CalcomPayload<"
|
|
1465
|
-
triggerEvent: "
|
|
1514
|
+
payload: CalcomPayload<"INSTANT_MEETING_ACCEPTED">;
|
|
1515
|
+
triggerEvent: "INSTANT_MEETING_ACCEPTED";
|
|
1466
1516
|
} | ({
|
|
1467
1517
|
[x: string]: unknown;
|
|
1468
1518
|
attendees: {
|
|
@@ -1516,26 +1566,6 @@ export declare const calcomTriggerContracts: {
|
|
|
1516
1566
|
} & {
|
|
1517
1567
|
triggerEvent: "MEETING_STARTED";
|
|
1518
1568
|
}) | {
|
|
1519
|
-
readonly [key: string]: Encodable;
|
|
1520
|
-
createdAt: string;
|
|
1521
|
-
payload: CalcomPayload<"RECORDING_READY">;
|
|
1522
|
-
triggerEvent: "RECORDING_READY";
|
|
1523
|
-
} | {
|
|
1524
|
-
readonly [key: string]: Encodable;
|
|
1525
|
-
createdAt: string;
|
|
1526
|
-
payload: CalcomPayload<"INSTANT_MEETING">;
|
|
1527
|
-
triggerEvent: "INSTANT_MEETING";
|
|
1528
|
-
} | {
|
|
1529
|
-
readonly [key: string]: Encodable;
|
|
1530
|
-
createdAt: string;
|
|
1531
|
-
payload: CalcomPayload<"INSTANT_MEETING_ACCEPTED">;
|
|
1532
|
-
triggerEvent: "INSTANT_MEETING_ACCEPTED";
|
|
1533
|
-
} | {
|
|
1534
|
-
readonly [key: string]: Encodable;
|
|
1535
|
-
createdAt: string;
|
|
1536
|
-
payload: CalcomPayload<"RECORDING_TRANSCRIPTION_GENERATED">;
|
|
1537
|
-
triggerEvent: "RECORDING_TRANSCRIPTION_GENERATED";
|
|
1538
|
-
} | {
|
|
1539
1569
|
readonly [key: string]: Encodable;
|
|
1540
1570
|
createdAt: string;
|
|
1541
1571
|
payload: CalcomPayload<"OOO_CREATED">;
|
|
@@ -1543,53 +1573,23 @@ export declare const calcomTriggerContracts: {
|
|
|
1543
1573
|
} | {
|
|
1544
1574
|
readonly [key: string]: Encodable;
|
|
1545
1575
|
createdAt: string;
|
|
1546
|
-
payload: CalcomPayload<"
|
|
1547
|
-
triggerEvent: "
|
|
1548
|
-
} | {
|
|
1549
|
-
readonly [key: string]: Encodable;
|
|
1550
|
-
createdAt: string;
|
|
1551
|
-
payload: CalcomPayload<"AFTER_GUESTS_CAL_VIDEO_NO_SHOW">;
|
|
1552
|
-
triggerEvent: "AFTER_GUESTS_CAL_VIDEO_NO_SHOW";
|
|
1576
|
+
payload: CalcomPayload<"RECORDING_READY">;
|
|
1577
|
+
triggerEvent: "RECORDING_READY";
|
|
1553
1578
|
} | {
|
|
1554
1579
|
readonly [key: string]: Encodable;
|
|
1555
1580
|
createdAt: string;
|
|
1556
|
-
payload: CalcomPayload<"
|
|
1557
|
-
triggerEvent: "
|
|
1581
|
+
payload: CalcomPayload<"RECORDING_TRANSCRIPTION_GENERATED">;
|
|
1582
|
+
triggerEvent: "RECORDING_TRANSCRIPTION_GENERATED";
|
|
1558
1583
|
} | {
|
|
1559
1584
|
readonly [key: string]: Encodable;
|
|
1560
1585
|
createdAt: string;
|
|
1561
1586
|
payload: CalcomPayload<"ROUTING_FORM_FALLBACK_HIT">;
|
|
1562
1587
|
triggerEvent: "ROUTING_FORM_FALLBACK_HIT";
|
|
1563
|
-
} | {
|
|
1564
|
-
readonly [key: string]: Encodable;
|
|
1565
|
-
createdAt: string;
|
|
1566
|
-
payload: CalcomPayload<"DELEGATION_CREDENTIAL_ERROR">;
|
|
1567
|
-
triggerEvent: "DELEGATION_CREDENTIAL_ERROR";
|
|
1568
1588
|
} | {
|
|
1569
1589
|
readonly [key: string]: Encodable;
|
|
1570
1590
|
createdAt: string;
|
|
1571
1591
|
payload: CalcomPayload<"WRONG_ASSIGNMENT_REPORT">;
|
|
1572
1592
|
triggerEvent: "WRONG_ASSIGNMENT_REPORT";
|
|
1573
|
-
} | {
|
|
1574
|
-
readonly [key: string]: Encodable;
|
|
1575
|
-
createdAt: string;
|
|
1576
|
-
payload: CalcomPayload<"DELEGATION_CREDENTIAL_SECRET_ROTATION_FAILED">;
|
|
1577
|
-
triggerEvent: "DELEGATION_CREDENTIAL_SECRET_ROTATION_FAILED";
|
|
1578
|
-
} | {
|
|
1579
|
-
readonly [key: string]: Encodable;
|
|
1580
|
-
createdAt: string;
|
|
1581
|
-
payload: CalcomPayload<"DELEGATION_CREDENTIAL_ROTATION_REQUIRED">;
|
|
1582
|
-
triggerEvent: "DELEGATION_CREDENTIAL_ROTATION_REQUIRED";
|
|
1583
|
-
} | {
|
|
1584
|
-
readonly [key: string]: Encodable;
|
|
1585
|
-
createdAt: string;
|
|
1586
|
-
payload: CalcomPayload<"DELEGATION_CREDENTIAL_SECRET_ROTATED">;
|
|
1587
|
-
triggerEvent: "DELEGATION_CREDENTIAL_SECRET_ROTATED";
|
|
1588
|
-
} | {
|
|
1589
|
-
readonly [key: string]: Encodable;
|
|
1590
|
-
createdAt: string;
|
|
1591
|
-
payload: CalcomPayload<"CALENDAR_ENTRY_REJECTED">;
|
|
1592
|
-
triggerEvent: "CALENDAR_ENTRY_REJECTED";
|
|
1593
1593
|
}, unknown>>;
|
|
1594
1594
|
};
|
|
1595
1595
|
readonly "calcom.form.submitted": {
|