@seamapi/types 1.328.0 → 1.329.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 +236 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +981 -2
- package/lib/seam/connect/models/acs/acs-credential.d.ts +66 -0
- package/lib/seam/connect/models/acs/acs-credential.js +9 -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/events/acs/credentials.d.ts +61 -0
- package/lib/seam/connect/models/events/acs/credentials.js +6 -0
- package/lib/seam/connect/models/events/acs/credentials.js.map +1 -1
- package/lib/seam/connect/models/events/acs/index.d.ts +30 -0
- package/lib/seam/connect/models/events/seam-event.d.ts +30 -0
- package/lib/seam/connect/openapi.d.ts +87 -0
- package/lib/seam/connect/openapi.js +220 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +690 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-credential.ts +12 -0
- package/src/lib/seam/connect/models/events/acs/credentials.ts +9 -0
- package/src/lib/seam/connect/openapi.ts +252 -0
- package/src/lib/seam/connect/route-types.ts +786 -0
|
@@ -87,6 +87,20 @@ declare const acs_credential_warning_map: z.ZodObject<{
|
|
|
87
87
|
warning_code: "unknown_issue_with_acs_credential";
|
|
88
88
|
created_at: string;
|
|
89
89
|
}>>>;
|
|
90
|
+
needs_to_be_reissued: z.ZodNullable<z.ZodOptional<z.ZodObject<z.objectUtil.extendShape<{
|
|
91
|
+
created_at: z.ZodString;
|
|
92
|
+
message: z.ZodString;
|
|
93
|
+
}, {
|
|
94
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
95
|
+
}>, "strip", z.ZodTypeAny, {
|
|
96
|
+
message: string;
|
|
97
|
+
warning_code: "needs_to_be_reissued";
|
|
98
|
+
created_at: string;
|
|
99
|
+
}, {
|
|
100
|
+
message: string;
|
|
101
|
+
warning_code: "needs_to_be_reissued";
|
|
102
|
+
created_at: string;
|
|
103
|
+
}>>>;
|
|
90
104
|
}, "strip", z.ZodTypeAny, {
|
|
91
105
|
waiting_to_be_issued?: {
|
|
92
106
|
message: string;
|
|
@@ -113,6 +127,11 @@ declare const acs_credential_warning_map: z.ZodObject<{
|
|
|
113
127
|
warning_code: "unknown_issue_with_acs_credential";
|
|
114
128
|
created_at: string;
|
|
115
129
|
} | null | undefined;
|
|
130
|
+
needs_to_be_reissued?: {
|
|
131
|
+
message: string;
|
|
132
|
+
warning_code: "needs_to_be_reissued";
|
|
133
|
+
created_at: string;
|
|
134
|
+
} | null | undefined;
|
|
116
135
|
}, {
|
|
117
136
|
waiting_to_be_issued?: {
|
|
118
137
|
message: string;
|
|
@@ -139,6 +158,11 @@ declare const acs_credential_warning_map: z.ZodObject<{
|
|
|
139
158
|
warning_code: "unknown_issue_with_acs_credential";
|
|
140
159
|
created_at: string;
|
|
141
160
|
} | null | undefined;
|
|
161
|
+
needs_to_be_reissued?: {
|
|
162
|
+
message: string;
|
|
163
|
+
warning_code: "needs_to_be_reissued";
|
|
164
|
+
created_at: string;
|
|
165
|
+
} | null | undefined;
|
|
142
166
|
}>;
|
|
143
167
|
export type AcsCredentialWarningMap = z.infer<typeof acs_credential_warning_map>;
|
|
144
168
|
export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
@@ -235,6 +259,19 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
235
259
|
message: string;
|
|
236
260
|
warning_code: "unknown_issue_with_acs_credential";
|
|
237
261
|
created_at: string;
|
|
262
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
263
|
+
created_at: z.ZodString;
|
|
264
|
+
message: z.ZodString;
|
|
265
|
+
}, {
|
|
266
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
267
|
+
}>, "strip", z.ZodTypeAny, {
|
|
268
|
+
message: string;
|
|
269
|
+
warning_code: "needs_to_be_reissued";
|
|
270
|
+
created_at: string;
|
|
271
|
+
}, {
|
|
272
|
+
message: string;
|
|
273
|
+
warning_code: "needs_to_be_reissued";
|
|
274
|
+
created_at: string;
|
|
238
275
|
}>]>, "many">;
|
|
239
276
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
240
277
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -295,6 +332,10 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
295
332
|
message: string;
|
|
296
333
|
warning_code: "unknown_issue_with_acs_credential";
|
|
297
334
|
created_at: string;
|
|
335
|
+
} | {
|
|
336
|
+
message: string;
|
|
337
|
+
warning_code: "needs_to_be_reissued";
|
|
338
|
+
created_at: string;
|
|
298
339
|
})[];
|
|
299
340
|
display_name: string;
|
|
300
341
|
workspace_id: string;
|
|
@@ -353,6 +394,10 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
353
394
|
message: string;
|
|
354
395
|
warning_code: "unknown_issue_with_acs_credential";
|
|
355
396
|
created_at: string;
|
|
397
|
+
} | {
|
|
398
|
+
message: string;
|
|
399
|
+
warning_code: "needs_to_be_reissued";
|
|
400
|
+
created_at: string;
|
|
356
401
|
})[];
|
|
357
402
|
display_name: string;
|
|
358
403
|
workspace_id: string;
|
|
@@ -480,6 +525,19 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
480
525
|
message: string;
|
|
481
526
|
warning_code: "unknown_issue_with_acs_credential";
|
|
482
527
|
created_at: string;
|
|
528
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
529
|
+
created_at: z.ZodString;
|
|
530
|
+
message: z.ZodString;
|
|
531
|
+
}, {
|
|
532
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
533
|
+
}>, "strip", z.ZodTypeAny, {
|
|
534
|
+
message: string;
|
|
535
|
+
warning_code: "needs_to_be_reissued";
|
|
536
|
+
created_at: string;
|
|
537
|
+
}, {
|
|
538
|
+
message: string;
|
|
539
|
+
warning_code: "needs_to_be_reissued";
|
|
540
|
+
created_at: string;
|
|
483
541
|
}>]>, "many">;
|
|
484
542
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
485
543
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -540,6 +598,10 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
540
598
|
message: string;
|
|
541
599
|
warning_code: "unknown_issue_with_acs_credential";
|
|
542
600
|
created_at: string;
|
|
601
|
+
} | {
|
|
602
|
+
message: string;
|
|
603
|
+
warning_code: "needs_to_be_reissued";
|
|
604
|
+
created_at: string;
|
|
543
605
|
})[];
|
|
544
606
|
display_name: string;
|
|
545
607
|
workspace_id: string;
|
|
@@ -598,6 +660,10 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
598
660
|
message: string;
|
|
599
661
|
warning_code: "unknown_issue_with_acs_credential";
|
|
600
662
|
created_at: string;
|
|
663
|
+
} | {
|
|
664
|
+
message: string;
|
|
665
|
+
warning_code: "needs_to_be_reissued";
|
|
666
|
+
created_at: string;
|
|
601
667
|
})[];
|
|
602
668
|
display_name: string;
|
|
603
669
|
workspace_id: string;
|
|
@@ -57,6 +57,13 @@ export const unknown_issue_with_acs_credential = common_acs_credential_warning
|
|
|
57
57
|
})
|
|
58
58
|
.describe('An unknown issue occurred while syncing the state of this credential with the provider. ' +
|
|
59
59
|
'This issue may affect the proper functioning of this credential.');
|
|
60
|
+
const needs_to_be_reissued = common_acs_credential_warning
|
|
61
|
+
.extend({
|
|
62
|
+
warning_code: z
|
|
63
|
+
.literal('needs_to_be_reissued')
|
|
64
|
+
.describe(warning_code_description),
|
|
65
|
+
})
|
|
66
|
+
.describe('Access permissions for this [credential](https://docs.seam.co/latest/capability-guides/access-systems/managing-credentials) have changed. [Reissue](https://docs.seam.co/latest/capability-guides/access-systems/working-with-card-encoders-and-scanners/creating-and-encoding-card-based-credentials) (re-encode) this credential. This issue may affect the proper functioning of the credential.');
|
|
60
67
|
const acs_credential_warning = z
|
|
61
68
|
.union([
|
|
62
69
|
waiting_to_be_issued,
|
|
@@ -64,6 +71,7 @@ const acs_credential_warning = z
|
|
|
64
71
|
schedule_modified,
|
|
65
72
|
being_deleted,
|
|
66
73
|
unknown_issue_with_acs_credential,
|
|
74
|
+
needs_to_be_reissued,
|
|
67
75
|
])
|
|
68
76
|
.describe('Warning associated with the `acs_credential`.');
|
|
69
77
|
const acs_credential_warning_map = z.object({
|
|
@@ -76,6 +84,7 @@ const acs_credential_warning_map = z.object({
|
|
|
76
84
|
unknown_issue_with_acs_credential: unknown_issue_with_acs_credential
|
|
77
85
|
.optional()
|
|
78
86
|
.nullable(),
|
|
87
|
+
needs_to_be_reissued: needs_to_be_reissued.optional().nullable(),
|
|
79
88
|
});
|
|
80
89
|
const common_acs_credential = z.object({
|
|
81
90
|
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,CAAC,MAAM,iCAAiC,GAAG,6BAA6B;KAC3E,MAAM,CAAC;IACN,YAAY,EAAE,CAAC;SACZ,OAAO,CAAC,mCAAmC,CAAC;SAC5C,QAAQ,CAAC,wBAAwB,CAAC;CACtC,CAAC;KACD,QAAQ,CACP,0FAA0F;IACxF,kEAAkE,CACrE,CAAA;AAEH,MAAM,sBAAsB,GAAG,CAAC;KAC7B,KAAK,CAAC;IACL,oBAAoB;IACpB,4BAA4B;IAC5B,iBAAiB;IACjB,aAAa;IACb,iCAAiC;
|
|
1
|
+
{"version":3,"file":"acs-credential.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/acs/acs-credential.ts"],"names":[],"mappings":"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"}
|
|
@@ -366,6 +366,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
366
366
|
message: string;
|
|
367
367
|
warning_code: "unknown_issue_with_acs_credential";
|
|
368
368
|
created_at: string;
|
|
369
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
370
|
+
created_at: z.ZodString;
|
|
371
|
+
message: z.ZodString;
|
|
372
|
+
}, {
|
|
373
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
374
|
+
}>, "strip", z.ZodTypeAny, {
|
|
375
|
+
message: string;
|
|
376
|
+
warning_code: "needs_to_be_reissued";
|
|
377
|
+
created_at: string;
|
|
378
|
+
}, {
|
|
379
|
+
message: string;
|
|
380
|
+
warning_code: "needs_to_be_reissued";
|
|
381
|
+
created_at: string;
|
|
369
382
|
}>]>, "many">;
|
|
370
383
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
371
384
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -426,6 +439,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
426
439
|
message: string;
|
|
427
440
|
warning_code: "unknown_issue_with_acs_credential";
|
|
428
441
|
created_at: string;
|
|
442
|
+
} | {
|
|
443
|
+
message: string;
|
|
444
|
+
warning_code: "needs_to_be_reissued";
|
|
445
|
+
created_at: string;
|
|
429
446
|
})[];
|
|
430
447
|
display_name: string;
|
|
431
448
|
workspace_id: string;
|
|
@@ -484,6 +501,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
484
501
|
message: string;
|
|
485
502
|
warning_code: "unknown_issue_with_acs_credential";
|
|
486
503
|
created_at: string;
|
|
504
|
+
} | {
|
|
505
|
+
message: string;
|
|
506
|
+
warning_code: "needs_to_be_reissued";
|
|
507
|
+
created_at: string;
|
|
487
508
|
})[];
|
|
488
509
|
display_name: string;
|
|
489
510
|
workspace_id: string;
|
|
@@ -610,6 +631,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
610
631
|
message: string;
|
|
611
632
|
warning_code: "unknown_issue_with_acs_credential";
|
|
612
633
|
created_at: string;
|
|
634
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
635
|
+
created_at: z.ZodString;
|
|
636
|
+
message: z.ZodString;
|
|
637
|
+
}, {
|
|
638
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
639
|
+
}>, "strip", z.ZodTypeAny, {
|
|
640
|
+
message: string;
|
|
641
|
+
warning_code: "needs_to_be_reissued";
|
|
642
|
+
created_at: string;
|
|
643
|
+
}, {
|
|
644
|
+
message: string;
|
|
645
|
+
warning_code: "needs_to_be_reissued";
|
|
646
|
+
created_at: string;
|
|
613
647
|
}>]>, "many">;
|
|
614
648
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
615
649
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -670,6 +704,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
670
704
|
message: string;
|
|
671
705
|
warning_code: "unknown_issue_with_acs_credential";
|
|
672
706
|
created_at: string;
|
|
707
|
+
} | {
|
|
708
|
+
message: string;
|
|
709
|
+
warning_code: "needs_to_be_reissued";
|
|
710
|
+
created_at: string;
|
|
673
711
|
})[];
|
|
674
712
|
display_name: string;
|
|
675
713
|
workspace_id: string;
|
|
@@ -728,6 +766,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
728
766
|
message: string;
|
|
729
767
|
warning_code: "unknown_issue_with_acs_credential";
|
|
730
768
|
created_at: string;
|
|
769
|
+
} | {
|
|
770
|
+
message: string;
|
|
771
|
+
warning_code: "needs_to_be_reissued";
|
|
772
|
+
created_at: string;
|
|
731
773
|
})[];
|
|
732
774
|
display_name: string;
|
|
733
775
|
workspace_id: string;
|
|
@@ -823,6 +865,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
823
865
|
message: string;
|
|
824
866
|
warning_code: "unknown_issue_with_acs_credential";
|
|
825
867
|
created_at: string;
|
|
868
|
+
} | {
|
|
869
|
+
message: string;
|
|
870
|
+
warning_code: "needs_to_be_reissued";
|
|
871
|
+
created_at: string;
|
|
826
872
|
})[];
|
|
827
873
|
display_name: string;
|
|
828
874
|
workspace_id: string;
|
|
@@ -881,6 +927,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
881
927
|
message: string;
|
|
882
928
|
warning_code: "unknown_issue_with_acs_credential";
|
|
883
929
|
created_at: string;
|
|
930
|
+
} | {
|
|
931
|
+
message: string;
|
|
932
|
+
warning_code: "needs_to_be_reissued";
|
|
933
|
+
created_at: string;
|
|
884
934
|
})[];
|
|
885
935
|
display_name: string;
|
|
886
936
|
workspace_id: string;
|
|
@@ -966,6 +1016,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
966
1016
|
message: string;
|
|
967
1017
|
warning_code: "unknown_issue_with_acs_credential";
|
|
968
1018
|
created_at: string;
|
|
1019
|
+
} | {
|
|
1020
|
+
message: string;
|
|
1021
|
+
warning_code: "needs_to_be_reissued";
|
|
1022
|
+
created_at: string;
|
|
969
1023
|
})[];
|
|
970
1024
|
display_name: string;
|
|
971
1025
|
workspace_id: string;
|
|
@@ -1024,6 +1078,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1024
1078
|
message: string;
|
|
1025
1079
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1026
1080
|
created_at: string;
|
|
1081
|
+
} | {
|
|
1082
|
+
message: string;
|
|
1083
|
+
warning_code: "needs_to_be_reissued";
|
|
1084
|
+
created_at: string;
|
|
1027
1085
|
})[];
|
|
1028
1086
|
display_name: string;
|
|
1029
1087
|
workspace_id: string;
|
|
@@ -1114,6 +1172,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1114
1172
|
message: string;
|
|
1115
1173
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1116
1174
|
created_at: string;
|
|
1175
|
+
} | {
|
|
1176
|
+
message: string;
|
|
1177
|
+
warning_code: "needs_to_be_reissued";
|
|
1178
|
+
created_at: string;
|
|
1117
1179
|
})[];
|
|
1118
1180
|
display_name: string;
|
|
1119
1181
|
workspace_id: string;
|
|
@@ -1172,6 +1234,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1172
1234
|
message: string;
|
|
1173
1235
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1174
1236
|
created_at: string;
|
|
1237
|
+
} | {
|
|
1238
|
+
message: string;
|
|
1239
|
+
warning_code: "needs_to_be_reissued";
|
|
1240
|
+
created_at: string;
|
|
1175
1241
|
})[];
|
|
1176
1242
|
display_name: string;
|
|
1177
1243
|
workspace_id: string;
|
|
@@ -1263,6 +1329,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1263
1329
|
message: string;
|
|
1264
1330
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1265
1331
|
created_at: string;
|
|
1332
|
+
} | {
|
|
1333
|
+
message: string;
|
|
1334
|
+
warning_code: "needs_to_be_reissued";
|
|
1335
|
+
created_at: string;
|
|
1266
1336
|
})[];
|
|
1267
1337
|
display_name: string;
|
|
1268
1338
|
workspace_id: string;
|
|
@@ -1321,6 +1391,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1321
1391
|
message: string;
|
|
1322
1392
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1323
1393
|
created_at: string;
|
|
1394
|
+
} | {
|
|
1395
|
+
message: string;
|
|
1396
|
+
warning_code: "needs_to_be_reissued";
|
|
1397
|
+
created_at: string;
|
|
1324
1398
|
})[];
|
|
1325
1399
|
display_name: string;
|
|
1326
1400
|
workspace_id: string;
|
|
@@ -1545,6 +1619,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1545
1619
|
message: string;
|
|
1546
1620
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1547
1621
|
created_at: string;
|
|
1622
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1623
|
+
created_at: z.ZodString;
|
|
1624
|
+
message: z.ZodString;
|
|
1625
|
+
}, {
|
|
1626
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
1627
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1628
|
+
message: string;
|
|
1629
|
+
warning_code: "needs_to_be_reissued";
|
|
1630
|
+
created_at: string;
|
|
1631
|
+
}, {
|
|
1632
|
+
message: string;
|
|
1633
|
+
warning_code: "needs_to_be_reissued";
|
|
1634
|
+
created_at: string;
|
|
1548
1635
|
}>]>, "many">;
|
|
1549
1636
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
1550
1637
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1605,6 +1692,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1605
1692
|
message: string;
|
|
1606
1693
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1607
1694
|
created_at: string;
|
|
1695
|
+
} | {
|
|
1696
|
+
message: string;
|
|
1697
|
+
warning_code: "needs_to_be_reissued";
|
|
1698
|
+
created_at: string;
|
|
1608
1699
|
})[];
|
|
1609
1700
|
display_name: string;
|
|
1610
1701
|
workspace_id: string;
|
|
@@ -1663,6 +1754,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1663
1754
|
message: string;
|
|
1664
1755
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1665
1756
|
created_at: string;
|
|
1757
|
+
} | {
|
|
1758
|
+
message: string;
|
|
1759
|
+
warning_code: "needs_to_be_reissued";
|
|
1760
|
+
created_at: string;
|
|
1666
1761
|
})[];
|
|
1667
1762
|
display_name: string;
|
|
1668
1763
|
workspace_id: string;
|
|
@@ -1789,6 +1884,19 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1789
1884
|
message: string;
|
|
1790
1885
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1791
1886
|
created_at: string;
|
|
1887
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
1888
|
+
created_at: z.ZodString;
|
|
1889
|
+
message: z.ZodString;
|
|
1890
|
+
}, {
|
|
1891
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
1892
|
+
}>, "strip", z.ZodTypeAny, {
|
|
1893
|
+
message: string;
|
|
1894
|
+
warning_code: "needs_to_be_reissued";
|
|
1895
|
+
created_at: string;
|
|
1896
|
+
}, {
|
|
1897
|
+
message: string;
|
|
1898
|
+
warning_code: "needs_to_be_reissued";
|
|
1899
|
+
created_at: string;
|
|
1792
1900
|
}>]>, "many">;
|
|
1793
1901
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
1794
1902
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1849,6 +1957,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1849
1957
|
message: string;
|
|
1850
1958
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1851
1959
|
created_at: string;
|
|
1960
|
+
} | {
|
|
1961
|
+
message: string;
|
|
1962
|
+
warning_code: "needs_to_be_reissued";
|
|
1963
|
+
created_at: string;
|
|
1852
1964
|
})[];
|
|
1853
1965
|
display_name: string;
|
|
1854
1966
|
workspace_id: string;
|
|
@@ -1907,6 +2019,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1907
2019
|
message: string;
|
|
1908
2020
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1909
2021
|
created_at: string;
|
|
2022
|
+
} | {
|
|
2023
|
+
message: string;
|
|
2024
|
+
warning_code: "needs_to_be_reissued";
|
|
2025
|
+
created_at: string;
|
|
1910
2026
|
})[];
|
|
1911
2027
|
display_name: string;
|
|
1912
2028
|
workspace_id: string;
|
|
@@ -1970,6 +2086,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1970
2086
|
message: string;
|
|
1971
2087
|
warning_code: "unknown_issue_with_acs_credential";
|
|
1972
2088
|
created_at: string;
|
|
2089
|
+
} | {
|
|
2090
|
+
message: string;
|
|
2091
|
+
warning_code: "needs_to_be_reissued";
|
|
2092
|
+
created_at: string;
|
|
1973
2093
|
})[];
|
|
1974
2094
|
display_name: string;
|
|
1975
2095
|
workspace_id: string;
|
|
@@ -2028,6 +2148,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2028
2148
|
message: string;
|
|
2029
2149
|
warning_code: "unknown_issue_with_acs_credential";
|
|
2030
2150
|
created_at: string;
|
|
2151
|
+
} | {
|
|
2152
|
+
message: string;
|
|
2153
|
+
warning_code: "needs_to_be_reissued";
|
|
2154
|
+
created_at: string;
|
|
2031
2155
|
})[];
|
|
2032
2156
|
display_name: string;
|
|
2033
2157
|
workspace_id: string;
|
|
@@ -2092,6 +2216,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2092
2216
|
message: string;
|
|
2093
2217
|
warning_code: "unknown_issue_with_acs_credential";
|
|
2094
2218
|
created_at: string;
|
|
2219
|
+
} | {
|
|
2220
|
+
message: string;
|
|
2221
|
+
warning_code: "needs_to_be_reissued";
|
|
2222
|
+
created_at: string;
|
|
2095
2223
|
})[];
|
|
2096
2224
|
display_name: string;
|
|
2097
2225
|
workspace_id: string;
|
|
@@ -2150,6 +2278,10 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2150
2278
|
message: string;
|
|
2151
2279
|
warning_code: "unknown_issue_with_acs_credential";
|
|
2152
2280
|
created_at: string;
|
|
2281
|
+
} | {
|
|
2282
|
+
message: string;
|
|
2283
|
+
warning_code: "needs_to_be_reissued";
|
|
2284
|
+
created_at: string;
|
|
2153
2285
|
})[];
|
|
2154
2286
|
display_name: string;
|
|
2155
2287
|
workspace_id: string;
|
|
@@ -122,6 +122,19 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
122
122
|
message: string;
|
|
123
123
|
warning_code: "unknown_issue_with_acs_credential";
|
|
124
124
|
created_at: string;
|
|
125
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
126
|
+
created_at: z.ZodString;
|
|
127
|
+
message: z.ZodString;
|
|
128
|
+
}, {
|
|
129
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
130
|
+
}>, "strip", z.ZodTypeAny, {
|
|
131
|
+
message: string;
|
|
132
|
+
warning_code: "needs_to_be_reissued";
|
|
133
|
+
created_at: string;
|
|
134
|
+
}, {
|
|
135
|
+
message: string;
|
|
136
|
+
warning_code: "needs_to_be_reissued";
|
|
137
|
+
created_at: string;
|
|
125
138
|
}>]>, "many">;
|
|
126
139
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
127
140
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -182,6 +195,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
182
195
|
message: string;
|
|
183
196
|
warning_code: "unknown_issue_with_acs_credential";
|
|
184
197
|
created_at: string;
|
|
198
|
+
} | {
|
|
199
|
+
message: string;
|
|
200
|
+
warning_code: "needs_to_be_reissued";
|
|
201
|
+
created_at: string;
|
|
185
202
|
})[];
|
|
186
203
|
display_name: string;
|
|
187
204
|
workspace_id: string;
|
|
@@ -240,6 +257,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
240
257
|
message: string;
|
|
241
258
|
warning_code: "unknown_issue_with_acs_credential";
|
|
242
259
|
created_at: string;
|
|
260
|
+
} | {
|
|
261
|
+
message: string;
|
|
262
|
+
warning_code: "needs_to_be_reissued";
|
|
263
|
+
created_at: string;
|
|
243
264
|
})[];
|
|
244
265
|
display_name: string;
|
|
245
266
|
workspace_id: string;
|
|
@@ -366,6 +387,19 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
366
387
|
message: string;
|
|
367
388
|
warning_code: "unknown_issue_with_acs_credential";
|
|
368
389
|
created_at: string;
|
|
390
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
391
|
+
created_at: z.ZodString;
|
|
392
|
+
message: z.ZodString;
|
|
393
|
+
}, {
|
|
394
|
+
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
395
|
+
}>, "strip", z.ZodTypeAny, {
|
|
396
|
+
message: string;
|
|
397
|
+
warning_code: "needs_to_be_reissued";
|
|
398
|
+
created_at: string;
|
|
399
|
+
}, {
|
|
400
|
+
message: string;
|
|
401
|
+
warning_code: "needs_to_be_reissued";
|
|
402
|
+
created_at: string;
|
|
369
403
|
}>]>, "many">;
|
|
370
404
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
371
405
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -426,6 +460,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
426
460
|
message: string;
|
|
427
461
|
warning_code: "unknown_issue_with_acs_credential";
|
|
428
462
|
created_at: string;
|
|
463
|
+
} | {
|
|
464
|
+
message: string;
|
|
465
|
+
warning_code: "needs_to_be_reissued";
|
|
466
|
+
created_at: string;
|
|
429
467
|
})[];
|
|
430
468
|
display_name: string;
|
|
431
469
|
workspace_id: string;
|
|
@@ -484,6 +522,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
484
522
|
message: string;
|
|
485
523
|
warning_code: "unknown_issue_with_acs_credential";
|
|
486
524
|
created_at: string;
|
|
525
|
+
} | {
|
|
526
|
+
message: string;
|
|
527
|
+
warning_code: "needs_to_be_reissued";
|
|
528
|
+
created_at: string;
|
|
487
529
|
})[];
|
|
488
530
|
display_name: string;
|
|
489
531
|
workspace_id: string;
|
|
@@ -547,6 +589,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
547
589
|
message: string;
|
|
548
590
|
warning_code: "unknown_issue_with_acs_credential";
|
|
549
591
|
created_at: string;
|
|
592
|
+
} | {
|
|
593
|
+
message: string;
|
|
594
|
+
warning_code: "needs_to_be_reissued";
|
|
595
|
+
created_at: string;
|
|
550
596
|
})[];
|
|
551
597
|
display_name: string;
|
|
552
598
|
workspace_id: string;
|
|
@@ -605,6 +651,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
605
651
|
message: string;
|
|
606
652
|
warning_code: "unknown_issue_with_acs_credential";
|
|
607
653
|
created_at: string;
|
|
654
|
+
} | {
|
|
655
|
+
message: string;
|
|
656
|
+
warning_code: "needs_to_be_reissued";
|
|
657
|
+
created_at: string;
|
|
608
658
|
})[];
|
|
609
659
|
display_name: string;
|
|
610
660
|
workspace_id: string;
|
|
@@ -669,6 +719,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
669
719
|
message: string;
|
|
670
720
|
warning_code: "unknown_issue_with_acs_credential";
|
|
671
721
|
created_at: string;
|
|
722
|
+
} | {
|
|
723
|
+
message: string;
|
|
724
|
+
warning_code: "needs_to_be_reissued";
|
|
725
|
+
created_at: string;
|
|
672
726
|
})[];
|
|
673
727
|
display_name: string;
|
|
674
728
|
workspace_id: string;
|
|
@@ -727,6 +781,10 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
727
781
|
message: string;
|
|
728
782
|
warning_code: "unknown_issue_with_acs_credential";
|
|
729
783
|
created_at: string;
|
|
784
|
+
} | {
|
|
785
|
+
message: string;
|
|
786
|
+
warning_code: "needs_to_be_reissued";
|
|
787
|
+
created_at: string;
|
|
730
788
|
})[];
|
|
731
789
|
display_name: string;
|
|
732
790
|
workspace_id: string;
|