@seamapi/http 1.17.1 → 1.19.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 +223 -105
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +315 -272
- package/lib/seam/connect/resolve-action-attempt.d.ts +344 -328
- package/lib/seam/connect/routes/acs-encoders-simulate.d.ts +33 -0
- package/lib/seam/connect/routes/acs-encoders-simulate.js +112 -0
- package/lib/seam/connect/routes/acs-encoders-simulate.js.map +1 -0
- package/lib/seam/connect/routes/acs-encoders.d.ts +2 -0
- package/lib/seam/connect/routes/acs-encoders.js +4 -0
- package/lib/seam/connect/routes/acs-encoders.js.map +1 -1
- package/lib/seam/connect/routes/acs.d.ts +2 -0
- package/lib/seam/connect/routes/acs.js +4 -0
- package/lib/seam/connect/routes/acs.js.map +1 -1
- package/lib/seam/connect/routes/index.d.ts +1 -0
- package/lib/seam/connect/routes/index.js +1 -0
- package/lib/seam/connect/routes/index.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-encoders-simulate.ts +248 -0
- package/src/lib/seam/connect/routes/acs-encoders.ts +5 -0
- package/src/lib/seam/connect/routes/acs.ts +5 -0
- package/src/lib/seam/connect/routes/index.ts +1 -0
- package/src/lib/version.ts +1 -1
|
@@ -58,7 +58,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
58
58
|
action_attempt_id: string;
|
|
59
59
|
result: {
|
|
60
60
|
warnings: {
|
|
61
|
-
warning_code: "acs_credential_on_encoder_out_of_sync";
|
|
61
|
+
warning_code: "acs_credential_on_encoder_out_of_sync" | "acs_credential_on_seam_not_found";
|
|
62
62
|
warning_message: string;
|
|
63
63
|
}[];
|
|
64
64
|
acs_credential_on_encoder: {
|
|
@@ -81,7 +81,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
81
81
|
overridden?: boolean | undefined;
|
|
82
82
|
card_holder?: string | undefined;
|
|
83
83
|
} | undefined;
|
|
84
|
-
};
|
|
84
|
+
} | null;
|
|
85
85
|
acs_credential_on_seam: {
|
|
86
86
|
created_at: string;
|
|
87
87
|
errors: {
|
|
@@ -104,6 +104,14 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
104
104
|
message: string;
|
|
105
105
|
warning_code: "being_deleted";
|
|
106
106
|
created_at: string;
|
|
107
|
+
} | {
|
|
108
|
+
message: string;
|
|
109
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
110
|
+
created_at: string;
|
|
111
|
+
} | {
|
|
112
|
+
message: string;
|
|
113
|
+
warning_code: "needs_to_be_reissued";
|
|
114
|
+
created_at: string;
|
|
107
115
|
})[];
|
|
108
116
|
display_name: string;
|
|
109
117
|
workspace_id: string;
|
|
@@ -124,7 +132,15 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
124
132
|
card_id?: string | undefined;
|
|
125
133
|
credential_id?: string | undefined;
|
|
126
134
|
} | undefined;
|
|
127
|
-
|
|
135
|
+
assa_abloy_vostio_metadata?: {
|
|
136
|
+
endpoint_id?: string | undefined;
|
|
137
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
138
|
+
key_id?: string | undefined;
|
|
139
|
+
key_issuing_request_id?: string | undefined;
|
|
140
|
+
door_names?: string[] | undefined;
|
|
141
|
+
} | undefined;
|
|
142
|
+
is_one_time_use?: boolean | undefined;
|
|
143
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
128
144
|
external_type_display_name?: string | undefined;
|
|
129
145
|
acs_user_id?: string | undefined;
|
|
130
146
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -133,8 +149,8 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
133
149
|
is_issued?: boolean | undefined;
|
|
134
150
|
issued_at?: string | null | undefined;
|
|
135
151
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
136
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
137
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
152
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
153
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
138
154
|
} | {
|
|
139
155
|
created_at: string;
|
|
140
156
|
errors: {
|
|
@@ -157,6 +173,14 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
157
173
|
message: string;
|
|
158
174
|
warning_code: "being_deleted";
|
|
159
175
|
created_at: string;
|
|
176
|
+
} | {
|
|
177
|
+
message: string;
|
|
178
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
179
|
+
created_at: string;
|
|
180
|
+
} | {
|
|
181
|
+
message: string;
|
|
182
|
+
warning_code: "needs_to_be_reissued";
|
|
183
|
+
created_at: string;
|
|
160
184
|
})[];
|
|
161
185
|
display_name: string;
|
|
162
186
|
workspace_id: string;
|
|
@@ -177,7 +201,15 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
177
201
|
card_id?: string | undefined;
|
|
178
202
|
credential_id?: string | undefined;
|
|
179
203
|
} | undefined;
|
|
180
|
-
|
|
204
|
+
assa_abloy_vostio_metadata?: {
|
|
205
|
+
endpoint_id?: string | undefined;
|
|
206
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
207
|
+
key_id?: string | undefined;
|
|
208
|
+
key_issuing_request_id?: string | undefined;
|
|
209
|
+
door_names?: string[] | undefined;
|
|
210
|
+
} | undefined;
|
|
211
|
+
is_one_time_use?: boolean | undefined;
|
|
212
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
181
213
|
external_type_display_name?: string | undefined;
|
|
182
214
|
acs_user_id?: string | undefined;
|
|
183
215
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -186,8 +218,8 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
186
218
|
is_issued?: boolean | undefined;
|
|
187
219
|
issued_at?: string | null | undefined;
|
|
188
220
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
189
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
190
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
221
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
222
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
191
223
|
} | null;
|
|
192
224
|
};
|
|
193
225
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -199,7 +231,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
199
231
|
type: "action_attempt_expired";
|
|
200
232
|
message: string;
|
|
201
233
|
} | {
|
|
202
|
-
type: "
|
|
234
|
+
type: "no_credential_on_encoder";
|
|
203
235
|
message: string;
|
|
204
236
|
};
|
|
205
237
|
status: "error";
|
|
@@ -238,6 +270,14 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
238
270
|
message: string;
|
|
239
271
|
warning_code: "being_deleted";
|
|
240
272
|
created_at: string;
|
|
273
|
+
} | {
|
|
274
|
+
message: string;
|
|
275
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
276
|
+
created_at: string;
|
|
277
|
+
} | {
|
|
278
|
+
message: string;
|
|
279
|
+
warning_code: "needs_to_be_reissued";
|
|
280
|
+
created_at: string;
|
|
241
281
|
})[];
|
|
242
282
|
display_name: string;
|
|
243
283
|
workspace_id: string;
|
|
@@ -258,7 +298,15 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
258
298
|
card_id?: string | undefined;
|
|
259
299
|
credential_id?: string | undefined;
|
|
260
300
|
} | undefined;
|
|
261
|
-
|
|
301
|
+
assa_abloy_vostio_metadata?: {
|
|
302
|
+
endpoint_id?: string | undefined;
|
|
303
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
304
|
+
key_id?: string | undefined;
|
|
305
|
+
key_issuing_request_id?: string | undefined;
|
|
306
|
+
door_names?: string[] | undefined;
|
|
307
|
+
} | undefined;
|
|
308
|
+
is_one_time_use?: boolean | undefined;
|
|
309
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
262
310
|
external_type_display_name?: string | undefined;
|
|
263
311
|
acs_user_id?: string | undefined;
|
|
264
312
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -267,8 +315,8 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
267
315
|
is_issued?: boolean | undefined;
|
|
268
316
|
issued_at?: string | null | undefined;
|
|
269
317
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
270
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
271
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
318
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
319
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
272
320
|
} | {
|
|
273
321
|
created_at: string;
|
|
274
322
|
errors: {
|
|
@@ -291,6 +339,14 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
291
339
|
message: string;
|
|
292
340
|
warning_code: "being_deleted";
|
|
293
341
|
created_at: string;
|
|
342
|
+
} | {
|
|
343
|
+
message: string;
|
|
344
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
345
|
+
created_at: string;
|
|
346
|
+
} | {
|
|
347
|
+
message: string;
|
|
348
|
+
warning_code: "needs_to_be_reissued";
|
|
349
|
+
created_at: string;
|
|
294
350
|
})[];
|
|
295
351
|
display_name: string;
|
|
296
352
|
workspace_id: string;
|
|
@@ -311,7 +367,15 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
311
367
|
card_id?: string | undefined;
|
|
312
368
|
credential_id?: string | undefined;
|
|
313
369
|
} | undefined;
|
|
314
|
-
|
|
370
|
+
assa_abloy_vostio_metadata?: {
|
|
371
|
+
endpoint_id?: string | undefined;
|
|
372
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
373
|
+
key_id?: string | undefined;
|
|
374
|
+
key_issuing_request_id?: string | undefined;
|
|
375
|
+
door_names?: string[] | undefined;
|
|
376
|
+
} | undefined;
|
|
377
|
+
is_one_time_use?: boolean | undefined;
|
|
378
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
315
379
|
external_type_display_name?: string | undefined;
|
|
316
380
|
acs_user_id?: string | undefined;
|
|
317
381
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -320,8 +384,8 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
320
384
|
is_issued?: boolean | undefined;
|
|
321
385
|
issued_at?: string | null | undefined;
|
|
322
386
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
323
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
324
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
387
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
388
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
325
389
|
};
|
|
326
390
|
action_type: "ENCODE_CREDENTIAL";
|
|
327
391
|
} | {
|
|
@@ -332,11 +396,14 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
332
396
|
type: "action_attempt_expired";
|
|
333
397
|
message: string;
|
|
334
398
|
} | {
|
|
335
|
-
type: "
|
|
399
|
+
type: "no_credential_on_encoder";
|
|
336
400
|
message: string;
|
|
337
401
|
} | {
|
|
338
402
|
type: "incompatible_card_format";
|
|
339
403
|
message: string;
|
|
404
|
+
} | {
|
|
405
|
+
type: "credential_cannot_be_reissued";
|
|
406
|
+
message: string;
|
|
340
407
|
};
|
|
341
408
|
status: "error";
|
|
342
409
|
action_attempt_id: string;
|
|
@@ -363,69 +430,6 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
363
430
|
action_attempt_id: string;
|
|
364
431
|
result: null;
|
|
365
432
|
action_type: "RESET_SANDBOX_WORKSPACE";
|
|
366
|
-
} | {
|
|
367
|
-
error: null;
|
|
368
|
-
status: "pending";
|
|
369
|
-
action_attempt_id: string;
|
|
370
|
-
result: null;
|
|
371
|
-
action_type: "SET_COOL";
|
|
372
|
-
} | {
|
|
373
|
-
error: null;
|
|
374
|
-
status: "success";
|
|
375
|
-
action_attempt_id: string;
|
|
376
|
-
result: {};
|
|
377
|
-
action_type: "SET_COOL";
|
|
378
|
-
} | {
|
|
379
|
-
error: {
|
|
380
|
-
type: string;
|
|
381
|
-
message: string;
|
|
382
|
-
};
|
|
383
|
-
status: "error";
|
|
384
|
-
action_attempt_id: string;
|
|
385
|
-
result: null;
|
|
386
|
-
action_type: "SET_COOL";
|
|
387
|
-
} | {
|
|
388
|
-
error: null;
|
|
389
|
-
status: "pending";
|
|
390
|
-
action_attempt_id: string;
|
|
391
|
-
result: null;
|
|
392
|
-
action_type: "SET_HEAT";
|
|
393
|
-
} | {
|
|
394
|
-
error: null;
|
|
395
|
-
status: "success";
|
|
396
|
-
action_attempt_id: string;
|
|
397
|
-
result: {};
|
|
398
|
-
action_type: "SET_HEAT";
|
|
399
|
-
} | {
|
|
400
|
-
error: {
|
|
401
|
-
type: string;
|
|
402
|
-
message: string;
|
|
403
|
-
};
|
|
404
|
-
status: "error";
|
|
405
|
-
action_attempt_id: string;
|
|
406
|
-
result: null;
|
|
407
|
-
action_type: "SET_HEAT";
|
|
408
|
-
} | {
|
|
409
|
-
error: null;
|
|
410
|
-
status: "pending";
|
|
411
|
-
action_attempt_id: string;
|
|
412
|
-
result: null;
|
|
413
|
-
action_type: "SET_HEAT_COOL";
|
|
414
|
-
} | {
|
|
415
|
-
error: null;
|
|
416
|
-
status: "success";
|
|
417
|
-
action_attempt_id: string;
|
|
418
|
-
result: {};
|
|
419
|
-
action_type: "SET_HEAT_COOL";
|
|
420
|
-
} | {
|
|
421
|
-
error: {
|
|
422
|
-
type: string;
|
|
423
|
-
message: string;
|
|
424
|
-
};
|
|
425
|
-
status: "error";
|
|
426
|
-
action_attempt_id: string;
|
|
427
|
-
result: null;
|
|
428
|
-
action_type: "SET_HEAT_COOL";
|
|
429
433
|
} | {
|
|
430
434
|
error: null;
|
|
431
435
|
status: "pending";
|
|
@@ -452,13 +456,13 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
452
456
|
status: "pending";
|
|
453
457
|
action_attempt_id: string;
|
|
454
458
|
result: null;
|
|
455
|
-
action_type: "
|
|
459
|
+
action_type: "SET_HVAC_MODE";
|
|
456
460
|
} | {
|
|
457
461
|
error: null;
|
|
458
462
|
status: "success";
|
|
459
463
|
action_attempt_id: string;
|
|
460
464
|
result: {};
|
|
461
|
-
action_type: "
|
|
465
|
+
action_type: "SET_HVAC_MODE";
|
|
462
466
|
} | {
|
|
463
467
|
error: {
|
|
464
468
|
type: string;
|
|
@@ -467,7 +471,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
467
471
|
status: "error";
|
|
468
472
|
action_attempt_id: string;
|
|
469
473
|
result: null;
|
|
470
|
-
action_type: "
|
|
474
|
+
action_type: "SET_HVAC_MODE";
|
|
471
475
|
} | {
|
|
472
476
|
error: null;
|
|
473
477
|
status: "pending";
|
|
@@ -701,7 +705,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
701
705
|
action_attempt_id: string;
|
|
702
706
|
result: {
|
|
703
707
|
warnings: {
|
|
704
|
-
warning_code: "acs_credential_on_encoder_out_of_sync";
|
|
708
|
+
warning_code: "acs_credential_on_encoder_out_of_sync" | "acs_credential_on_seam_not_found";
|
|
705
709
|
warning_message: string;
|
|
706
710
|
}[];
|
|
707
711
|
acs_credential_on_encoder: {
|
|
@@ -724,7 +728,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
724
728
|
overridden?: boolean | undefined;
|
|
725
729
|
card_holder?: string | undefined;
|
|
726
730
|
} | undefined;
|
|
727
|
-
};
|
|
731
|
+
} | null;
|
|
728
732
|
acs_credential_on_seam: {
|
|
729
733
|
created_at: string;
|
|
730
734
|
errors: {
|
|
@@ -747,6 +751,14 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
747
751
|
message: string;
|
|
748
752
|
warning_code: "being_deleted";
|
|
749
753
|
created_at: string;
|
|
754
|
+
} | {
|
|
755
|
+
message: string;
|
|
756
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
757
|
+
created_at: string;
|
|
758
|
+
} | {
|
|
759
|
+
message: string;
|
|
760
|
+
warning_code: "needs_to_be_reissued";
|
|
761
|
+
created_at: string;
|
|
750
762
|
})[];
|
|
751
763
|
display_name: string;
|
|
752
764
|
workspace_id: string;
|
|
@@ -767,7 +779,15 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
767
779
|
card_id?: string | undefined;
|
|
768
780
|
credential_id?: string | undefined;
|
|
769
781
|
} | undefined;
|
|
770
|
-
|
|
782
|
+
assa_abloy_vostio_metadata?: {
|
|
783
|
+
endpoint_id?: string | undefined;
|
|
784
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
785
|
+
key_id?: string | undefined;
|
|
786
|
+
key_issuing_request_id?: string | undefined;
|
|
787
|
+
door_names?: string[] | undefined;
|
|
788
|
+
} | undefined;
|
|
789
|
+
is_one_time_use?: boolean | undefined;
|
|
790
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
771
791
|
external_type_display_name?: string | undefined;
|
|
772
792
|
acs_user_id?: string | undefined;
|
|
773
793
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -776,8 +796,8 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
776
796
|
is_issued?: boolean | undefined;
|
|
777
797
|
issued_at?: string | null | undefined;
|
|
778
798
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
779
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
780
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
799
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
800
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
781
801
|
} | {
|
|
782
802
|
created_at: string;
|
|
783
803
|
errors: {
|
|
@@ -800,6 +820,14 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
800
820
|
message: string;
|
|
801
821
|
warning_code: "being_deleted";
|
|
802
822
|
created_at: string;
|
|
823
|
+
} | {
|
|
824
|
+
message: string;
|
|
825
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
826
|
+
created_at: string;
|
|
827
|
+
} | {
|
|
828
|
+
message: string;
|
|
829
|
+
warning_code: "needs_to_be_reissued";
|
|
830
|
+
created_at: string;
|
|
803
831
|
})[];
|
|
804
832
|
display_name: string;
|
|
805
833
|
workspace_id: string;
|
|
@@ -820,7 +848,15 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
820
848
|
card_id?: string | undefined;
|
|
821
849
|
credential_id?: string | undefined;
|
|
822
850
|
} | undefined;
|
|
823
|
-
|
|
851
|
+
assa_abloy_vostio_metadata?: {
|
|
852
|
+
endpoint_id?: string | undefined;
|
|
853
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
854
|
+
key_id?: string | undefined;
|
|
855
|
+
key_issuing_request_id?: string | undefined;
|
|
856
|
+
door_names?: string[] | undefined;
|
|
857
|
+
} | undefined;
|
|
858
|
+
is_one_time_use?: boolean | undefined;
|
|
859
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
824
860
|
external_type_display_name?: string | undefined;
|
|
825
861
|
acs_user_id?: string | undefined;
|
|
826
862
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -829,8 +865,8 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
829
865
|
is_issued?: boolean | undefined;
|
|
830
866
|
issued_at?: string | null | undefined;
|
|
831
867
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
832
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
833
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
868
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
869
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
834
870
|
} | null;
|
|
835
871
|
};
|
|
836
872
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -842,7 +878,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
842
878
|
type: "action_attempt_expired";
|
|
843
879
|
message: string;
|
|
844
880
|
} | {
|
|
845
|
-
type: "
|
|
881
|
+
type: "no_credential_on_encoder";
|
|
846
882
|
message: string;
|
|
847
883
|
};
|
|
848
884
|
status: "error";
|
|
@@ -881,6 +917,14 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
881
917
|
message: string;
|
|
882
918
|
warning_code: "being_deleted";
|
|
883
919
|
created_at: string;
|
|
920
|
+
} | {
|
|
921
|
+
message: string;
|
|
922
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
923
|
+
created_at: string;
|
|
924
|
+
} | {
|
|
925
|
+
message: string;
|
|
926
|
+
warning_code: "needs_to_be_reissued";
|
|
927
|
+
created_at: string;
|
|
884
928
|
})[];
|
|
885
929
|
display_name: string;
|
|
886
930
|
workspace_id: string;
|
|
@@ -901,7 +945,15 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
901
945
|
card_id?: string | undefined;
|
|
902
946
|
credential_id?: string | undefined;
|
|
903
947
|
} | undefined;
|
|
904
|
-
|
|
948
|
+
assa_abloy_vostio_metadata?: {
|
|
949
|
+
endpoint_id?: string | undefined;
|
|
950
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
951
|
+
key_id?: string | undefined;
|
|
952
|
+
key_issuing_request_id?: string | undefined;
|
|
953
|
+
door_names?: string[] | undefined;
|
|
954
|
+
} | undefined;
|
|
955
|
+
is_one_time_use?: boolean | undefined;
|
|
956
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
905
957
|
external_type_display_name?: string | undefined;
|
|
906
958
|
acs_user_id?: string | undefined;
|
|
907
959
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -910,8 +962,8 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
910
962
|
is_issued?: boolean | undefined;
|
|
911
963
|
issued_at?: string | null | undefined;
|
|
912
964
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
913
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
914
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
965
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
966
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
915
967
|
} | {
|
|
916
968
|
created_at: string;
|
|
917
969
|
errors: {
|
|
@@ -934,6 +986,14 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
934
986
|
message: string;
|
|
935
987
|
warning_code: "being_deleted";
|
|
936
988
|
created_at: string;
|
|
989
|
+
} | {
|
|
990
|
+
message: string;
|
|
991
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
992
|
+
created_at: string;
|
|
993
|
+
} | {
|
|
994
|
+
message: string;
|
|
995
|
+
warning_code: "needs_to_be_reissued";
|
|
996
|
+
created_at: string;
|
|
937
997
|
})[];
|
|
938
998
|
display_name: string;
|
|
939
999
|
workspace_id: string;
|
|
@@ -954,7 +1014,15 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
954
1014
|
card_id?: string | undefined;
|
|
955
1015
|
credential_id?: string | undefined;
|
|
956
1016
|
} | undefined;
|
|
957
|
-
|
|
1017
|
+
assa_abloy_vostio_metadata?: {
|
|
1018
|
+
endpoint_id?: string | undefined;
|
|
1019
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1020
|
+
key_id?: string | undefined;
|
|
1021
|
+
key_issuing_request_id?: string | undefined;
|
|
1022
|
+
door_names?: string[] | undefined;
|
|
1023
|
+
} | undefined;
|
|
1024
|
+
is_one_time_use?: boolean | undefined;
|
|
1025
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
958
1026
|
external_type_display_name?: string | undefined;
|
|
959
1027
|
acs_user_id?: string | undefined;
|
|
960
1028
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -963,8 +1031,8 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
963
1031
|
is_issued?: boolean | undefined;
|
|
964
1032
|
issued_at?: string | null | undefined;
|
|
965
1033
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
966
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
967
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
1034
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1035
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
968
1036
|
};
|
|
969
1037
|
action_type: "ENCODE_CREDENTIAL";
|
|
970
1038
|
} | {
|
|
@@ -975,11 +1043,14 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
975
1043
|
type: "action_attempt_expired";
|
|
976
1044
|
message: string;
|
|
977
1045
|
} | {
|
|
978
|
-
type: "
|
|
1046
|
+
type: "no_credential_on_encoder";
|
|
979
1047
|
message: string;
|
|
980
1048
|
} | {
|
|
981
1049
|
type: "incompatible_card_format";
|
|
982
1050
|
message: string;
|
|
1051
|
+
} | {
|
|
1052
|
+
type: "credential_cannot_be_reissued";
|
|
1053
|
+
message: string;
|
|
983
1054
|
};
|
|
984
1055
|
status: "error";
|
|
985
1056
|
action_attempt_id: string;
|
|
@@ -1006,69 +1077,6 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
1006
1077
|
action_attempt_id: string;
|
|
1007
1078
|
result: null;
|
|
1008
1079
|
action_type: "RESET_SANDBOX_WORKSPACE";
|
|
1009
|
-
} | {
|
|
1010
|
-
error: null;
|
|
1011
|
-
status: "pending";
|
|
1012
|
-
action_attempt_id: string;
|
|
1013
|
-
result: null;
|
|
1014
|
-
action_type: "SET_COOL";
|
|
1015
|
-
} | {
|
|
1016
|
-
error: null;
|
|
1017
|
-
status: "success";
|
|
1018
|
-
action_attempt_id: string;
|
|
1019
|
-
result: {};
|
|
1020
|
-
action_type: "SET_COOL";
|
|
1021
|
-
} | {
|
|
1022
|
-
error: {
|
|
1023
|
-
type: string;
|
|
1024
|
-
message: string;
|
|
1025
|
-
};
|
|
1026
|
-
status: "error";
|
|
1027
|
-
action_attempt_id: string;
|
|
1028
|
-
result: null;
|
|
1029
|
-
action_type: "SET_COOL";
|
|
1030
|
-
} | {
|
|
1031
|
-
error: null;
|
|
1032
|
-
status: "pending";
|
|
1033
|
-
action_attempt_id: string;
|
|
1034
|
-
result: null;
|
|
1035
|
-
action_type: "SET_HEAT";
|
|
1036
|
-
} | {
|
|
1037
|
-
error: null;
|
|
1038
|
-
status: "success";
|
|
1039
|
-
action_attempt_id: string;
|
|
1040
|
-
result: {};
|
|
1041
|
-
action_type: "SET_HEAT";
|
|
1042
|
-
} | {
|
|
1043
|
-
error: {
|
|
1044
|
-
type: string;
|
|
1045
|
-
message: string;
|
|
1046
|
-
};
|
|
1047
|
-
status: "error";
|
|
1048
|
-
action_attempt_id: string;
|
|
1049
|
-
result: null;
|
|
1050
|
-
action_type: "SET_HEAT";
|
|
1051
|
-
} | {
|
|
1052
|
-
error: null;
|
|
1053
|
-
status: "pending";
|
|
1054
|
-
action_attempt_id: string;
|
|
1055
|
-
result: null;
|
|
1056
|
-
action_type: "SET_HEAT_COOL";
|
|
1057
|
-
} | {
|
|
1058
|
-
error: null;
|
|
1059
|
-
status: "success";
|
|
1060
|
-
action_attempt_id: string;
|
|
1061
|
-
result: {};
|
|
1062
|
-
action_type: "SET_HEAT_COOL";
|
|
1063
|
-
} | {
|
|
1064
|
-
error: {
|
|
1065
|
-
type: string;
|
|
1066
|
-
message: string;
|
|
1067
|
-
};
|
|
1068
|
-
status: "error";
|
|
1069
|
-
action_attempt_id: string;
|
|
1070
|
-
result: null;
|
|
1071
|
-
action_type: "SET_HEAT_COOL";
|
|
1072
1080
|
} | {
|
|
1073
1081
|
error: null;
|
|
1074
1082
|
status: "pending";
|
|
@@ -1095,13 +1103,13 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
1095
1103
|
status: "pending";
|
|
1096
1104
|
action_attempt_id: string;
|
|
1097
1105
|
result: null;
|
|
1098
|
-
action_type: "
|
|
1106
|
+
action_type: "SET_HVAC_MODE";
|
|
1099
1107
|
} | {
|
|
1100
1108
|
error: null;
|
|
1101
1109
|
status: "success";
|
|
1102
1110
|
action_attempt_id: string;
|
|
1103
1111
|
result: {};
|
|
1104
|
-
action_type: "
|
|
1112
|
+
action_type: "SET_HVAC_MODE";
|
|
1105
1113
|
} | {
|
|
1106
1114
|
error: {
|
|
1107
1115
|
type: string;
|
|
@@ -1110,7 +1118,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
1110
1118
|
status: "error";
|
|
1111
1119
|
action_attempt_id: string;
|
|
1112
1120
|
result: null;
|
|
1113
|
-
action_type: "
|
|
1121
|
+
action_type: "SET_HVAC_MODE";
|
|
1114
1122
|
} | {
|
|
1115
1123
|
error: null;
|
|
1116
1124
|
status: "pending";
|
|
@@ -1346,7 +1354,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1346
1354
|
action_attempt_id: string;
|
|
1347
1355
|
result: {
|
|
1348
1356
|
warnings: {
|
|
1349
|
-
warning_code: "acs_credential_on_encoder_out_of_sync";
|
|
1357
|
+
warning_code: "acs_credential_on_encoder_out_of_sync" | "acs_credential_on_seam_not_found";
|
|
1350
1358
|
warning_message: string;
|
|
1351
1359
|
}[];
|
|
1352
1360
|
acs_credential_on_encoder: {
|
|
@@ -1369,7 +1377,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1369
1377
|
overridden?: boolean | undefined;
|
|
1370
1378
|
card_holder?: string | undefined;
|
|
1371
1379
|
} | undefined;
|
|
1372
|
-
};
|
|
1380
|
+
} | null;
|
|
1373
1381
|
acs_credential_on_seam: {
|
|
1374
1382
|
created_at: string;
|
|
1375
1383
|
errors: {
|
|
@@ -1392,6 +1400,14 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1392
1400
|
message: string;
|
|
1393
1401
|
warning_code: "being_deleted";
|
|
1394
1402
|
created_at: string;
|
|
1403
|
+
} | {
|
|
1404
|
+
message: string;
|
|
1405
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1406
|
+
created_at: string;
|
|
1407
|
+
} | {
|
|
1408
|
+
message: string;
|
|
1409
|
+
warning_code: "needs_to_be_reissued";
|
|
1410
|
+
created_at: string;
|
|
1395
1411
|
})[];
|
|
1396
1412
|
display_name: string;
|
|
1397
1413
|
workspace_id: string;
|
|
@@ -1412,7 +1428,15 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1412
1428
|
card_id?: string | undefined;
|
|
1413
1429
|
credential_id?: string | undefined;
|
|
1414
1430
|
} | undefined;
|
|
1415
|
-
|
|
1431
|
+
assa_abloy_vostio_metadata?: {
|
|
1432
|
+
endpoint_id?: string | undefined;
|
|
1433
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1434
|
+
key_id?: string | undefined;
|
|
1435
|
+
key_issuing_request_id?: string | undefined;
|
|
1436
|
+
door_names?: string[] | undefined;
|
|
1437
|
+
} | undefined;
|
|
1438
|
+
is_one_time_use?: boolean | undefined;
|
|
1439
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1416
1440
|
external_type_display_name?: string | undefined;
|
|
1417
1441
|
acs_user_id?: string | undefined;
|
|
1418
1442
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1421,8 +1445,8 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1421
1445
|
is_issued?: boolean | undefined;
|
|
1422
1446
|
issued_at?: string | null | undefined;
|
|
1423
1447
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1424
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
1425
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
1448
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1449
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1426
1450
|
} | {
|
|
1427
1451
|
created_at: string;
|
|
1428
1452
|
errors: {
|
|
@@ -1445,6 +1469,14 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1445
1469
|
message: string;
|
|
1446
1470
|
warning_code: "being_deleted";
|
|
1447
1471
|
created_at: string;
|
|
1472
|
+
} | {
|
|
1473
|
+
message: string;
|
|
1474
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1475
|
+
created_at: string;
|
|
1476
|
+
} | {
|
|
1477
|
+
message: string;
|
|
1478
|
+
warning_code: "needs_to_be_reissued";
|
|
1479
|
+
created_at: string;
|
|
1448
1480
|
})[];
|
|
1449
1481
|
display_name: string;
|
|
1450
1482
|
workspace_id: string;
|
|
@@ -1465,7 +1497,15 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1465
1497
|
card_id?: string | undefined;
|
|
1466
1498
|
credential_id?: string | undefined;
|
|
1467
1499
|
} | undefined;
|
|
1468
|
-
|
|
1500
|
+
assa_abloy_vostio_metadata?: {
|
|
1501
|
+
endpoint_id?: string | undefined;
|
|
1502
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1503
|
+
key_id?: string | undefined;
|
|
1504
|
+
key_issuing_request_id?: string | undefined;
|
|
1505
|
+
door_names?: string[] | undefined;
|
|
1506
|
+
} | undefined;
|
|
1507
|
+
is_one_time_use?: boolean | undefined;
|
|
1508
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1469
1509
|
external_type_display_name?: string | undefined;
|
|
1470
1510
|
acs_user_id?: string | undefined;
|
|
1471
1511
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1474,8 +1514,8 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1474
1514
|
is_issued?: boolean | undefined;
|
|
1475
1515
|
issued_at?: string | null | undefined;
|
|
1476
1516
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1477
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
1478
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
1517
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1518
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1479
1519
|
} | null;
|
|
1480
1520
|
};
|
|
1481
1521
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -1487,7 +1527,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1487
1527
|
type: "action_attempt_expired";
|
|
1488
1528
|
message: string;
|
|
1489
1529
|
} | {
|
|
1490
|
-
type: "
|
|
1530
|
+
type: "no_credential_on_encoder";
|
|
1491
1531
|
message: string;
|
|
1492
1532
|
};
|
|
1493
1533
|
status: "error";
|
|
@@ -1526,6 +1566,14 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1526
1566
|
message: string;
|
|
1527
1567
|
warning_code: "being_deleted";
|
|
1528
1568
|
created_at: string;
|
|
1569
|
+
} | {
|
|
1570
|
+
message: string;
|
|
1571
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1572
|
+
created_at: string;
|
|
1573
|
+
} | {
|
|
1574
|
+
message: string;
|
|
1575
|
+
warning_code: "needs_to_be_reissued";
|
|
1576
|
+
created_at: string;
|
|
1529
1577
|
})[];
|
|
1530
1578
|
display_name: string;
|
|
1531
1579
|
workspace_id: string;
|
|
@@ -1546,7 +1594,15 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1546
1594
|
card_id?: string | undefined;
|
|
1547
1595
|
credential_id?: string | undefined;
|
|
1548
1596
|
} | undefined;
|
|
1549
|
-
|
|
1597
|
+
assa_abloy_vostio_metadata?: {
|
|
1598
|
+
endpoint_id?: string | undefined;
|
|
1599
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1600
|
+
key_id?: string | undefined;
|
|
1601
|
+
key_issuing_request_id?: string | undefined;
|
|
1602
|
+
door_names?: string[] | undefined;
|
|
1603
|
+
} | undefined;
|
|
1604
|
+
is_one_time_use?: boolean | undefined;
|
|
1605
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1550
1606
|
external_type_display_name?: string | undefined;
|
|
1551
1607
|
acs_user_id?: string | undefined;
|
|
1552
1608
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1555,8 +1611,8 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1555
1611
|
is_issued?: boolean | undefined;
|
|
1556
1612
|
issued_at?: string | null | undefined;
|
|
1557
1613
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1558
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
1559
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
1614
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1615
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1560
1616
|
} | {
|
|
1561
1617
|
created_at: string;
|
|
1562
1618
|
errors: {
|
|
@@ -1579,6 +1635,14 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1579
1635
|
message: string;
|
|
1580
1636
|
warning_code: "being_deleted";
|
|
1581
1637
|
created_at: string;
|
|
1638
|
+
} | {
|
|
1639
|
+
message: string;
|
|
1640
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
1641
|
+
created_at: string;
|
|
1642
|
+
} | {
|
|
1643
|
+
message: string;
|
|
1644
|
+
warning_code: "needs_to_be_reissued";
|
|
1645
|
+
created_at: string;
|
|
1582
1646
|
})[];
|
|
1583
1647
|
display_name: string;
|
|
1584
1648
|
workspace_id: string;
|
|
@@ -1599,7 +1663,15 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1599
1663
|
card_id?: string | undefined;
|
|
1600
1664
|
credential_id?: string | undefined;
|
|
1601
1665
|
} | undefined;
|
|
1602
|
-
|
|
1666
|
+
assa_abloy_vostio_metadata?: {
|
|
1667
|
+
endpoint_id?: string | undefined;
|
|
1668
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
1669
|
+
key_id?: string | undefined;
|
|
1670
|
+
key_issuing_request_id?: string | undefined;
|
|
1671
|
+
door_names?: string[] | undefined;
|
|
1672
|
+
} | undefined;
|
|
1673
|
+
is_one_time_use?: boolean | undefined;
|
|
1674
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1603
1675
|
external_type_display_name?: string | undefined;
|
|
1604
1676
|
acs_user_id?: string | undefined;
|
|
1605
1677
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -1608,8 +1680,8 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1608
1680
|
is_issued?: boolean | undefined;
|
|
1609
1681
|
issued_at?: string | null | undefined;
|
|
1610
1682
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1611
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
1612
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
1683
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1684
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
1613
1685
|
};
|
|
1614
1686
|
action_type: "ENCODE_CREDENTIAL";
|
|
1615
1687
|
} | {
|
|
@@ -1620,11 +1692,14 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1620
1692
|
type: "action_attempt_expired";
|
|
1621
1693
|
message: string;
|
|
1622
1694
|
} | {
|
|
1623
|
-
type: "
|
|
1695
|
+
type: "no_credential_on_encoder";
|
|
1624
1696
|
message: string;
|
|
1625
1697
|
} | {
|
|
1626
1698
|
type: "incompatible_card_format";
|
|
1627
1699
|
message: string;
|
|
1700
|
+
} | {
|
|
1701
|
+
type: "credential_cannot_be_reissued";
|
|
1702
|
+
message: string;
|
|
1628
1703
|
};
|
|
1629
1704
|
status: "error";
|
|
1630
1705
|
action_attempt_id: string;
|
|
@@ -1651,69 +1726,6 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1651
1726
|
action_attempt_id: string;
|
|
1652
1727
|
result: null;
|
|
1653
1728
|
action_type: "RESET_SANDBOX_WORKSPACE";
|
|
1654
|
-
} | {
|
|
1655
|
-
error: null;
|
|
1656
|
-
status: "pending";
|
|
1657
|
-
action_attempt_id: string;
|
|
1658
|
-
result: null;
|
|
1659
|
-
action_type: "SET_COOL";
|
|
1660
|
-
} | {
|
|
1661
|
-
error: null;
|
|
1662
|
-
status: "success";
|
|
1663
|
-
action_attempt_id: string;
|
|
1664
|
-
result: {};
|
|
1665
|
-
action_type: "SET_COOL";
|
|
1666
|
-
} | {
|
|
1667
|
-
error: {
|
|
1668
|
-
type: string;
|
|
1669
|
-
message: string;
|
|
1670
|
-
};
|
|
1671
|
-
status: "error";
|
|
1672
|
-
action_attempt_id: string;
|
|
1673
|
-
result: null;
|
|
1674
|
-
action_type: "SET_COOL";
|
|
1675
|
-
} | {
|
|
1676
|
-
error: null;
|
|
1677
|
-
status: "pending";
|
|
1678
|
-
action_attempt_id: string;
|
|
1679
|
-
result: null;
|
|
1680
|
-
action_type: "SET_HEAT";
|
|
1681
|
-
} | {
|
|
1682
|
-
error: null;
|
|
1683
|
-
status: "success";
|
|
1684
|
-
action_attempt_id: string;
|
|
1685
|
-
result: {};
|
|
1686
|
-
action_type: "SET_HEAT";
|
|
1687
|
-
} | {
|
|
1688
|
-
error: {
|
|
1689
|
-
type: string;
|
|
1690
|
-
message: string;
|
|
1691
|
-
};
|
|
1692
|
-
status: "error";
|
|
1693
|
-
action_attempt_id: string;
|
|
1694
|
-
result: null;
|
|
1695
|
-
action_type: "SET_HEAT";
|
|
1696
|
-
} | {
|
|
1697
|
-
error: null;
|
|
1698
|
-
status: "pending";
|
|
1699
|
-
action_attempt_id: string;
|
|
1700
|
-
result: null;
|
|
1701
|
-
action_type: "SET_HEAT_COOL";
|
|
1702
|
-
} | {
|
|
1703
|
-
error: null;
|
|
1704
|
-
status: "success";
|
|
1705
|
-
action_attempt_id: string;
|
|
1706
|
-
result: {};
|
|
1707
|
-
action_type: "SET_HEAT_COOL";
|
|
1708
|
-
} | {
|
|
1709
|
-
error: {
|
|
1710
|
-
type: string;
|
|
1711
|
-
message: string;
|
|
1712
|
-
};
|
|
1713
|
-
status: "error";
|
|
1714
|
-
action_attempt_id: string;
|
|
1715
|
-
result: null;
|
|
1716
|
-
action_type: "SET_HEAT_COOL";
|
|
1717
1729
|
} | {
|
|
1718
1730
|
error: null;
|
|
1719
1731
|
status: "pending";
|
|
@@ -1740,13 +1752,13 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1740
1752
|
status: "pending";
|
|
1741
1753
|
action_attempt_id: string;
|
|
1742
1754
|
result: null;
|
|
1743
|
-
action_type: "
|
|
1755
|
+
action_type: "SET_HVAC_MODE";
|
|
1744
1756
|
} | {
|
|
1745
1757
|
error: null;
|
|
1746
1758
|
status: "success";
|
|
1747
1759
|
action_attempt_id: string;
|
|
1748
1760
|
result: {};
|
|
1749
|
-
action_type: "
|
|
1761
|
+
action_type: "SET_HVAC_MODE";
|
|
1750
1762
|
} | {
|
|
1751
1763
|
error: {
|
|
1752
1764
|
type: string;
|
|
@@ -1755,7 +1767,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1755
1767
|
status: "error";
|
|
1756
1768
|
action_attempt_id: string;
|
|
1757
1769
|
result: null;
|
|
1758
|
-
action_type: "
|
|
1770
|
+
action_type: "SET_HVAC_MODE";
|
|
1759
1771
|
} | {
|
|
1760
1772
|
error: null;
|
|
1761
1773
|
status: "pending";
|
|
@@ -1991,7 +2003,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
1991
2003
|
action_attempt_id: string;
|
|
1992
2004
|
result: {
|
|
1993
2005
|
warnings: {
|
|
1994
|
-
warning_code: "acs_credential_on_encoder_out_of_sync";
|
|
2006
|
+
warning_code: "acs_credential_on_encoder_out_of_sync" | "acs_credential_on_seam_not_found";
|
|
1995
2007
|
warning_message: string;
|
|
1996
2008
|
}[];
|
|
1997
2009
|
acs_credential_on_encoder: {
|
|
@@ -2014,7 +2026,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2014
2026
|
overridden?: boolean | undefined;
|
|
2015
2027
|
card_holder?: string | undefined;
|
|
2016
2028
|
} | undefined;
|
|
2017
|
-
};
|
|
2029
|
+
} | null;
|
|
2018
2030
|
acs_credential_on_seam: {
|
|
2019
2031
|
created_at: string;
|
|
2020
2032
|
errors: {
|
|
@@ -2037,6 +2049,14 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2037
2049
|
message: string;
|
|
2038
2050
|
warning_code: "being_deleted";
|
|
2039
2051
|
created_at: string;
|
|
2052
|
+
} | {
|
|
2053
|
+
message: string;
|
|
2054
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2055
|
+
created_at: string;
|
|
2056
|
+
} | {
|
|
2057
|
+
message: string;
|
|
2058
|
+
warning_code: "needs_to_be_reissued";
|
|
2059
|
+
created_at: string;
|
|
2040
2060
|
})[];
|
|
2041
2061
|
display_name: string;
|
|
2042
2062
|
workspace_id: string;
|
|
@@ -2057,7 +2077,15 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2057
2077
|
card_id?: string | undefined;
|
|
2058
2078
|
credential_id?: string | undefined;
|
|
2059
2079
|
} | undefined;
|
|
2060
|
-
|
|
2080
|
+
assa_abloy_vostio_metadata?: {
|
|
2081
|
+
endpoint_id?: string | undefined;
|
|
2082
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
2083
|
+
key_id?: string | undefined;
|
|
2084
|
+
key_issuing_request_id?: string | undefined;
|
|
2085
|
+
door_names?: string[] | undefined;
|
|
2086
|
+
} | undefined;
|
|
2087
|
+
is_one_time_use?: boolean | undefined;
|
|
2088
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2061
2089
|
external_type_display_name?: string | undefined;
|
|
2062
2090
|
acs_user_id?: string | undefined;
|
|
2063
2091
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2066,8 +2094,8 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2066
2094
|
is_issued?: boolean | undefined;
|
|
2067
2095
|
issued_at?: string | null | undefined;
|
|
2068
2096
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2069
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
2070
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
2097
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2098
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2071
2099
|
} | {
|
|
2072
2100
|
created_at: string;
|
|
2073
2101
|
errors: {
|
|
@@ -2090,6 +2118,14 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2090
2118
|
message: string;
|
|
2091
2119
|
warning_code: "being_deleted";
|
|
2092
2120
|
created_at: string;
|
|
2121
|
+
} | {
|
|
2122
|
+
message: string;
|
|
2123
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2124
|
+
created_at: string;
|
|
2125
|
+
} | {
|
|
2126
|
+
message: string;
|
|
2127
|
+
warning_code: "needs_to_be_reissued";
|
|
2128
|
+
created_at: string;
|
|
2093
2129
|
})[];
|
|
2094
2130
|
display_name: string;
|
|
2095
2131
|
workspace_id: string;
|
|
@@ -2110,7 +2146,15 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2110
2146
|
card_id?: string | undefined;
|
|
2111
2147
|
credential_id?: string | undefined;
|
|
2112
2148
|
} | undefined;
|
|
2113
|
-
|
|
2149
|
+
assa_abloy_vostio_metadata?: {
|
|
2150
|
+
endpoint_id?: string | undefined;
|
|
2151
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
2152
|
+
key_id?: string | undefined;
|
|
2153
|
+
key_issuing_request_id?: string | undefined;
|
|
2154
|
+
door_names?: string[] | undefined;
|
|
2155
|
+
} | undefined;
|
|
2156
|
+
is_one_time_use?: boolean | undefined;
|
|
2157
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2114
2158
|
external_type_display_name?: string | undefined;
|
|
2115
2159
|
acs_user_id?: string | undefined;
|
|
2116
2160
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2119,8 +2163,8 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2119
2163
|
is_issued?: boolean | undefined;
|
|
2120
2164
|
issued_at?: string | null | undefined;
|
|
2121
2165
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2122
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
2123
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
2166
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2167
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2124
2168
|
} | null;
|
|
2125
2169
|
};
|
|
2126
2170
|
action_type: "SCAN_CREDENTIAL";
|
|
@@ -2132,7 +2176,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2132
2176
|
type: "action_attempt_expired";
|
|
2133
2177
|
message: string;
|
|
2134
2178
|
} | {
|
|
2135
|
-
type: "
|
|
2179
|
+
type: "no_credential_on_encoder";
|
|
2136
2180
|
message: string;
|
|
2137
2181
|
};
|
|
2138
2182
|
status: "error";
|
|
@@ -2171,6 +2215,14 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2171
2215
|
message: string;
|
|
2172
2216
|
warning_code: "being_deleted";
|
|
2173
2217
|
created_at: string;
|
|
2218
|
+
} | {
|
|
2219
|
+
message: string;
|
|
2220
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2221
|
+
created_at: string;
|
|
2222
|
+
} | {
|
|
2223
|
+
message: string;
|
|
2224
|
+
warning_code: "needs_to_be_reissued";
|
|
2225
|
+
created_at: string;
|
|
2174
2226
|
})[];
|
|
2175
2227
|
display_name: string;
|
|
2176
2228
|
workspace_id: string;
|
|
@@ -2191,7 +2243,15 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2191
2243
|
card_id?: string | undefined;
|
|
2192
2244
|
credential_id?: string | undefined;
|
|
2193
2245
|
} | undefined;
|
|
2194
|
-
|
|
2246
|
+
assa_abloy_vostio_metadata?: {
|
|
2247
|
+
endpoint_id?: string | undefined;
|
|
2248
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
2249
|
+
key_id?: string | undefined;
|
|
2250
|
+
key_issuing_request_id?: string | undefined;
|
|
2251
|
+
door_names?: string[] | undefined;
|
|
2252
|
+
} | undefined;
|
|
2253
|
+
is_one_time_use?: boolean | undefined;
|
|
2254
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2195
2255
|
external_type_display_name?: string | undefined;
|
|
2196
2256
|
acs_user_id?: string | undefined;
|
|
2197
2257
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2200,8 +2260,8 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2200
2260
|
is_issued?: boolean | undefined;
|
|
2201
2261
|
issued_at?: string | null | undefined;
|
|
2202
2262
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2203
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
2204
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
2263
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2264
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2205
2265
|
} | {
|
|
2206
2266
|
created_at: string;
|
|
2207
2267
|
errors: {
|
|
@@ -2224,6 +2284,14 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2224
2284
|
message: string;
|
|
2225
2285
|
warning_code: "being_deleted";
|
|
2226
2286
|
created_at: string;
|
|
2287
|
+
} | {
|
|
2288
|
+
message: string;
|
|
2289
|
+
warning_code: "unknown_issue_with_acs_credential";
|
|
2290
|
+
created_at: string;
|
|
2291
|
+
} | {
|
|
2292
|
+
message: string;
|
|
2293
|
+
warning_code: "needs_to_be_reissued";
|
|
2294
|
+
created_at: string;
|
|
2227
2295
|
})[];
|
|
2228
2296
|
display_name: string;
|
|
2229
2297
|
workspace_id: string;
|
|
@@ -2244,7 +2312,15 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2244
2312
|
card_id?: string | undefined;
|
|
2245
2313
|
credential_id?: string | undefined;
|
|
2246
2314
|
} | undefined;
|
|
2247
|
-
|
|
2315
|
+
assa_abloy_vostio_metadata?: {
|
|
2316
|
+
endpoint_id?: string | undefined;
|
|
2317
|
+
override_guest_acs_entrance_ids?: string[] | undefined;
|
|
2318
|
+
key_id?: string | undefined;
|
|
2319
|
+
key_issuing_request_id?: string | undefined;
|
|
2320
|
+
door_names?: string[] | undefined;
|
|
2321
|
+
} | undefined;
|
|
2322
|
+
is_one_time_use?: boolean | undefined;
|
|
2323
|
+
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2248
2324
|
external_type_display_name?: string | undefined;
|
|
2249
2325
|
acs_user_id?: string | undefined;
|
|
2250
2326
|
acs_credential_pool_id?: string | undefined;
|
|
@@ -2253,8 +2329,8 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2253
2329
|
is_issued?: boolean | undefined;
|
|
2254
2330
|
issued_at?: string | null | undefined;
|
|
2255
2331
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2256
|
-
is_latest_desired_state_synced_with_provider?: boolean | undefined;
|
|
2257
|
-
latest_desired_state_synced_with_provider_at?: string | undefined;
|
|
2332
|
+
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2333
|
+
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
2258
2334
|
};
|
|
2259
2335
|
action_type: "ENCODE_CREDENTIAL";
|
|
2260
2336
|
} | {
|
|
@@ -2265,11 +2341,14 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2265
2341
|
type: "action_attempt_expired";
|
|
2266
2342
|
message: string;
|
|
2267
2343
|
} | {
|
|
2268
|
-
type: "
|
|
2344
|
+
type: "no_credential_on_encoder";
|
|
2269
2345
|
message: string;
|
|
2270
2346
|
} | {
|
|
2271
2347
|
type: "incompatible_card_format";
|
|
2272
2348
|
message: string;
|
|
2349
|
+
} | {
|
|
2350
|
+
type: "credential_cannot_be_reissued";
|
|
2351
|
+
message: string;
|
|
2273
2352
|
};
|
|
2274
2353
|
status: "error";
|
|
2275
2354
|
action_attempt_id: string;
|
|
@@ -2296,69 +2375,6 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2296
2375
|
action_attempt_id: string;
|
|
2297
2376
|
result: null;
|
|
2298
2377
|
action_type: "RESET_SANDBOX_WORKSPACE";
|
|
2299
|
-
} | {
|
|
2300
|
-
error: null;
|
|
2301
|
-
status: "pending";
|
|
2302
|
-
action_attempt_id: string;
|
|
2303
|
-
result: null;
|
|
2304
|
-
action_type: "SET_COOL";
|
|
2305
|
-
} | {
|
|
2306
|
-
error: null;
|
|
2307
|
-
status: "success";
|
|
2308
|
-
action_attempt_id: string;
|
|
2309
|
-
result: {};
|
|
2310
|
-
action_type: "SET_COOL";
|
|
2311
|
-
} | {
|
|
2312
|
-
error: {
|
|
2313
|
-
type: string;
|
|
2314
|
-
message: string;
|
|
2315
|
-
};
|
|
2316
|
-
status: "error";
|
|
2317
|
-
action_attempt_id: string;
|
|
2318
|
-
result: null;
|
|
2319
|
-
action_type: "SET_COOL";
|
|
2320
|
-
} | {
|
|
2321
|
-
error: null;
|
|
2322
|
-
status: "pending";
|
|
2323
|
-
action_attempt_id: string;
|
|
2324
|
-
result: null;
|
|
2325
|
-
action_type: "SET_HEAT";
|
|
2326
|
-
} | {
|
|
2327
|
-
error: null;
|
|
2328
|
-
status: "success";
|
|
2329
|
-
action_attempt_id: string;
|
|
2330
|
-
result: {};
|
|
2331
|
-
action_type: "SET_HEAT";
|
|
2332
|
-
} | {
|
|
2333
|
-
error: {
|
|
2334
|
-
type: string;
|
|
2335
|
-
message: string;
|
|
2336
|
-
};
|
|
2337
|
-
status: "error";
|
|
2338
|
-
action_attempt_id: string;
|
|
2339
|
-
result: null;
|
|
2340
|
-
action_type: "SET_HEAT";
|
|
2341
|
-
} | {
|
|
2342
|
-
error: null;
|
|
2343
|
-
status: "pending";
|
|
2344
|
-
action_attempt_id: string;
|
|
2345
|
-
result: null;
|
|
2346
|
-
action_type: "SET_HEAT_COOL";
|
|
2347
|
-
} | {
|
|
2348
|
-
error: null;
|
|
2349
|
-
status: "success";
|
|
2350
|
-
action_attempt_id: string;
|
|
2351
|
-
result: {};
|
|
2352
|
-
action_type: "SET_HEAT_COOL";
|
|
2353
|
-
} | {
|
|
2354
|
-
error: {
|
|
2355
|
-
type: string;
|
|
2356
|
-
message: string;
|
|
2357
|
-
};
|
|
2358
|
-
status: "error";
|
|
2359
|
-
action_attempt_id: string;
|
|
2360
|
-
result: null;
|
|
2361
|
-
action_type: "SET_HEAT_COOL";
|
|
2362
2378
|
} | {
|
|
2363
2379
|
error: null;
|
|
2364
2380
|
status: "pending";
|
|
@@ -2385,13 +2401,13 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2385
2401
|
status: "pending";
|
|
2386
2402
|
action_attempt_id: string;
|
|
2387
2403
|
result: null;
|
|
2388
|
-
action_type: "
|
|
2404
|
+
action_type: "SET_HVAC_MODE";
|
|
2389
2405
|
} | {
|
|
2390
2406
|
error: null;
|
|
2391
2407
|
status: "success";
|
|
2392
2408
|
action_attempt_id: string;
|
|
2393
2409
|
result: {};
|
|
2394
|
-
action_type: "
|
|
2410
|
+
action_type: "SET_HVAC_MODE";
|
|
2395
2411
|
} | {
|
|
2396
2412
|
error: {
|
|
2397
2413
|
type: string;
|
|
@@ -2400,7 +2416,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2400
2416
|
status: "error";
|
|
2401
2417
|
action_attempt_id: string;
|
|
2402
2418
|
result: null;
|
|
2403
|
-
action_type: "
|
|
2419
|
+
action_type: "SET_HVAC_MODE";
|
|
2404
2420
|
} | {
|
|
2405
2421
|
error: null;
|
|
2406
2422
|
status: "pending";
|