@seamapi/types 1.276.0 → 1.278.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 (43) hide show
  1. package/dist/connect.cjs +81 -19
  2. package/dist/connect.cjs.map +1 -1
  3. package/dist/connect.d.cts +352 -56
  4. package/lib/seam/connect/models/acs/acs-entrance.d.ts +13 -0
  5. package/lib/seam/connect/models/acs/acs-entrance.js +2 -1
  6. package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
  7. package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
  8. package/lib/seam/connect/models/acs/acs-system.js +1 -0
  9. package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
  10. package/lib/seam/connect/models/acs/acs-user.d.ts +7 -7
  11. package/lib/seam/connect/models/acs/acs-user.js +1 -0
  12. package/lib/seam/connect/models/acs/acs-user.js.map +1 -1
  13. package/lib/seam/connect/models/acs/metadata/dormakaba_community.d.ts +9 -0
  14. package/lib/seam/connect/models/acs/metadata/dormakaba_community.js +5 -0
  15. package/lib/seam/connect/models/acs/metadata/dormakaba_community.js.map +1 -0
  16. package/lib/seam/connect/models/acs/metadata/index.d.ts +1 -0
  17. package/lib/seam/connect/models/acs/metadata/index.js +1 -0
  18. package/lib/seam/connect/models/acs/metadata/index.js.map +1 -1
  19. package/lib/seam/connect/models/action-attempts/action-attempt.d.ts +48 -7
  20. package/lib/seam/connect/models/action-attempts/encode-card.d.ts +22 -7
  21. package/lib/seam/connect/models/action-attempts/encode-card.js +10 -2
  22. package/lib/seam/connect/models/action-attempts/encode-card.js.map +1 -1
  23. package/lib/seam/connect/models/action-attempts/scan-card.d.ts +26 -0
  24. package/lib/seam/connect/models/action-attempts/scan-card.js +5 -0
  25. package/lib/seam/connect/models/action-attempts/scan-card.js.map +1 -1
  26. package/lib/seam/connect/models/devices/device-provider.d.ts +2 -1
  27. package/lib/seam/connect/models/devices/device-provider.js +2 -0
  28. package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
  29. package/lib/seam/connect/openapi.d.ts +86 -0
  30. package/lib/seam/connect/openapi.js +48 -6
  31. package/lib/seam/connect/openapi.js.map +1 -1
  32. package/lib/seam/connect/route-types.d.ts +192 -37
  33. package/package.json +1 -1
  34. package/src/lib/seam/connect/models/acs/acs-entrance.ts +3 -0
  35. package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
  36. package/src/lib/seam/connect/models/acs/acs-user.ts +1 -0
  37. package/src/lib/seam/connect/models/acs/metadata/dormakaba_community.ts +9 -0
  38. package/src/lib/seam/connect/models/acs/metadata/index.ts +1 -0
  39. package/src/lib/seam/connect/models/action-attempts/encode-card.ts +12 -2
  40. package/src/lib/seam/connect/models/action-attempts/scan-card.ts +6 -0
  41. package/src/lib/seam/connect/models/devices/device-provider.ts +2 -0
  42. package/src/lib/seam/connect/openapi.ts +48 -6
  43. package/src/lib/seam/connect/route-types.ts +302 -80
@@ -779,6 +779,13 @@ declare const acs_entrance: z.ZodObject<{
779
779
  intrusion_alarm: boolean;
780
780
  privacy_mode: boolean;
781
781
  }>>;
782
+ dormakaba_community_metadata: z.ZodOptional<z.ZodObject<{
783
+ access_point_name: z.ZodString;
784
+ }, "strip", z.ZodTypeAny, {
785
+ access_point_name: string;
786
+ }, {
787
+ access_point_name: string;
788
+ }>>;
782
789
  }, "strip", z.ZodTypeAny, {
783
790
  created_at: string;
784
791
  errors: {
@@ -812,6 +819,9 @@ declare const acs_entrance: z.ZodObject<{
812
819
  accessibility_type: string;
813
820
  door_type: string;
814
821
  } | undefined;
822
+ dormakaba_community_metadata?: {
823
+ access_point_name: string;
824
+ } | undefined;
815
825
  }, {
816
826
  created_at: string;
817
827
  errors: {
@@ -845,13 +855,16 @@ declare const acs_entrance: z.ZodObject<{
845
855
  accessibility_type: string;
846
856
  door_type: string;
847
857
  } | undefined;
858
+ dormakaba_community_metadata?: {
859
+ access_point_name: string;
860
+ } | undefined;
848
861
  }>;
849
862
  type AcsEntrance = z.infer<typeof acs_entrance>;
850
863
 
851
864
  declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
852
865
  default_credential_manager_acs_system_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
853
866
  acs_system_id: z.ZodString;
854
- external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building"]>>;
867
+ external_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community"]>>;
855
868
  external_type_display_name: z.ZodOptional<z.ZodString>;
856
869
  is_credential_manager: z.ZodBoolean;
857
870
  visionline_metadata: z.ZodOptional<z.ZodObject<{
@@ -867,7 +880,7 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
867
880
  system_id: string;
868
881
  lan_address: string;
869
882
  }>>;
870
- system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building"]>>;
883
+ system_type: z.ZodOptional<z.ZodEnum<["pti_site", "alta_org", "salto_ks_site", "brivo_account", "hid_credential_manager_organization", "visionline_system", "assa_abloy_credential_service", "latch_building", "dormakaba_community"]>>;
871
884
  system_type_display_name: z.ZodOptional<z.ZodString>;
872
885
  name: z.ZodString;
873
886
  created_at: z.ZodString;
@@ -1000,14 +1013,14 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
1000
1013
  system_id: string;
1001
1014
  lan_address: string;
1002
1015
  } | undefined;
1003
- external_type?: "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
1016
+ external_type?: "dormakaba_community" | "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
1004
1017
  external_type_display_name?: string | undefined;
1005
1018
  can_automate_enrollment?: boolean | undefined;
1006
1019
  can_create_acs_access_groups?: boolean | undefined;
1007
1020
  can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
1008
1021
  can_add_acs_users_to_acs_access_groups?: boolean | undefined;
1009
1022
  default_credential_manager_acs_system_id?: string | null | undefined;
1010
- system_type?: "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
1023
+ system_type?: "dormakaba_community" | "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
1011
1024
  system_type_display_name?: string | undefined;
1012
1025
  }, {
1013
1026
  created_at: string;
@@ -1049,14 +1062,14 @@ declare const acs_system: z.ZodObject<z.objectUtil.extendShape<{
1049
1062
  system_id: string;
1050
1063
  lan_address: string;
1051
1064
  } | undefined;
1052
- external_type?: "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
1065
+ external_type?: "dormakaba_community" | "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
1053
1066
  external_type_display_name?: string | undefined;
1054
1067
  can_automate_enrollment?: boolean | undefined;
1055
1068
  can_create_acs_access_groups?: boolean | undefined;
1056
1069
  can_remove_acs_users_from_acs_access_groups?: boolean | undefined;
1057
1070
  can_add_acs_users_to_acs_access_groups?: boolean | undefined;
1058
1071
  default_credential_manager_acs_system_id?: string | null | undefined;
1059
- system_type?: "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
1072
+ system_type?: "dormakaba_community" | "assa_abloy_credential_service" | "pti_site" | "alta_org" | "salto_ks_site" | "brivo_account" | "hid_credential_manager_organization" | "visionline_system" | "latch_building" | undefined;
1060
1073
  system_type_display_name?: string | undefined;
1061
1074
  }>;
