@seamapi/types 1.990.0 → 1.992.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
  }
@@ -15464,14 +15482,6 @@ export type Routes = {
15464
15482
  /** Maximum number of active access codes supported by the device. */
15465
15483
  max_active_access_code_count: number
15466
15484
  }
15467
- | {
15468
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
15469
- message: string
15470
- /** Date and time at which Seam created the warning. */
15471
- created_at: string
15472
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15473
- warning_code: 'insufficient_permissions'
15474
- }
15475
15485
  )[]
15476
15486
  /** Date and time at which the device object was created. */
15477
15487
  created_at: string
@@ -23883,14 +23893,6 @@ export type Routes = {
23883
23893
  /** Maximum number of active access codes supported by the device. */
23884
23894
  max_active_access_code_count: number
23885
23895
  }
23886
- | {
23887
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
23888
- message: string
23889
- /** Date and time at which Seam created the warning. */
23890
- created_at: string
23891
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
23892
- warning_code: 'insufficient_permissions'
23893
- }
23894
23896
  )[]
23895
23897
  /** Date and time at which the device object was created. */
23896
23898
  created_at: string
@@ -51846,14 +51848,6 @@ export type Routes = {
51846
51848
  /** Maximum number of active access codes supported by the device. */
51847
51849
  max_active_access_code_count: number
51848
51850
  }
51849
- | {
51850
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
51851
- message: string
51852
- /** Date and time at which Seam created the warning. */
51853
- created_at: string
51854
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
51855
- warning_code: 'insufficient_permissions'
51856
- }
51857
51851
  )[]
51858
51852
  /** Date and time at which the device object was created. */
51859
51853
  created_at: string
@@ -53978,14 +53972,6 @@ export type Routes = {
53978
53972
  /** Maximum number of active access codes supported by the device. */
53979
53973
  max_active_access_code_count: number
53980
53974
  }
53981
- | {
53982
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
53983
- message: string
53984
- /** Date and time at which Seam created the warning. */
53985
- created_at: string
53986
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
53987
- warning_code: 'insufficient_permissions'
53988
- }
53989
53975
  )[]
53990
53976
  /** Date and time at which the device object was created. */
53991
53977
  created_at: string
@@ -56095,14 +56081,6 @@ export type Routes = {
56095
56081
  /** Maximum number of active access codes supported by the device. */
56096
56082
  max_active_access_code_count: number
56097
56083
  }
56098
- | {
56099
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56100
- message: string
56101
- /** Date and time at which Seam created the warning. */
56102
- created_at: string
56103
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56104
- warning_code: 'insufficient_permissions'
56105
- }
56106
56084
  )[]
56107
56085
  /** Date and time at which the device object was created. */
56108
56086
  created_at: string
@@ -56934,14 +56912,6 @@ export type Routes = {
56934
56912
  /** Maximum number of active access codes supported by the device. */
56935
56913
  max_active_access_code_count: number
56936
56914
  }
56937
- | {
56938
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
56939
- message: string
56940
- /** Date and time at which Seam created the warning. */
56941
- created_at: string
56942
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
56943
- warning_code: 'insufficient_permissions'
56944
- }
56945
56915
  )[]
56946
56916
  /** Date and time at which the device object was created. */
56947
56917
  created_at: string
@@ -68682,14 +68652,6 @@ export type Routes = {
68682
68652
  /** Maximum number of active access codes supported by the device. */
68683
68653
  max_active_access_code_count: number
68684
68654
  }
68685
- | {
68686
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
68687
- message: string
68688
- /** Date and time at which Seam created the warning. */
68689
- created_at: string
68690
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
68691
- warning_code: 'insufficient_permissions'
68692
- }
68693
68655
  )[]
68694
68656
  /** Date and time at which the device object was created. */
68695
68657
  created_at: string
@@ -70568,14 +70530,6 @@ export type Routes = {
70568
70530
  /** Maximum number of active access codes supported by the device. */
70569
70531
  max_active_access_code_count: number
70570
70532
  }
70571
- | {
70572
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
70573
- message: string
70574
- /** Date and time at which Seam created the warning. */
70575
- created_at: string
70576
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
70577
- warning_code: 'insufficient_permissions'
70578
- }
70579
70533
  )[]
70580
70534
  /** Date and time at which the device object was created. */
70581
70535
  created_at: string
@@ -72653,14 +72607,6 @@ export type Routes = {
72653
72607
  /** Maximum number of active access codes supported by the device. */
72654
72608
  max_active_access_code_count: number
72655
72609
  }
72656
- | {
72657
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
72658
- message: string
72659
- /** Date and time at which Seam created the warning. */
72660
- created_at: string
72661
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
72662
- warning_code: 'insufficient_permissions'
72663
- }
72664
72610
  )[]
72665
72611
  /** Date and time at which the device object was created. */
72666
72612
  created_at: string
