@seamapi/types 1.369.1 → 1.370.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.
Files changed (54) hide show
  1. package/dist/connect.cjs +380 -5
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +525 -28
  4. package/lib/seam/connect/internal/schemas.d.ts +1 -1
  5. package/lib/seam/connect/internal/schemas.js +1 -1
  6. package/lib/seam/connect/internal/schemas.js.map +1 -1
  7. package/lib/seam/connect/models/access-grants/access-grant.d.ts +57 -0
  8. package/lib/seam/connect/models/access-grants/access-grant.js +29 -0
  9. package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -0
  10. package/lib/seam/connect/models/access-grants/access-method.d.ts +21 -0
  11. package/lib/seam/connect/models/access-grants/access-method.js +24 -0
  12. package/lib/seam/connect/models/access-grants/access-method.js.map +1 -0
  13. package/lib/seam/connect/models/access-grants/index.d.ts +2 -0
  14. package/lib/seam/connect/models/access-grants/index.js +3 -0
  15. package/lib/seam/connect/models/access-grants/index.js.map +1 -0
  16. package/lib/seam/connect/models/acs/acs-credential-provisioning-automation.d.ts +4 -4
  17. package/lib/seam/connect/models/acs/acs-credential.d.ts +4 -4
  18. package/lib/seam/connect/models/acs/acs-users/acs-user.d.ts +4 -4
  19. package/lib/seam/connect/models/acs/acs-users/acs-user.js +2 -0
  20. package/lib/seam/connect/models/acs/acs-users/acs-user.js.map +1 -1
  21. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +20 -20
  22. package/lib/seam/connect/models/action-attempts/encode-credential.d.ts +8 -8
  23. package/lib/seam/connect/models/action-attempts/scan-credential.d.ts +12 -12
  24. package/lib/seam/connect/models/bridges/{bridge_client_session.js → bridge-client-session.js} +1 -1
  25. package/lib/seam/connect/models/bridges/{bridge_client_session.js.map → bridge-client-session.js.map} +1 -1
  26. package/lib/seam/connect/models/bridges/bridge-connected-system.d.ts +30 -0
  27. package/lib/seam/connect/models/bridges/bridge-connected-system.js +17 -0
  28. package/lib/seam/connect/models/bridges/bridge-connected-system.js.map +1 -0
  29. package/lib/seam/connect/models/bridges/index.d.ts +2 -1
  30. package/lib/seam/connect/models/bridges/index.js +2 -1
  31. package/lib/seam/connect/models/bridges/index.js.map +1 -1
  32. package/lib/seam/connect/models/index.d.ts +1 -0
  33. package/lib/seam/connect/models/index.js +1 -0
  34. package/lib/seam/connect/models/index.js.map +1 -1
  35. package/lib/seam/connect/models/pagination.js +1 -0
  36. package/lib/seam/connect/models/pagination.js.map +1 -1
  37. package/lib/seam/connect/openapi.d.ts +408 -0
  38. package/lib/seam/connect/openapi.js +375 -0
  39. package/lib/seam/connect/openapi.js.map +1 -1
  40. package/lib/seam/connect/route-types.d.ts +89 -0
  41. package/package.json +1 -1
  42. package/src/lib/seam/connect/internal/schemas.ts +3 -0
  43. package/src/lib/seam/connect/models/access-grants/access-grant.ts +34 -0
  44. package/src/lib/seam/connect/models/access-grants/access-method.ts +28 -0
  45. package/src/lib/seam/connect/models/access-grants/index.ts +2 -0
  46. package/src/lib/seam/connect/models/acs/acs-users/acs-user.ts +2 -0
  47. package/src/lib/seam/connect/models/bridges/bridge-connected-system.ts +19 -0
  48. package/src/lib/seam/connect/models/bridges/index.ts +2 -1
  49. package/src/lib/seam/connect/models/index.ts +1 -0
  50. package/src/lib/seam/connect/models/pagination.ts +1 -0
  51. package/src/lib/seam/connect/openapi.ts +400 -0
  52. package/src/lib/seam/connect/route-types.ts +96 -0
  53. /package/lib/seam/connect/models/bridges/{bridge_client_session.d.ts → bridge-client-session.d.ts} +0 -0
  54. /package/src/lib/seam/connect/models/bridges/{bridge_client_session.ts → bridge-client-session.ts} +0 -0
@@ -490,6 +490,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
490
490
  door_names?: string[] | undefined;
491
491
  } | undefined;
492
492
  is_one_time_use?: boolean | undefined;
493
+ issued_at?: string | null | undefined;
493
494
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
494
495
  external_type_display_name?: string | undefined;
495
496
  acs_user_id?: string | undefined;
@@ -497,7 +498,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
497
498
  parent_acs_credential_id?: string | undefined;
498
499
  card_number?: string | null | undefined;
