@seamapi/types 1.360.1 → 1.361.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 +739 -583
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2320 -1622
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +192 -126
- package/lib/seam/connect/models/access-codes/managed-access-code.js +2 -4
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +193 -127
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential-pool.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-credential.d.ts +6 -6
- package/lib/seam/connect/models/acs/acs-encoder.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-system.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-user.d.ts +4 -4
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +26 -26
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +8 -8
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +18 -18
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +42 -42
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +18 -18
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +18 -18
- package/lib/seam/connect/models/devices/device.d.ts +1760 -389
- package/lib/seam/connect/models/devices/device.js +82 -4
- package/lib/seam/connect/models/devices/device.js.map +1 -1
- package/lib/seam/connect/models/devices/phone.d.ts +4 -4
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +236 -58
- package/lib/seam/connect/models/events/access-codes.d.ts +68 -68
- package/lib/seam/connect/models/events/devices.d.ts +152 -152
- package/lib/seam/connect/models/events/phones.d.ts +4 -4
- package/lib/seam/connect/models/events/seam-event.d.ts +112 -112
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +8 -8
- package/lib/seam/connect/models/user-identities/user-identity.d.ts +2 -2
- package/lib/seam/connect/openapi.d.ts +58 -148
- package/lib/seam/connect/openapi.js +563 -463
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +840 -648
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +2 -4
- package/src/lib/seam/connect/models/devices/device.ts +103 -4
- package/src/lib/seam/connect/openapi.ts +562 -478
- package/src/lib/seam/connect/route-types.ts +888 -720
|
@@ -10,16 +10,16 @@ export declare const acs_credential_pool: z.ZodObject<{
|
|
|
10
10
|
created_at: z.ZodString;
|
|
11
11
|
workspace_id: z.ZodString;
|
|
12
12
|
}, "strip", z.ZodTypeAny, {
|
|
13
|
-
created_at: string;
|
|
14
13
|
display_name: string;
|
|
14
|
+
created_at: string;
|
|
15
15
|
workspace_id: string;
|
|
16
16
|
acs_system_id: string;
|
|
17
17
|
external_type: "hid_part_number";
|
|
18
18
|
external_type_display_name: string;
|
|
19
19
|
acs_credential_pool_id: string;
|
|
20
20
|
}, {
|
|
21
|
-
created_at: string;
|
|
22
21
|
display_name: string;
|
|
22
|
+
created_at: string;
|
|
23
23
|
workspace_id: string;
|
|
24
24
|
acs_system_id: string;
|
|
25
25
|
external_type: "hid_part_number";
|
|
@@ -326,6 +326,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
326
326
|
}, {
|
|
327
327
|
is_managed: z.ZodLiteral<true>;
|
|
328
328
|
}>, "strip", z.ZodTypeAny, {
|
|
329
|
+
display_name: string;
|
|
329
330
|
created_at: string;
|
|
330
331
|
errors: {
|
|
331
332
|
message: string;
|
|
@@ -356,7 +357,6 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
356
357
|
created_at: string;
|
|
357
358
|
warning_code: "needs_to_be_reissued";
|
|
358
359
|
})[];
|
|
359
|
-
display_name: string;
|
|
360
360
|
workspace_id: string;
|
|
361
361
|
is_managed: true;
|
|
362
362
|
acs_system_id: string;
|
|
@@ -395,6 +395,7 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
395
395
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
396
396
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
397
397
|
}, {
|
|
398
|
+
display_name: string;
|
|
398
399
|
created_at: string;
|
|
399
400
|
errors: {
|
|
400
401
|
message: string;
|
|
@@ -425,7 +426,6 @@ export declare const acs_credential: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
425
426
|
created_at: string;
|
|
426
427
|
warning_code: "needs_to_be_reissued";
|
|
427
428
|
})[];
|
|
428
|
-
display_name: string;
|
|
429
429
|
workspace_id: string;
|
|
430
430
|
is_managed: true;
|
|
431
431
|
acs_system_id: string;
|
|
@@ -625,6 +625,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
625
625
|
}, {
|
|
626
626
|
is_managed: z.ZodLiteral<false>;
|
|
627
627
|
}>, "strip", z.ZodTypeAny, {
|
|
628
|
+
display_name: string;
|
|
628
629
|
created_at: string;
|
|
629
630
|
errors: {
|
|
630
631
|
message: string;
|
|
@@ -655,7 +656,6 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
655
656
|
created_at: string;
|
|
656
657
|
warning_code: "needs_to_be_reissued";
|
|
657
658
|
})[];
|
|
658
|
-
display_name: string;
|
|
659
659
|
workspace_id: string;
|
|
660
660
|
is_managed: false;
|
|
661
661
|
acs_system_id: string;
|
|
@@ -694,6 +694,7 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
694
694
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
695
695
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
696
696
|
}, {
|
|
697
|
+
display_name: string;
|
|
697
698
|
created_at: string;
|
|
698
699
|
errors: {
|
|
699
700
|
message: string;
|
|
@@ -724,7 +725,6 @@ export declare const unmanaged_acs_credential: z.ZodObject<z.objectUtil.extendSh
|
|
|
724
725
|
created_at: string;
|
|
725
726
|
warning_code: "needs_to_be_reissued";
|
|
726
727
|
})[];
|
|
727
|
-
display_name: string;
|
|
728
728
|
workspace_id: string;
|
|
729
729
|
is_managed: false;
|
|
730
730
|
acs_system_id: string;
|
|
@@ -810,9 +810,9 @@ export declare const acs_credential_on_encoder: z.ZodObject<{
|
|
|
810
810
|
card_holder?: string | undefined;
|
|
811
811
|
}>>;
|
|
812
812
|
}, "strip", z.ZodTypeAny, {
|
|
813
|
-
created_at: string | null;
|
|
814
813
|
starts_at: string | null;
|
|
815
814
|
ends_at: string | null;
|
|
815
|
+
created_at: string | null;
|
|
816
816
|
card_number: string | null;
|
|
817
817
|
is_issued: boolean | null;
|
|
818
818
|
visionline_metadata?: {
|
|
@@ -830,9 +830,9 @@ export declare const acs_credential_on_encoder: z.ZodObject<{
|
|
|
830
830
|
card_holder?: string | undefined;
|
|
831
831
|
} | undefined;
|
|
832
832
|
}, {
|
|
833
|
-
created_at: string | null;
|
|
834
833
|
starts_at: string | null;
|
|
835
834
|
ends_at: string | null;
|
|
835
|
+
created_at: string | null;
|
|
836
836
|
card_number: string | null;
|
|
837
837
|
is_issued: boolean | null;
|
|
838
838
|
visionline_metadata?: {
|
|
@@ -49,24 +49,24 @@ export declare const acs_encoder: z.ZodObject<{
|
|
|
49
49
|
created_at: z.ZodString;
|
|
50
50
|
display_name: z.ZodString;
|
|
51
51
|
}, "strip", z.ZodTypeAny, {
|
|
52
|
+
display_name: string;
|
|
52
53
|
created_at: string;
|
|
53
54
|
errors: {
|
|
54
55
|
message: string;
|
|
55
56
|
created_at: string;
|
|
56
57
|
error_code: "acs_encoder_removed";
|
|
57
58
|
}[];
|
|
58
|
-
display_name: string;
|
|
59
59
|
workspace_id: string;
|
|
60
60
|
acs_system_id: string;
|
|
61
61
|
acs_encoder_id: string;
|
|
62
62
|
}, {
|
|
63
|
+
display_name: string;
|
|
63
64
|
created_at: string;
|
|
64
65
|
errors: {
|
|
65
66
|
message: string;
|
|
66
67
|
created_at: string;
|
|
67
68
|
error_code: "acs_encoder_removed";
|
|
68
69
|
}[];
|
|
69
|
-
display_name: string;
|
|
70
70
|
workspace_id: string;
|
|
71
71
|
acs_system_id: string;
|
|
72
72
|
acs_encoder_id: string;
|
|
@@ -126,12 +126,12 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
126
126
|
door_description?: string | undefined;
|
|
127
127
|
}>>;
|
|
128
128
|
}, "strip", z.ZodTypeAny, {
|
|
129
|
+
display_name: string;
|
|
129
130
|
created_at: string;
|
|
130
131
|
errors: {
|
|
131
132
|
message: string;
|
|
132
133
|
error_code: string;
|
|
133
134
|
}[];
|
|
134
|
-
display_name: string;
|
|
135
135
|
acs_system_id: string;
|
|
136
136
|
acs_entrance_id: string;
|
|
137
137
|
salto_ks_metadata?: {
|
|
@@ -174,12 +174,12 @@ export declare const acs_entrance: z.ZodObject<{
|
|
|
174
174
|
door_description?: string | undefined;
|
|
175
175
|
} | undefined;
|
|
176
176
|
}, {
|
|
177
|
+
display_name: string;
|
|
177
178
|
created_at: string;
|
|
178
179
|
errors: {
|
|
179
180
|
message: string;
|
|
180
181
|
error_code: string;
|
|
181
182
|
}[];
|
|
182
|
-
display_name: string;
|
|
183
183
|
acs_system_id: string;
|
|
184
184
|
acs_entrance_id: string;
|
|
185
185
|
salto_ks_metadata?: {
|
|
@@ -386,7 +386,6 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
386
386
|
};
|
|
387
387
|
name: string;
|
|
388
388
|
created_at: string;
|
|
389
|
-
connected_account_id: string;
|
|
390
389
|
errors: ({
|
|
391
390
|
message: string;
|
|
392
391
|
created_at: string;
|
|
@@ -412,6 +411,7 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
412
411
|
created_at: string;
|
|
413
412
|
error_code: "salto_ks_certification_expired";
|
|
414
413
|
})[];
|
|
414
|
+
connected_account_id: string;
|
|
415
415
|
warnings: ({
|
|
416
416
|
message: string;
|
|
417
417
|
created_at: string;
|
|
@@ -448,7 +448,6 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
448
448
|
};
|
|
449
449
|
name: string;
|
|
450
450
|
created_at: string;
|
|
451
|
-
connected_account_id: string;
|
|
452
451
|
errors: ({
|
|
453
452
|
message: string;
|
|
454
453
|
created_at: string;
|
|
@@ -474,6 +473,7 @@ export declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
|
|
|
474
473
|
created_at: string;
|
|
475
474
|
error_code: "salto_ks_certification_expired";
|
|
476
475
|
})[];
|
|
476
|
+
connected_account_id: string;
|
|
477
477
|
warnings: ({
|
|
478
478
|
message: string;
|
|
479
479
|
created_at: string;
|
|
@@ -450,6 +450,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
450
450
|
}>, {
|
|
451
451
|
is_managed: z.ZodLiteral<true>;
|
|
452
452
|
}>, "strip", z.ZodTypeAny, {
|
|
453
|
+
display_name: string;
|
|
453
454
|
created_at: string;
|
|
454
455
|
errors: ({
|
|
455
456
|
message: string;
|
|
@@ -485,7 +486,6 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
485
486
|
created_at: string;
|
|
486
487
|
warning_code: "unknown_issue_with_acs_user";
|
|
487
488
|
})[];
|
|
488
|
-
display_name: string;
|
|
489
489
|
workspace_id: string;
|
|
490
490
|
is_managed: true;
|
|
491
491
|
acs_system_id: string;
|
|
@@ -509,6 +509,7 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
509
509
|
user_identity_email_address?: string | null | undefined;
|
|
510
510
|
user_identity_phone_number?: string | null | undefined;
|
|
511
511
|
}, {
|
|
512
|
+
display_name: string;
|
|
512
513
|
created_at: string;
|
|
513
514
|
errors: ({
|
|
514
515
|
message: string;
|
|
@@ -544,7 +545,6 @@ export declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil
|
|
|
544
545
|
created_at: string;
|
|
545
546
|
warning_code: "unknown_issue_with_acs_user";
|
|
546
547
|
})[];
|
|
547
|
-
display_name: string;
|
|
548
548
|
workspace_id: string;
|
|
549
549
|
is_managed: true;
|
|
550
550
|
acs_system_id: string;
|
|
@@ -708,6 +708,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
708
708
|
}>, {
|
|
709
709
|
is_managed: z.ZodLiteral<false>;
|
|
710
710
|
}>, "strip", z.ZodTypeAny, {
|
|
711
|
+
display_name: string;
|
|
711
712
|
created_at: string;
|
|
712
713
|
errors: ({
|
|
713
714
|
message: string;
|
|
@@ -743,7 +744,6 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
743
744
|
created_at: string;
|
|
744
745
|
warning_code: "unknown_issue_with_acs_user";
|
|
745
746
|
})[];
|
|
746
|
-
display_name: string;
|
|
747
747
|
workspace_id: string;
|
|
748
748
|
is_managed: false;
|
|
749
749
|
acs_system_id: string;
|
|
@@ -767,6 +767,7 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
767
767
|
user_identity_email_address?: string | null | undefined;
|
|
768
768
|
user_identity_phone_number?: string | null | undefined;
|
|
769
769
|
}, {
|
|
770
|
+
display_name: string;
|
|
770
771
|
created_at: string;
|
|
771
772
|
errors: ({
|
|
772
773
|
message: string;
|
|
@@ -802,7 +803,6 @@ export declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.
|
|
|
802
803
|
created_at: string;
|
|
803
804
|
warning_code: "unknown_issue_with_acs_user";
|
|
804
805
|
})[];
|
|
805
|
-
display_name: string;
|
|
806
806
|
workspace_id: string;
|
|
807
807
|
is_managed: false;
|
|
808
808
|
acs_system_id: string;
|
|
@@ -232,9 +232,9 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
232
232
|
card_holder?: string | undefined;
|
|
233
233
|
}>>;
|
|
234
234
|
}, "strip", z.ZodTypeAny, {
|
|
235
|
-
created_at: string | null;
|
|
236
235
|
starts_at: string | null;
|
|
237
236
|
ends_at: string | null;
|
|
237
|
+
created_at: string | null;
|
|
238
238
|
card_number: string | null;
|
|
239
239
|
is_issued: boolean | null;
|
|
240
240
|
visionline_metadata?: {
|
|
@@ -252,9 +252,9 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
252
252
|
card_holder?: string | undefined;
|
|
253
253
|
} | undefined;
|
|
254
254
|
}, {
|
|
255
|
-
created_at: string | null;
|
|
256
255
|
starts_at: string | null;
|
|
257
256
|
ends_at: string | null;
|
|
257
|
+
created_at: string | null;
|
|
258
258
|
card_number: string | null;
|
|
259
259
|
is_issued: boolean | null;
|
|
260
260
|
visionline_metadata?: {
|
|
@@ -433,6 +433,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
433
433
|
}, {
|
|
434
434
|
is_managed: z.ZodLiteral<true>;
|
|
435
435
|
}>, "strip", z.ZodTypeAny, {
|
|
436
|
+
display_name: string;
|
|
436
437
|
created_at: string;
|
|
437
438
|
errors: {
|
|
438
439
|
message: string;
|
|
@@ -463,7 +464,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
463
464
|
created_at: string;
|
|
464
465
|
warning_code: "needs_to_be_reissued";
|
|
465
466
|
})[];
|
|
466
|
-
display_name: string;
|
|
467
467
|
workspace_id: string;
|
|
468
468
|
is_managed: true;
|
|
469
469
|
acs_system_id: string;
|
|
@@ -502,6 +502,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
502
502
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
503
503
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
504
504
|
}, {
|
|
505
|
+
display_name: string;
|
|
505
506
|
created_at: string;
|
|
506
507
|
errors: {
|
|
507
508
|
message: string;
|
|
@@ -532,7 +533,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
532
533
|
created_at: string;
|
|
533
534
|
warning_code: "needs_to_be_reissued";
|
|
534
535
|
})[];
|
|
535
|
-
display_name: string;
|
|
536
536
|
workspace_id: string;
|
|
537
537
|
is_managed: true;
|
|
538
538
|
acs_system_id: string;
|
|
@@ -731,6 +731,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
731
731
|
}, {
|
|
732
732
|
is_managed: z.ZodLiteral<false>;
|
|
733
733
|
}>, "strip", z.ZodTypeAny, {
|
|
734
|
+
display_name: string;
|
|
734
735
|
created_at: string;
|
|
735
736
|
errors: {
|
|
736
737
|
message: string;
|
|
@@ -761,7 +762,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
761
762
|
created_at: string;
|
|
762
763
|
warning_code: "needs_to_be_reissued";
|
|
763
764
|
})[];
|
|
764
|
-
display_name: string;
|
|
765
765
|
workspace_id: string;
|
|
766
766
|
is_managed: false;
|
|
767
767
|
acs_system_id: string;
|
|
@@ -800,6 +800,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
800
800
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
801
801
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
802
802
|
}, {
|
|
803
|
+
display_name: string;
|
|
803
804
|
created_at: string;
|
|
804
805
|
errors: {
|
|
805
806
|
message: string;
|
|
@@ -830,7 +831,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
830
831
|
created_at: string;
|
|
831
832
|
warning_code: "needs_to_be_reissued";
|
|
832
833
|
})[];
|
|
833
|
-
display_name: string;
|
|
834
834
|
workspace_id: string;
|
|
835
835
|
is_managed: false;
|
|
836
836
|
acs_system_id: string;
|
|
@@ -885,9 +885,9 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
885
885
|
warning_message: string;
|
|
886
886
|
}[];
|
|
887
887
|
acs_credential_on_encoder: {
|
|
888
|
-
created_at: string | null;
|
|
889
888
|
starts_at: string | null;
|
|
890
889
|
ends_at: string | null;
|
|
890
|
+
created_at: string | null;
|
|
891
891
|
card_number: string | null;
|
|
892
892
|
is_issued: boolean | null;
|
|
893
893
|
visionline_metadata?: {
|
|
@@ -906,6 +906,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
906
906
|
} | undefined;
|
|
907
907
|
} | null;
|
|
908
908
|
acs_credential_on_seam: {
|
|
909
|
+
display_name: string;
|
|
909
910
|
created_at: string;
|
|
910
911
|
errors: {
|
|
911
912
|
message: string;
|
|
@@ -936,7 +937,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
936
937
|
created_at: string;
|
|
937
938
|
warning_code: "needs_to_be_reissued";
|
|
938
939
|
})[];
|
|
939
|
-
display_name: string;
|
|
940
940
|
workspace_id: string;
|
|
941
941
|
is_managed: true;
|
|
942
942
|
acs_system_id: string;
|
|
@@ -975,6 +975,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
975
975
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
976
976
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
977
977
|
} | {
|
|
978
|
+
display_name: string;
|
|
978
979
|
created_at: string;
|
|
979
980
|
errors: {
|
|
980
981
|
message: string;
|
|
@@ -1005,7 +1006,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1005
1006
|
created_at: string;
|
|
1006
1007
|
warning_code: "needs_to_be_reissued";
|
|
1007
1008
|
})[];
|
|
1008
|
-
display_name: string;
|
|
1009
1009
|
workspace_id: string;
|
|
1010
1010
|
is_managed: false;
|
|
1011
1011
|
acs_system_id: string;
|
|
@@ -1050,9 +1050,9 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1050
1050
|
warning_message: string;
|
|
1051
1051
|
}[];
|
|
1052
1052
|
acs_credential_on_encoder: {
|
|
1053
|
-
created_at: string | null;
|
|
1054
1053
|
starts_at: string | null;
|
|
1055
1054
|
ends_at: string | null;
|
|
1055
|
+
created_at: string | null;
|
|
1056
1056
|
card_number: string | null;
|
|
1057
1057
|
is_issued: boolean | null;
|
|
1058
1058
|
visionline_metadata?: {
|
|
@@ -1071,6 +1071,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1071
1071
|
} | undefined;
|
|
1072
1072
|
} | null;
|
|
1073
1073
|
acs_credential_on_seam: {
|
|
1074
|
+
display_name: string;
|
|
1074
1075
|
created_at: string;
|
|
1075
1076
|
errors: {
|
|
1076
1077
|
message: string;
|
|
@@ -1101,7 +1102,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1101
1102
|
created_at: string;
|
|
1102
1103
|
warning_code: "needs_to_be_reissued";
|
|
1103
1104
|
})[];
|
|
1104
|
-
display_name: string;
|
|
1105
1105
|
workspace_id: string;
|
|
1106
1106
|
is_managed: true;
|
|
1107
1107
|
acs_system_id: string;
|
|
@@ -1140,6 +1140,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1140
1140
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1141
1141
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1142
1142
|
} | {
|
|
1143
|
+
display_name: string;
|
|
1143
1144
|
created_at: string;
|
|
1144
1145
|
errors: {
|
|
1145
1146
|
message: string;
|
|
@@ -1170,7 +1171,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1170
1171
|
created_at: string;
|
|
1171
1172
|
warning_code: "needs_to_be_reissued";
|
|
1172
1173
|
})[];
|
|
1173
|
-
display_name: string;
|
|
1174
1174
|
workspace_id: string;
|
|
1175
1175
|
is_managed: false;
|
|
1176
1176
|
acs_system_id: string;
|
|
@@ -1220,9 +1220,9 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1220
1220
|
warning_message: string;
|
|
1221
1221
|
}[];
|
|
1222
1222
|
acs_credential_on_encoder: {
|
|
1223
|
-
created_at: string | null;
|
|
1224
1223
|
starts_at: string | null;
|
|
1225
1224
|
ends_at: string | null;
|
|
1225
|
+
created_at: string | null;
|
|
1226
1226
|
card_number: string | null;
|
|
1227
1227
|
is_issued: boolean | null;
|
|
1228
1228
|
visionline_metadata?: {
|
|
@@ -1241,6 +1241,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1241
1241
|
} | undefined;
|
|
1242
1242
|
} | null;
|
|
1243
1243
|
acs_credential_on_seam: {
|
|
1244
|
+
display_name: string;
|
|
1244
1245
|
created_at: string;
|
|
1245
1246
|
errors: {
|
|
1246
1247
|
message: string;
|
|
@@ -1271,7 +1272,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1271
1272
|
created_at: string;
|
|
1272
1273
|
warning_code: "needs_to_be_reissued";
|
|
1273
1274
|
})[];
|
|
1274
|
-
display_name: string;
|
|
1275
1275
|
workspace_id: string;
|
|
1276
1276
|
is_managed: true;
|
|
1277
1277
|
acs_system_id: string;
|
|
@@ -1310,6 +1310,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1310
1310
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1311
1311
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1312
1312
|
} | {
|
|
1313
|
+
display_name: string;
|
|
1313
1314
|
created_at: string;
|
|
1314
1315
|
errors: {
|
|
1315
1316
|
message: string;
|
|
@@ -1340,7 +1341,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1340
1341
|
created_at: string;
|
|
1341
1342
|
warning_code: "needs_to_be_reissued";
|
|
1342
1343
|
})[];
|
|
1343
|
-
display_name: string;
|
|
1344
1344
|
workspace_id: string;
|
|
1345
1345
|
is_managed: false;
|
|
1346
1346
|
acs_system_id: string;
|
|
@@ -1391,9 +1391,9 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1391
1391
|
warning_message: string;
|
|
1392
1392
|
}[];
|
|
1393
1393
|
acs_credential_on_encoder: {
|
|
1394
|
-
created_at: string | null;
|
|
1395
1394
|
starts_at: string | null;
|
|
1396
1395
|
ends_at: string | null;
|
|
1396
|
+
created_at: string | null;
|
|
1397
1397
|
card_number: string | null;
|
|
1398
1398
|
is_issued: boolean | null;
|
|
1399
1399
|
visionline_metadata?: {
|
|
@@ -1412,6 +1412,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1412
1412
|
} | undefined;
|
|
1413
1413
|
} | null;
|
|
1414
1414
|
acs_credential_on_seam: {
|
|
1415
|
+
display_name: string;
|
|
1415
1416
|
created_at: string;
|
|
1416
1417
|
errors: {
|
|
1417
1418
|
message: string;
|
|
@@ -1442,7 +1443,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1442
1443
|
created_at: string;
|
|
1443
1444
|
warning_code: "needs_to_be_reissued";
|
|
1444
1445
|
})[];
|
|
1445
|
-
display_name: string;
|
|
1446
1446
|
workspace_id: string;
|
|
1447
1447
|
is_managed: true;
|
|
1448
1448
|
acs_system_id: string;
|
|
@@ -1481,6 +1481,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1481
1481
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1482
1482
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1483
1483
|
} | {
|
|
1484
|
+
display_name: string;
|
|
1484
1485
|
created_at: string;
|
|
1485
1486
|
errors: {
|
|
1486
1487
|
message: string;
|
|
@@ -1511,7 +1512,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1511
1512
|
created_at: string;
|
|
1512
1513
|
warning_code: "needs_to_be_reissued";
|
|
1513
1514
|
})[];
|
|
1514
|
-
display_name: string;
|
|
1515
1515
|
workspace_id: string;
|
|
1516
1516
|
is_managed: false;
|
|
1517
1517
|
acs_system_id: string;
|
|
@@ -1808,6 +1808,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1808
1808
|
}, {
|
|
1809
1809
|
is_managed: z.ZodLiteral<true>;
|
|
1810
1810
|
}>, "strip", z.ZodTypeAny, {
|
|
1811
|
+
display_name: string;
|
|
1811
1812
|
created_at: string;
|
|
1812
1813
|
errors: {
|
|
1813
1814
|
message: string;
|
|
@@ -1838,7 +1839,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1838
1839
|
created_at: string;
|
|
1839
1840
|
warning_code: "needs_to_be_reissued";
|
|
1840
1841
|
})[];
|
|
1841
|
-
display_name: string;
|
|
1842
1842
|
workspace_id: string;
|
|
1843
1843
|
is_managed: true;
|
|
1844
1844
|
acs_system_id: string;
|
|
@@ -1877,6 +1877,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1877
1877
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1878
1878
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1879
1879
|
}, {
|
|
1880
|
+
display_name: string;
|
|
1880
1881
|
created_at: string;
|
|
1881
1882
|
errors: {
|
|
1882
1883
|
message: string;
|
|
@@ -1907,7 +1908,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
1907
1908
|
created_at: string;
|
|
1908
1909
|
warning_code: "needs_to_be_reissued";
|
|
1909
1910
|
})[];
|
|
1910
|
-
display_name: string;
|
|
1911
1911
|
workspace_id: string;
|
|
1912
1912
|
is_managed: true;
|
|
1913
1913
|
acs_system_id: string;
|
|
@@ -2106,6 +2106,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2106
2106
|
}, {
|
|
2107
2107
|
is_managed: z.ZodLiteral<false>;
|
|
2108
2108
|
}>, "strip", z.ZodTypeAny, {
|
|
2109
|
+
display_name: string;
|
|
2109
2110
|
created_at: string;
|
|
2110
2111
|
errors: {
|
|
2111
2112
|
message: string;
|
|
@@ -2136,7 +2137,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2136
2137
|
created_at: string;
|
|
2137
2138
|
warning_code: "needs_to_be_reissued";
|
|
2138
2139
|
})[];
|
|
2139
|
-
display_name: string;
|
|
2140
2140
|
workspace_id: string;
|
|
2141
2141
|
is_managed: false;
|
|
2142
2142
|
acs_system_id: string;
|
|
@@ -2175,6 +2175,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2175
2175
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2176
2176
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2177
2177
|
}, {
|
|
2178
|
+
display_name: string;
|
|
2178
2179
|
created_at: string;
|
|
2179
2180
|
errors: {
|
|
2180
2181
|
message: string;
|
|
@@ -2205,7 +2206,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2205
2206
|
created_at: string;
|
|
2206
2207
|
warning_code: "needs_to_be_reissued";
|
|
2207
2208
|
})[];
|
|
2208
|
-
display_name: string;
|
|
2209
2209
|
workspace_id: string;
|
|
2210
2210
|
is_managed: false;
|
|
2211
2211
|
acs_system_id: string;
|
|
@@ -2249,6 +2249,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2249
2249
|
status: "success";
|
|
2250
2250
|
action_attempt_id: string;
|
|
2251
2251
|
result: {
|
|
2252
|
+
display_name: string;
|
|
2252
2253
|
created_at: string;
|
|
2253
2254
|
errors: {
|
|
2254
2255
|
message: string;
|
|
@@ -2279,7 +2280,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2279
2280
|
created_at: string;
|
|
2280
2281
|
warning_code: "needs_to_be_reissued";
|
|
2281
2282
|
})[];
|
|
2282
|
-
display_name: string;
|
|
2283
2283
|
workspace_id: string;
|
|
2284
2284
|
is_managed: true;
|
|
2285
2285
|
acs_system_id: string;
|
|
@@ -2318,6 +2318,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2318
2318
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2319
2319
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2320
2320
|
} | {
|
|
2321
|
+
display_name: string;
|
|
2321
2322
|
created_at: string;
|
|
2322
2323
|
errors: {
|
|
2323
2324
|
message: string;
|
|
@@ -2348,7 +2349,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2348
2349
|
created_at: string;
|
|
2349
2350
|
warning_code: "needs_to_be_reissued";
|
|
2350
2351
|
})[];
|
|
2351
|
-
display_name: string;
|
|
2352
2352
|
workspace_id: string;
|
|
2353
2353
|
is_managed: false;
|
|
2354
2354
|
acs_system_id: string;
|
|
@@ -2393,6 +2393,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2393
2393
|
status: "success";
|
|
2394
2394
|
action_attempt_id: string;
|
|
2395
2395
|
result: {
|
|
2396
|
+
display_name: string;
|
|
2396
2397
|
created_at: string;
|
|
2397
2398
|
errors: {
|
|
2398
2399
|
message: string;
|
|
@@ -2423,7 +2424,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2423
2424
|
created_at: string;
|
|
2424
2425
|
warning_code: "needs_to_be_reissued";
|
|
2425
2426
|
})[];
|
|
2426
|
-
display_name: string;
|
|
2427
2427
|
workspace_id: string;
|
|
2428
2428
|
is_managed: true;
|
|
2429
2429
|
acs_system_id: string;
|
|
@@ -2462,6 +2462,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2462
2462
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2463
2463
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2464
2464
|
} | {
|
|
2465
|
+
display_name: string;
|
|
2465
2466
|
created_at: string;
|
|
2466
2467
|
errors: {
|
|
2467
2468
|
message: string;
|
|
@@ -2492,7 +2493,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
|
|
|
2492
2493
|
created_at: string;
|
|
2493
2494
|
warning_code: "needs_to_be_reissued";
|
|
2494
2495
|
})[];
|
|
2495
|
-
display_name: string;
|
|
2496
2496
|
workspace_id: string;
|
|
2497
2497
|
is_managed: false;
|
|
2498
2498
|
acs_system_id: string;
|