@@ -74538,14 +74484,6 @@ export type Routes = {
74538
74484
  /** Maximum number of active access codes supported by the device. */
74539
74485
  max_active_access_code_count: number
74540
74486
  }
74541
- | {
74542
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
74543
- message: string
74544
- /** Date and time at which Seam created the warning. */
74545
- created_at: string
74546
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
74547
- warning_code: 'insufficient_permissions'
74548
- }
74549
74487
  )[]
74550
74488
  /** Date and time at which the device object was created. */
74551
74489
  created_at: string
@@ -84864,14 +84802,6 @@ export type Routes = {
84864
84802
  /** Maximum number of active access codes supported by the device. */
84865
84803
  max_active_access_code_count: number
84866
84804
  }
84867
- | {
84868
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
84869
- message: string
84870
- /** Date and time at which Seam created the warning. */
84871
- created_at: string
84872
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
84873
- warning_code: 'insufficient_permissions'
84874
- }
84875
84805
  )[]
84876
84806
  /** Date and time at which the device object was created. */
84877
84807
  created_at: string
@@ -86749,14 +86679,6 @@ export type Routes = {
86749
86679
  /** Maximum number of active access codes supported by the device. */
86750
86680
  max_active_access_code_count: number
86751
86681
  }
86752
- | {
86753
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
86754
- message: string
86755
- /** Date and time at which Seam created the warning. */
86756
- created_at: string
86757
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
86758
- warning_code: 'insufficient_permissions'
86759
- }
86760
86682
  )[]
86761
86683
  /** Date and time at which the device object was created. */
86762
86684
  created_at: string
@@ -94945,6 +94867,7 @@ export type Routes = {
94945
94867
  | 'AUTOMATION_IMMINENT_CHECK_IN_QUEUE'
94946
94868
  | 'ACCESS_METHOD_DEADLINE_ERRORS'
94947
94869
  | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE'
94870
+ | 'TARGETED_ACCESS_GRANT_ISSUANCE'
94948
94871
  /** Whether the feature flag should be enabled for the workspace. */
94949
94872
  enabled: boolean
94950
94873
  }
@@ -94965,6 +94888,7 @@ export type Routes = {
94965
94888
  | 'AUTOMATION_IMMINENT_CHECK_IN_QUEUE'
94966
94889
  | 'ACCESS_METHOD_DEADLINE_ERRORS'
94967
94890
  | 'GUARD_MATERIALIZATION_ON_UNREACHABLE_DEVICE'
94891
+ | 'TARGETED_ACCESS_GRANT_ISSUANCE'
94968
94892
  enabled: boolean
94969
94893
  }
94970
94894
  }
@@ -106651,14 +106575,6 @@ export type Routes = {
106651
106575
  /** Maximum number of active access codes supported by the device. */
106652
106576
  max_active_access_code_count: number
106653
106577
  }
106654
- | {
106655
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
106656
- message: string
106657
- /** Date and time at which Seam created the warning. */
106658
- created_at: string
106659
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
106660
- warning_code: 'insufficient_permissions'
106661
- }
106662
106578
  )[]
106663
106579
  /** Date and time at which the device object was created. */
106664
106580
  created_at: string
@@ -116003,14 +115919,6 @@ export type Routes = {
116003
115919
  /** Maximum number of active access codes supported by the device. */
116004
115920
  max_active_access_code_count: number
116005
115921
  }
116006
- | {
116007
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
116008
- message: string
116009
- /** Date and time at which Seam created the warning. */
116010
- created_at: string
116011
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
116012
- warning_code: 'insufficient_permissions'
116013
- }
116014
115922
  )[]
116015
115923
  /** Date and time at which the device object was created. */
116016
115924
  created_at: string
@@ -122198,14 +122106,6 @@ export type Routes = {
122198
122106
  /** Maximum number of active access codes supported by the device. */
122199
122107
  max_active_access_code_count: number
122200
122108
  }
122201
- | {
122202
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
122203
- message: string
122204
- /** Date and time at which Seam created the warning. */
122205
- created_at: string
122206
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
122207
- warning_code: 'insufficient_permissions'
122208
- }
122209
122109
  )[]
122210
122110
  /** Date and time at which the device object was created. */
122211
122111
  created_at: string
@@ -124083,14 +123983,6 @@ export type Routes = {
124083
123983
  /** Maximum number of active access codes supported by the device. */
124084
123984
  max_active_access_code_count: number
124085
123985
  }
124086
- | {
124087
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
124088
- message: string
124089
- /** Date and time at which Seam created the warning. */
124090
- created_at: string
124091
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
124092
- warning_code: 'insufficient_permissions'
124093
- }
124094
123986
  )[]
124095
123987
  /** Date and time at which the device object was created. */
124096
123988
  created_at: string
@@ -135350,14 +135242,6 @@ export type Routes = {
135350
135242
  /** Maximum number of active access codes supported by the device. */
135351
135243
  max_active_access_code_count: number
135352
135244
  }