499
500
  is_issued?: boolean | undefined;
500
- issued_at?: string | null | undefined;
501
501
  is_multi_phone_sync_credential?: boolean | undefined;
502
502
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
503
503
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -559,6 +559,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
559
559
  door_names?: string[] | undefined;
560
560
  } | undefined;
561
561
  is_one_time_use?: boolean | undefined;
562
+ issued_at?: string | null | undefined;
562
563
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
563
564
  external_type_display_name?: string | undefined;
564
565
  acs_user_id?: string | undefined;
@@ -566,7 +567,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
566
567
  parent_acs_credential_id?: string | undefined;
567
568
  card_number?: string | null | undefined;
568
569
  is_issued?: boolean | undefined;
569
- issued_at?: string | null | undefined;
570
570
  is_multi_phone_sync_credential?: boolean | undefined;
571
571
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
572
572
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -788,6 +788,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
788
788
  door_names?: string[] | undefined;
789
789
  } | undefined;
790
790
  is_one_time_use?: boolean | undefined;
791
+ issued_at?: string | null | undefined;
791
792
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
792
793
  external_type_display_name?: string | undefined;
793
794
  acs_user_id?: string | undefined;
@@ -795,7 +796,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
795
796
  parent_acs_credential_id?: string | undefined;
796
797
  card_number?: string | null | undefined;
797
798
  is_issued?: boolean | undefined;
798
- issued_at?: string | null | undefined;
799
799
  is_multi_phone_sync_credential?: boolean | undefined;
800
800
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
801
801
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -857,6 +857,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
857
857
  door_names?: string[] | undefined;
858
858
  } | undefined;
859
859
  is_one_time_use?: boolean | undefined;
860
+ issued_at?: string | null | undefined;
860
861
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
861
862
  external_type_display_name?: string | undefined;
862
863
  acs_user_id?: string | undefined;
@@ -864,7 +865,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
864
865
  parent_acs_credential_id?: string | undefined;
865
866
  card_number?: string | null | undefined;
866
867
  is_issued?: boolean | undefined;
867
- issued_at?: string | null | undefined;
868
868
  is_multi_phone_sync_credential?: boolean | undefined;
869
869
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
870
870
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -963,6 +963,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
963
963
  door_names?: string[] | undefined;
964
964
  } | undefined;
965
965
  is_one_time_use?: boolean | undefined;
966
+ issued_at?: string | null | undefined;
966
967
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
967
968
  external_type_display_name?: string | undefined;
968
969
  acs_user_id?: string | undefined;
@@ -970,7 +971,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
970
971
  parent_acs_credential_id?: string | undefined;
971
972
  card_number?: string | null | undefined;
972
973
  is_issued?: boolean | undefined;
973
- issued_at?: string | null | undefined;
974
974
  is_multi_phone_sync_credential?: boolean | undefined;
975
975
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
976
976
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1032,6 +1032,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1032
1032
  door_names?: string[] | undefined;
1033
1033
  } | undefined;
1034
1034
  is_one_time_use?: boolean | undefined;
1035
+ issued_at?: string | null | undefined;
1035
1036
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1036
1037
  external_type_display_name?: string | undefined;
1037
1038
  acs_user_id?: string | undefined;
@@ -1039,7 +1040,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1039
1040
  parent_acs_credential_id?: string | undefined;
1040
1041
  card_number?: string | null | undefined;
1041
1042
  is_issued?: boolean | undefined;
1042
- issued_at?: string | null | undefined;
1043
1043
  is_multi_phone_sync_credential?: boolean | undefined;
1044
1044
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1045
1045
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1128,6 +1128,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1128
1128
  door_names?: string[] | undefined;
1129
1129
  } | undefined;
1130
1130
  is_one_time_use?: boolean | undefined;
1131
+ issued_at?: string | null | undefined;
1131
1132
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1132
1133
  external_type_display_name?: string | undefined;
1133
1134
  acs_user_id?: string | undefined;
@@ -1135,7 +1136,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1135
1136
  parent_acs_credential_id?: string | undefined;
1136
1137
  card_number?: string | null | undefined;
1137
1138
  is_issued?: boolean | undefined;
1138
- issued_at?: string | null | undefined;
1139
1139
  is_multi_phone_sync_credential?: boolean | undefined;
1140
1140
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1141
1141
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1197,6 +1197,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1197
1197
  door_names?: string[] | undefined;
1198
1198
  } | undefined;
1199
1199
  is_one_time_use?: boolean | undefined;
1200
+ issued_at?: string | null | undefined;
1200
1201
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1201
1202
  external_type_display_name?: string | undefined;
1202
1203
  acs_user_id?: string | undefined;
@@ -1204,7 +1205,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1204
1205
  parent_acs_credential_id?: string | undefined;
1205
1206
  card_number?: string | null | undefined;
