@seamapi/types 1.1009.0 → 1.1011.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.
@@ -1939,6 +1939,15 @@ export type Routes = {
1939
1939
  created_at?: string | undefined;
1940
1940
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1941
1941
  error_code: 'access_code_inactive';
1942
+ } | {
1943
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1944
+ message: string;
1945
+ /** Indicates that this is an access code error. */
1946
+ is_access_code_error: true;
1947
+ /** Date and time at which Seam created the error. */
1948
+ created_at?: string | undefined;
1949
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1950
+ error_code: 'code_constraints_violated';
1942
1951
  } | {
1943
1952
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1944
1953
  message: string;
@@ -2427,6 +2436,15 @@ export type Routes = {
2427
2436
  created_at?: string | undefined;
2428
2437
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2429
2438
  error_code: 'access_code_inactive';
2439
+ } | {
2440
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2441
+ message: string;
2442
+ /** Indicates that this is an access code error. */
2443
+ is_access_code_error: true;
2444
+ /** Date and time at which Seam created the error. */
2445
+ created_at?: string | undefined;
2446
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2447
+ error_code: 'code_constraints_violated';
2430
2448
  } | {
2431
2449
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2432
2450
  message: string;
@@ -4719,6 +4737,15 @@ export type Routes = {
4719
4737
  created_at?: string | undefined;
4720
4738
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
4721
4739
  error_code: 'access_code_inactive';
4740
+ } | {
4741
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
4742
+ message: string;
4743
+ /** Indicates that this is an access code error. */
4744
+ is_access_code_error: true;
4745
+ /** Date and time at which Seam created the error. */
4746
+ created_at?: string | undefined;
4747
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
4748
+ error_code: 'code_constraints_violated';
4722
4749
  } | {
4723
4750
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
4724
4751
  message: string;
@@ -5255,6 +5282,15 @@ export type Routes = {
5255
5282
  created_at?: string | undefined;
5256
5283
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5257
5284
  error_code: 'access_code_inactive';
5285
+ } | {
5286
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5287
+ message: string;
5288
+ /** Indicates that this is an access code error. */
5289
+ is_access_code_error: true;
5290
+ /** Date and time at which Seam created the error. */
5291
+ created_at?: string | undefined;
5292
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5293
+ error_code: 'code_constraints_violated';
5258
5294
  } | {
5259
5295
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5260
5296
  message: string;
@@ -5734,6 +5770,15 @@ export type Routes = {
5734
5770
  created_at?: string | undefined;
5735
5771
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5736
5772
  error_code: 'access_code_inactive';
5773
+ } | {
5774
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5775
+ message: string;
5776
+ /** Indicates that this is an access code error. */
5777
+ is_access_code_error: true;
5778
+ /** Date and time at which Seam created the error. */
5779
+ created_at?: string | undefined;
5780
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5781
+ error_code: 'code_constraints_violated';
5737
5782
  } | {
5738
5783
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5739
5784
  message: string;
@@ -6190,6 +6235,15 @@ export type Routes = {
6190
6235
  created_at?: string | undefined;
6191
6236
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6192
6237
  error_code: 'access_code_inactive';
6238
+ } | {
6239
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6240
+ message: string;
6241
+ /** Indicates that this is an access code error. */
6242
+ is_access_code_error: true;
6243
+ /** Date and time at which Seam created the error. */
6244
+ created_at?: string | undefined;
6245
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6246
+ error_code: 'code_constraints_violated';
6193
6247
  } | {
6194
6248
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6195
6249
  message: string;
@@ -6679,6 +6733,15 @@ export type Routes = {
6679
6733
  created_at?: string | undefined;
6680
6734
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6681
6735
  error_code: 'access_code_inactive';
6736
+ } | {
6737
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6738
+ message: string;
6739
+ /** Indicates that this is an access code error. */
6740
+ is_access_code_error: true;
6741
+ /** Date and time at which Seam created the error. */
6742
+ created_at?: string | undefined;
6743
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6744
+ error_code: 'code_constraints_violated';
6682
6745
  } | {
6683
6746
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6684
6747
  message: string;
@@ -8880,6 +8943,15 @@ export type Routes = {
8880
8943
  created_at?: string | undefined;
8881
8944
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8882
8945
  error_code: 'access_code_inactive';
8946
+ } | {
8947
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
8948
+ message: string;
8949
+ /** Indicates that this is an access code error. */
8950
+ is_access_code_error: true;
8951
+ /** Date and time at which Seam created the error. */
8952
+ created_at?: string | undefined;
8953
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8954
+ error_code: 'code_constraints_violated';
8883
8955
  } | {
8884
8956
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
8885
8957
  message: string;
@@ -9255,6 +9327,15 @@ export type Routes = {
9255
9327
  created_at?: string | undefined;
9256
9328
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
9257
9329
  error_code: 'access_code_inactive';
9330
+ } | {
9331
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
9332
+ message: string;
9333
+ /** Indicates that this is an access code error. */
9334
+ is_access_code_error: true;
9335
+ /** Date and time at which Seam created the error. */
9336
+ created_at?: string | undefined;
9337
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
9338
+ error_code: 'code_constraints_violated';
9258
9339
  } | {
9259
9340
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
9260
9341
  message: string;
@@ -78871,7 +78952,7 @@ export type Routes = {
78871
78952
  queryParams: {};
78872
78953
  jsonBody: {
78873
78954
  /** Name of the workspace feature flag to update. */
78874
- feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'ACCESS_METHOD_DEADLINE_ERRORS' | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE' | 'TARGETED_ACCESS_GRANT_ISSUANCE';
78955
+ feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES' | 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'ACCESS_METHOD_DEADLINE_ERRORS' | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE' | 'TARGETED_ACCESS_GRANT_ISSUANCE';
78875
78956
  /** Whether the feature flag should be enabled for the workspace. */
78876
78957
  enabled: boolean;
78877
78958
  };
@@ -78879,7 +78960,7 @@ export type Routes = {
78879
78960
  formData: {};
78880
78961
  jsonResponse: {
78881
78962
  feature_flag: {
78882
- feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'ACCESS_METHOD_DEADLINE_ERRORS' | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE' | 'TARGETED_ACCESS_GRANT_ISSUANCE';
78963
+ feature_flag_name: 'RESERVATION_LEGACY' | 'EXPERIMENTAL_DASHBOARD_API_ENABLED' | 'ICAL_CONNECTOR' | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS' | 'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES' | 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES' | 'MANAGE_DEVICES_CONFIRMATION_MODAL' | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES' | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES' | 'LYNX_MIGRATION_ENABLED' | 'AURORA_CUSTOMER_FILTER_ENABLED' | 'ACCESS_METHOD_DEADLINE_ERRORS' | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE' | 'TARGETED_ACCESS_GRANT_ISSUANCE';
78883
78964
  enabled: boolean;
78884
78965
  };
78885
78966
  };
@@ -85101,6 +85182,7 @@ export type Routes = {
85101
85182
  feature_flags?: {
85102
85183
  RESERVATION_LEGACY?: boolean | undefined;
85103
85184
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES?: boolean | undefined;
85185
+ SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES?: boolean | undefined;
85104
85186
  MANAGE_DEVICES_CONFIRMATION_MODAL?: boolean | undefined;
85105
85187
  } | undefined;
85106
85188
  };
@@ -124996,6 +125078,15 @@ export type Routes = {
124996
125078
  created_at?: string | undefined;
124997
125079
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
124998
125080
  error_code: 'access_code_inactive';
125081
+ } | {
125082
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
125083
+ message: string;
125084
+ /** Indicates that this is an access code error. */
125085
+ is_access_code_error: true;
125086
+ /** Date and time at which Seam created the error. */
125087
+ created_at?: string | undefined;
125088
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
125089
+ error_code: 'code_constraints_violated';
124999
125090
  } | {
125000
125091
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
125001
125092
  message: string;
@@ -125355,6 +125446,15 @@ export type Routes = {
125355
125446
  created_at?: string | undefined;
125356
125447
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
125357
125448
  error_code: 'access_code_inactive';
125449
+ } | {
125450
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
125451
+ message: string;
125452
+ /** Indicates that this is an access code error. */
125453
+ is_access_code_error: true;
125454
+ /** Date and time at which Seam created the error. */
125455
+ created_at?: string | undefined;
125456
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
125457
+ error_code: 'code_constraints_violated';
125358
125458
  } | {
125359
125459
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
125360
125460
  message: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.1009.0",
3
+ "version": "1.1011.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -135,6 +135,17 @@ const access_code_inactive_error = common_access_code_error.extend({
135
135
  Indicates that the access code is disabled or inactive on the device. The code exists but will not grant access until re-enabled.
136
136
  `)
137
137
 
138
+ const code_constraints_violated = common_access_code_error.extend({
139
+ error_code: z
140
+ .literal('code_constraints_violated')
141
+ .describe(error_code_description),
142
+ }).describe(`
143
+ ---
144
+ resource_type: access_code
145
+ ---
146
+ The code cannot be set on the device because it violates the device's code constraints (for example, its length, digits, or a too-simple value). The code will not be retried until you change it. See the device's \`code_constraints\` and \`supported_code_lengths\`.
147
+ `)
148
+
138
149
  const access_code_error = z
139
150
  .discriminatedUnion('error_code', [
140
151
  provider_issue,
@@ -144,6 +155,7 @@ const access_code_error = z
144
155
  no_space_for_access_code_on_device,
145
156
  conflicting_external_modification_error,
146
157
  access_code_inactive_error,
158
+ code_constraints_violated,
147
159
  ])
148
160
  .describe(
149
161
  'Errors associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes).',
@@ -165,6 +177,7 @@ const _access_code_error_map = z.object({
165
177
  .optional()
166
178
  .nullable(),
167
179
  access_code_inactive: access_code_inactive_error.optional().nullable(),
180
+ code_constraints_violated: code_constraints_violated.optional().nullable(),
168
181
  })
169
182
 
170
183
  export type AccessCodeErrorMap = z.infer<typeof _access_code_error_map>
@@ -367,6 +367,38 @@ const openapi: OpenAPISpec = {
367
367
  type: 'object',
368
368
  'x-resource-type': 'access_code',
369
369
  },
370
+ {
371
+ description:
372
+ "The code cannot be set on the device because it violates the device's code constraints (for example, its length, digits, or a too-simple value). The code will not be retried until you change it. See the device's `code_constraints` and `supported_code_lengths`.",
373
+ properties: {
374
+ created_at: {
375
+ description:
376
+ 'Date and time at which Seam created the error.',
377
+ format: 'date-time',
378
+ type: 'string',
379
+ },
380
+ error_code: {
381
+ description:
382
+ 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
383
+ enum: ['code_constraints_violated'],
384
+ type: 'string',
385
+ },
386
+ is_access_code_error: {
387
+ description:
388
+ 'Indicates that this is an access code error.',
389
+ enum: [true],
390
+ type: 'boolean',
391
+ },
392
+ message: {
393
+ description:
394
+ 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
395
+ type: 'string',
396
+ },
397
+ },
398
+ required: ['message', 'is_access_code_error', 'error_code'],
399
+ type: 'object',
400
+ 'x-resource-type': 'access_code',
401
+ },
370
402
  {
371
403
  description: 'Indicates that the account is disconnected.',
372
404
  properties: {
@@ -30476,6 +30508,38 @@ const openapi: OpenAPISpec = {
30476
30508
  type: 'object',
30477
30509
  'x-resource-type': 'access_code',
30478
30510
  },
30511
+ {
30512
+ description:
30513
+ "The code cannot be set on the device because it violates the device's code constraints (for example, its length, digits, or a too-simple value). The code will not be retried until you change it. See the device's `code_constraints` and `supported_code_lengths`.",
30514
+ properties: {
30515
+ created_at: {
30516
+ description:
30517
+ 'Date and time at which Seam created the error.',
30518
+ format: 'date-time',
30519
+ type: 'string',
30520
+ },
30521
+ error_code: {
30522
+ description:
30523
+ 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
30524
+ enum: ['code_constraints_violated'],
30525
+ type: 'string',
30526
+ },
30527
+ is_access_code_error: {
30528
+ description:
30529
+ 'Indicates that this is an access code error.',
30530
+ enum: [true],
30531
+ type: 'boolean',
30532
+ },
30533
+ message: {
30534
+ description:
30535
+ 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
30536
+ type: 'string',
30537
+ },
30538
+ },
30539
+ required: ['message', 'is_access_code_error', 'error_code'],
30540
+ type: 'object',
30541
+ 'x-resource-type': 'access_code',
30542
+ },
30479
30543
  {
30480
30544
  description: 'Indicates that the account is disconnected.',
30481
30545
  properties: {
@@ -67308,6 +67372,7 @@ const openapi: OpenAPISpec = {
67308
67372
  'ICAL_CONNECTOR',
67309
67373
  'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS',
67310
67374
  'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES',
67375
+ 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES',
67311
67376
  'MANAGE_DEVICES_CONFIRMATION_MODAL',
67312
67377
  'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
67313
67378
  'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES',
@@ -67342,6 +67407,7 @@ const openapi: OpenAPISpec = {
67342
67407
  'ICAL_CONNECTOR',
67343
67408
  'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS',
67344
67409
  'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES',
67410
+ 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES',
67345
67411
  'MANAGE_DEVICES_CONFIRMATION_MODAL',
67346
67412
  'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES',
67347
67413
  'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES',
@@ -72973,6 +73039,9 @@ const openapi: OpenAPISpec = {
72973
73039
  type: 'boolean',
72974
73040
  },
72975
73041
  RESERVATION_LEGACY: { type: 'boolean' },
73042
+ SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES: {
73043
+ type: 'boolean',
73044
+ },
72976
73045
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
72977
73046
  type: 'boolean',
72978
73047
  },
@@ -73466,6 +73535,9 @@ const openapi: OpenAPISpec = {
73466
73535
  type: 'boolean',
73467
73536
  },
73468
73537
  RESERVATION_LEGACY: { type: 'boolean' },
73538
+ SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES: {
73539
+ type: 'boolean',
73540
+ },
73469
73541
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES: {
73470
73542
  type: 'boolean',
73471
73543
  },
@@ -2253,6 +2253,16 @@ export type Routes = {
2253
2253
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2254
2254
  error_code: 'access_code_inactive'
2255
2255
  }
2256
+ | {
2257
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2258
+ message: string
2259
+ /** Indicates that this is an access code error. */
2260
+ is_access_code_error: true
2261
+ /** Date and time at which Seam created the error. */
2262
+ created_at?: string | undefined
2263
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2264
+ error_code: 'code_constraints_violated'
2265
+ }
2256
2266
  | {
2257
2267
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2258
2268
  message: string
@@ -2788,6 +2798,16 @@ export type Routes = {
2788
2798
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2789
2799
  error_code: 'access_code_inactive'
2790
2800
  }
2801
+ | {
2802
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2803
+ message: string
2804
+ /** Indicates that this is an access code error. */
2805
+ is_access_code_error: true
2806
+ /** Date and time at which Seam created the error. */
2807
+ created_at?: string | undefined
2808
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2809
+ error_code: 'code_constraints_violated'
2810
+ }
2791
2811
  | {
2792
2812
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2793
2813
  message: string
@@ -5431,6 +5451,16 @@ export type Routes = {
5431
5451
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5432
5452
  error_code: 'access_code_inactive'
5433
5453
  }
5454
+ | {
5455
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5456
+ message: string
5457
+ /** Indicates that this is an access code error. */
5458
+ is_access_code_error: true
5459
+ /** Date and time at which Seam created the error. */
5460
+ created_at?: string | undefined
5461
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5462
+ error_code: 'code_constraints_violated'
5463
+ }
5434
5464
  | {
5435
5465
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5436
5466
  message: string
@@ -6067,6 +6097,16 @@ export type Routes = {
6067
6097
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6068
6098
  error_code: 'access_code_inactive'
6069
6099
  }
6100
+ | {
6101
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6102
+ message: string
6103
+ /** Indicates that this is an access code error. */
6104
+ is_access_code_error: true
6105
+ /** Date and time at which Seam created the error. */
6106
+ created_at?: string | undefined
6107
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6108
+ error_code: 'code_constraints_violated'
6109
+ }
6070
6110
  | {
6071
6111
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6072
6112
  message: string
@@ -6593,6 +6633,16 @@ export type Routes = {
6593
6633
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6594
6634
  error_code: 'access_code_inactive'
6595
6635
  }
6636
+ | {
6637
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6638
+ message: string
6639
+ /** Indicates that this is an access code error. */
6640
+ is_access_code_error: true
6641
+ /** Date and time at which Seam created the error. */
6642
+ created_at?: string | undefined
6643
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6644
+ error_code: 'code_constraints_violated'
6645
+ }
6596
6646
  | {
6597
6647
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6598
6648
  message: string
@@ -7096,6 +7146,16 @@ export type Routes = {
7096
7146
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7097
7147
  error_code: 'access_code_inactive'
7098
7148
  }
7149
+ | {
7150
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7151
+ message: string
7152
+ /** Indicates that this is an access code error. */
7153
+ is_access_code_error: true
7154
+ /** Date and time at which Seam created the error. */
7155
+ created_at?: string | undefined
7156
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7157
+ error_code: 'code_constraints_violated'
7158
+ }
7099
7159
  | {
7100
7160
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7101
7161
  message: string
@@ -7632,6 +7692,16 @@ export type Routes = {
7632
7692
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7633
7693
  error_code: 'access_code_inactive'
7634
7694
  }
7695
+ | {
7696
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7697
+ message: string
7698
+ /** Indicates that this is an access code error. */
7699
+ is_access_code_error: true
7700
+ /** Date and time at which Seam created the error. */
7701
+ created_at?: string | undefined
7702
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7703
+ error_code: 'code_constraints_violated'
7704
+ }
7635
7705
  | {
7636
7706
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7637
7707
  message: string
@@ -10177,6 +10247,16 @@ export type Routes = {
10177
10247
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10178
10248
  error_code: 'access_code_inactive'
10179
10249
  }
10250
+ | {
10251
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10252
+ message: string
10253
+ /** Indicates that this is an access code error. */
10254
+ is_access_code_error: true
10255
+ /** Date and time at which Seam created the error. */
10256
+ created_at?: string | undefined
10257
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10258
+ error_code: 'code_constraints_violated'
10259
+ }
10180
10260
  | {
10181
10261
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10182
10262
  message: string
@@ -10592,6 +10672,16 @@ export type Routes = {
10592
10672
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10593
10673
  error_code: 'access_code_inactive'
10594
10674
  }
10675
+ | {
10676
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10677
+ message: string
10678
+ /** Indicates that this is an access code error. */
10679
+ is_access_code_error: true
10680
+ /** Date and time at which Seam created the error. */
10681
+ created_at?: string | undefined
10682
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10683
+ error_code: 'code_constraints_violated'
10684
+ }
10595
10685
  | {
10596
10686
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10597
10687
  message: string
@@ -94855,6 +94945,7 @@ export type Routes = {
94855
94945
  | 'ICAL_CONNECTOR'
94856
94946
  | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS'
94857
94947
  | 'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES'
94948
+ | 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES'
94858
94949
  | 'MANAGE_DEVICES_CONFIRMATION_MODAL'
94859
94950
  | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES'
94860
94951
  | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES'
@@ -94876,6 +94967,7 @@ export type Routes = {
94876
94967
  | 'ICAL_CONNECTOR'
94877
94968
  | 'VISIONLINE_SERIALIZE_BRIDGE_REQUESTS'
94878
94969
  | 'SALTO_KS_ENTRANCES_ONLY_FOR_SPACES'
94970
+ | 'SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES'
94879
94971
  | 'MANAGE_DEVICES_CONFIRMATION_MODAL'
94880
94972
  | 'RECLAIM_ORPHANED_BACKUP_ACCESS_CODES'
94881
94973
  | 'RECONCILE_ORPHANED_SMARTTHINGS_ACCESS_CODES'
@@ -102262,6 +102354,7 @@ export type Routes = {
102262
102354
  | {
102263
102355
  RESERVATION_LEGACY?: boolean | undefined
102264
102356
  SALTO_KS_ENTRANCES_ONLY_FOR_SPACES?: boolean | undefined
102357
+ SALTO_KS_DEVICES_AND_ENTRANCES_FOR_SPACES?: boolean | undefined
102265
102358
  MANAGE_DEVICES_CONFIRMATION_MODAL?: boolean | undefined
102266
102359
  }
102267
102360
  | undefined
@@ -149671,6 +149764,16 @@ export type Routes = {
149671
149764
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149672
149765
  error_code: 'access_code_inactive'
149673
149766
  }
149767
+ | {
149768
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
149769
+ message: string
149770
+ /** Indicates that this is an access code error. */
149771
+ is_access_code_error: true
149772
+ /** Date and time at which Seam created the error. */
149773
+ created_at?: string | undefined
149774
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149775
+ error_code: 'code_constraints_violated'
149776
+ }
149674
149777
  | {
149675
149778
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
149676
149779
  message: string
@@ -150072,6 +150175,16 @@ export type Routes = {
150072
150175
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150073
150176
  error_code: 'access_code_inactive'
150074
150177
  }
150178
+ | {
150179
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150180
+ message: string
150181
+ /** Indicates that this is an access code error. */
150182
+ is_access_code_error: true
150183
+ /** Date and time at which Seam created the error. */
150184
+ created_at?: string | undefined
150185
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150186
+ error_code: 'code_constraints_violated'
150187
+ }
150075
150188
  | {
150076
150189
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150077
150190
  message: string