@seamapi/types 1.294.1 → 1.296.0

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.
@@ -300,16 +300,59 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
300
300
  message: string;
301
301
  error_code: string;
302
302
  }>, "many">;
303
- warnings: z.ZodArray<z.ZodObject<{
304
- warning_code: z.ZodString;
303
+ warnings: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
304
+ created_at: z.ZodString;
305
305
  message: z.ZodString;
306
- }, "strip", z.ZodTypeAny, {
306
+ }, {
307
+ warning_code: z.ZodLiteral<"waiting_to_be_issued">;
308
+ }>, "strip", z.ZodTypeAny, {
307
309
  message: string;
308
- warning_code: string;
310
+ warning_code: "waiting_to_be_issued";
311
+ created_at: string;
309
312
  }, {
310
313
  message: string;
311
- warning_code: string;
312
- }>, "many">;
314
+ warning_code: "waiting_to_be_issued";
315
+ created_at: string;
316
+ }>, z.ZodObject<z.objectUtil.extendShape<{
317
+ created_at: z.ZodString;
318
+ message: z.ZodString;
319
+ }, {
320
+ warning_code: z.ZodLiteral<"schedule_externally_modified">;
321
+ }>, "strip", z.ZodTypeAny, {
322
+ message: string;
323
+ warning_code: "schedule_externally_modified";
324
+ created_at: string;
325
+ }, {
326
+ message: string;
327
+ warning_code: "schedule_externally_modified";
328
+ created_at: string;
329
+ }>, z.ZodObject<z.objectUtil.extendShape<{
330
+ created_at: z.ZodString;
331
+ message: z.ZodString;
332
+ }, {
333
+ warning_code: z.ZodLiteral<"schedule_modified">;
334
+ }>, "strip", z.ZodTypeAny, {
335
+ message: string;
336
+ warning_code: "schedule_modified";
337
+ created_at: string;
338
+ }, {
339
+ message: string;
340
+ warning_code: "schedule_modified";
341
+ created_at: string;
342
+ }>, z.ZodObject<z.objectUtil.extendShape<{
343
+ created_at: z.ZodString;
344
+ message: z.ZodString;
345
+ }, {
346
+ warning_code: z.ZodLiteral<"being_deleted">;
347
+ }>, "strip", z.ZodTypeAny, {
348
+ message: string;
349
+ warning_code: "being_deleted";
350
+ created_at: string;
351
+ }, {
352
+ message: string;
353
+ warning_code: "being_deleted";
354
+ created_at: string;
355
+ }>]>, "many">;
313
356
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
314
357
  is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
315
358
  latest_desired_state_synced_with_provider_at: z.ZodOptional<z.ZodString>;
@@ -349,10 +392,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
349
392
  message: string;
350
393
  error_code: string;
351
394
  }[];
352
- warnings: {
395
+ warnings: ({
353
396
  message: string;
354
- warning_code: string;
355
- }[];
397
+ warning_code: "waiting_to_be_issued";
398
+ created_at: string;
399
+ } | {
400
+ message: string;
401
+ warning_code: "schedule_externally_modified";
402
+ created_at: string;
403
+ } | {
404
+ message: string;
405
+ warning_code: "schedule_modified";
406
+ created_at: string;
407
+ } | {
408
+ message: string;
409
+ warning_code: "being_deleted";
410
+ created_at: string;
411
+ })[];
356
412
  display_name: string;
357
413
  workspace_id: string;
358
414
  is_managed: true;
@@ -389,10 +445,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
389
445
  message: string;
390
446
  error_code: string;
391
447
  }[];
392
- warnings: {
448
+ warnings: ({
393
449
  message: string;
394
- warning_code: string;
395
- }[];
450
+ warning_code: "waiting_to_be_issued";
451
+ created_at: string;
452
+ } | {
453
+ message: string;
454
+ warning_code: "schedule_externally_modified";
455
+ created_at: string;
456
+ } | {
457
+ message: string;
458
+ warning_code: "schedule_modified";
459
+ created_at: string;
460
+ } | {
461
+ message: string;
462
+ warning_code: "being_deleted";
463
+ created_at: string;
464
+ })[];
396
465
  display_name: string;