1206
1207
  is_issued?: boolean | undefined;
1207
- issued_at?: string | null | undefined;
1208
1208
  is_multi_phone_sync_credential?: boolean | undefined;
1209
1209
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1210
1210
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1298,6 +1298,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1298
1298
  door_names?: string[] | undefined;
1299
1299
  } | undefined;
1300
1300
  is_one_time_use?: boolean | undefined;
1301
+ issued_at?: string | null | undefined;
1301
1302
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1302
1303
  external_type_display_name?: string | undefined;
1303
1304
  acs_user_id?: string | undefined;
@@ -1305,7 +1306,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1305
1306
  parent_acs_credential_id?: string | undefined;
1306
1307
  card_number?: string | null | undefined;
1307
1308
  is_issued?: boolean | undefined;
1308
- issued_at?: string | null | undefined;
1309
1309
  is_multi_phone_sync_credential?: boolean | undefined;
1310
1310
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1311
1311
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1367,6 +1367,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1367
1367
  door_names?: string[] | undefined;
1368
1368
  } | undefined;
1369
1369
  is_one_time_use?: boolean | undefined;
1370
+ issued_at?: string | null | undefined;
1370
1371
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1371
1372
  external_type_display_name?: string | undefined;
1372
1373
  acs_user_id?: string | undefined;
@@ -1374,7 +1375,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1374
1375
  parent_acs_credential_id?: string | undefined;
1375
1376
  card_number?: string | null | undefined;
1376
1377
  is_issued?: boolean | undefined;
1377
- issued_at?: string | null | undefined;
1378
1378
  is_multi_phone_sync_credential?: boolean | undefined;
1379
1379
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1380
1380
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1469,6 +1469,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1469
1469
  door_names?: string[] | undefined;
1470
1470
  } | undefined;
1471
1471
  is_one_time_use?: boolean | undefined;
1472
+ issued_at?: string | null | undefined;
1472
1473
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1473
1474
  external_type_display_name?: string | undefined;
1474
1475
  acs_user_id?: string | undefined;
@@ -1476,7 +1477,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1476
1477
  parent_acs_credential_id?: string | undefined;
1477
1478
  card_number?: string | null | undefined;
1478
1479
  is_issued?: boolean | undefined;
1479
- issued_at?: string | null | undefined;
1480
1480
  is_multi_phone_sync_credential?: boolean | undefined;
1481
1481
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1482
1482
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1538,6 +1538,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1538
1538
  door_names?: string[] | undefined;
1539
1539
  } | undefined;
1540
1540
  is_one_time_use?: boolean | undefined;
1541
+ issued_at?: string | null | undefined;
1541
1542
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1542
1543
  external_type_display_name?: string | undefined;
1543
1544
  acs_user_id?: string | undefined;
@@ -1545,7 +1546,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1545
1546
  parent_acs_credential_id?: string | undefined;
1546
1547
  card_number?: string | null | undefined;
1547
1548
  is_issued?: boolean | undefined;
1548
- issued_at?: string | null | undefined;
1549
1549
  is_multi_phone_sync_credential?: boolean | undefined;
1550
1550
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1551
1551
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1865,6 +1865,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1865
1865
  door_names?: string[] | undefined;
1866
1866
  } | undefined;
1867
1867
  is_one_time_use?: boolean | undefined;
1868
+ issued_at?: string | null | undefined;
1868
1869
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1869
1870
  external_type_display_name?: string | undefined;
1870
1871
  acs_user_id?: string | undefined;
@@ -1872,7 +1873,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1872
1873
  parent_acs_credential_id?: string | undefined;
1873
1874
  card_number?: string | null | undefined;
1874
1875
  is_issued?: boolean | undefined;
1875
- issued_at?: string | null | undefined;
1876
1876
  is_multi_phone_sync_credential?: boolean | undefined;
1877
1877
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1878
1878
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1934,6 +1934,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1934
1934
  door_names?: string[] | undefined;
1935
1935
  } | undefined;
1936
1936
  is_one_time_use?: boolean | undefined;
1937
+ issued_at?: string | null | undefined;
1937
1938
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1938
1939
  external_type_display_name?: string | undefined;
1939
1940
  acs_user_id?: string | undefined;
@@ -1941,7 +1942,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
1941
1942
  parent_acs_credential_id?: string | undefined;
1942
1943
  card_number?: string | null | undefined;
1943
1944
  is_issued?: boolean | undefined;
1944
- issued_at?: string | null | undefined;
1945
1945
  is_multi_phone_sync_credential?: boolean | undefined;
1946
1946
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1947
1947
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2163,6 +2163,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2163
2163
  door_names?: string[] | undefined;
2164
2164
  } | undefined;
2165
2165
  is_one_time_use?: boolean | undefined;
