@seamapi/types 1.873.0 → 1.875.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.
@@ -2055,7 +2055,7 @@ export type Routes = {
2055
2055
  /** Date and time at which Seam created the error. */
2056
2056
  created_at?: string | undefined
2057
2057
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2058
- error_code: 'kwikset_insufficient_permissions'
2058
+ error_code: 'insufficient_permissions'
2059
2059
  }
2060
2060
  | {
2061
2061
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -2804,7 +2804,7 @@ export type Routes = {
2804
2804
  /** Date and time at which Seam created the error. */
2805
2805
  created_at?: string | undefined
2806
2806
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2807
- error_code: 'kwikset_insufficient_permissions'
2807
+ error_code: 'insufficient_permissions'
2808
2808
  }
2809
2809
  | {
2810
2810
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -5325,7 +5325,7 @@ export type Routes = {
5325
5325
  /** Date and time at which Seam created the error. */
5326
5326
  created_at?: string | undefined
5327
5327
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5328
- error_code: 'kwikset_insufficient_permissions'
5328
+ error_code: 'insufficient_permissions'
5329
5329
  }
5330
5330
  | {
5331
5331
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -6161,7 +6161,7 @@ export type Routes = {
6161
6161
  /** Date and time at which Seam created the error. */
6162
6162
  created_at?: string | undefined
6163
6163
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6164
- error_code: 'kwikset_insufficient_permissions'
6164
+ error_code: 'insufficient_permissions'
6165
6165
  }
6166
6166
  | {
6167
6167
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -6899,7 +6899,7 @@ export type Routes = {
6899
6899
  /** Date and time at which Seam created the error. */
6900
6900
  created_at?: string | undefined
6901
6901
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6902
- error_code: 'kwikset_insufficient_permissions'
6902
+ error_code: 'insufficient_permissions'
6903
6903
  }
6904
6904
  | {
6905
6905
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -7614,7 +7614,7 @@ export type Routes = {
7614
7614
  /** Date and time at which Seam created the error. */
7615
7615
  created_at?: string | undefined
7616
7616
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7617
- error_code: 'kwikset_insufficient_permissions'
7617
+ error_code: 'insufficient_permissions'
7618
7618
  }
7619
7619
  | {
7620
7620
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -8364,7 +8364,7 @@ export type Routes = {
8364
8364
  /** Date and time at which Seam created the error. */
8365
8365
  created_at?: string | undefined
8366
8366
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
8367
- error_code: 'kwikset_insufficient_permissions'
8367
+ error_code: 'insufficient_permissions'
8368
8368
  }
8369
8369
  | {
8370
8370
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -10789,7 +10789,7 @@ export type Routes = {
10789
10789
  /** Date and time at which Seam created the error. */
10790
10790
  created_at?: string | undefined
10791
10791
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10792
- error_code: 'kwikset_insufficient_permissions'
10792
+ error_code: 'insufficient_permissions'
10793
10793
  }
10794
10794
  | {
10795
10795
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -11418,7 +11418,7 @@ export type Routes = {
11418
11418
  /** Date and time at which Seam created the error. */
11419
11419
  created_at?: string | undefined
11420
11420
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
11421
- error_code: 'kwikset_insufficient_permissions'
11421
+ error_code: 'insufficient_permissions'
11422
11422
  }
11423
11423
  | {
11424
11424
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -15863,6 +15863,14 @@ export type Routes = {
15863
15863
  /** Maximum number of active access codes supported by the device. */
15864
15864
  max_active_access_code_count: number
15865
15865
  }
15866
+ | {
15867
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
15868
+ message: string
15869
+ /** Date and time at which Seam created the warning. */
15870
+ created_at: string
15871
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
15872
+ warning_code: 'insufficient_permissions'
15873
+ }
15866
15874
  )[]
15867
15875
  /** Date and time at which the device object was created. */
15868
15876
  created_at: string
@@ -21431,6 +21439,14 @@ export type Routes = {
21431
21439
  /** Maximum number of active access codes supported by the device. */
21432
21440
  max_active_access_code_count: number
21433
21441
  }
21442
+ | {
21443
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
21444
+ message: string
21445
+ /** Date and time at which Seam created the warning. */
21446
+ created_at: string
21447
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
21448
+ warning_code: 'insufficient_permissions'
21449
+ }
21434
21450
  )[]
21435
21451
  /** Date and time at which the device object was created. */
21436
21452
  created_at: string
@@ -44197,6 +44213,14 @@ export type Routes = {
44197
44213
  /** Maximum number of active access codes supported by the device. */
44198
44214
  max_active_access_code_count: number
44199
44215
  }
44216
+ | {
44217
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
44218
+ message: string
44219
+ /** Date and time at which Seam created the warning. */
44220
+ created_at: string
44221
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
44222
+ warning_code: 'insufficient_permissions'
44223
+ }
44200
44224
  )[]
44201
44225
  /** Date and time at which the device object was created. */
44202
44226
  created_at: string
@@ -46112,6 +46136,14 @@ export type Routes = {
46112
46136
  /** Maximum number of active access codes supported by the device. */
46113
46137
  max_active_access_code_count: number
46114
46138
  }
46139
+ | {
46140
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
46141
+ message: string
46142
+ /** Date and time at which Seam created the warning. */
46143
+ created_at: string
46144
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
46145
+ warning_code: 'insufficient_permissions'
46146
+ }
46115
46147
  )[]
46116
46148
  /** Date and time at which the device object was created. */
46117
46149
  created_at: string
@@ -48147,6 +48179,14 @@ export type Routes = {
48147
48179
  /** Maximum number of active access codes supported by the device. */
48148
48180
  max_active_access_code_count: number
48149
48181
  }
48182
+ | {
48183
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
48184
+ message: string
48185
+ /** Date and time at which Seam created the warning. */
48186
+ created_at: string
48187
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48188
+ warning_code: 'insufficient_permissions'
48189
+ }
48150
48190
  )[]
48151
48191
  /** Date and time at which the device object was created. */
48152
48192
  created_at: string
@@ -48927,6 +48967,14 @@ export type Routes = {
48927
48967
  /** Maximum number of active access codes supported by the device. */
48928
48968
  max_active_access_code_count: number
48929
48969
  }
48970
+ | {
48971
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
48972
+ message: string
48973
+ /** Date and time at which Seam created the warning. */
48974
+ created_at: string
48975
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
48976
+ warning_code: 'insufficient_permissions'
48977
+ }
48930
48978
  )[]
48931
48979
  /** Date and time at which the device object was created. */
48932
48980
  created_at: string
@@ -59170,6 +59218,14 @@ export type Routes = {
59170
59218
  /** Maximum number of active access codes supported by the device. */
59171
59219
  max_active_access_code_count: number
59172
59220
  }
59221
+ | {
59222
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
59223
+ message: string
59224
+ /** Date and time at which Seam created the warning. */
59225
+ created_at: string
59226
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
59227
+ warning_code: 'insufficient_permissions'
59228
+ }
59173
59229
  )[]
59174
59230
  /** Date and time at which the device object was created. */
59175
59231
  created_at: string
@@ -60846,6 +60902,14 @@ export type Routes = {
60846
60902
  /** Maximum number of active access codes supported by the device. */
60847
60903
  max_active_access_code_count: number
60848
60904
  }
60905
+ | {
60906
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
60907
+ message: string
60908
+ /** Date and time at which Seam created the warning. */
60909
+ created_at: string
60910
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
60911
+ warning_code: 'insufficient_permissions'
60912
+ }
60849
60913
  )[]
60850
60914
  /** Date and time at which the device object was created. */
60851
60915
  created_at: string
@@ -62715,6 +62779,14 @@ export type Routes = {
62715
62779
  /** Maximum number of active access codes supported by the device. */
62716
62780
  max_active_access_code_count: number
62717
62781
  }
62782
+ | {
62783
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
62784
+ message: string
62785
+ /** Date and time at which Seam created the warning. */
62786
+ created_at: string
62787
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
62788
+ warning_code: 'insufficient_permissions'
62789
+ }
62718
62790
  )[]