1062
1075
  type AcsSystem = z.output<typeof acs_system>;
@@ -1068,7 +1081,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
1068
1081
  workspace_id: z.ZodString;
1069
1082
  created_at: z.ZodString;
1070
1083
  display_name: z.ZodString;
1071
- external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user"]>>;
1084
+ external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user"]>>;
1072
1085
  external_type_display_name: z.ZodOptional<z.ZodString>;
1073
1086
  is_suspended: z.ZodBoolean;
1074
1087
  access_schedule: z.ZodOptional<z.ZodObject<{
@@ -1226,7 +1239,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
1226
1239
  acs_user_id: string;
1227
1240
  is_suspended: boolean;
1228
1241
  email?: string | undefined;
1229
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | undefined;
1242
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
1230
1243
  external_type_display_name?: string | undefined;
1231
1244
  is_latest_desired_state_synced_with_provider?: boolean | undefined;
1232
1245
  latest_desired_state_synced_with_provider_at?: string | undefined;
@@ -1281,7 +1294,7 @@ declare const acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectUtil.extend
1281
1294
  acs_user_id: string;
1282
1295
  is_suspended: boolean;
1283
1296
  email?: string | undefined;
1284
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | undefined;
1297
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
1285
1298
  external_type_display_name?: string | undefined;
1286
1299
  is_latest_desired_state_synced_with_provider?: boolean | undefined;
1287
1300
  latest_desired_state_synced_with_provider_at?: string | undefined;
@@ -1305,7 +1318,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
1305
1318
  workspace_id: z.ZodString;
1306
1319
  created_at: z.ZodString;
1307
1320
  display_name: z.ZodString;
1308
- external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user"]>>;
1321
+ external_type: z.ZodOptional<z.ZodEnum<["pti_user", "brivo_user", "hid_credential_manager_user", "salto_site_user", "latch_user", "dormakaba_community_user"]>>;
1309
1322
  external_type_display_name: z.ZodOptional<z.ZodString>;
1310
1323
  is_suspended: z.ZodBoolean;
1311
1324
  access_schedule: z.ZodOptional<z.ZodObject<{
@@ -1463,7 +1476,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
1463
1476
  acs_user_id: string;
1464
1477
  is_suspended: boolean;
1465
1478
  email?: string | undefined;
1466
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | undefined;
1479
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
1467
1480
  external_type_display_name?: string | undefined;
1468
1481
  is_latest_desired_state_synced_with_provider?: boolean | undefined;
1469
1482
  latest_desired_state_synced_with_provider_at?: string | undefined;
@@ -1518,7 +1531,7 @@ declare const unmanaged_acs_user: z.ZodObject<z.objectUtil.extendShape<z.objectU
1518
1531
  acs_user_id: string;
1519
1532
  is_suspended: boolean;
1520
1533
  email?: string | undefined;
1521
- external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | undefined;
1534
+ external_type?: "pti_user" | "brivo_user" | "hid_credential_manager_user" | "salto_site_user" | "latch_user" | "dormakaba_community_user" | undefined;
1522
1535
  external_type_display_name?: string | undefined;
1523
1536
  is_latest_desired_state_synced_with_provider?: boolean | undefined;
1524
1537
  latest_desired_state_synced_with_provider_at?: string | undefined;
@@ -2113,7 +2126,21 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2113
2126
  is_latest_desired_state_synced_with_provider?: boolean | undefined;
2114
2127
  latest_desired_state_synced_with_provider_at?: string | undefined;
2115
2128
  }>]>>;
