@seamapi/http 1.26.1 → 1.27.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.d.cts +12 -12
- package/lib/seam/connect/resolve-action-attempt.d.ts +16 -16
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/package.json +3 -3
- package/src/lib/version.ts +1 -1
package/dist/connect.d.cts
CHANGED
|
@@ -1291,6 +1291,7 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
1291
1291
|
door_names?: string[] | undefined;
|
|
1292
1292
|
} | undefined;
|
|
1293
1293
|
is_one_time_use?: boolean | undefined;
|
|
1294
|
+
issued_at?: string | null | undefined;
|
|
1294
1295
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1295
1296
|
external_type_display_name?: string | undefined;
|
|
1296
1297
|
acs_user_id?: string | undefined;
|
|
@@ -1298,7 +1299,6 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
1298
1299
|
parent_acs_credential_id?: string | undefined;
|
|
1299
1300
|
card_number?: string | null | undefined;
|
|
1300
1301
|
is_issued?: boolean | undefined;
|
|
1301
|
-
issued_at?: string | null | undefined;
|
|
1302
1302
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1303
1303
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1304
1304
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1360,6 +1360,7 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
1360
1360
|
door_names?: string[] | undefined;
|
|
1361
1361
|
} | undefined;
|
|
1362
1362
|
is_one_time_use?: boolean | undefined;
|
|
1363
|
+
issued_at?: string | null | undefined;
|
|
1363
1364
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1364
1365
|
external_type_display_name?: string | undefined;
|
|
1365
1366
|
acs_user_id?: string | undefined;
|
|
@@ -1367,7 +1368,6 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
1367
1368
|
parent_acs_credential_id?: string | undefined;
|
|
1368
1369
|
card_number?: string | null | undefined;
|
|
1369
1370
|
is_issued?: boolean | undefined;
|
|
1370
|
-
issued_at?: string | null | undefined;
|
|
1371
1371
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1372
1372
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1373
1373
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1457,6 +1457,7 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
1457
1457
|
door_names?: string[] | undefined;
|
|
1458
1458
|
} | undefined;
|
|
1459
1459
|
is_one_time_use?: boolean | undefined;
|
|
1460
|
+
issued_at?: string | null | undefined;
|
|
1460
1461
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1461
1462
|
external_type_display_name?: string | undefined;
|
|
1462
1463
|
acs_user_id?: string | undefined;
|
|
@@ -1464,7 +1465,6 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
1464
1465
|
parent_acs_credential_id?: string | undefined;
|
|
1465
1466
|
card_number?: string | null | undefined;
|
|
1466
1467
|
is_issued?: boolean | undefined;
|
|
1467
|
-
issued_at?: string | null | undefined;
|
|
1468
1468
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1469
1469
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1470
1470
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1526,6 +1526,7 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
1526
1526
|
door_names?: string[] | undefined;
|
|
1527
1527
|
} | undefined;
|
|
1528
1528
|
is_one_time_use?: boolean | undefined;
|
|
1529
|
+
issued_at?: string | null | undefined;
|
|
1529
1530
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1530
1531
|
external_type_display_name?: string | undefined;
|
|
1531
1532
|
acs_user_id?: string | undefined;
|
|
@@ -1533,7 +1534,6 @@ declare const isSeamActionAttemptError: <T extends {
|
|
|
1533
1534
|
parent_acs_credential_id?: string | undefined;
|
|
1534
1535
|
card_number?: string | null | undefined;
|
|
1535
1536
|
is_issued?: boolean | undefined;
|
|
1536
|
-
issued_at?: string | null | undefined;
|
|
1537
1537
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1538
1538
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1539
1539
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1940,6 +1940,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1940
1940
|
door_names?: string[] | undefined;
|
|
1941
1941
|
} | undefined;
|
|
1942
1942
|
is_one_time_use?: boolean | undefined;
|
|
1943
|
+
issued_at?: string | null | undefined;
|
|
1943
1944
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1944
1945
|
external_type_display_name?: string | undefined;
|
|
1945
1946
|
acs_user_id?: string | undefined;
|
|
@@ -1947,7 +1948,6 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1947
1948
|
parent_acs_credential_id?: string | undefined;
|
|
1948
1949
|
card_number?: string | null | undefined;
|
|
1949
1950
|
is_issued?: boolean | undefined;
|
|
1950
|
-
issued_at?: string | null | undefined;
|
|
1951
1951
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1952
1952
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1953
1953
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2009,6 +2009,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
2009
2009
|
door_names?: string[] | undefined;
|
|
2010
2010
|
} | undefined;
|
|
2011
2011
|
is_one_time_use?: boolean | undefined;
|
|
2012
|
+
issued_at?: string | null | undefined;
|
|
2012
2013
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2013
2014
|
external_type_display_name?: string | undefined;
|
|
2014
2015
|
acs_user_id?: string | undefined;
|
|
@@ -2016,7 +2017,6 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
2016
2017
|
parent_acs_credential_id?: string | undefined;
|
|
2017
2018
|
card_number?: string | null | undefined;
|
|
2018
2019
|
is_issued?: boolean | undefined;
|
|
2019
|
-
issued_at?: string | null | undefined;
|
|
2020
2020
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2021
2021
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2022
2022
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2106,6 +2106,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
2106
2106
|
door_names?: string[] | undefined;
|
|
2107
2107
|
} | undefined;
|
|
2108
2108
|
is_one_time_use?: boolean | undefined;
|
|
2109
|
+
issued_at?: string | null | undefined;
|
|
2109
2110
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2110
2111
|
external_type_display_name?: string | undefined;
|
|
2111
2112
|
acs_user_id?: string | undefined;
|
|
@@ -2113,7 +2114,6 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
2113
2114
|
parent_acs_credential_id?: string | undefined;
|
|
2114
2115
|
card_number?: string | null | undefined;
|
|
2115
2116
|
is_issued?: boolean | undefined;
|
|
2116
|
-
issued_at?: string | null | undefined;
|
|
2117
2117
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2118
2118
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2119
2119
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2175,6 +2175,7 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
2175
2175
|
door_names?: string[] | undefined;
|
|
2176
2176
|
} | undefined;
|
|
2177
2177
|
is_one_time_use?: boolean | undefined;
|
|
2178
|
+
issued_at?: string | null | undefined;
|
|
2178
2179
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2179
2180
|
external_type_display_name?: string | undefined;
|
|
2180
2181
|
acs_user_id?: string | undefined;
|
|
@@ -2182,7 +2183,6 @@ declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
2182
2183
|
parent_acs_credential_id?: string | undefined;
|
|
2183
2184
|
card_number?: string | null | undefined;
|
|
2184
2185
|
is_issued?: boolean | undefined;
|
|
2185
|
-
issued_at?: string | null | undefined;
|
|
2186
2186
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2187
2187
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2188
2188
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2589,6 +2589,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2589
2589
|
door_names?: string[] | undefined;
|
|
2590
2590
|
} | undefined;
|
|
2591
2591
|
is_one_time_use?: boolean | undefined;
|
|
2592
|
+
issued_at?: string | null | undefined;
|
|
2592
2593
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2593
2594
|
external_type_display_name?: string | undefined;
|
|
2594
2595
|
acs_user_id?: string | undefined;
|
|
@@ -2596,7 +2597,6 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2596
2597
|
parent_acs_credential_id?: string | undefined;
|
|
2597
2598
|
card_number?: string | null | undefined;
|
|
2598
2599
|
is_issued?: boolean | undefined;
|
|
2599
|
-
issued_at?: string | null | undefined;
|
|
2600
2600
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2601
2601
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2602
2602
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2658,6 +2658,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2658
2658
|
door_names?: string[] | undefined;
|
|
2659
2659
|
} | undefined;
|
|
2660
2660
|
is_one_time_use?: boolean | undefined;
|
|
2661
|
+
issued_at?: string | null | undefined;
|
|
2661
2662
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2662
2663
|
external_type_display_name?: string | undefined;
|
|
2663
2664
|
acs_user_id?: string | undefined;
|
|
@@ -2665,7 +2666,6 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2665
2666
|
parent_acs_credential_id?: string | undefined;
|
|
2666
2667
|
card_number?: string | null | undefined;
|
|
2667
2668
|
is_issued?: boolean | undefined;
|
|
2668
|
-
issued_at?: string | null | undefined;
|
|
2669
2669
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2670
2670
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2671
2671
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2755,6 +2755,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2755
2755
|
door_names?: string[] | undefined;
|
|
2756
2756
|
} | undefined;
|
|
2757
2757
|
is_one_time_use?: boolean | undefined;
|
|
2758
|
+
issued_at?: string | null | undefined;
|
|
2758
2759
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2759
2760
|
external_type_display_name?: string | undefined;
|
|
2760
2761
|
acs_user_id?: string | undefined;
|
|
@@ -2762,7 +2763,6 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2762
2763
|
parent_acs_credential_id?: string | undefined;
|
|
2763
2764
|
card_number?: string | null | undefined;
|
|
2764
2765
|
is_issued?: boolean | undefined;
|
|
2765
|
-
issued_at?: string | null | undefined;
|
|
2766
2766
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2767
2767
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2768
2768
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2824,6 +2824,7 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2824
2824
|
door_names?: string[] | undefined;
|
|
2825
2825
|
} | undefined;
|
|
2826
2826
|
is_one_time_use?: boolean | undefined;
|
|
2827
|
+
issued_at?: string | null | undefined;
|
|
2827
2828
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2828
2829
|
external_type_display_name?: string | undefined;
|
|
2829
2830
|
acs_user_id?: string | undefined;
|
|
@@ -2831,7 +2832,6 @@ declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2831
2832
|
parent_acs_credential_id?: string | undefined;
|
|
2832
2833
|
card_number?: string | null | undefined;
|
|
2833
2834
|
is_issued?: boolean | undefined;
|
|
2834
|
-
issued_at?: string | null | undefined;
|
|
2835
2835
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2836
2836
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2837
2837
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -140,6 +140,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
140
140
|
door_names?: string[] | undefined;
|
|
141
141
|
} | undefined;
|
|
142
142
|
is_one_time_use?: boolean | undefined;
|
|
143
|
+
issued_at?: string | null | undefined;
|
|
143
144
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
144
145
|
external_type_display_name?: string | undefined;
|
|
145
146
|
acs_user_id?: string | undefined;
|
|
@@ -147,7 +148,6 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
147
148
|
parent_acs_credential_id?: string | undefined;
|
|
148
149
|
card_number?: string | null | undefined;
|
|
149
150
|
is_issued?: boolean | undefined;
|
|
150
|
-
issued_at?: string | null | undefined;
|
|
151
151
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
152
152
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
153
153
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -209,6 +209,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
209
209
|
door_names?: string[] | undefined;
|
|
210
210
|
} | undefined;
|
|
211
211
|
is_one_time_use?: boolean | undefined;
|
|
212
|
+
issued_at?: string | null | undefined;
|
|
212
213
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
213
214
|
external_type_display_name?: string | undefined;
|
|
214
215
|
acs_user_id?: string | undefined;
|
|
@@ -216,7 +217,6 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
216
217
|
parent_acs_credential_id?: string | undefined;
|
|
217
218
|
card_number?: string | null | undefined;
|
|
218
219
|
is_issued?: boolean | undefined;
|
|
219
|
-
issued_at?: string | null | undefined;
|
|
220
220
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
221
221
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
222
222
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -306,6 +306,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
306
306
|
door_names?: string[] | undefined;
|
|
307
307
|
} | undefined;
|
|
308
308
|
is_one_time_use?: boolean | undefined;
|
|
309
|
+
issued_at?: string | null | undefined;
|
|
309
310
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
310
311
|
external_type_display_name?: string | undefined;
|
|
311
312
|
acs_user_id?: string | undefined;
|
|
@@ -313,7 +314,6 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
313
314
|
parent_acs_credential_id?: string | undefined;
|
|
314
315
|
card_number?: string | null | undefined;
|
|
315
316
|
is_issued?: boolean | undefined;
|
|
316
|
-
issued_at?: string | null | undefined;
|
|
317
317
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
318
318
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
319
319
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -375,6 +375,7 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
375
375
|
door_names?: string[] | undefined;
|
|
376
376
|
} | undefined;
|
|
377
377
|
is_one_time_use?: boolean | undefined;
|
|
378
|
+
issued_at?: string | null | undefined;
|
|
378
379
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
379
380
|
external_type_display_name?: string | undefined;
|
|
380
381
|
acs_user_id?: string | undefined;
|
|
@@ -382,7 +383,6 @@ export declare const resolveActionAttempt: <T extends {
|
|
|
382
383
|
parent_acs_credential_id?: string | undefined;
|
|
383
384
|
card_number?: string | null | undefined;
|
|
384
385
|
is_issued?: boolean | undefined;
|
|
385
|
-
issued_at?: string | null | undefined;
|
|
386
386
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
387
387
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
388
388
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -787,6 +787,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
787
787
|
door_names?: string[] | undefined;
|
|
788
788
|
} | undefined;
|
|
789
789
|
is_one_time_use?: boolean | undefined;
|
|
790
|
+
issued_at?: string | null | undefined;
|
|
790
791
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
791
792
|
external_type_display_name?: string | undefined;
|
|
792
793
|
acs_user_id?: string | undefined;
|
|
@@ -794,7 +795,6 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
794
795
|
parent_acs_credential_id?: string | undefined;
|
|
795
796
|
card_number?: string | null | undefined;
|
|
796
797
|
is_issued?: boolean | undefined;
|
|
797
|
-
issued_at?: string | null | undefined;
|
|
798
798
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
799
799
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
800
800
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -856,6 +856,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
856
856
|
door_names?: string[] | undefined;
|
|
857
857
|
} | undefined;
|
|
858
858
|
is_one_time_use?: boolean | undefined;
|
|
859
|
+
issued_at?: string | null | undefined;
|
|
859
860
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
860
861
|
external_type_display_name?: string | undefined;
|
|
861
862
|
acs_user_id?: string | undefined;
|
|
@@ -863,7 +864,6 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
863
864
|
parent_acs_credential_id?: string | undefined;
|
|
864
865
|
card_number?: string | null | undefined;
|
|
865
866
|
is_issued?: boolean | undefined;
|
|
866
|
-
issued_at?: string | null | undefined;
|
|
867
867
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
868
868
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
869
869
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -953,6 +953,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
953
953
|
door_names?: string[] | undefined;
|
|
954
954
|
} | undefined;
|
|
955
955
|
is_one_time_use?: boolean | undefined;
|
|
956
|
+
issued_at?: string | null | undefined;
|
|
956
957
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
957
958
|
external_type_display_name?: string | undefined;
|
|
958
959
|
acs_user_id?: string | undefined;
|
|
@@ -960,7 +961,6 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
960
961
|
parent_acs_credential_id?: string | undefined;
|
|
961
962
|
card_number?: string | null | undefined;
|
|
962
963
|
is_issued?: boolean | undefined;
|
|
963
|
-
issued_at?: string | null | undefined;
|
|
964
964
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
965
965
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
966
966
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1022,6 +1022,7 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
1022
1022
|
door_names?: string[] | undefined;
|
|
1023
1023
|
} | undefined;
|
|
1024
1024
|
is_one_time_use?: boolean | undefined;
|
|
1025
|
+
issued_at?: string | null | undefined;
|
|
1025
1026
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1026
1027
|
external_type_display_name?: string | undefined;
|
|
1027
1028
|
acs_user_id?: string | undefined;
|
|
@@ -1029,7 +1030,6 @@ export declare const isSeamActionAttemptError: <T extends {
|
|
|
1029
1030
|
parent_acs_credential_id?: string | undefined;
|
|
1030
1031
|
card_number?: string | null | undefined;
|
|
1031
1032
|
is_issued?: boolean | undefined;
|
|
1032
|
-
issued_at?: string | null | undefined;
|
|
1033
1033
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1034
1034
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1035
1035
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1436,6 +1436,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1436
1436
|
door_names?: string[] | undefined;
|
|
1437
1437
|
} | undefined;
|
|
1438
1438
|
is_one_time_use?: boolean | undefined;
|
|
1439
|
+
issued_at?: string | null | undefined;
|
|
1439
1440
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1440
1441
|
external_type_display_name?: string | undefined;
|
|
1441
1442
|
acs_user_id?: string | undefined;
|
|
@@ -1443,7 +1444,6 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1443
1444
|
parent_acs_credential_id?: string | undefined;
|
|
1444
1445
|
card_number?: string | null | undefined;
|
|
1445
1446
|
is_issued?: boolean | undefined;
|
|
1446
|
-
issued_at?: string | null | undefined;
|
|
1447
1447
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1448
1448
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1449
1449
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1505,6 +1505,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1505
1505
|
door_names?: string[] | undefined;
|
|
1506
1506
|
} | undefined;
|
|
1507
1507
|
is_one_time_use?: boolean | undefined;
|
|
1508
|
+
issued_at?: string | null | undefined;
|
|
1508
1509
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1509
1510
|
external_type_display_name?: string | undefined;
|
|
1510
1511
|
acs_user_id?: string | undefined;
|
|
@@ -1512,7 +1513,6 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1512
1513
|
parent_acs_credential_id?: string | undefined;
|
|
1513
1514
|
card_number?: string | null | undefined;
|
|
1514
1515
|
is_issued?: boolean | undefined;
|
|
1515
|
-
issued_at?: string | null | undefined;
|
|
1516
1516
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1517
1517
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1518
1518
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1602,6 +1602,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1602
1602
|
door_names?: string[] | undefined;
|
|
1603
1603
|
} | undefined;
|
|
1604
1604
|
is_one_time_use?: boolean | undefined;
|
|
1605
|
+
issued_at?: string | null | undefined;
|
|
1605
1606
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1606
1607
|
external_type_display_name?: string | undefined;
|
|
1607
1608
|
acs_user_id?: string | undefined;
|
|
@@ -1609,7 +1610,6 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1609
1610
|
parent_acs_credential_id?: string | undefined;
|
|
1610
1611
|
card_number?: string | null | undefined;
|
|
1611
1612
|
is_issued?: boolean | undefined;
|
|
1612
|
-
issued_at?: string | null | undefined;
|
|
1613
1613
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1614
1614
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1615
1615
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -1671,6 +1671,7 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1671
1671
|
door_names?: string[] | undefined;
|
|
1672
1672
|
} | undefined;
|
|
1673
1673
|
is_one_time_use?: boolean | undefined;
|
|
1674
|
+
issued_at?: string | null | undefined;
|
|
1674
1675
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
1675
1676
|
external_type_display_name?: string | undefined;
|
|
1676
1677
|
acs_user_id?: string | undefined;
|
|
@@ -1678,7 +1679,6 @@ export declare const isSeamActionAttemptFailedError: <T extends {
|
|
|
1678
1679
|
parent_acs_credential_id?: string | undefined;
|
|
1679
1680
|
card_number?: string | null | undefined;
|
|
1680
1681
|
is_issued?: boolean | undefined;
|
|
1681
|
-
issued_at?: string | null | undefined;
|
|
1682
1682
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
1683
1683
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
1684
1684
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2085,6 +2085,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2085
2085
|
door_names?: string[] | undefined;
|
|
2086
2086
|
} | undefined;
|
|
2087
2087
|
is_one_time_use?: boolean | undefined;
|
|
2088
|
+
issued_at?: string | null | undefined;
|
|
2088
2089
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2089
2090
|
external_type_display_name?: string | undefined;
|
|
2090
2091
|
acs_user_id?: string | undefined;
|
|
@@ -2092,7 +2093,6 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2092
2093
|
parent_acs_credential_id?: string | undefined;
|
|
2093
2094
|
card_number?: string | null | undefined;
|
|
2094
2095
|
is_issued?: boolean | undefined;
|
|
2095
|
-
issued_at?: string | null | undefined;
|
|
2096
2096
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2097
2097
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2098
2098
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2154,6 +2154,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2154
2154
|
door_names?: string[] | undefined;
|
|
2155
2155
|
} | undefined;
|
|
2156
2156
|
is_one_time_use?: boolean | undefined;
|
|
2157
|
+
issued_at?: string | null | undefined;
|
|
2157
2158
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2158
2159
|
external_type_display_name?: string | undefined;
|
|
2159
2160
|
acs_user_id?: string | undefined;
|
|
@@ -2161,7 +2162,6 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2161
2162
|
parent_acs_credential_id?: string | undefined;
|
|
2162
2163
|
card_number?: string | null | undefined;
|
|
2163
2164
|
is_issued?: boolean | undefined;
|
|
2164
|
-
issued_at?: string | null | undefined;
|
|
2165
2165
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2166
2166
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2167
2167
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2251,6 +2251,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2251
2251
|
door_names?: string[] | undefined;
|
|
2252
2252
|
} | undefined;
|
|
2253
2253
|
is_one_time_use?: boolean | undefined;
|
|
2254
|
+
issued_at?: string | null | undefined;
|
|
2254
2255
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2255
2256
|
external_type_display_name?: string | undefined;
|
|
2256
2257
|
acs_user_id?: string | undefined;
|
|
@@ -2258,7 +2259,6 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2258
2259
|
parent_acs_credential_id?: string | undefined;
|
|
2259
2260
|
card_number?: string | null | undefined;
|
|
2260
2261
|
is_issued?: boolean | undefined;
|
|
2261
|
-
issued_at?: string | null | undefined;
|
|
2262
2262
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2263
2263
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2264
2264
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
|
@@ -2320,6 +2320,7 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2320
2320
|
door_names?: string[] | undefined;
|
|
2321
2321
|
} | undefined;
|
|
2322
2322
|
is_one_time_use?: boolean | undefined;
|
|
2323
|
+
issued_at?: string | null | undefined;
|
|
2323
2324
|
external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
|
|
2324
2325
|
external_type_display_name?: string | undefined;
|
|
2325
2326
|
acs_user_id?: string | undefined;
|
|
@@ -2327,7 +2328,6 @@ export declare const isSeamActionAttemptTimeoutError: <T extends {
|
|
|
2327
2328
|
parent_acs_credential_id?: string | undefined;
|
|
2328
2329
|
card_number?: string | null | undefined;
|
|
2329
2330
|
is_issued?: boolean | undefined;
|
|
2330
|
-
issued_at?: string | null | undefined;
|
|
2331
2331
|
is_multi_phone_sync_credential?: boolean | undefined;
|
|
2332
2332
|
is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
|
|
2333
2333
|
latest_desired_state_synced_with_provider_at?: string | null | undefined;
|
package/lib/version.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const seamapiJavascriptHttpVersion = "1.
|
|
1
|
+
declare const seamapiJavascriptHttpVersion = "1.27.0";
|
|
2
2
|
export default seamapiJavascriptHttpVersion;
|
package/lib/version.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seamapi/http",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.27.0",
|
|
4
4
|
"description": "JavaScript HTTP client for the Seam API written in TypeScript.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"npm": ">= 9.0.0"
|
|
85
85
|
},
|
|
86
86
|
"peerDependencies": {
|
|
87
|
-
"@seamapi/types": "^1.
|
|
87
|
+
"@seamapi/types": "^1.370.3"
|
|
88
88
|
},
|
|
89
89
|
"peerDependenciesMeta": {
|
|
90
90
|
"@seamapi/types": {
|
|
@@ -99,7 +99,7 @@
|
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@seamapi/fake-seam-connect": "^1.77.0",
|
|
102
|
-
"@seamapi/types": "1.
|
|
102
|
+
"@seamapi/types": "1.370.3",
|
|
103
103
|
"@types/eslint": "^8.44.2",
|
|
104
104
|
"@types/jsonwebtoken": "^9.0.6",
|
|
105
105
|
"@types/node": "^20.8.10",
|
package/src/lib/version.ts
CHANGED