2166
+ issued_at?: string | null | undefined;
2166
2167
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
2167
2168
  external_type_display_name?: string | undefined;
2168
2169
  acs_user_id?: string | undefined;
@@ -2170,7 +2171,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2170
2171
  parent_acs_credential_id?: string | undefined;
2171
2172
  card_number?: string | null | undefined;
2172
2173
  is_issued?: boolean | undefined;
2173
- issued_at?: string | null | undefined;
2174
2174
  is_multi_phone_sync_credential?: boolean | undefined;
2175
2175
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2176
2176
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2232,6 +2232,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2232
2232
  door_names?: string[] | undefined;
2233
2233
  } | undefined;
2234
2234
  is_one_time_use?: boolean | undefined;
2235
+ issued_at?: string | null | undefined;
2235
2236
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
2236
2237
  external_type_display_name?: string | undefined;
2237
2238
  acs_user_id?: string | undefined;
@@ -2239,7 +2240,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2239
2240
  parent_acs_credential_id?: string | undefined;
2240
2241
  card_number?: string | null | undefined;
2241
2242
  is_issued?: boolean | undefined;
2242
- issued_at?: string | null | undefined;
2243
2243
  is_multi_phone_sync_credential?: boolean | undefined;
2244
2244
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2245
2245
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2306,6 +2306,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2306
2306
  door_names?: string[] | undefined;
2307
2307
  } | undefined;
2308
2308
  is_one_time_use?: boolean | undefined;
2309
+ issued_at?: string | null | undefined;
2309
2310
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
2310
2311
  external_type_display_name?: string | undefined;
2311
2312
  acs_user_id?: string | undefined;
@@ -2313,7 +2314,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2313
2314
  parent_acs_credential_id?: string | undefined;
2314
2315
  card_number?: string | null | undefined;
2315
2316
  is_issued?: boolean | undefined;
2316
- issued_at?: string | null | undefined;
2317
2317
  is_multi_phone_sync_credential?: boolean | undefined;
2318
2318
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2319
2319
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2375,6 +2375,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2375
2375
  door_names?: string[] | undefined;
2376
2376
  } | undefined;
2377
2377
  is_one_time_use?: boolean | undefined;
2378
+ issued_at?: string | null | undefined;
2378
2379
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
2379
2380
  external_type_display_name?: string | undefined;
2380
2381
  acs_user_id?: string | undefined;
@@ -2382,7 +2383,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2382
2383
  parent_acs_credential_id?: string | undefined;
2383
2384
  card_number?: string | null | undefined;
2384
2385
  is_issued?: boolean | undefined;
2385
- issued_at?: string | null | undefined;
2386
2386
  is_multi_phone_sync_credential?: boolean | undefined;
2387
2387
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2388
2388
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2450,6 +2450,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2450
2450
  door_names?: string[] | undefined;
2451
2451
  } | undefined;
2452
2452
  is_one_time_use?: boolean | undefined;
2453
+ issued_at?: string | null | undefined;
2453
2454
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
2454
2455
  external_type_display_name?: string | undefined;
2455
2456
  acs_user_id?: string | undefined;
@@ -2457,7 +2458,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2457
2458
  parent_acs_credential_id?: string | undefined;
2458
2459
  card_number?: string | null | undefined;
2459
2460
  is_issued?: boolean | undefined;
2460
- issued_at?: string | null | undefined;
2461
2461
  is_multi_phone_sync_credential?: boolean | undefined;
2462
2462
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2463
2463
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -2519,6 +2519,7 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2519
2519
  door_names?: string[] | undefined;
2520
2520
  } | undefined;
2521
2521
  is_one_time_use?: boolean | undefined;
2522
+ issued_at?: string | null | undefined;
2522
2523
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
2523
2524
  external_type_display_name?: string | undefined;
2524
2525
  acs_user_id?: string | undefined;
@@ -2526,7 +2527,6 @@ export declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extend
2526
2527
  parent_acs_credential_id?: string | undefined;
2527
2528
  card_number?: string | null | undefined;
2528
2529
  is_issued?: boolean | undefined;
2529
- issued_at?: string | null | undefined;
2530
2530
  is_multi_phone_sync_credential?: boolean | undefined;
2531
2531
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
2532
2532
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -246,6 +246,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
246
246
  door_names?: string[] | undefined;
247
247
  } | undefined;
248
248
  is_one_time_use?: boolean | undefined;
249
+ issued_at?: string | null | undefined;
249
250
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
250
251
  external_type_display_name?: string | undefined;
251
252
  acs_user_id?: string | undefined;
@@ -253,7 +254,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
253
254
  parent_acs_credential_id?: string | undefined;
254
255
  card_number?: string | null | undefined;
255
256
  is_issued?: boolean | undefined;
256
- issued_at?: string | null | undefined;
257
257
  is_multi_phone_sync_credential?: boolean | undefined;