397
466
  workspace_id: string;
398
467
  is_managed: true;
@@ -451,16 +520,59 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
451
520
  message: string;
452
521
  error_code: string;
453
522
  }>, "many">;
454
- warnings: z.ZodArray<z.ZodObject<{
455
- warning_code: z.ZodString;
523
+ warnings: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
524
+ created_at: z.ZodString;
456
525
  message: z.ZodString;
457
- }, "strip", z.ZodTypeAny, {
526
+ }, {
527
+ warning_code: z.ZodLiteral<"waiting_to_be_issued">;
528
+ }>, "strip", z.ZodTypeAny, {
458
529
  message: string;
459
- warning_code: string;
530
+ warning_code: "waiting_to_be_issued";
531
+ created_at: string;
460
532
  }, {
461
533
  message: string;
462
- warning_code: string;
463
- }>, "many">;
534
+ warning_code: "waiting_to_be_issued";
535
+ created_at: string;
536
+ }>, z.ZodObject<z.objectUtil.extendShape<{
537
+ created_at: z.ZodString;
538
+ message: z.ZodString;
539
+ }, {
540
+ warning_code: z.ZodLiteral<"schedule_externally_modified">;
541
+ }>, "strip", z.ZodTypeAny, {
542
+ message: string;
543
+ warning_code: "schedule_externally_modified";
544
+ created_at: string;
545
+ }, {
546
+ message: string;
547
+ warning_code: "schedule_externally_modified";
548
+ created_at: string;
549
+ }>, z.ZodObject<z.objectUtil.extendShape<{
550
+ created_at: z.ZodString;
551
+ message: z.ZodString;
552
+ }, {
553
+ warning_code: z.ZodLiteral<"schedule_modified">;
554
+ }>, "strip", z.ZodTypeAny, {
555
+ message: string;
556
+ warning_code: "schedule_modified";
557
+ created_at: string;
558
+ }, {
559
+ message: string;
560
+ warning_code: "schedule_modified";
561
+ created_at: string;
562
+ }>, z.ZodObject<z.objectUtil.extendShape<{
563
+ created_at: z.ZodString;
564
+ message: z.ZodString;
565
+ }, {
566
+ warning_code: z.ZodLiteral<"being_deleted">;
567
+ }>, "strip", z.ZodTypeAny, {
568
+ message: string;
569
+ warning_code: "being_deleted";
570
+ created_at: string;
571
+ }, {
572
+ message: string;
573
+ warning_code: "being_deleted";
574
+ created_at: string;
575
+ }>]>, "many">;
464
576
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
465
577
  is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
466
578
  latest_desired_state_synced_with_provider_at: z.ZodOptional<z.ZodString>;
@@ -500,10 +612,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
500
612
  message: string;
501
613
  error_code: string;
502
614
  }[];
503
- warnings: {
615
+ warnings: ({
504
616
  message: string;
505
- warning_code: string;
506
- }[];
617
+ warning_code: "waiting_to_be_issued";
618
+ created_at: string;
619
+ } | {
620
+ message: string;
621
+ warning_code: "schedule_externally_modified";
622
+ created_at: string;
623
+ } | {
624
+ message: string;
625
+ warning_code: "schedule_modified";
626
+ created_at: string;
627
+ } | {
628
+ message: string;
629
+ warning_code: "being_deleted";
630
+ created_at: string;
631
+ })[];
507
632
  display_name: string;
508
633
  workspace_id: string;
509
634
  is_managed: false;
@@ -540,10 +665,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
540
665
  message: string;
541
666
  error_code: string;
542
667
  }[];
