@seamapi/types 1.869.0 → 1.870.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.
@@ -1904,6 +1904,16 @@ export type Routes = {
1904
1904
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1905
1905
  error_code: 'no_space_for_access_code_on_device'
1906
1906
  }
1907
+ | {
1908
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1909
+ message: string
1910
+ /** Indicates that this is an access code error. */
1911
+ is_access_code_error: true
1912
+ /** Date and time at which Seam created the error. */
1913
+ created_at?: string | undefined
1914
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
1915
+ error_code: 'access_code_state_unconfirmed'
1916
+ }
1907
1917
  | {
1908
1918
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
1909
1919
  message: string
@@ -2289,6 +2299,14 @@ export type Routes = {
2289
2299
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2290
2300
  warning_code: 'kwikset_unable_to_confirm_code'
2291
2301
  }
2302
+ | {
2303
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2304
+ message: string
2305
+ /** Date and time at which Seam created the warning. */
2306
+ created_at?: string | undefined
2307
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2308
+ warning_code: 'access_code_inactive'
2309
+ }
2292
2310
  | {
2293
2311
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2294
2312
  message: string
@@ -2581,6 +2599,16 @@ export type Routes = {
2581
2599
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2582
2600
  error_code: 'no_space_for_access_code_on_device'
2583
2601
  }
2602
+ | {
2603
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2604
+ message: string
2605
+ /** Indicates that this is an access code error. */
2606
+ is_access_code_error: true
2607
+ /** Date and time at which Seam created the error. */
2608
+ created_at?: string | undefined
2609
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
2610
+ error_code: 'access_code_state_unconfirmed'
2611
+ }
2584
2612
  | {
2585
2613
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
2586
2614
  message: string
@@ -2966,6 +2994,14 @@ export type Routes = {
2966
2994
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
2967
2995
  warning_code: 'kwikset_unable_to_confirm_code'
2968
2996
  }
2997
+ | {
2998
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2999
+ message: string
3000
+ /** Date and time at which Seam created the warning. */
3001
+ created_at?: string | undefined
3002
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
3003
+ warning_code: 'access_code_inactive'
3004
+ }
2969
3005
  | {
2970
3006
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
2971
3007
  message: string
@@ -5030,6 +5066,16 @@ export type Routes = {
5030
5066
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5031
5067
  error_code: 'no_space_for_access_code_on_device'
5032
5068
  }
5069
+ | {
5070
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5071
+ message: string
5072
+ /** Indicates that this is an access code error. */
5073
+ is_access_code_error: true
5074
+ /** Date and time at which Seam created the error. */
5075
+ created_at?: string | undefined
5076
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5077
+ error_code: 'access_code_state_unconfirmed'
5078
+ }
5033
5079
  | {
5034
5080
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5035
5081
  message: string
@@ -5415,6 +5461,14 @@ export type Routes = {
5415
5461
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5416
5462
  warning_code: 'kwikset_unable_to_confirm_code'
5417
5463
  }
5464
+ | {
5465
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5466
+ message: string
5467
+ /** Date and time at which Seam created the warning. */
5468
+ created_at?: string | undefined
5469
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
5470
+ warning_code: 'access_code_inactive'
5471
+ }
5418
5472
  | {
5419
5473
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
5420
5474
  message: string
@@ -5794,6 +5848,16 @@ export type Routes = {
5794
5848
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5795
5849
  error_code: 'no_space_for_access_code_on_device'
5796
5850
  }
5851
+ | {
5852
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5853
+ message: string
5854
+ /** Indicates that this is an access code error. */
5855
+ is_access_code_error: true
5856
+ /** Date and time at which Seam created the error. */
5857
+ created_at?: string | undefined
5858
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
5859
+ error_code: 'access_code_state_unconfirmed'
5860
+ }
5797
5861
  | {
5798
5862
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
5799
5863
  message: string
@@ -6179,6 +6243,14 @@ export type Routes = {
6179
6243
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6180
6244
  warning_code: 'kwikset_unable_to_confirm_code'
6181
6245
  }
6246
+ | {
6247
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6248
+ message: string
6249
+ /** Date and time at which Seam created the warning. */
6250
+ created_at?: string | undefined
6251
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6252
+ warning_code: 'access_code_inactive'
6253
+ }
6182
6254
  | {
6183
6255
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6184
6256
  message: string
@@ -6460,6 +6532,16 @@ export type Routes = {
6460
6532
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6461
6533
  error_code: 'no_space_for_access_code_on_device'
6462
6534
  }
6535
+ | {
6536
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6537
+ message: string
6538
+ /** Indicates that this is an access code error. */
6539
+ is_access_code_error: true
6540
+ /** Date and time at which Seam created the error. */
6541
+ created_at?: string | undefined
6542
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
6543
+ error_code: 'access_code_state_unconfirmed'
6544
+ }
6463
6545
  | {
6464
6546
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
6465
6547
  message: string
@@ -6845,6 +6927,14 @@ export type Routes = {
6845
6927
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6846
6928
  warning_code: 'kwikset_unable_to_confirm_code'
6847
6929
  }
6930
+ | {
6931
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6932
+ message: string
6933
+ /** Date and time at which Seam created the warning. */
6934
+ created_at?: string | undefined
6935
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
6936
+ warning_code: 'access_code_inactive'
6937
+ }
6848
6938
  | {
6849
6939
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
6850
6940
  message: string
@@ -7103,6 +7193,16 @@ export type Routes = {
7103
7193
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7104
7194
  error_code: 'no_space_for_access_code_on_device'
7105
7195
  }
7196
+ | {
7197
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7198
+ message: string
7199
+ /** Indicates that this is an access code error. */
7200
+ is_access_code_error: true
7201
+ /** Date and time at which Seam created the error. */
7202
+ created_at?: string | undefined
7203
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7204
+ error_code: 'access_code_state_unconfirmed'
7205
+ }
7106
7206
  | {
7107
7207
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7108
7208
  message: string
@@ -7488,6 +7588,14 @@ export type Routes = {
7488
7588
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7489
7589
  warning_code: 'kwikset_unable_to_confirm_code'
7490
7590
  }
7591
+ | {
7592
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7593
+ message: string
7594
+ /** Date and time at which Seam created the warning. */
7595
+ created_at?: string | undefined
7596
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
7597
+ warning_code: 'access_code_inactive'
7598
+ }
7491
7599
  | {
7492
7600
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
7493
7601
  message: string
@@ -7781,6 +7889,16 @@ export type Routes = {
7781
7889
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7782
7890
  error_code: 'no_space_for_access_code_on_device'
7783
7891
  }
7892
+ | {
7893
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7894
+ message: string
7895
+ /** Indicates that this is an access code error. */
7896
+ is_access_code_error: true
7897
+ /** Date and time at which Seam created the error. */
7898
+ created_at?: string | undefined
7899
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
7900
+ error_code: 'access_code_state_unconfirmed'
7901
+ }
7784
7902
  | {
7785
7903
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
7786
7904
  message: string
@@ -8166,6 +8284,14 @@ export type Routes = {
8166
8284
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8167
8285
  warning_code: 'kwikset_unable_to_confirm_code'
8168
8286
  }
8287
+ | {
8288
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8289
+ message: string
8290
+ /** Date and time at which Seam created the warning. */
8291
+ created_at?: string | undefined
8292
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
8293
+ warning_code: 'access_code_inactive'
8294
+ }
8169
8295
  | {
8170
8296
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
8171
8297
  message: string
@@ -10134,6 +10260,16 @@ export type Routes = {
10134
10260
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10135
10261
  error_code: 'no_space_for_access_code_on_device'
10136
10262
  }
10263
+ | {
10264
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10265
+ message: string
10266
+ /** Indicates that this is an access code error. */
10267
+ is_access_code_error: true
10268
+ /** Date and time at which Seam created the error. */
10269
+ created_at?: string | undefined
10270
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10271
+ error_code: 'access_code_state_unconfirmed'
10272
+ }
10137
10273
  | {
10138
10274
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10139
10275
  message: string
@@ -10519,6 +10655,14 @@ export type Routes = {
10519
10655
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10520
10656
  warning_code: 'kwikset_unable_to_confirm_code'
10521
10657
  }
10658
+ | {
10659
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10660
+ message: string
10661
+ /** Date and time at which Seam created the warning. */
10662
+ created_at?: string | undefined
10663
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
10664
+ warning_code: 'access_code_inactive'
10665
+ }
10522
10666
  | {
10523
10667
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
10524
10668
  message: string
@@ -10691,6 +10835,16 @@ export type Routes = {
10691
10835
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10692
10836
  error_code: 'no_space_for_access_code_on_device'
10693
10837
  }
10838
+ | {
10839
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10840
+ message: string
10841
+ /** Indicates that this is an access code error. */
10842
+ is_access_code_error: true
10843
+ /** Date and time at which Seam created the error. */
10844
+ created_at?: string | undefined
10845
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
10846
+ error_code: 'access_code_state_unconfirmed'
10847
+ }
10694
10848
  | {
10695
10849
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
10696
10850
  message: string
@@ -11076,6 +11230,14 @@ export type Routes = {
11076
11230
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11077
11231
  warning_code: 'kwikset_unable_to_confirm_code'
11078
11232
  }
11233
+ | {
11234
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11235
+ message: string
11236
+ /** Date and time at which Seam created the warning. */
11237
+ created_at?: string | undefined
11238
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
11239
+ warning_code: 'access_code_inactive'
11240
+ }
11079
11241
  | {
11080
11242
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
11081
11243
  message: string
@@ -128368,6 +128530,16 @@ export type Routes = {
128368
128530
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128369
128531
  error_code: 'no_space_for_access_code_on_device'
128370
128532
  }
128533
+ | {
128534
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128535
+ message: string
128536
+ /** Indicates that this is an access code error. */
128537
+ is_access_code_error: true
128538
+ /** Date and time at which Seam created the error. */
128539
+ created_at?: string | undefined
128540
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128541
+ error_code: 'access_code_state_unconfirmed'
128542
+ }
128371
128543
  | {
128372
128544
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128373
128545
  message: string
@@ -128753,6 +128925,14 @@ export type Routes = {
128753
128925
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128754
128926
  warning_code: 'kwikset_unable_to_confirm_code'
128755
128927
  }
128928
+ | {
128929
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128930
+ message: string
128931
+ /** Date and time at which Seam created the warning. */
128932
+ created_at?: string | undefined
128933
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
128934
+ warning_code: 'access_code_inactive'
128935
+ }
128756
128936
  | {
128757
128937
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
128758
128938
  message: string
@@ -128911,6 +129091,16 @@ export type Routes = {
128911
129091
  /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
128912
129092
  error_code: 'no_space_for_access_code_on_device'
128913
129093
  }
129094
+ | {
129095
+ /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
129096
+ message: string
129097
+ /** Indicates that this is an access code error. */
129098
+ is_access_code_error: true
129099
+ /** Date and time at which Seam created the error. */
129100
+ created_at?: string | undefined
129101
+ /** Unique identifier of the type of error. Enables quick recognition and categorization of the issue. */
129102
+ error_code: 'access_code_state_unconfirmed'
129103
+ }
128914
129104
  | {
128915
129105
  /** Detailed description of the error. Provides insights into the issue and potentially how to rectify it. */
128916
129106
  message: string
@@ -129296,6 +129486,14 @@ export type Routes = {
129296
129486
  /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129297
129487
  warning_code: 'kwikset_unable_to_confirm_code'
129298
129488
  }
129489
+ | {
129490
+ /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129491
+ message: string
129492
+ /** Date and time at which Seam created the warning. */
129493
+ created_at?: string | undefined
129494
+ /** Unique identifier of the type of warning. Enables quick recognition and categorization of the issue. */
129495
+ warning_code: 'access_code_inactive'
129496
+ }
129299
129497
  | {
129300
129498
  /** Detailed description of the warning. Provides insights into the issue and potentially how to rectify it. */
129301
129499
  message: string