@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.
@@ -2240,12 +2240,14 @@ export type Routes = {
2240
2240
  | {
2241
2241
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2242
2242
  message: string
2243
- /** Indicates that this is an access code error. */
2244
- is_access_code_error: true
2243
+ /** Indicates that the error is not a device error. */
2244
+ is_device_error: false
2245
2245
  /** Date and time at which Seam created the error. */
2246
- created_at?: string | undefined
2246
+ created_at: string
2247
2247
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2248
- error_code: 'insufficient_permissions'
2248
+ error_code: 'account_disconnected'
2249
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
2250
+ is_connected_account_error: true
2249
2251
  }
2250
2252
  | {
2251
2253
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -2255,7 +2257,7 @@ export type Routes = {
2255
2257
  /** Date and time at which Seam created the error. */
2256
2258
  created_at: string
2257
2259
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2258
- error_code: 'account_disconnected'
2260
+ error_code: 'salto_ks_subscription_limit_exceeded'
2259
2261
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
2260
2262
  is_connected_account_error: true
2261
2263
  }
@@ -2267,7 +2269,7 @@ export type Routes = {
2267
2269
  /** Date and time at which Seam created the error. */
2268
2270
  created_at: string
2269
2271
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2270
- error_code: 'salto_ks_subscription_limit_exceeded'
2272
+ error_code: 'insufficient_permissions'
2271
2273
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
2272
2274
  is_connected_account_error: true
2273
2275
  }
@@ -2773,12 +2775,14 @@ export type Routes = {
2773
2775
  | {
2774
2776
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2775
2777
  message: string
2776
- /** Indicates that this is an access code error. */
2777
- is_access_code_error: true
2778
+ /** Indicates that the error is not a device error. */
2779
+ is_device_error: false
2778
2780
  /** Date and time at which Seam created the error. */
2779
- created_at?: string | undefined
2781
+ created_at: string
2780
2782
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2781
- error_code: 'insufficient_permissions'
2783
+ error_code: 'account_disconnected'
2784
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
2785
+ is_connected_account_error: true
2782
2786
  }
2783
2787
  | {
2784
2788
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -2788,7 +2792,7 @@ export type Routes = {
2788
2792
  /** Date and time at which Seam created the error. */
2789
2793
  created_at: string
2790
2794
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2791
- error_code: 'account_disconnected'
2795
+ error_code: 'salto_ks_subscription_limit_exceeded'
2792
2796
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
2793
2797
  is_connected_account_error: true
2794
2798
  }
@@ -2800,7 +2804,7 @@ export type Routes = {
2800
2804
  /** Date and time at which Seam created the error. */
2801
2805
  created_at: string
2802
2806
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2803
- error_code: 'salto_ks_subscription_limit_exceeded'
2807
+ error_code: 'insufficient_permissions'
2804
2808
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
2805
2809
  is_connected_account_error: true
2806
2810
  }
@@ -5398,12 +5402,14 @@ export type Routes = {
5398
5402
  | {
5399
5403
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5400
5404
  message: string
5401
- /** Indicates that this is an access code error. */
5402
- is_access_code_error: true
5405
+ /** Indicates that the error is not a device error. */
5406
+ is_device_error: false
5403
5407
  /** Date and time at which Seam created the error. */
5404
- created_at?: string | undefined
5408
+ created_at: string
5405
5409
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5406
- error_code: 'insufficient_permissions'
5410
+ error_code: 'account_disconnected'
5411
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
5412
+ is_connected_account_error: true
5407
5413
  }
5408
5414
  | {
5409
5415
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -5413,7 +5419,7 @@ export type Routes = {
5413
5419
  /** Date and time at which Seam created the error. */
5414
5420
  created_at: string
5415
5421
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5416
- error_code: 'account_disconnected'
5422
+ error_code: 'salto_ks_subscription_limit_exceeded'
5417
5423
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
5418
5424
  is_connected_account_error: true
5419
5425
  }
@@ -5425,7 +5431,7 @@ export type Routes = {
5425
5431
  /** Date and time at which Seam created the error. */
5426
5432
  created_at: string
5427
5433
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5428
- error_code: 'salto_ks_subscription_limit_exceeded'
5434
+ error_code: 'insufficient_permissions'
5429
5435
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
5430
5436
  is_connected_account_error: true
5431
5437
  }
@@ -6032,12 +6038,14 @@ export type Routes = {
6032
6038
  | {
6033
6039
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6034
6040
  message: string
6035
- /** Indicates that this is an access code error. */
6036
- is_access_code_error: true
6041
+ /** Indicates that the error is not a device error. */
6042
+ is_device_error: false
6037
6043
  /** Date and time at which Seam created the error. */
6038
- created_at?: string | undefined
6044
+ created_at: string
6039
6045
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6040
- error_code: 'insufficient_permissions'
6046
+ error_code: 'account_disconnected'
6047
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6048
+ is_connected_account_error: true
6041
6049
  }
6042
6050
  | {
6043
6051
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -6047,7 +6055,7 @@ export type Routes = {
6047
6055
  /** Date and time at which Seam created the error. */
6048
6056
  created_at: string
6049
6057
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6050
- error_code: 'account_disconnected'
6058
+ error_code: 'salto_ks_subscription_limit_exceeded'
6051
6059
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6052
6060
  is_connected_account_error: true
6053
6061
  }
@@ -6059,7 +6067,7 @@ export type Routes = {
6059
6067
  /** Date and time at which Seam created the error. */
6060
6068
  created_at: string
6061
6069
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6062
- error_code: 'salto_ks_subscription_limit_exceeded'
6070
+ error_code: 'insufficient_permissions'
6063
6071
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6064
6072
  is_connected_account_error: true
6065
6073
  }
@@ -6556,12 +6564,14 @@ export type Routes = {
6556
6564
  | {
6557
6565
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6558
6566
  message: string
6559
- /** Indicates that this is an access code error. */
6560
- is_access_code_error: true
6567
+ /** Indicates that the error is not a device error. */
6568
+ is_device_error: false
6561
6569
  /** Date and time at which Seam created the error. */
6562
- created_at?: string | undefined
6570
+ created_at: string
6563
6571
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6564
- error_code: 'insufficient_permissions'
6572
+ error_code: 'account_disconnected'
6573
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6574
+ is_connected_account_error: true
6565
6575
  }
6566
6576
  | {
6567
6577
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -6571,7 +6581,7 @@ export type Routes = {
6571
6581
  /** Date and time at which Seam created the error. */
6572
6582
  created_at: string
6573
6583
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6574
- error_code: 'account_disconnected'
6584
+ error_code: 'salto_ks_subscription_limit_exceeded'
6575
6585
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6576
6586
  is_connected_account_error: true
6577
6587
  }
@@ -6583,7 +6593,7 @@ export type Routes = {
6583
6593
  /** Date and time at which Seam created the error. */
6584
6594
  created_at: string
6585
6595
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6586
- error_code: 'salto_ks_subscription_limit_exceeded'
6596
+ error_code: 'insufficient_permissions'
6587
6597
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
6588
6598
  is_connected_account_error: true
6589
6599
  }
@@ -7057,12 +7067,14 @@ export type Routes = {
7057
7067
  | {
7058
7068
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7059
7069
  message: string
7060
- /** Indicates that this is an access code error. */
7061
- is_access_code_error: true
7070
+ /** Indicates that the error is not a device error. */
7071
+ is_device_error: false
7062
7072
  /** Date and time at which Seam created the error. */
7063
- created_at?: string | undefined
7073
+ created_at: string
7064
7074
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7065
- error_code: 'insufficient_permissions'
7075
+ error_code: 'account_disconnected'
7076
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
7077
+ is_connected_account_error: true
7066
7078
  }
7067
7079
  | {
7068
7080
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -7072,7 +7084,7 @@ export type Routes = {
7072
7084
  /** Date and time at which Seam created the error. */
7073
7085
  created_at: string
7074
7086
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7075
- error_code: 'account_disconnected'
7087
+ error_code: 'salto_ks_subscription_limit_exceeded'
7076
7088
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
7077
7089
  is_connected_account_error: true
7078
7090
  }
@@ -7084,7 +7096,7 @@ export type Routes = {
7084
7096
  /** Date and time at which Seam created the error. */
7085
7097
  created_at: string
7086
7098
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7087
- error_code: 'salto_ks_subscription_limit_exceeded'
7099
+ error_code: 'insufficient_permissions'
7088
7100
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
7089
7101
  is_connected_account_error: true
7090
7102
  }
@@ -7591,12 +7603,14 @@ export type Routes = {
7591
7603
  | {
7592
7604
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7593
7605
  message: string
7594
- /** Indicates that this is an access code error. */
7595
- is_access_code_error: true
7606
+ /** Indicates that the error is not a device error. */
7607
+ is_device_error: false
7596
7608
  /** Date and time at which Seam created the error. */
7597
- created_at?: string | undefined
7609
+ created_at: string
7598
7610
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7599
- error_code: 'insufficient_permissions'
7611
+ error_code: 'account_disconnected'
7612
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
7613
+ is_connected_account_error: true
7600
7614
  }
7601
7615
  | {
7602
7616
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -7606,7 +7620,7 @@ export type Routes = {
7606
7620
  /** Date and time at which Seam created the error. */
7607
7621
  created_at: string
7608
7622
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7609
- error_code: 'account_disconnected'
7623
+ error_code: 'salto_ks_subscription_limit_exceeded'
7610
7624
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
7611
7625
  is_connected_account_error: true
7612
7626
  }
@@ -7618,7 +7632,7 @@ export type Routes = {
7618
7632
  /** Date and time at which Seam created the error. */
7619
7633
  created_at: string
7620
7634
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7621
- error_code: 'salto_ks_subscription_limit_exceeded'
7635
+ error_code: 'insufficient_permissions'
7622
7636
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
7623
7637
  is_connected_account_error: true
7624
7638
  }
@@ -10118,12 +10132,14 @@ export type Routes = {
10118
10132
  | {
10119
10133
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10120
10134
  message: string
10121
- /** Indicates that this is an access code error. */
10122
- is_access_code_error: true
10135
+ /** Indicates that the error is not a device error. */
10136
+ is_device_error: false
10123
10137
  /** Date and time at which Seam created the error. */
10124
- created_at?: string | undefined
10138
+ created_at: string
10125
10139
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10126
- error_code: 'insufficient_permissions'
10140
+ error_code: 'account_disconnected'
10141
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
10142
+ is_connected_account_error: true
10127
10143
  }
10128
10144
  | {
10129
10145
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -10133,7 +10149,7 @@ export type Routes = {
10133
10149
  /** Date and time at which Seam created the error. */
10134
10150
  created_at: string
10135
10151
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10136
- error_code: 'account_disconnected'
10152
+ error_code: 'salto_ks_subscription_limit_exceeded'
10137
10153
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
10138
10154
  is_connected_account_error: true
10139
10155
  }
@@ -10145,7 +10161,7 @@ export type Routes = {
10145
10161
  /** Date and time at which Seam created the error. */
10146
10162
  created_at: string
10147
10163
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10148
- error_code: 'salto_ks_subscription_limit_exceeded'
10164
+ error_code: 'insufficient_permissions'
10149
10165
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
10150
10166
  is_connected_account_error: true
10151
10167
  }
@@ -10531,12 +10547,14 @@ export type Routes = {
10531
10547
  | {
10532
10548
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10533
10549
  message: string
10534
- /** Indicates that this is an access code error. */
10535
- is_access_code_error: true
10550
+ /** Indicates that the error is not a device error. */
10551
+ is_device_error: false
10536
10552
  /** Date and time at which Seam created the error. */
10537
- created_at?: string | undefined
10553
+ created_at: string
10538
10554
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10539
- error_code: 'insufficient_permissions'
10555
+ error_code: 'account_disconnected'
10556
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
10557
+ is_connected_account_error: true
10540
10558
  }
10541
10559
  | {
10542
10560
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -10546,7 +10564,7 @@ export type Routes = {
10546
10564
  /** Date and time at which Seam created the error. */
10547
10565
  created_at: string
10548
10566
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10549
- error_code: 'account_disconnected'
10567
+ error_code: 'salto_ks_subscription_limit_exceeded'
10550
10568
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
10551
10569
  is_connected_account_error: true
10552
10570
  }
@@ -10558,7 +10576,7 @@ export type Routes = {
10558
10576
  /** Date and time at which Seam created the error. */
10559
10577
  created_at: string
10560
10578
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10561
- error_code: 'salto_ks_subscription_limit_exceeded'
10579
+ error_code: 'insufficient_permissions'
10562
10580
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
10563
10581
  is_connected_account_error: true
10564
10582
  }
@@ -15115,6 +15133,18 @@ export type Routes = {
15115
15133
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
15116
15134
  is_connected_account_error: true
15117
15135
  }
15136
+ | {
15137
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
15138
+ message: string
15139
+ /** Indicates that the error is not a device error. */
15140
+ is_device_error: false
15141
+ /** Date and time at which Seam created the error. */
15142
+ created_at: string
15143
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
15144
+ error_code: 'insufficient_permissions'
15145
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
15146
+ is_connected_account_error: true
15147
+ }
15118
15148
  | {
15119
15149
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
15120
15150
  message: string
@@ -15452,14 +15482,6 @@ export type Routes = {
15452
15482
  /** Maximum number of active access codes supported by the device. */
15453
15483
  max_active_access_code_count: number
15454
15484
  }
15455
- | {
15456
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
15457
- message: string
15458
- /** Date and time at which Seam created the warning. */
15459
- created_at: string
15460
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15461
- warning_code: 'insufficient_permissions'
15462
- }
15463
15485
  )[]
15464
15486
  /** Date and time at which the device object was created. */
15465
15487
  created_at: string
@@ -16164,6 +16186,14 @@ export type Routes = {
16164
16186
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
16165
16187
  error_code: 'salto_ks_subscription_limit_exceeded'
16166
16188
  }
16189
+ | {
16190
+ /** Date and time at which Seam created the error. */
16191
+ created_at: string
16192
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
16193
+ message: string
16194
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
16195
+ error_code: 'insufficient_permissions'
16196
+ }
16167
16197
  | {
16168
16198
  /** Date and time at which Seam created the error. */
16169
16199
  created_at: string
@@ -23514,6 +23544,18 @@ export type Routes = {
23514
23544
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
23515
23545
  is_connected_account_error: true
23516
23546
  }
23547
+ | {
23548
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
23549
+ message: string
23550
+ /** Indicates that the error is not a device error. */
23551
+ is_device_error: false
23552
+ /** Date and time at which Seam created the error. */
23553
+ created_at: string
23554
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
23555
+ error_code: 'insufficient_permissions'
23556
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
23557
+ is_connected_account_error: true
23558
+ }
23517
23559
  | {
23518
23560
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
23519
23561
  message: string
@@ -23851,14 +23893,6 @@ export type Routes = {
23851
23893
  /** Maximum number of active access codes supported by the device. */
23852
23894
  max_active_access_code_count: number
23853
23895
  }
23854
- | {
23855
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23856
- message: string
23857
- /** Date and time at which Seam created the warning. */
23858
- created_at: string
23859
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23860
- warning_code: 'insufficient_permissions'
23861
- }
23862
23896
  )[]
23863
23897
  /** Date and time at which the device object was created. */
23864
23898
  created_at: string
@@ -40609,6 +40643,14 @@ export type Routes = {
40609
40643
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40610
40644
  error_code: 'salto_ks_subscription_limit_exceeded'
40611
40645
  }
40646
+ | {
40647
+ /** Date and time at which Seam created the error. */
40648
+ created_at: string
40649
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40650
+ message: string
40651
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40652
+ error_code: 'insufficient_permissions'
40653
+ }
40612
40654
  | {
40613
40655
  /** Date and time at which Seam created the error. */
40614
40656
  created_at: string
@@ -40819,6 +40861,14 @@ export type Routes = {
40819
40861
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40820
40862
  error_code: 'salto_ks_subscription_limit_exceeded'
40821
40863
  }
40864
+ | {
40865
+ /** Date and time at which Seam created the error. */
40866
+ created_at: string
40867
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
40868
+ message: string
40869
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
40870
+ error_code: 'insufficient_permissions'
40871
+ }
40822
40872
  | {
40823
40873
  /** Date and time at which Seam created the error. */
40824
40874
  created_at: string
@@ -41025,6 +41075,14 @@ export type Routes = {
41025
41075
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
41026
41076
  error_code: 'salto_ks_subscription_limit_exceeded'
41027
41077
  }
41078
+ | {
41079
+ /** Date and time at which Seam created the error. */
41080
+ created_at: string
41081
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
41082
+ message: string
41083
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
41084
+ error_code: 'insufficient_permissions'
41085
+ }
41028
41086
  | {
41029
41087
  /** Date and time at which Seam created the error. */
41030
41088
  created_at: string
@@ -51441,6 +51499,18 @@ export type Routes = {
51441
51499
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
51442
51500
  is_connected_account_error: true
51443
51501
  }
51502
+ | {
51503
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
51504
+ message: string
51505
+ /** Indicates that the error is not a device error. */
51506
+ is_device_error: false
51507
+ /** Date and time at which Seam created the error. */
51508
+ created_at: string
51509
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
51510
+ error_code: 'insufficient_permissions'
51511
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
51512
+ is_connected_account_error: true
51513
+ }
51444
51514
  | {
51445
51515
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
51446
51516
  message: string
@@ -51778,14 +51848,6 @@ export type Routes = {
51778
51848
  /** Maximum number of active access codes supported by the device. */
51779
51849
  max_active_access_code_count: number
51780
51850
  }
51781
- | {
51782
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
51783
- message: string
51784
- /** Date and time at which Seam created the warning. */
51785
- created_at: string
51786
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
51787
- warning_code: 'insufficient_permissions'
51788
- }
51789
51851
  )[]
51790
51852
  /** Date and time at which the device object was created. */
51791
51853
  created_at: string
@@ -53561,6 +53623,18 @@ export type Routes = {
53561
53623
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
53562
53624
  is_connected_account_error: true
53563
53625
  }
53626
+ | {
53627
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
53628
+ message: string
53629
+ /** Indicates that the error is not a device error. */
53630
+ is_device_error: false
53631
+ /** Date and time at which Seam created the error. */
53632
+ created_at: string
53633
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
53634
+ error_code: 'insufficient_permissions'
53635
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
53636
+ is_connected_account_error: true
53637
+ }
53564
53638
  | {
53565
53639
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
53566
53640
  message: string
@@ -53898,14 +53972,6 @@ export type Routes = {
53898
53972
  /** Maximum number of active access codes supported by the device. */
53899
53973
  max_active_access_code_count: number
53900
53974
  }
53901
- | {
53902
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
53903
- message: string
53904
- /** Date and time at which Seam created the warning. */
53905
- created_at: string
53906
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
53907
- warning_code: 'insufficient_permissions'
53908
- }
53909
53975
  )[]
53910
53976
  /** Date and time at which the device object was created. */
53911
53977
  created_at: string
@@ -55666,6 +55732,18 @@ export type Routes = {
55666
55732
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
55667
55733
  is_connected_account_error: true
55668
55734
  }
55735
+ | {
55736
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
55737
+ message: string
55738
+ /** Indicates that the error is not a device error. */
55739
+ is_device_error: false
55740
+ /** Date and time at which Seam created the error. */
55741
+ created_at: string
55742
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
55743
+ error_code: 'insufficient_permissions'
55744
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
55745
+ is_connected_account_error: true
55746
+ }
55669
55747
  | {
55670
55748
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
55671
55749
  message: string
@@ -56003,14 +56081,6 @@ export type Routes = {
56003
56081
  /** Maximum number of active access codes supported by the device. */
56004
56082
  max_active_access_code_count: number
56005
56083
  }
56006
- | {
56007
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56008
- message: string
56009
- /** Date and time at which Seam created the warning. */
56010
- created_at: string
56011
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56012
- warning_code: 'insufficient_permissions'
56013
- }
56014
56084
  )[]
56015
56085
  /** Date and time at which the device object was created. */
56016
56086
  created_at: string
@@ -56493,6 +56563,18 @@ export type Routes = {
56493
56563
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
56494
56564
  is_connected_account_error: true
56495
56565
  }
56566
+ | {
56567
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
56568
+ message: string
56569
+ /** Indicates that the error is not a device error. */
56570
+ is_device_error: false
56571
+ /** Date and time at which Seam created the error. */
56572
+ created_at: string
56573
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
56574
+ error_code: 'insufficient_permissions'
56575
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
56576
+ is_connected_account_error: true
56577
+ }
56496
56578
  | {
56497
56579
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
56498
56580
  message: string
@@ -56830,14 +56912,6 @@ export type Routes = {
56830
56912
  /** Maximum number of active access codes supported by the device. */
56831
56913
  max_active_access_code_count: number
56832
56914
  }
56833
- | {
56834
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56835
- message: string
56836
- /** Date and time at which Seam created the warning. */
56837
- created_at: string
56838
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56839
- warning_code: 'insufficient_permissions'
56840
- }
56841
56915
  )[]
56842
56916
  /** Date and time at which the device object was created. */
56843
56917
  created_at: string
@@ -68229,6 +68303,18 @@ export type Routes = {
68229
68303
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
68230
68304
  is_connected_account_error: true
68231
68305
  }
68306
+ | {
68307
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
68308
+ message: string
68309
+ /** Indicates that the error is not a device error. */
68310
+ is_device_error: false
68311
+ /** Date and time at which Seam created the error. */
68312
+ created_at: string
68313
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
68314
+ error_code: 'insufficient_permissions'
68315
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
68316
+ is_connected_account_error: true
68317
+ }
68232
68318
  | {
68233
68319
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
68234
68320
  message: string
@@ -68566,14 +68652,6 @@ export type Routes = {
68566
68652
  /** Maximum number of active access codes supported by the device. */
68567
68653
  max_active_access_code_count: number
68568
68654
  }
68569
- | {
68570
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
68571
- message: string
68572
- /** Date and time at which Seam created the warning. */
68573
- created_at: string
68574
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68575
- warning_code: 'insufficient_permissions'
68576
- }
68577
68655
  )[]
68578
68656
  /** Date and time at which the device object was created. */
68579
68657
  created_at: string
@@ -70103,6 +70181,18 @@ export type Routes = {
70103
70181
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
70104
70182
  is_connected_account_error: true
70105
70183
  }
70184
+ | {
70185
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
70186
+ message: string
70187
+ /** Indicates that the error is not a device error. */
70188
+ is_device_error: false
70189
+ /** Date and time at which Seam created the error. */
70190
+ created_at: string
70191
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
70192
+ error_code: 'insufficient_permissions'
70193
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
70194
+ is_connected_account_error: true
70195
+ }
70106
70196
  | {
70107
70197
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
70108
70198
  message: string
@@ -70440,14 +70530,6 @@ export type Routes = {
70440
70530
  /** Maximum number of active access codes supported by the device. */
70441
70531
  max_active_access_code_count: number
70442
70532
  }
70443
- | {
70444
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
70445
- message: string
70446
- /** Date and time at which Seam created the warning. */
70447
- created_at: string
70448
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
70449
- warning_code: 'insufficient_permissions'
70450
- }
70451
70533
  )[]
70452
70534
  /** Date and time at which the device object was created. */
70453
70535
  created_at: string
@@ -72176,6 +72258,18 @@ export type Routes = {
72176
72258
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
72177
72259
  is_connected_account_error: true
72178
72260
  }
72261
+ | {
72262
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
72263
+ message: string
72264
+ /** Indicates that the error is not a device error. */
72265
+ is_device_error: false
72266
+ /** Date and time at which Seam created the error. */
72267
+ created_at: string
72268
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
72269
+ error_code: 'insufficient_permissions'
72270
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
72271
+ is_connected_account_error: true
72272
+ }
72179
72273
  | {
72180
72274
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
72181
72275
  message: string
@@ -72513,14 +72607,6 @@ export type Routes = {
72513
72607
  /** Maximum number of active access codes supported by the device. */
72514
72608
  max_active_access_code_count: number
72515
72609
  }
72516
- | {
72517
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
72518
- message: string
72519
- /** Date and time at which Seam created the warning. */
72520
- created_at: string
72521
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
72522
- warning_code: 'insufficient_permissions'
72523
- }
72524
72610
  )[]
72525
72611
  /** Date and time at which the device object was created. */
72526
72612
  created_at: string
@@ -74049,6 +74135,18 @@ export type Routes = {
74049
74135
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
74050
74136
  is_connected_account_error: true
74051
74137
  }
74138
+ | {
74139
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
74140
+ message: string
74141
+ /** Indicates that the error is not a device error. */
74142
+ is_device_error: false
74143
+ /** Date and time at which Seam created the error. */
74144
+ created_at: string
74145
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
74146
+ error_code: 'insufficient_permissions'
74147
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
74148
+ is_connected_account_error: true
74149
+ }
74052
74150
  | {
74053
74151
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
74054
74152
  message: string
@@ -74386,14 +74484,6 @@ export type Routes = {
74386
74484
  /** Maximum number of active access codes supported by the device. */
74387
74485
  max_active_access_code_count: number
74388
74486
  }
74389
- | {
74390
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74391
- message: string
74392
- /** Date and time at which Seam created the warning. */
74393
- created_at: string
74394
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74395
- warning_code: 'insufficient_permissions'
74396
- }
74397
74487
  )[]
74398
74488
  /** Date and time at which the device object was created. */
74399
74489
  created_at: string
@@ -84363,6 +84453,18 @@ export type Routes = {
84363
84453
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
84364
84454
  is_connected_account_error: true
84365
84455
  }
84456
+ | {
84457
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
84458
+ message: string
84459
+ /** Indicates that the error is not a device error. */
84460
+ is_device_error: false
84461
+ /** Date and time at which Seam created the error. */
84462
+ created_at: string
84463
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
84464
+ error_code: 'insufficient_permissions'
84465
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
84466
+ is_connected_account_error: true
84467
+ }
84366
84468
  | {
84367
84469
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
84368
84470
  message: string
@@ -84700,14 +84802,6 @@ export type Routes = {
84700
84802
  /** Maximum number of active access codes supported by the device. */
84701
84803
  max_active_access_code_count: number
84702
84804
  }
84703
- | {
84704
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
84705
- message: string
84706
- /** Date and time at which Seam created the warning. */
84707
- created_at: string
84708
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
84709
- warning_code: 'insufficient_permissions'
84710
- }
84711
84805
  )[]
84712
84806
  /** Date and time at which the device object was created. */
84713
84807
  created_at: string
@@ -86236,6 +86330,18 @@ export type Routes = {
86236
86330
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
86237
86331
  is_connected_account_error: true
86238
86332
  }
86333
+ | {
86334
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86335
+ message: string
86336
+ /** Indicates that the error is not a device error. */
86337
+ is_device_error: false
86338
+ /** Date and time at which Seam created the error. */
86339
+ created_at: string
86340
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
86341
+ error_code: 'insufficient_permissions'
86342
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
86343
+ is_connected_account_error: true
86344
+ }
86239
86345
  | {
86240
86346
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
86241
86347
  message: string
@@ -86573,14 +86679,6 @@ export type Routes = {
86573
86679
  /** Maximum number of active access codes supported by the device. */
86574
86680
  max_active_access_code_count: number
86575
86681
  }
86576
- | {
86577
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
86578
- message: string
86579
- /** Date and time at which Seam created the warning. */
86580
- created_at: string
86581
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
86582
- warning_code: 'insufficient_permissions'
86583
- }
86584
86682
  )[]
86585
86683
  /** Date and time at which the device object was created. */
86586
86684
  created_at: string
@@ -106126,6 +106224,18 @@ export type Routes = {
106126
106224
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
106127
106225
  is_connected_account_error: true
106128
106226
  }
106227
+ | {
106228
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
106229
+ message: string
106230
+ /** Indicates that the error is not a device error. */
106231
+ is_device_error: false
106232
+ /** Date and time at which Seam created the error. */
106233
+ created_at: string
106234
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
106235
+ error_code: 'insufficient_permissions'
106236
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
106237
+ is_connected_account_error: true
106238
+ }
106129
106239
  | {
106130
106240
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
106131
106241
  message: string
@@ -106463,14 +106573,6 @@ export type Routes = {
106463
106573
  /** Maximum number of active access codes supported by the device. */
106464
106574
  max_active_access_code_count: number
106465
106575
  }
106466
- | {
106467
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
106468
- message: string
106469
- /** Date and time at which Seam created the warning. */
106470
- created_at: string
106471
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
106472
- warning_code: 'insufficient_permissions'
106473
- }
106474
106576
  )[]
106475
106577
  /** Date and time at which the device object was created. */
106476
106578
  created_at: string
@@ -107175,6 +107277,14 @@ export type Routes = {
107175
107277
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
107176
107278
  error_code: 'salto_ks_subscription_limit_exceeded'
107177
107279
  }
107280
+ | {
107281
+ /** Date and time at which Seam created the error. */
107282
+ created_at: string
107283
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
107284
+ message: string
107285
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
107286
+ error_code: 'insufficient_permissions'
107287
+ }
107178
107288
  | {
107179
107289
  /** Date and time at which Seam created the error. */
107180
107290
  created_at: string
@@ -115458,6 +115568,18 @@ export type Routes = {
115458
115568
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
115459
115569
  is_connected_account_error: true
115460
115570
  }
115571
+ | {
115572
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
115573
+ message: string
115574
+ /** Indicates that the error is not a device error. */
115575
+ is_device_error: false
115576
+ /** Date and time at which Seam created the error. */
115577
+ created_at: string
115578
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
115579
+ error_code: 'insufficient_permissions'
115580
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
115581
+ is_connected_account_error: true
115582
+ }
115461
115583
  | {
115462
115584
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
115463
115585
  message: string
@@ -115795,14 +115917,6 @@ export type Routes = {
115795
115917
  /** Maximum number of active access codes supported by the device. */
115796
115918
  max_active_access_code_count: number
115797
115919
  }
115798
- | {
115799
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
115800
- message: string
115801
- /** Date and time at which Seam created the warning. */
115802
- created_at: string
115803
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
115804
- warning_code: 'insufficient_permissions'
115805
- }
115806
115920
  )[]
115807
115921
  /** Date and time at which the device object was created. */
115808
115922
  created_at: string
@@ -121641,6 +121755,18 @@ export type Routes = {
121641
121755
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
121642
121756
  is_connected_account_error: true
121643
121757
  }
121758
+ | {
121759
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
121760
+ message: string
121761
+ /** Indicates that the error is not a device error. */
121762
+ is_device_error: false
121763
+ /** Date and time at which Seam created the error. */
121764
+ created_at: string
121765
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
121766
+ error_code: 'insufficient_permissions'
121767
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
121768
+ is_connected_account_error: true
121769
+ }
121644
121770
  | {
121645
121771
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
121646
121772
  message: string
@@ -121978,14 +122104,6 @@ export type Routes = {
121978
122104
  /** Maximum number of active access codes supported by the device. */
121979
122105
  max_active_access_code_count: number
121980
122106
  }
121981
- | {
121982
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
121983
- message: string
121984
- /** Date and time at which Seam created the warning. */
121985
- created_at: string
121986
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
121987
- warning_code: 'insufficient_permissions'
121988
- }
121989
122107
  )[]
121990
122108
  /** Date and time at which the device object was created. */
121991
122109
  created_at: string
@@ -123514,6 +123632,18 @@ export type Routes = {
123514
123632
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
123515
123633
  is_connected_account_error: true
123516
123634
  }
123635
+ | {
123636
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123637
+ message: string
123638
+ /** Indicates that the error is not a device error. */
123639
+ is_device_error: false
123640
+ /** Date and time at which Seam created the error. */
123641
+ created_at: string
123642
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
123643
+ error_code: 'insufficient_permissions'
123644
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
123645
+ is_connected_account_error: true
123646
+ }
123517
123647
  | {
123518
123648
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
123519
123649
  message: string
@@ -123851,14 +123981,6 @@ export type Routes = {
123851
123981
  /** Maximum number of active access codes supported by the device. */
123852
123982
  max_active_access_code_count: number
123853
123983
  }
123854
- | {
123855
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
123856
- message: string
123857
- /** Date and time at which Seam created the warning. */
123858
- created_at: string
123859
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
123860
- warning_code: 'insufficient_permissions'
123861
- }
123862
123984
  )[]
123863
123985
  /** Date and time at which the device object was created. */
123864
123986
  created_at: string
@@ -134769,6 +134891,18 @@ export type Routes = {
134769
134891
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
134770
134892
  is_connected_account_error: true
134771
134893
  }
134894
+ | {
134895
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
134896
+ message: string
134897
+ /** Indicates that the error is not a device error. */
134898
+ is_device_error: false
134899
+ /** Date and time at which Seam created the error. */
134900
+ created_at: string
134901
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
134902
+ error_code: 'insufficient_permissions'
134903
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
134904
+ is_connected_account_error: true
134905
+ }
134772
134906
  | {
134773
134907
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
134774
134908
  message: string
@@ -135106,14 +135240,6 @@ export type Routes = {
135106
135240
  /** Maximum number of active access codes supported by the device. */
135107
135241
  max_active_access_code_count: number
135108
135242
  }
135109
- | {
135110
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
135111
- message: string
135112
- /** Date and time at which Seam created the warning. */
135113
- created_at: string
135114
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
135115
- warning_code: 'insufficient_permissions'
135116
- }
135117
135243
  )[]
135118
135244
  /** Date and time at which the device object was created. */
135119
135245
  created_at: string
@@ -136644,6 +136770,18 @@ export type Routes = {
136644
136770
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
136645
136771
  is_connected_account_error: true
136646
136772
  }
136773
+ | {
136774
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136775
+ message: string
136776
+ /** Indicates that the error is not a device error. */
136777
+ is_device_error: false
136778
+ /** Date and time at which Seam created the error. */
136779
+ created_at: string
136780
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
136781
+ error_code: 'insufficient_permissions'
136782
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
136783
+ is_connected_account_error: true
136784
+ }
136647
136785
  | {
136648
136786
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
136649
136787
  message: string
@@ -136981,14 +137119,6 @@ export type Routes = {
136981
137119
  /** Maximum number of active access codes supported by the device. */
136982
137120
  max_active_access_code_count: number
136983
137121
  }
136984
- | {
136985
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
136986
- message: string
136987
- /** Date and time at which Seam created the warning. */
136988
- created_at: string
136989
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
136990
- warning_code: 'insufficient_permissions'
136991
- }
136992
137122
  )[]
136993
137123
  /** Date and time at which the device object was created. */
136994
137124
  created_at: string
@@ -137484,6 +137614,14 @@ export type Routes = {
137484
137614
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
137485
137615
  error_code: 'salto_ks_subscription_limit_exceeded'
137486
137616
  }
137617
+ | {
137618
+ /** Date and time at which Seam created the error. */
137619
+ created_at: string
137620
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
137621
+ message: string
137622
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
137623
+ error_code: 'insufficient_permissions'
137624
+ }
137487
137625
  | {
137488
137626
  /** Date and time at which Seam created the error. */
137489
137627
  created_at: string
@@ -140084,6 +140222,18 @@ export type Routes = {
140084
140222
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
140085
140223
  is_connected_account_error: true
140086
140224
  }
140225
+ | {
140226
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
140227
+ message: string
140228
+ /** Indicates that the error is not a device error. */
140229
+ is_device_error: false
140230
+ /** Date and time at which Seam created the error. */
140231
+ created_at: string
140232
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
140233
+ error_code: 'insufficient_permissions'
140234
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
140235
+ is_connected_account_error: true
140236
+ }
140087
140237
  | {
140088
140238
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
140089
140239
  message: string
@@ -140421,14 +140571,6 @@ export type Routes = {
140421
140571
  /** Maximum number of active access codes supported by the device. */
140422
140572
  max_active_access_code_count: number
140423
140573
  }
140424
- | {
140425
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
140426
- message: string
140427
- /** Date and time at which Seam created the warning. */
140428
- created_at: string
140429
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
140430
- warning_code: 'insufficient_permissions'
140431
- }
140432
140574
  )[]
140433
140575
  /** Date and time at which the device object was created. */
140434
140576
  created_at: string
@@ -140911,6 +141053,14 @@ export type Routes = {
140911
141053
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
140912
141054
  error_code: 'salto_ks_subscription_limit_exceeded'
140913
141055
  }
141056
+ | {
141057
+ /** Date and time at which Seam created the error. */
141058
+ created_at: string
141059
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
141060
+ message: string
141061
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
141062
+ error_code: 'insufficient_permissions'
141063
+ }
140914
141064
  | {
140915
141065
  /** Date and time at which Seam created the error. */
140916
141066
  created_at: string
@@ -144282,6 +144432,18 @@ export type Routes = {
144282
144432
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
144283
144433
  is_connected_account_error: true
144284
144434
  }
144435
+ | {
144436
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
144437
+ message: string
144438
+ /** Indicates that the error is not a device error. */
144439
+ is_device_error: false
144440
+ /** Date and time at which Seam created the error. */
144441
+ created_at: string
144442
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
144443
+ error_code: 'insufficient_permissions'
144444
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
144445
+ is_connected_account_error: true
144446
+ }
144285
144447
  | {
144286
144448
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
144287
144449
  message: string
@@ -144619,14 +144781,6 @@ export type Routes = {
144619
144781
  /** Maximum number of active access codes supported by the device. */
144620
144782
  max_active_access_code_count: number
144621
144783
  }
144622
- | {
144623
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
144624
- message: string
144625
- /** Date and time at which Seam created the warning. */
144626
- created_at: string
144627
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
144628
- warning_code: 'insufficient_permissions'
144629
- }
144630
144784
  )[]
144631
144785
  /** Date and time at which the device object was created. */
144632
144786
  created_at: string
@@ -149546,12 +149700,14 @@ export type Routes = {
149546
149700
  | {
149547
149701
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
149548
149702
  message: string
149549
- /** Indicates that this is an access code error. */
149550
- is_access_code_error: true
149703
+ /** Indicates that the error is not a device error. */
149704
+ is_device_error: false
149551
149705
  /** Date and time at which Seam created the error. */
149552
- created_at?: string | undefined
149706
+ created_at: string
149553
149707
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149554
- error_code: 'insufficient_permissions'
149708
+ error_code: 'account_disconnected'
149709
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
149710
+ is_connected_account_error: true
149555
149711
  }
149556
149712
  | {
149557
149713
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -149561,7 +149717,7 @@ export type Routes = {
149561
149717
  /** Date and time at which Seam created the error. */
149562
149718
  created_at: string
149563
149719
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149564
- error_code: 'account_disconnected'
149720
+ error_code: 'salto_ks_subscription_limit_exceeded'
149565
149721
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
149566
149722
  is_connected_account_error: true
149567
149723
  }
@@ -149573,7 +149729,7 @@ export type Routes = {
149573
149729
  /** Date and time at which Seam created the error. */
149574
149730
  created_at: string
149575
149731
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149576
- error_code: 'salto_ks_subscription_limit_exceeded'
149732
+ error_code: 'insufficient_permissions'
149577
149733
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
149578
149734
  is_connected_account_error: true
149579
149735
  }
@@ -149945,12 +150101,14 @@ export type Routes = {
149945
150101
  | {
149946
150102
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
149947
150103
  message: string
149948
- /** Indicates that this is an access code error. */
149949
- is_access_code_error: true
150104
+ /** Indicates that the error is not a device error. */
150105
+ is_device_error: false
149950
150106
  /** Date and time at which Seam created the error. */
149951
- created_at?: string | undefined
150107
+ created_at: string
149952
150108
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149953
- error_code: 'insufficient_permissions'
150109
+ error_code: 'account_disconnected'
150110
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
150111
+ is_connected_account_error: true
149954
150112
  }
149955
150113
  | {
149956
150114
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -149960,7 +150118,7 @@ export type Routes = {
149960
150118
  /** Date and time at which Seam created the error. */
149961
150119
  created_at: string
149962
150120
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149963
- error_code: 'account_disconnected'
150121
+ error_code: 'salto_ks_subscription_limit_exceeded'
149964
150122
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
149965
150123
  is_connected_account_error: true
149966
150124
  }
@@ -149972,7 +150130,7 @@ export type Routes = {
149972
150130
  /** Date and time at which Seam created the error. */
149973
150131
  created_at: string
149974
150132
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149975
- error_code: 'salto_ks_subscription_limit_exceeded'
150133
+ error_code: 'insufficient_permissions'
149976
150134
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
149977
150135
  is_connected_account_error: true
149978
150136
  }