543
- warnings: {
668
+ warnings: ({
544
669
  message: string;
545
- warning_code: string;
546
- }[];
670
+ warning_code: "waiting_to_be_issued";
671
+ created_at: string;
672
+ } | {
673
+ message: string;
674
+ warning_code: "schedule_externally_modified";
675
+ created_at: string;
676
+ } | {
677
+ message: string;
678
+ warning_code: "schedule_modified";
679
+ created_at: string;
680
+ } | {
681
+ message: string;
682
+ warning_code: "being_deleted";
683
+ created_at: string;
684
+ })[];
547
685
  display_name: string;
548
686
  workspace_id: string;
549
687
  is_managed: false;
@@ -617,10 +755,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
617
755
  message: string;
618
756
  error_code: string;
619
757
  }[];
620
- warnings: {
758
+ warnings: ({
621
759
  message: string;
622
- warning_code: string;
623
- }[];
760
+ warning_code: "waiting_to_be_issued";
761
+ created_at: string;
762
+ } | {
763
+ message: string;
764
+ warning_code: "schedule_externally_modified";
765
+ created_at: string;
766
+ } | {
767
+ message: string;
768
+ warning_code: "schedule_modified";
769
+ created_at: string;
770
+ } | {
771
+ message: string;
772
+ warning_code: "being_deleted";
773
+ created_at: string;
774
+ })[];
624
775
  display_name: string;
625
776
  workspace_id: string;
626
777
  is_managed: true;
@@ -657,10 +808,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
657
808
  message: string;
658
809
  error_code: string;
659
810
  }[];
660
- warnings: {
811
+ warnings: ({
661
812
  message: string;
662
- warning_code: string;
663
- }[];
813
+ warning_code: "waiting_to_be_issued";
814
+ created_at: string;
815
+ } | {
816
+ message: string;
817
+ warning_code: "schedule_externally_modified";
818
+ created_at: string;
819
+ } | {
820
+ message: string;
821
+ warning_code: "schedule_modified";
822
+ created_at: string;
823
+ } | {
824
+ message: string;
825
+ warning_code: "being_deleted";
826
+ created_at: string;
827
+ })[];
664
828
  display_name: string;
665
829
  workspace_id: string;
666
830
  is_managed: false;
@@ -724,10 +888,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
724
888
  message: string;
725
889
  error_code: string;
726
890
  }[];
727
- warnings: {
891
+ warnings: ({
728
892
  message: string;
729
- warning_code: string;
730
- }[];
893
+ warning_code: "waiting_to_be_issued";
894
+ created_at: string;
895
+ } | {
896
+ message: string;
897
+ warning_code: "schedule_externally_modified";
898
+ created_at: string;
899
+ } | {
900
+ message: string;
901
+ warning_code: "schedule_modified";
902
+ created_at: string;
903
+ } | {
904
+ message: string;
905
+ warning_code: "being_deleted";
906
+ created_at: string;
907
+ })[];
731
908
  display_name: string;
732
909
  workspace_id: string;
733
910
  is_managed: true;
@@ -764,10 +941,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
764
941
  message: string;
765
942
  error_code: string;
766
943
  }[];
767
- warnings: {
944
+ warnings: ({
768
945
  message: string;
769
- warning_code: string;
770
- }[];
946
+ warning_code: "waiting_to_be_issued";
947
+ created_at: string;
948
+ } | {
949
+ message: string;
950
+ warning_code: "schedule_externally_modified";
951
+ created_at: string;
952
+ } | {
953
+ message: string;
954
+ warning_code: "schedule_modified";
955
+ created_at: string;
956
+ } | {
957
+ message: string;
958
+ warning_code: "being_deleted";
959
+ created_at: string;
960
+ })[];
771
961
  display_name: string;
772
962
  workspace_id: string;
773
963
  is_managed: false;
@@ -836,10 +1026,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
836
1026
  message: string;
837
1027
  error_code: string;
