@seamapi/types 1.999.0 → 1.1000.1
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/lib/seam/connect/models/acs/acs-credential.d.ts +96 -0
- package/lib/seam/connect/models/acs/acs-credential.js +13 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +239 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +86 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +110 -0
- package/lib/seam/connect/models/action-attempts/scan-to-assign-credential.d.ts +43 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +98 -0
- package/lib/seam/connect/openapi.js +280 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +1980 -0
- package/package.json +12 -17
- package/src/lib/seam/connect/models/acs/acs-credential.ts +16 -0
- package/src/lib/seam/connect/openapi.ts +326 -0
- package/src/lib/seam/connect/route-types.ts +4831 -5014
- package/src/lib/seam/devicedb/route-types.ts +7 -29
|
@@ -138,6 +138,25 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
138
138
|
message: string;
|
|
139
139
|
created_at: string;
|
|
140
140
|
warning_code: "needs_to_be_reissued";
|
|
141
|
+
}>, z.ZodObject<{
|
|
142
|
+
created_at: z.ZodString;
|
|
143
|
+
message: z.ZodString;
|
|
144
|
+
} & {
|
|
145
|
+
warning_code: z.ZodLiteral<"requested_code_unavailable">;
|
|
146
|
+
original_code: z.ZodString;
|
|
147
|
+
new_code: z.ZodString;
|
|
148
|
+
}, "strip", z.ZodTypeAny, {
|
|
149
|
+
message: string;
|
|
150
|
+
created_at: string;
|
|
151
|
+
warning_code: "requested_code_unavailable";
|
|
152
|
+
original_code: string;
|
|
153
|
+
new_code: string;
|
|
154
|
+
}, {
|
|
155
|
+
message: string;
|
|
156
|
+
created_at: string;
|
|
157
|
+
warning_code: "requested_code_unavailable";
|
|
158
|
+
original_code: string;
|
|
159
|
+
new_code: string;
|
|
141
160
|
}>]>, "many">;
|
|
142
161
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
143
162
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -235,6 +254,12 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
235
254
|
message: string;
|
|
236
255
|
created_at: string;
|
|
237
256
|
warning_code: "needs_to_be_reissued";
|
|
257
|
+
} | {
|
|
258
|
+
message: string;
|
|
259
|
+
created_at: string;
|
|
260
|
+
warning_code: "requested_code_unavailable";
|
|
261
|
+
original_code: string;
|
|
262
|
+
new_code: string;
|
|
238
263
|
})[];
|
|
239
264
|
is_managed: true;
|
|
240
265
|
acs_system_id: string;
|
|
@@ -311,6 +336,12 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
311
336
|
message: string;
|
|
312
337
|
created_at: string;
|
|
313
338
|
warning_code: "needs_to_be_reissued";
|
|
339
|
+
} | {
|
|
340
|
+
message: string;
|
|
341
|
+
created_at: string;
|
|
342
|
+
warning_code: "requested_code_unavailable";
|
|
343
|
+
original_code: string;
|
|
344
|
+
new_code: string;
|
|
314
345
|
})[];
|
|
315
346
|
is_managed: true;
|
|
316
347
|
acs_system_id: string;
|
|
@@ -465,6 +496,25 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
465
496
|
message: string;
|
|
466
497
|
created_at: string;
|
|
467
498
|
warning_code: "needs_to_be_reissued";
|
|
499
|
+
}>, z.ZodObject<{
|
|
500
|
+
created_at: z.ZodString;
|
|
501
|
+
message: z.ZodString;
|
|
502
|
+
} & {
|
|
503
|
+
warning_code: z.ZodLiteral<"requested_code_unavailable">;
|
|
504
|
+
original_code: z.ZodString;
|
|
505
|
+
new_code: z.ZodString;
|
|
506
|
+
}, "strip", z.ZodTypeAny, {
|
|
507
|
+
message: string;
|
|
508
|
+
created_at: string;
|
|
509
|
+
warning_code: "requested_code_unavailable";
|
|
510
|
+
original_code: string;
|
|
511
|
+
new_code: string;
|
|
512
|
+
}, {
|
|
513
|
+
message: string;
|
|
514
|
+
created_at: string;
|
|
515
|
+
warning_code: "requested_code_unavailable";
|
|
516
|
+
original_code: string;
|
|
517
|
+
new_code: string;
|
|
468
518
|
}>]>, "many">;
|
|
469
519
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
470
520
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -562,6 +612,12 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
562
612
|
message: string;
|
|
563
613
|
created_at: string;
|
|
564
614
|
warning_code: "needs_to_be_reissued";
|
|
615
|
+
} | {
|
|
616
|
+
message: string;
|
|
617
|
+
created_at: string;
|
|
618
|
+
warning_code: "requested_code_unavailable";
|
|
619
|
+
original_code: string;
|
|
620
|
+
new_code: string;
|
|
565
621
|
})[];
|
|
566
622
|
is_managed: false;
|
|
567
623
|
acs_system_id: string;
|
|
@@ -638,6 +694,12 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
638
694
|
message: string;
|
|
639
695
|
created_at: string;
|
|
640
696
|
warning_code: "needs_to_be_reissued";
|
|
697
|
+
} | {
|
|
698
|
+
message: string;
|
|
699
|
+
created_at: string;
|
|
700
|
+
warning_code: "requested_code_unavailable";
|
|
701
|
+
original_code: string;
|
|
702
|
+
new_code: string;
|
|
641
703
|
})[];
|
|
642
704
|
is_managed: false;
|
|
643
705
|
acs_system_id: string;
|
|
@@ -719,6 +781,12 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
719
781
|
message: string;
|
|
720
782
|
created_at: string;
|
|
721
783
|
warning_code: "needs_to_be_reissued";
|
|
784
|
+
} | {
|
|
785
|
+
message: string;
|
|
786
|
+
created_at: string;
|
|
787
|
+
warning_code: "requested_code_unavailable";
|
|
788
|
+
original_code: string;
|
|
789
|
+
new_code: string;
|
|
722
790
|
})[];
|
|
723
791
|
is_managed: true;
|
|
724
792
|
acs_system_id: string;
|
|
@@ -795,6 +863,12 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
795
863
|
message: string;
|
|
796
864
|
created_at: string;
|
|
797
865
|
warning_code: "needs_to_be_reissued";
|
|
866
|
+
} | {
|
|
867
|
+
message: string;
|
|
868
|
+
created_at: string;
|
|
869
|
+
warning_code: "requested_code_unavailable";
|
|
870
|
+
original_code: string;
|
|
871
|
+
new_code: string;
|
|
798
872
|
})[];
|
|
799
873
|
is_managed: false;
|
|
800
874
|
acs_system_id: string;
|
|
@@ -877,6 +951,12 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
877
951
|
message: string;
|
|
878
952
|
created_at: string;
|
|
879
953
|
warning_code: "needs_to_be_reissued";
|
|
954
|
+
} | {
|
|
955
|
+
message: string;
|
|
956
|
+
created_at: string;
|
|
957
|
+
warning_code: "requested_code_unavailable";
|
|
958
|
+
original_code: string;
|
|
959
|
+
new_code: string;
|
|
880
960
|
})[];
|
|
881
961
|
is_managed: true;
|
|
882
962
|
acs_system_id: string;
|
|
@@ -953,6 +1033,12 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
953
1033
|
message: string;
|
|
954
1034
|
created_at: string;
|
|
955
1035
|
warning_code: "needs_to_be_reissued";
|
|
1036
|
+
} | {
|
|
1037
|
+
message: string;
|
|
1038
|
+
created_at: string;
|
|
1039
|
+
warning_code: "requested_code_unavailable";
|
|
1040
|
+
original_code: string;
|
|
1041
|
+
new_code: string;
|
|
956
1042
|
})[];
|
|
957
1043
|
is_managed: false;
|
|
958
1044
|
acs_system_id: string;
|
|
@@ -226,6 +226,25 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
226
226
|
message: string;
|
|
227
227
|
created_at: string;
|
|
228
228
|
warning_code: "needs_to_be_reissued";
|
|
229
|
+
}>, z.ZodObject<{
|
|
230
|
+
created_at: z.ZodString;
|
|
231
|
+
message: z.ZodString;
|
|
232
|
+
} & {
|
|
233
|
+
warning_code: z.ZodLiteral<"requested_code_unavailable">;
|
|
234
|
+
original_code: z.ZodString;
|
|
235
|
+
new_code: z.ZodString;
|
|
236
|
+
}, "strip", z.ZodTypeAny, {
|
|
237
|
+
message: string;
|
|
238
|
+
created_at: string;
|
|
239
|
+
warning_code: "requested_code_unavailable";
|
|
240
|
+
original_code: string;
|
|
241
|
+
new_code: string;
|
|
242
|
+
}, {
|
|
243
|
+
message: string;
|
|
244
|
+
created_at: string;
|
|
245
|
+
warning_code: "requested_code_unavailable";
|
|
246
|
+
original_code: string;
|
|
247
|
+
new_code: string;
|
|
229
248
|
}>]>, "many">;
|
|
230
249
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
231
250
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -323,6 +342,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
323
342
|
message: string;
|
|
324
343
|
created_at: string;
|
|
325
344
|
warning_code: "needs_to_be_reissued";
|
|
345
|
+
} | {
|
|
346
|
+
message: string;
|
|
347
|
+
created_at: string;
|
|
348
|
+
warning_code: "requested_code_unavailable";
|
|
349
|
+
original_code: string;
|
|
350
|
+
new_code: string;
|
|
326
351
|
})[];
|
|
327
352
|
is_managed: true;
|
|
328
353
|
acs_system_id: string;
|
|
@@ -399,6 +424,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
399
424
|
message: string;
|
|
400
425
|
created_at: string;
|
|
401
426
|
warning_code: "needs_to_be_reissued";
|
|
427
|
+
} | {
|
|
428
|
+
message: string;
|
|
429
|
+
created_at: string;
|
|
430
|
+
warning_code: "requested_code_unavailable";
|
|
431
|
+
original_code: string;
|
|
432
|
+
new_code: string;
|
|
402
433
|
})[];
|
|
403
434
|
is_managed: true;
|
|
404
435
|
acs_system_id: string;
|
|
@@ -553,6 +584,25 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
553
584
|
message: string;
|
|
554
585
|
created_at: string;
|
|
555
586
|
warning_code: "needs_to_be_reissued";
|
|
587
|
+
}>, z.ZodObject<{
|
|
588
|
+
created_at: z.ZodString;
|
|
589
|
+
message: z.ZodString;
|
|
590
|
+
} & {
|
|
591
|
+
warning_code: z.ZodLiteral<"requested_code_unavailable">;
|
|
592
|
+
original_code: z.ZodString;
|
|
593
|
+
new_code: z.ZodString;
|
|
594
|
+
}, "strip", z.ZodTypeAny, {
|
|
595
|
+
message: string;
|
|
596
|
+
created_at: string;
|
|
597
|
+
warning_code: "requested_code_unavailable";
|
|
598
|
+
original_code: string;
|
|
599
|
+
new_code: string;
|
|
600
|
+
}, {
|
|
601
|
+
message: string;
|
|
602
|
+
created_at: string;
|
|
603
|
+
warning_code: "requested_code_unavailable";
|
|
604
|
+
original_code: string;
|
|
605
|
+
new_code: string;
|
|
556
606
|
}>]>, "many">;
|
|
557
607
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
558
608
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -650,6 +700,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
650
700
|
message: string;
|
|
651
701
|
created_at: string;
|
|
652
702
|
warning_code: "needs_to_be_reissued";
|
|
703
|
+
} | {
|
|
704
|
+
message: string;
|
|
705
|
+
created_at: string;
|
|
706
|
+
warning_code: "requested_code_unavailable";
|
|
707
|
+
original_code: string;
|
|
708
|
+
new_code: string;
|
|
653
709
|
})[];
|
|
654
710
|
is_managed: false;
|
|
655
711
|
acs_system_id: string;
|
|
@@ -726,6 +782,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
726
782
|
message: string;
|
|
727
783
|
created_at: string;
|
|
728
784
|
warning_code: "needs_to_be_reissued";
|
|
785
|
+
} | {
|
|
786
|
+
message: string;
|
|
787
|
+
created_at: string;
|
|
788
|
+
warning_code: "requested_code_unavailable";
|
|
789
|
+
original_code: string;
|
|
790
|
+
new_code: string;
|
|
729
791
|
})[];
|
|
730
792
|
is_managed: false;
|
|
731
793
|
acs_system_id: string;
|
|
@@ -839,6 +901,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
839
901
|
message: string;
|
|
840
902
|
created_at: string;
|
|
841
903
|
warning_code: "needs_to_be_reissued";
|
|
904
|
+
} | {
|
|
905
|
+
message: string;
|
|
906
|
+
created_at: string;
|
|
907
|
+
warning_code: "requested_code_unavailable";
|
|
908
|
+
original_code: string;
|
|
909
|
+
new_code: string;
|
|
842
910
|
})[];
|
|
843
911
|
is_managed: true;
|
|
844
912
|
acs_system_id: string;
|
|
@@ -915,6 +983,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
915
983
|
message: string;
|
|
916
984
|
created_at: string;
|
|
917
985
|
warning_code: "needs_to_be_reissued";
|
|
986
|
+
} | {
|
|
987
|
+
message: string;
|
|
988
|
+
created_at: string;
|
|
989
|
+
warning_code: "requested_code_unavailable";
|
|
990
|
+
original_code: string;
|
|
991
|
+
new_code: string;
|
|
918
992
|
})[];
|
|
919
993
|
is_managed: false;
|
|
920
994
|
acs_system_id: string;
|
|
@@ -1018,6 +1092,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1018
1092
|
message: string;
|
|
1019
1093
|
created_at: string;
|
|
1020
1094
|
warning_code: "needs_to_be_reissued";
|
|
1095
|
+
} | {
|
|
1096
|
+
message: string;
|
|
1097
|
+
created_at: string;
|
|
1098
|
+
warning_code: "requested_code_unavailable";
|
|
1099
|
+
original_code: string;
|
|
1100
|
+
new_code: string;
|
|
1021
1101
|
})[];
|
|
1022
1102
|
is_managed: true;
|
|
1023
1103
|
acs_system_id: string;
|
|
@@ -1094,6 +1174,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1094
1174
|
message: string;
|
|
1095
1175
|
created_at: string;
|
|
1096
1176
|
warning_code: "needs_to_be_reissued";
|
|
1177
|
+
} | {
|
|
1178
|
+
message: string;
|
|
1179
|
+
created_at: string;
|
|
1180
|
+
warning_code: "requested_code_unavailable";
|
|
1181
|
+
original_code: string;
|
|
1182
|
+
new_code: string;
|
|
1097
1183
|
})[];
|
|
1098
1184
|
is_managed: false;
|
|
1099
1185
|
acs_system_id: string;
|
|
@@ -1202,6 +1288,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1202
1288
|
message: string;
|
|
1203
1289
|
created_at: string;
|
|
1204
1290
|
warning_code: "needs_to_be_reissued";
|
|
1291
|
+
} | {
|
|
1292
|
+
message: string;
|
|
1293
|
+
created_at: string;
|
|
1294
|
+
warning_code: "requested_code_unavailable";
|
|
1295
|
+
original_code: string;
|
|
1296
|
+
new_code: string;
|
|
1205
1297
|
})[];
|
|
1206
1298
|
is_managed: true;
|
|
1207
1299
|
acs_system_id: string;
|
|
@@ -1278,6 +1370,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1278
1370
|
message: string;
|
|
1279
1371
|
created_at: string;
|
|
1280
1372
|
warning_code: "needs_to_be_reissued";
|
|
1373
|
+
} | {
|
|
1374
|
+
message: string;
|
|
1375
|
+
created_at: string;
|
|
1376
|
+
warning_code: "requested_code_unavailable";
|
|
1377
|
+
original_code: string;
|
|
1378
|
+
new_code: string;
|
|
1281
1379
|
})[];
|
|
1282
1380
|
is_managed: false;
|
|
1283
1381
|
acs_system_id: string;
|
|
@@ -1387,6 +1485,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1387
1485
|
message: string;
|
|
1388
1486
|
created_at: string;
|
|
1389
1487
|
warning_code: "needs_to_be_reissued";
|
|
1488
|
+
} | {
|
|
1489
|
+
message: string;
|
|
1490
|
+
created_at: string;
|
|
1491
|
+
warning_code: "requested_code_unavailable";
|
|
1492
|
+
original_code: string;
|
|
1493
|
+
new_code: string;
|
|
1390
1494
|
})[];
|
|
1391
1495
|
is_managed: true;
|
|
1392
1496
|
acs_system_id: string;
|
|
@@ -1463,6 +1567,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1463
1567
|
message: string;
|
|
1464
1568
|
created_at: string;
|
|
1465
1569
|
warning_code: "needs_to_be_reissued";
|
|
1570
|
+
} | {
|
|
1571
|
+
message: string;
|
|
1572
|
+
created_at: string;
|
|
1573
|
+
warning_code: "requested_code_unavailable";
|
|
1574
|
+
original_code: string;
|
|
1575
|
+
new_code: string;
|
|
1466
1576
|
})[];
|
|
1467
1577
|
is_managed: false;
|
|
1468
1578
|
acs_system_id: string;
|
|
@@ -138,6 +138,25 @@ export declare const scan_to_assign_credential_action_attempt: z.ZodDiscriminate
|
|
|
138
138
|
message: string;
|
|
139
139
|
created_at: string;
|
|
140
140
|
warning_code: "needs_to_be_reissued";
|
|
141
|
+
}>, z.ZodObject<{
|
|
142
|
+
created_at: z.ZodString;
|
|
143
|
+
message: z.ZodString;
|
|
144
|
+
} & {
|
|
145
|
+
warning_code: z.ZodLiteral<"requested_code_unavailable">;
|
|
146
|
+
original_code: z.ZodString;
|
|
147
|
+
new_code: z.ZodString;
|
|
148
|
+
}, "strip", z.ZodTypeAny, {
|
|
149
|
+
message: string;
|
|
150
|
+
created_at: string;
|
|
151
|
+
warning_code: "requested_code_unavailable";
|
|
152
|
+
original_code: string;
|
|
153
|
+
new_code: string;
|
|
154
|
+
}, {
|
|
155
|
+
message: string;
|
|
156
|
+
created_at: string;
|
|
157
|
+
warning_code: "requested_code_unavailable";
|
|
158
|
+
original_code: string;
|
|
159
|
+
new_code: string;
|
|
141
160
|
}>]>, "many">;
|
|
142
161
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
143
162
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -235,6 +254,12 @@ export declare const scan_to_assign_credential_action_attempt: z.ZodDiscriminate
|
|
|
235
254
|
message: string;
|
|
236
255
|
created_at: string;
|
|
237
256
|
warning_code: "needs_to_be_reissued";
|
|
257
|
+
} | {
|
|
258
|
+
message: string;
|
|
259
|
+
created_at: string;
|
|
260
|
+
warning_code: "requested_code_unavailable";
|
|
261
|
+
original_code: string;
|
|
262
|
+
new_code: string;
|
|
238
263
|
})[];
|
|
239
264
|
is_managed: true;
|
|
240
265
|
acs_system_id: string;
|
|
@@ -311,6 +336,12 @@ export declare const scan_to_assign_credential_action_attempt: z.ZodDiscriminate
|
|
|
311
336
|
message: string;
|
|
312
337
|
created_at: string;
|
|
313
338
|
warning_code: "needs_to_be_reissued";
|
|
339
|
+
} | {
|
|
340
|
+
message: string;
|
|
341
|
+
created_at: string;
|
|
342
|
+
warning_code: "requested_code_unavailable";
|
|
343
|
+
original_code: string;
|
|
344
|
+
new_code: string;
|
|
314
345
|
})[];
|
|
315
346
|
is_managed: true;
|
|
316
347
|
acs_system_id: string;
|
|
@@ -392,6 +423,12 @@ export declare const scan_to_assign_credential_action_attempt: z.ZodDiscriminate
|
|
|
392
423
|
message: string;
|
|
393
424
|
created_at: string;
|
|
394
425
|
warning_code: "needs_to_be_reissued";
|
|
426
|
+
} | {
|
|
427
|
+
message: string;
|
|
428
|
+
created_at: string;
|
|
429
|
+
warning_code: "requested_code_unavailable";
|
|
430
|
+
original_code: string;
|
|
431
|
+
new_code: string;
|
|
395
432
|
})[];
|
|
396
433
|
is_managed: true;
|
|
397
434
|
acs_system_id: string;
|
|
@@ -474,6 +511,12 @@ export declare const scan_to_assign_credential_action_attempt: z.ZodDiscriminate
|
|
|
474
511
|
message: string;
|
|
475
512
|
created_at: string;
|
|
476
513
|
warning_code: "needs_to_be_reissued";
|
|
514
|
+
} | {
|
|
515
|
+
message: string;
|
|
516
|
+
created_at: string;
|
|
517
|
+
warning_code: "requested_code_unavailable";
|
|
518
|
+
original_code: string;
|
|
519
|
+
new_code: string;
|
|
477
520
|
})[];
|
|
478
521
|
is_managed: true;
|
|
479
522
|
acs_system_id: string;
|
|
@@ -128,6 +128,25 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
128
128
|
message: string;
|
|
129
129
|
created_at: string;
|
|
130
130
|
warning_code: "needs_to_be_reissued";
|
|
131
|
+
}>, z.ZodObject<{
|
|
132
|
+
created_at: z.ZodString;
|
|
133
|
+
message: z.ZodString;
|
|
134
|
+
} & {
|
|
135
|
+
warning_code: z.ZodLiteral<"requested_code_unavailable">;
|
|
136
|
+
original_code: z.ZodString;
|
|
137
|
+
new_code: z.ZodString;
|
|
138
|
+
}, "strip", z.ZodTypeAny, {
|
|
139
|
+
message: string;
|
|
140
|
+
created_at: string;
|
|
141
|
+
warning_code: "requested_code_unavailable";
|
|
142
|
+
original_code: string;
|
|
143
|
+
new_code: string;
|
|
144
|
+
}, {
|
|
145
|
+
message: string;
|
|
146
|
+
created_at: string;
|
|
147
|
+
warning_code: "requested_code_unavailable";
|
|
148
|
+
original_code: string;
|
|
149
|
+
new_code: string;
|
|
131
150
|
}>]>, "many">;
|
|
132
151
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
133
152
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -754,6 +773,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
754
773
|
message: string;
|
|
755
774
|
created_at: string;
|
|
756
775
|
warning_code: "needs_to_be_reissued";
|
|
776
|
+
} | {
|
|
777
|
+
message: string;
|
|
778
|
+
created_at: string;
|
|
779
|
+
warning_code: "requested_code_unavailable";
|
|
780
|
+
original_code: string;
|
|
781
|
+
new_code: string;
|
|
757
782
|
})[];
|
|
758
783
|
is_managed: true;
|
|
759
784
|
acs_system_id: string;
|
|
@@ -943,6 +968,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
943
968
|
message: string;
|
|
944
969
|
created_at: string;
|
|
945
970
|
warning_code: "needs_to_be_reissued";
|
|
971
|
+
} | {
|
|
972
|
+
message: string;
|
|
973
|
+
created_at: string;
|
|
974
|
+
warning_code: "requested_code_unavailable";
|
|
975
|
+
original_code: string;
|
|
976
|
+
new_code: string;
|
|
946
977
|
})[];
|
|
947
978
|
is_managed: true;
|
|
948
979
|
acs_system_id: string;
|
|
@@ -1134,6 +1165,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1134
1165
|
message: string;
|
|
1135
1166
|
created_at: string;
|
|
1136
1167
|
warning_code: "needs_to_be_reissued";
|
|
1168
|
+
} | {
|
|
1169
|
+
message: string;
|
|
1170
|
+
created_at: string;
|
|
1171
|
+
warning_code: "requested_code_unavailable";
|
|
1172
|
+
original_code: string;
|
|
1173
|
+
new_code: string;
|
|
1137
1174
|
})[];
|
|
1138
1175
|
is_managed: true;
|
|
1139
1176
|
acs_system_id: string;
|
|
@@ -1331,6 +1368,12 @@ declare const phone_provider_session: z.ZodObject<{
|
|
|
1331
1368
|
message: string;
|
|
1332
1369
|
created_at: string;
|
|
1333
1370
|
warning_code: "needs_to_be_reissued";
|
|
1371
|
+
} | {
|
|
1372
|
+
message: string;
|
|
1373
|
+
created_at: string;
|
|
1374
|
+
warning_code: "requested_code_unavailable";
|
|
1375
|
+
original_code: string;
|
|
1376
|
+
new_code: string;
|
|
1334
1377
|
})[];
|
|
1335
1378
|
is_managed: true;
|
|
1336
1379
|
acs_system_id: string;
|
|
@@ -1624,6 +1667,25 @@ export declare const phone_session: z.ZodObject<{
|
|
|
1624
1667
|
message: string;
|
|
1625
1668
|
created_at: string;
|
|
1626
1669
|
warning_code: "needs_to_be_reissued";
|
|
1670
|
+
}>, z.ZodObject<{
|
|
1671
|
+
created_at: z.ZodString;
|
|
1672
|
+
message: z.ZodString;
|
|
1673
|
+
} & {
|
|
1674
|
+
warning_code: z.ZodLiteral<"requested_code_unavailable">;
|
|
1675
|
+
original_code: z.ZodString;
|
|
1676
|
+
new_code: z.ZodString;
|
|
1677
|
+
}, "strip", z.ZodTypeAny, {
|
|
1678
|
+
message: string;
|
|
1679
|
+
created_at: string;
|
|
1680
|
+
warning_code: "requested_code_unavailable";
|
|
1681
|
+
original_code: string;
|
|
1682
|
+
new_code: string;
|
|
1683
|
+
}, {
|
|
1684
|
+
message: string;
|
|
1685
|
+
created_at: string;
|
|
1686
|
+
warning_code: "requested_code_unavailable";
|
|
1687
|
+
original_code: string;
|
|
1688
|
+
new_code: string;
|
|
1627
1689
|
}>]>, "many">;
|
|
1628
1690
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
1629
1691
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -2250,6 +2312,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2250
2312
|
message: string;
|
|
2251
2313
|
created_at: string;
|
|
2252
2314
|
warning_code: "needs_to_be_reissued";
|
|
2315
|
+
} | {
|
|
2316
|
+
message: string;
|
|
2317
|
+
created_at: string;
|
|
2318
|
+
warning_code: "requested_code_unavailable";
|
|
2319
|
+
original_code: string;
|
|
2320
|
+
new_code: string;
|
|
2253
2321
|
})[];
|
|
2254
2322
|
is_managed: true;
|
|
2255
2323
|
acs_system_id: string;
|
|
@@ -2439,6 +2507,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2439
2507
|
message: string;
|
|
2440
2508
|
created_at: string;
|
|
2441
2509
|
warning_code: "needs_to_be_reissued";
|
|
2510
|
+
} | {
|
|
2511
|
+
message: string;
|
|
2512
|
+
created_at: string;
|
|
2513
|
+
warning_code: "requested_code_unavailable";
|
|
2514
|
+
original_code: string;
|
|
2515
|
+
new_code: string;
|
|
2442
2516
|
})[];
|
|
2443
2517
|
is_managed: true;
|
|
2444
2518
|
acs_system_id: string;
|
|
@@ -2630,6 +2704,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2630
2704
|
message: string;
|
|
2631
2705
|
created_at: string;
|
|
2632
2706
|
warning_code: "needs_to_be_reissued";
|
|
2707
|
+
} | {
|
|
2708
|
+
message: string;
|
|
2709
|
+
created_at: string;
|
|
2710
|
+
warning_code: "requested_code_unavailable";
|
|
2711
|
+
original_code: string;
|
|
2712
|
+
new_code: string;
|
|
2633
2713
|
})[];
|
|
2634
2714
|
is_managed: true;
|
|
2635
2715
|
acs_system_id: string;
|
|
@@ -2827,6 +2907,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
2827
2907
|
message: string;
|
|
2828
2908
|
created_at: string;
|
|
2829
2909
|
warning_code: "needs_to_be_reissued";
|
|
2910
|
+
} | {
|
|
2911
|
+
message: string;
|
|
2912
|
+
created_at: string;
|
|
2913
|
+
warning_code: "requested_code_unavailable";
|
|
2914
|
+
original_code: string;
|
|
2915
|
+
new_code: string;
|
|
2830
2916
|
})[];
|
|
2831
2917
|
is_managed: true;
|
|
2832
2918
|
acs_system_id: string;
|
|
@@ -3139,6 +3225,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
3139
3225
|
message: string;
|
|
3140
3226
|
created_at: string;
|
|
3141
3227
|
warning_code: "needs_to_be_reissued";
|
|
3228
|
+
} | {
|
|
3229
|
+
message: string;
|
|
3230
|
+
created_at: string;
|
|
3231
|
+
warning_code: "requested_code_unavailable";
|
|
3232
|
+
original_code: string;
|
|
3233
|
+
new_code: string;
|
|
3142
3234
|
})[];
|
|
3143
3235
|
is_managed: true;
|
|
3144
3236
|
acs_system_id: string;
|
|
@@ -3367,6 +3459,12 @@ export declare const phone_session: z.ZodObject<{
|
|
|
3367
3459
|
message: string;
|
|
3368
3460
|
created_at: string;
|
|
3369
3461
|
warning_code: "needs_to_be_reissued";
|
|
3462
|
+
} | {
|
|
3463
|
+
message: string;
|
|
3464
|
+
created_at: string;
|
|
3465
|
+
warning_code: "requested_code_unavailable";
|
|
3466
|
+
original_code: string;
|
|
3467
|
+
new_code: string;
|
|
3370
3468
|
})[];
|
|
3371
3469
|
is_managed: true;
|
|
3372
3470
|
acs_system_id: string;
|