@seamapi/types 1.395.1 → 1.395.3
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 +57 -18
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +694 -403
- package/lib/seam/connect/model-types.d.ts +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +2 -2
- package/lib/seam/connect/models/access-grants/access-method.d.ts +2 -2
- 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-provisioning-automation.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
- package/lib/seam/connect/models/acs/acs-encoder.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-system.d.ts +2 -2
- package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +4 -4
- package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +24 -24
- package/lib/seam/connect/models/action-attempts/encode-access-method.d.ts +4 -4
- package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +8 -8
- package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +12 -12
- package/lib/seam/connect/models/bridges/bridge-connected-system.d.ts +2 -2
- package/lib/seam/connect/models/bridges/bridge.d.ts +2 -2
- package/lib/seam/connect/models/client-sessions/client-session.d.ts +2 -2
- package/lib/seam/connect/models/connect-webviews/connect-webview.d.ts +2 -2
- package/lib/seam/connect/models/connected-accounts/connected-account.d.ts +102 -12
- package/lib/seam/connect/models/connected-accounts/connected-account.js.map +1 -1
- package/lib/seam/connect/models/devices/capability-properties/index.d.ts +25 -20
- package/lib/seam/connect/models/devices/capability-properties/thermostat.d.ts +25 -20
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js +2 -7
- package/lib/seam/connect/models/devices/capability-properties/thermostat.js.map +1 -1
- package/lib/seam/connect/models/devices/device.d.ts +37 -30
- package/lib/seam/connect/models/devices/phone.d.ts +2 -2
- package/lib/seam/connect/models/devices/unmanaged-device.d.ts +28 -23
- package/lib/seam/connect/models/events/access-codes.d.ts +68 -68
- package/lib/seam/connect/models/events/access-grants.d.ts +20 -20
- package/lib/seam/connect/models/events/access-methods.d.ts +12 -12
- package/lib/seam/connect/models/events/acs/access-groups.d.ts +4 -4
- package/lib/seam/connect/models/events/acs/common.d.ts +2 -2
- package/lib/seam/connect/models/events/acs/credentials.d.ts +16 -16
- package/lib/seam/connect/models/events/acs/encoders.d.ts +8 -8
- package/lib/seam/connect/models/events/acs/entrances.d.ts +8 -8
- package/lib/seam/connect/models/events/acs/index.d.ts +28 -28
- package/lib/seam/connect/models/events/acs/systems.d.ts +12 -12
- package/lib/seam/connect/models/events/acs/users.d.ts +8 -8
- package/lib/seam/connect/models/events/action-attempts.d.ts +16 -16
- package/lib/seam/connect/models/events/client-sessions.d.ts +4 -4
- package/lib/seam/connect/models/events/common.d.ts +2 -2
- package/lib/seam/connect/models/events/connect-webviews.d.ts +8 -8
- package/lib/seam/connect/models/events/connected-accounts.d.ts +28 -28
- package/lib/seam/connect/models/events/devices.d.ts +132 -132
- package/lib/seam/connect/models/events/enrollment-automations.d.ts +4 -4
- package/lib/seam/connect/models/events/phones.d.ts +4 -4
- package/lib/seam/connect/models/events/seam-event.d.ts +176 -176
- package/lib/seam/connect/models/instant-keys/instant-key.d.ts +2 -2
- package/lib/seam/connect/models/locations/location.d.ts +2 -2
- package/lib/seam/connect/models/thermostats/thermostat-program.d.ts +6 -6
- package/lib/seam/connect/models/thermostats/thermostat-program.js +5 -5
- package/lib/seam/connect/models/thermostats/thermostat-program.js.map +1 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.d.ts +6 -3
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js +5 -1
- package/lib/seam/connect/models/thermostats/thermostat-schedule.js.map +1 -1
- package/lib/seam/connect/models/user-identities/user-identity.d.ts +2 -2
- package/lib/seam/connect/openapi.d.ts +35 -8
- package/lib/seam/connect/openapi.js +43 -9
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +136 -102
- package/package.json +2 -2
- package/src/lib/seam/connect/model-types.ts +2 -0
- package/src/lib/seam/connect/models/connected-accounts/connected-account.ts +4 -0
- package/src/lib/seam/connect/models/devices/capability-properties/thermostat.ts +2 -7
- package/src/lib/seam/connect/models/thermostats/thermostat-program.ts +7 -5
- package/src/lib/seam/connect/models/thermostats/thermostat-schedule.ts +7 -1
- package/src/lib/seam/connect/openapi.ts +47 -10
- package/src/lib/seam/connect/route-types.ts +617 -505
|
@@ -39,8 +39,8 @@ export declare const encode_access_method_action_attempt: z.ZodDiscriminatedUnio
|
|
|
39
39
|
is_card_encoding_required: z.ZodOptional<z.ZodBoolean>;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
41
|
display_name: string;
|
|
42
|
-
created_at: string;
|
|
43
42
|
workspace_id: string;
|
|
43
|
+
created_at: string;
|
|
44
44
|
mode: "code" | "card" | "mobile_key";
|
|
45
45
|
access_method_id: string;
|
|
46
46
|
issued_at?: string | undefined;
|
|
@@ -48,8 +48,8 @@ export declare const encode_access_method_action_attempt: z.ZodDiscriminatedUnio
|
|
|
48
48
|
is_card_encoding_required?: boolean | undefined;
|
|
49
49
|
}, {
|
|
50
50
|
display_name: string;
|
|
51
|
-
created_at: string;
|
|
52
51
|
workspace_id: string;
|
|
52
|
+
created_at: string;
|
|
53
53
|
mode: "code" | "card" | "mobile_key";
|
|
54
54
|
access_method_id: string;
|
|
55
55
|
issued_at?: string | undefined;
|
|
@@ -62,8 +62,8 @@ export declare const encode_access_method_action_attempt: z.ZodDiscriminatedUnio
|
|
|
62
62
|
action_attempt_id: string;
|
|
63
63
|
result: {
|
|
64
64
|
display_name: string;
|
|
65
|
-
created_at: string;
|
|
66
65
|
workspace_id: string;
|
|
66
|
+
created_at: string;
|
|
67
67
|
mode: "code" | "card" | "mobile_key";
|
|
68
68
|
access_method_id: string;
|
|
69
69
|
issued_at?: string | undefined;
|
|
@@ -77,8 +77,8 @@ export declare const encode_access_method_action_attempt: z.ZodDiscriminatedUnio
|
|
|
77
77
|
action_attempt_id: string;
|
|
78
78
|
result: {
|
|
79
79
|
display_name: string;
|
|
80
|
-
created_at: string;
|
|
81
80
|
workspace_id: string;
|
|
81
|
+
created_at: string;
|
|
82
82
|
mode: "code" | "card" | "mobile_key";
|
|
83
83
|
access_method_id: string;
|
|
84
84
|
issued_at?: string | undefined;
|
|
@@ -193,6 +193,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
193
193
|
is_managed: z.ZodLiteral<true>;
|
|
194
194
|
}>, "strip", z.ZodTypeAny, {
|
|
195
195
|
display_name: string;
|
|
196
|
+
workspace_id: string;
|
|
196
197
|
created_at: string;
|
|
197
198
|
errors: {
|
|
198
199
|
message: string;
|
|
@@ -223,7 +224,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
223
224
|
created_at: string;
|
|
224
225
|
warning_code: "needs_to_be_reissued";
|
|
225
226
|
})[];
|
|
226
|
-
workspace_id: string;
|
|
227
227
|
is_managed: true;
|
|
228
228
|
acs_system_id: string;
|
|
229
229
|
acs_credential_id: string;
|
|
@@ -263,6 +263,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
263
263
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
264
264
|
}, {
|
|
265
265
|
display_name: string;
|
|
266
|
+
workspace_id: string;
|
|
266
267
|
created_at: string;
|
|
267
268
|
errors: {
|
|
268
269
|
message: string;
|
|
@@ -293,7 +294,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
293
294
|
created_at: string;
|
|
294
295
|
warning_code: "needs_to_be_reissued";
|
|
295
296
|
})[];
|
|
296
|
-
workspace_id: string;
|
|
297
297
|
is_managed: true;
|
|
298
298
|
acs_system_id: string;
|
|
299
299
|
acs_credential_id: string;
|
|
@@ -496,6 +496,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
496
496
|
is_managed: z.ZodLiteral<false>;
|
|
497
497
|
}>, "strip", z.ZodTypeAny, {
|
|
498
498
|
display_name: string;
|
|
499
|
+
workspace_id: string;
|
|
499
500
|
created_at: string;
|
|
500
501
|
errors: {
|
|
501
502
|
message: string;
|
|
@@ -526,7 +527,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
526
527
|
created_at: string;
|
|
527
528
|
warning_code: "needs_to_be_reissued";
|
|
528
529
|
})[];
|
|
529
|
-
workspace_id: string;
|
|
530
530
|
is_managed: false;
|
|
531
531
|
acs_system_id: string;
|
|
532
532
|
acs_credential_id: string;
|
|
@@ -566,6 +566,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
566
566
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
567
567
|
}, {
|
|
568
568
|
display_name: string;
|
|
569
|
+
workspace_id: string;
|
|
569
570
|
created_at: string;
|
|
570
571
|
errors: {
|
|
571
572
|
message: string;
|
|
@@ -596,7 +597,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
596
597
|
created_at: string;
|
|
597
598
|
warning_code: "needs_to_be_reissued";
|
|
598
599
|
})[];
|
|
599
|
-
workspace_id: string;
|
|
600
600
|
is_managed: false;
|
|
601
601
|
acs_system_id: string;
|
|
602
602
|
acs_credential_id: string;
|
|
@@ -641,6 +641,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
641
641
|
action_attempt_id: string;
|
|
642
642
|
result: {
|
|
643
643
|
display_name: string;
|
|
644
|
+
workspace_id: string;
|
|
644
645
|
created_at: string;
|
|
645
646
|
errors: {
|
|
646
647
|
message: string;
|
|
@@ -671,7 +672,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
671
672
|
created_at: string;
|
|
672
673
|
warning_code: "needs_to_be_reissued";
|
|
673
674
|
})[];
|
|
674
|
-
workspace_id: string;
|
|
675
675
|
is_managed: true;
|
|
676
676
|
acs_system_id: string;
|
|
677
677
|
acs_credential_id: string;
|
|
@@ -711,6 +711,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
711
711
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
712
712
|
} | {
|
|
713
713
|
display_name: string;
|
|
714
|
+
workspace_id: string;
|
|
714
715
|
created_at: string;
|
|
715
716
|
errors: {
|
|
716
717
|
message: string;
|
|
@@ -741,7 +742,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
741
742
|
created_at: string;
|
|
742
743
|
warning_code: "needs_to_be_reissued";
|
|
743
744
|
})[];
|
|
744
|
-
workspace_id: string;
|
|
745
745
|
is_managed: false;
|
|
746
746
|
acs_system_id: string;
|
|
747
747
|
acs_credential_id: string;
|
|
@@ -787,6 +787,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
787
787
|
action_attempt_id: string;
|
|
788
788
|
result: {
|
|
789
789
|
display_name: string;
|
|
790
|
+
workspace_id: string;
|
|
790
791
|
created_at: string;
|
|
791
792
|
errors: {
|
|
792
793
|
message: string;
|
|
@@ -817,7 +818,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
817
818
|
created_at: string;
|
|
818
819
|
warning_code: "needs_to_be_reissued";
|
|
819
820
|
})[];
|
|
820
|
-
workspace_id: string;
|
|
821
821
|
is_managed: true;
|
|
822
822
|
acs_system_id: string;
|
|
823
823
|
acs_credential_id: string;
|
|
@@ -857,6 +857,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
857
857
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
858
858
|
} | {
|
|
859
859
|
display_name: string;
|
|
860
|
+
workspace_id: string;
|
|
860
861
|
created_at: string;
|
|
861
862
|
errors: {
|
|
862
863
|
message: string;
|
|
@@ -887,7 +888,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
|
|
|
887
888
|
created_at: string;
|
|
888
889
|
warning_code: "needs_to_be_reissued";
|
|
889
890
|
})[];
|
|
890
|
-
workspace_id: string;
|
|
891
891
|
is_managed: false;
|
|
892
892
|
acs_system_id: string;
|
|
893
893
|
acs_credential_id: string;
|
|
@@ -281,6 +281,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
281
281
|
is_managed: z.ZodLiteral<true>;
|
|
282
282
|
}>, "strip", z.ZodTypeAny, {
|
|
283
283
|
display_name: string;
|
|
284
|
+
workspace_id: string;
|
|
284
285
|
created_at: string;
|
|
285
286
|
errors: {
|
|
286
287
|
message: string;
|
|
@@ -311,7 +312,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
311
312
|
created_at: string;
|
|
312
313
|
warning_code: "needs_to_be_reissued";
|
|
313
314
|
})[];
|
|
314
|
-
workspace_id: string;
|
|
315
315
|
is_managed: true;
|
|
316
316
|
acs_system_id: string;
|
|
317
317
|
acs_credential_id: string;
|
|
@@ -351,6 +351,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
351
351
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
352
352
|
}, {
|
|
353
353
|
display_name: string;
|
|
354
|
+
workspace_id: string;
|
|
354
355
|
created_at: string;
|
|
355
356
|
errors: {
|
|
356
357
|
message: string;
|
|
@@ -381,7 +382,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
381
382
|
created_at: string;
|
|
382
383
|
warning_code: "needs_to_be_reissued";
|
|
383
384
|
})[];
|
|
384
|
-
workspace_id: string;
|
|
385
385
|
is_managed: true;
|
|
386
386
|
acs_system_id: string;
|
|
387
387
|
acs_credential_id: string;
|
|
@@ -584,6 +584,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
584
584
|
is_managed: z.ZodLiteral<false>;
|
|
585
585
|
}>, "strip", z.ZodTypeAny, {
|
|
586
586
|
display_name: string;
|
|
587
|
+
workspace_id: string;
|
|
587
588
|
created_at: string;
|
|
588
589
|
errors: {
|
|
589
590
|
message: string;
|
|
@@ -614,7 +615,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
614
615
|
created_at: string;
|
|
615
616
|
warning_code: "needs_to_be_reissued";
|
|
616
617
|
})[];
|
|
617
|
-
workspace_id: string;
|
|
618
618
|
is_managed: false;
|
|
619
619
|
acs_system_id: string;
|
|
620
620
|
acs_credential_id: string;
|
|
@@ -654,6 +654,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
654
654
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
655
655
|
}, {
|
|
656
656
|
display_name: string;
|
|
657
|
+
workspace_id: string;
|
|
657
658
|
created_at: string;
|
|
658
659
|
errors: {
|
|
659
660
|
message: string;
|
|
@@ -684,7 +685,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
684
685
|
created_at: string;
|
|
685
686
|
warning_code: "needs_to_be_reissued";
|
|
686
687
|
})[];
|
|
687
|
-
workspace_id: string;
|
|
688
688
|
is_managed: false;
|
|
689
689
|
acs_system_id: string;
|
|
690
690
|
acs_credential_id: string;
|
|
@@ -761,6 +761,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
761
761
|
} | null;
|
|
762
762
|
acs_credential_on_seam: {
|
|
763
763
|
display_name: string;
|
|
764
|
+
workspace_id: string;
|
|
764
765
|
created_at: string;
|
|
765
766
|
errors: {
|
|
766
767
|
message: string;
|
|
@@ -791,7 +792,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
791
792
|
created_at: string;
|
|
792
793
|
warning_code: "needs_to_be_reissued";
|
|
793
794
|
})[];
|
|
794
|
-
workspace_id: string;
|
|
795
795
|
is_managed: true;
|
|
796
796
|
acs_system_id: string;
|
|
797
797
|
acs_credential_id: string;
|
|
@@ -831,6 +831,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
831
831
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
832
832
|
} | {
|
|
833
833
|
display_name: string;
|
|
834
|
+
workspace_id: string;
|
|
834
835
|
created_at: string;
|
|
835
836
|
errors: {
|
|
836
837
|
message: string;
|
|
@@ -861,7 +862,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
861
862
|
created_at: string;
|
|
862
863
|
warning_code: "needs_to_be_reissued";
|
|
863
864
|
})[];
|
|
864
|
-
workspace_id: string;
|
|
865
865
|
is_managed: false;
|
|
866
866
|
acs_system_id: string;
|
|
867
867
|
acs_credential_id: string;
|
|
@@ -928,6 +928,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
928
928
|
} | null;
|
|
929
929
|
acs_credential_on_seam: {
|
|
930
930
|
display_name: string;
|
|
931
|
+
workspace_id: string;
|
|
931
932
|
created_at: string;
|
|
932
933
|
errors: {
|
|
933
934
|
message: string;
|
|
@@ -958,7 +959,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
958
959
|
created_at: string;
|
|
959
960
|
warning_code: "needs_to_be_reissued";
|
|
960
961
|
})[];
|
|
961
|
-
workspace_id: string;
|
|
962
962
|
is_managed: true;
|
|
963
963
|
acs_system_id: string;
|
|
964
964
|
acs_credential_id: string;
|
|
@@ -998,6 +998,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
998
998
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
999
999
|
} | {
|
|
1000
1000
|
display_name: string;
|
|
1001
|
+
workspace_id: string;
|
|
1001
1002
|
created_at: string;
|
|
1002
1003
|
errors: {
|
|
1003
1004
|
message: string;
|
|
@@ -1028,7 +1029,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1028
1029
|
created_at: string;
|
|
1029
1030
|
warning_code: "needs_to_be_reissued";
|
|
1030
1031
|
})[];
|
|
1031
|
-
workspace_id: string;
|
|
1032
1032
|
is_managed: false;
|
|
1033
1033
|
acs_system_id: string;
|
|
1034
1034
|
acs_credential_id: string;
|
|
@@ -1100,6 +1100,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1100
1100
|
} | null;
|
|
1101
1101
|
acs_credential_on_seam: {
|
|
1102
1102
|
display_name: string;
|
|
1103
|
+
workspace_id: string;
|
|
1103
1104
|
created_at: string;
|
|
1104
1105
|
errors: {
|
|
1105
1106
|
message: string;
|
|
@@ -1130,7 +1131,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1130
1131
|
created_at: string;
|
|
1131
1132
|
warning_code: "needs_to_be_reissued";
|
|
1132
1133
|
})[];
|
|
1133
|
-
workspace_id: string;
|
|
1134
1134
|
is_managed: true;
|
|
1135
1135
|
acs_system_id: string;
|
|
1136
1136
|
acs_credential_id: string;
|
|
@@ -1170,6 +1170,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1170
1170
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1171
1171
|
} | {
|
|
1172
1172
|
display_name: string;
|
|
1173
|
+
workspace_id: string;
|
|
1173
1174
|
created_at: string;
|
|
1174
1175
|
errors: {
|
|
1175
1176
|
message: string;
|
|
@@ -1200,7 +1201,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1200
1201
|
created_at: string;
|
|
1201
1202
|
warning_code: "needs_to_be_reissued";
|
|
1202
1203
|
})[];
|
|
1203
|
-
workspace_id: string;
|
|
1204
1204
|
is_managed: false;
|
|
1205
1205
|
acs_system_id: string;
|
|
1206
1206
|
acs_credential_id: string;
|
|
@@ -1273,6 +1273,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1273
1273
|
} | null;
|
|
1274
1274
|
acs_credential_on_seam: {
|
|
1275
1275
|
display_name: string;
|
|
1276
|
+
workspace_id: string;
|
|
1276
1277
|
created_at: string;
|
|
1277
1278
|
errors: {
|
|
1278
1279
|
message: string;
|
|
@@ -1303,7 +1304,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1303
1304
|
created_at: string;
|
|
1304
1305
|
warning_code: "needs_to_be_reissued";
|
|
1305
1306
|
})[];
|
|
1306
|
-
workspace_id: string;
|
|
1307
1307
|
is_managed: true;
|
|
1308
1308
|
acs_system_id: string;
|
|
1309
1309
|
acs_credential_id: string;
|
|
@@ -1343,6 +1343,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1343
1343
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1344
1344
|
} | {
|
|
1345
1345
|
display_name: string;
|
|
1346
|
+
workspace_id: string;
|
|
1346
1347
|
created_at: string;
|
|
1347
1348
|
errors: {
|
|
1348
1349
|
message: string;
|
|
@@ -1373,7 +1374,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
|
|
|
1373
1374
|
created_at: string;
|
|
1374
1375
|
warning_code: "needs_to_be_reissued";
|
|
1375
1376
|
})[];
|
|
1376
|
-
workspace_id: string;
|
|
1377
1377
|
is_managed: false;
|
|
1378
1378
|
acs_system_id: string;
|
|
1379
1379
|
acs_credential_id: string;
|
|
@@ -9,18 +9,18 @@ export declare const bridge_connected_system: z.ZodObject<{
|
|
|
9
9
|
workspace_id: z.ZodString;
|
|
10
10
|
workspace_display_name: z.ZodString;
|
|
11
11
|
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
workspace_id: string;
|
|
12
13
|
connected_account_id: string;
|
|
13
14
|
bridge_id: string;
|
|
14
|
-
workspace_id: string;
|
|
15
15
|
acs_system_id: string;
|
|
16
16
|
bridge_created_at: string;
|
|
17
17
|
connected_account_created_at: string;
|
|
18
18
|
acs_system_display_name: string;
|
|
19
19
|
workspace_display_name: string;
|
|
20
20
|
}, {
|
|
21
|
+
workspace_id: string;
|
|
21
22
|
connected_account_id: string;
|
|
22
23
|
bridge_id: string;
|
|
23
|
-
workspace_id: string;
|
|
24
24
|
acs_system_id: string;
|
|
25
25
|
bridge_created_at: string;
|
|
26
26
|
connected_account_created_at: string;
|
|
@@ -4,12 +4,12 @@ export declare const bridge: z.ZodObject<{
|
|
|
4
4
|
workspace_id: z.ZodString;
|
|
5
5
|
created_at: z.ZodString;
|
|
6
6
|
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
workspace_id: string;
|
|
7
8
|
created_at: string;
|
|
8
9
|
bridge_id: string;
|
|
9
|
-
workspace_id: string;
|
|
10
10
|
}, {
|
|
11
|
+
workspace_id: string;
|
|
11
12
|
created_at: string;
|
|
12
13
|
bridge_id: string;
|
|
13
|
-
workspace_id: string;
|
|
14
14
|
}>;
|
|
15
15
|
export type Bridge = z.infer<typeof bridge>;
|
|
@@ -11,8 +11,8 @@ export declare const client_session: z.ZodObject<{
|
|
|
11
11
|
connect_webview_ids: z.ZodArray<z.ZodString, "many">;
|
|
12
12
|
user_identity_ids: z.ZodArray<z.ZodString, "many">;
|
|
13
13
|
}, "strip", z.ZodTypeAny, {
|
|
14
|
-
created_at: string;
|
|
15
14
|
workspace_id: string;
|
|
15
|
+
created_at: string;
|
|
16
16
|
connected_account_ids: string[];
|
|
17
17
|
client_session_id: string;
|
|
18
18
|
expires_at: string;
|
|
@@ -22,8 +22,8 @@ export declare const client_session: z.ZodObject<{
|
|
|
22
22
|
connect_webview_ids: string[];
|
|
23
23
|
user_identity_ids: string[];
|
|
24
24
|
}, {
|
|
25
|
-
created_at: string;
|
|
26
25
|
workspace_id: string;
|
|
26
|
+
created_at: string;
|
|
27
27
|
connected_account_ids: string[];
|
|
28
28
|
client_session_id: string;
|
|
29
29
|
expires_at: string;
|
|
@@ -23,11 +23,11 @@ export declare const connect_webview: z.ZodObject<{
|
|
|
23
23
|
}, "strip", z.ZodTypeAny, {
|
|
24
24
|
url: string;
|
|
25
25
|
status: "failed" | "pending" | "authorized";
|
|
26
|
+
workspace_id: string;
|
|
26
27
|
created_at: string;
|
|
27
28
|
connected_account_id: string | null;
|
|
28
29
|
custom_metadata: Record<string, string | boolean>;
|
|
29
30
|
automatically_manage_new_devices: boolean;
|
|
30
|
-
workspace_id: string;
|
|
31
31
|
connect_webview_id: string;
|
|
32
32
|
device_selection_mode: "none" | "multiple" | "single";
|
|
33
33
|
accepted_providers: string[];
|
|
@@ -43,11 +43,11 @@ export declare const connect_webview: z.ZodObject<{
|
|
|
43
43
|
}, {
|
|
44
44
|
url: string;
|
|
45
45
|
status: "failed" | "pending" | "authorized";
|
|
46
|
+
workspace_id: string;
|
|
46
47
|
created_at: string;
|
|
47
48
|
connected_account_id: string | null;
|
|
48
49
|
custom_metadata: Record<string, string | boolean>;
|
|
49
50
|
automatically_manage_new_devices: boolean;
|
|
50
|
-
workspace_id: string;
|
|
51
51
|
connect_webview_id: string;
|
|
52
52
|
device_selection_mode: "none" | "multiple" | "single";
|
|
53
53
|
accepted_providers: string[];
|
|
@@ -252,6 +252,8 @@ export declare const connected_account_error: z.ZodDiscriminatedUnion<"error_cod
|
|
|
252
252
|
is_connected_account_error?: boolean | undefined;
|
|
253
253
|
is_bridge_error?: boolean | undefined;
|
|
254
254
|
}>]>;
|
|
255
|
+
export type ConnectedAccountError = z.infer<typeof connected_account_error>;
|
|
256
|
+
export type ConnectedAccountWarning = z.infer<typeof connected_account_warning>;
|
|
255
257
|
declare const connected_account_error_map: z.ZodObject<{
|
|
256
258
|
account_disconnected: z.ZodOptional<z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
|
|
257
259
|
created_at: z.ZodString;
|
|
@@ -471,6 +473,94 @@ export declare const unknown_issue_with_connected_account: z.ZodObject<z.objectU
|
|
|
471
473
|
created_at: string;
|
|
472
474
|
warning_code: "unknown_issue_with_connected_account";
|
|
473
475
|
}>;
|
|
476
|
+
declare const connected_account_warning: z.ZodDiscriminatedUnion<"warning_code", [z.ZodObject<z.objectUtil.extendShape<{
|
|
477
|
+
created_at: z.ZodString;
|
|
478
|
+
message: z.ZodString;
|
|
479
|
+
}, {
|
|
480
|
+
warning_code: z.ZodLiteral<"scheduled_maintenance_window">;
|
|
481
|
+
}>, "strip", z.ZodTypeAny, {
|
|
482
|
+
message: string;
|
|
483
|
+
created_at: string;
|
|
484
|
+
warning_code: "scheduled_maintenance_window";
|
|
485
|
+
}, {
|
|
486
|
+
message: string;
|
|
487
|
+
created_at: string;
|
|
488
|
+
warning_code: "scheduled_maintenance_window";
|
|
489
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
490
|
+
created_at: z.ZodString;
|
|
491
|
+
message: z.ZodString;
|
|
492
|
+
}, {
|
|
493
|
+
warning_code: z.ZodLiteral<"unknown_issue_with_connected_account">;
|
|
494
|
+
}>, "strip", z.ZodTypeAny, {
|
|
495
|
+
message: string;
|
|
496
|
+
created_at: string;
|
|
497
|
+
warning_code: "unknown_issue_with_connected_account";
|
|
498
|
+
}, {
|
|
499
|
+
message: string;
|
|
500
|
+
created_at: string;
|
|
501
|
+
warning_code: "unknown_issue_with_connected_account";
|
|
502
|
+
}>, z.ZodObject<z.objectUtil.extendShape<{
|
|
503
|
+
created_at: z.ZodString;
|
|
504
|
+
message: z.ZodString;
|
|
505
|
+
}, {
|
|
506
|
+
warning_code: z.ZodLiteral<"salto_ks_subscription_limit_almost_reached">;
|
|
507
|
+
salto_ks_metadata: z.ZodObject<{
|
|
508
|
+
sites: z.ZodArray<z.ZodObject<{
|
|
509
|
+
site_id: z.ZodString;
|
|
510
|
+
site_name: z.ZodString;
|
|
511
|
+
site_user_subscription_limit: z.ZodNumber;
|
|
512
|
+
subscribed_site_user_count: z.ZodNumber;
|
|
513
|
+
}, "strip", z.ZodTypeAny, {
|
|
514
|
+
site_id: string;
|
|
515
|
+
site_name: string;
|
|
516
|
+
subscribed_site_user_count: number;
|
|
517
|
+
site_user_subscription_limit: number;
|
|
518
|
+
}, {
|
|
519
|
+
site_id: string;
|
|
520
|
+
site_name: string;
|
|
521
|
+
subscribed_site_user_count: number;
|
|
522
|
+
site_user_subscription_limit: number;
|
|
523
|
+
}>, "many">;
|
|
524
|
+
}, "strip", z.ZodTypeAny, {
|
|
525
|
+
sites: {
|
|
526
|
+
site_id: string;
|
|
527
|
+
site_name: string;
|
|
528
|
+
subscribed_site_user_count: number;
|
|
529
|
+
site_user_subscription_limit: number;
|
|
530
|
+
}[];
|
|
531
|
+
}, {
|
|
532
|
+
sites: {
|
|
533
|
+
site_id: string;
|
|
534
|
+
site_name: string;
|
|
535
|
+
subscribed_site_user_count: number;
|
|
536
|
+
site_user_subscription_limit: number;
|
|
537
|
+
}[];
|
|
538
|
+
}>;
|
|
539
|
+
}>, "strip", z.ZodTypeAny, {
|
|
540
|
+
message: string;
|
|
541
|
+
created_at: string;
|
|
542
|
+
salto_ks_metadata: {
|
|
543
|
+
sites: {
|
|
544
|
+
site_id: string;
|
|
545
|
+
site_name: string;
|
|
546
|
+
subscribed_site_user_count: number;
|
|
547
|
+
site_user_subscription_limit: number;
|
|
548
|
+
}[];
|
|
549
|
+
};
|
|
550
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
551
|
+
}, {
|
|
552
|
+
message: string;
|
|
553
|
+
created_at: string;
|
|
554
|
+
salto_ks_metadata: {
|
|
555
|
+
sites: {
|
|
556
|
+
site_id: string;
|
|
557
|
+
site_name: string;
|
|
558
|
+
subscribed_site_user_count: number;
|
|
559
|
+
site_user_subscription_limit: number;
|
|
560
|
+
}[];
|
|
561
|
+
};
|
|
562
|
+
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
563
|
+
}>]>;
|
|
474
564
|
declare const connected_account_warning_map: z.ZodObject<{
|
|
475
565
|
scheduled_maintenance_window: z.ZodOptional<z.ZodNullable<z.ZodObject<z.objectUtil.extendShape<{
|
|
476
566
|
created_at: z.ZodString;
|
|
@@ -563,15 +653,15 @@ declare const connected_account_warning_map: z.ZodObject<{
|
|
|
563
653
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
564
654
|
}>>>;
|
|
565
655
|
}, "strip", z.ZodTypeAny, {
|
|
566
|
-
|
|
656
|
+
scheduled_maintenance_window?: {
|
|
567
657
|
message: string;
|
|
568
658
|
created_at: string;
|
|
569
|
-
warning_code: "
|
|
659
|
+
warning_code: "scheduled_maintenance_window";
|
|
570
660
|
} | null | undefined;
|
|
571
|
-
|
|
661
|
+
unknown_issue_with_connected_account?: {
|
|
572
662
|
message: string;
|
|
573
663
|
created_at: string;
|
|
574
|
-
warning_code: "
|
|
664
|
+
warning_code: "unknown_issue_with_connected_account";
|
|
575
665
|
} | null | undefined;
|
|
576
666
|
salto_ks_subscription_limit_almost_reached?: {
|
|
577
667
|
message: string;
|
|
@@ -587,15 +677,15 @@ declare const connected_account_warning_map: z.ZodObject<{
|
|
|
587
677
|
warning_code: "salto_ks_subscription_limit_almost_reached";
|
|
588
678
|
} | null | undefined;
|
|
589
679
|
}, {
|
|
590
|
-
|
|
680
|
+
scheduled_maintenance_window?: {
|
|
591
681
|
message: string;
|
|
592
682
|
created_at: string;
|
|
593
|
-
warning_code: "
|
|
683
|
+
warning_code: "scheduled_maintenance_window";
|
|
594
684
|
} | null | undefined;
|
|
595
|
-
|
|
685
|
+
unknown_issue_with_connected_account?: {
|
|
596
686
|
message: string;
|
|
597
687
|
created_at: string;
|
|
598
|
-
warning_code: "
|
|
688
|
+
warning_code: "unknown_issue_with_connected_account";
|
|
599
689
|
} | null | undefined;
|
|
600
690
|
salto_ks_subscription_limit_almost_reached?: {
|
|
601
691
|
message: string;
|
|
@@ -889,11 +979,11 @@ export declare const connected_account: z.ZodObject<{
|
|
|
889
979
|
warnings: ({
|
|
890
980
|
message: string;
|
|
891
981
|
created_at: string;
|
|
892
|
-
warning_code: "
|
|
982
|
+
warning_code: "scheduled_maintenance_window";
|
|
893
983
|
} | {
|
|
894
984
|
message: string;
|
|
895
985
|
created_at: string;
|
|
896
|
-
warning_code: "
|
|
986
|
+
warning_code: "unknown_issue_with_connected_account";
|
|
897
987
|
} | {
|
|
898
988
|
message: string;
|
|
899
989
|
created_at: string;
|
|
@@ -957,11 +1047,11 @@ export declare const connected_account: z.ZodObject<{
|
|
|
957
1047
|
warnings: ({
|
|
958
1048
|
message: string;
|
|
959
1049
|
created_at: string;
|
|
960
|
-
warning_code: "
|
|
1050
|
+
warning_code: "scheduled_maintenance_window";
|
|
961
1051
|
} | {
|
|
962
1052
|
message: string;
|
|
963
1053
|
created_at: string;
|
|
964
|
-
warning_code: "
|
|
1054
|
+
warning_code: "unknown_issue_with_connected_account";
|
|
965
1055
|
} | {
|
|
966
1056
|
message: string;
|
|
967
1057
|
created_at: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connected-account.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/connected-accounts/connected-account.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,OAAO,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAA;AAEvD,MAAM,8BAA8B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC9C,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,gDAAgD,CAAC;IAC7D,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,0BAA0B,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAClD,eAAe,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;CACxC,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAC1B,oGAAoG,CAAA;AAEtG,MAAM,wBAAwB,GAC5B,sGAAsG,CAAA;AAExG,MAAM,gCAAgC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,UAAU,EAAE,CAAC;SACV,MAAM,EAAE;SACR,QAAQ,EAAE;SACV,QAAQ,CAAC,kDAAkD,CAAC;IAC/D,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;CACpB,CAAC,CAAA;AAEF,MAAM,CAAC,MAAM,oBAAoB,GAAG,8BAA8B;KAC/D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,sBAAsB,CAAC;SAC/B,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,0BAA0B,CAAC,CAAA;AAEvC,MAAM,CAAC,MAAM,mBAAmB,GAAG,8BAA8B;KAC9D,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,qBAAqB,CAAC;SAC9B,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,oCAAoC,CAAC,CAAA;AAEjD,MAAM,CAAC,MAAM,mBAAmB,GAAG,8BAA8B,CAAC,MAAM,CAAC;IACvE,UAAU,EAAE,CAAC,CAAC,OAAO,CAAC,qBAAqB,CAAC,CAAC,QAAQ,CAAC,sBAAsB,CAAC;CAC9E,CAAC;KACC,QAAQ,CAAC;6MACiM,CAAC,CAAA;AAE9M,MAAM,CAAC,MAAM,oCAAoC,GAC/C,8BAA8B;KAC3B,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,sCAAsC,CAAC;SAC/C,QAAQ,CAAC,sBAAsB,CAAC;IACnC,iBAAiB,EAAE,CAAC,CAAC,MAAM,CAAC;QAC1B,KAAK,EAAE,CAAC,CAAC,KAAK,CACZ,CAAC,CAAC,MAAM,CAAC;YACP,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;YACnB,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;YACrB,0BAA0B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;YACnD,4BAA4B,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;SACtD,CAAC,CACH;KACF,CAAC;CACH,CAAC;KACD,QAAQ,CACP,yLAAyL,CAC1L,CAAA;AAEL,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC,kBAAkB,CAAC,YAAY,EAAE;IACxE,oBAAoB;IACpB,mBAAmB;IACnB,mBAAmB;IACnB,oCAAoC;CACrC,CAAC,CAAA;
|
|
1
|
+
{"version":3,"file":"connected-account.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/connected-accounts/connected-account.ts"],"names":[],"mappings":"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"}
|