2129
+ warnings: z.ZodArray<z.ZodObject<{
2130
+ warning_code: z.ZodLiteral<"acs_credential_on_encoder_out_of_sync">;
2131
+ warning_message: z.ZodString;
2132
+ }, "strip", z.ZodTypeAny, {
2133
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2134
+ warning_message: string;
2135
+ }, {
2136
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2137
+ warning_message: string;
2138
+ }>, "many">;
2116
2139
  }, "strip", z.ZodTypeAny, {
2140
+ warnings: {
2141
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2142
+ warning_message: string;
2143
+ }[];
2117
2144
  acs_credential_on_encoder: {
2118
2145
  created_at: string | null;
2119
2146
  starts_at: string | null;
@@ -2217,6 +2244,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2217
2244
  latest_desired_state_synced_with_provider_at?: string | undefined;
2218
2245
  } | null;
2219
2246
  }, {
2247
+ warnings: {
2248
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2249
+ warning_message: string;
2250
+ }[];
2220
2251
  acs_credential_on_encoder: {
2221
2252
  created_at: string | null;
2222
2253
  starts_at: string | null;
@@ -2325,6 +2356,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2325
2356
  action_attempt_id: string;
2326
2357
  error: null;
2327
2358
  result: {
2359
+ warnings: {
2360
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2361
+ warning_message: string;
2362
+ }[];
2328
2363
  acs_credential_on_encoder: {
2329
2364
  created_at: string | null;
2330
2365
  starts_at: string | null;
@@ -2434,6 +2469,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
2434
2469
  action_attempt_id: string;
2435
2470
  error: null;
2436
2471
  result: {
2472
+ warnings: {
2473
+ warning_code: "acs_credential_on_encoder_out_of_sync";
2474
+ warning_message: string;
2475
+ }[];
2437
2476
  acs_credential_on_encoder: {
2438
2477
  created_at: string | null;
2439
2478
  starts_at: string | null;
@@ -3086,22 +3125,34 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3086
3125
  result: z.ZodNull;
3087
3126
  }>, {
3088
3127
  action_type: z.ZodLiteral<"ENCODE_CARD">;
3089
- error: z.ZodObject<{
3090
- type: z.ZodString;
3128
+ error: z.ZodUnion<[z.ZodObject<{
3129
+ type: z.ZodLiteral<"no_card_on_encoder">;
3091
3130
  message: z.ZodString;
3092
3131
  }, "strip", z.ZodTypeAny, {
3093
3132
  message: string;
3094
- type: string;
3133
+ type: "no_card_on_encoder";
3095
3134
  }, {
3096
3135
  message: string;
3097
- type: string;
3098
- }>;
3136
+ type: "no_card_on_encoder";
3137
+ }>, z.ZodObject<{
3138
+ type: z.ZodLiteral<"incompatible_card_format">;
3139
+ message: z.ZodString;
3140
+ }, "strip", z.ZodTypeAny, {
3141
+ message: string;
3142
+ type: "incompatible_card_format";
3143
+ }, {
3144
+ message: string;
3145
+ type: "incompatible_card_format";
3146
+ }>]>;
3099
3147
  }>, "strip", z.ZodTypeAny, {
3100
3148
  status: "error";
3101
3149
  action_attempt_id: string;
3102
3150
  error: {
3103
3151
  message: string;
3104
- type: string;
3152
+ type: "no_card_on_encoder";
3153
+ } | {
3154
+ message: string;
3155
+ type: "incompatible_card_format";
3105
3156
  };
3106
3157
  result: null;
3107
3158
  action_type: "ENCODE_CARD";
@@ -3110,7 +3161,10 @@ declare const action_attempt: z.ZodUnion<[z.ZodObject<z.objectUtil.extendShape<z
3110
3161
  action_attempt_id: string;
3111
3162
  error: {
3112
3163
  message: string;
3113
- type: string;
3164
+ type: "no_card_on_encoder";
3165
+ } | {
3166
+ message: string;
3167
+ type: "incompatible_card_format";
3114
3168
  };
3115
3169
  result: null;
3116
3170
  action_type: "ENCODE_CARD";
@@ -7196,6 +7250,7 @@ declare const device: z.ZodObject<z.objectUtil.extendShape<{
7196
7250
  type Device = z.infer<typeof device>;
7197
7251
 
7198
7252
  declare const DEVICE_PROVIDERS: {
7253
+ readonly DORMAKABA_COMMUNITY: "dormakaba_community";
7199
7254
  readonly AKUVOX: "akuvox";
7200
7255
  readonly AUGUST: "august";
7201
7256
  readonly AVIGILON_ALTA: "avigilon_alta";
@@ -11853,6 +11908,15 @@ declare const _default: {
11853
11908
  description: string;
11854
11909
  type: string;
11855
11910
  };
11911
+ dormakaba_community_metadata: {
11912
+ properties: {
11913
+ access_point_name: {
11914
+ type: string;
11915
+ };
11916
+ };
11917
+ required: string[];
11918
+ type: string;
11919
+ };
11856
11920
  errors: {
11857
11921
  items: {
11858
11922
  properties: {
@@ -12313,6 +12377,7 @@ declare const _default: {
12313
12377
  properties?: never;
12314
12378
  required?: never;
12315
12379
  type?: never;
12380
+ oneOf?: never;
12316
12381
  };
12317
12382
  result: {
12318
12383
  nullable: boolean;
@@ -12346,11 +12411,13 @@ declare const _default: {
12346
12411
  properties?: never;
12347
12412
  required?: never;
12348
12413
  type?: never;
12414
+ oneOf?: never;
12349
12415
  };
12350
12416
  result: {
12351
12417
  properties: {
12352
12418
  acs_credential_on_encoder?: never;
12353
12419
  acs_credential_on_seam?: never;
12420
+ warnings?: never;
12354
12421
  access_code?: never;
12355
12422
  noise_threshold?: never;
12356
12423
  };
@@ -12392,6 +12459,7 @@ declare const _default: {
12392
12459
  required: string[];
12393
12460
  type: string;
12394
12461
  nullable?: never;
12462
+ oneOf?: never;
12395
12463
  };
12396
12464
  result: {
12397
12465
  nullable: boolean;
@@ -12425,6 +12493,7 @@ declare const _default: {
12425
12493
  properties?: never;
12426
12494
  required?: never;
12427
12495
  type?: never;
12496
+ oneOf?: never;
12428
12497
  };
12429
12498
  result: {
12430
12499
  properties: {
@@ -12676,6 +12745,22 @@ declare const _default: {
12676
12745
  type: string;
12677
12746
  }[];
12678
12747
  };
12748
+ warnings: {
12749
+ items: {
12750
+ properties: {
12751
+ warning_code: {
12752
+ enum: string[];
12753
+ type: string;
12754
+ };
12755
+ warning_message: {
12756
+ type: string;
12757
+ };
12758
+ };
12759
+ required: string[];
12760
+ type: string;
12761
+ };
12762
+ type: string;
12763
+ };
12679
12764
  access_code?: never;
12680
12765
  noise_threshold?: never;
12681
12766
  };
@@ -12717,6 +12802,7 @@ declare const _default: {
12717
12802
  required: string[];
12718
12803
  type: string;
12719
12804
  nullable?: never;
12805
+ oneOf?: never;
12720
12806
  };
12721
12807
  result: {
12722
12808
  nullable: boolean;
@@ -12750,6 +12836,7 @@ declare const _default: {
12750
12836
  properties?: never;
12751
12837
  required?: never;
12752
12838
  type?: never;
12839
+ oneOf?: never;
12753
12840
  };
12754
12841
  result: {
12755
12842
  oneOf: {
@@ -12922,6 +13009,52 @@ declare const _default: {
12922
13009
  };
12923
13010
  required: string[];
12924
13011
  type: string;
13012
+ } | {
13013
+ description: string;
13014
+ properties: {
13015
+ action_attempt_id: {
13016
+ description: string;
13017
+ format: string;
13018
+ type: string;
13019
+ 'x-title': string;
13020
+ };
13021
+ action_type: {
13022
+ enum: string[];
13023
+ type: string;
13024
+ };
13025
+ error: {
13026
+ oneOf: {
13027
+ properties: {
13028
+ message: {
13029
+ type: string;
13030
+ };
13031
+ type: {
13032
+ enum: string[];
13033
+ type: string;
13034
+ };
13035
+ };
13036
+ required: string[];
13037
+ type: string;
13038
+ }[];
13039
+ nullable?: never;
13040
+ properties?: never;
13041
+ required?: never;
13042
+ type?: never;
13043
+ };
13044
+ result: {
13045
+ nullable: boolean;
13046
+ properties?: never;
13047
+ type?: never;
13048
+ required?: never;
13049
+ oneOf?: never;
13050
+ };
13051
+ status: {
13052
+ enum: string[];
13053
+ type: string;
13054
+ };
13055
+ };
13056
+ required: string[];
13057
+ type: string;
12925
13058
  } | {
12926
13059
  properties: {
12927
13060
  action_attempt_id: {
@@ -12939,6 +13072,7 @@ declare const _default: {
12939
13072
  properties?: never;
12940
13073
  required?: never;
12941
13074
  type?: never;
13075
+ oneOf?: never;
12942
13076
  };
12943
13077
  result: {
12944
13078
  nullable: boolean;
@@ -12972,11 +13106,13 @@ declare const _default: {
12972
13106
  properties?: never;
12973
13107
  required?: never;
12974
13108
  type?: never;
13109
+ oneOf?: never;
12975
13110
  };
12976
13111
  result: {
12977
13112
  properties: {
12978
13113
  acs_credential_on_encoder?: never;
12979
13114
  acs_credential_on_seam?: never;
13115
+ warnings?: never;
12980
13116
  access_code?: never;
12981
13117
  noise_threshold?: never;
12982
13118
  };
@@ -13018,6 +13154,7 @@ declare const _default: {
13018
13154
  required: string[];
13019
13155
  type: string;
13020
13156
  nullable?: never;
13157
+ oneOf?: never;
13021
13158
  };
13022
13159
  result: {
13023
13160
  nullable: boolean;
@@ -13051,12 +13188,14 @@ declare const _default: {
13051
13188
  properties?: never;
13052
13189
  required?: never;
13053
13190
  type?: never;
13191
+ oneOf?: never;
13054
13192
  };
13055
13193
  result: {
13056
13194
  properties: {
13057
13195
  access_code: {};
13058
13196
  acs_credential_on_encoder?: never;
13059
13197
  acs_credential_on_seam?: never;
13198
+ warnings?: never;
13060
13199
  noise_threshold?: never;
13061
13200
  };
13062
13201
  type: string;
@@ -13089,12 +13228,14 @@ declare const _default: {
13089
13228
  properties?: never;
13090
13229
  required?: never;
13091
13230
  type?: never;
13231
+ oneOf?: never;
13092
13232
  };
13093
13233
  result: {
13094
13234
  properties: {
13095
13235
  noise_threshold: {};
13096
13236
  acs_credential_on_encoder?: never;
13097
13237
  acs_credential_on_seam?: never;
13238
+ warnings?: never;
13098
13239
  access_code?: never;
13099
13240
  };
13100
13241
  type: string;
@@ -31262,6 +31403,10 @@ interface Routes {
31262
31403
  } | undefined;
31263
31404
  is_managed: false;
31264
31405
  }) | null;
31406
+ warnings: Array<{
31407
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
31408
+ warning_message: string;
31409
+ }>;
31265
31410
  };
31266
31411
  } | {
31267
31412
  /** The ID of the action attempt. */
@@ -31374,7 +31519,10 @@ interface Routes {
31374
31519
  result: null;
31375
31520
  action_type: 'ENCODE_CARD';
31376
31521
  error: {
31377
- type: string;
31522
+ type: 'no_card_on_encoder';
31523
+ message: string;
31524
+ } | {
31525
+ type: 'incompatible_card_format';
31378
31526
  message: string;
31379
31527
  };
31380
31528
  } | {
@@ -32055,6 +32203,10 @@ interface Routes {
32055
32203
  } | undefined;
32056
32204
  is_managed: false;
32057
32205
  }) | null;
32206
+ warnings: Array<{
32207
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
32208
+ warning_message: string;
32209
+ }>;
32058
32210
  };
32059
32211
  } | {
32060
32212
  /** The ID of the action attempt. */
@@ -32167,7 +32319,10 @@ interface Routes {
32167
32319
  result: null;
32168
32320
  action_type: 'ENCODE_CARD';
32169
32321
  error: {
32170
- type: string;
32322
+ type: 'no_card_on_encoder';
32323
+ message: string;
32324
+ } | {
32325
+ type: 'incompatible_card_format';
32171
32326
  message: string;
32172
32327
  };
32173
32328
  } | {
@@ -33005,6 +33160,10 @@ interface Routes {
33005
33160
  } | undefined;
33006
33161
  is_managed: false;
33007
33162
  }) | null;
33163
+ warnings: Array<{
33164
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
33165
+ warning_message: string;
33166
+ }>;
33008
33167
  };
33009
33168
  } | {
33010
33169
  /** The ID of the action attempt. */
@@ -33117,7 +33276,10 @@ interface Routes {
33117
33276
  result: null;
33118
33277
  action_type: 'ENCODE_CARD';
33119
33278
  error: {
33120
- type: string;
33279
+ type: 'no_card_on_encoder';
33280
+ message: string;
33281
+ } | {
33282
+ type: 'incompatible_card_format';
33121
33283
  message: string;
33122
33284
  };
33123
33285
  } | {
@@ -33785,6 +33947,10 @@ interface Routes {
33785
33947
  } | undefined;
33786
33948
  is_managed: false;
33787
33949
  }) | null;
33950
+ warnings: Array<{
33951
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
33952
+ warning_message: string;
33953
+ }>;
33788
33954
  };
33789
33955
  } | {
33790
33956
  /** The ID of the action attempt. */
@@ -33897,7 +34063,10 @@ interface Routes {
33897
34063
  result: null;
33898
34064
  action_type: 'ENCODE_CARD';
33899
34065
  error: {
33900
- type: string;
34066
+ type: 'no_card_on_encoder';
34067
+ message: string;
34068
+ } | {
34069
+ type: 'incompatible_card_format';
33901
34070
  message: string;
33902
34071
  };
33903
34072
  } | {
@@ -34408,6 +34577,9 @@ interface Routes {
34408
34577
  intrusion_alarm: boolean;
34409
34578
  privacy_mode: boolean;
34410
34579
  } | undefined;
34580
+ dormakaba_community_metadata?: {
34581
+ access_point_name: string;
34582
+ } | undefined;
34411
34583
  }>;
34412
34584
  };
34413
34585
  };
@@ -34435,7 +34607,7 @@ interface Routes {
34435
34607
  /** Display name for the `acs_user`. */
34436
34608
  display_name: string;
34437
34609
  /** Brand-specific terminology for the `acs_user` type. */
34438
- external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user') | undefined;
34610
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
34439
34611
  /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
34440
34612
  external_type_display_name?: string | undefined;
34441
34613
  /** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
@@ -34946,6 +35118,9 @@ interface Routes {
34946
35118
  intrusion_alarm: boolean;
34947
35119
  privacy_mode: boolean;
34948
35120
  } | undefined;
35121
+ dormakaba_community_metadata?: {
35122
+ access_point_name: string;
35123
+ } | undefined;
34949
35124
  }>;
34950
35125
  };
34951
35126
  };
@@ -35352,6 +35527,10 @@ interface Routes {
35352
35527
  } | undefined;
35353
35528
  is_managed: false;
35354
35529
  }) | null;
35530
+ warnings: Array<{
35531
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
35532
+ warning_message: string;
35533
+ }>;
35355
35534
  };
35356
35535
  } | {
35357
35536
  /** The ID of the action attempt. */
@@ -35464,7 +35643,10 @@ interface Routes {
35464
35643
  result: null;
35465
35644
  action_type: 'ENCODE_CARD';
35466
35645
  error: {
35467
- type: string;
35646
+ type: 'no_card_on_encoder';
35647
+ message: string;
35648
+ } | {
35649
+ type: 'incompatible_card_format';
35468
35650
  message: string;
35469
35651
  };
35470
35652
  } | {
@@ -36474,6 +36656,10 @@ interface Routes {
36474
36656
  } | undefined;
36475
36657
  is_managed: false;
36476
36658
  }) | null;
36659
+ warnings: Array<{
36660
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
36661
+ warning_message: string;
36662
+ }>;
36477
36663
  };
36478
36664
  } | {
36479
36665
  /** The ID of the action attempt. */
@@ -36586,7 +36772,10 @@ interface Routes {
36586
36772
  result: null;
36587
36773
  action_type: 'ENCODE_CARD';
36588
36774
  error: {
36589
- type: string;
36775
+ type: 'no_card_on_encoder';
36776
+ message: string;
36777
+ } | {
36778
+ type: 'incompatible_card_format';
36590
36779
  message: string;
36591
36780
  };
36592
36781
  } | {
@@ -36983,6 +37172,9 @@ interface Routes {
36983
37172
  intrusion_alarm: boolean;
36984
37173
  privacy_mode: boolean;
36985
37174
  } | undefined;
37175
+ dormakaba_community_metadata?: {
37176
+ access_point_name: string;
37177
+ } | undefined;
36986
37178
  };
36987
37179
  };
36988
37180
  };
@@ -37046,6 +37238,9 @@ interface Routes {
37046
37238
  intrusion_alarm: boolean;
37047
37239
  privacy_mode: boolean;
37048
37240
  } | undefined;
37241
+ dormakaba_community_metadata?: {
37242
+ access_point_name: string;
37243
+ } | undefined;
37049
37244
  }>;
37050
37245
  };
37051
37246
  };
@@ -37121,7 +37316,7 @@ interface Routes {
37121
37316
  /** ID of the `acs_system`. */
37122
37317
  acs_system_id: string;
37123
37318
  /** Brand-specific terminology for the `acs_system` type. */
37124
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
37319
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community') | undefined;
37125
37320
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
37126
37321
  external_type_display_name?: string | undefined;
37127
37322
  /** Indicates if the `acs_system` is a credential manager. */
@@ -37136,7 +37331,7 @@ interface Routes {
37136
37331
  } | undefined;
37137
37332
  /**
37138
37333
  * @deprecated Use `external_type`. */
37139
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
37334
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community') | undefined;
37140
37335
  /**
37141
37336
  * @deprecated Use `external_type_display_name`. */
37142
37337
  system_type_display_name?: string | undefined;
@@ -37226,7 +37421,7 @@ interface Routes {
37226
37421
  /** ID of the `acs_system`. */
37227
37422
  acs_system_id: string;
37228
37423
  /** Brand-specific terminology for the `acs_system` type. */
37229
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
37424
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community') | undefined;
37230
37425
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
37231
37426
  external_type_display_name?: string | undefined;
37232
37427
  /** Indicates if the `acs_system` is a credential manager. */
@@ -37241,7 +37436,7 @@ interface Routes {
37241
37436
  } | undefined;
37242
37437
  /**
37243
37438
  * @deprecated Use `external_type`. */
37244
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
37439
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community') | undefined;
37245
37440
  /**
37246
37441
  * @deprecated Use `external_type_display_name`. */
37247
37442
  system_type_display_name?: string | undefined;
@@ -37331,7 +37526,7 @@ interface Routes {
37331
37526
  /** ID of the `acs_system`. */
37332
37527
  acs_system_id: string;
37333
37528
  /** Brand-specific terminology for the `acs_system` type. */
37334
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
37529
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community') | undefined;
37335
37530
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
37336
37531
  external_type_display_name?: string | undefined;
37337
37532
  /** Indicates if the `acs_system` is a credential manager. */
@@ -37346,7 +37541,7 @@ interface Routes {
37346
37541
  } | undefined;
37347
37542
  /**
37348
37543
  * @deprecated Use `external_type`. */
37349
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
37544
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community') | undefined;
37350
37545
  /**
37351
37546
  * @deprecated Use `external_type_display_name`. */
37352
37547
  system_type_display_name?: string | undefined;
@@ -37475,7 +37670,7 @@ interface Routes {
37475
37670
  /** Display name for the `acs_user`. */
37476
37671
  display_name: string;
37477
37672
  /** Brand-specific terminology for the `acs_user` type. */
37478
- external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user') | undefined;
37673
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
37479
37674
  /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
37480
37675
  external_type_display_name?: string | undefined;
37481
37676
  /** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
@@ -37588,7 +37783,7 @@ interface Routes {
37588
37783
  /** Display name for the `acs_user`. */
37589
37784
  display_name: string;
37590
37785
  /** Brand-specific terminology for the `acs_user` type. */
37591
- external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user') | undefined;
37786
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
37592
37787
  /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
37593
37788
  external_type_display_name?: string | undefined;
37594
37789
  /** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
@@ -37697,7 +37892,7 @@ interface Routes {
37697
37892
  /** Display name for the `acs_user`. */
37698
37893
  display_name: string;
37699
37894
  /** Brand-specific terminology for the `acs_user` type. */
37700
- external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user') | undefined;
37895
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
37701
37896
  /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
37702
37897
  external_type_display_name?: string | undefined;
37703
37898
  /** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
@@ -37822,6 +38017,9 @@ interface Routes {
37822
38017
  intrusion_alarm: boolean;
37823
38018
  privacy_mode: boolean;
37824
38019
  } | undefined;
38020
+ dormakaba_community_metadata?: {
38021
+ access_point_name: string;
38022
+ } | undefined;
37825
38023
  }>;
37826
38024
  };
37827
38025
  };
@@ -37886,7 +38084,7 @@ interface Routes {
37886
38084
  /** Display name for the `acs_user`. */
37887
38085
  display_name: string;
37888
38086
  /** Brand-specific terminology for the `acs_user` type. */
37889
- external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user') | undefined;
38087
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
37890
38088
  /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
37891
38089
  external_type_display_name?: string | undefined;
37892
38090
  /** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
@@ -37990,7 +38188,7 @@ interface Routes {
37990
38188
  /** Display name for the `acs_user`. */
37991
38189
  display_name: string;
37992
38190
  /** Brand-specific terminology for the `acs_user` type. */
37993
- external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user') | undefined;
38191
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
37994
38192
  /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
37995
38193
  external_type_display_name?: string | undefined;
37996
38194
  /** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
@@ -38286,6 +38484,10 @@ interface Routes {
38286
38484
  } | undefined;
38287
38485
  is_managed: false;
38288
38486
  }) | null;
38487
+ warnings: Array<{
38488
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
38489
+ warning_message: string;
38490
+ }>;
38289
38491
  };
38290
38492
  } | {
38291
38493
  /** The ID of the action attempt. */
@@ -38398,7 +38600,10 @@ interface Routes {
38398
38600
  result: null;
38399
38601
  action_type: 'ENCODE_CARD';
38400
38602
  error: {
38401
- type: string;
38603
+ type: 'no_card_on_encoder';
38604
+ message: string;
38605
+ } | {
38606
+ type: 'incompatible_card_format';
38402
38607
  message: string;
38403
38608
  };
38404
38609
  } | {
@@ -38928,6 +39133,10 @@ interface Routes {
38928
39133
  } | undefined;
38929
39134
  is_managed: false;
38930
39135
  }) | null;
39136
+ warnings: Array<{
39137
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
39138
+ warning_message: string;
39139
+ }>;
38931
39140
  };
38932
39141
  } | {
38933
39142
  /** The ID of the action attempt. */
@@ -39040,7 +39249,10 @@ interface Routes {
39040
39249
  result: null;
39041
39250
  action_type: 'ENCODE_CARD';
39042
39251
  error: {
39043
- type: string;
39252
+ type: 'no_card_on_encoder';
39253
+ message: string;
39254
+ } | {
39255
+ type: 'incompatible_card_format';
39044
39256
  message: string;
39045
39257
  };
39046
39258
  } | {
@@ -39552,7 +39764,7 @@ interface Routes {
39552
39764
  device_selection_mode?: ('none' | 'single' | 'multiple') | undefined;
39553
39765
  custom_redirect_url?: string | undefined;
39554
39766
  custom_redirect_failure_url?: string | undefined;
39555
- accepted_providers?: Array<'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'vostio' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
39767
+ accepted_providers?: Array<'dormakaba_community' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'vostio' | 'yale_access' | 'hid_cm' | 'google_nest'> | undefined;
39556
39768
  provider_category?: ('stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems' | 'internal_beta') | undefined;
39557
39769
  custom_metadata?: Record<string, string | boolean | null> | undefined;
39558
39770
  automatically_manage_new_devices?: boolean;
@@ -40782,7 +40994,7 @@ interface Routes {
40782
40994
  formData: {};
40783
40995
  jsonResponse: {
40784
40996
  device_providers: Array<{
40785
- device_provider_name: 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'vostio';
40997
+ device_provider_name: 'dormakaba_community' | 'akuvox' | 'august' | 'avigilon_alta' | 'brivo' | 'butterflymx' | 'schlage' | 'smartthings' | 'yale' | 'genie' | 'doorking' | 'salto' | 'lockly' | 'ttlock' | 'linear' | 'noiseaware' | 'nuki' | 'seam_relay_admin' | 'igloo' | 'kwikset' | 'minut' | 'my_2n' | 'controlbyweb' | 'nest' | 'igloohome' | 'ecobee' | 'hubitat' | 'four_suites' | 'dormakaba_oracode' | 'pti' | 'wyze' | 'seam_passport' | 'visionline' | 'assa_abloy_credential_service' | 'seam_bridge' | 'tedee' | 'honeywell_resideo' | 'latch' | 'akiles' | 'vostio';
40786
40998
  display_name: string;
40787
40999
  image_url: string;
40788
41000
  provider_categories: Array<'stable' | 'consumer_smartlocks' | 'thermostats' | 'noise_sensors' | 'access_control_systems'>;
@@ -43239,6 +43451,10 @@ interface Routes {
43239
43451
  } | undefined;
43240
43452
  is_managed: false;
43241
43453
  }) | null;
43454
+ warnings: Array<{
43455
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
43456
+ warning_message: string;
43457
+ }>;
43242
43458
  };
43243
43459
  } | {
43244
43460
  /** The ID of the action attempt. */
@@ -43351,7 +43567,10 @@ interface Routes {
43351
43567
  result: null;
43352
43568
  action_type: 'ENCODE_CARD';
43353
43569
  error: {
43354
- type: string;
43570
+ type: 'no_card_on_encoder';
43571
+ message: string;
43572
+ } | {
43573
+ type: 'incompatible_card_format';
43355
43574
  message: string;
43356
43575
  };
43357
43576
  } | {
@@ -43882,6 +44101,10 @@ interface Routes {
43882
44101
  } | undefined;
43883
44102
  is_managed: false;
43884
44103
  }) | null;
44104
+ warnings: Array<{
44105
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
44106
+ warning_message: string;
44107
+ }>;
43885
44108
  };
43886
44109
  } | {
43887
44110
  /** The ID of the action attempt. */
@@ -43994,7 +44217,10 @@ interface Routes {
43994
44217
  result: null;
43995
44218
  action_type: 'ENCODE_CARD';
43996
44219
  error: {
43997
- type: string;
44220
+ type: 'no_card_on_encoder';
44221
+ message: string;
44222
+ } | {
44223
+ type: 'incompatible_card_format';
43998
44224
  message: string;
43999
44225
  };
44000
44226
  } | {
@@ -45507,6 +45733,10 @@ interface Routes {
45507
45733
  } | undefined;
45508
45734
  is_managed: false;
45509
45735
  }) | null;
45736
+ warnings: Array<{
45737
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
45738
+ warning_message: string;
45739
+ }>;
45510
45740
  };
45511
45741
  } | {
45512
45742
  /** The ID of the action attempt. */
@@ -45619,7 +45849,10 @@ interface Routes {
45619
45849
  result: null;
45620
45850
  action_type: 'ENCODE_CARD';
45621
45851
  error: {
45622
- type: string;
45852
+ type: 'no_card_on_encoder';
45853
+ message: string;
45854
+ } | {
45855
+ type: 'incompatible_card_format';
45623
45856
  message: string;
45624
45857
  };
45625
45858
  } | {
@@ -46160,6 +46393,10 @@ interface Routes {
46160
46393
  } | undefined;
46161
46394
  is_managed: false;
46162
46395
  }) | null;
46396
+ warnings: Array<{
46397
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
46398
+ warning_message: string;
46399
+ }>;
46163
46400
  };
46164
46401
  } | {
46165
46402
  /** The ID of the action attempt. */
@@ -46272,7 +46509,10 @@ interface Routes {
46272
46509
  result: null;
46273
46510
  action_type: 'ENCODE_CARD';
46274
46511
  error: {
46275
- type: string;
46512
+ type: 'no_card_on_encoder';
46513
+ message: string;
46514
+ } | {
46515
+ type: 'incompatible_card_format';
46276
46516
  message: string;
46277
46517
  };
46278
46518
  } | {
@@ -46852,6 +47092,10 @@ interface Routes {
46852
47092
  } | undefined;
46853
47093
  is_managed: false;
46854
47094
  }) | null;
47095
+ warnings: Array<{
47096
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
47097
+ warning_message: string;
47098
+ }>;
46855
47099
  };
46856
47100
  } | {
46857
47101
  /** The ID of the action attempt. */
@@ -46964,7 +47208,10 @@ interface Routes {
46964
47208
  result: null;
46965
47209
  action_type: 'ENCODE_CARD';
46966
47210
  error: {
46967
- type: string;
47211
+ type: 'no_card_on_encoder';
47212
+ message: string;
47213
+ } | {
47214
+ type: 'incompatible_card_format';
46968
47215
  message: string;
46969
47216
  };
46970
47217
  } | {
@@ -47677,6 +47924,10 @@ interface Routes {
47677
47924
  } | undefined;
47678
47925
  is_managed: false;
47679
47926
  }) | null;
47927
+ warnings: Array<{
47928
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
47929
+ warning_message: string;
47930
+ }>;
47680
47931
  };
47681
47932
  } | {
47682
47933
  /** The ID of the action attempt. */
@@ -47789,7 +48040,10 @@ interface Routes {
47789
48040
  result: null;
47790
48041
  action_type: 'ENCODE_CARD';
47791
48042
  error: {
47792
- type: string;
48043
+ type: 'no_card_on_encoder';
48044
+ message: string;
48045
+ } | {
48046
+ type: 'incompatible_card_format';
47793
48047
  message: string;
47794
48048
  };
47795
48049
  } | {
@@ -48322,6 +48576,10 @@ interface Routes {
48322
48576
  } | undefined;
48323
48577
  is_managed: false;
48324
48578
  }) | null;
48579
+ warnings: Array<{
48580
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
48581
+ warning_message: string;
48582
+ }>;
48325
48583
  };
