@seamapi/types 1.989.0 → 1.991.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.
@@ -1885,12 +1885,14 @@ export type Routes = {
1885
1885
  } | {
1886
1886
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1887
1887
  message: string;
1888
- /** Indicates that this is an access code error. */
1889
- is_access_code_error: true;
1888
+ /** Indicates that the error is not a device error. */
1889
+ is_device_error: false;
1890
1890
  /** Date and time at which Seam created the error. */
1891
- created_at?: string | undefined;
1891
+ created_at: string;
1892
1892
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1893
- error_code: 'insufficient_permissions';
1893
+ error_code: 'account_disconnected';
1894
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
1895
+ is_connected_account_error: true;
1894
1896
  } | {
1895
1897
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1896
1898
  message: string;
@@ -1899,7 +1901,7 @@ export type Routes = {
1899
1901
  /** Date and time at which Seam created the error. */
1900
1902
  created_at: string;
1901
1903
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1902
- error_code: 'account_disconnected';
1904
+ error_code: 'salto_ks_subscription_limit_exceeded';
1903
1905
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
1904
1906
  is_connected_account_error: true;
1905
1907
  } | {
@@ -1910,7 +1912,7 @@ export type Routes = {
1910
1912
  /** Date and time at which Seam created the error. */
1911
1913
  created_at: string;
1912
1914
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1913
- error_code: 'salto_ks_subscription_limit_exceeded';
1915
+ error_code: 'insufficient_permissions';
1914
1916
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
1915
1917
  is_connected_account_error: true;
1916
1918
  } | {
@@ -2371,12 +2373,14 @@ export type Routes = {
2371
2373
  } | {
2372
2374
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2373
2375
  message: string;
2374
- /** Indicates that this is an access code error. */
2375
- is_access_code_error: true;
2376
+ /** Indicates that the error is not a device error. */
2377
+ is_device_error: false;
2376
2378
  /** Date and time at which Seam created the error. */
2377
- created_at?: string | undefined;
2379
+ created_at: string;
2378
2380
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2379
- error_code: 'insufficient_permissions';
2381
+ error_code: 'account_disconnected';
2382
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
2383
+ is_connected_account_error: true;
2380
2384
  } | {
2381
2385
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2382
2386
  message: string;
@@ -2385,7 +2389,7 @@ export type Routes = {
2385
2389
  /** Date and time at which Seam created the error. */
2386
2390
  created_at: string;
2387
2391
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2388
- error_code: 'account_disconnected';
2392
+ error_code: 'salto_ks_subscription_limit_exceeded';
2389
2393
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
2390
2394
  is_connected_account_error: true;
2391
2395
  } | {
@@ -2396,7 +2400,7 @@ export type Routes = {
2396
2400
  /** Date and time at which Seam created the error. */
2397
2401
  created_at: string;
2398
2402
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2399
- error_code: 'salto_ks_subscription_limit_exceeded';
2403
+ error_code: 'insufficient_permissions';
2400
2404
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
2401
2405
  is_connected_account_error: true;
2402
2406
  } | {
@@ -4604,12 +4608,14 @@ export type Routes = {
4604
4608
  } | {
4605
4609
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
4606
4610
  message: string;
4607
- /** Indicates that this is an access code error. */
4608
- is_access_code_error: true;
4611
+ /** Indicates that the error is not a device error. */
4612
+ is_device_error: false;
4609
4613
  /** Date and time at which Seam created the error. */
4610
- created_at?: string | undefined;
4614
+ created_at: string;
4611
4615
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
4612
- error_code: 'insufficient_permissions';
4616
+ error_code: 'account_disconnected';
4617
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
4618
+ is_connected_account_error: true;
4613
4619
  } | {
4614
4620
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
4615
4621
  message: string;
@@ -4618,7 +4624,7 @@ export type Routes = {
4618
4624
  /** Date and time at which Seam created the error. */
4619
4625
  created_at: string;
4620
4626
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
4621
- error_code: 'account_disconnected';
4627
+ error_code: 'salto_ks_subscription_limit_exceeded';
4622
4628
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
4623
4629
  is_connected_account_error: true;
4624
4630
  } | {
@@ -4629,7 +4635,7 @@ export type Routes = {
4629
4635
  /** Date and time at which Seam created the error. */
4630
4636
  created_at: string;
4631
4637
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
4632
- error_code: 'salto_ks_subscription_limit_exceeded';
4638
+ error_code: 'insufficient_permissions';
4633
4639
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
4634
4640
  is_connected_account_error: true;
4635
4641
  } | {
@@ -5138,12 +5144,14 @@ export type Routes = {
5138
5144
  } | {
5139
5145
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5140
5146
  message: string;
5141
- /** Indicates that this is an access code error. */
5142
- is_access_code_error: true;
5147
+ /** Indicates that the error is not a device error. */
5148
+ is_device_error: false;
5143
5149
  /** Date and time at which Seam created the error. */
5144
- created_at?: string | undefined;
5150
+ created_at: string;
5145
5151
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5146
- error_code: 'insufficient_permissions';
5152
+ error_code: 'account_disconnected';
5153
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
5154
+ is_connected_account_error: true;
5147
5155
  } | {
5148
5156
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5149
5157
  message: string;
@@ -5152,7 +5160,7 @@ export type Routes = {
5152
5160
  /** Date and time at which Seam created the error. */
5153
5161
  created_at: string;
5154
5162
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5155
- error_code: 'account_disconnected';
5163
+ error_code: 'salto_ks_subscription_limit_exceeded';
5156
5164
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
5157
5165
  is_connected_account_error: true;
5158
5166
  } | {
@@ -5163,7 +5171,7 @@ export type Routes = {
5163
5171
  /** Date and time at which Seam created the error. */
5164
5172
  created_at: string;
5165
5173
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5166
- error_code: 'salto_ks_subscription_limit_exceeded';
5174
+ error_code: 'insufficient_permissions';
5167
5175
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
5168
5176
  is_connected_account_error: true;
5169
5177
  } | {
@@ -5615,12 +5623,14 @@ export type Routes = {
5615
5623
  } | {
5616
5624
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5617
5625
  message: string;
5618
- /** Indicates that this is an access code error. */
5619
- is_access_code_error: true;
5626
+ /** Indicates that the error is not a device error. */
5627
+ is_device_error: false;
5620
5628
  /** Date and time at which Seam created the error. */
5621
- created_at?: string | undefined;
5629
+ created_at: string;
5622
5630
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5623
- error_code: 'insufficient_permissions';
5631
+ error_code: 'account_disconnected';
5632
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
5633
+ is_connected_account_error: true;
5624
5634
  } | {
5625
5635
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5626
5636
  message: string;
@@ -5629,7 +5639,7 @@ export type Routes = {
5629
5639
  /** Date and time at which Seam created the error. */
5630
5640
  created_at: string;
5631
5641
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5632
- error_code: 'account_disconnected';
5642
+ error_code: 'salto_ks_subscription_limit_exceeded';
5633
5643
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
5634
5644
  is_connected_account_error: true;
5635
5645
  } | {
@@ -5640,7 +5650,7 @@ export type Routes = {
5640
5650
  /** Date and time at which Seam created the error. */
5641
5651
  created_at: string;
5642
5652
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5643
- error_code: 'salto_ks_subscription_limit_exceeded';
5653
+ error_code: 'insufficient_permissions';
5644
5654
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
5645
5655
  is_connected_account_error: true;
5646
5656
  } | {
@@ -6069,12 +6079,14 @@ export type Routes = {
6069
6079
  } | {
6070
6080
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6071
6081
  message: string;
6072
- /** Indicates that this is an access code error. */
6073
- is_access_code_error: true;
6082
+ /** Indicates that the error is not a device error. */
6083
+ is_device_error: false;
6074
6084
  /** Date and time at which Seam created the error. */
6075
- created_at?: string | undefined;
6085
+ created_at: string;
6076
6086
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6077
- error_code: 'insufficient_permissions';
6087
+ error_code: 'account_disconnected';
6088
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6089
+ is_connected_account_error: true;
6078
6090
  } | {
6079
6091
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6080
6092
  message: string;
@@ -6083,7 +6095,7 @@ export type Routes = {
6083
6095
  /** Date and time at which Seam created the error. */
6084
6096
  created_at: string;
6085
6097
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6086
- error_code: 'account_disconnected';
6098
+ error_code: 'salto_ks_subscription_limit_exceeded';
6087
6099
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6088
6100
  is_connected_account_error: true;
6089
6101
  } | {
@@ -6094,7 +6106,7 @@ export type Routes = {
6094
6106
  /** Date and time at which Seam created the error. */
6095
6107
  created_at: string;
6096
6108
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6097
- error_code: 'salto_ks_subscription_limit_exceeded';
6109
+ error_code: 'insufficient_permissions';
6098
6110
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6099
6111
  is_connected_account_error: true;
6100
6112
  } | {
@@ -6556,12 +6568,14 @@ export type Routes = {
6556
6568
  } | {
6557
6569
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6558
6570
  message: string;
6559
- /** Indicates that this is an access code error. */
6560
- is_access_code_error: true;
6571
+ /** Indicates that the error is not a device error. */
6572
+ is_device_error: false;
6561
6573
  /** Date and time at which Seam created the error. */
6562
- created_at?: string | undefined;
6574
+ created_at: string;
6563
6575
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6564
- error_code: 'insufficient_permissions';
6576
+ error_code: 'account_disconnected';
6577
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6578
+ is_connected_account_error: true;
6565
6579
  } | {
6566
6580
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6567
6581
  message: string;
@@ -6570,7 +6584,7 @@ export type Routes = {
6570
6584
  /** Date and time at which Seam created the error. */
6571
6585
  created_at: string;
6572
6586
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6573
- error_code: 'account_disconnected';
6587
+ error_code: 'salto_ks_subscription_limit_exceeded';
6574
6588
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6575
6589
  is_connected_account_error: true;
6576
6590
  } | {
@@ -6581,7 +6595,7 @@ export type Routes = {
6581
6595
  /** Date and time at which Seam created the error. */
6582
6596
  created_at: string;
6583
6597
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6584
- error_code: 'salto_ks_subscription_limit_exceeded';
6598
+ error_code: 'insufficient_permissions';
6585
6599
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6586
6600
  is_connected_account_error: true;
6587
6601
  } | {
@@ -8698,12 +8712,14 @@ export type Routes = {
8698
8712
  } | {
8699
8713
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
8700
8714
  message: string;
8701
- /** Indicates that this is an access code error. */
8702
- is_access_code_error: true;
8715
+ /** Indicates that the error is not a device error. */
8716
+ is_device_error: false;
8703
8717
  /** Date and time at which Seam created the error. */
8704
- created_at?: string | undefined;
8718
+ created_at: string;
8705
8719
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8706
- error_code: 'insufficient_permissions';
8720
+ error_code: 'account_disconnected';
8721
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
8722
+ is_connected_account_error: true;
8707
8723
  } | {
8708
8724
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
8709
8725
  message: string;
@@ -8712,7 +8728,7 @@ export type Routes = {
8712
8728
  /** Date and time at which Seam created the error. */
8713
8729
  created_at: string;
8714
8730
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8715
- error_code: 'account_disconnected';
8731
+ error_code: 'salto_ks_subscription_limit_exceeded';
8716
8732
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
8717
8733
  is_connected_account_error: true;
8718
8734
  } | {
@@ -8723,7 +8739,7 @@ export type Routes = {
8723
8739
  /** Date and time at which Seam created the error. */
8724
8740
  created_at: string;
8725
8741
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8726
- error_code: 'salto_ks_subscription_limit_exceeded';
8742
+ error_code: 'insufficient_permissions';
8727
8743
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
8728
8744
  is_connected_account_error: true;
8729
8745
  } | {
@@ -9071,12 +9087,14 @@ export type Routes = {
9071
9087
  } | {
9072
9088
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
9073
9089
  message: string;
9074
- /** Indicates that this is an access code error. */
9075
- is_access_code_error: true;
9090
+ /** Indicates that the error is not a device error. */
9091
+ is_device_error: false;
9076
9092
  /** Date and time at which Seam created the error. */
9077
- created_at?: string | undefined;
9093
+ created_at: string;
9078
9094
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
9079
- error_code: 'insufficient_permissions';
9095
+ error_code: 'account_disconnected';
9096
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
9097
+ is_connected_account_error: true;
9080
9098
  } | {
9081
9099
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
9082
9100
  message: string;
@@ -9085,7 +9103,7 @@ export type Routes = {
9085
9103
  /** Date and time at which Seam created the error. */
9086
9104
  created_at: string;
9087
9105
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
9088
- error_code: 'account_disconnected';
9106
+ error_code: 'salto_ks_subscription_limit_exceeded';
9089
9107
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
9090
9108
  is_connected_account_error: true;
9091
9109
  } | {
@@ -9096,7 +9114,7 @@ export type Routes = {
9096
9114
  /** Date and time at which Seam created the error. */
9097
9115
  created_at: string;
9098
9116
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
9099
- error_code: 'salto_ks_subscription_limit_exceeded';
9117
+ error_code: 'insufficient_permissions';
9100
9118
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
9101
9119
  is_connected_account_error: true;
9102
9120
  } | {
@@ -12782,6 +12800,17 @@ export type Routes = {
12782
12800
  error_code: 'salto_ks_subscription_limit_exceeded';
12783
12801
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
12784
12802
  is_connected_account_error: true;
12803
+ } | {
12804
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
12805
+ message: string;
12806
+ /** Indicates that the error is not a device error. */
12807
+ is_device_error: false;
12808
+ /** Date and time at which Seam created the error. */
12809
+ created_at: string;
12810
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
12811
+ error_code: 'insufficient_permissions';
12812
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
12813
+ is_connected_account_error: true;
12785
12814
  } | {
12786
12815
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
12787
12816
  message: string;
@@ -13080,13 +13109,6 @@ export type Routes = {
13080
13109
  active_access_code_count: number;
13081
13110
  /** Maximum number of active access codes supported by the device. */
13082
13111
  max_active_access_code_count: number;
13083
- } | {
13084
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
13085
- message: string;
13086
- /** Date and time at which Seam created the warning. */
13087
- created_at: string;
13088
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
13089
- warning_code: 'insufficient_permissions';
13090
13112
  })[];
13091
13113
  /** Date and time at which the device object was created. */
13092
13114
  created_at: string;
@@ -13623,6 +13645,13 @@ export type Routes = {
13623
13645
  message: string;
13624
13646
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
13625
13647
  error_code: 'salto_ks_subscription_limit_exceeded';
13648
+ } | {
13649
+ /** Date and time at which Seam created the error. */
13650
+ created_at: string;
13651
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
13652
+ message: string;
13653
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
13654
+ error_code: 'insufficient_permissions';
13626
13655
  } | {
13627
13656
  /** Date and time at which Seam created the error. */
13628
13657
  created_at: string;
@@ -19689,6 +19718,17 @@ export type Routes = {
19689
19718
  error_code: 'salto_ks_subscription_limit_exceeded';
19690
19719
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
19691
19720
  is_connected_account_error: true;
19721
+ } | {
19722
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
19723
+ message: string;
19724
+ /** Indicates that the error is not a device error. */
19725
+ is_device_error: false;
19726
+ /** Date and time at which Seam created the error. */
19727
+ created_at: string;
19728
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
19729
+ error_code: 'insufficient_permissions';
19730
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
19731
+ is_connected_account_error: true;
19692
19732
  } | {
19693
19733
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
19694
19734
  message: string;
@@ -19987,13 +20027,6 @@ export type Routes = {
19987
20027
  active_access_code_count: number;
19988
20028
  /** Maximum number of active access codes supported by the device. */
19989
20029
  max_active_access_code_count: number;
19990
- } | {
19991
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
19992
- message: string;
19993
- /** Date and time at which Seam created the warning. */
19994
- created_at: string;
19995
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
19996
- warning_code: 'insufficient_permissions';
19997
20030
  })[];
19998
20031
  /** Date and time at which the device object was created. */
19999
20032
  created_at: string;
@@ -33983,6 +34016,13 @@ export type Routes = {
33983
34016
  message: string;
33984
34017
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
33985
34018
  error_code: 'salto_ks_subscription_limit_exceeded';
34019
+ } | {
34020
+ /** Date and time at which Seam created the error. */
34021
+ created_at: string;
34022
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34023
+ message: string;
34024
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34025
+ error_code: 'insufficient_permissions';
33986
34026
  } | {
33987
34027
  /** Date and time at which Seam created the error. */
33988
34028
  created_at: string;
@@ -34138,6 +34178,13 @@ export type Routes = {
34138
34178
  message: string;
34139
34179
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34140
34180
  error_code: 'salto_ks_subscription_limit_exceeded';
34181
+ } | {
34182
+ /** Date and time at which Seam created the error. */
34183
+ created_at: string;
34184
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34185
+ message: string;
34186
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34187
+ error_code: 'insufficient_permissions';
34141
34188
  } | {
34142
34189
  /** Date and time at which Seam created the error. */
34143
34190
  created_at: string;
@@ -34289,6 +34336,13 @@ export type Routes = {
34289
34336
  message: string;
34290
34337
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34291
34338
  error_code: 'salto_ks_subscription_limit_exceeded';
34339
+ } | {
34340
+ /** Date and time at which Seam created the error. */
34341
+ created_at: string;
34342
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
34343
+ message: string;
34344
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
34345
+ error_code: 'insufficient_permissions';
34292
34346
  } | {
34293
34347
  /** Date and time at which Seam created the error. */
34294
34348
  created_at: string;
@@ -42986,6 +43040,17 @@ export type Routes = {
42986
43040
  error_code: 'salto_ks_subscription_limit_exceeded';
42987
43041
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
42988
43042
  is_connected_account_error: true;
43043
+ } | {
43044
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
43045
+ message: string;
43046
+ /** Indicates that the error is not a device error. */
43047
+ is_device_error: false;
43048
+ /** Date and time at which Seam created the error. */
43049
+ created_at: string;
43050
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
43051
+ error_code: 'insufficient_permissions';
43052
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
43053
+ is_connected_account_error: true;
42989
43054
  } | {
42990
43055
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
42991
43056
  message: string;
@@ -43284,13 +43349,6 @@ export type Routes = {
43284
43349
  active_access_code_count: number;
43285
43350
  /** Maximum number of active access codes supported by the device. */
43286
43351
  max_active_access_code_count: number;
43287
- } | {
43288
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
43289
- message: string;
43290
- /** Date and time at which Seam created the warning. */
43291
- created_at: string;
43292
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
43293
- warning_code: 'insufficient_permissions';
43294
43352
  })[];
43295
43353
  /** Date and time at which the device object was created. */
43296
43354
  created_at: string;
@@ -44512,6 +44570,17 @@ export type Routes = {
44512
44570
  error_code: 'salto_ks_subscription_limit_exceeded';
44513
44571
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
44514
44572
  is_connected_account_error: true;
44573
+ } | {
44574
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
44575
+ message: string;
44576
+ /** Indicates that the error is not a device error. */
44577
+ is_device_error: false;
44578
+ /** Date and time at which Seam created the error. */
44579
+ created_at: string;
44580
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
44581
+ error_code: 'insufficient_permissions';
44582
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
44583
+ is_connected_account_error: true;
44515
44584
  } | {
44516
44585
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
44517
44586
  message: string;
@@ -44810,13 +44879,6 @@ export type Routes = {
44810
44879
  active_access_code_count: number;
44811
44880
  /** Maximum number of active access codes supported by the device. */
44812
44881
  max_active_access_code_count: number;
44813
- } | {
44814
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
44815
- message: string;
44816
- /** Date and time at which Seam created the warning. */
44817
- created_at: string;
44818
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44819
- warning_code: 'insufficient_permissions';
44820
44882
  })[];
44821
44883
  /** Date and time at which the device object was created. */
44822
44884
  created_at: string;
@@ -45137,6 +45199,17 @@ export type Routes = {
45137
45199
  error_code: 'salto_ks_subscription_limit_exceeded';
45138
45200
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
45139
45201
  is_connected_account_error: true;
45202
+ } | {
45203
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
45204
+ message: string;
45205
+ /** Indicates that the error is not a device error. */
45206
+ is_device_error: false;
45207
+ /** Date and time at which Seam created the error. */
45208
+ created_at: string;
45209
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
45210
+ error_code: 'insufficient_permissions';
45211
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
45212
+ is_connected_account_error: true;
45140
45213
  } | {
45141
45214
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
45142
45215
  message: string;
@@ -45435,13 +45508,6 @@ export type Routes = {
45435
45508
  active_access_code_count: number;
45436
45509
  /** Maximum number of active access codes supported by the device. */
45437
45510
  max_active_access_code_count: number;
45438
- } | {
45439
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
45440
- message: string;
45441
- /** Date and time at which Seam created the warning. */
45442
- created_at: string;
45443
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45444
- warning_code: 'insufficient_permissions';
45445
45511
  })[];
45446
45512
  /** Date and time at which the device object was created. */
45447
45513
  created_at: string;
@@ -45664,6 +45730,17 @@ export type Routes = {
45664
45730
  error_code: 'salto_ks_subscription_limit_exceeded';
45665
45731
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
45666
45732
  is_connected_account_error: true;
45733
+ } | {
45734
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
45735
+ message: string;
45736
+ /** Indicates that the error is not a device error. */
45737
+ is_device_error: false;
45738
+ /** Date and time at which Seam created the error. */
45739
+ created_at: string;
45740
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
45741
+ error_code: 'insufficient_permissions';
45742
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
45743
+ is_connected_account_error: true;
45667
45744
  } | {
45668
45745
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
45669
45746
  message: string;
@@ -45962,13 +46039,6 @@ export type Routes = {
45962
46039
  active_access_code_count: number;
45963
46040
  /** Maximum number of active access codes supported by the device. */
45964
46041
  max_active_access_code_count: number;
45965
- } | {
45966
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
45967
- message: string;
45968
- /** Date and time at which Seam created the warning. */
45969
- created_at: string;
45970
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
45971
- warning_code: 'insufficient_permissions';
45972
46042
  })[];
45973
46043
  /** Date and time at which the device object was created. */
45974
46044
  created_at: string;
@@ -55612,6 +55682,17 @@ export type Routes = {
55612
55682
  error_code: 'salto_ks_subscription_limit_exceeded';
55613
55683
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
55614
55684
  is_connected_account_error: true;
55685
+ } | {
55686
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
55687
+ message: string;
55688
+ /** Indicates that the error is not a device error. */
55689
+ is_device_error: false;
55690
+ /** Date and time at which Seam created the error. */
55691
+ created_at: string;
55692
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
55693
+ error_code: 'insufficient_permissions';
55694
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
55695
+ is_connected_account_error: true;
55615
55696
  } | {
55616
55697
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
55617
55698
  message: string;
@@ -55910,13 +55991,6 @@ export type Routes = {
55910
55991
  active_access_code_count: number;
55911
55992
  /** Maximum number of active access codes supported by the device. */
55912
55993
  max_active_access_code_count: number;
55913
- } | {
55914
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
55915
- message: string;
55916
- /** Date and time at which Seam created the warning. */
55917
- created_at: string;
55918
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
55919
- warning_code: 'insufficient_permissions';
55920
55994
  })[];
55921
55995
  /** Date and time at which the device object was created. */
55922
55996
  created_at: string;
@@ -57088,6 +57162,17 @@ export type Routes = {
57088
57162
  error_code: 'salto_ks_subscription_limit_exceeded';
57089
57163
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
57090
57164
  is_connected_account_error: true;
57165
+ } | {
57166
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
57167
+ message: string;
57168
+ /** Indicates that the error is not a device error. */
57169
+ is_device_error: false;
57170
+ /** Date and time at which Seam created the error. */
57171
+ created_at: string;
57172
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
57173
+ error_code: 'insufficient_permissions';
57174
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
57175
+ is_connected_account_error: true;
57091
57176
  } | {
57092
57177
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
57093
57178
  message: string;
@@ -57386,13 +57471,6 @@ export type Routes = {
57386
57471
  active_access_code_count: number;
57387
57472
  /** Maximum number of active access codes supported by the device. */
57388
57473
  max_active_access_code_count: number;
57389
- } | {
57390
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
57391
- message: string;
57392
- /** Date and time at which Seam created the warning. */
57393
- created_at: string;
57394
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
57395
- warning_code: 'insufficient_permissions';
57396
57474
  })[];
57397
57475
  /** Date and time at which the device object was created. */
57398
57476
  created_at: string;
@@ -58614,6 +58692,17 @@ export type Routes = {
58614
58692
  error_code: 'salto_ks_subscription_limit_exceeded';
58615
58693
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
58616
58694
  is_connected_account_error: true;
58695
+ } | {
58696
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58697
+ message: string;
58698
+ /** Indicates that the error is not a device error. */
58699
+ is_device_error: false;
58700
+ /** Date and time at which Seam created the error. */
58701
+ created_at: string;
58702
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
58703
+ error_code: 'insufficient_permissions';
58704
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
58705
+ is_connected_account_error: true;
58617
58706
  } | {
58618
58707
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
58619
58708
  message: string;
@@ -58912,13 +59001,6 @@ export type Routes = {
58912
59001
  active_access_code_count: number;
58913
59002
  /** Maximum number of active access codes supported by the device. */
58914
59003
  max_active_access_code_count: number;
58915
- } | {
58916
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
58917
- message: string;
58918
- /** Date and time at which Seam created the warning. */
58919
- created_at: string;
58920
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
58921
- warning_code: 'insufficient_permissions';
58922
59004
  })[];
58923
59005
  /** Date and time at which the device object was created. */
58924
59006
  created_at: string;
@@ -60089,6 +60171,17 @@ export type Routes = {
60089
60171
  error_code: 'salto_ks_subscription_limit_exceeded';
60090
60172
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
60091
60173
  is_connected_account_error: true;
60174
+ } | {
60175
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
60176
+ message: string;
60177
+ /** Indicates that the error is not a device error. */
60178
+ is_device_error: false;
60179
+ /** Date and time at which Seam created the error. */
60180
+ created_at: string;
60181
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
60182
+ error_code: 'insufficient_permissions';
60183
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
60184
+ is_connected_account_error: true;
60092
60185
  } | {
60093
60186
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
60094
60187
  message: string;
@@ -60387,13 +60480,6 @@ export type Routes = {
60387
60480
  active_access_code_count: number;
60388
60481
  /** Maximum number of active access codes supported by the device. */
60389
60482
  max_active_access_code_count: number;
60390
- } | {
60391
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
60392
- message: string;
60393
- /** Date and time at which Seam created the warning. */
60394
- created_at: string;
60395
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60396
- warning_code: 'insufficient_permissions';
60397
60483
  })[];
60398
60484
  /** Date and time at which the device object was created. */
60399
60485
  created_at: string;
@@ -68577,6 +68663,17 @@ export type Routes = {
68577
68663
  error_code: 'salto_ks_subscription_limit_exceeded';
68578
68664
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
68579
68665
  is_connected_account_error: true;
68666
+ } | {
68667
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
68668
+ message: string;
68669
+ /** Indicates that the error is not a device error. */
68670
+ is_device_error: false;
68671
+ /** Date and time at which Seam created the error. */
68672
+ created_at: string;
68673
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
68674
+ error_code: 'insufficient_permissions';
68675
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
68676
+ is_connected_account_error: true;
68580
68677
  } | {
68581
68678
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
68582
68679
  message: string;
@@ -68875,13 +68972,6 @@ export type Routes = {
68875
68972
  active_access_code_count: number;
68876
68973
  /** Maximum number of active access codes supported by the device. */
68877
68974
  max_active_access_code_count: number;
68878
- } | {
68879
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
68880
- message: string;
68881
- /** Date and time at which Seam created the warning. */
68882
- created_at: string;
68883
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68884
- warning_code: 'insufficient_permissions';
68885
68975
  })[];
68886
68976
  /** Date and time at which the device object was created. */
68887
68977
  created_at: string;
@@ -70052,6 +70142,17 @@ export type Routes = {
70052
70142
  error_code: 'salto_ks_subscription_limit_exceeded';
70053
70143
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
70054
70144
  is_connected_account_error: true;
70145
+ } | {
70146
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
70147
+ message: string;
70148
+ /** Indicates that the error is not a device error. */
70149
+ is_device_error: false;
70150
+ /** Date and time at which Seam created the error. */
70151
+ created_at: string;
70152
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
70153
+ error_code: 'insufficient_permissions';
70154
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
70155
+ is_connected_account_error: true;
70055
70156
  } | {
70056
70157
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
70057
70158
  message: string;
@@ -70350,13 +70451,6 @@ export type Routes = {
70350
70451
  active_access_code_count: number;
70351
70452
  /** Maximum number of active access codes supported by the device. */
70352
70453
  max_active_access_code_count: number;
70353
- } | {
70354
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
70355
- message: string;
70356
- /** Date and time at which Seam created the warning. */
70357
- created_at: string;
70358
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
70359
- warning_code: 'insufficient_permissions';
70360
70454
  })[];
70361
70455
  /** Date and time at which the device object was created. */
70362
70456
  created_at: string;
@@ -86779,6 +86873,17 @@ export type Routes = {
86779
86873
  error_code: 'salto_ks_subscription_limit_exceeded';
86780
86874
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
86781
86875
  is_connected_account_error: true;
86876
+ } | {
86877
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86878
+ message: string;
86879
+ /** Indicates that the error is not a device error. */
86880
+ is_device_error: false;
86881
+ /** Date and time at which Seam created the error. */
86882
+ created_at: string;
86883
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86884
+ error_code: 'insufficient_permissions';
86885
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
86886
+ is_connected_account_error: true;
86782
86887
  } | {
86783
86888
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86784
86889
  message: string;
@@ -87077,13 +87182,6 @@ export type Routes = {
87077
87182
  active_access_code_count: number;
87078
87183
  /** Maximum number of active access codes supported by the device. */
87079
87184
  max_active_access_code_count: number;
87080
- } | {
87081
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
87082
- message: string;
87083
- /** Date and time at which Seam created the warning. */
87084
- created_at: string;
87085
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
87086
- warning_code: 'insufficient_permissions';
87087
87185
  })[];
87088
87186
  /** Date and time at which the device object was created. */
87089
87187
  created_at: string;
@@ -87620,6 +87718,13 @@ export type Routes = {
87620
87718
  message: string;
87621
87719
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
87622
87720
  error_code: 'salto_ks_subscription_limit_exceeded';
87721
+ } | {
87722
+ /** Date and time at which Seam created the error. */
87723
+ created_at: string;
87724
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
87725
+ message: string;
87726
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
87727
+ error_code: 'insufficient_permissions';
87623
87728
  } | {
87624
87729
  /** Date and time at which Seam created the error. */
87625
87730
  created_at: string;
@@ -94480,6 +94585,17 @@ export type Routes = {
94480
94585
  error_code: 'salto_ks_subscription_limit_exceeded';
94481
94586
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
94482
94587
  is_connected_account_error: true;
94588
+ } | {
94589
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
94590
+ message: string;
94591
+ /** Indicates that the error is not a device error. */
94592
+ is_device_error: false;
94593
+ /** Date and time at which Seam created the error. */
94594
+ created_at: string;
94595
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
94596
+ error_code: 'insufficient_permissions';
94597
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
94598
+ is_connected_account_error: true;
94483
94599
  } | {
94484
94600
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
94485
94601
  message: string;
@@ -94778,13 +94894,6 @@ export type Routes = {
94778
94894
  active_access_code_count: number;
94779
94895
  /** Maximum number of active access codes supported by the device. */
94780
94896
  max_active_access_code_count: number;
94781
- } | {
94782
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
94783
- message: string;
94784
- /** Date and time at which Seam created the warning. */
94785
- created_at: string;
94786
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
94787
- warning_code: 'insufficient_permissions';
94788
94897
  })[];
94789
94898
  /** Date and time at which the device object was created. */
94790
94899
  created_at: string;
@@ -99500,6 +99609,17 @@ export type Routes = {
99500
99609
  error_code: 'salto_ks_subscription_limit_exceeded';
99501
99610
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
99502
99611
  is_connected_account_error: true;
99612
+ } | {
99613
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
99614
+ message: string;
99615
+ /** Indicates that the error is not a device error. */
99616
+ is_device_error: false;
99617
+ /** Date and time at which Seam created the error. */
99618
+ created_at: string;
99619
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
99620
+ error_code: 'insufficient_permissions';
99621
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
99622
+ is_connected_account_error: true;
99503
99623
  } | {
99504
99624
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
99505
99625
  message: string;
@@ -99798,13 +99918,6 @@ export type Routes = {
99798
99918
  active_access_code_count: number;
99799
99919
  /** Maximum number of active access codes supported by the device. */
99800
99920
  max_active_access_code_count: number;
99801
- } | {
99802
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
99803
- message: string;
99804
- /** Date and time at which Seam created the warning. */
99805
- created_at: string;
99806
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
99807
- warning_code: 'insufficient_permissions';
99808
99921
  })[];
99809
99922
  /** Date and time at which the device object was created. */
99810
99923
  created_at: string;
@@ -100975,6 +101088,17 @@ export type Routes = {
100975
101088
  error_code: 'salto_ks_subscription_limit_exceeded';
100976
101089
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
100977
101090
  is_connected_account_error: true;
101091
+ } | {
101092
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
101093
+ message: string;
101094
+ /** Indicates that the error is not a device error. */
101095
+ is_device_error: false;
101096
+ /** Date and time at which Seam created the error. */
101097
+ created_at: string;
101098
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
101099
+ error_code: 'insufficient_permissions';
101100
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
101101
+ is_connected_account_error: true;
100978
101102
  } | {
100979
101103
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
100980
101104
  message: string;
@@ -101273,13 +101397,6 @@ export type Routes = {
101273
101397
  active_access_code_count: number;
101274
101398
  /** Maximum number of active access codes supported by the device. */
101275
101399
  max_active_access_code_count: number;
101276
- } | {
101277
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
101278
- message: string;
101279
- /** Date and time at which Seam created the warning. */
101280
- created_at: string;
101281
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
101282
- warning_code: 'insufficient_permissions';
101283
101400
  })[];
101284
101401
  /** Date and time at which the device object was created. */
101285
101402
  created_at: string;
@@ -110408,6 +110525,17 @@ export type Routes = {
110408
110525
  error_code: 'salto_ks_subscription_limit_exceeded';
110409
110526
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
110410
110527
  is_connected_account_error: true;
110528
+ } | {
110529
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
110530
+ message: string;
110531
+ /** Indicates that the error is not a device error. */
110532
+ is_device_error: false;
110533
+ /** Date and time at which Seam created the error. */
110534
+ created_at: string;
110535
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
110536
+ error_code: 'insufficient_permissions';
110537
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
110538
+ is_connected_account_error: true;
110411
110539
  } | {
110412
110540
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
110413
110541
  message: string;
@@ -110706,13 +110834,6 @@ export type Routes = {
110706
110834
  active_access_code_count: number;
110707
110835
  /** Maximum number of active access codes supported by the device. */
110708
110836
  max_active_access_code_count: number;
110709
- } | {
110710
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
110711
- message: string;
110712
- /** Date and time at which Seam created the warning. */
110713
- created_at: string;
110714
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
110715
- warning_code: 'insufficient_permissions';
110716
110837
  })[];
110717
110838
  /** Date and time at which the device object was created. */
110718
110839
  created_at: string;
@@ -111885,6 +112006,17 @@ export type Routes = {
111885
112006
  error_code: 'salto_ks_subscription_limit_exceeded';
111886
112007
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
111887
112008
  is_connected_account_error: true;
112009
+ } | {
112010
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
112011
+ message: string;
112012
+ /** Indicates that the error is not a device error. */
112013
+ is_device_error: false;
112014
+ /** Date and time at which Seam created the error. */
112015
+ created_at: string;
112016
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112017
+ error_code: 'insufficient_permissions';
112018
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
112019
+ is_connected_account_error: true;
111888
112020
  } | {
111889
112021
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
111890
112022
  message: string;
@@ -112183,13 +112315,6 @@ export type Routes = {
112183
112315
  active_access_code_count: number;
112184
112316
  /** Maximum number of active access codes supported by the device. */
112185
112317
  max_active_access_code_count: number;
112186
- } | {
112187
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
112188
- message: string;
112189
- /** Date and time at which Seam created the warning. */
112190
- created_at: string;
112191
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
112192
- warning_code: 'insufficient_permissions';
112193
112318
  })[];
112194
112319
  /** Date and time at which the device object was created. */
112195
112320
  created_at: string;
@@ -112574,6 +112699,13 @@ export type Routes = {
112574
112699
  message: string;
112575
112700
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112576
112701
  error_code: 'salto_ks_subscription_limit_exceeded';
112702
+ } | {
112703
+ /** Date and time at which Seam created the error. */
112704
+ created_at: string;
112705
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
112706
+ message: string;
112707
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
112708
+ error_code: 'insufficient_permissions';
112577
112709
  } | {
112578
112710
  /** Date and time at which Seam created the error. */
112579
112711
  created_at: string;
@@ -114653,6 +114785,17 @@ export type Routes = {
114653
114785
  error_code: 'salto_ks_subscription_limit_exceeded';
114654
114786
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
114655
114787
  is_connected_account_error: true;
114788
+ } | {
114789
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
114790
+ message: string;
114791
+ /** Indicates that the error is not a device error. */
114792
+ is_device_error: false;
114793
+ /** Date and time at which Seam created the error. */
114794
+ created_at: string;
114795
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
114796
+ error_code: 'insufficient_permissions';
114797
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
114798
+ is_connected_account_error: true;
114656
114799
  } | {
114657
114800
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
114658
114801
  message: string;
@@ -114951,13 +115094,6 @@ export type Routes = {
114951
115094
  active_access_code_count: number;
114952
115095
  /** Maximum number of active access codes supported by the device. */
114953
115096
  max_active_access_code_count: number;
114954
- } | {
114955
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
114956
- message: string;
114957
- /** Date and time at which Seam created the warning. */
114958
- created_at: string;
114959
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
114960
- warning_code: 'insufficient_permissions';
114961
115097
  })[];
114962
115098
  /** Date and time at which the device object was created. */
114963
115099
  created_at: string;
@@ -115314,6 +115450,13 @@ export type Routes = {
115314
115450
  message: string;
115315
115451
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
115316
115452
  error_code: 'salto_ks_subscription_limit_exceeded';
115453
+ } | {
115454
+ /** Date and time at which Seam created the error. */
115455
+ created_at: string;
115456
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
115457
+ message: string;
115458
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
115459
+ error_code: 'insufficient_permissions';
115317
115460
  } | {
115318
115461
  /** Date and time at which Seam created the error. */
115319
115462
  created_at: string;
@@ -118051,6 +118194,17 @@ export type Routes = {
118051
118194
  error_code: 'salto_ks_subscription_limit_exceeded';
118052
118195
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
118053
118196
  is_connected_account_error: true;
118197
+ } | {
118198
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
118199
+ message: string;
118200
+ /** Indicates that the error is not a device error. */
118201
+ is_device_error: false;
118202
+ /** Date and time at which Seam created the error. */
118203
+ created_at: string;
118204
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
118205
+ error_code: 'insufficient_permissions';
118206
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
118207
+ is_connected_account_error: true;
118054
118208
  } | {
118055
118209
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
118056
118210
  message: string;
@@ -118349,13 +118503,6 @@ export type Routes = {
118349
118503
  active_access_code_count: number;
118350
118504
  /** Maximum number of active access codes supported by the device. */
118351
118505
  max_active_access_code_count: number;
118352
- } | {
118353
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
118354
- message: string;
118355
- /** Date and time at which Seam created the warning. */
118356
- created_at: string;
118357
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
118358
- warning_code: 'insufficient_permissions';
118359
118506
  })[];
118360
118507
  /** Date and time at which the device object was created. */
118361
118508
  created_at: string;
@@ -122667,12 +122814,14 @@ export type Routes = {
122667
122814
  } | {
122668
122815
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
122669
122816
  message: string;
122670
- /** Indicates that this is an access code error. */
122671
- is_access_code_error: true;
122817
+ /** Indicates that the error is not a device error. */
122818
+ is_device_error: false;
122672
122819
  /** Date and time at which Seam created the error. */
122673
- created_at?: string | undefined;
122820
+ created_at: string;
122674
122821
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
122675
- error_code: 'insufficient_permissions';
122822
+ error_code: 'account_disconnected';
122823
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
122824
+ is_connected_account_error: true;
122676
122825
  } | {
122677
122826
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
122678
122827
  message: string;
@@ -122681,7 +122830,7 @@ export type Routes = {
122681
122830
  /** Date and time at which Seam created the error. */
122682
122831
  created_at: string;
122683
122832
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
122684
- error_code: 'account_disconnected';
122833
+ error_code: 'salto_ks_subscription_limit_exceeded';
122685
122834
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
122686
122835
  is_connected_account_error: true;
122687
122836
  } | {
@@ -122692,7 +122841,7 @@ export type Routes = {
122692
122841
  /** Date and time at which Seam created the error. */
122693
122842
  created_at: string;
122694
122843
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
122695
- error_code: 'salto_ks_subscription_limit_exceeded';
122844
+ error_code: 'insufficient_permissions';
122696
122845
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
122697
122846
  is_connected_account_error: true;
122698
122847
  } | {
@@ -123024,12 +123173,14 @@ export type Routes = {
123024
123173
  } | {
123025
123174
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123026
123175
  message: string;
123027
- /** Indicates that this is an access code error. */
123028
- is_access_code_error: true;
123176
+ /** Indicates that the error is not a device error. */
123177
+ is_device_error: false;
123029
123178
  /** Date and time at which Seam created the error. */
123030
- created_at?: string | undefined;
123179
+ created_at: string;
123031
123180
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123032
- error_code: 'insufficient_permissions';
123181
+ error_code: 'account_disconnected';
123182
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
123183
+ is_connected_account_error: true;
123033
123184
  } | {
123034
123185
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123035
123186
  message: string;
@@ -123038,7 +123189,7 @@ export type Routes = {
123038
123189
  /** Date and time at which Seam created the error. */
123039
123190
  created_at: string;
123040
123191
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123041
- error_code: 'account_disconnected';
123192
+ error_code: 'salto_ks_subscription_limit_exceeded';
123042
123193
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
123043
123194
  is_connected_account_error: true;
123044
123195
  } | {
@@ -123049,7 +123200,7 @@ export type Routes = {
123049
123200
  /** Date and time at which Seam created the error. */
123050
123201
  created_at: string;
123051
123202
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123052
- error_code: 'salto_ks_subscription_limit_exceeded';
123203
+ error_code: 'insufficient_permissions';
123053
123204
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
123054
123205
  is_connected_account_error: true;
123055
123206
  } | {