135353
- | {
135354
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
135355
- message: string
135356
- /** Date and time at which Seam created the warning. */
135357
- created_at: string
135358
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
135359
- warning_code: 'insufficient_permissions'
135360
- }
135361
135245
  )[]
135362
135246
  /** Date and time at which the device object was created. */
135363
135247
  created_at: string
@@ -137237,14 +137121,6 @@ export type Routes = {
137237
137121
  /** Maximum number of active access codes supported by the device. */
137238
137122
  max_active_access_code_count: number
137239
137123
  }
137240
- | {
137241
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
137242
- message: string
137243
- /** Date and time at which Seam created the warning. */
137244
- created_at: string
137245
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
137246
- warning_code: 'insufficient_permissions'
137247
- }
137248
137124
  )[]
137249
137125
  /** Date and time at which the device object was created. */
137250
137126
  created_at: string
@@ -140697,14 +140573,6 @@ export type Routes = {
140697
140573
  /** Maximum number of active access codes supported by the device. */
140698
140574
  max_active_access_code_count: number
140699
140575
  }
140700
- | {
140701
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
140702
- message: string
140703
- /** Date and time at which Seam created the warning. */
140704
- created_at: string
140705
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
140706
- warning_code: 'insufficient_permissions'
140707
- }
140708
140576
  )[]
140709
140577
  /** Date and time at which the device object was created. */
140710
140578
  created_at: string
@@ -144915,14 +144783,6 @@ export type Routes = {
144915
144783
  /** Maximum number of active access codes supported by the device. */
144916
144784
  max_active_access_code_count: number
144917
144785
  }
144918
- | {
144919
- /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
144920
- message: string
144921
- /** Date and time at which Seam created the warning. */
144922
- created_at: string
144923
- /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
144924
- warning_code: 'insufficient_permissions'
144925
- }
144926
144786
  )[]
144927
144787
  /** Date and time at which the device object was created. */
144928
144788
  created_at: string
@@ -149842,12 +149702,14 @@ export type Routes = {
149842
149702
  | {
149843
149703
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
149844
149704
  message: string
149845
- /** Indicates that this is an access code error. */
149846
- is_access_code_error: true
149705
+ /** Indicates that the error is not a device error. */
149706
+ is_device_error: false
149847
149707
  /** Date and time at which Seam created the error. */
149848
- created_at?: string | undefined
149708
+ created_at: string
149849
149709
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149850
- error_code: 'insufficient_permissions'
149710
+ error_code: 'account_disconnected'
149711
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
149712
+ is_connected_account_error: true
149851
149713
  }
149852
149714
  | {
149853
149715
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -149857,7 +149719,7 @@ export type Routes = {
149857
149719
  /** Date and time at which Seam created the error. */
149858
149720
  created_at: string
149859
149721
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149860
- error_code: 'account_disconnected'
149722
+ error_code: 'salto_ks_subscription_limit_exceeded'
149861
149723
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
149862
149724
  is_connected_account_error: true
149863
149725
  }
@@ -149869,7 +149731,7 @@ export type Routes = {
149869
149731
  /** Date and time at which Seam created the error. */
149870
149732
  created_at: string
149871
149733
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
149872
- error_code: 'salto_ks_subscription_limit_exceeded'
149734
+ error_code: 'insufficient_permissions'
149873
149735
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
149874
149736
  is_connected_account_error: true
149875
149737
  }
@@ -150241,12 +150103,14 @@ export type Routes = {
150241
150103
  | {
150242
150104
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
150243
150105
  message: string
150244
- /** Indicates that this is an access code error. */
150245
- is_access_code_error: true
150106
+ /** Indicates that the error is not a device error. */
150107
+ is_device_error: false
150246
150108
  /** Date and time at which Seam created the error. */
150247
- created_at?: string | undefined
150109
+ created_at: string
150248
150110
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150249
- error_code: 'insufficient_permissions'
150111
+ error_code: 'account_disconnected'
150112
+ /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
150113
+ is_connected_account_error: true
150250
150114
  }
150251
150115
  | {
150252
150116
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -150256,7 +150120,7 @@ export type Routes = {
150256
150120
  /** Date and time at which Seam created the error. */
150257
150121
  created_at: string
150258
150122
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150259
- error_code: 'account_disconnected'
150123
+ error_code: 'salto_ks_subscription_limit_exceeded'
150260
150124
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
150261
150125
  is_connected_account_error: true
150262
150126
  }
@@ -150268,7 +150132,7 @@ export type Routes = {
150268
150132
  /** Date and time at which Seam created the error. */
150269
150133
  created_at: string
150270
150134
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
150271
- error_code: 'salto_ks_subscription_limit_exceeded'
150135
+ error_code: 'insufficient_permissions'
150272
150136
  /** Indicates that the error is a [connected account](https://docs.seam.co/api/connected_accounts) error. */
150273
150137
  is_connected_account_error: true
150274
150138
  }