838
1028
  }[];
839
- warnings: {
1029
+ warnings: ({
840
1030
  message: string;
841
- warning_code: string;
842
- }[];
1031
+ warning_code: "waiting_to_be_issued";
1032
+ created_at: string;
1033
+ } | {
1034
+ message: string;
1035
+ warning_code: "schedule_externally_modified";
1036
+ created_at: string;
1037
+ } | {
1038
+ message: string;
1039
+ warning_code: "schedule_modified";
1040
+ created_at: string;
1041
+ } | {
1042
+ message: string;
1043
+ warning_code: "being_deleted";
1044
+ created_at: string;
1045
+ })[];
843
1046
  display_name: string;
844
1047
  workspace_id: string;
845
1048
  is_managed: true;
@@ -876,10 +1079,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
876
1079
  message: string;
877
1080
  error_code: string;
878
1081
  }[];
879
- warnings: {
1082
+ warnings: ({
880
1083
  message: string;
881
- warning_code: string;
882
- }[];
1084
+ warning_code: "waiting_to_be_issued";
1085
+ created_at: string;
1086
+ } | {
1087
+ message: string;
1088
+ warning_code: "schedule_externally_modified";
1089
+ created_at: string;
1090
+ } | {
1091
+ message: string;
1092
+ warning_code: "schedule_modified";
1093
+ created_at: string;
1094
+ } | {
1095
+ message: string;
1096
+ warning_code: "being_deleted";
1097
+ created_at: string;
1098
+ })[];
883
1099
  display_name: string;
884
1100
  workspace_id: string;
885
1101
  is_managed: false;
@@ -949,10 +1165,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
949
1165
  message: string;
950
1166
  error_code: string;
951
1167
  }[];
952
- warnings: {
1168
+ warnings: ({
953
1169
  message: string;
954
- warning_code: string;
955
- }[];
1170
+ warning_code: "waiting_to_be_issued";
1171
+ created_at: string;
1172
+ } | {
1173
+ message: string;
1174
+ warning_code: "schedule_externally_modified";
1175
+ created_at: string;
1176
+ } | {
1177
+ message: string;
1178
+ warning_code: "schedule_modified";
1179
+ created_at: string;
1180
+ } | {
1181
+ message: string;
1182
+ warning_code: "being_deleted";
1183
+ created_at: string;
1184
+ })[];
956
1185
  display_name: string;
957
1186
  workspace_id: string;
958
1187
  is_managed: true;
@@ -989,10 +1218,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
989
1218
  message: string;
990
1219
  error_code: string;
991
1220
  }[];
992
- warnings: {
1221
+ warnings: ({
993
1222
  message: string;
994
- warning_code: string;
995
- }[];
1223
+ warning_code: "waiting_to_be_issued";
1224
+ created_at: string;
1225
+ } | {
1226
+ message: string;
1227
+ warning_code: "schedule_externally_modified";
1228
+ created_at: string;
1229
+ } | {
1230
+ message: string;
1231
+ warning_code: "schedule_modified";
1232
+ created_at: string;
1233
+ } | {
1234
+ message: string;
1235
+ warning_code: "being_deleted";
1236
+ created_at: string;
1237
+ })[];
996
1238
  display_name: string;
997
1239
  workspace_id: string;
998
1240
  is_managed: false;
@@ -1149,16 +1391,59 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1149
1391
  message: string;
1150
1392
  error_code: string;
1151
1393
  }>, "many">;
