@seamapi/types 1.358.0 → 1.360.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 +532 -11
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2726 -1075
- package/lib/seam/connect/model-types.d.ts +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +100 -0
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +100 -0
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +14 -14
- package/lib/seam/connect/models/acs/acs-credential.d.ts +74 -74
- package/lib/seam/connect/models/acs/acs-encoder.d.ts +8 -8
- package/lib/seam/connect/models/acs/acs-system.d.ts +72 -72
- package/lib/seam/connect/models/acs/acs-user.d.ts +104 -104
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +168 -168
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +72 -72
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +96 -96
- package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +2 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +634 -21
- package/lib/seam/connect/models/connected-accounts/connected-account.js +56 -0
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/device-metadata.d.ts +24 -24
- package/lib/seam/connect/models/devices/device.d.ts +146 -46
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +127 -27
- package/lib/seam/connect/models/events/access-codes.d.ts +68 -68
- package/lib/seam/connect/models/events/connect-webviews.d.ts +4 -4
- package/lib/seam/connect/models/events/connected-accounts.d.ts +28 -28
- package/lib/seam/connect/models/events/devices.d.ts +188 -128
- package/lib/seam/connect/models/events/devices.js +10 -0
- package/lib/seam/connect/models/events/devices.js.map +1 -1
- package/lib/seam/connect/models/events/seam-event.d.ts +144 -115
- package/lib/seam/connect/openapi.d.ts +482 -4
- package/lib/seam/connect/openapi.js +469 -2
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +601 -2
- package/package.json +2 -2
- package/src/lib/seam/connect/model-types.ts +0 -2
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +77 -2
- package/src/lib/seam/connect/models/events/devices.ts +13 -0
- package/src/lib/seam/connect/openapi.ts +502 -2
- package/src/lib/seam/connect/route-types.ts +633 -0
|
@@ -152,12 +152,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
152
152
|
warning_code: z.ZodLiteral<"waiting_to_be_issued">;
|
|
153
153
|
}>, "strip", z.ZodTypeAny, {
|
|
154
154
|
message: string;
|
|
155
|
-
warning_code: "waiting_to_be_issued";
|
|
156
155
|
created_at: string;
|
|
156
|
+
warning_code: "waiting_to_be_issued";
|
|
157
157
|
}, {
|
|
158
158
|
message: string;
|
|
159
|
-
warning_code: "waiting_to_be_issued";
|
|
160
159
|
created_at: string;
|
|
160
|
+
warning_code: "waiting_to_be_issued";
|
|
161
161
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
162
162
|
created_at: z.ZodString;
|
|
163
163
|
message: z.ZodString;
|
|
@@ -165,12 +165,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
165
165
|
warning_code: z.ZodLiteral<"schedule_externally_modified">;
|
|
166
166
|
}>, "strip", z.ZodTypeAny, {
|
|
167
167
|
message: string;
|
|
168
|
-
warning_code: "schedule_externally_modified";
|
|
169
168
|
created_at: string;
|
|
169
|
+
warning_code: "schedule_externally_modified";
|
|
170
170
|
}, {
|
|
171
171
|
message: string;
|
|
172
|
-
warning_code: "schedule_externally_modified";
|
|
173
172
|
created_at: string;
|
|
173
|
+
warning_code: "schedule_externally_modified";
|
|
174
174
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
175
175
|
created_at: z.ZodString;
|
|
176
176
|
message: z.ZodString;
|
|
@@ -178,12 +178,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
178
178
|
warning_code: z.ZodLiteral<"schedule_modified">;
|
|
179
179
|
}>, "strip", z.ZodTypeAny, {
|
|
180
180
|
message: string;
|
|
181
|
-
warning_code: "schedule_modified";
|
|
182
181
|
created_at: string;
|
|
182
|
+
warning_code: "schedule_modified";
|
|
183
183
|
}, {
|
|
184
184
|
message: string;
|
|
185
|
-
warning_code: "schedule_modified";
|
|
186
185
|
created_at: string;
|
|
186
|
+
warning_code: "schedule_modified";
|
|
187
187
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
188
188
|
created_at: z.ZodString;
|
|
189
189
|
message: z.ZodString;
|
|
@@ -191,12 +191,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
191
191
|
warning_code: z.ZodLiteral<"being_deleted">;
|
|
192
192
|
}>, "strip", z.ZodTypeAny, {
|
|
193
193
|
message: string;
|
|
194
|
-
warning_code: "being_deleted";
|
|
195
194
|
created_at: string;
|
|
195
|
+
warning_code: "being_deleted";
|
|
196
196
|
}, {
|
|
197
197
|
message: string;
|
|
198
|
-
warning_code: "being_deleted";
|
|
199
198
|
created_at: string;
|
|
199
|
+
warning_code: "being_deleted";
|
|
200
200
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
201
201
|
created_at: z.ZodString;
|
|
202
202
|
message: z.ZodString;
|
|
@@ -204,12 +204,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
204
204
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_credential">;
|
|
205
205
|
}>, "strip", z.ZodTypeAny, {
|
|
206
206
|
message: string;
|
|
207
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
208
207
|
created_at: string;
|
|
208
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
209
209
|
}, {
|
|
210
210
|
message: string;
|
|
211
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
212
211
|
created_at: string;
|
|
212
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
213
213
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
214
214
|
created_at: z.ZodString;
|
|
215
215
|
message: z.ZodString;
|
|
@@ -217,12 +217,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
217
217
|
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
218
218
|
}>, "strip", z.ZodTypeAny, {
|
|
219
219
|
message: string;
|
|
220
|
-
warning_code: "needs_to_be_reissued";
|
|
221
220
|
created_at: string;
|
|
221
|
+
warning_code: "needs_to_be_reissued";
|
|
222
222
|
}, {
|
|
223
223
|
message: string;
|
|
224
|
-
warning_code: "needs_to_be_reissued";
|
|
225
224
|
created_at: string;
|
|
225
|
+
warning_code: "needs_to_be_reissued";
|
|
226
226
|
}>]>, "many">;
|
|
227
227
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
228
228
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -284,28 +284,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
284
284
|
}[];
|
|
285
285
|
warnings: ({
|
|
286
286
|
message: string;
|
|
287
|
-
warning_code: "waiting_to_be_issued";
|
|
288
287
|
created_at: string;
|
|
288
|
+
warning_code: "waiting_to_be_issued";
|
|
289
289
|
} | {
|
|
290
290
|
message: string;
|
|
291
|
-
warning_code: "schedule_externally_modified";
|
|
292
291
|
created_at: string;
|
|
292
|
+
warning_code: "schedule_externally_modified";
|
|
293
293
|
} | {
|
|
294
294
|
message: string;
|
|
295
|
-
warning_code: "schedule_modified";
|
|
296
295
|
created_at: string;
|
|
296
|
+
warning_code: "schedule_modified";
|
|
297
297
|
} | {
|
|
298
298
|
message: string;
|
|
299
|
-
warning_code: "being_deleted";
|
|
300
299
|
created_at: string;
|
|
300
|
+
warning_code: "being_deleted";
|
|
301
301
|
} | {
|
|
302
302
|
message: string;
|
|
303
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
304
303
|
created_at: string;
|
|
304
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
305
305
|
} | {
|
|
306
306
|
message: string;
|
|
307
|
-
warning_code: "needs_to_be_reissued";
|
|
308
307
|
created_at: string;
|
|
308
|
+
warning_code: "needs_to_be_reissued";
|
|
309
309
|
})[];
|
|
310
310
|
display_name: string;
|
|
311
311
|
workspace_id: string;
|
|
@@ -353,28 +353,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
353
353
|
}[];
|
|
354
354
|
warnings: ({
|
|
355
355
|
message: string;
|
|
356
|
-
warning_code: "waiting_to_be_issued";
|
|
357
356
|
created_at: string;
|
|
357
|
+
warning_code: "waiting_to_be_issued";
|
|
358
358
|
} | {
|
|
359
359
|
message: string;
|
|
360
|
-
warning_code: "schedule_externally_modified";
|
|
361
360
|
created_at: string;
|
|
361
|
+
warning_code: "schedule_externally_modified";
|
|
362
362
|
} | {
|
|
363
363
|
message: string;
|
|
364
|
-
warning_code: "schedule_modified";
|
|
365
364
|
created_at: string;
|
|
365
|
+
warning_code: "schedule_modified";
|
|
366
366
|
} | {
|
|
367
367
|
message: string;
|
|
368
|
-
warning_code: "being_deleted";
|
|
369
368
|
created_at: string;
|
|
369
|
+
warning_code: "being_deleted";
|
|
370
370
|
} | {
|
|
371
371
|
message: string;
|
|
372
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
373
372
|
created_at: string;
|
|
373
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
374
374
|
} | {
|
|
375
375
|
message: string;
|
|
376
|
-
warning_code: "needs_to_be_reissued";
|
|
377
376
|
created_at: string;
|
|
377
|
+
warning_code: "needs_to_be_reissued";
|
|
378
378
|
})[];
|
|
379
379
|
display_name: string;
|
|
380
380
|
workspace_id: string;
|
|
@@ -450,12 +450,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
450
450
|
warning_code: z.ZodLiteral<"waiting_to_be_issued">;
|
|
451
451
|
}>, "strip", z.ZodTypeAny, {
|
|
452
452
|
message: string;
|
|
453
|
-
warning_code: "waiting_to_be_issued";
|
|
454
453
|
created_at: string;
|
|
454
|
+
warning_code: "waiting_to_be_issued";
|
|
455
455
|
}, {
|
|
456
456
|
message: string;
|
|
457
|
-
warning_code: "waiting_to_be_issued";
|
|
458
457
|
created_at: string;
|
|
458
|
+
warning_code: "waiting_to_be_issued";
|
|
459
459
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
460
460
|
created_at: z.ZodString;
|
|
461
461
|
message: z.ZodString;
|
|
@@ -463,12 +463,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
463
463
|
warning_code: z.ZodLiteral<"schedule_externally_modified">;
|
|
464
464
|
}>, "strip", z.ZodTypeAny, {
|
|
465
465
|
message: string;
|
|
466
|
-
warning_code: "schedule_externally_modified";
|
|
467
466
|
created_at: string;
|
|
467
|
+
warning_code: "schedule_externally_modified";
|
|
468
468
|
}, {
|
|
469
469
|
message: string;
|
|
470
|
-
warning_code: "schedule_externally_modified";
|
|
471
470
|
created_at: string;
|
|
471
|
+
warning_code: "schedule_externally_modified";
|
|
472
472
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
473
473
|
created_at: z.ZodString;
|
|
474
474
|
message: z.ZodString;
|
|
@@ -476,12 +476,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
476
476
|
warning_code: z.ZodLiteral<"schedule_modified">;
|
|
477
477
|
}>, "strip", z.ZodTypeAny, {
|
|
478
478
|
message: string;
|
|
479
|
-
warning_code: "schedule_modified";
|
|
480
479
|
created_at: string;
|
|
480
|
+
warning_code: "schedule_modified";
|
|
481
481
|
}, {
|
|
482
482
|
message: string;
|
|
483
|
-
warning_code: "schedule_modified";
|
|
484
483
|
created_at: string;
|
|
484
|
+
warning_code: "schedule_modified";
|
|
485
485
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
486
486
|
created_at: z.ZodString;
|
|
487
487
|
message: z.ZodString;
|
|
@@ -489,12 +489,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
489
489
|
warning_code: z.ZodLiteral<"being_deleted">;
|
|
490
490
|
}>, "strip", z.ZodTypeAny, {
|
|
491
491
|
message: string;
|
|
492
|
-
warning_code: "being_deleted";
|
|
493
492
|
created_at: string;
|
|
493
|
+
warning_code: "being_deleted";
|
|
494
494
|
}, {
|
|
495
495
|
message: string;
|
|
496
|
-
warning_code: "being_deleted";
|
|
497
496
|
created_at: string;
|
|
497
|
+
warning_code: "being_deleted";
|
|
498
498
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
499
499
|
created_at: z.ZodString;
|
|
500
500
|
message: z.ZodString;
|
|
@@ -502,12 +502,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
502
502
|
warning_code: z.ZodLiteral<"unknown_issue_with_acs_credential">;
|
|
503
503
|
}>, "strip", z.ZodTypeAny, {
|
|
504
504
|
message: string;
|
|
505
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
506
505
|
created_at: string;
|
|
506
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
507
507
|
}, {
|
|
508
508
|
message: string;
|
|
509
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
510
509
|
created_at: string;
|
|
510
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
511
511
|
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
512
512
|
created_at: z.ZodString;
|
|
513
513
|
message: z.ZodString;
|
|
@@ -515,12 +515,12 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
515
515
|
warning_code: z.ZodLiteral<"needs_to_be_reissued">;
|
|
516
516
|
}>, "strip", z.ZodTypeAny, {
|
|
517
517
|
message: string;
|
|
518
|
-
warning_code: "needs_to_be_reissued";
|
|
519
518
|
created_at: string;
|
|
519
|
+
warning_code: "needs_to_be_reissued";
|
|
520
520
|
}, {
|
|
521
521
|
message: string;
|
|
522
|
-
warning_code: "needs_to_be_reissued";
|
|
523
522
|
created_at: string;
|
|
523
|
+
warning_code: "needs_to_be_reissued";
|
|
524
524
|
}>]>, "many">;
|
|
525
525
|
is_multi_phone_sync_credential: z.ZodOptional<z.ZodBoolean>;
|
|
526
526
|
is_latest_desired_state_synced_with_provider: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -582,28 +582,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
582
582
|
}[];
|
|
583
583
|
warnings: ({
|
|
584
584
|
message: string;
|
|
585
|
-
warning_code: "waiting_to_be_issued";
|
|
586
585
|
created_at: string;
|
|
586
|
+
warning_code: "waiting_to_be_issued";
|
|
587
587
|
} | {
|
|
588
588
|
message: string;
|
|
589
|
-
warning_code: "schedule_externally_modified";
|
|
590
589
|
created_at: string;
|
|
590
|
+
warning_code: "schedule_externally_modified";
|
|
591
591
|
} | {
|
|
592
592
|
message: string;
|
|
593
|
-
warning_code: "schedule_modified";
|
|
594
593
|
created_at: string;
|
|
594
|
+
warning_code: "schedule_modified";
|
|
595
595
|
} | {
|
|
596
596
|
message: string;
|
|
597
|
-
warning_code: "being_deleted";
|
|
598
597
|
created_at: string;
|
|
598
|
+
warning_code: "being_deleted";
|
|
599
599
|
} | {
|
|
600
600
|
message: string;
|
|
601
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
602
601
|
created_at: string;
|
|
602
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
603
603
|
} | {
|
|
604
604
|
message: string;
|
|
605
|
-
warning_code: "needs_to_be_reissued";
|
|
606
605
|
created_at: string;
|
|
606
|
+
warning_code: "needs_to_be_reissued";
|
|
607
607
|
})[];
|
|
608
608
|
display_name: string;
|
|
609
609
|
workspace_id: string;
|
|
@@ -651,28 +651,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
651
651
|
}[];
|
|
652
652
|
warnings: ({
|
|
653
653
|
message: string;
|
|
654
|
-
warning_code: "waiting_to_be_issued";
|
|
655
654
|
created_at: string;
|
|
655
|
+
warning_code: "waiting_to_be_issued";
|
|
656
656
|
} | {
|
|
657
657
|
message: string;
|
|
658
|
-
warning_code: "schedule_externally_modified";
|
|
659
658
|
created_at: string;
|
|
659
|
+
warning_code: "schedule_externally_modified";
|
|
660
660
|
} | {
|
|
661
661
|
message: string;
|
|
662
|
-
warning_code: "schedule_modified";
|
|
663
662
|
created_at: string;
|
|
663
|
+
warning_code: "schedule_modified";
|
|
664
664
|
} | {
|
|
665
665
|
message: string;
|
|
666
|
-
warning_code: "being_deleted";
|
|
667
666
|
created_at: string;
|
|
667
|
+
warning_code: "being_deleted";
|
|
668
668
|
} | {
|
|
669
669
|
message: string;
|
|
670
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
671
670
|
created_at: string;
|
|
671
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
672
672
|
} | {
|
|
673
673
|
message: string;
|
|
674
|
-
warning_code: "needs_to_be_reissued";
|
|
675
674
|
created_at: string;
|
|
675
|
+
warning_code: "needs_to_be_reissued";
|
|
676
676
|
})[];
|
|
677
677
|
display_name: string;
|
|
678
678
|
workspace_id: string;
|
|
@@ -757,28 +757,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
757
757
|
}[];
|
|
758
758
|
warnings: ({
|
|
759
759
|
message: string;
|
|
760
|
-
warning_code: "waiting_to_be_issued";
|
|
761
760
|
created_at: string;
|
|
761
|
+
warning_code: "waiting_to_be_issued";
|
|
762
762
|
} | {
|
|
763
763
|
message: string;
|
|
764
|
-
warning_code: "schedule_externally_modified";
|
|
765
764
|
created_at: string;
|
|
765
|
+
warning_code: "schedule_externally_modified";
|
|
766
766
|
} | {
|
|
767
767
|
message: string;
|
|
768
|
-
warning_code: "schedule_modified";
|
|
769
768
|
created_at: string;
|
|
769
|
+
warning_code: "schedule_modified";
|
|
770
770
|
} | {
|
|
771
771
|
message: string;
|
|
772
|
-
warning_code: "being_deleted";
|
|
773
772
|
created_at: string;
|
|
773
|
+
warning_code: "being_deleted";
|
|
774
774
|
} | {
|
|
775
775
|
message: string;
|
|
776
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
777
776
|
created_at: string;
|
|
777
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
778
778
|
} | {
|
|
779
779
|
message: string;
|
|
780
|
-
warning_code: "needs_to_be_reissued";
|
|
781
780
|
created_at: string;
|
|
781
|
+
warning_code: "needs_to_be_reissued";
|
|
782
782
|
})[];
|
|
783
783
|
display_name: string;
|
|
784
784
|
workspace_id: string;
|
|
@@ -826,28 +826,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
826
826
|
}[];
|
|
827
827
|
warnings: ({
|
|
828
828
|
message: string;
|
|
829
|
-
warning_code: "waiting_to_be_issued";
|
|
830
829
|
created_at: string;
|
|
830
|
+
warning_code: "waiting_to_be_issued";
|
|
831
831
|
} | {
|
|
832
832
|
message: string;
|
|
833
|
-
warning_code: "schedule_externally_modified";
|
|
834
833
|
created_at: string;
|
|
834
|
+
warning_code: "schedule_externally_modified";
|
|
835
835
|
} | {
|
|
836
836
|
message: string;
|
|
837
|
-
warning_code: "schedule_modified";
|
|
838
837
|
created_at: string;
|
|
838
|
+
warning_code: "schedule_modified";
|
|
839
839
|
} | {
|
|
840
840
|
message: string;
|
|
841
|
-
warning_code: "being_deleted";
|
|
842
841
|
created_at: string;
|
|
842
|
+
warning_code: "being_deleted";
|
|
843
843
|
} | {
|
|
844
844
|
message: string;
|
|
845
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
846
845
|
created_at: string;
|
|
846
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
847
847
|
} | {
|
|
848
848
|
message: string;
|
|
849
|
-
warning_code: "needs_to_be_reissued";
|
|
850
849
|
created_at: string;
|
|
850
|
+
warning_code: "needs_to_be_reissued";
|
|
851
851
|
})[];
|
|
852
852
|
display_name: string;
|
|
853
853
|
workspace_id: string;
|
|
@@ -922,28 +922,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
922
922
|
}[];
|
|
923
923
|
warnings: ({
|
|
924
924
|
message: string;
|
|
925
|
-
warning_code: "waiting_to_be_issued";
|
|
926
925
|
created_at: string;
|
|
926
|
+
warning_code: "waiting_to_be_issued";
|
|
927
927
|
} | {
|
|
928
928
|
message: string;
|
|
929
|
-
warning_code: "schedule_externally_modified";
|
|
930
929
|
created_at: string;
|
|
930
|
+
warning_code: "schedule_externally_modified";
|
|
931
931
|
} | {
|
|
932
932
|
message: string;
|
|
933
|
-
warning_code: "schedule_modified";
|
|
934
933
|
created_at: string;
|
|
934
|
+
warning_code: "schedule_modified";
|
|
935
935
|
} | {
|
|
936
936
|
message: string;
|
|
937
|
-
warning_code: "being_deleted";
|
|
938
937
|
created_at: string;
|
|
938
|
+
warning_code: "being_deleted";
|
|
939
939
|
} | {
|
|
940
940
|
message: string;
|
|
941
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
942
941
|
created_at: string;
|
|
942
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
943
943
|
} | {
|
|
944
944
|
message: string;
|
|
945
|
-
warning_code: "needs_to_be_reissued";
|
|
946
945
|
created_at: string;
|
|
946
|
+
warning_code: "needs_to_be_reissued";
|
|
947
947
|
})[];
|
|
948
948
|
display_name: string;
|
|
949
949
|
workspace_id: string;
|
|
@@ -991,28 +991,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
991
991
|
}[];
|
|
992
992
|
warnings: ({
|
|
993
993
|
message: string;
|
|
994
|
-
warning_code: "waiting_to_be_issued";
|
|
995
994
|
created_at: string;
|
|
995
|
+
warning_code: "waiting_to_be_issued";
|
|
996
996
|
} | {
|
|
997
997
|
message: string;
|
|
998
|
-
warning_code: "schedule_externally_modified";
|
|
999
998
|
created_at: string;
|
|
999
|
+
warning_code: "schedule_externally_modified";
|
|
1000
1000
|
} | {
|
|
1001
1001
|
message: string;
|
|
1002
|
-
warning_code: "schedule_modified";
|
|
1003
1002
|
created_at: string;
|
|
1003
|
+
warning_code: "schedule_modified";
|
|
1004
1004
|
} | {
|
|
1005
1005
|
message: string;
|
|
1006
|
-
warning_code: "being_deleted";
|
|
1007
1006
|
created_at: string;
|
|
1007
|
+
warning_code: "being_deleted";
|
|
1008
1008
|
} | {
|
|
1009
1009
|
message: string;
|
|
1010
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
1011
1010
|
created_at: string;
|
|
1011
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1012
1012
|
} | {
|
|
1013
1013
|
message: string;
|
|
1014
|
-
warning_code: "needs_to_be_reissued";
|
|
1015
1014
|
created_at: string;
|
|
1015
|
+
warning_code: "needs_to_be_reissued";
|
|
1016
1016
|
})[];
|
|
1017
1017
|
display_name: string;
|
|
1018
1018
|
workspace_id: string;
|
|
@@ -1092,28 +1092,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1092
1092
|
}[];
|
|
1093
1093
|
warnings: ({
|
|
1094
1094
|
message: string;
|
|
1095
|
-
warning_code: "waiting_to_be_issued";
|
|
1096
1095
|
created_at: string;
|
|
1096
|
+
warning_code: "waiting_to_be_issued";
|
|
1097
1097
|
} | {
|
|
1098
1098
|
message: string;
|
|
1099
|
-
warning_code: "schedule_externally_modified";
|
|
1100
1099
|
created_at: string;
|
|
1100
|
+
warning_code: "schedule_externally_modified";
|
|
1101
1101
|
} | {
|
|
1102
1102
|
message: string;
|
|
1103
|
-
warning_code: "schedule_modified";
|
|
1104
1103
|
created_at: string;
|
|
1104
|
+
warning_code: "schedule_modified";
|
|
1105
1105
|
} | {
|
|
1106
1106
|
message: string;
|
|
1107
|
-
warning_code: "being_deleted";
|
|
1108
1107
|
created_at: string;
|
|
1108
|
+
warning_code: "being_deleted";
|
|
1109
1109
|
} | {
|
|
1110
1110
|
message: string;
|
|
1111
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
1112
1111
|
created_at: string;
|
|
1112
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1113
1113
|
} | {
|
|
1114
1114
|
message: string;
|
|
1115
|
-
warning_code: "needs_to_be_reissued";
|
|
1116
1115
|
created_at: string;
|
|
1116
|
+
warning_code: "needs_to_be_reissued";
|
|
1117
1117
|
})[];
|
|
1118
1118
|
display_name: string;
|
|
1119
1119
|
workspace_id: string;
|
|
@@ -1161,28 +1161,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1161
1161
|
}[];
|
|
1162
1162
|
warnings: ({
|
|
1163
1163
|
message: string;
|
|
1164
|
-
warning_code: "waiting_to_be_issued";
|
|
1165
1164
|
created_at: string;
|
|
1165
|
+
warning_code: "waiting_to_be_issued";
|
|
1166
1166
|
} | {
|
|
1167
1167
|
message: string;
|
|
1168
|
-
warning_code: "schedule_externally_modified";
|
|
1169
1168
|
created_at: string;
|
|
1169
|
+
warning_code: "schedule_externally_modified";
|
|
1170
1170
|
} | {
|
|
1171
1171
|
message: string;
|
|
1172
|
-
warning_code: "schedule_modified";
|
|
1173
1172
|
created_at: string;
|
|
1173
|
+
warning_code: "schedule_modified";
|
|
1174
1174
|
} | {
|
|
1175
1175
|
message: string;
|
|
1176
|
-
warning_code: "being_deleted";
|
|
1177
1176
|
created_at: string;
|
|
1177
|
+
warning_code: "being_deleted";
|
|
1178
1178
|
} | {
|
|
1179
1179
|
message: string;
|
|
1180
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
1181
1180
|
created_at: string;
|
|
1181
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1182
1182
|
} | {
|
|
1183
1183
|
message: string;
|
|
1184
|
-
warning_code: "needs_to_be_reissued";
|
|
1185
1184
|
created_at: string;
|
|
1185
|
+
warning_code: "needs_to_be_reissued";
|
|
1186
1186
|
})[];
|
|
1187
1187
|
display_name: string;
|
|
1188
1188
|
workspace_id: string;
|
|
@@ -1263,28 +1263,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1263
1263
|
}[];
|
|
1264
1264
|
warnings: ({
|
|
1265
1265
|
message: string;
|
|
1266
|
-
warning_code: "waiting_to_be_issued";
|
|
1267
1266
|
created_at: string;
|
|
1267
|
+
warning_code: "waiting_to_be_issued";
|
|
1268
1268
|
} | {
|
|
1269
1269
|
message: string;
|
|
1270
|
-
warning_code: "schedule_externally_modified";
|
|
1271
1270
|
created_at: string;
|
|
1271
|
+
warning_code: "schedule_externally_modified";
|
|
1272
1272
|
} | {
|
|
1273
1273
|
message: string;
|
|
1274
|
-
warning_code: "schedule_modified";
|
|
1275
1274
|
created_at: string;
|
|
1275
|
+
warning_code: "schedule_modified";
|
|
1276
1276
|
} | {
|
|
1277
1277
|
message: string;
|
|
1278
|
-
warning_code: "being_deleted";
|
|
1279
1278
|
created_at: string;
|
|
1279
|
+
warning_code: "being_deleted";
|
|
1280
1280
|
} | {
|
|
1281
1281
|
message: string;
|
|
1282
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
1283
1282
|
created_at: string;
|
|
1283
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1284
1284
|
} | {
|
|
1285
1285
|
message: string;
|
|
1286
|
-
warning_code: "needs_to_be_reissued";
|
|
1287
1286
|
created_at: string;
|
|
1287
|
+
warning_code: "needs_to_be_reissued";
|
|
1288
1288
|
})[];
|
|
1289
1289
|
display_name: string;
|
|
1290
1290
|
workspace_id: string;
|
|
@@ -1332,28 +1332,28 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1332
1332
|
}[];
|
|
1333
1333
|
warnings: ({
|
|
1334
1334
|
message: string;
|
|
1335
|
-
warning_code: "waiting_to_be_issued";
|
|
1336
1335
|
created_at: string;
|
|
1336
|
+
warning_code: "waiting_to_be_issued";
|
|
1337
1337
|
} | {
|
|
1338
1338
|
message: string;
|
|
1339
|
-
warning_code: "schedule_externally_modified";
|
|
1340
1339
|
created_at: string;
|
|
1340
|
+
warning_code: "schedule_externally_modified";
|
|
1341
1341
|
} | {
|
|
1342
1342
|
message: string;
|
|
1343
|
-
warning_code: "schedule_modified";
|
|
1344
1343
|
created_at: string;
|
|
1344
|
+
warning_code: "schedule_modified";
|
|
1345
1345
|
} | {
|
|
1346
1346
|
message: string;
|
|
1347
|
-
warning_code: "being_deleted";
|
|
1348
1347
|
created_at: string;
|
|
1348
|
+
warning_code: "being_deleted";
|
|
1349
1349
|
} | {
|
|
1350
1350
|
message: string;
|
|
1351
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
1352
1351
|
created_at: string;
|
|
1352
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1353
1353
|
} | {
|
|
1354
1354
|
message: string;
|
|
1355
|
-
warning_code: "needs_to_be_reissued";
|
|
1356
1355
|
created_at: string;
|
|
1356
|
+
warning_code: "needs_to_be_reissued";
|
|
1357
1357
|
})[];
|
|
1358
1358
|
display_name: string;
|
|
1359
1359
|
workspace_id: string;
|
|
@@ -23,8 +23,8 @@ export declare const connect_webview: z.ZodObject<{
|
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
url: string;
|
|
25
25
|
status: "failed" | "pending" | "authorized";
|
|
26
|
-
connected_account_id: string | null;
|
|
27
26
|
created_at: string;
|
|
27
|
+
connected_account_id: string | null;
|
|
28
28
|
custom_metadata: Record<string, string | boolean>;
|
|
29
29
|
automatically_manage_new_devices: boolean;
|
|
30
30
|
workspace_id: string;
|
|
@@ -43,8 +43,8 @@ export declare const connect_webview: z.ZodObject<{
|
|
|
43
43
|
}, {
|
|
44
44
|
url: string;
|
|
45
45
|
status: "failed" | "pending" | "authorized";
|
|
46
|
-
connected_account_id: string | null;
|
|
47
46
|
created_at: string;
|
|
47
|
+
connected_account_id: string | null;
|
|
48
48
|
custom_metadata: Record<string, string | boolean>;
|
|
49
49
|
automatically_manage_new_devices: boolean;
|
|
50
50
|
workspace_id: string;
|