@seamapi/http 1.25.1 → 1.26.1
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 +0 -536
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +88 -207
- package/lib/seam/connect/resolve-action-attempt.d.ts +116 -116
- package/lib/seam/connect/routes/acs-access-groups.d.ts +0 -2
- package/lib/seam/connect/routes/acs-access-groups.js +0 -4
- package/lib/seam/connect/routes/acs-access-groups.js.map +1 -1
- package/lib/seam/connect/routes/acs-credentials.d.ts +0 -6
- package/lib/seam/connect/routes/acs-credentials.js +0 -12
- package/lib/seam/connect/routes/acs-credentials.js.map +1 -1
- package/lib/seam/connect/routes/acs-users.d.ts +0 -2
- package/lib/seam/connect/routes/acs-users.js +0 -4
- package/lib/seam/connect/routes/acs-users.js.map +1 -1
- package/lib/seam/connect/routes/acs.d.ts +0 -4
- package/lib/seam/connect/routes/acs.js +0 -8
- package/lib/seam/connect/routes/acs.js.map +1 -1
- package/lib/seam/connect/routes/devices.d.ts +0 -4
- package/lib/seam/connect/routes/devices.js +0 -8
- package/lib/seam/connect/routes/devices.js.map +1 -1
- package/lib/seam/connect/routes/index.d.ts +0 -5
- package/lib/seam/connect/routes/index.js +0 -5
- package/lib/seam/connect/routes/index.js.map +1 -1
- package/lib/seam/connect/routes/thermostats.d.ts +0 -4
- package/lib/seam/connect/routes/thermostats.js +0 -8
- package/lib/seam/connect/routes/thermostats.js.map +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +3 -3
- package/src/lib/seam/connect/routes/acs-access-groups.ts +0 -8
- package/src/lib/seam/connect/routes/acs-credentials.ts +0 -31
- package/src/lib/seam/connect/routes/acs-users.ts +0 -5
- package/src/lib/seam/connect/routes/acs.ts +0 -13
- package/src/lib/seam/connect/routes/devices.ts +0 -17
- package/src/lib/seam/connect/routes/index.ts +0 -5
- package/src/lib/seam/connect/routes/thermostats.ts +0 -19
- package/src/lib/version.ts +1 -1
- package/lib/seam/connect/routes/acs-access-groups-unmanaged.d.ts +0 -27
- package/lib/seam/connect/routes/acs-access-groups-unmanaged.js +0 -100
- package/lib/seam/connect/routes/acs-access-groups-unmanaged.js.map +0 -1
- package/lib/seam/connect/routes/acs-credential-pools.d.ts +0 -23
- package/lib/seam/connect/routes/acs-credential-pools.js +0 -92
- package/lib/seam/connect/routes/acs-credential-pools.js.map +0 -1
- package/lib/seam/connect/routes/acs-credential-provisioning-automations.d.ts +0 -23
- package/lib/seam/connect/routes/acs-credential-provisioning-automations.js +0 -92
- package/lib/seam/connect/routes/acs-credential-provisioning-automations.js.map +0 -1
- package/lib/seam/connect/routes/acs-credentials-unmanaged.d.ts +0 -27
- package/lib/seam/connect/routes/acs-credentials-unmanaged.js +0 -100
- package/lib/seam/connect/routes/acs-credentials-unmanaged.js.map +0 -1
- package/lib/seam/connect/routes/acs-users-unmanaged.d.ts +0 -27
- package/lib/seam/connect/routes/acs-users-unmanaged.js +0 -100
- package/lib/seam/connect/routes/acs-users-unmanaged.js.map +0 -1
- package/src/lib/seam/connect/routes/acs-access-groups-unmanaged.ts +0 -209
- package/src/lib/seam/connect/routes/acs-credential-pools.ts +0 -183
- package/src/lib/seam/connect/routes/acs-credential-provisioning-automations.ts +0 -189
- package/src/lib/seam/connect/routes/acs-credentials-unmanaged.ts +0 -206
- package/src/lib/seam/connect/routes/acs-users-unmanaged.ts +0 -203
|
@@ -62,9 +62,9 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
62
62
|
warning_message: string;
|
|
63
63
|
}[];
|
|
64
64
|
acs_credential_on_encoder: {
|
|
65
|
-
created_at: string | null;
|
|
66
65
|
starts_at: string | null;
|
|
67
66
|
ends_at: string | null;
|
|
67
|
+
created_at: string | null;
|
|
68
68
|
card_number: string | null;
|
|
69
69
|
is_issued: boolean | null;
|
|
70
70
|
visionline_metadata?: {
|
|
@@ -83,6 +83,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
83
83
|
} | undefined;
|
|
84
84
|
} | null;
|
|
85
85
|
acs_credential_on_seam: {
|
|
86
|
+
display_name: string;
|
|
86
87
|
created_at: string;
|
|
87
88
|
errors: {
|
|
88
89
|
message: string;
|
|
@@ -90,30 +91,29 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
90
91
|
}[];
|
|
91
92
|
warnings: ({
|
|
92
93
|
message: string;
|
|
93
|
-
warning_code: "waiting_to_be_issued";
|
|
94
94
|
created_at: string;
|
|
95
|
+
warning_code: "waiting_to_be_issued";
|
|
95
96
|
} | {
|
|
96
97
|
message: string;
|
|
97
|
-
warning_code: "schedule_externally_modified";
|
|
98
98
|
created_at: string;
|
|
99
|
+
warning_code: "schedule_externally_modified";
|
|
99
100
|
} | {
|
|
100
101
|
message: string;
|
|
101
|
-
warning_code: "schedule_modified";
|
|
102
102
|
created_at: string;
|
|
103
|
+
warning_code: "schedule_modified";
|
|
103
104
|
} | {
|
|
104
105
|
message: string;
|
|
105
|
-
warning_code: "being_deleted";
|
|
106
106
|
created_at: string;
|
|
107
|
+
warning_code: "being_deleted";
|
|
107
108
|
} | {
|
|
108
109
|
message: string;
|
|
109
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
110
110
|
created_at: string;
|
|
111
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
111
112
|
} | {
|
|
112
113
|
message: string;
|
|
113
|
-
warning_code: "needs_to_be_reissued";
|
|
114
114
|
created_at: string;
|
|
115
|
+
warning_code: "needs_to_be_reissued";
|
|
115
116
|
})[];
|
|
116
|
-
display_name: string;
|
|
117
117
|
workspace_id: string;
|
|
118
118
|
is_managed: true;
|
|
119
119
|
acs_system_id: string;
|
|
@@ -152,6 +152,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
152
152
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
153
153
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
154
154
|
} | {
|
|
155
|
+
display_name: string;
|
|
155
156
|
created_at: string;
|
|
156
157
|
errors: {
|
|
157
158
|
message: string;
|
|
@@ -159,30 +160,29 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
159
160
|
}[];
|
|
160
161
|
warnings: ({
|
|
161
162
|
message: string;
|
|
162
|
-
warning_code: "waiting_to_be_issued";
|
|
163
163
|
created_at: string;
|
|
164
|
+
warning_code: "waiting_to_be_issued";
|
|
164
165
|
} | {
|
|
165
166
|
message: string;
|
|
166
|
-
warning_code: "schedule_externally_modified";
|
|
167
167
|
created_at: string;
|
|
168
|
+
warning_code: "schedule_externally_modified";
|
|
168
169
|
} | {
|
|
169
170
|
message: string;
|
|
170
|
-
warning_code: "schedule_modified";
|
|
171
171
|
created_at: string;
|
|
172
|
+
warning_code: "schedule_modified";
|
|
172
173
|
} | {
|
|
173
174
|
message: string;
|
|
174
|
-
warning_code: "being_deleted";
|
|
175
175
|
created_at: string;
|
|
176
|
+
warning_code: "being_deleted";
|
|
176
177
|
} | {
|
|
177
178
|
message: string;
|
|
178
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
179
179
|
created_at: string;
|
|
180
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
180
181
|
} | {
|
|
181
182
|
message: string;
|
|
182
|
-
warning_code: "needs_to_be_reissued";
|
|
183
183
|
created_at: string;
|
|
184
|
+
warning_code: "needs_to_be_reissued";
|
|
184
185
|
})[];
|
|
185
|
-
display_name: string;
|
|
186
186
|
workspace_id: string;
|
|
187
187
|
is_managed: false;
|
|
188
188
|
acs_system_id: string;
|
|
@@ -249,6 +249,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
249
249
|
status: "success";
|
|
250
250
|
action_attempt_id: string;
|
|
251
251
|
result: {
|
|
252
|
+
display_name: string;
|
|
252
253
|
created_at: string;
|
|
253
254
|
errors: {
|
|
254
255
|
message: string;
|
|
@@ -256,30 +257,29 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
256
257
|
}[];
|
|
257
258
|
warnings: ({
|
|
258
259
|
message: string;
|
|
259
|
-
warning_code: "waiting_to_be_issued";
|
|
260
260
|
created_at: string;
|
|
261
|
+
warning_code: "waiting_to_be_issued";
|
|
261
262
|
} | {
|
|
262
263
|
message: string;
|
|
263
|
-
warning_code: "schedule_externally_modified";
|
|
264
264
|
created_at: string;
|
|
265
|
+
warning_code: "schedule_externally_modified";
|
|
265
266
|
} | {
|
|
266
267
|
message: string;
|
|
267
|
-
warning_code: "schedule_modified";
|
|
268
268
|
created_at: string;
|
|
269
|
+
warning_code: "schedule_modified";
|
|
269
270
|
} | {
|
|
270
271
|
message: string;
|
|
271
|
-
warning_code: "being_deleted";
|
|
272
272
|
created_at: string;
|
|
273
|
+
warning_code: "being_deleted";
|
|
273
274
|
} | {
|
|
274
275
|
message: string;
|
|
275
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
276
276
|
created_at: string;
|
|
277
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
277
278
|
} | {
|
|
278
279
|
message: string;
|
|
279
|
-
warning_code: "needs_to_be_reissued";
|
|
280
280
|
created_at: string;
|
|
281
|
+
warning_code: "needs_to_be_reissued";
|
|
281
282
|
})[];
|
|
282
|
-
display_name: string;
|
|
283
283
|
workspace_id: string;
|
|
284
284
|
is_managed: true;
|
|
285
285
|
acs_system_id: string;
|
|
@@ -318,6 +318,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
318
318
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
319
319
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
320
320
|
} | {
|
|
321
|
+
display_name: string;
|
|
321
322
|
created_at: string;
|
|
322
323
|
errors: {
|
|
323
324
|
message: string;
|
|
@@ -325,30 +326,29 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
325
326
|
}[];
|
|
326
327
|
warnings: ({
|
|
327
328
|
message: string;
|
|
328
|
-
warning_code: "waiting_to_be_issued";
|
|
329
329
|
created_at: string;
|
|
330
|
+
warning_code: "waiting_to_be_issued";
|
|
330
331
|
} | {
|
|
331
332
|
message: string;
|
|
332
|
-
warning_code: "schedule_externally_modified";
|
|
333
333
|
created_at: string;
|
|
334
|
+
warning_code: "schedule_externally_modified";
|
|
334
335
|
} | {
|
|
335
336
|
message: string;
|
|
336
|
-
warning_code: "schedule_modified";
|
|
337
337
|
created_at: string;
|
|
338
|
+
warning_code: "schedule_modified";
|
|
338
339
|
} | {
|
|
339
340
|
message: string;
|
|
340
|
-
warning_code: "being_deleted";
|
|
341
341
|
created_at: string;
|
|
342
|
+
warning_code: "being_deleted";
|
|
342
343
|
} | {
|
|
343
344
|
message: string;
|
|
344
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
345
345
|
created_at: string;
|
|
346
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
346
347
|
} | {
|
|
347
348
|
message: string;
|
|
348
|
-
warning_code: "needs_to_be_reissued";
|
|
349
349
|
created_at: string;
|
|
350
|
+
warning_code: "needs_to_be_reissued";
|
|
350
351
|
})[];
|
|
351
|
-
display_name: string;
|
|
352
352
|
workspace_id: string;
|
|
353
353
|
is_managed: false;
|
|
354
354
|
acs_system_id: string;
|
|
@@ -709,9 +709,9 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
709
709
|
warning_message: string;
|
|
710
710
|
}[];
|
|
711
711
|
acs_credential_on_encoder: {
|
|
712
|
-
created_at: string | null;
|
|
713
712
|
starts_at: string | null;
|
|
714
713
|
ends_at: string | null;
|
|
714
|
+
created_at: string | null;
|
|
715
715
|
card_number: string | null;
|
|
716
716
|
is_issued: boolean | null;
|
|
717
717
|
visionline_metadata?: {
|
|
@@ -730,6 +730,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
730
730
|
} | undefined;
|
|
731
731
|
} | null;
|
|
732
732
|
acs_credential_on_seam: {
|
|
733
|
+
display_name: string;
|
|
733
734
|
created_at: string;
|
|
734
735
|
errors: {
|
|
735
736
|
message: string;
|
|
@@ -737,30 +738,29 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
737
738
|
}[];
|
|
738
739
|
warnings: ({
|
|
739
740
|
message: string;
|
|
740
|
-
warning_code: "waiting_to_be_issued";
|
|
741
741
|
created_at: string;
|
|
742
|
+
warning_code: "waiting_to_be_issued";
|
|
742
743
|
} | {
|
|
743
744
|
message: string;
|
|
744
|
-
warning_code: "schedule_externally_modified";
|
|
745
745
|
created_at: string;
|
|
746
|
+
warning_code: "schedule_externally_modified";
|
|
746
747
|
} | {
|
|
747
748
|
message: string;
|
|
748
|
-
warning_code: "schedule_modified";
|
|
749
749
|
created_at: string;
|
|
750
|
+
warning_code: "schedule_modified";
|
|
750
751
|
} | {
|
|
751
752
|
message: string;
|
|
752
|
-
warning_code: "being_deleted";
|
|
753
753
|
created_at: string;
|
|
754
|
+
warning_code: "being_deleted";
|
|
754
755
|
} | {
|
|
755
756
|
message: string;
|
|
756
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
757
757
|
created_at: string;
|
|
758
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
758
759
|
} | {
|
|
759
760
|
message: string;
|
|
760
|
-
warning_code: "needs_to_be_reissued";
|
|
761
761
|
created_at: string;
|
|
762
|
+
warning_code: "needs_to_be_reissued";
|
|
762
763
|
})[];
|
|
763
|
-
display_name: string;
|
|
764
764
|
workspace_id: string;
|
|
765
765
|
is_managed: true;
|
|
766
766
|
acs_system_id: string;
|
|
@@ -799,6 +799,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
799
799
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
800
800
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
801
801
|
} | {
|
|
802
|
+
display_name: string;
|
|
802
803
|
created_at: string;
|
|
803
804
|
errors: {
|
|
804
805
|
message: string;
|
|
@@ -806,30 +807,29 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
806
807
|
}[];
|
|
807
808
|
warnings: ({
|
|
808
809
|
message: string;
|
|
809
|
-
warning_code: "waiting_to_be_issued";
|
|
810
810
|
created_at: string;
|
|
811
|
+
warning_code: "waiting_to_be_issued";
|
|
811
812
|
} | {
|
|
812
813
|
message: string;
|
|
813
|
-
warning_code: "schedule_externally_modified";
|
|
814
814
|
created_at: string;
|
|
815
|
+
warning_code: "schedule_externally_modified";
|
|
815
816
|
} | {
|
|
816
817
|
message: string;
|
|
817
|
-
warning_code: "schedule_modified";
|
|
818
818
|
created_at: string;
|
|
819
|
+
warning_code: "schedule_modified";
|
|
819
820
|
} | {
|
|
820
821
|
message: string;
|
|
821
|
-
warning_code: "being_deleted";
|
|
822
822
|
created_at: string;
|
|
823
|
+
warning_code: "being_deleted";
|
|
823
824
|
} | {
|
|
824
825
|
message: string;
|
|
825
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
826
826
|
created_at: string;
|
|
827
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
827
828
|
} | {
|
|
828
829
|
message: string;
|
|
829
|
-
warning_code: "needs_to_be_reissued";
|
|
830
830
|
created_at: string;
|
|
831
|
+
warning_code: "needs_to_be_reissued";
|
|
831
832
|
})[];
|
|
832
|
-
display_name: string;
|
|
833
833
|
workspace_id: string;
|
|
834
834
|
is_managed: false;
|
|
835
835
|
acs_system_id: string;
|
|
@@ -896,6 +896,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
896
896
|
status: "success";
|
|
897
897
|
action_attempt_id: string;
|
|
898
898
|
result: {
|
|
899
|
+
display_name: string;
|
|
899
900
|
created_at: string;
|
|
900
901
|
errors: {
|
|
901
902
|
message: string;
|
|
@@ -903,30 +904,29 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
903
904
|
}[];
|
|
904
905
|
warnings: ({
|
|
905
906
|
message: string;
|
|
906
|
-
warning_code: "waiting_to_be_issued";
|
|
907
907
|
created_at: string;
|
|
908
|
+
warning_code: "waiting_to_be_issued";
|
|
908
909
|
} | {
|
|
909
910
|
message: string;
|
|
910
|
-
warning_code: "schedule_externally_modified";
|
|
911
911
|
created_at: string;
|
|
912
|
+
warning_code: "schedule_externally_modified";
|
|
912
913
|
} | {
|
|
913
914
|
message: string;
|
|
914
|
-
warning_code: "schedule_modified";
|
|
915
915
|
created_at: string;
|
|
916
|
+
warning_code: "schedule_modified";
|
|
916
917
|
} | {
|
|
917
918
|
message: string;
|
|
918
|
-
warning_code: "being_deleted";
|
|
919
919
|
created_at: string;
|
|
920
|
+
warning_code: "being_deleted";
|
|
920
921
|
} | {
|
|
921
922
|
message: string;
|
|
922
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
923
923
|
created_at: string;
|
|
924
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
924
925
|
} | {
|
|
925
926
|
message: string;
|
|
926
|
-
warning_code: "needs_to_be_reissued";
|
|
927
927
|
created_at: string;
|
|
928
|
+
warning_code: "needs_to_be_reissued";
|
|
928
929
|
})[];
|
|
929
|
-
display_name: string;
|
|
930
930
|
workspace_id: string;
|
|
931
931
|
is_managed: true;
|
|
932
932
|
acs_system_id: string;
|
|
@@ -965,6 +965,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
965
965
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
966
966
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
967
967
|
} | {
|
|
968
|
+
display_name: string;
|
|
968
969
|
created_at: string;
|
|
969
970
|
errors: {
|
|
970
971
|
message: string;
|
|
@@ -972,30 +973,29 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
972
973
|
}[];
|
|
973
974
|
warnings: ({
|
|
974
975
|
message: string;
|
|
975
|
-
warning_code: "waiting_to_be_issued";
|
|
976
976
|
created_at: string;
|
|
977
|
+
warning_code: "waiting_to_be_issued";
|
|
977
978
|
} | {
|
|
978
979
|
message: string;
|
|
979
|
-
warning_code: "schedule_externally_modified";
|
|
980
980
|
created_at: string;
|
|
981
|
+
warning_code: "schedule_externally_modified";
|
|
981
982
|
} | {
|
|
982
983
|
message: string;
|
|
983
|
-
warning_code: "schedule_modified";
|
|
984
984
|
created_at: string;
|
|
985
|
+
warning_code: "schedule_modified";
|
|
985
986
|
} | {
|
|
986
987
|
message: string;
|
|
987
|
-
warning_code: "being_deleted";
|
|
988
988
|
created_at: string;
|
|
989
|
+
warning_code: "being_deleted";
|
|
989
990
|
} | {
|
|
990
991
|
message: string;
|
|
991
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
992
992
|
created_at: string;
|
|
993
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
993
994
|
} | {
|
|
994
995
|
message: string;
|
|
995
|
-
warning_code: "needs_to_be_reissued";
|
|
996
996
|
created_at: string;
|
|
997
|
+
warning_code: "needs_to_be_reissued";
|
|
997
998
|
})[];
|
|
998
|
-
display_name: string;
|
|
999
999
|
workspace_id: string;
|
|
1000
1000
|
is_managed: false;
|
|
1001
1001
|
acs_system_id: string;
|
|
@@ -1358,9 +1358,9 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1358
1358
|
warning_message: string;
|
|
1359
1359
|
}[];
|
|
1360
1360
|
acs_credential_on_encoder: {
|
|
1361
|
-
created_at: string | null;
|
|
1362
1361
|
starts_at: string | null;
|
|
1363
1362
|
ends_at: string | null;
|
|
1363
|
+
created_at: string | null;
|
|
1364
1364
|
card_number: string | null;
|
|
1365
1365
|
is_issued: boolean | null;
|
|
1366
1366
|
visionline_metadata?: {
|
|
@@ -1379,6 +1379,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1379
1379
|
} | undefined;
|
|
1380
1380
|
} | null;
|
|
1381
1381
|
acs_credential_on_seam: {
|
|
1382
|
+
display_name: string;
|
|
1382
1383
|
created_at: string;
|
|
1383
1384
|
errors: {
|
|
1384
1385
|
message: string;
|
|
@@ -1386,30 +1387,29 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1386
1387
|
}[];
|
|
1387
1388
|
warnings: ({
|
|
1388
1389
|
message: string;
|
|
1389
|
-
warning_code: "waiting_to_be_issued";
|
|
1390
1390
|
created_at: string;
|
|
1391
|
+
warning_code: "waiting_to_be_issued";
|
|
1391
1392
|
} | {
|
|
1392
1393
|
message: string;
|
|
1393
|
-
warning_code: "schedule_externally_modified";
|
|
1394
1394
|
created_at: string;
|
|
1395
|
+
warning_code: "schedule_externally_modified";
|
|
1395
1396
|
} | {
|
|
1396
1397
|
message: string;
|
|
1397
|
-
warning_code: "schedule_modified";
|
|
1398
1398
|
created_at: string;
|
|
1399
|
+
warning_code: "schedule_modified";
|
|
1399
1400
|
} | {
|
|
1400
1401
|
message: string;
|
|
1401
|
-
warning_code: "being_deleted";
|
|
1402
1402
|
created_at: string;
|
|
1403
|
+
warning_code: "being_deleted";
|
|
1403
1404
|
} | {
|
|
1404
1405
|
message: string;
|
|
1405
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
1406
1406
|
created_at: string;
|
|
1407
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1407
1408
|
} | {
|
|
1408
1409
|
message: string;
|
|
1409
|
-
warning_code: "needs_to_be_reissued";
|
|
1410
1410
|
created_at: string;
|
|
1411
|
+
warning_code: "needs_to_be_reissued";
|
|
1411
1412
|
})[];
|
|
1412
|
-
display_name: string;
|
|
1413
1413
|
workspace_id: string;
|
|
1414
1414
|
is_managed: true;
|
|
1415
1415
|
acs_system_id: string;
|
|
@@ -1448,6 +1448,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1448
1448
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1449
1449
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1450
1450
|
} | {
|
|
1451
|
+
display_name: string;
|
|
1451
1452
|
created_at: string;
|
|
1452
1453
|
errors: {
|
|
1453
1454
|
message: string;
|
|
@@ -1455,30 +1456,29 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1455
1456
|
}[];
|
|
1456
1457
|
warnings: ({
|
|
1457
1458
|
message: string;
|
|
1458
|
-
warning_code: "waiting_to_be_issued";
|
|
1459
1459
|
created_at: string;
|
|
1460
|
+
warning_code: "waiting_to_be_issued";
|
|
1460
1461
|
} | {
|
|
1461
1462
|
message: string;
|
|
1462
|
-
warning_code: "schedule_externally_modified";
|
|
1463
1463
|
created_at: string;
|
|
1464
|
+
warning_code: "schedule_externally_modified";
|
|
1464
1465
|
} | {
|
|
1465
1466
|
message: string;
|
|
1466
|
-
warning_code: "schedule_modified";
|
|
1467
1467
|
created_at: string;
|
|
1468
|
+
warning_code: "schedule_modified";
|
|
1468
1469
|
} | {
|
|
1469
1470
|
message: string;
|
|
1470
|
-
warning_code: "being_deleted";
|
|
1471
1471
|
created_at: string;
|
|
1472
|
+
warning_code: "being_deleted";
|
|
1472
1473
|
} | {
|
|
1473
1474
|
message: string;
|
|
1474
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
1475
1475
|
created_at: string;
|
|
1476
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1476
1477
|
} | {
|
|
1477
1478
|
message: string;
|
|
1478
|
-
warning_code: "needs_to_be_reissued";
|
|
1479
1479
|
created_at: string;
|
|
1480
|
+
warning_code: "needs_to_be_reissued";
|
|
1480
1481
|
})[];
|
|
1481
|
-
display_name: string;
|
|
1482
1482
|
workspace_id: string;
|
|
1483
1483
|
is_managed: false;
|
|
1484
1484
|
acs_system_id: string;
|
|
@@ -1545,6 +1545,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1545
1545
|
status: "success";
|
|
1546
1546
|
action_attempt_id: string;
|
|
1547
1547
|
result: {
|
|
1548
|
+
display_name: string;
|
|
1548
1549
|
created_at: string;
|
|
1549
1550
|
errors: {
|
|
1550
1551
|
message: string;
|
|
@@ -1552,30 +1553,29 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1552
1553
|
}[];
|
|
1553
1554
|
warnings: ({
|
|
1554
1555
|
message: string;
|
|
1555
|
-
warning_code: "waiting_to_be_issued";
|
|
1556
1556
|
created_at: string;
|
|
1557
|
+
warning_code: "waiting_to_be_issued";
|
|
1557
1558
|
} | {
|
|
1558
1559
|
message: string;
|
|
1559
|
-
warning_code: "schedule_externally_modified";
|
|
1560
1560
|
created_at: string;
|
|
1561
|
+
warning_code: "schedule_externally_modified";
|
|
1561
1562
|
} | {
|
|
1562
1563
|
message: string;
|
|
1563
|
-
warning_code: "schedule_modified";
|
|
1564
1564
|
created_at: string;
|
|
1565
|
+
warning_code: "schedule_modified";
|
|
1565
1566
|
} | {
|
|
1566
1567
|
message: string;
|
|
1567
|
-
warning_code: "being_deleted";
|
|
1568
1568
|
created_at: string;
|
|
1569
|
+
warning_code: "being_deleted";
|
|
1569
1570
|
} | {
|
|
1570
1571
|
message: string;
|
|
1571
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
1572
1572
|
created_at: string;
|
|
1573
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1573
1574
|
} | {
|
|
1574
1575
|
message: string;
|
|
1575
|
-
warning_code: "needs_to_be_reissued";
|
|
1576
1576
|
created_at: string;
|
|
1577
|
+
warning_code: "needs_to_be_reissued";
|
|
1577
1578
|
})[];
|
|
1578
|
-
display_name: string;
|
|
1579
1579
|
workspace_id: string;
|
|
1580
1580
|
is_managed: true;
|
|
1581
1581
|
acs_system_id: string;
|
|
@@ -1614,6 +1614,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1614
1614
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1615
1615
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1616
1616
|
} | {
|
|
1617
|
+
display_name: string;
|
|
1617
1618
|
created_at: string;
|
|
1618
1619
|
errors: {
|
|
1619
1620
|
message: string;
|
|
@@ -1621,30 +1622,29 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1621
1622
|
}[];
|
|
1622
1623
|
warnings: ({
|
|
1623
1624
|
message: string;
|
|
1624
|
-
warning_code: "waiting_to_be_issued";
|
|
1625
1625
|
created_at: string;
|
|
1626
|
+
warning_code: "waiting_to_be_issued";
|
|
1626
1627
|
} | {
|
|
1627
1628
|
message: string;
|
|
1628
|
-
warning_code: "schedule_externally_modified";
|
|
1629
1629
|
created_at: string;
|
|
1630
|
+
warning_code: "schedule_externally_modified";
|
|
1630
1631
|
} | {
|
|
1631
1632
|
message: string;
|
|
1632
|
-
warning_code: "schedule_modified";
|
|
1633
1633
|
created_at: string;
|
|
1634
|
+
warning_code: "schedule_modified";
|
|
1634
1635
|
} | {
|
|
1635
1636
|
message: string;
|
|
1636
|
-
warning_code: "being_deleted";
|
|
1637
1637
|
created_at: string;
|
|
1638
|
+
warning_code: "being_deleted";
|
|
1638
1639
|
} | {
|
|
1639
1640
|
message: string;
|
|
1640
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
1641
1641
|
created_at: string;
|
|
1642
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1642
1643
|
} | {
|
|
1643
1644
|
message: string;
|
|
1644
|
-
warning_code: "needs_to_be_reissued";
|
|
1645
1645
|
created_at: string;
|
|
1646
|
+
warning_code: "needs_to_be_reissued";
|
|
1646
1647
|
})[];
|
|
1647
|
-
display_name: string;
|
|
1648
1648
|
workspace_id: string;
|
|
1649
1649
|
is_managed: false;
|
|
1650
1650
|
acs_system_id: string;
|
|
@@ -2007,9 +2007,9 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2007
2007
|
warning_message: string;
|
|
2008
2008
|
}[];
|
|
2009
2009
|
acs_credential_on_encoder: {
|
|
2010
|
-
created_at: string | null;
|
|
2011
2010
|
starts_at: string | null;
|
|
2012
2011
|
ends_at: string | null;
|
|
2012
|
+
created_at: string | null;
|
|
2013
2013
|
card_number: string | null;
|
|
2014
2014
|
is_issued: boolean | null;
|
|
2015
2015
|
visionline_metadata?: {
|
|
@@ -2028,6 +2028,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2028
2028
|
} | undefined;
|
|
2029
2029
|
} | null;
|
|
2030
2030
|
acs_credential_on_seam: {
|
|
2031
|
+
display_name: string;
|
|
2031
2032
|
created_at: string;
|
|
2032
2033
|
errors: {
|
|
2033
2034
|
message: string;
|
|
@@ -2035,30 +2036,29 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2035
2036
|
}[];
|
|
2036
2037
|
warnings: ({
|
|
2037
2038
|
message: string;
|
|
2038
|
-
warning_code: "waiting_to_be_issued";
|
|
2039
2039
|
created_at: string;
|
|
2040
|
+
warning_code: "waiting_to_be_issued";
|
|
2040
2041
|
} | {
|
|
2041
2042
|
message: string;
|
|
2042
|
-
warning_code: "schedule_externally_modified";
|
|
2043
2043
|
created_at: string;
|
|
2044
|
+
warning_code: "schedule_externally_modified";
|
|
2044
2045
|
} | {
|
|
2045
2046
|
message: string;
|
|
2046
|
-
warning_code: "schedule_modified";
|
|
2047
2047
|
created_at: string;
|
|
2048
|
+
warning_code: "schedule_modified";
|
|
2048
2049
|
} | {
|
|
2049
2050
|
message: string;
|
|
2050
|
-
warning_code: "being_deleted";
|
|
2051
2051
|
created_at: string;
|
|
2052
|
+
warning_code: "being_deleted";
|
|
2052
2053
|
} | {
|
|
2053
2054
|
message: string;
|
|
2054
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
2055
2055
|
created_at: string;
|
|
2056
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2056
2057
|
} | {
|
|
2057
2058
|
message: string;
|
|
2058
|
-
warning_code: "needs_to_be_reissued";
|
|
2059
2059
|
created_at: string;
|
|
2060
|
+
warning_code: "needs_to_be_reissued";
|
|
2060
2061
|
})[];
|
|
2061
|
-
display_name: string;
|
|
2062
2062
|
workspace_id: string;
|
|
2063
2063
|
is_managed: true;
|
|
2064
2064
|
acs_system_id: string;
|
|
@@ -2097,6 +2097,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2097
2097
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2098
2098
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2099
2099
|
} | {
|
|
2100
|
+
display_name: string;
|
|
2100
2101
|
created_at: string;
|
|
2101
2102
|
errors: {
|
|
2102
2103
|
message: string;
|
|
@@ -2104,30 +2105,29 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2104
2105
|
}[];
|
|
2105
2106
|
warnings: ({
|
|
2106
2107
|
message: string;
|
|
2107
|
-
warning_code: "waiting_to_be_issued";
|
|
2108
2108
|
created_at: string;
|
|
2109
|
+
warning_code: "waiting_to_be_issued";
|
|
2109
2110
|
} | {
|
|
2110
2111
|
message: string;
|
|
2111
|
-
warning_code: "schedule_externally_modified";
|
|
2112
2112
|
created_at: string;
|
|
2113
|
+
warning_code: "schedule_externally_modified";
|
|
2113
2114
|
} | {
|
|
2114
2115
|
message: string;
|
|
2115
|
-
warning_code: "schedule_modified";
|
|
2116
2116
|
created_at: string;
|
|
2117
|
+
warning_code: "schedule_modified";
|
|
2117
2118
|
} | {
|
|
2118
2119
|
message: string;
|
|
2119
|
-
warning_code: "being_deleted";
|
|
2120
2120
|
created_at: string;
|
|
2121
|
+
warning_code: "being_deleted";
|
|
2121
2122
|
} | {
|
|
2122
2123
|
message: string;
|
|
2123
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
2124
2124
|
created_at: string;
|
|
2125
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2125
2126
|
} | {
|
|
2126
2127
|
message: string;
|
|
2127
|
-
warning_code: "needs_to_be_reissued";
|
|
2128
2128
|
created_at: string;
|
|
2129
|
+
warning_code: "needs_to_be_reissued";
|
|
2129
2130
|
})[];
|
|
2130
|
-
display_name: string;
|
|
2131
2131
|
workspace_id: string;
|
|
2132
2132
|
is_managed: false;
|
|
2133
2133
|
acs_system_id: string;
|
|
@@ -2194,6 +2194,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2194
2194
|
status: "success";
|
|
2195
2195
|
action_attempt_id: string;
|
|
2196
2196
|
result: {
|
|
2197
|
+
display_name: string;
|
|
2197
2198
|
created_at: string;
|
|
2198
2199
|
errors: {
|
|
2199
2200
|
message: string;
|
|
@@ -2201,30 +2202,29 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2201
2202
|
}[];
|
|
2202
2203
|
warnings: ({
|
|
2203
2204
|
message: string;
|
|
2204
|
-
warning_code: "waiting_to_be_issued";
|
|
2205
2205
|
created_at: string;
|
|
2206
|
+
warning_code: "waiting_to_be_issued";
|
|
2206
2207
|
} | {
|
|
2207
2208
|
message: string;
|
|
2208
|
-
warning_code: "schedule_externally_modified";
|
|
2209
2209
|
created_at: string;
|
|
2210
|
+
warning_code: "schedule_externally_modified";
|
|
2210
2211
|
} | {
|
|
2211
2212
|
message: string;
|
|
2212
|
-
warning_code: "schedule_modified";
|
|
2213
2213
|
created_at: string;
|
|
2214
|
+
warning_code: "schedule_modified";
|
|
2214
2215
|
} | {
|
|
2215
2216
|
message: string;
|
|
2216
|
-
warning_code: "being_deleted";
|
|
2217
2217
|
created_at: string;
|
|
2218
|
+
warning_code: "being_deleted";
|
|
2218
2219
|
} | {
|
|
2219
2220
|
message: string;
|
|
2220
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
2221
2221
|
created_at: string;
|
|
2222
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2222
2223
|
} | {
|
|
2223
2224
|
message: string;
|
|
2224
|
-
warning_code: "needs_to_be_reissued";
|
|
2225
2225
|
created_at: string;
|
|
2226
|
+
warning_code: "needs_to_be_reissued";
|
|
2226
2227
|
})[];
|
|
2227
|
-
display_name: string;
|
|
2228
2228
|
workspace_id: string;
|
|
2229
2229
|
is_managed: true;
|
|
2230
2230
|
acs_system_id: string;
|
|
@@ -2263,6 +2263,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2263
2263
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2264
2264
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2265
2265
|
} | {
|
|
2266
|
+
display_name: string;
|
|
2266
2267
|
created_at: string;
|
|
2267
2268
|
errors: {
|
|
2268
2269
|
message: string;
|
|
@@ -2270,30 +2271,29 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2270
2271
|
}[];
|
|
2271
2272
|
warnings: ({
|
|
2272
2273
|
message: string;
|
|
2273
|
-
warning_code: "waiting_to_be_issued";
|
|
2274
2274
|
created_at: string;
|
|
2275
|
+
warning_code: "waiting_to_be_issued";
|
|
2275
2276
|
} | {
|
|
2276
2277
|
message: string;
|
|
2277
|
-
warning_code: "schedule_externally_modified";
|
|
2278
2278
|
created_at: string;
|
|
2279
|
+
warning_code: "schedule_externally_modified";
|
|
2279
2280
|
} | {
|
|
2280
2281
|
message: string;
|
|
2281
|
-
warning_code: "schedule_modified";
|
|
2282
2282
|
created_at: string;
|
|
2283
|
+
warning_code: "schedule_modified";
|
|
2283
2284
|
} | {
|
|
2284
2285
|
message: string;
|
|
2285
|
-
warning_code: "being_deleted";
|
|
2286
2286
|
created_at: string;
|
|
2287
|
+
warning_code: "being_deleted";
|
|
2287
2288
|
} | {
|
|
2288
2289
|
message: string;
|
|
2289
|
-
warning_code: "unknown_issue_with_acs_credential";
|
|
2290
2290
|
created_at: string;
|
|
2291
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2291
2292
|
} | {
|
|
2292
2293
|
message: string;
|
|
2293
|
-
warning_code: "needs_to_be_reissued";
|
|
2294
2294
|
created_at: string;
|
|
2295
|
+
warning_code: "needs_to_be_reissued";
|
|
2295
2296
|
})[];
|
|
2296
|
-
display_name: string;
|
|
2297
2297
|
workspace_id: string;
|
|
2298
2298
|
is_managed: false;
|
|
2299
2299
|
acs_system_id: string;
|