1152
- warnings: z.ZodArray<z.ZodObject<{
1153
- warning_code: z.ZodString;
1394
+ warnings: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1395
+ created_at: z.ZodString;
1154
1396
  message: z.ZodString;
1155
- }, "strip", z.ZodTypeAny, {
1397
+ }, {
1398
+ warning_code: z.ZodLiteral<"waiting_to_be_issued">;
1399
+ }>, "strip", z.ZodTypeAny, {
1156
1400
  message: string;
1157
- warning_code: string;
1401
+ warning_code: "waiting_to_be_issued";
1402
+ created_at: string;
1158
1403
  }, {
1159
1404
  message: string;
1160
- warning_code: string;
1161
- }>, "many">;
1405
+ warning_code: "waiting_to_be_issued";
1406
+ created_at: string;
1407
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1408
+ created_at: z.ZodString;
1409
+ message: z.ZodString;
1410
+ }, {
1411
+ warning_code: z.ZodLiteral<"schedule_externally_modified">;
1412
+ }>, "strip", z.ZodTypeAny, {
1413
+ message: string;
1414
+ warning_code: "schedule_externally_modified";
1415
+ created_at: string;
1416
+ }, {
1417
+ message: string;
1418
+ warning_code: "schedule_externally_modified";
1419
+ created_at: string;
1420
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1421
+ created_at: z.ZodString;
1422
+ message: z.ZodString;
1423
+ }, {
1424
+ warning_code: z.ZodLiteral<"schedule_modified">;
1425
+ }>, "strip", z.ZodTypeAny, {
1426
+ message: string;
1427
+ warning_code: "schedule_modified";
1428
+ created_at: string;
1429
+ }, {
1430
+ message: string;
1431
+ warning_code: "schedule_modified";
1432
+ created_at: string;
1433
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1434
+ created_at: z.ZodString;
1435
+ message: z.ZodString;
1436
+ }, {
1437
+ warning_code: z.ZodLiteral<"being_deleted">;
1438
+ }>, "strip", z.ZodTypeAny, {
1439
+ message: string;
1440
+ warning_code: "being_deleted";
1441
+ created_at: string;
1442
+ }, {
1443
+ message: string;
1444
+ warning_code: "being_deleted";
1445
+ created_at: string;
1446
+ }>]>, "many">;
1162
1447
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
1163
1448
  is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
1164
1449
  latest_desired_state_synced_with_provider_at: z.ZodOptional<z.ZodString>;
@@ -1198,10 +1483,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1198
1483
  message: string;
1199
1484
  error_code: string;
1200
1485
  }[];
1201
- warnings: {
1486
+ warnings: ({
1202
1487
  message: string;
1203
- warning_code: string;
1204
- }[];
1488
+ warning_code: "waiting_to_be_issued";
1489
+ created_at: string;
1490
+ } | {
1491
+ message: string;
1492
+ warning_code: "schedule_externally_modified";
1493
+ created_at: string;
1494
+ } | {
1495
+ message: string;
1496
+ warning_code: "schedule_modified";
1497
+ created_at: string;
1498
+ } | {
1499
+ message: string;
1500
+ warning_code: "being_deleted";
1501
+ created_at: string;
1502
+ })[];
1205
1503
  display_name: string;
1206
1504
  workspace_id: string;
1207
1505
  is_managed: true;
@@ -1238,10 +1536,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1238
1536
  message: string;
1239
1537
  error_code: string;
1240
1538
  }[];
1241
- warnings: {
1539
+ warnings: ({
1242
1540
  message: string;
1243
- warning_code: string;
1244
- }[];
1541
+ warning_code: "waiting_to_be_issued";
1542
+ created_at: string;
1543
+ } | {
1544
+ message: string;
1545
+ warning_code: "schedule_externally_modified";
1546
+ created_at: string;
1547
+ } | {
1548
+ message: string;
1549
+ warning_code: "schedule_modified";
1550
+ created_at: string;
1551
+ } | {
1552
+ message: string;
1553
+ warning_code: "being_deleted";
1554
+ created_at: string;
1555
+ })[];
1245
1556
  display_name: string;
1246
1557
  workspace_id: string;
1247
1558
  is_managed: true;
@@ -1300,16 +1611,59 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1300
1611
  message: string;
1301
1612
  error_code: string;
1302
1613
  }>, "many">;