62719
62791
  /** Date and time at which the device object was created. */
62720
62792
  created_at: string
@@ -64390,6 +64462,14 @@ export type Routes = {
64390
64462
  /** Maximum number of active access codes supported by the device. */
64391
64463
  max_active_access_code_count: number
64392
64464
  }
64465
+ | {
64466
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
64467
+ message: string
64468
+ /** Date and time at which Seam created the warning. */
64469
+ created_at: string
64470
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
64471
+ warning_code: 'insufficient_permissions'
64472
+ }
64393
64473
  )[]
64394
64474
  /** Date and time at which the device object was created. */
64395
64475
  created_at: string
@@ -73234,6 +73314,14 @@ export type Routes = {
73234
73314
  /** Maximum number of active access codes supported by the device. */
73235
73315
  max_active_access_code_count: number
73236
73316
  }
73317
+ | {
73318
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
73319
+ message: string
73320
+ /** Date and time at which Seam created the warning. */
73321
+ created_at: string
73322
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
73323
+ warning_code: 'insufficient_permissions'
73324
+ }
73237
73325
  )[]
73238
73326
  /** Date and time at which the device object was created. */
73239
73327
  created_at: string
@@ -74909,6 +74997,14 @@ export type Routes = {
74909
74997
  /** Maximum number of active access codes supported by the device. */
74910
74998
  max_active_access_code_count: number
74911
74999
  }
75000
+ | {
75001
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
75002
+ message: string
75003
+ /** Date and time at which Seam created the warning. */
75004
+ created_at: string
75005
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
75006
+ warning_code: 'insufficient_permissions'
75007
+ }
74912
75008
  )[]
74913
75009
  /** Date and time at which the device object was created. */
74914
75010
  created_at: string
@@ -91627,6 +91723,14 @@ export type Routes = {
91627
91723
  /** Maximum number of active access codes supported by the device. */
91628
91724
  max_active_access_code_count: number
91629
91725
  }