258
258
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
259
259
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -315,6 +315,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
315
315
  door_names?: string[] | undefined;
316
316
  } | undefined;
317
317
  is_one_time_use?: boolean | undefined;
318
+ issued_at?: string | null | undefined;
318
319
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
319
320
  external_type_display_name?: string | undefined;
320
321
  acs_user_id?: string | undefined;
@@ -322,7 +323,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
322
323
  parent_acs_credential_id?: string | undefined;
323
324
  card_number?: string | null | undefined;
324
325
  is_issued?: boolean | undefined;
325
- issued_at?: string | null | undefined;
326
326
  is_multi_phone_sync_credential?: boolean | undefined;
327
327
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
328
328
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -544,6 +544,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
544
544
  door_names?: string[] | undefined;
545
545
  } | undefined;
546
546
  is_one_time_use?: boolean | undefined;
547
+ issued_at?: string | null | undefined;
547
548
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
548
549
  external_type_display_name?: string | undefined;
549
550
  acs_user_id?: string | undefined;
@@ -551,7 +552,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
551
552
  parent_acs_credential_id?: string | undefined;
552
553
  card_number?: string | null | undefined;
553
554
  is_issued?: boolean | undefined;
554
- issued_at?: string | null | undefined;
555
555
  is_multi_phone_sync_credential?: boolean | undefined;
556
556
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
557
557
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -613,6 +613,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
613
613
  door_names?: string[] | undefined;
614
614
  } | undefined;
615
615
  is_one_time_use?: boolean | undefined;
616
+ issued_at?: string | null | undefined;
616
617
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
617
618
  external_type_display_name?: string | undefined;
618
619
  acs_user_id?: string | undefined;
@@ -620,7 +621,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
620
621
  parent_acs_credential_id?: string | undefined;
621
622
  card_number?: string | null | undefined;
622
623
  is_issued?: boolean | undefined;
623
- issued_at?: string | null | undefined;
624
624
  is_multi_phone_sync_credential?: boolean | undefined;
625
625
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
626
626
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -687,6 +687,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
687
687
  door_names?: string[] | undefined;
688
688
  } | undefined;
689
689
  is_one_time_use?: boolean | undefined;
690
+ issued_at?: string | null | undefined;
690
691
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
691
692
  external_type_display_name?: string | undefined;
692
693
  acs_user_id?: string | undefined;
@@ -694,7 +695,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
694
695
  parent_acs_credential_id?: string | undefined;
695
696
  card_number?: string | null | undefined;
696
697
  is_issued?: boolean | undefined;
697
- issued_at?: string | null | undefined;
698
698
  is_multi_phone_sync_credential?: boolean | undefined;
699
699
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
700
700
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -756,6 +756,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
756
756
  door_names?: string[] | undefined;
757
757
  } | undefined;
758
758
  is_one_time_use?: boolean | undefined;
759
+ issued_at?: string | null | undefined;
759
760
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
760
761
  external_type_display_name?: string | undefined;
761
762
  acs_user_id?: string | undefined;
@@ -763,7 +764,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
763
764
  parent_acs_credential_id?: string | undefined;
764
765
  card_number?: string | null | undefined;
765
766
  is_issued?: boolean | undefined;
766
- issued_at?: string | null | undefined;
767
767
  is_multi_phone_sync_credential?: boolean | undefined;
768
768
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
769
769
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -831,6 +831,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
831
831
  door_names?: string[] | undefined;
832
832
  } | undefined;
833
833
  is_one_time_use?: boolean | undefined;
834
+ issued_at?: string | null | undefined;
834
835
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
835
836
  external_type_display_name?: string | undefined;
836
837
  acs_user_id?: string | undefined;
@@ -838,7 +839,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
838
839
  parent_acs_credential_id?: string | undefined;
839
840
  card_number?: string | null | undefined;
840
841
  is_issued?: boolean | undefined;
841
- issued_at?: string | null | undefined;
842
842
  is_multi_phone_sync_credential?: boolean | undefined;
843
843
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
844
844
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -900,6 +900,7 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
900
900
  door_names?: string[] | undefined;
901
901
  } | undefined;
902
902
  is_one_time_use?: boolean | undefined;
903
+ issued_at?: string | null | undefined;
903
904
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
904
905
  external_type_display_name?: string | undefined;
905
906
  acs_user_id?: string | undefined;
@@ -907,7 +908,6 @@ export declare const encode_credential_action_attempt: z.ZodDiscriminatedUnion<"
907
908
  parent_acs_credential_id?: string | undefined;
908
909
  card_number?: string | null | undefined;
909
910
  is_issued?: boolean | undefined;
910
- issued_at?: string | null | undefined;
911
911
  is_multi_phone_sync_credential?: boolean | undefined;
912
912
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
913
913
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -334,6 +334,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
334
334
  door_names?: string[] | undefined;