1303
- warnings: z.ZodArray<z.ZodObject<{
1304
- warning_code: z.ZodString;
1614
+ warnings: z.ZodArray<z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<{
1615
+ created_at: z.ZodString;
1305
1616
  message: z.ZodString;
1306
- }, "strip", z.ZodTypeAny, {
1617
+ }, {
1618
+ warning_code: z.ZodLiteral<"waiting_to_be_issued">;
1619
+ }>, "strip", z.ZodTypeAny, {
1620
+ message: string;
1621
+ warning_code: "waiting_to_be_issued";
1622
+ created_at: string;
1623
+ }, {
1307
1624
  message: string;
1308
- warning_code: string;
1625
+ warning_code: "waiting_to_be_issued";
1626
+ created_at: string;
1627
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1628
+ created_at: z.ZodString;
1629
+ message: z.ZodString;
1309
1630
  }, {
1631
+ warning_code: z.ZodLiteral<"schedule_externally_modified">;
1632
+ }>, "strip", z.ZodTypeAny, {
1310
1633
  message: string;
1311
- warning_code: string;
1312
- }>, "many">;
1634
+ warning_code: "schedule_externally_modified";
1635
+ created_at: string;
1636
+ }, {
1637
+ message: string;
1638
+ warning_code: "schedule_externally_modified";
1639
+ created_at: string;
1640
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1641
+ created_at: z.ZodString;
1642
+ message: z.ZodString;
1643
+ }, {
1644
+ warning_code: z.ZodLiteral<"schedule_modified">;
1645
+ }>, "strip", z.ZodTypeAny, {
1646
+ message: string;
1647
+ warning_code: "schedule_modified";
1648
+ created_at: string;
1649
+ }, {
1650
+ message: string;
1651
+ warning_code: "schedule_modified";
1652
+ created_at: string;
1653
+ }>, z.ZodObject<z.objectUtil.extendShape<{
1654
+ created_at: z.ZodString;
1655
+ message: z.ZodString;
1656
+ }, {
1657
+ warning_code: z.ZodLiteral<"being_deleted">;
1658
+ }>, "strip", z.ZodTypeAny, {
1659
+ message: string;
1660
+ warning_code: "being_deleted";
1661
+ created_at: string;
1662
+ }, {
1663
+ message: string;
1664
+ warning_code: "being_deleted";
1665
+ created_at: string;
1666
+ }>]>, "many">;
1313
1667
  is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
1314
1668
  is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
1315
1669
  latest_desired_state_synced_with_provider_at: z.ZodOptional<z.ZodString>;
@@ -1349,10 +1703,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1349
1703
  message: string;
1350
1704
  error_code: string;
1351
1705
  }[];
1352
- warnings: {
1706
+ warnings: ({
1353
1707
  message: string;
1354
- warning_code: string;
1355
- }[];
1708
+ warning_code: "waiting_to_be_issued";
1709
+ created_at: string;
1710
+ } | {
1711
+ message: string;
1712
+ warning_code: "schedule_externally_modified";
1713
+ created_at: string;
1714
+ } | {
1715
+ message: string;
1716
+ warning_code: "schedule_modified";
1717
+ created_at: string;
1718
+ } | {
1719
+ message: string;
1720
+ warning_code: "being_deleted";
1721
+ created_at: string;
1722
+ })[];
1356
1723
  display_name: string;
1357
1724
  workspace_id: string;
1358
1725
  is_managed: false;
@@ -1389,10 +1756,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1389
1756
  message: string;
1390
1757
  error_code: string;
1391
1758
  }[];
1392
- warnings: {
1759
+ warnings: ({
1393
1760
  message: string;
1394
- warning_code: string;
1395
- }[];
1761
+ warning_code: "waiting_to_be_issued";
1762
+ created_at: string;
1763
+ } | {
1764
+ message: string;
1765
+ warning_code: "schedule_externally_modified";
1766
+ created_at: string;
1767
+ } | {
1768
+ message: string;
1769
+ warning_code: "schedule_modified";
1770
+ created_at: string;
1771
+ } | {
1772
+ message: string;
1773
+ warning_code: "being_deleted";
1774
+ created_at: string;
1775
+ })[];
1396
1776
  display_name: string;
