@seamapi/types 1.363.0 → 1.364.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.
@@ -42,6 +42,7 @@ export default {
42
42
  {
43
43
  description: 'Failed to set code on Smart Things device.',
44
44
  properties: {
45
+ created_at: { format: 'date-time', type: 'string' },
45
46
  error_code: {
46
47
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
47
48
  enum: ['smartthings_failed_to_set_access_code'],
@@ -56,6 +57,7 @@ export default {
56
57
  {
57
58
  description: 'Failed to set code after multiple retries.',
58
59
  properties: {
60
+ created_at: { format: 'date-time', type: 'string' },
59
61
  error_code: {
60
62
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
61
63
  enum: [
@@ -69,9 +71,25 @@ export default {
69
71
  required: ['message', 'is_access_code_error', 'error_code'],
70
72
  type: 'object',
71
73
  },
74
+ {
75
+ description: 'No free slots available on the device.',
76
+ properties: {
77
+ created_at: { format: 'date-time', type: 'string' },
78
+ error_code: {
79
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
80
+ enum: ['smartthings_no_free_slots_available'],
81
+ type: 'string',
82
+ },
83
+ is_access_code_error: { enum: [true], type: 'boolean' },
84
+ message: { type: 'string' },
85
+ },
86
+ required: ['message', 'is_access_code_error', 'error_code'],
87
+ type: 'object',
88
+ },
72
89
  {
73
90
  description: 'Failed to set code on device.',
74
91
  properties: {
92
+ created_at: { format: 'date-time', type: 'string' },
75
93
  error_code: {
76
94
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
77
95
  enum: ['failed_to_set_on_device'],
@@ -86,6 +104,7 @@ export default {
86
104
  {
87
105
  description: 'Failed to remove code from device.',
88
106
  properties: {
107
+ created_at: { format: 'date-time', type: 'string' },
89
108
  error_code: {
90
109
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
91
110
  enum: ['failed_to_remove_from_device'],
@@ -100,6 +119,7 @@ export default {
100
119
  {
101
120
  description: 'Duplicate access code detected on device.',
102
121
  properties: {
122
+ created_at: { format: 'date-time', type: 'string' },
103
123
  error_code: {
104
124
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
105
125
  enum: ['duplicate_code_on_device'],
@@ -114,6 +134,7 @@ export default {
114
134
  {
115
135
  description: 'An attempt to modify this access code was prevented.',
116
136
  properties: {
137
+ created_at: { format: 'date-time', type: 'string' },
117
138
  error_code: {
118
139
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
119
140
  enum: ['duplicate_code_attempt_prevented'],
@@ -128,6 +149,7 @@ export default {
128
149
  {
129
150
  description: 'Igloohome bridge has too many pending jobs in the queue.',
130
151
  properties: {
152
+ created_at: { format: 'date-time', type: 'string' },
131
153
  error_code: {
132
154
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
133
155
  enum: ['igloohome_bridge_too_many_pending_jobs'],
@@ -142,6 +164,7 @@ export default {
142
164
  {
143
165
  description: 'Igloohome bridge is offline.',
144
166
  properties: {
167
+ created_at: { format: 'date-time', type: 'string' },
145
168
  error_code: {
146
169
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
147
170
  enum: ['igloohome_bridge_offline'],
@@ -156,6 +179,7 @@ export default {
156
179
  {
157
180
  description: 'Lock as reached max amount of codes.',
158
181
  properties: {
182
+ created_at: { format: 'date-time', type: 'string' },
159
183
  error_code: {
160
184
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
161
185
  enum: [
@@ -172,6 +196,7 @@ export default {
172
196
  {
173
197
  description: 'Unable to confirm the access code is set on Kwikset device.',
174
198
  properties: {
199
+ created_at: { format: 'date-time', type: 'string' },
175
200
  error_code: {
176
201
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
177
202
  enum: ['kwikset_unable_to_confirm_code'],
@@ -186,6 +211,7 @@ export default {
186
211
  {
187
212
  description: 'Unable to confirm the deletion of the access code on Kwikset device.',
188
213
  properties: {
214
+ created_at: { format: 'date-time', type: 'string' },
189
215
  error_code: {
190
216
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
191
217
  enum: ['kwikset_unable_to_confirm_deletion'],
@@ -200,6 +226,7 @@ export default {
200
226
  {
201
227
  description: 'Code was modified or removed externally after Seam successfully set it on the device.',
202
228
  properties: {
229
+ created_at: { format: 'date-time', type: 'string' },
203
230
  error_code: {
204
231
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
205
232
  enum: ['code_modified_external_to_seam'],
@@ -214,6 +241,7 @@ export default {
214
241
  {
215
242
  description: 'Invalid code length for August lock.',
216
243
  properties: {
244
+ created_at: { format: 'date-time', type: 'string' },
217
245
  error_code: {
218
246
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
219
247
  enum: ['august_lock_invalid_code_length'],
@@ -228,6 +256,7 @@ export default {
228
256
  {
229
257
  description: 'Access code has not yet been fully moved to the device.',
230
258
  properties: {
259
+ created_at: { format: 'date-time', type: 'string' },
231
260
  error_code: {
232
261
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
233
262
  enum: ['august_device_programming_delay'],
@@ -242,6 +271,7 @@ export default {
242
271
  {
243
272
  description: 'All access code slots on the device are full.',
244
273
  properties: {
274
+ created_at: { format: 'date-time', type: 'string' },
245
275
  error_code: {
246
276
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
247
277
  enum: ['august_device_slots_full'],
@@ -256,6 +286,7 @@ export default {
256
286
  {
257
287
  description: 'August lock is missing a keypad.',
258
288
  properties: {
289
+ created_at: { format: 'date-time', type: 'string' },
259
290
  error_code: {
260
291
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
261
292
  enum: ['august_lock_missing_keypad'],
@@ -267,12 +298,28 @@ export default {
267
298
  required: ['message', 'is_access_code_error', 'error_code'],
268
299
  type: 'object',
269
300
  },
301
+ {
302
+ description: 'August lock is temporarily offline.',
303
+ properties: {
304
+ created_at: { format: 'date-time', type: 'string' },
305
+ error_code: {
306
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
307
+ enum: ['august_lock_temporarily_offline'],
308
+ type: 'string',
309
+ },
310
+ is_access_code_error: { enum: [true], type: 'boolean' },
311
+ message: { type: 'string' },
312
+ },
313
+ required: ['message', 'is_access_code_error', 'error_code'],
314
+ type: 'object',
315
+ },
270
316
  {
271
317
  description: 'Salto site user is not subscribed.',
272
318
  properties: {
319
+ created_at: { format: 'date-time', type: 'string' },
273
320
  error_code: {
274
321
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
275
- enum: ['salto_site_user_not_subscribed'],
322
+ enum: ['salto_ks_user_not_subscribed'],
276
323
  type: 'string',
277
324
  },
278
325
  is_access_code_error: { enum: [true], type: 'boolean' },
@@ -284,6 +331,7 @@ export default {
284
331
  {
285
332
  description: 'Access code has not yet been fully moved to the device.',
286
333
  properties: {
334
+ created_at: { format: 'date-time', type: 'string' },
287
335
  error_code: {
288
336
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
289
337
  enum: ['hubitat_device_programming_delay'],
@@ -298,6 +346,7 @@ export default {
298
346
  {
299
347
  description: 'No free positions available on the device.',
300
348
  properties: {
349
+ created_at: { format: 'date-time', type: 'string' },
301
350
  error_code: {
302
351
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
303
352
  enum: ['hubitat_no_free_positions_available'],
@@ -309,6 +358,51 @@ export default {
309
358
  required: ['message', 'is_access_code_error', 'error_code'],
310
359
  type: 'object',
311
360
  },
361
+ {
362
+ description: 'Duplicate access code name detected.',
363
+ properties: {
364
+ created_at: { format: 'date-time', type: 'string' },
365
+ error_code: {
366
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
367
+ enum: ['wyze_duplicate_code_name'],
368
+ type: 'string',
369
+ },
370
+ is_access_code_error: { enum: [true], type: 'boolean' },
371
+ message: { type: 'string' },
372
+ },
373
+ required: ['message', 'is_access_code_error', 'error_code'],
374
+ type: 'object',
375
+ },
376
+ {
377
+ description: 'Potential duplicate access code detected.',
378
+ properties: {
379
+ created_at: { format: 'date-time', type: 'string' },
380
+ error_code: {
381
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
382
+ enum: ['wyze_potential_duplicate_code'],
383
+ type: 'string',
384
+ },
385
+ is_access_code_error: { enum: [true], type: 'boolean' },
386
+ message: { type: 'string' },
387
+ },
388
+ required: ['message', 'is_access_code_error', 'error_code'],
389
+ type: 'object',
390
+ },
391
+ {
392
+ description: 'No valid user level for Oracode.',
393
+ properties: {
394
+ created_at: { format: 'date-time', type: 'string' },
395
+ error_code: {
396
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
397
+ enum: ['dormakaba_oracode_no_valid_user_level'],
398
+ type: 'string',
399
+ },
400
+ is_access_code_error: { enum: [true], type: 'boolean' },
401
+ message: { type: 'string' },
402
+ },
403
+ required: ['message', 'is_access_code_error', 'error_code'],
404
+ type: 'object',
405
+ },
312
406
  {
313
407
  description: 'Account is disconnected',
314
408
  properties: {
@@ -678,6 +772,7 @@ export default {
678
772
  {
679
773
  description: 'Failed to set code on Smart Things device.',
680
774
  properties: {
775
+ created_at: { format: 'date-time', type: 'string' },
681
776
  message: { type: 'string' },
682
777
  warning_code: {
683
778
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -691,6 +786,7 @@ export default {
691
786
  {
692
787
  description: 'Duplicate access code detected.',
693
788
  properties: {
789
+ created_at: { format: 'date-time', type: 'string' },
694
790
  message: { type: 'string' },
695
791
  warning_code: {
696
792
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -704,6 +800,7 @@ export default {
704
800
  {
705
801
  description: 'Received an error when attempting to create this code.',
706
802
  properties: {
803
+ created_at: { format: 'date-time', type: 'string' },
707
804
  message: { type: 'string' },
708
805
  warning_code: {
709
806
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -714,22 +811,10 @@ export default {
714
811
  required: ['message', 'warning_code'],
715
812
  type: 'object',
716
813
  },
717
- {
718
- description: 'Lock is in Office Mode. Access Codes will not unlock doors.',
719
- properties: {
720
- message: { type: 'string' },
721
- warning_code: {
722
- description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
723
- enum: ['salto_office_mode'],
724
- type: 'string',
725
- },
726
- },
727
- required: ['message', 'warning_code'],
728
- type: 'object',
729
- },
730
814
  {
731
815
  description: 'Code was modified or removed externally after Seam successfully set it on the device.',
732
816
  properties: {
817
+ created_at: { format: 'date-time', type: 'string' },
733
818
  message: { type: 'string' },
734
819
  warning_code: {
735
820
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -743,6 +828,7 @@ export default {
743
828
  {
744
829
  description: 'Delay in setting code on device.',
745
830
  properties: {
831
+ created_at: { format: 'date-time', type: 'string' },
746
832
  message: { type: 'string' },
747
833
  warning_code: {
748
834
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -756,6 +842,7 @@ export default {
756
842
  {
757
843
  description: 'Delay in removing code from device.',
758
844
  properties: {
845
+ created_at: { format: 'date-time', type: 'string' },
759
846
  message: { type: 'string' },
760
847
  warning_code: {
761
848
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -769,6 +856,7 @@ export default {
769
856
  {
770
857
  description: 'Third party integration detected that may cause access codes to fail.',
771
858
  properties: {
859
+ created_at: { format: 'date-time', type: 'string' },
772
860
  message: { type: 'string' },
773
861
  warning_code: {
774
862
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -782,6 +870,7 @@ export default {
782
870
  {
783
871
  description: 'Access code has not yet been fully moved to the device.',
784
872
  properties: {
873
+ created_at: { format: 'date-time', type: 'string' },
785
874
  message: { type: 'string' },
786
875
  warning_code: {
787
876
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -792,9 +881,24 @@ export default {
792
881
  required: ['message', 'warning_code'],
793
882
  type: 'object',
794
883
  },
884
+ {
885
+ description: 'August lock is temporarily offline.',
886
+ properties: {
887
+ created_at: { format: 'date-time', type: 'string' },
888
+ message: { type: 'string' },
889
+ warning_code: {
890
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
891
+ enum: ['august_lock_temporarily_offline'],
892
+ type: 'string',
893
+ },
894
+ },
895
+ required: ['message', 'warning_code'],
896
+ type: 'object',
897
+ },
795
898
  {
796
899
  description: 'Algopins must be used within 24 hours.',
797
900
  properties: {
901
+ created_at: { format: 'date-time', type: 'string' },
798
902
  message: { type: 'string' },
799
903
  warning_code: {
800
904
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -808,6 +912,7 @@ export default {
808
912
  {
809
913
  description: 'Management was transferred to another workspace.',
810
914
  properties: {
915
+ created_at: { format: 'date-time', type: 'string' },
811
916
  message: { type: 'string' },
812
917
  warning_code: {
813
918
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -821,6 +926,7 @@ export default {
821
926
  {
822
927
  description: 'Unable to confirm the access code is set on Kwikset device.',
823
928
  properties: {
929
+ created_at: { format: 'date-time', type: 'string' },
824
930
  message: { type: 'string' },
825
931
  warning_code: {
826
932
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -11819,6 +11925,7 @@ export default {
11819
11925
  {
11820
11926
  description: 'Failed to set code on Smart Things device.',
11821
11927
  properties: {
11928
+ created_at: { format: 'date-time', type: 'string' },
11822
11929
  error_code: {
11823
11930
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11824
11931
  enum: ['smartthings_failed_to_set_access_code'],
@@ -11833,6 +11940,7 @@ export default {
11833
11940
  {
11834
11941
  description: 'Failed to set code after multiple retries.',
11835
11942
  properties: {
11943
+ created_at: { format: 'date-time', type: 'string' },
11836
11944
  error_code: {
11837
11945
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11838
11946
  enum: [
@@ -11846,9 +11954,25 @@ export default {
11846
11954
  required: ['message', 'is_access_code_error', 'error_code'],
11847
11955
  type: 'object',
11848
11956
  },
11957
+ {
11958
+ description: 'No free slots available on the device.',
11959
+ properties: {
11960
+ created_at: { format: 'date-time', type: 'string' },
11961
+ error_code: {
11962
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11963
+ enum: ['smartthings_no_free_slots_available'],
11964
+ type: 'string',
11965
+ },
11966
+ is_access_code_error: { enum: [true], type: 'boolean' },
11967
+ message: { type: 'string' },
11968
+ },
11969
+ required: ['message', 'is_access_code_error', 'error_code'],
11970
+ type: 'object',
11971
+ },
11849
11972
  {
11850
11973
  description: 'Failed to set code on device.',
11851
11974
  properties: {
11975
+ created_at: { format: 'date-time', type: 'string' },
11852
11976
  error_code: {
11853
11977
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11854
11978
  enum: ['failed_to_set_on_device'],
@@ -11863,6 +11987,7 @@ export default {
11863
11987
  {
11864
11988
  description: 'Failed to remove code from device.',
11865
11989
  properties: {
11990
+ created_at: { format: 'date-time', type: 'string' },
11866
11991
  error_code: {
11867
11992
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11868
11993
  enum: ['failed_to_remove_from_device'],
@@ -11877,6 +12002,7 @@ export default {
11877
12002
  {
11878
12003
  description: 'Duplicate access code detected on device.',
11879
12004
  properties: {
12005
+ created_at: { format: 'date-time', type: 'string' },
11880
12006
  error_code: {
11881
12007
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11882
12008
  enum: ['duplicate_code_on_device'],
@@ -11891,6 +12017,7 @@ export default {
11891
12017
  {
11892
12018
  description: 'An attempt to modify this access code was prevented.',
11893
12019
  properties: {
12020
+ created_at: { format: 'date-time', type: 'string' },
11894
12021
  error_code: {
11895
12022
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11896
12023
  enum: ['duplicate_code_attempt_prevented'],
@@ -11905,6 +12032,7 @@ export default {
11905
12032
  {
11906
12033
  description: 'Igloohome bridge has too many pending jobs in the queue.',
11907
12034
  properties: {
12035
+ created_at: { format: 'date-time', type: 'string' },
11908
12036
  error_code: {
11909
12037
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11910
12038
  enum: ['igloohome_bridge_too_many_pending_jobs'],
@@ -11919,6 +12047,7 @@ export default {
11919
12047
  {
11920
12048
  description: 'Igloohome bridge is offline.',
11921
12049
  properties: {
12050
+ created_at: { format: 'date-time', type: 'string' },
11922
12051
  error_code: {
11923
12052
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11924
12053
  enum: ['igloohome_bridge_offline'],
@@ -11933,6 +12062,7 @@ export default {
11933
12062
  {
11934
12063
  description: 'Lock as reached max amount of codes.',
11935
12064
  properties: {
12065
+ created_at: { format: 'date-time', type: 'string' },
11936
12066
  error_code: {
11937
12067
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11938
12068
  enum: [
@@ -11949,6 +12079,7 @@ export default {
11949
12079
  {
11950
12080
  description: 'Unable to confirm the access code is set on Kwikset device.',
11951
12081
  properties: {
12082
+ created_at: { format: 'date-time', type: 'string' },
11952
12083
  error_code: {
11953
12084
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11954
12085
  enum: ['kwikset_unable_to_confirm_code'],
@@ -11963,6 +12094,7 @@ export default {
11963
12094
  {
11964
12095
  description: 'Unable to confirm the deletion of the access code on Kwikset device.',
11965
12096
  properties: {
12097
+ created_at: { format: 'date-time', type: 'string' },
11966
12098
  error_code: {
11967
12099
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11968
12100
  enum: ['kwikset_unable_to_confirm_deletion'],
@@ -11977,6 +12109,7 @@ export default {
11977
12109
  {
11978
12110
  description: 'Code was modified or removed externally after Seam successfully set it on the device.',
11979
12111
  properties: {
12112
+ created_at: { format: 'date-time', type: 'string' },
11980
12113
  error_code: {
11981
12114
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11982
12115
  enum: ['code_modified_external_to_seam'],
@@ -11991,6 +12124,7 @@ export default {
11991
12124
  {
11992
12125
  description: 'Invalid code length for August lock.',
11993
12126
  properties: {
12127
+ created_at: { format: 'date-time', type: 'string' },
11994
12128
  error_code: {
11995
12129
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
11996
12130
  enum: ['august_lock_invalid_code_length'],
@@ -12005,6 +12139,7 @@ export default {
12005
12139
  {
12006
12140
  description: 'Access code has not yet been fully moved to the device.',
12007
12141
  properties: {
12142
+ created_at: { format: 'date-time', type: 'string' },
12008
12143
  error_code: {
12009
12144
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12010
12145
  enum: ['august_device_programming_delay'],
@@ -12019,6 +12154,7 @@ export default {
12019
12154
  {
12020
12155
  description: 'All access code slots on the device are full.',
12021
12156
  properties: {
12157
+ created_at: { format: 'date-time', type: 'string' },
12022
12158
  error_code: {
12023
12159
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12024
12160
  enum: ['august_device_slots_full'],
@@ -12033,6 +12169,7 @@ export default {
12033
12169
  {
12034
12170
  description: 'August lock is missing a keypad.',
12035
12171
  properties: {
12172
+ created_at: { format: 'date-time', type: 'string' },
12036
12173
  error_code: {
12037
12174
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12038
12175
  enum: ['august_lock_missing_keypad'],
@@ -12044,12 +12181,28 @@ export default {
12044
12181
  required: ['message', 'is_access_code_error', 'error_code'],
12045
12182
  type: 'object',
12046
12183
  },
12184
+ {
12185
+ description: 'August lock is temporarily offline.',
12186
+ properties: {
12187
+ created_at: { format: 'date-time', type: 'string' },
12188
+ error_code: {
12189
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12190
+ enum: ['august_lock_temporarily_offline'],
12191
+ type: 'string',
12192
+ },
12193
+ is_access_code_error: { enum: [true], type: 'boolean' },
12194
+ message: { type: 'string' },
12195
+ },
12196
+ required: ['message', 'is_access_code_error', 'error_code'],
12197
+ type: 'object',
12198
+ },
12047
12199
  {
12048
12200
  description: 'Salto site user is not subscribed.',
12049
12201
  properties: {
12202
+ created_at: { format: 'date-time', type: 'string' },
12050
12203
  error_code: {
12051
12204
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12052
- enum: ['salto_site_user_not_subscribed'],
12205
+ enum: ['salto_ks_user_not_subscribed'],
12053
12206
  type: 'string',
12054
12207
  },
12055
12208
  is_access_code_error: { enum: [true], type: 'boolean' },
@@ -12061,6 +12214,7 @@ export default {
12061
12214
  {
12062
12215
  description: 'Access code has not yet been fully moved to the device.',
12063
12216
  properties: {
12217
+ created_at: { format: 'date-time', type: 'string' },
12064
12218
  error_code: {
12065
12219
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12066
12220
  enum: ['hubitat_device_programming_delay'],
@@ -12075,6 +12229,7 @@ export default {
12075
12229
  {
12076
12230
  description: 'No free positions available on the device.',
12077
12231
  properties: {
12232
+ created_at: { format: 'date-time', type: 'string' },
12078
12233
  error_code: {
12079
12234
  description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12080
12235
  enum: ['hubitat_no_free_positions_available'],
@@ -12086,6 +12241,51 @@ export default {
12086
12241
  required: ['message', 'is_access_code_error', 'error_code'],
12087
12242
  type: 'object',
12088
12243
  },
12244
+ {
12245
+ description: 'Duplicate access code name detected.',
12246
+ properties: {
12247
+ created_at: { format: 'date-time', type: 'string' },
12248
+ error_code: {
12249
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12250
+ enum: ['wyze_duplicate_code_name'],
12251
+ type: 'string',
12252
+ },
12253
+ is_access_code_error: { enum: [true], type: 'boolean' },
12254
+ message: { type: 'string' },
12255
+ },
12256
+ required: ['message', 'is_access_code_error', 'error_code'],
12257
+ type: 'object',
12258
+ },
12259
+ {
12260
+ description: 'Potential duplicate access code detected.',
12261
+ properties: {
12262
+ created_at: { format: 'date-time', type: 'string' },
12263
+ error_code: {
12264
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12265
+ enum: ['wyze_potential_duplicate_code'],
12266
+ type: 'string',
12267
+ },
12268
+ is_access_code_error: { enum: [true], type: 'boolean' },
12269
+ message: { type: 'string' },
12270
+ },
12271
+ required: ['message', 'is_access_code_error', 'error_code'],
12272
+ type: 'object',
12273
+ },
12274
+ {
12275
+ description: 'No valid user level for Oracode.',
12276
+ properties: {
12277
+ created_at: { format: 'date-time', type: 'string' },
12278
+ error_code: {
12279
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12280
+ enum: ['dormakaba_oracode_no_valid_user_level'],
12281
+ type: 'string',
12282
+ },
12283
+ is_access_code_error: { enum: [true], type: 'boolean' },
12284
+ message: { type: 'string' },
12285
+ },
12286
+ required: ['message', 'is_access_code_error', 'error_code'],
12287
+ type: 'object',
12288
+ },
12089
12289
  {
12090
12290
  description: 'Account is disconnected',
12091
12291
  properties: {
@@ -12413,6 +12613,7 @@ export default {
12413
12613
  {
12414
12614
  description: 'Failed to set code on Smart Things device.',
12415
12615
  properties: {
12616
+ created_at: { format: 'date-time', type: 'string' },
12416
12617
  message: { type: 'string' },
12417
12618
  warning_code: {
12418
12619
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -12426,6 +12627,7 @@ export default {
12426
12627
  {
12427
12628
  description: 'Duplicate access code detected.',
12428
12629
  properties: {
12630
+ created_at: { format: 'date-time', type: 'string' },
12429
12631
  message: { type: 'string' },
12430
12632
  warning_code: {
12431
12633
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -12439,6 +12641,7 @@ export default {
12439
12641
  {
12440
12642
  description: 'Received an error when attempting to create this code.',
12441
12643
  properties: {
12644
+ created_at: { format: 'date-time', type: 'string' },
12442
12645
  message: { type: 'string' },
12443
12646
  warning_code: {
12444
12647
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -12449,22 +12652,10 @@ export default {
12449
12652
  required: ['message', 'warning_code'],
12450
12653
  type: 'object',
12451
12654
  },
12452
- {
12453
- description: 'Lock is in Office Mode. Access Codes will not unlock doors.',
12454
- properties: {
12455
- message: { type: 'string' },
12456
- warning_code: {
12457
- description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
12458
- enum: ['salto_office_mode'],
12459
- type: 'string',
12460
- },
12461
- },
12462
- required: ['message', 'warning_code'],
12463
- type: 'object',
12464
- },
12465
12655
  {
12466
12656
  description: 'Code was modified or removed externally after Seam successfully set it on the device.',
12467
12657
  properties: {
12658
+ created_at: { format: 'date-time', type: 'string' },
12468
12659
  message: { type: 'string' },
12469
12660
  warning_code: {
12470
12661
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -12478,6 +12669,7 @@ export default {
12478
12669
  {
12479
12670
  description: 'Delay in setting code on device.',
12480
12671
  properties: {
12672
+ created_at: { format: 'date-time', type: 'string' },
12481
12673
  message: { type: 'string' },
12482
12674
  warning_code: {
12483
12675
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -12491,6 +12683,7 @@ export default {
12491
12683
  {
12492
12684
  description: 'Delay in removing code from device.',
12493
12685
  properties: {
12686
+ created_at: { format: 'date-time', type: 'string' },
12494
12687
  message: { type: 'string' },
12495
12688
  warning_code: {
12496
12689
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -12504,6 +12697,7 @@ export default {
12504
12697
  {
12505
12698
  description: 'Third party integration detected that may cause access codes to fail.',
12506
12699
  properties: {
12700
+ created_at: { format: 'date-time', type: 'string' },
12507
12701
  message: { type: 'string' },
12508
12702
  warning_code: {
12509
12703
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -12517,6 +12711,7 @@ export default {
12517
12711
  {
12518
12712
  description: 'Access code has not yet been fully moved to the device.',
12519
12713
  properties: {
12714
+ created_at: { format: 'date-time', type: 'string' },
12520
12715
  message: { type: 'string' },
12521
12716
  warning_code: {
12522
12717
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -12527,9 +12722,24 @@ export default {
12527
12722
  required: ['message', 'warning_code'],
12528
12723
  type: 'object',
12529
12724
  },
12725
+ {
12726
+ description: 'August lock is temporarily offline.',
12727
+ properties: {
12728
+ created_at: { format: 'date-time', type: 'string' },
12729
+ message: { type: 'string' },
12730
+ warning_code: {
12731
+ description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
12732
+ enum: ['august_lock_temporarily_offline'],
12733
+ type: 'string',
12734
+ },
12735
+ },
12736
+ required: ['message', 'warning_code'],
12737
+ type: 'object',
12738
+ },
12530
12739
  {
12531
12740
  description: 'Algopins must be used within 24 hours.',
12532
12741
  properties: {
12742
+ created_at: { format: 'date-time', type: 'string' },
12533
12743
  message: { type: 'string' },
12534
12744
  warning_code: {
12535
12745
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -12543,6 +12753,7 @@ export default {
12543
12753
  {
12544
12754
  description: 'Management was transferred to another workspace.',
12545
12755
  properties: {
12756
+ created_at: { format: 'date-time', type: 'string' },
12546
12757
  message: { type: 'string' },
12547
12758
  warning_code: {
12548
12759
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
@@ -12556,6 +12767,7 @@ export default {
12556
12767
  {
12557
12768
  description: 'Unable to confirm the access code is set on Kwikset device.',
12558
12769
  properties: {
12770
+ created_at: { format: 'date-time', type: 'string' },
12559
12771
  message: { type: 'string' },
12560
12772
  warning_code: {
12561
12773
  description: 'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',