48326
48584
  } | {
48327
48585
  /** The ID of the action attempt. */
@@ -48434,7 +48692,10 @@ interface Routes {
48434
48692
  result: null;
48435
48693
  action_type: 'ENCODE_CARD';
48436
48694
  error: {
48437
- type: string;
48695
+ type: 'no_card_on_encoder';
48696
+ message: string;
48697
+ } | {
48698
+ type: 'incompatible_card_format';
48438
48699
  message: string;
48439
48700
  };
48440
48701
  } | {
@@ -49471,6 +49732,10 @@ interface Routes {
49471
49732
  } | undefined;
49472
49733
  is_managed: false;
49473
49734
  }) | null;
49735
+ warnings: Array<{
49736
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
49737
+ warning_message: string;
49738
+ }>;
49474
49739
  };
49475
49740
  } | {
49476
49741
  /** The ID of the action attempt. */
@@ -49583,7 +49848,10 @@ interface Routes {
49583
49848
  result: null;
49584
49849
  action_type: 'ENCODE_CARD';
49585
49850
  error: {
49586
- type: string;
49851
+ type: 'no_card_on_encoder';
49852
+ message: string;
49853
+ } | {
49854
+ type: 'incompatible_card_format';
49587
49855
  message: string;
49588
49856
  };
49589
49857
  } | {
@@ -50118,6 +50386,10 @@ interface Routes {
50118
50386
  } | undefined;
50119
50387
  is_managed: false;
50120
50388
  }) | null;