1397
1777
  workspace_id: string;
1398
1778
  is_managed: false;
@@ -1434,10 +1814,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1434
1814
  message: string;
1435
1815
  error_code: string;
1436
1816
  }[];
1437
- warnings: {
1817
+ warnings: ({
1438
1818
  message: string;
1439
- warning_code: string;
1440
- }[];
1819
+ warning_code: "waiting_to_be_issued";
1820
+ created_at: string;
1821
+ } | {
1822
+ message: string;
1823
+ warning_code: "schedule_externally_modified";
1824
+ created_at: string;
1825
+ } | {
1826
+ message: string;
1827
+ warning_code: "schedule_modified";
1828
+ created_at: string;
1829
+ } | {
1830
+ message: string;
1831
+ warning_code: "being_deleted";
1832
+ created_at: string;
1833
+ })[];
1441
1834
  display_name: string;
1442
1835
  workspace_id: string;
1443
1836
  is_managed: true;
@@ -1474,10 +1867,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1474
1867
  message: string;
1475
1868
  error_code: string;
1476
1869
  }[];
1477
- warnings: {
1870
+ warnings: ({
1478
1871
  message: string;
1479
- warning_code: string;
1480
- }[];
1872
+ warning_code: "waiting_to_be_issued";
1873
+ created_at: string;
1874
+ } | {
1875
+ message: string;
1876
+ warning_code: "schedule_externally_modified";
1877
+ created_at: string;
1878
+ } | {
1879
+ message: string;
1880
+ warning_code: "schedule_modified";
1881
+ created_at: string;
1882
+ } | {
1883
+ message: string;
1884
+ warning_code: "being_deleted";
1885
+ created_at: string;
1886
+ })[];
1481
1887
  display_name: string;
1482
1888
  workspace_id: string;
1483
1889
  is_managed: false;
@@ -1520,10 +1926,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1520
1926
  message: string;
1521
1927
  error_code: string;
1522
1928
  }[];
1523
- warnings: {
1929
+ warnings: ({
1524
1930
  message: string;
1525
- warning_code: string;
1526
- }[];
1931
+ warning_code: "waiting_to_be_issued";
1932
+ created_at: string;
1933
+ } | {
1934
+ message: string;
1935
+ warning_code: "schedule_externally_modified";
1936
+ created_at: string;
1937
+ } | {
1938
+ message: string;
1939
+ warning_code: "schedule_modified";
1940
+ created_at: string;
1941
+ } | {
1942
+ message: string;
1943
+ warning_code: "being_deleted";
1944
+ created_at: string;
1945
+ })[];
1527
1946
  display_name: string;
1528
1947
  workspace_id: string;
1529
1948
  is_managed: true;
@@ -1560,10 +1979,23 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1560
1979
  message: string;
1561
1980
  error_code: string;
1562
1981
  }[];
1563
- warnings: {
1982
+ warnings: ({
1564
1983
  message: string;
1565
- warning_code: string;
1566
- }[];
1984
+ warning_code: "waiting_to_be_issued";
1985
+ created_at: string;
1986
+ } | {
1987
+ message: string;
1988
+ warning_code: "schedule_externally_modified";
1989
+ created_at: string;
1990
+ } | {
1991
+ message: string;
1992
+ warning_code: "schedule_modified";
1993
+ created_at: string;
1994
+ } | {
1995
+ message: string;
1996
+ warning_code: "being_deleted";
1997
+ created_at: string;
1998
+ })[];
1567
1999
  display_name: string;
1568
2000
  workspace_id: string;
1569
2001
  is_managed: false;