@seamapi/types 1.316.0 → 1.317.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.
- package/dist/connect.cjs +183 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +1021 -189
- package/lib/seam/connect/models/acs/acs-credential.d.ts +66 -0
- package/lib/seam/connect/models/acs/acs-credential.js +12 -0
- package/lib/seam/connect/models/acs/acs-credential.js.map +1 -1
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +132 -0
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +58 -0
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +74 -0
- package/lib/seam/connect/models/devices/device-provider.d.ts +2 -2
- package/lib/seam/connect/models/devices/device-provider.js +1 -1
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +171 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +662 -4
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +15 -0
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -1
- package/src/lib/seam/connect/openapi.ts +199 -0
- package/src/lib/seam/connect/route-types.ts +752 -0
|
@@ -59,6 +59,20 @@ declare const acs_credential_warning_map: z.ZodObject<{
|
|
|
59
59
|
warning_code: "being_deleted";
|
|
60
60
|
created_at: string;
|
|
61
61
|
}>>>;
|
|
62
|
+
unknown_issue_with_credential: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
63
|
+
created_at: z.ZodString;
|
|
64
|
+
message: z.ZodString;
|
|
65
|
+
}, {
|
|
66
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
67
|
+
}>, "strip", z.ZodTypeAny, {
|
|
68
|
+
message: string;
|
|
69
|
+
warning_code: "unknown_issue_with_credential";
|
|
70
|
+
created_at: string;
|
|
71
|
+
}, {
|
|
72
|
+
message: string;
|
|
73
|
+
warning_code: "unknown_issue_with_credential";
|
|
74
|
+
created_at: string;
|
|
75
|
+
}>>>;
|
|
62
76
|
}, "strip", z.ZodTypeAny, {
|
|
63
77
|
waiting_to_be_issued?: {
|
|
64
78
|
message: string;
|
|
@@ -80,6 +94,11 @@ declare const acs_credential_warning_map: z.ZodObject<{
|
|
|
80
94
|
warning_code: "being_deleted";
|
|
81
95
|
created_at: string;
|
|
82
96
|
} | null | undefined;
|
|
97
|
+
unknown_issue_with_credential?: {
|
|
98
|
+
message: string;
|
|
99
|
+
warning_code: "unknown_issue_with_credential";
|
|
100
|
+
created_at: string;
|
|
101
|
+
} | null | undefined;
|
|
83
102
|
}, {
|
|
84
103
|
waiting_to_be_issued?: {
|
|
85
104
|
message: string;
|
|
@@ -101,6 +120,11 @@ declare const acs_credential_warning_map: z.ZodObject<{
|
|
|
101
120
|
warning_code: "being_deleted";
|
|
102
121
|
created_at: string;
|
|
103
122
|
} | null | undefined;
|
|
123
|
+
unknown_issue_with_credential?: {
|
|
124
|
+
message: string;
|
|
125
|
+
warning_code: "unknown_issue_with_credential";
|
|
126
|
+
created_at: string;
|
|
127
|
+
} | null | undefined;
|
|
104
128
|
}>;
|
|
105
129
|
export type AcsCredentialWarningMap = z.infer<typeof acs_credential_warning_map>;
|
|
106
130
|
export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -184,6 +208,19 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
184
208
|
message: string;
|
|
185
209
|
warning_code: "being_deleted";
|
|
186
210
|
created_at: string;
|
|
211
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
212
|
+
created_at: z.ZodString;
|
|
213
|
+
message: z.ZodString;
|
|
214
|
+
}, {
|
|
215
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
216
|
+
}>, "strip", z.ZodTypeAny, {
|
|
217
|
+
message: string;
|
|
218
|
+
warning_code: "unknown_issue_with_credential";
|
|
219
|
+
created_at: string;
|
|
220
|
+
}, {
|
|
221
|
+
message: string;
|
|
222
|
+
warning_code: "unknown_issue_with_credential";
|
|
223
|
+
created_at: string;
|
|
187
224
|
}>]>, "many">;
|
|
188
225
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
189
226
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -240,6 +277,10 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
240
277
|
message: string;
|
|
241
278
|
warning_code: "being_deleted";
|
|
242
279
|
created_at: string;
|
|
280
|
+
} | {
|
|
281
|
+
message: string;
|
|
282
|
+
warning_code: "unknown_issue_with_credential";
|
|
283
|
+
created_at: string;
|
|
243
284
|
})[];
|
|
244
285
|
display_name: string;
|
|
245
286
|
workspace_id: string;
|
|
@@ -294,6 +335,10 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
294
335
|
message: string;
|
|
295
336
|
warning_code: "being_deleted";
|
|
296
337
|
created_at: string;
|
|
338
|
+
} | {
|
|
339
|
+
message: string;
|
|
340
|
+
warning_code: "unknown_issue_with_credential";
|
|
341
|
+
created_at: string;
|
|
297
342
|
})[];
|
|
298
343
|
display_name: string;
|
|
299
344
|
workspace_id: string;
|
|
@@ -408,6 +453,19 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
408
453
|
message: string;
|
|
409
454
|
warning_code: "being_deleted";
|
|
410
455
|
created_at: string;
|
|
456
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
457
|
+
created_at: z.ZodString;
|
|
458
|
+
message: z.ZodString;
|
|
459
|
+
}, {
|
|
460
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
461
|
+
}>, "strip", z.ZodTypeAny, {
|
|
462
|
+
message: string;
|
|
463
|
+
warning_code: "unknown_issue_with_credential";
|
|
464
|
+
created_at: string;
|
|
465
|
+
}, {
|
|
466
|
+
message: string;
|
|
467
|
+
warning_code: "unknown_issue_with_credential";
|
|
468
|
+
created_at: string;
|
|
411
469
|
}>]>, "many">;
|
|
412
470
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
413
471
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -464,6 +522,10 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
464
522
|
message: string;
|
|
465
523
|
warning_code: "being_deleted";
|
|
466
524
|
created_at: string;
|
|
525
|
+
} | {
|
|
526
|
+
message: string;
|
|
527
|
+
warning_code: "unknown_issue_with_credential";
|
|
528
|
+
created_at: string;
|
|
467
529
|
})[];
|
|
468
530
|
display_name: string;
|
|
469
531
|
workspace_id: string;
|
|
@@ -518,6 +580,10 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
518
580
|
message: string;
|
|
519
581
|
warning_code: "being_deleted";
|
|
520
582
|
created_at: string;
|
|
583
|
+
} | {
|
|
584
|
+
message: string;
|
|
585
|
+
warning_code: "unknown_issue_with_credential";
|
|
586
|
+
created_at: string;
|
|
521
587
|
})[];
|
|
522
588
|
display_name: string;
|
|
523
589
|
workspace_id: string;
|
|
@@ -49,12 +49,21 @@ const being_deleted = common_acs_credential_warning
|
|
|
49
49
|
warning_code: z.literal('being_deleted').describe(warning_code_description),
|
|
50
50
|
})
|
|
51
51
|
.describe('Indicates that this credential is being deleted.');
|
|
52
|
+
const unknown_issue_with_credential = common_acs_credential_warning
|
|
53
|
+
.extend({
|
|
54
|
+
warning_code: z
|
|
55
|
+
.literal('unknown_issue_with_credential')
|
|
56
|
+
.describe(warning_code_description),
|
|
57
|
+
})
|
|
58
|
+
.describe('An unknown issue occurred while syncing the state of this credential with the provider. ' +
|
|
59
|
+
'This issue may affect the proper functioning of this credential.');
|
|
52
60
|
const acs_credential_warning = z
|
|
53
61
|
.union([
|
|
54
62
|
waiting_to_be_issued,
|
|
55
63
|
schedule_externally_modified,
|
|
56
64
|
schedule_modified,
|
|
57
65
|
being_deleted,
|
|
66
|
+
unknown_issue_with_credential,
|
|
58
67
|
])
|
|
59
68
|
.describe('Warning associated with the `acs_credential`.');
|
|
60
69
|
const acs_credential_warning_map = z.object({
|
|
@@ -64,6 +73,9 @@ const acs_credential_warning_map = z.object({
|
|
|
64
73
|
.nullable(),
|
|
65
74
|
schedule_modified: schedule_modified.optional().nullable(),
|
|
66
75
|
being_deleted: being_deleted.optional().nullable(),
|
|
76
|
+
unknown_issue_with_credential: unknown_issue_with_credential
|
|
77
|
+
.optional()
|
|
78
|
+
.nullable(),
|
|
67
79
|
});
|
|
68
80
|
const common_acs_credential = z.object({
|
|
69
81
|
acs_credential_id: z.string().uuid().describe('ID of the credential.'),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,kCAAkC,EAAE,MAAM,qBAAqB,CAAA;AAExE,wEAAwE;AACxE,MAAM,CAAC,MAAM,4BAA4B,GAAG,CAAC,CAAC,IAAI,CAAC;IACjD,UAAU;IACV,kBAAkB;IAClB,gBAAgB;IAChB,iBAAiB;IACjB,qBAAqB;CACtB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC;IACtD,MAAM;IACN,MAAM;IACN,YAAY;CACb,CAAC,CAAA;AAMF,MAAM,6BAA6B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC7C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,OAAO,EAAE,CAAC;SACP,MAAM,EAAE;SACR,QAAQ,CACP,0GAA0G,CAC3G;CACJ,CAAC,CAAA;AAEF,MAAM,wBAAwB,GAC5B,sGAAsG,CAAA;AAExG,MAAM,oBAAoB,GAAG,6BAA6B;KACvD,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,sBAAsB,CAAC;SAC/B,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CAAC,wDAAwD,CAAC,CAAA;AAErE,MAAM,4BAA4B,GAAG,6BAA6B;KAC/D,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,8BAA8B,CAAC;SACvC,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,0FAA0F,CAC3F,CAAA;AAEH,MAAM,iBAAiB,GAAG,6BAA6B;KACpD,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,mBAAmB,CAAC;SAC5B,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,2HAA2H,CAC5H,CAAA;AAEH,MAAM,aAAa,GAAG,6BAA6B;KAChD,MAAM,CAAC;IACN,YAAY,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAAC,CAAC,QAAQ,CAAC,wBAAwB,CAAC;CAC5E,CAAC;KACD,QAAQ,CAAC,kDAAkD,CAAC,CAAA;AAE/D,MAAM,sBAAsB,GAAG,CAAC;KAC7B,KAAK,CAAC;IACL,oBAAoB;IACpB,4BAA4B;IAC5B,iBAAiB;IACjB,aAAa;
|
|
1
|
+
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"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"}
|
|
@@ -353,6 +353,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
353
353
|
message: string;
|
|
354
354
|
warning_code: "being_deleted";
|
|
355
355
|
created_at: string;
|
|
356
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
357
|
+
created_at: z.ZodString;
|
|
358
|
+
message: z.ZodString;
|
|
359
|
+
}, {
|
|
360
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
361
|
+
}>, "strip", z.ZodTypeAny, {
|
|
362
|
+
message: string;
|
|
363
|
+
warning_code: "unknown_issue_with_credential";
|
|
364
|
+
created_at: string;
|
|
365
|
+
}, {
|
|
366
|
+
message: string;
|
|
367
|
+
warning_code: "unknown_issue_with_credential";
|
|
368
|
+
created_at: string;
|
|
356
369
|
}>]>, "many">;
|
|
357
370
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
358
371
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -409,6 +422,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
409
422
|
message: string;
|
|
410
423
|
warning_code: "being_deleted";
|
|
411
424
|
created_at: string;
|
|
425
|
+
} | {
|
|
426
|
+
message: string;
|
|
427
|
+
warning_code: "unknown_issue_with_credential";
|
|
428
|
+
created_at: string;
|
|
412
429
|
})[];
|
|
413
430
|
display_name: string;
|
|
414
431
|
workspace_id: string;
|
|
@@ -463,6 +480,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
463
480
|
message: string;
|
|
464
481
|
warning_code: "being_deleted";
|
|
465
482
|
created_at: string;
|
|
483
|
+
} | {
|
|
484
|
+
message: string;
|
|
485
|
+
warning_code: "unknown_issue_with_credential";
|
|
486
|
+
created_at: string;
|
|
466
487
|
})[];
|
|
467
488
|
display_name: string;
|
|
468
489
|
workspace_id: string;
|
|
@@ -576,6 +597,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
576
597
|
message: string;
|
|
577
598
|
warning_code: "being_deleted";
|
|
578
599
|
created_at: string;
|
|
600
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
601
|
+
created_at: z.ZodString;
|
|
602
|
+
message: z.ZodString;
|
|
603
|
+
}, {
|
|
604
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
605
|
+
}>, "strip", z.ZodTypeAny, {
|
|
606
|
+
message: string;
|
|
607
|
+
warning_code: "unknown_issue_with_credential";
|
|
608
|
+
created_at: string;
|
|
609
|
+
}, {
|
|
610
|
+
message: string;
|
|
611
|
+
warning_code: "unknown_issue_with_credential";
|
|
612
|
+
created_at: string;
|
|
579
613
|
}>]>, "many">;
|
|
580
614
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
581
615
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -632,6 +666,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
632
666
|
message: string;
|
|
633
667
|
warning_code: "being_deleted";
|
|
634
668
|
created_at: string;
|
|
669
|
+
} | {
|
|
670
|
+
message: string;
|
|
671
|
+
warning_code: "unknown_issue_with_credential";
|
|
672
|
+
created_at: string;
|
|
635
673
|
})[];
|
|
636
674
|
display_name: string;
|
|
637
675
|
workspace_id: string;
|
|
@@ -686,6 +724,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
686
724
|
message: string;
|
|
687
725
|
warning_code: "being_deleted";
|
|
688
726
|
created_at: string;
|
|
727
|
+
} | {
|
|
728
|
+
message: string;
|
|
729
|
+
warning_code: "unknown_issue_with_credential";
|
|
730
|
+
created_at: string;
|
|
689
731
|
})[];
|
|
690
732
|
display_name: string;
|
|
691
733
|
workspace_id: string;
|
|
@@ -777,6 +819,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
777
819
|
message: string;
|
|
778
820
|
warning_code: "being_deleted";
|
|
779
821
|
created_at: string;
|
|
822
|
+
} | {
|
|
823
|
+
message: string;
|
|
824
|
+
warning_code: "unknown_issue_with_credential";
|
|
825
|
+
created_at: string;
|
|
780
826
|
})[];
|
|
781
827
|
display_name: string;
|
|
782
828
|
workspace_id: string;
|
|
@@ -831,6 +877,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
831
877
|
message: string;
|
|
832
878
|
warning_code: "being_deleted";
|
|
833
879
|
created_at: string;
|
|
880
|
+
} | {
|
|
881
|
+
message: string;
|
|
882
|
+
warning_code: "unknown_issue_with_credential";
|
|
883
|
+
created_at: string;
|
|
834
884
|
})[];
|
|
835
885
|
display_name: string;
|
|
836
886
|
workspace_id: string;
|
|
@@ -912,6 +962,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
912
962
|
message: string;
|
|
913
963
|
warning_code: "being_deleted";
|
|
914
964
|
created_at: string;
|
|
965
|
+
} | {
|
|
966
|
+
message: string;
|
|
967
|
+
warning_code: "unknown_issue_with_credential";
|
|
968
|
+
created_at: string;
|
|
915
969
|
})[];
|
|
916
970
|
display_name: string;
|
|
917
971
|
workspace_id: string;
|
|
@@ -966,6 +1020,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
966
1020
|
message: string;
|
|
967
1021
|
warning_code: "being_deleted";
|
|
968
1022
|
created_at: string;
|
|
1023
|
+
} | {
|
|
1024
|
+
message: string;
|
|
1025
|
+
warning_code: "unknown_issue_with_credential";
|
|
1026
|
+
created_at: string;
|
|
969
1027
|
})[];
|
|
970
1028
|
display_name: string;
|
|
971
1029
|
workspace_id: string;
|
|
@@ -1052,6 +1110,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1052
1110
|
message: string;
|
|
1053
1111
|
warning_code: "being_deleted";
|
|
1054
1112
|
created_at: string;
|
|
1113
|
+
} | {
|
|
1114
|
+
message: string;
|
|
1115
|
+
warning_code: "unknown_issue_with_credential";
|
|
1116
|
+
created_at: string;
|
|
1055
1117
|
})[];
|
|
1056
1118
|
display_name: string;
|
|
1057
1119
|
workspace_id: string;
|
|
@@ -1106,6 +1168,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1106
1168
|
message: string;
|
|
1107
1169
|
warning_code: "being_deleted";
|
|
1108
1170
|
created_at: string;
|
|
1171
|
+
} | {
|
|
1172
|
+
message: string;
|
|
1173
|
+
warning_code: "unknown_issue_with_credential";
|
|
1174
|
+
created_at: string;
|
|
1109
1175
|
})[];
|
|
1110
1176
|
display_name: string;
|
|
1111
1177
|
workspace_id: string;
|
|
@@ -1193,6 +1259,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1193
1259
|
message: string;
|
|
1194
1260
|
warning_code: "being_deleted";
|
|
1195
1261
|
created_at: string;
|
|
1262
|
+
} | {
|
|
1263
|
+
message: string;
|
|
1264
|
+
warning_code: "unknown_issue_with_credential";
|
|
1265
|
+
created_at: string;
|
|
1196
1266
|
})[];
|
|
1197
1267
|
display_name: string;
|
|
1198
1268
|
workspace_id: string;
|
|
@@ -1247,6 +1317,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1247
1317
|
message: string;
|
|
1248
1318
|
warning_code: "being_deleted";
|
|
1249
1319
|
created_at: string;
|
|
1320
|
+
} | {
|
|
1321
|
+
message: string;
|
|
1322
|
+
warning_code: "unknown_issue_with_credential";
|
|
1323
|
+
created_at: string;
|
|
1250
1324
|
})[];
|
|
1251
1325
|
display_name: string;
|
|
1252
1326
|
workspace_id: string;
|
|
@@ -1458,6 +1532,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1458
1532
|
message: string;
|
|
1459
1533
|
warning_code: "being_deleted";
|
|
1460
1534
|
created_at: string;
|
|
1535
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1536
|
+
created_at: z.ZodString;
|
|
1537
|
+
message: z.ZodString;
|
|
1538
|
+
}, {
|
|
1539
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
1540
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1541
|
+
message: string;
|
|
1542
|
+
warning_code: "unknown_issue_with_credential";
|
|
1543
|
+
created_at: string;
|
|
1544
|
+
}, {
|
|
1545
|
+
message: string;
|
|
1546
|
+
warning_code: "unknown_issue_with_credential";
|
|
1547
|
+
created_at: string;
|
|
1461
1548
|
}>]>, "many">;
|
|
1462
1549
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
1463
1550
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1514,6 +1601,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1514
1601
|
message: string;
|
|
1515
1602
|
warning_code: "being_deleted";
|
|
1516
1603
|
created_at: string;
|
|
1604
|
+
} | {
|
|
1605
|
+
message: string;
|
|
1606
|
+
warning_code: "unknown_issue_with_credential";
|
|
1607
|
+
created_at: string;
|
|
1517
1608
|
})[];
|
|
1518
1609
|
display_name: string;
|
|
1519
1610
|
workspace_id: string;
|
|
@@ -1568,6 +1659,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1568
1659
|
message: string;
|
|
1569
1660
|
warning_code: "being_deleted";
|
|
1570
1661
|
created_at: string;
|
|
1662
|
+
} | {
|
|
1663
|
+
message: string;
|
|
1664
|
+
warning_code: "unknown_issue_with_credential";
|
|
1665
|
+
created_at: string;
|
|
1571
1666
|
})[];
|
|
1572
1667
|
display_name: string;
|
|
1573
1668
|
workspace_id: string;
|
|
@@ -1681,6 +1776,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1681
1776
|
message: string;
|
|
1682
1777
|
warning_code: "being_deleted";
|
|
1683
1778
|
created_at: string;
|
|
1779
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1780
|
+
created_at: z.ZodString;
|
|
1781
|
+
message: z.ZodString;
|
|
1782
|
+
}, {
|
|
1783
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
1784
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1785
|
+
message: string;
|
|
1786
|
+
warning_code: "unknown_issue_with_credential";
|
|
1787
|
+
created_at: string;
|
|
1788
|
+
}, {
|
|
1789
|
+
message: string;
|
|
1790
|
+
warning_code: "unknown_issue_with_credential";
|
|
1791
|
+
created_at: string;
|
|
1684
1792
|
}>]>, "many">;
|
|
1685
1793
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
1686
1794
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -1737,6 +1845,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1737
1845
|
message: string;
|
|
1738
1846
|
warning_code: "being_deleted";
|
|
1739
1847
|
created_at: string;
|
|
1848
|
+
} | {
|
|
1849
|
+
message: string;
|
|
1850
|
+
warning_code: "unknown_issue_with_credential";
|
|
1851
|
+
created_at: string;
|
|
1740
1852
|
})[];
|
|
1741
1853
|
display_name: string;
|
|
1742
1854
|
workspace_id: string;
|
|
@@ -1791,6 +1903,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1791
1903
|
message: string;
|
|
1792
1904
|
warning_code: "being_deleted";
|
|
1793
1905
|
created_at: string;
|
|
1906
|
+
} | {
|
|
1907
|
+
message: string;
|
|
1908
|
+
warning_code: "unknown_issue_with_credential";
|
|
1909
|
+
created_at: string;
|
|
1794
1910
|
})[];
|
|
1795
1911
|
display_name: string;
|
|
1796
1912
|
workspace_id: string;
|
|
@@ -1850,6 +1966,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1850
1966
|
message: string;
|
|
1851
1967
|
warning_code: "being_deleted";
|
|
1852
1968
|
created_at: string;
|
|
1969
|
+
} | {
|
|
1970
|
+
message: string;
|
|
1971
|
+
warning_code: "unknown_issue_with_credential";
|
|
1972
|
+
created_at: string;
|
|
1853
1973
|
})[];
|
|
1854
1974
|
display_name: string;
|
|
1855
1975
|
workspace_id: string;
|
|
@@ -1904,6 +2024,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1904
2024
|
message: string;
|
|
1905
2025
|
warning_code: "being_deleted";
|
|
1906
2026
|
created_at: string;
|
|
2027
|
+
} | {
|
|
2028
|
+
message: string;
|
|
2029
|
+
warning_code: "unknown_issue_with_credential";
|
|
2030
|
+
created_at: string;
|
|
1907
2031
|
})[];
|
|
1908
2032
|
display_name: string;
|
|
1909
2033
|
workspace_id: string;
|
|
@@ -1964,6 +2088,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1964
2088
|
message: string;
|
|
1965
2089
|
warning_code: "being_deleted";
|
|
1966
2090
|
created_at: string;
|
|
2091
|
+
} | {
|
|
2092
|
+
message: string;
|
|
2093
|
+
warning_code: "unknown_issue_with_credential";
|
|
2094
|
+
created_at: string;
|
|
1967
2095
|
})[];
|
|
1968
2096
|
display_name: string;
|
|
1969
2097
|
workspace_id: string;
|
|
@@ -2018,6 +2146,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2018
2146
|
message: string;
|
|
2019
2147
|
warning_code: "being_deleted";
|
|
2020
2148
|
created_at: string;
|
|
2149
|
+
} | {
|
|
2150
|
+
message: string;
|
|
2151
|
+
warning_code: "unknown_issue_with_credential";
|
|
2152
|
+
created_at: string;
|
|
2021
2153
|
})[];
|
|
2022
2154
|
display_name: string;
|
|
2023
2155
|
workspace_id: string;
|
|
@@ -109,6 +109,19 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
109
109
|
message: string;
|
|
110
110
|
warning_code: "being_deleted";
|
|
111
111
|
created_at: string;
|
|
112
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
113
|
+
created_at: z.ZodString;
|
|
114
|
+
message: z.ZodString;
|
|
115
|
+
}, {
|
|
116
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
117
|
+
}>, "strip", z.ZodTypeAny, {
|
|
118
|
+
message: string;
|
|
119
|
+
warning_code: "unknown_issue_with_credential";
|
|
120
|
+
created_at: string;
|
|
121
|
+
}, {
|
|
122
|
+
message: string;
|
|
123
|
+
warning_code: "unknown_issue_with_credential";
|
|
124
|
+
created_at: string;
|
|
112
125
|
}>]>, "many">;
|
|
113
126
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
114
127
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -165,6 +178,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
165
178
|
message: string;
|
|
166
179
|
warning_code: "being_deleted";
|
|
167
180
|
created_at: string;
|
|
181
|
+
} | {
|
|
182
|
+
message: string;
|
|
183
|
+
warning_code: "unknown_issue_with_credential";
|
|
184
|
+
created_at: string;
|
|
168
185
|
})[];
|
|
169
186
|
display_name: string;
|
|
170
187
|
workspace_id: string;
|
|
@@ -219,6 +236,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
219
236
|
message: string;
|
|
220
237
|
warning_code: "being_deleted";
|
|
221
238
|
created_at: string;
|
|
239
|
+
} | {
|
|
240
|
+
message: string;
|
|
241
|
+
warning_code: "unknown_issue_with_credential";
|
|
242
|
+
created_at: string;
|
|
222
243
|
})[];
|
|
223
244
|
display_name: string;
|
|
224
245
|
workspace_id: string;
|
|
@@ -332,6 +353,19 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
332
353
|
message: string;
|
|
333
354
|
warning_code: "being_deleted";
|
|
334
355
|
created_at: string;
|
|
356
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
357
|
+
created_at: z.ZodString;
|
|
358
|
+
message: z.ZodString;
|
|
359
|
+
}, {
|
|
360
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_credential">;
|
|
361
|
+
}>, "strip", z.ZodTypeAny, {
|
|
362
|
+
message: string;
|
|
363
|
+
warning_code: "unknown_issue_with_credential";
|
|
364
|
+
created_at: string;
|
|
365
|
+
}, {
|
|
366
|
+
message: string;
|
|
367
|
+
warning_code: "unknown_issue_with_credential";
|
|
368
|
+
created_at: string;
|
|
335
369
|
}>]>, "many">;
|
|
336
370
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
337
371
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -388,6 +422,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
388
422
|
message: string;
|
|
389
423
|
warning_code: "being_deleted";
|
|
390
424
|
created_at: string;
|
|
425
|
+
} | {
|
|
426
|
+
message: string;
|
|
427
|
+
warning_code: "unknown_issue_with_credential";
|
|
428
|
+
created_at: string;
|
|
391
429
|
})[];
|
|
392
430
|
display_name: string;
|
|
393
431
|
workspace_id: string;
|
|
@@ -442,6 +480,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
442
480
|
message: string;
|
|
443
481
|
warning_code: "being_deleted";
|
|
444
482
|
created_at: string;
|
|
483
|
+
} | {
|
|
484
|
+
message: string;
|
|
485
|
+
warning_code: "unknown_issue_with_credential";
|
|
486
|
+
created_at: string;
|
|
445
487
|
})[];
|
|
446
488
|
display_name: string;
|
|
447
489
|
workspace_id: string;
|
|
@@ -501,6 +543,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
501
543
|
message: string;
|
|
502
544
|
warning_code: "being_deleted";
|
|
503
545
|
created_at: string;
|
|
546
|
+
} | {
|
|
547
|
+
message: string;
|
|
548
|
+
warning_code: "unknown_issue_with_credential";
|
|
549
|
+
created_at: string;
|
|
504
550
|
})[];
|
|
505
551
|
display_name: string;
|
|
506
552
|
workspace_id: string;
|
|
@@ -555,6 +601,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
555
601
|
message: string;
|
|
556
602
|
warning_code: "being_deleted";
|
|
557
603
|
created_at: string;
|
|
604
|
+
} | {
|
|
605
|
+
message: string;
|
|
606
|
+
warning_code: "unknown_issue_with_credential";
|
|
607
|
+
created_at: string;
|
|
558
608
|
})[];
|
|
559
609
|
display_name: string;
|
|
560
610
|
workspace_id: string;
|
|
@@ -615,6 +665,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
615
665
|
message: string;
|
|
616
666
|
warning_code: "being_deleted";
|
|
617
667
|
created_at: string;
|
|
668
|
+
} | {
|
|
669
|
+
message: string;
|
|
670
|
+
warning_code: "unknown_issue_with_credential";
|
|
671
|
+
created_at: string;
|
|
618
672
|
})[];
|
|
619
673
|
display_name: string;
|
|
620
674
|
workspace_id: string;
|
|
@@ -669,6 +723,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
669
723
|
message: string;
|
|
670
724
|
warning_code: "being_deleted";
|
|
671
725
|
created_at: string;
|
|
726
|
+
} | {
|
|
727
|
+
message: string;
|
|
728
|
+
warning_code: "unknown_issue_with_credential";
|
|
729
|
+
created_at: string;
|
|
672
730
|
})[];
|
|
673
731
|
display_name: string;
|
|
674
732
|
workspace_id: string;
|