50389
+ warnings: Array<{
50390
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
50391
+ warning_message: string;
50392
+ }>;
50121
50393
  };
50122
50394
  } | {
50123
50395
  /** The ID of the action attempt. */
@@ -50230,7 +50502,10 @@ interface Routes {
50230
50502
  result: null;
50231
50503
  action_type: 'ENCODE_CARD';
50232
50504
  error: {
50233
- type: string;
50505
+ type: 'no_card_on_encoder';
50506
+ message: string;
50507
+ } | {
50508
+ type: 'incompatible_card_format';
50234
50509
  message: string;
50235
50510
  };
50236
50511
  } | {
@@ -51704,6 +51979,10 @@ interface Routes {
51704
51979
  } | undefined;
51705
51980
  is_managed: false;
51706
51981
  }) | null;
51982
+ warnings: Array<{
51983
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
51984
+ warning_message: string;
51985
+ }>;
51707
51986
  };
51708
51987
  } | {
51709
51988
  /** The ID of the action attempt. */
@@ -51816,7 +52095,10 @@ interface Routes {
51816
52095
  result: null;
51817
52096
  action_type: 'ENCODE_CARD';
51818
52097
  error: {
51819
- type: string;
52098
+ type: 'no_card_on_encoder';
52099
+ message: string;
52100
+ } | {
52101
+ type: 'incompatible_card_format';
51820
52102
  message: string;
51821
52103
  };
51822
52104
  } | {
@@ -52468,6 +52750,10 @@ interface Routes {
52468
52750
  } | undefined;
52469
52751
  is_managed: false;
52470
52752
  }) | null;