335
335
  } | undefined;
336
336
  is_one_time_use?: boolean | undefined;
337
+ issued_at?: string | null | undefined;
337
338
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
338
339
  external_type_display_name?: string | undefined;
339
340
  acs_user_id?: string | undefined;
@@ -341,7 +342,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
341
342
  parent_acs_credential_id?: string | undefined;
342
343
  card_number?: string | null | undefined;
343
344
  is_issued?: boolean | undefined;
344
- issued_at?: string | null | undefined;
345
345
  is_multi_phone_sync_credential?: boolean | undefined;
346
346
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
347
347
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -403,6 +403,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
403
403
  door_names?: string[] | undefined;
404
404
  } | undefined;
405
405
  is_one_time_use?: boolean | undefined;
406
+ issued_at?: string | null | undefined;
406
407
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
407
408
  external_type_display_name?: string | undefined;
408
409
  acs_user_id?: string | undefined;
@@ -410,7 +411,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
410
411
  parent_acs_credential_id?: string | undefined;
411
412
  card_number?: string | null | undefined;
412
413
  is_issued?: boolean | undefined;
413
- issued_at?: string | null | undefined;
414
414
  is_multi_phone_sync_credential?: boolean | undefined;
415
415
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
416
416
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -632,6 +632,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
632
632
  door_names?: string[] | undefined;
633
633
  } | undefined;
634
634
  is_one_time_use?: boolean | undefined;
635
+ issued_at?: string | null | undefined;
635
636
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
636
637
  external_type_display_name?: string | undefined;
637
638
  acs_user_id?: string | undefined;
@@ -639,7 +640,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
639
640
  parent_acs_credential_id?: string | undefined;
640
641
  card_number?: string | null | undefined;
641
642
  is_issued?: boolean | undefined;
642
- issued_at?: string | null | undefined;
643
643
  is_multi_phone_sync_credential?: boolean | undefined;
644
644
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
645
645
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -701,6 +701,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
701
701
  door_names?: string[] | undefined;
702
702
  } | undefined;
703
703
  is_one_time_use?: boolean | undefined;
704
+ issued_at?: string | null | undefined;
704
705
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
705
706
  external_type_display_name?: string | undefined;
706
707
  acs_user_id?: string | undefined;
@@ -708,7 +709,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
708
709
  parent_acs_credential_id?: string | undefined;
709
710
  card_number?: string | null | undefined;
710
711
  is_issued?: boolean | undefined;
711
- issued_at?: string | null | undefined;
712
712
  is_multi_phone_sync_credential?: boolean | undefined;
713
713
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
714
714
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -807,6 +807,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
807
807
  door_names?: string[] | undefined;
808
808
  } | undefined;
809
809
  is_one_time_use?: boolean | undefined;
810
+ issued_at?: string | null | undefined;
810
811
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
811
812
  external_type_display_name?: string | undefined;
812
813
  acs_user_id?: string | undefined;
@@ -814,7 +815,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
814
815
  parent_acs_credential_id?: string | undefined;
815
816
  card_number?: string | null | undefined;
816
817
  is_issued?: boolean | undefined;
817
- issued_at?: string | null | undefined;
818
818
  is_multi_phone_sync_credential?: boolean | undefined;
819
819
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
820
820
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -876,6 +876,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
876
876
  door_names?: string[] | undefined;
877
877
  } | undefined;
878
878
  is_one_time_use?: boolean | undefined;
879
+ issued_at?: string | null | undefined;
879
880
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
880
881
  external_type_display_name?: string | undefined;
881
882
  acs_user_id?: string | undefined;
@@ -883,7 +884,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
883
884
  parent_acs_credential_id?: string | undefined;
884
885
  card_number?: string | null | undefined;
885
886
  is_issued?: boolean | undefined;
886
- issued_at?: string | null | undefined;
887
887
  is_multi_phone_sync_credential?: boolean | undefined;
888
888
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
889
889
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -972,6 +972,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
972
972
  door_names?: string[] | undefined;
973
973
  } | undefined;
974
974
  is_one_time_use?: boolean | undefined;
975
+ issued_at?: string | null | undefined;
975
976
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
976
977
  external_type_display_name?: string | undefined;
977
978
  acs_user_id?: string | undefined;
@@ -979,7 +980,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
979
980
  parent_acs_credential_id?: string | undefined;
980
981
  card_number?: string | null | undefined;
981
982
  is_issued?: boolean | undefined;
982
- issued_at?: string | null | undefined;
983
983
  is_multi_phone_sync_credential?: boolean | undefined;
984
984
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
985
985
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1041,6 +1041,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1041
1041
  door_names?: string[] | undefined;
1042
1042
  } | undefined;
1043
1043
  is_one_time_use?: boolean | undefined;