91726
+ | {
91727
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
91728
+ message: string
91729
+ /** Date and time at which Seam created the warning. */
91730
+ created_at: string
91731
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
91732
+ warning_code: 'insufficient_permissions'
91733
+ }
91630
91734
  )[]
91631
91735
  /** Date and time at which the device object was created. */
91632
91736
  created_at: string
@@ -99644,6 +99748,14 @@ export type Routes = {
99644
99748
  /** Maximum number of active access codes supported by the device. */
99645
99749
  max_active_access_code_count: number
99646
99750
  }
99751
+ | {
99752
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
99753
+ message: string
99754
+ /** Date and time at which Seam created the warning. */
99755
+ created_at: string
99756
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
99757
+ warning_code: 'insufficient_permissions'
99758
+ }
99647
99759
  )[]
99648
99760
  /** Date and time at which the device object was created. */
99649
99761
  created_at: string
@@ -104993,6 +105105,14 @@ export type Routes = {
104993
105105
  /** Maximum number of active access codes supported by the device. */
104994
105106
  max_active_access_code_count: number
104995
105107
  }
105108
+ | {
105109
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
105110
+ message: string
105111
+ /** Date and time at which Seam created the warning. */
105112
+ created_at: string
105113
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
105114
+ warning_code: 'insufficient_permissions'
105115
+ }
104996
105116
  )[]
104997
105117
  /** Date and time at which the device object was created. */
104998
105118
  created_at: string
@@ -106668,6 +106788,14 @@ export type Routes = {
106668
106788
  /** Maximum number of active access codes supported by the device. */
106669
106789
  max_active_access_code_count: number
106670
106790
  }
106791
+ | {
106792
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
106793
+ message: string
106794
+ /** Date and time at which Seam created the warning. */
106795
+ created_at: string
106796
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
106797
+ warning_code: 'insufficient_permissions'
106798
+ }
106671
106799
  )[]
106672
106800
  /** Date and time at which the device object was created. */
106673
106801
  created_at: string
@@ -116397,6 +116525,14 @@ export type Routes = {
116397
116525
  /** Maximum number of active access codes supported by the device. */
116398
116526
  max_active_access_code_count: number
116399
116527
  }
116528
+ | {
116529
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
116530
+ message: string
116531
+ /** Date and time at which Seam created the warning. */
116532
+ created_at: string
116533
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
116534
+ warning_code: 'insufficient_permissions'
116535
+ }
116400
116536
  )[]
116401
116537
  /** Date and time at which the device object was created. */
116402
116538
  created_at: string
@@ -118074,6 +118210,14 @@ export type Routes = {
118074
118210
  /** Maximum number of active access codes supported by the device. */
118075
118211
  max_active_access_code_count: number
118076
118212
  }
118213
+ | {
118214
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
118215
+ message: string
118216
+ /** Date and time at which Seam created the warning. */
118217
+ created_at: string
118218
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
118219
+ warning_code: 'insufficient_permissions'
118220
+ }
118077
118221
  )[]
118078
118222
  /** Date and time at which the device object was created. */
118079
118223
  created_at: string
@@ -121123,6 +121267,14 @@ export type Routes = {
121123
121267
  /** Maximum number of active access codes supported by the device. */
121124
121268
  max_active_access_code_count: number
121125
121269
  }
121270
+ | {
121271
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
121272
+ message: string
121273
+ /** Date and time at which Seam created the warning. */
121274
+ created_at: string
121275
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
121276
+ warning_code: 'insufficient_permissions'
121277
+ }
121126
121278
  )[]
121127
121279
  /** Date and time at which the device object was created. */
121128
121280
  created_at: string
@@ -124836,6 +124988,14 @@ export type Routes = {
124836
124988
  /** Maximum number of active access codes supported by the device. */
124837
124989
  max_active_access_code_count: number
124838
124990
  }
124991
+ | {
124992
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
124993
+ message: string
124994
+ /** Date and time at which Seam created the warning. */
124995
+ created_at: string
124996
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
124997
+ warning_code: 'insufficient_permissions'
124998
+ }
124839
124999
  )[]
124840
125000
  /** Date and time at which the device object was created. */
124841
125001
  created_at: string
@@ -129277,7 +129437,7 @@ export type Routes = {
129277
129437
  /** Date and time at which Seam created the error. */
129278
129438
  created_at?: string | undefined
129279
129439
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129280
- error_code: 'kwikset_insufficient_permissions'
129440
+ error_code: 'insufficient_permissions'
129281
129441
  }
129282
129442
  | {
129283
129443
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
@@ -129892,7 +130052,7 @@ export type Routes = {
129892
130052
  /** Date and time at which Seam created the error. */
129893
130053
  created_at?: string | undefined
129894
130054
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129895
- error_code: 'kwikset_insufficient_permissions'
130055
+ error_code: 'insufficient_permissions'
129896
130056
  }
129897
130057
  | {
129898
130058
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */