@seamapi/types 1.944.0 → 1.946.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.
@@ -2114,16 +2114,6 @@ export type Routes = {
2114
2114
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2115
2115
  error_code: 'access_code_inactive'
2116
2116
  }
2117
- | {
2118
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2119
- message: string
2120
- /** Indicates that this is an access code error. */
2121
- is_access_code_error: true
2122
- /** Date and time at which Seam created the error. */
2123
- created_at?: string | undefined
2124
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2125
- error_code: 'salto_ks_user_not_subscribed'
2126
- }
2127
2117
  | {
2128
2118
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2129
2119
  message: string
@@ -2689,16 +2679,6 @@ export type Routes = {
2689
2679
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2690
2680
  error_code: 'access_code_inactive'
2691
2681
  }
2692
- | {
2693
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2694
- message: string
2695
- /** Indicates that this is an access code error. */
2696
- is_access_code_error: true
2697
- /** Date and time at which Seam created the error. */
2698
- created_at?: string | undefined
2699
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2700
- error_code: 'salto_ks_user_not_subscribed'
2701
- }
2702
2682
  | {
2703
2683
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2704
2684
  message: string
@@ -5223,16 +5203,6 @@ export type Routes = {
5223
5203
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5224
5204
  error_code: 'access_code_inactive'
5225
5205
  }
5226
- | {
5227
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5228
- message: string
5229
- /** Indicates that this is an access code error. */
5230
- is_access_code_error: true
5231
- /** Date and time at which Seam created the error. */
5232
- created_at?: string | undefined
5233
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5234
- error_code: 'salto_ks_user_not_subscribed'
5235
- }
5236
5206
  | {
5237
5207
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5238
5208
  message: string
@@ -5897,16 +5867,6 @@ export type Routes = {
5897
5867
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5898
5868
  error_code: 'access_code_inactive'
5899
5869
  }
5900
- | {
5901
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5902
- message: string
5903
- /** Indicates that this is an access code error. */
5904
- is_access_code_error: true
5905
- /** Date and time at which Seam created the error. */
5906
- created_at?: string | undefined
5907
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5908
- error_code: 'salto_ks_user_not_subscribed'
5909
- }
5910
5870
  | {
5911
5871
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5912
5872
  message: string
@@ -6463,16 +6423,6 @@ export type Routes = {
6463
6423
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6464
6424
  error_code: 'access_code_inactive'
6465
6425
  }
6466
- | {
6467
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6468
- message: string
6469
- /** Indicates that this is an access code error. */
6470
- is_access_code_error: true
6471
- /** Date and time at which Seam created the error. */
6472
- created_at?: string | undefined
6473
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6474
- error_code: 'salto_ks_user_not_subscribed'
6475
- }
6476
6426
  | {
6477
6427
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6478
6428
  message: string
@@ -7006,16 +6956,6 @@ export type Routes = {
7006
6956
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7007
6957
  error_code: 'access_code_inactive'
7008
6958
  }
7009
- | {
7010
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7011
- message: string
7012
- /** Indicates that this is an access code error. */
7013
- is_access_code_error: true
7014
- /** Date and time at which Seam created the error. */
7015
- created_at?: string | undefined
7016
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7017
- error_code: 'salto_ks_user_not_subscribed'
7018
- }
7019
6959
  | {
7020
6960
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7021
6961
  message: string
@@ -7582,16 +7522,6 @@ export type Routes = {
7582
7522
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7583
7523
  error_code: 'access_code_inactive'
7584
7524
  }
7585
- | {
7586
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7587
- message: string
7588
- /** Indicates that this is an access code error. */
7589
- is_access_code_error: true
7590
- /** Date and time at which Seam created the error. */
7591
- created_at?: string | undefined
7592
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7593
- error_code: 'salto_ks_user_not_subscribed'
7594
- }
7595
7525
  | {
7596
7526
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7597
7527
  message: string
@@ -10018,16 +9948,6 @@ export type Routes = {
10018
9948
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10019
9949
  error_code: 'access_code_inactive'
10020
9950
  }
10021
- | {
10022
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10023
- message: string
10024
- /** Indicates that this is an access code error. */
10025
- is_access_code_error: true
10026
- /** Date and time at which Seam created the error. */
10027
- created_at?: string | undefined
10028
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10029
- error_code: 'salto_ks_user_not_subscribed'
10030
- }
10031
9951
  | {
10032
9952
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10033
9953
  message: string
@@ -10473,16 +10393,6 @@ export type Routes = {
10473
10393
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10474
10394
  error_code: 'access_code_inactive'
10475
10395
  }
10476
- | {
10477
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10478
- message: string
10479
- /** Indicates that this is an access code error. */
10480
- is_access_code_error: true
10481
- /** Date and time at which Seam created the error. */
10482
- created_at?: string | undefined
10483
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10484
- error_code: 'salto_ks_user_not_subscribed'
10485
- }
10486
10396
  | {
10487
10397
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10488
10398
  message: string
@@ -89561,6 +89471,22 @@ export type Routes = {
89561
89471
  status: string
89562
89472
  created_at: string
89563
89473
  updated_at: string
89474
+ deleted_codes: {
89475
+ access_code_id: string
89476
+ code: string | null
89477
+ name: string | null
89478
+ is_managed: boolean
89479
+ device_id: string | null
89480
+ type: string | null
89481
+ starts_at: string | null
89482
+ ends_at: string | null
89483
+ origin: string
89484
+ }[]
89485
+ account_sync_requests: {
89486
+ at: string
89487
+ phase: string
89488
+ connected_account_ids: string[]
89489
+ }[]
89564
89490
  } | null
89565
89491
  }
89566
89492
  maxDuration: undefined
@@ -141914,16 +141840,6 @@ export type Routes = {
141914
141840
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
141915
141841
  error_code: 'access_code_inactive'
141916
141842
  }
141917
- | {
141918
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
141919
- message: string
141920
- /** Indicates that this is an access code error. */
141921
- is_access_code_error: true
141922
- /** Date and time at which Seam created the error. */
141923
- created_at?: string | undefined
141924
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
141925
- error_code: 'salto_ks_user_not_subscribed'
141926
- }
141927
141843
  | {
141928
141844
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
141929
141845
  message: string
@@ -142355,16 +142271,6 @@ export type Routes = {
142355
142271
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142356
142272
  error_code: 'access_code_inactive'
142357
142273
  }
142358
- | {
142359
- /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
142360
- message: string
142361
- /** Indicates that this is an access code error. */
142362
- is_access_code_error: true
142363
- /** Date and time at which Seam created the error. */
142364
- created_at?: string | undefined
142365
- /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
142366
- error_code: 'salto_ks_user_not_subscribed'
142367
- }
142368
142274
  | {
142369
142275
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
142370
142276
  message: string