1044
+ issued_at?: string | null | undefined;
1044
1045
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1045
1046
  external_type_display_name?: string | undefined;
1046
1047
  acs_user_id?: string | undefined;
@@ -1048,7 +1049,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1048
1049
  parent_acs_credential_id?: string | undefined;
1049
1050
  card_number?: string | null | undefined;
1050
1051
  is_issued?: boolean | undefined;
1051
- issued_at?: string | null | undefined;
1052
1052
  is_multi_phone_sync_credential?: boolean | undefined;
1053
1053
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1054
1054
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1142,6 +1142,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1142
1142
  door_names?: string[] | undefined;
1143
1143
  } | undefined;
1144
1144
  is_one_time_use?: boolean | undefined;
1145
+ issued_at?: string | null | undefined;
1145
1146
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1146
1147
  external_type_display_name?: string | undefined;
1147
1148
  acs_user_id?: string | undefined;
@@ -1149,7 +1150,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1149
1150
  parent_acs_credential_id?: string | undefined;
1150
1151
  card_number?: string | null | undefined;
1151
1152
  is_issued?: boolean | undefined;
1152
- issued_at?: string | null | undefined;
1153
1153
  is_multi_phone_sync_credential?: boolean | undefined;
1154
1154
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1155
1155
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1211,6 +1211,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1211
1211
  door_names?: string[] | undefined;
1212
1212
  } | undefined;
1213
1213
  is_one_time_use?: boolean | undefined;
1214
+ issued_at?: string | null | undefined;
1214
1215
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1215
1216
  external_type_display_name?: string | undefined;
1216
1217
  acs_user_id?: string | undefined;
@@ -1218,7 +1219,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1218
1219
  parent_acs_credential_id?: string | undefined;
1219
1220
  card_number?: string | null | undefined;
1220
1221
  is_issued?: boolean | undefined;
1221
- issued_at?: string | null | undefined;
1222
1222
  is_multi_phone_sync_credential?: boolean | undefined;
1223
1223
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1224
1224
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1313,6 +1313,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1313
1313
  door_names?: string[] | undefined;
1314
1314
  } | undefined;
1315
1315
  is_one_time_use?: boolean | undefined;
1316
+ issued_at?: string | null | undefined;
1316
1317
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1317
1318
  external_type_display_name?: string | undefined;
1318
1319
  acs_user_id?: string | undefined;
@@ -1320,7 +1321,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1320
1321
  parent_acs_credential_id?: string | undefined;
1321
1322
  card_number?: string | null | undefined;
1322
1323
  is_issued?: boolean | undefined;
1323
- issued_at?: string | null | undefined;
1324
1324
  is_multi_phone_sync_credential?: boolean | undefined;
1325
1325
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1326
1326
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -1382,6 +1382,7 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1382
1382
  door_names?: string[] | undefined;
1383
1383
  } | undefined;
1384
1384
  is_one_time_use?: boolean | undefined;
1385
+ issued_at?: string | null | undefined;
1385
1386
  external_type?: "pti_card" | "brivo_credential" | "hid_credential" | "visionline_card" | "salto_ks_credential" | "assa_abloy_vostio_key" | "salto_space_key" | undefined;
1386
1387
  external_type_display_name?: string | undefined;
1387
1388
  acs_user_id?: string | undefined;
@@ -1389,7 +1390,6 @@ export declare const scan_credential_action_attempt: z.ZodDiscriminatedUnion<"st
1389
1390
  parent_acs_credential_id?: string | undefined;
1390
1391
  card_number?: string | null | undefined;
1391
1392
  is_issued?: boolean | undefined;
1392
- issued_at?: string | null | undefined;
1393
1393
  is_multi_phone_sync_credential?: boolean | undefined;
1394
1394
  is_latest_desired_state_synced_with_provider?: boolean | null | undefined;
1395
1395
  latest_desired_state_synced_with_provider_at?: string | null | undefined;