52753
+ warnings: Array<{
52754
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
52755
+ warning_message: string;
52756
+ }>;
52471
52757
  };
52472
52758
  } | {
52473
52759
  /** The ID of the action attempt. */
@@ -52580,7 +52866,10 @@ interface Routes {
52580
52866
  result: null;
52581
52867
  action_type: 'ENCODE_CARD';
52582
52868
  error: {
52583
- type: string;
52869
+ type: 'no_card_on_encoder';
52870
+ message: string;
52871
+ } | {
52872
+ type: 'incompatible_card_format';
52584
52873
  message: string;
52585
52874
  };
52586
52875
  } | {
@@ -54092,7 +54381,7 @@ interface Routes {
54092
54381
  /** ID of the `acs_system`. */
54093
54382
  acs_system_id: string;
54094
54383
  /** Brand-specific terminology for the `acs_system` type. */
54095
- external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
54384
+ external_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community') | undefined;
54096
54385
  /** Display name that corresponds to the brand-specific terminology for the `acs_system` type. */
54097
54386
  external_type_display_name?: string | undefined;
54098
54387
  /** Indicates if the `acs_system` is a credential manager. */
@@ -54107,7 +54396,7 @@ interface Routes {
54107
54396
  } | undefined;
54108
54397
  /**
54109
54398
  * @deprecated Use `external_type`. */
54110
- system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building') | undefined;
54399
+ system_type?: ('pti_site' | 'alta_org' | 'salto_ks_site' | 'brivo_account' | 'hid_credential_manager_organization' | 'visionline_system' | 'assa_abloy_credential_service' | 'latch_building' | 'dormakaba_community') | undefined;
54111
54400
  /**
54112
54401
  * @deprecated Use `external_type_display_name`. */
54113
54402
  system_type_display_name?: string | undefined;
@@ -54203,7 +54492,7 @@ interface Routes {
54203
54492
  /** Display name for the `acs_user`. */
54204
54493
  display_name: string;
54205
54494
  /** Brand-specific terminology for the `acs_user` type. */
54206
- external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user') | undefined;
54495
+ external_type?: ('pti_user' | 'brivo_user' | 'hid_credential_manager_user' | 'salto_site_user' | 'latch_user' | 'dormakaba_community_user') | undefined;
54207
54496
  /** Display name that corresponds to the brand-specific terminology for the `acs_user` type. */
54208
54497
  external_type_display_name?: string | undefined;
54209
54498
  /** Indicates whether the `acs_user` is currently [suspended](https://docs.seam.co/latest/capability-guides/access-systems/user-management/suspending-and-unsuspending-users). */
@@ -54639,6 +54928,10 @@ interface Routes {
54639
54928
  } | undefined;
54640
54929
  is_managed: false;
54641
54930
  }) | null;
54931
+ warnings: Array<{
54932
+ warning_code: 'acs_credential_on_encoder_out_of_sync';
54933
+ warning_message: string;
54934
+ }>;
54642
54935
  };
54643
54936
  } | {
54644
54937
  /** The ID of the action attempt. */
@@ -54751,7 +55044,10 @@ interface Routes {
54751
55044
  result: null;
54752
55045
  action_type: 'ENCODE_CARD';
54753
55046
  error: {
54754
- type: string;
55047
+ type: 'no_card_on_encoder';
55048
+ message: string;
55049
+ } | {
55050
+ type: 'incompatible_card_format';
54755
55051
  message: string;
54756
55052
  };
54757
55053
  } | {