@seamapi/types 1.922.0 → 1.924.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.
@@ -242,19 +242,6 @@ declare const access_code_warning: z.ZodDiscriminatedUnion<"warning_code", [z.Zo
242
242
  }>, z.ZodObject<{
243
243
  message: z.ZodString;
244
244
  created_at: z.ZodOptional<z.ZodString>;
245
- } & {
246
- warning_code: z.ZodLiteral<"schlage_detected_duplicate">;
247
- }, "strip", z.ZodTypeAny, {
248
- message: string;
249
- warning_code: "schlage_detected_duplicate";
250
- created_at?: string | undefined;
251
- }, {
252
- message: string;
253
- warning_code: "schlage_detected_duplicate";
254
- created_at?: string | undefined;
255
- }>, z.ZodObject<{
256
- message: z.ZodString;
257
- created_at: z.ZodOptional<z.ZodString>;
258
245
  } & {
259
246
  warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
260
247
  }, "strip", z.ZodTypeAny, {
@@ -919,6 +906,25 @@ declare const access_code: z.ZodObject<{
919
906
  error_code: "salto_ks_subscription_limit_exceeded";
920
907
  is_connected_account_error: true;
921
908
  is_device_error: false;
909
+ }> | z.ZodObject<{
910
+ message: z.ZodString;
911
+ created_at: z.ZodString;
912
+ } & {
913
+ error_code: z.ZodLiteral<"dormakaba_sites_disconnected">;
914
+ is_connected_account_error: z.ZodLiteral<true>;
915
+ is_device_error: z.ZodLiteral<false>;
916
+ }, "strip", z.ZodTypeAny, {
917
+ message: string;
918
+ created_at: string;
919
+ error_code: "dormakaba_sites_disconnected";
920
+ is_connected_account_error: true;
921
+ is_device_error: false;
922
+ }, {
923
+ message: string;
924
+ created_at: string;
925
+ error_code: "dormakaba_sites_disconnected";
926
+ is_connected_account_error: true;
927
+ is_device_error: false;
922
928
  }> | z.ZodObject<{
923
929
  message: z.ZodString;
924
930
  is_device_error: z.ZodLiteral<true>;
@@ -1016,19 +1022,6 @@ declare const access_code: z.ZodObject<{
1016
1022
  }>, z.ZodObject<{
1017
1023
  message: z.ZodString;
1018
1024
  created_at: z.ZodOptional<z.ZodString>;
1019
- } & {
1020
- warning_code: z.ZodLiteral<"schlage_detected_duplicate">;
1021
- }, "strip", z.ZodTypeAny, {
1022
- message: string;
1023
- warning_code: "schlage_detected_duplicate";
1024
- created_at?: string | undefined;
1025
- }, {
1026
- message: string;
1027
- warning_code: "schlage_detected_duplicate";
1028
- created_at?: string | undefined;
1029
- }>, z.ZodObject<{
1030
- message: z.ZodString;
1031
- created_at: z.ZodOptional<z.ZodString>;
1032
1025
  } & {
1033
1026
  warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
1034
1027
  }, "strip", z.ZodTypeAny, {
@@ -1478,6 +1471,12 @@ declare const access_code: z.ZodObject<{
1478
1471
  error_code: "salto_ks_subscription_limit_exceeded";
1479
1472
  is_connected_account_error: true;
1480
1473
  is_device_error: false;
1474
+ } | {
1475
+ message: string;
1476
+ created_at: string;
1477
+ error_code: "dormakaba_sites_disconnected";
1478
+ is_connected_account_error: true;
1479
+ is_device_error: false;
1481
1480
  } | {
1482
1481
  message: string;
1483
1482
  created_at: string;
@@ -1582,10 +1581,6 @@ declare const access_code: z.ZodObject<{
1582
1581
  to: string | null;
1583
1582
  field: string;
1584
1583
  }[] | undefined;
1585
- } | {
1586
- message: string;
1587
- warning_code: "schlage_detected_duplicate";
1588
- created_at?: string | undefined;
1589
1584
  } | {
1590
1585
  message: string;
1591
1586
  warning_code: "provider_issue";
@@ -1783,6 +1778,12 @@ declare const access_code: z.ZodObject<{
1783
1778
  error_code: "salto_ks_subscription_limit_exceeded";
1784
1779
  is_connected_account_error: true;
1785
1780
  is_device_error: false;
1781
+ } | {
1782
+ message: string;
1783
+ created_at: string;
1784
+ error_code: "dormakaba_sites_disconnected";
1785
+ is_connected_account_error: true;
1786
+ is_device_error: false;
1786
1787
  } | {
1787
1788
  message: string;
1788
1789
  created_at: string;
@@ -1887,10 +1888,6 @@ declare const access_code: z.ZodObject<{
1887
1888
  to: string | null;
1888
1889
  field: string;
1889
1890
  }[] | undefined;
1890
- } | {
1891
- message: string;
1892
- warning_code: "schlage_detected_duplicate";
1893
- created_at?: string | undefined;
1894
1891
  } | {
1895
1892
  message: string;
1896
1893
  warning_code: "provider_issue";
@@ -2511,6 +2508,25 @@ declare const unmanaged_access_code: z.ZodObject<{
2511
2508
  error_code: "salto_ks_subscription_limit_exceeded";
2512
2509
  is_connected_account_error: true;
2513
2510
  is_device_error: false;
2511
+ }> | z.ZodObject<{
2512
+ message: z.ZodString;
2513
+ created_at: z.ZodString;
2514
+ } & {
2515
+ error_code: z.ZodLiteral<"dormakaba_sites_disconnected">;
2516
+ is_connected_account_error: z.ZodLiteral<true>;
2517
+ is_device_error: z.ZodLiteral<false>;
2518
+ }, "strip", z.ZodTypeAny, {
2519
+ message: string;
2520
+ created_at: string;
2521
+ error_code: "dormakaba_sites_disconnected";
2522
+ is_connected_account_error: true;
2523
+ is_device_error: false;
2524
+ }, {
2525
+ message: string;
2526
+ created_at: string;
2527
+ error_code: "dormakaba_sites_disconnected";
2528
+ is_connected_account_error: true;
2529
+ is_device_error: false;
2514
2530
  }> | z.ZodObject<{
2515
2531
  message: z.ZodString;
2516
2532
  is_device_error: z.ZodLiteral<true>;
@@ -2608,19 +2624,6 @@ declare const unmanaged_access_code: z.ZodObject<{
2608
2624
  }>, z.ZodObject<{
2609
2625
  message: z.ZodString;
2610
2626
  created_at: z.ZodOptional<z.ZodString>;
2611
- } & {
2612
- warning_code: z.ZodLiteral<"schlage_detected_duplicate">;
2613
- }, "strip", z.ZodTypeAny, {
2614
- message: string;
2615
- warning_code: "schlage_detected_duplicate";
2616
- created_at?: string | undefined;
2617
- }, {
2618
- message: string;
2619
- warning_code: "schlage_detected_duplicate";
2620
- created_at?: string | undefined;
2621
- }>, z.ZodObject<{
2622
- message: z.ZodString;
2623
- created_at: z.ZodOptional<z.ZodString>;
2624
2627
  } & {
2625
2628
  warning_code: z.ZodLiteral<"schlage_access_code_ambiguous_timezone_dst_risk">;
2626
2629
  }, "strip", z.ZodTypeAny, {
@@ -2896,6 +2899,12 @@ declare const unmanaged_access_code: z.ZodObject<{
2896
2899
  error_code: "salto_ks_subscription_limit_exceeded";
2897
2900
  is_connected_account_error: true;
2898
2901
  is_device_error: false;
2902
+ } | {
2903
+ message: string;
2904
+ created_at: string;
2905
+ error_code: "dormakaba_sites_disconnected";
2906
+ is_connected_account_error: true;
2907
+ is_device_error: false;
2899
2908
  } | {
2900
2909
  message: string;
2901
2910
  created_at: string;
@@ -3000,10 +3009,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3000
3009
  to: string | null;
3001
3010
  field: string;
3002
3011
  }[] | undefined;
3003
- } | {
3004
- message: string;
3005
- warning_code: "schlage_detected_duplicate";
3006
- created_at?: string | undefined;
3007
3012
  } | {
3008
3013
  message: string;
3009
3014
  warning_code: "provider_issue";
@@ -3148,6 +3153,12 @@ declare const unmanaged_access_code: z.ZodObject<{
3148
3153
  error_code: "salto_ks_subscription_limit_exceeded";
3149
3154
  is_connected_account_error: true;
3150
3155
  is_device_error: false;
3156
+ } | {
3157
+ message: string;
3158
+ created_at: string;
3159
+ error_code: "dormakaba_sites_disconnected";
3160
+ is_connected_account_error: true;
3161
+ is_device_error: false;
3151
3162
  } | {
3152
3163
  message: string;
3153
3164
  created_at: string;
@@ -3252,10 +3263,6 @@ declare const unmanaged_access_code: z.ZodObject<{
3252
3263
  to: string | null;
3253
3264
  field: string;
3254
3265
  }[] | undefined;
3255
- } | {
3256
- message: string;
3257
- warning_code: "schlage_detected_duplicate";
3258
- created_at?: string | undefined;
3259
3266
  } | {
3260
3267
  message: string;
3261
3268
  warning_code: "provider_issue";
@@ -14392,6 +14399,25 @@ declare const device_error: z.ZodDiscriminatedUnion<"error_code", [z.ZodObject<{
14392
14399
  error_code: "salto_ks_subscription_limit_exceeded";
14393
14400
  is_connected_account_error: true;
14394
14401
  is_device_error: false;
14402
+ }>, z.ZodObject<{
14403
+ message: z.ZodString;
14404
+ created_at: z.ZodString;
14405
+ } & {
14406
+ error_code: z.ZodLiteral<"dormakaba_sites_disconnected">;
14407
+ is_connected_account_error: z.ZodLiteral<true>;
14408
+ is_device_error: z.ZodLiteral<false>;
14409
+ }, "strip", z.ZodTypeAny, {
14410
+ message: string;
14411
+ created_at: string;
14412
+ error_code: "dormakaba_sites_disconnected";
14413
+ is_connected_account_error: true;
14414
+ is_device_error: false;
14415
+ }, {
14416
+ message: string;
14417
+ created_at: string;
14418
+ error_code: "dormakaba_sites_disconnected";
14419
+ is_connected_account_error: true;
14420
+ is_device_error: false;
14395
14421
  }>, z.ZodObject<{
14396
14422
  message: z.ZodString;
14397
14423
  is_device_error: z.ZodLiteral<true>;
@@ -17386,6 +17412,25 @@ declare const device: z.ZodObject<{
17386
17412
  error_code: "salto_ks_subscription_limit_exceeded";
17387
17413
  is_connected_account_error: true;
17388
17414
  is_device_error: false;
17415
+ }>, z.ZodObject<{
17416
+ message: z.ZodString;
17417
+ created_at: z.ZodString;
17418
+ } & {
17419
+ error_code: z.ZodLiteral<"dormakaba_sites_disconnected">;
17420
+ is_connected_account_error: z.ZodLiteral<true>;
17421
+ is_device_error: z.ZodLiteral<false>;
17422
+ }, "strip", z.ZodTypeAny, {
17423
+ message: string;
17424
+ created_at: string;
17425
+ error_code: "dormakaba_sites_disconnected";
17426
+ is_connected_account_error: true;
17427
+ is_device_error: false;
17428
+ }, {
17429
+ message: string;
17430
+ created_at: string;
17431
+ error_code: "dormakaba_sites_disconnected";
17432
+ is_connected_account_error: true;
17433
+ is_device_error: false;
17389
17434
  }>, z.ZodObject<{
17390
17435
  message: z.ZodString;
17391
17436
  is_device_error: z.ZodLiteral<true>;
@@ -18185,6 +18230,12 @@ declare const device: z.ZodObject<{
18185
18230
  error_code: "salto_ks_subscription_limit_exceeded";
18186
18231
  is_connected_account_error: true;
18187
18232
  is_device_error: false;
18233
+ } | {
18234
+ message: string;
18235
+ created_at: string;
18236
+ error_code: "dormakaba_sites_disconnected";
18237
+ is_connected_account_error: true;
18238
+ is_device_error: false;
18188
18239
  } | {
18189
18240
  message: string;
18190
18241
  created_at: string;
@@ -18934,6 +18985,12 @@ declare const device: z.ZodObject<{
18934
18985
  error_code: "salto_ks_subscription_limit_exceeded";
18935
18986
  is_connected_account_error: true;
18936
18987
  is_device_error: false;
18988
+ } | {
18989
+ message: string;
18990
+ created_at: string;
18991
+ error_code: "dormakaba_sites_disconnected";
18992
+ is_connected_account_error: true;
18993
+ is_device_error: false;
18937
18994
  } | {
18938
18995
  message: string;
18939
18996
  created_at: string;
@@ -22198,6 +22255,25 @@ declare const unmanaged_device: z.ZodObject<Pick<{
22198
22255
  error_code: "salto_ks_subscription_limit_exceeded";
22199
22256
  is_connected_account_error: true;
22200
22257
  is_device_error: false;
22258
+ }>, z.ZodObject<{
22259
+ message: z.ZodString;
22260
+ created_at: z.ZodString;
22261
+ } & {
22262
+ error_code: z.ZodLiteral<"dormakaba_sites_disconnected">;
22263
+ is_connected_account_error: z.ZodLiteral<true>;
22264
+ is_device_error: z.ZodLiteral<false>;
22265
+ }, "strip", z.ZodTypeAny, {
22266
+ message: string;
22267
+ created_at: string;
22268
+ error_code: "dormakaba_sites_disconnected";
22269
+ is_connected_account_error: true;
22270
+ is_device_error: false;
22271
+ }, {
22272
+ message: string;
22273
+ created_at: string;
22274
+ error_code: "dormakaba_sites_disconnected";
22275
+ is_connected_account_error: true;
22276
+ is_device_error: false;
22201
22277
  }>, z.ZodObject<{
22202
22278
  message: z.ZodString;
22203
22279
  is_device_error: z.ZodLiteral<true>;
@@ -23153,6 +23229,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23153
23229
  error_code: "salto_ks_subscription_limit_exceeded";
23154
23230
  is_connected_account_error: true;
23155
23231
  is_device_error: false;
23232
+ } | {
23233
+ message: string;
23234
+ created_at: string;
23235
+ error_code: "dormakaba_sites_disconnected";
23236
+ is_connected_account_error: true;
23237
+ is_device_error: false;
23156
23238
  } | {
23157
23239
  message: string;
23158
23240
  created_at: string;
@@ -23428,6 +23510,12 @@ declare const unmanaged_device: z.ZodObject<Pick<{
23428
23510
  error_code: "salto_ks_subscription_limit_exceeded";
23429
23511
  is_connected_account_error: true;
23430
23512
  is_device_error: false;
23513
+ } | {
23514
+ message: string;
23515
+ created_at: string;
23516
+ error_code: "dormakaba_sites_disconnected";
23517
+ is_connected_account_error: true;
23518
+ is_device_error: false;
23431
23519
  } | {
23432
23520
  message: string;
23433
23521
  created_at: string;
@@ -31368,6 +31456,17 @@ type Routes = {
31368
31456
  error_code: 'salto_ks_subscription_limit_exceeded';
31369
31457
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
31370
31458
  is_connected_account_error: true;
31459
+ } | {
31460
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31461
+ message: string;
31462
+ /** Indicates that the error is not a device error. */
31463
+ is_device_error: false;
31464
+ /** Date and time at which Seam created the error. */
31465
+ created_at: string;
31466
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
31467
+ error_code: 'dormakaba_sites_disconnected';
31468
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
31469
+ is_connected_account_error: true;
31371
31470
  } | {
31372
31471
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31373
31472
  message: string;
@@ -31487,17 +31586,6 @@ type Routes = {
31487
31586
  is_bridge_error?: boolean | undefined;
31488
31587
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
31489
31588
  error_code: 'bridge_disconnected';
31490
- } | {
31491
- /** Date and time at which Seam created the error. */
31492
- created_at: string;
31493
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31494
- message: string;
31495
- /** Indicates whether the error is related specifically to the connected account. */
31496
- is_connected_account_error?: boolean | undefined;
31497
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
31498
- is_bridge_error?: boolean | undefined;
31499
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
31500
- error_code: 'dormakaba_sites_disconnected';
31501
31589
  })[];
31502
31590
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
31503
31591
  warnings: ({
@@ -31507,13 +31595,6 @@ type Routes = {
31507
31595
  created_at?: string | undefined;
31508
31596
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31509
31597
  warning_code: 'provider_issue';
31510
- } | {
31511
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31512
- message: string;
31513
- /** Date and time at which Seam created the warning. */
31514
- created_at?: string | undefined;
31515
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
31516
- warning_code: 'schlage_detected_duplicate';
31517
31598
  } | {
31518
31599
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
31519
31600
  message: string;
@@ -31924,6 +32005,17 @@ type Routes = {
31924
32005
  error_code: 'salto_ks_subscription_limit_exceeded';
31925
32006
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
31926
32007
  is_connected_account_error: true;
32008
+ } | {
32009
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32010
+ message: string;
32011
+ /** Indicates that the error is not a device error. */
32012
+ is_device_error: false;
32013
+ /** Date and time at which Seam created the error. */
32014
+ created_at: string;
32015
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32016
+ error_code: 'dormakaba_sites_disconnected';
32017
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
32018
+ is_connected_account_error: true;
31927
32019
  } | {
31928
32020
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
31929
32021
  message: string;
@@ -32043,17 +32135,6 @@ type Routes = {
32043
32135
  is_bridge_error?: boolean | undefined;
32044
32136
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32045
32137
  error_code: 'bridge_disconnected';
32046
- } | {
32047
- /** Date and time at which Seam created the error. */
32048
- created_at: string;
32049
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
32050
- message: string;
32051
- /** Indicates whether the error is related specifically to the connected account. */
32052
- is_connected_account_error?: boolean | undefined;
32053
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
32054
- is_bridge_error?: boolean | undefined;
32055
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
32056
- error_code: 'dormakaba_sites_disconnected';
32057
32138
  })[];
32058
32139
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
32059
32140
  warnings: ({
@@ -32063,13 +32144,6 @@ type Routes = {
32063
32144
  created_at?: string | undefined;
32064
32145
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32065
32146
  warning_code: 'provider_issue';
32066
- } | {
32067
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32068
- message: string;
32069
- /** Date and time at which Seam created the warning. */
32070
- created_at?: string | undefined;
32071
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
32072
- warning_code: 'schlage_detected_duplicate';
32073
32147
  } | {
32074
32148
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
32075
32149
  message: string;
@@ -34168,6 +34242,17 @@ type Routes = {
34168
34242
  error_code: 'salto_ks_subscription_limit_exceeded';
34169
34243
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
34170
34244
  is_connected_account_error: true;
34245
+ } | {
34246
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34247
+ message: string;
34248
+ /** Indicates that the error is not a device error. */
34249
+ is_device_error: false;
34250
+ /** Date and time at which Seam created the error. */
34251
+ created_at: string;
34252
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34253
+ error_code: 'dormakaba_sites_disconnected';
34254
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
34255
+ is_connected_account_error: true;
34171
34256
  } | {
34172
34257
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34173
34258
  message: string;
@@ -34287,17 +34372,6 @@ type Routes = {
34287
34372
  is_bridge_error?: boolean | undefined;
34288
34373
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34289
34374
  error_code: 'bridge_disconnected';
34290
- } | {
34291
- /** Date and time at which Seam created the error. */
34292
- created_at: string;
34293
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34294
- message: string;
34295
- /** Indicates whether the error is related specifically to the connected account. */
34296
- is_connected_account_error?: boolean | undefined;
34297
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
34298
- is_bridge_error?: boolean | undefined;
34299
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34300
- error_code: 'dormakaba_sites_disconnected';
34301
34375
  })[];
34302
34376
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
34303
34377
  warnings: ({
@@ -34307,13 +34381,6 @@ type Routes = {
34307
34381
  created_at?: string | undefined;
34308
34382
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34309
34383
  warning_code: 'provider_issue';
34310
- } | {
34311
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34312
- message: string;
34313
- /** Date and time at which Seam created the warning. */
34314
- created_at?: string | undefined;
34315
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34316
- warning_code: 'schlage_detected_duplicate';
34317
34384
  } | {
34318
34385
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34319
34386
  message: string;
@@ -34770,6 +34837,17 @@ type Routes = {
34770
34837
  error_code: 'salto_ks_subscription_limit_exceeded';
34771
34838
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
34772
34839
  is_connected_account_error: true;
34840
+ } | {
34841
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34842
+ message: string;
34843
+ /** Indicates that the error is not a device error. */
34844
+ is_device_error: false;
34845
+ /** Date and time at which Seam created the error. */
34846
+ created_at: string;
34847
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34848
+ error_code: 'dormakaba_sites_disconnected';
34849
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
34850
+ is_connected_account_error: true;
34773
34851
  } | {
34774
34852
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34775
34853
  message: string;
@@ -34889,17 +34967,6 @@ type Routes = {
34889
34967
  is_bridge_error?: boolean | undefined;
34890
34968
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34891
34969
  error_code: 'bridge_disconnected';
34892
- } | {
34893
- /** Date and time at which Seam created the error. */
34894
- created_at: string;
34895
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34896
- message: string;
34897
- /** Indicates whether the error is related specifically to the connected account. */
34898
- is_connected_account_error?: boolean | undefined;
34899
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
34900
- is_bridge_error?: boolean | undefined;
34901
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34902
- error_code: 'dormakaba_sites_disconnected';
34903
34970
  })[];
34904
34971
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
34905
34972
  warnings: ({
@@ -34909,13 +34976,6 @@ type Routes = {
34909
34976
  created_at?: string | undefined;
34910
34977
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34911
34978
  warning_code: 'provider_issue';
34912
- } | {
34913
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34914
- message: string;
34915
- /** Date and time at which Seam created the warning. */
34916
- created_at?: string | undefined;
34917
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
34918
- warning_code: 'schlage_detected_duplicate';
34919
34979
  } | {
34920
34980
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
34921
34981
  message: string;
@@ -35317,6 +35377,17 @@ type Routes = {
35317
35377
  error_code: 'salto_ks_subscription_limit_exceeded';
35318
35378
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
35319
35379
  is_connected_account_error: true;
35380
+ } | {
35381
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35382
+ message: string;
35383
+ /** Indicates that the error is not a device error. */
35384
+ is_device_error: false;
35385
+ /** Date and time at which Seam created the error. */
35386
+ created_at: string;
35387
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35388
+ error_code: 'dormakaba_sites_disconnected';
35389
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
35390
+ is_connected_account_error: true;
35320
35391
  } | {
35321
35392
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35322
35393
  message: string;
@@ -35436,17 +35507,6 @@ type Routes = {
35436
35507
  is_bridge_error?: boolean | undefined;
35437
35508
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35438
35509
  error_code: 'bridge_disconnected';
35439
- } | {
35440
- /** Date and time at which Seam created the error. */
35441
- created_at: string;
35442
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35443
- message: string;
35444
- /** Indicates whether the error is related specifically to the connected account. */
35445
- is_connected_account_error?: boolean | undefined;
35446
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
35447
- is_bridge_error?: boolean | undefined;
35448
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35449
- error_code: 'dormakaba_sites_disconnected';
35450
35510
  })[];
35451
35511
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
35452
35512
  warnings: ({
@@ -35456,13 +35516,6 @@ type Routes = {
35456
35516
  created_at?: string | undefined;
35457
35517
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35458
35518
  warning_code: 'provider_issue';
35459
- } | {
35460
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35461
- message: string;
35462
- /** Date and time at which Seam created the warning. */
35463
- created_at?: string | undefined;
35464
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35465
- warning_code: 'schlage_detected_duplicate';
35466
35519
  } | {
35467
35520
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35468
35521
  message: string;
@@ -35841,6 +35894,17 @@ type Routes = {
35841
35894
  error_code: 'salto_ks_subscription_limit_exceeded';
35842
35895
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
35843
35896
  is_connected_account_error: true;
35897
+ } | {
35898
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35899
+ message: string;
35900
+ /** Indicates that the error is not a device error. */
35901
+ is_device_error: false;
35902
+ /** Date and time at which Seam created the error. */
35903
+ created_at: string;
35904
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35905
+ error_code: 'dormakaba_sites_disconnected';
35906
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
35907
+ is_connected_account_error: true;
35844
35908
  } | {
35845
35909
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35846
35910
  message: string;
@@ -35960,17 +36024,6 @@ type Routes = {
35960
36024
  is_bridge_error?: boolean | undefined;
35961
36025
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35962
36026
  error_code: 'bridge_disconnected';
35963
- } | {
35964
- /** Date and time at which Seam created the error. */
35965
- created_at: string;
35966
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
35967
- message: string;
35968
- /** Indicates whether the error is related specifically to the connected account. */
35969
- is_connected_account_error?: boolean | undefined;
35970
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
35971
- is_bridge_error?: boolean | undefined;
35972
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
35973
- error_code: 'dormakaba_sites_disconnected';
35974
36027
  })[];
35975
36028
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
35976
36029
  warnings: ({
@@ -35980,13 +36033,6 @@ type Routes = {
35980
36033
  created_at?: string | undefined;
35981
36034
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35982
36035
  warning_code: 'provider_issue';
35983
- } | {
35984
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35985
- message: string;
35986
- /** Date and time at which Seam created the warning. */
35987
- created_at?: string | undefined;
35988
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
35989
- warning_code: 'schlage_detected_duplicate';
35990
36036
  } | {
35991
36037
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
35992
36038
  message: string;
@@ -36398,6 +36444,17 @@ type Routes = {
36398
36444
  error_code: 'salto_ks_subscription_limit_exceeded';
36399
36445
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
36400
36446
  is_connected_account_error: true;
36447
+ } | {
36448
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36449
+ message: string;
36450
+ /** Indicates that the error is not a device error. */
36451
+ is_device_error: false;
36452
+ /** Date and time at which Seam created the error. */
36453
+ created_at: string;
36454
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36455
+ error_code: 'dormakaba_sites_disconnected';
36456
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
36457
+ is_connected_account_error: true;
36401
36458
  } | {
36402
36459
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36403
36460
  message: string;
@@ -36517,17 +36574,6 @@ type Routes = {
36517
36574
  is_bridge_error?: boolean | undefined;
36518
36575
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36519
36576
  error_code: 'bridge_disconnected';
36520
- } | {
36521
- /** Date and time at which Seam created the error. */
36522
- created_at: string;
36523
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
36524
- message: string;
36525
- /** Indicates whether the error is related specifically to the connected account. */
36526
- is_connected_account_error?: boolean | undefined;
36527
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
36528
- is_bridge_error?: boolean | undefined;
36529
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
36530
- error_code: 'dormakaba_sites_disconnected';
36531
36577
  })[];
36532
36578
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
36533
36579
  warnings: ({
@@ -36537,13 +36583,6 @@ type Routes = {
36537
36583
  created_at?: string | undefined;
36538
36584
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36539
36585
  warning_code: 'provider_issue';
36540
- } | {
36541
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36542
- message: string;
36543
- /** Date and time at which Seam created the warning. */
36544
- created_at?: string | undefined;
36545
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
36546
- warning_code: 'schlage_detected_duplicate';
36547
36586
  } | {
36548
36587
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
36549
36588
  message: string;
@@ -38551,6 +38590,17 @@ type Routes = {
38551
38590
  error_code: 'salto_ks_subscription_limit_exceeded';
38552
38591
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
38553
38592
  is_connected_account_error: true;
38593
+ } | {
38594
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
38595
+ message: string;
38596
+ /** Indicates that the error is not a device error. */
38597
+ is_device_error: false;
38598
+ /** Date and time at which Seam created the error. */
38599
+ created_at: string;
38600
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38601
+ error_code: 'dormakaba_sites_disconnected';
38602
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
38603
+ is_connected_account_error: true;
38554
38604
  } | {
38555
38605
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
38556
38606
  message: string;
@@ -38670,17 +38720,6 @@ type Routes = {
38670
38720
  is_bridge_error?: boolean | undefined;
38671
38721
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38672
38722
  error_code: 'bridge_disconnected';
38673
- } | {
38674
- /** Date and time at which Seam created the error. */
38675
- created_at: string;
38676
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
38677
- message: string;
38678
- /** Indicates whether the error is related specifically to the connected account. */
38679
- is_connected_account_error?: boolean | undefined;
38680
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
38681
- is_bridge_error?: boolean | undefined;
38682
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
38683
- error_code: 'dormakaba_sites_disconnected';
38684
38723
  })[];
38685
38724
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
38686
38725
  warnings: ({
@@ -38690,13 +38729,6 @@ type Routes = {
38690
38729
  created_at?: string | undefined;
38691
38730
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38692
38731
  warning_code: 'provider_issue';
38693
- } | {
38694
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38695
- message: string;
38696
- /** Date and time at which Seam created the warning. */
38697
- created_at?: string | undefined;
38698
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
38699
- warning_code: 'schlage_detected_duplicate';
38700
38732
  } | {
38701
38733
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
38702
38734
  message: string;
@@ -38994,6 +39026,17 @@ type Routes = {
38994
39026
  error_code: 'salto_ks_subscription_limit_exceeded';
38995
39027
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
38996
39028
  is_connected_account_error: true;
39029
+ } | {
39030
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39031
+ message: string;
39032
+ /** Indicates that the error is not a device error. */
39033
+ is_device_error: false;
39034
+ /** Date and time at which Seam created the error. */
39035
+ created_at: string;
39036
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39037
+ error_code: 'dormakaba_sites_disconnected';
39038
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
39039
+ is_connected_account_error: true;
38997
39040
  } | {
38998
39041
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
38999
39042
  message: string;
@@ -39113,17 +39156,6 @@ type Routes = {
39113
39156
  is_bridge_error?: boolean | undefined;
39114
39157
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39115
39158
  error_code: 'bridge_disconnected';
39116
- } | {
39117
- /** Date and time at which Seam created the error. */
39118
- created_at: string;
39119
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
39120
- message: string;
39121
- /** Indicates whether the error is related specifically to the connected account. */
39122
- is_connected_account_error?: boolean | undefined;
39123
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
39124
- is_bridge_error?: boolean | undefined;
39125
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
39126
- error_code: 'dormakaba_sites_disconnected';
39127
39159
  })[];
39128
39160
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
39129
39161
  warnings: ({
@@ -39133,13 +39165,6 @@ type Routes = {
39133
39165
  created_at?: string | undefined;
39134
39166
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
39135
39167
  warning_code: 'provider_issue';
39136
- } | {
39137
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
39138
- message: string;
39139
- /** Date and time at which Seam created the warning. */
39140
- created_at?: string | undefined;
39141
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
39142
- warning_code: 'schlage_detected_duplicate';
39143
39168
  } | {
39144
39169
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
39145
39170
  message: string;
@@ -42555,6 +42580,17 @@ type Routes = {
42555
42580
  error_code: 'salto_ks_subscription_limit_exceeded';
42556
42581
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
42557
42582
  is_connected_account_error: true;
42583
+ } | {
42584
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
42585
+ message: string;
42586
+ /** Indicates that the error is not a device error. */
42587
+ is_device_error: false;
42588
+ /** Date and time at which Seam created the error. */
42589
+ created_at: string;
42590
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
42591
+ error_code: 'dormakaba_sites_disconnected';
42592
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
42593
+ is_connected_account_error: true;
42558
42594
  } | {
42559
42595
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
42560
42596
  message: string;
@@ -42674,17 +42710,6 @@ type Routes = {
42674
42710
  is_bridge_error?: boolean | undefined;
42675
42711
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
42676
42712
  error_code: 'bridge_disconnected';
42677
- } | {
42678
- /** Date and time at which Seam created the error. */
42679
- created_at: string;
42680
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
42681
- message: string;
42682
- /** Indicates whether the error is related specifically to the connected account. */
42683
- is_connected_account_error?: boolean | undefined;
42684
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
42685
- is_bridge_error?: boolean | undefined;
42686
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
42687
- error_code: 'dormakaba_sites_disconnected';
42688
42713
  })[];
42689
42714
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
42690
42715
  warnings: ({
@@ -49203,6 +49228,17 @@ type Routes = {
49203
49228
  error_code: 'salto_ks_subscription_limit_exceeded';
49204
49229
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
49205
49230
  is_connected_account_error: true;
49231
+ } | {
49232
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
49233
+ message: string;
49234
+ /** Indicates that the error is not a device error. */
49235
+ is_device_error: false;
49236
+ /** Date and time at which Seam created the error. */
49237
+ created_at: string;
49238
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
49239
+ error_code: 'dormakaba_sites_disconnected';
49240
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
49241
+ is_connected_account_error: true;
49206
49242
  } | {
49207
49243
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
49208
49244
  message: string;
@@ -49322,17 +49358,6 @@ type Routes = {
49322
49358
  is_bridge_error?: boolean | undefined;
49323
49359
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
49324
49360
  error_code: 'bridge_disconnected';
49325
- } | {
49326
- /** Date and time at which Seam created the error. */
49327
- created_at: string;
49328
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
49329
- message: string;
49330
- /** Indicates whether the error is related specifically to the connected account. */
49331
- is_connected_account_error?: boolean | undefined;
49332
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
49333
- is_bridge_error?: boolean | undefined;
49334
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
49335
- error_code: 'dormakaba_sites_disconnected';
49336
49361
  })[];
49337
49362
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
49338
49363
  warnings: ({
@@ -71623,6 +71648,17 @@ type Routes = {
71623
71648
  error_code: 'salto_ks_subscription_limit_exceeded';
71624
71649
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
71625
71650
  is_connected_account_error: true;
71651
+ } | {
71652
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
71653
+ message: string;
71654
+ /** Indicates that the error is not a device error. */
71655
+ is_device_error: false;
71656
+ /** Date and time at which Seam created the error. */
71657
+ created_at: string;
71658
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
71659
+ error_code: 'dormakaba_sites_disconnected';
71660
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
71661
+ is_connected_account_error: true;
71626
71662
  } | {
71627
71663
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
71628
71664
  message: string;
@@ -71742,17 +71778,6 @@ type Routes = {
71742
71778
  is_bridge_error?: boolean | undefined;
71743
71779
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
71744
71780
  error_code: 'bridge_disconnected';
71745
- } | {
71746
- /** Date and time at which Seam created the error. */
71747
- created_at: string;
71748
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
71749
- message: string;
71750
- /** Indicates whether the error is related specifically to the connected account. */
71751
- is_connected_account_error?: boolean | undefined;
71752
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
71753
- is_bridge_error?: boolean | undefined;
71754
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
71755
- error_code: 'dormakaba_sites_disconnected';
71756
71781
  })[];
71757
71782
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
71758
71783
  warnings: ({
@@ -73065,6 +73090,17 @@ type Routes = {
73065
73090
  error_code: 'salto_ks_subscription_limit_exceeded';
73066
73091
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
73067
73092
  is_connected_account_error: true;
73093
+ } | {
73094
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73095
+ message: string;
73096
+ /** Indicates that the error is not a device error. */
73097
+ is_device_error: false;
73098
+ /** Date and time at which Seam created the error. */
73099
+ created_at: string;
73100
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73101
+ error_code: 'dormakaba_sites_disconnected';
73102
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
73103
+ is_connected_account_error: true;
73068
73104
  } | {
73069
73105
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73070
73106
  message: string;
@@ -73184,17 +73220,6 @@ type Routes = {
73184
73220
  is_bridge_error?: boolean | undefined;
73185
73221
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73186
73222
  error_code: 'bridge_disconnected';
73187
- } | {
73188
- /** Date and time at which Seam created the error. */
73189
- created_at: string;
73190
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73191
- message: string;
73192
- /** Indicates whether the error is related specifically to the connected account. */
73193
- is_connected_account_error?: boolean | undefined;
73194
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
73195
- is_bridge_error?: boolean | undefined;
73196
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73197
- error_code: 'dormakaba_sites_disconnected';
73198
73223
  })[];
73199
73224
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
73200
73225
  warnings: ({
@@ -73700,6 +73725,17 @@ type Routes = {
73700
73725
  error_code: 'salto_ks_subscription_limit_exceeded';
73701
73726
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
73702
73727
  is_connected_account_error: true;
73728
+ } | {
73729
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73730
+ message: string;
73731
+ /** Indicates that the error is not a device error. */
73732
+ is_device_error: false;
73733
+ /** Date and time at which Seam created the error. */
73734
+ created_at: string;
73735
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73736
+ error_code: 'dormakaba_sites_disconnected';
73737
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
73738
+ is_connected_account_error: true;
73703
73739
  } | {
73704
73740
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73705
73741
  message: string;
@@ -73819,17 +73855,6 @@ type Routes = {
73819
73855
  is_bridge_error?: boolean | undefined;
73820
73856
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73821
73857
  error_code: 'bridge_disconnected';
73822
- } | {
73823
- /** Date and time at which Seam created the error. */
73824
- created_at: string;
73825
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
73826
- message: string;
73827
- /** Indicates whether the error is related specifically to the connected account. */
73828
- is_connected_account_error?: boolean | undefined;
73829
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
73830
- is_bridge_error?: boolean | undefined;
73831
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
73832
- error_code: 'dormakaba_sites_disconnected';
73833
73858
  })[];
73834
73859
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
73835
73860
  warnings: ({
@@ -74237,6 +74262,17 @@ type Routes = {
74237
74262
  error_code: 'salto_ks_subscription_limit_exceeded';
74238
74263
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
74239
74264
  is_connected_account_error: true;
74265
+ } | {
74266
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
74267
+ message: string;
74268
+ /** Indicates that the error is not a device error. */
74269
+ is_device_error: false;
74270
+ /** Date and time at which Seam created the error. */
74271
+ created_at: string;
74272
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74273
+ error_code: 'dormakaba_sites_disconnected';
74274
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
74275
+ is_connected_account_error: true;
74240
74276
  } | {
74241
74277
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
74242
74278
  message: string;
@@ -74356,17 +74392,6 @@ type Routes = {
74356
74392
  is_bridge_error?: boolean | undefined;
74357
74393
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74358
74394
  error_code: 'bridge_disconnected';
74359
- } | {
74360
- /** Date and time at which Seam created the error. */
74361
- created_at: string;
74362
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
74363
- message: string;
74364
- /** Indicates whether the error is related specifically to the connected account. */
74365
- is_connected_account_error?: boolean | undefined;
74366
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
74367
- is_bridge_error?: boolean | undefined;
74368
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74369
- error_code: 'dormakaba_sites_disconnected';
74370
74395
  })[];
74371
74396
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
74372
74397
  warnings: ({
@@ -83558,6 +83583,17 @@ type Routes = {
83558
83583
  error_code: 'salto_ks_subscription_limit_exceeded';
83559
83584
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
83560
83585
  is_connected_account_error: true;
83586
+ } | {
83587
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
83588
+ message: string;
83589
+ /** Indicates that the error is not a device error. */
83590
+ is_device_error: false;
83591
+ /** Date and time at which Seam created the error. */
83592
+ created_at: string;
83593
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
83594
+ error_code: 'dormakaba_sites_disconnected';
83595
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
83596
+ is_connected_account_error: true;
83561
83597
  } | {
83562
83598
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
83563
83599
  message: string;
@@ -83677,17 +83713,6 @@ type Routes = {
83677
83713
  is_bridge_error?: boolean | undefined;
83678
83714
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
83679
83715
  error_code: 'bridge_disconnected';
83680
- } | {
83681
- /** Date and time at which Seam created the error. */
83682
- created_at: string;
83683
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
83684
- message: string;
83685
- /** Indicates whether the error is related specifically to the connected account. */
83686
- is_connected_account_error?: boolean | undefined;
83687
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
83688
- is_bridge_error?: boolean | undefined;
83689
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
83690
- error_code: 'dormakaba_sites_disconnected';
83691
83716
  })[];
83692
83717
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
83693
83718
  warnings: ({
@@ -84950,6 +84975,17 @@ type Routes = {
84950
84975
  error_code: 'salto_ks_subscription_limit_exceeded';
84951
84976
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
84952
84977
  is_connected_account_error: true;
84978
+ } | {
84979
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
84980
+ message: string;
84981
+ /** Indicates that the error is not a device error. */
84982
+ is_device_error: false;
84983
+ /** Date and time at which Seam created the error. */
84984
+ created_at: string;
84985
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
84986
+ error_code: 'dormakaba_sites_disconnected';
84987
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
84988
+ is_connected_account_error: true;
84953
84989
  } | {
84954
84990
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
84955
84991
  message: string;
@@ -85069,17 +85105,6 @@ type Routes = {
85069
85105
  is_bridge_error?: boolean | undefined;
85070
85106
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85071
85107
  error_code: 'bridge_disconnected';
85072
- } | {
85073
- /** Date and time at which Seam created the error. */
85074
- created_at: string;
85075
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
85076
- message: string;
85077
- /** Indicates whether the error is related specifically to the connected account. */
85078
- is_connected_account_error?: boolean | undefined;
85079
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
85080
- is_bridge_error?: boolean | undefined;
85081
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
85082
- error_code: 'dormakaba_sites_disconnected';
85083
85108
  })[];
85084
85109
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
85085
85110
  warnings: ({
@@ -86392,6 +86417,17 @@ type Routes = {
86392
86417
  error_code: 'salto_ks_subscription_limit_exceeded';
86393
86418
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
86394
86419
  is_connected_account_error: true;
86420
+ } | {
86421
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86422
+ message: string;
86423
+ /** Indicates that the error is not a device error. */
86424
+ is_device_error: false;
86425
+ /** Date and time at which Seam created the error. */
86426
+ created_at: string;
86427
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86428
+ error_code: 'dormakaba_sites_disconnected';
86429
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
86430
+ is_connected_account_error: true;
86395
86431
  } | {
86396
86432
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86397
86433
  message: string;
@@ -86511,17 +86547,6 @@ type Routes = {
86511
86547
  is_bridge_error?: boolean | undefined;
86512
86548
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86513
86549
  error_code: 'bridge_disconnected';
86514
- } | {
86515
- /** Date and time at which Seam created the error. */
86516
- created_at: string;
86517
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86518
- message: string;
86519
- /** Indicates whether the error is related specifically to the connected account. */
86520
- is_connected_account_error?: boolean | undefined;
86521
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
86522
- is_bridge_error?: boolean | undefined;
86523
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86524
- error_code: 'dormakaba_sites_disconnected';
86525
86550
  })[];
86526
86551
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
86527
86552
  warnings: ({
@@ -87783,6 +87808,17 @@ type Routes = {
87783
87808
  error_code: 'salto_ks_subscription_limit_exceeded';
87784
87809
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
87785
87810
  is_connected_account_error: true;
87811
+ } | {
87812
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
87813
+ message: string;
87814
+ /** Indicates that the error is not a device error. */
87815
+ is_device_error: false;
87816
+ /** Date and time at which Seam created the error. */
87817
+ created_at: string;
87818
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
87819
+ error_code: 'dormakaba_sites_disconnected';
87820
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
87821
+ is_connected_account_error: true;
87786
87822
  } | {
87787
87823
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
87788
87824
  message: string;
@@ -87902,17 +87938,6 @@ type Routes = {
87902
87938
  is_bridge_error?: boolean | undefined;
87903
87939
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
87904
87940
  error_code: 'bridge_disconnected';
87905
- } | {
87906
- /** Date and time at which Seam created the error. */
87907
- created_at: string;
87908
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
87909
- message: string;
87910
- /** Indicates whether the error is related specifically to the connected account. */
87911
- is_connected_account_error?: boolean | undefined;
87912
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
87913
- is_bridge_error?: boolean | undefined;
87914
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
87915
- error_code: 'dormakaba_sites_disconnected';
87916
87941
  })[];
87917
87942
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
87918
87943
  warnings: ({
@@ -95951,6 +95976,17 @@ type Routes = {
95951
95976
  error_code: 'salto_ks_subscription_limit_exceeded';
95952
95977
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
95953
95978
  is_connected_account_error: true;
95979
+ } | {
95980
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
95981
+ message: string;
95982
+ /** Indicates that the error is not a device error. */
95983
+ is_device_error: false;
95984
+ /** Date and time at which Seam created the error. */
95985
+ created_at: string;
95986
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
95987
+ error_code: 'dormakaba_sites_disconnected';
95988
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
95989
+ is_connected_account_error: true;
95954
95990
  } | {
95955
95991
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
95956
95992
  message: string;
@@ -96070,17 +96106,6 @@ type Routes = {
96070
96106
  is_bridge_error?: boolean | undefined;
96071
96107
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
96072
96108
  error_code: 'bridge_disconnected';
96073
- } | {
96074
- /** Date and time at which Seam created the error. */
96075
- created_at: string;
96076
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
96077
- message: string;
96078
- /** Indicates whether the error is related specifically to the connected account. */
96079
- is_connected_account_error?: boolean | undefined;
96080
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
96081
- is_bridge_error?: boolean | undefined;
96082
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
96083
- error_code: 'dormakaba_sites_disconnected';
96084
96109
  })[];
96085
96110
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
96086
96111
  warnings: ({
@@ -97342,6 +97367,17 @@ type Routes = {
97342
97367
  error_code: 'salto_ks_subscription_limit_exceeded';
97343
97368
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
97344
97369
  is_connected_account_error: true;
97370
+ } | {
97371
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
97372
+ message: string;
97373
+ /** Indicates that the error is not a device error. */
97374
+ is_device_error: false;
97375
+ /** Date and time at which Seam created the error. */
97376
+ created_at: string;
97377
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
97378
+ error_code: 'dormakaba_sites_disconnected';
97379
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
97380
+ is_connected_account_error: true;
97345
97381
  } | {
97346
97382
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
97347
97383
  message: string;
@@ -97461,17 +97497,6 @@ type Routes = {
97461
97497
  is_bridge_error?: boolean | undefined;
97462
97498
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
97463
97499
  error_code: 'bridge_disconnected';
97464
- } | {
97465
- /** Date and time at which Seam created the error. */
97466
- created_at: string;
97467
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
97468
- message: string;
97469
- /** Indicates whether the error is related specifically to the connected account. */
97470
- is_connected_account_error?: boolean | undefined;
97471
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
97472
- is_bridge_error?: boolean | undefined;
97473
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
97474
- error_code: 'dormakaba_sites_disconnected';
97475
97500
  })[];
97476
97501
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
97477
97502
  warnings: ({
@@ -112794,6 +112819,17 @@ type Routes = {
112794
112819
  error_code: 'salto_ks_subscription_limit_exceeded';
112795
112820
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
112796
112821
  is_connected_account_error: true;
112822
+ } | {
112823
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
112824
+ message: string;
112825
+ /** Indicates that the error is not a device error. */
112826
+ is_device_error: false;
112827
+ /** Date and time at which Seam created the error. */
112828
+ created_at: string;
112829
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112830
+ error_code: 'dormakaba_sites_disconnected';
112831
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
112832
+ is_connected_account_error: true;
112797
112833
  } | {
112798
112834
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
112799
112835
  message: string;
@@ -112913,17 +112949,6 @@ type Routes = {
112913
112949
  is_bridge_error?: boolean | undefined;
112914
112950
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112915
112951
  error_code: 'bridge_disconnected';
112916
- } | {
112917
- /** Date and time at which Seam created the error. */
112918
- created_at: string;
112919
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
112920
- message: string;
112921
- /** Indicates whether the error is related specifically to the connected account. */
112922
- is_connected_account_error?: boolean | undefined;
112923
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
112924
- is_bridge_error?: boolean | undefined;
112925
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112926
- error_code: 'dormakaba_sites_disconnected';
112927
112952
  })[];
112928
112953
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
112929
112954
  warnings: ({
@@ -120193,6 +120218,17 @@ type Routes = {
120193
120218
  error_code: 'salto_ks_subscription_limit_exceeded';
120194
120219
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
120195
120220
  is_connected_account_error: true;
120221
+ } | {
120222
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
120223
+ message: string;
120224
+ /** Indicates that the error is not a device error. */
120225
+ is_device_error: false;
120226
+ /** Date and time at which Seam created the error. */
120227
+ created_at: string;
120228
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
120229
+ error_code: 'dormakaba_sites_disconnected';
120230
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
120231
+ is_connected_account_error: true;
120196
120232
  } | {
120197
120233
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
120198
120234
  message: string;
@@ -120312,17 +120348,6 @@ type Routes = {
120312
120348
  is_bridge_error?: boolean | undefined;
120313
120349
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
120314
120350
  error_code: 'bridge_disconnected';
120315
- } | {
120316
- /** Date and time at which Seam created the error. */
120317
- created_at: string;
120318
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
120319
- message: string;
120320
- /** Indicates whether the error is related specifically to the connected account. */
120321
- is_connected_account_error?: boolean | undefined;
120322
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
120323
- is_bridge_error?: boolean | undefined;
120324
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
120325
- error_code: 'dormakaba_sites_disconnected';
120326
120351
  })[];
120327
120352
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
120328
120353
  warnings: ({
@@ -125011,6 +125036,17 @@ type Routes = {
125011
125036
  error_code: 'salto_ks_subscription_limit_exceeded';
125012
125037
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
125013
125038
  is_connected_account_error: true;
125039
+ } | {
125040
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
125041
+ message: string;
125042
+ /** Indicates that the error is not a device error. */
125043
+ is_device_error: false;
125044
+ /** Date and time at which Seam created the error. */
125045
+ created_at: string;
125046
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
125047
+ error_code: 'dormakaba_sites_disconnected';
125048
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
125049
+ is_connected_account_error: true;
125014
125050
  } | {
125015
125051
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
125016
125052
  message: string;
@@ -125130,17 +125166,6 @@ type Routes = {
125130
125166
  is_bridge_error?: boolean | undefined;
125131
125167
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
125132
125168
  error_code: 'bridge_disconnected';
125133
- } | {
125134
- /** Date and time at which Seam created the error. */
125135
- created_at: string;
125136
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
125137
- message: string;
125138
- /** Indicates whether the error is related specifically to the connected account. */
125139
- is_connected_account_error?: boolean | undefined;
125140
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
125141
- is_bridge_error?: boolean | undefined;
125142
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
125143
- error_code: 'dormakaba_sites_disconnected';
125144
125169
  })[];
125145
125170
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
125146
125171
  warnings: ({
@@ -126402,6 +126427,17 @@ type Routes = {
126402
126427
  error_code: 'salto_ks_subscription_limit_exceeded';
126403
126428
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
126404
126429
  is_connected_account_error: true;
126430
+ } | {
126431
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
126432
+ message: string;
126433
+ /** Indicates that the error is not a device error. */
126434
+ is_device_error: false;
126435
+ /** Date and time at which Seam created the error. */
126436
+ created_at: string;
126437
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
126438
+ error_code: 'dormakaba_sites_disconnected';
126439
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
126440
+ is_connected_account_error: true;
126405
126441
  } | {
126406
126442
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
126407
126443
  message: string;
@@ -126521,17 +126557,6 @@ type Routes = {
126521
126557
  is_bridge_error?: boolean | undefined;
126522
126558
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
126523
126559
  error_code: 'bridge_disconnected';
126524
- } | {
126525
- /** Date and time at which Seam created the error. */
126526
- created_at: string;
126527
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
126528
- message: string;
126529
- /** Indicates whether the error is related specifically to the connected account. */
126530
- is_connected_account_error?: boolean | undefined;
126531
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
126532
- is_bridge_error?: boolean | undefined;
126533
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
126534
- error_code: 'dormakaba_sites_disconnected';
126535
126560
  })[];
126536
126561
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
126537
126562
  warnings: ({
@@ -135509,6 +135534,17 @@ type Routes = {
135509
135534
  error_code: 'salto_ks_subscription_limit_exceeded';
135510
135535
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
135511
135536
  is_connected_account_error: true;
135537
+ } | {
135538
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
135539
+ message: string;
135540
+ /** Indicates that the error is not a device error. */
135541
+ is_device_error: false;
135542
+ /** Date and time at which Seam created the error. */
135543
+ created_at: string;
135544
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
135545
+ error_code: 'dormakaba_sites_disconnected';
135546
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
135547
+ is_connected_account_error: true;
135512
135548
  } | {
135513
135549
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
135514
135550
  message: string;
@@ -135628,17 +135664,6 @@ type Routes = {
135628
135664
  is_bridge_error?: boolean | undefined;
135629
135665
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
135630
135666
  error_code: 'bridge_disconnected';
135631
- } | {
135632
- /** Date and time at which Seam created the error. */
135633
- created_at: string;
135634
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
135635
- message: string;
135636
- /** Indicates whether the error is related specifically to the connected account. */
135637
- is_connected_account_error?: boolean | undefined;
135638
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
135639
- is_bridge_error?: boolean | undefined;
135640
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
135641
- error_code: 'dormakaba_sites_disconnected';
135642
135667
  })[];
135643
135668
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
135644
135669
  warnings: ({
@@ -136902,6 +136927,17 @@ type Routes = {
136902
136927
  error_code: 'salto_ks_subscription_limit_exceeded';
136903
136928
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
136904
136929
  is_connected_account_error: true;
136930
+ } | {
136931
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136932
+ message: string;
136933
+ /** Indicates that the error is not a device error. */
136934
+ is_device_error: false;
136935
+ /** Date and time at which Seam created the error. */
136936
+ created_at: string;
136937
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
136938
+ error_code: 'dormakaba_sites_disconnected';
136939
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
136940
+ is_connected_account_error: true;
136905
136941
  } | {
136906
136942
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136907
136943
  message: string;
@@ -137021,17 +137057,6 @@ type Routes = {
137021
137057
  is_bridge_error?: boolean | undefined;
137022
137058
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
137023
137059
  error_code: 'bridge_disconnected';
137024
- } | {
137025
- /** Date and time at which Seam created the error. */
137026
- created_at: string;
137027
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
137028
- message: string;
137029
- /** Indicates whether the error is related specifically to the connected account. */
137030
- is_connected_account_error?: boolean | undefined;
137031
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
137032
- is_bridge_error?: boolean | undefined;
137033
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
137034
- error_code: 'dormakaba_sites_disconnected';
137035
137060
  })[];
137036
137061
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
137037
137062
  warnings: ({
@@ -139550,6 +139575,17 @@ type Routes = {
139550
139575
  error_code: 'salto_ks_subscription_limit_exceeded';
139551
139576
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
139552
139577
  is_connected_account_error: true;
139578
+ } | {
139579
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
139580
+ message: string;
139581
+ /** Indicates that the error is not a device error. */
139582
+ is_device_error: false;
139583
+ /** Date and time at which Seam created the error. */
139584
+ created_at: string;
139585
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
139586
+ error_code: 'dormakaba_sites_disconnected';
139587
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
139588
+ is_connected_account_error: true;
139553
139589
  } | {
139554
139590
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
139555
139591
  message: string;
@@ -139669,17 +139705,6 @@ type Routes = {
139669
139705
  is_bridge_error?: boolean | undefined;
139670
139706
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
139671
139707
  error_code: 'bridge_disconnected';
139672
- } | {
139673
- /** Date and time at which Seam created the error. */
139674
- created_at: string;
139675
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
139676
- message: string;
139677
- /** Indicates whether the error is related specifically to the connected account. */
139678
- is_connected_account_error?: boolean | undefined;
139679
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
139680
- is_bridge_error?: boolean | undefined;
139681
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
139682
- error_code: 'dormakaba_sites_disconnected';
139683
139708
  })[];
139684
139709
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
139685
139710
  warnings: ({
@@ -142852,6 +142877,17 @@ type Routes = {
142852
142877
  error_code: 'salto_ks_subscription_limit_exceeded';
142853
142878
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
142854
142879
  is_connected_account_error: true;
142880
+ } | {
142881
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
142882
+ message: string;
142883
+ /** Indicates that the error is not a device error. */
142884
+ is_device_error: false;
142885
+ /** Date and time at which Seam created the error. */
142886
+ created_at: string;
142887
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142888
+ error_code: 'dormakaba_sites_disconnected';
142889
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
142890
+ is_connected_account_error: true;
142855
142891
  } | {
142856
142892
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
142857
142893
  message: string;
@@ -142971,17 +143007,6 @@ type Routes = {
142971
143007
  is_bridge_error?: boolean | undefined;
142972
143008
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142973
143009
  error_code: 'bridge_disconnected';
142974
- } | {
142975
- /** Date and time at which Seam created the error. */
142976
- created_at: string;
142977
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
142978
- message: string;
142979
- /** Indicates whether the error is related specifically to the connected account. */
142980
- is_connected_account_error?: boolean | undefined;
142981
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
142982
- is_bridge_error?: boolean | undefined;
142983
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142984
- error_code: 'dormakaba_sites_disconnected';
142985
143010
  })[];
142986
143011
  /** Array of warnings associated with the device. Each warning object within the array contains two fields: `warning_code` and `message`. `warning_code` is a string that uniquely identifies the type of warning, enabling quick recognition and categorization of the issue. `message` provides a more detailed description of the warning, offering insights into the issue and potentially how to rectify it. */
142987
143012
  warnings: ({
@@ -147274,6 +147299,17 @@ type Routes = {
147274
147299
  error_code: 'salto_ks_subscription_limit_exceeded';
147275
147300
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
147276
147301
  is_connected_account_error: true;
147302
+ } | {
147303
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147304
+ message: string;
147305
+ /** Indicates that the error is not a device error. */
147306
+ is_device_error: false;
147307
+ /** Date and time at which Seam created the error. */
147308
+ created_at: string;
147309
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147310
+ error_code: 'dormakaba_sites_disconnected';
147311
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
147312
+ is_connected_account_error: true;
147277
147313
  } | {
147278
147314
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147279
147315
  message: string;
@@ -147393,17 +147429,6 @@ type Routes = {
147393
147429
  is_bridge_error?: boolean | undefined;
147394
147430
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147395
147431
  error_code: 'bridge_disconnected';
147396
- } | {
147397
- /** Date and time at which Seam created the error. */
147398
- created_at: string;
147399
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147400
- message: string;
147401
- /** Indicates whether the error is related specifically to the connected account. */
147402
- is_connected_account_error?: boolean | undefined;
147403
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
147404
- is_bridge_error?: boolean | undefined;
147405
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147406
- error_code: 'dormakaba_sites_disconnected';
147407
147432
  })[];
147408
147433
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
147409
147434
  warnings: ({
@@ -147413,13 +147438,6 @@ type Routes = {
147413
147438
  created_at?: string | undefined;
147414
147439
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147415
147440
  warning_code: 'provider_issue';
147416
- } | {
147417
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147418
- message: string;
147419
- /** Date and time at which Seam created the warning. */
147420
- created_at?: string | undefined;
147421
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147422
- warning_code: 'schlage_detected_duplicate';
147423
147441
  } | {
147424
147442
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147425
147443
  message: string;
@@ -147701,6 +147719,17 @@ type Routes = {
147701
147719
  error_code: 'salto_ks_subscription_limit_exceeded';
147702
147720
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
147703
147721
  is_connected_account_error: true;
147722
+ } | {
147723
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147724
+ message: string;
147725
+ /** Indicates that the error is not a device error. */
147726
+ is_device_error: false;
147727
+ /** Date and time at which Seam created the error. */
147728
+ created_at: string;
147729
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147730
+ error_code: 'dormakaba_sites_disconnected';
147731
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
147732
+ is_connected_account_error: true;
147704
147733
  } | {
147705
147734
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147706
147735
  message: string;
@@ -147820,17 +147849,6 @@ type Routes = {
147820
147849
  is_bridge_error?: boolean | undefined;
147821
147850
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147822
147851
  error_code: 'bridge_disconnected';
147823
- } | {
147824
- /** Date and time at which Seam created the error. */
147825
- created_at: string;
147826
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
147827
- message: string;
147828
- /** Indicates whether the error is related specifically to the connected account. */
147829
- is_connected_account_error?: boolean | undefined;
147830
- /** Indicates whether the error is related to [Seam Bridge](https://docs.seam.co/capability-guides/seam-bridge). */
147831
- is_bridge_error?: boolean | undefined;
147832
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
147833
- error_code: 'dormakaba_sites_disconnected';
147834
147852
  })[];
147835
147853
  /** Warnings associated with the [access code](https://docs.seam.co/low-level-apis/smart-locks/access-codes). */
147836
147854
  warnings: ({
@@ -147840,13 +147858,6 @@ type Routes = {
147840
147858
  created_at?: string | undefined;
147841
147859
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147842
147860
  warning_code: 'provider_issue';
147843
- } | {
147844
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147845
- message: string;
147846
- /** Date and time at which Seam created the warning. */
147847
- created_at?: string | undefined;
147848
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
147849
- warning_code: 'schlage_detected_duplicate';
147850
147861
  } | {
147851
147862
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
147852
147863
  message: string;