@@ -63,4 +63,4 @@ export const bridge_client_session = z.object({
63
63
  undocumented: Seam Bridge Client only.
64
64
  ---
65
65
  `);
66
- //# sourceMappingURL=bridge_client_session.js.map
66
+ //# sourceMappingURL=bridge-client-session.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"bridge_client_session.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/bridges/bridge_client_session.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAC1B,oGAAoG,CAAA;AAEtG,MAAM,CAAC,MAAM,sBAAsB,GAAG,kCAAkC;KACrE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,wBAAwB,CAAC;SACjC,QAAQ,CAAC,sBAAsB,CAAC;IACnC,4BAA4B,EAAE,CAAC;SAC5B,OAAO,EAAE;SACT,QAAQ,CAAC,uCAAuC,CAAC;IACpD,uCAAuC,EAAE,CAAC;SACvC,OAAO,EAAE;SACT,QAAQ,CAAC,6CAA6C,CAAC;IAC1D,2CAA2C,EAAE,CAAC;SAC3C,OAAO,EAAE;SACT,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gCAAgC,EAAE,CAAC;SAChC,OAAO,EAAE;SACT,QAAQ,CAAC,yCAAyC,CAAC;IACtD,8BAA8B,EAAE,CAAC;SAC9B,OAAO,EAAE;SACT,QAAQ,CAAC,oCAAoC,CAAC;CAClD,CAAC;KACD,QAAQ,CAAC,oCAAoC,CAAC,CAAA;AAEjD,MAAM,CAAC,MAAM,4BAA4B,GAAG,kCAAkC;KAC3E,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,8BAA8B,CAAC;SACvC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,4CAA4C,CAAC,CAAA;AAEzD,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC;KACzC,kBAAkB,CAAC,YAAY,EAAE;IAChC,sBAAsB;IACtB,4BAA4B;CAC7B,CAAC;KACD,QAAQ,CAAC,oDAAoD,CAAC,CAAA;AAMjE,MAAM,+BAA+B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,sBAAsB,EAAE,sBAAsB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACpE,4BAA4B,EAAE,4BAA4B;SACvD,QAAQ,EAAE;SACV,QAAQ,EAAE;CACd,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC3C,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE;IACvC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IAClC,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9C,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE;IACnC,oCAAoC,EAAE,CAAC,CAAC,MAAM,EAAE;IAChD,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC;CAC7C,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}
1
+ {"version":3,"file":"bridge-client-session.js","sourceRoot":"","sources":["../../../../../src/lib/seam/connect/models/bridges/bridge-client-session.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAEvB,MAAM,kCAAkC,GAAG,CAAC,CAAC,MAAM,CAAC;IAClD,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE;IACnB,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAClC,CAAC,CAAA;AAEF,MAAM,sBAAsB,GAC1B,oGAAoG,CAAA;AAEtG,MAAM,CAAC,MAAM,sBAAsB,GAAG,kCAAkC;KACrE,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,wBAAwB,CAAC;SACjC,QAAQ,CAAC,sBAAsB,CAAC;IACnC,4BAA4B,EAAE,CAAC;SAC5B,OAAO,EAAE;SACT,QAAQ,CAAC,uCAAuC,CAAC;IACpD,uCAAuC,EAAE,CAAC;SACvC,OAAO,EAAE;SACT,QAAQ,CAAC,6CAA6C,CAAC;IAC1D,2CAA2C,EAAE,CAAC;SAC3C,OAAO,EAAE;SACT,QAAQ,CAAC,oDAAoD,CAAC;IACjE,gCAAgC,EAAE,CAAC;SAChC,OAAO,EAAE;SACT,QAAQ,CAAC,yCAAyC,CAAC;IACtD,8BAA8B,EAAE,CAAC;SAC9B,OAAO,EAAE;SACT,QAAQ,CAAC,oCAAoC,CAAC;CAClD,CAAC;KACD,QAAQ,CAAC,oCAAoC,CAAC,CAAA;AAEjD,MAAM,CAAC,MAAM,4BAA4B,GAAG,kCAAkC;KAC3E,MAAM,CAAC;IACN,UAAU,EAAE,CAAC;SACV,OAAO,CAAC,8BAA8B,CAAC;SACvC,QAAQ,CAAC,sBAAsB,CAAC;CACpC,CAAC;KACD,QAAQ,CAAC,4CAA4C,CAAC,CAAA;AAEzD,MAAM,CAAC,MAAM,2BAA2B,GAAG,CAAC;KACzC,kBAAkB,CAAC,YAAY,EAAE;IAChC,sBAAsB;IACtB,4BAA4B;CAC7B,CAAC;KACD,QAAQ,CAAC,oDAAoD,CAAC,CAAA;AAMjE,MAAM,+BAA+B,GAAG,CAAC,CAAC,MAAM,CAAC;IAC/C,sBAAsB,EAAE,sBAAsB,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IACpE,4BAA4B,EAAE,4BAA4B;SACvD,QAAQ,EAAE;SACV,QAAQ,EAAE;CACd,CAAC,CAAA;AAMF,MAAM,CAAC,MAAM,qBAAqB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC5C,UAAU,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACjC,wBAAwB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE;IAC3C,2BAA2B,EAAE,CAAC,CAAC,MAAM,EAAE;IACvC,YAAY,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,MAAM,CAAC,CAAC,CAAC;IAClC,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9C,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzC,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,uBAAuB,EAAE,CAAC,CAAC,MAAM,EAAE;IACnC,oCAAoC,EAAE,CAAC,CAAC,MAAM,EAAE;IAChD,MAAM,EAAE,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC;CAC7C,CAAC,CAAC,QAAQ,CAAC;;;;;CAKX,CAAC,CAAA"}