@seamapi/types 1.858.0 → 1.860.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.
- package/dist/connect.cjs +0 -161
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +0 -668
- package/dist/index.cjs +0 -161
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -200
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -33
- package/lib/seam/connect/models/access-codes/managed-access-code.js.map +1 -1
- package/lib/seam/connect/models/access-codes/unmanaged-access-code.d.ts +0 -73
- package/lib/seam/connect/models/batch.d.ts +0 -202
- package/lib/seam/connect/openapi.js +0 -146
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -275
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -36
- package/src/lib/seam/connect/openapi.ts +0 -172
- package/src/lib/seam/connect/route-types.ts +0 -308
|
@@ -166,36 +166,6 @@ const openapi: OpenAPISpec = {
|
|
|
166
166
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
167
167
|
type: 'object',
|
|
168
168
|
},
|
|
169
|
-
{
|
|
170
|
-
description: 'No free slots available on the device.',
|
|
171
|
-
properties: {
|
|
172
|
-
created_at: {
|
|
173
|
-
description:
|
|
174
|
-
'Date and time at which Seam created the error.',
|
|
175
|
-
format: 'date-time',
|
|
176
|
-
type: 'string',
|
|
177
|
-
},
|
|
178
|
-
error_code: {
|
|
179
|
-
description:
|
|
180
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
181
|
-
enum: ['smartthings_no_free_slots_available'],
|
|
182
|
-
type: 'string',
|
|
183
|
-
},
|
|
184
|
-
is_access_code_error: {
|
|
185
|
-
description:
|
|
186
|
-
'Indicates that this is an access code error.',
|
|
187
|
-
enum: [true],
|
|
188
|
-
type: 'boolean',
|
|
189
|
-
},
|
|
190
|
-
message: {
|
|
191
|
-
description:
|
|
192
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
193
|
-
type: 'string',
|
|
194
|
-
},
|
|
195
|
-
},
|
|
196
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
197
|
-
type: 'object',
|
|
198
|
-
},
|
|
199
169
|
{
|
|
200
170
|
description: 'Failed to set code on device.',
|
|
201
171
|
properties: {
|
|
@@ -482,37 +452,6 @@ const openapi: OpenAPISpec = {
|
|
|
482
452
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
483
453
|
type: 'object',
|
|
484
454
|
},
|
|
485
|
-
{
|
|
486
|
-
description:
|
|
487
|
-
'Access code has not yet been fully moved to the device.',
|
|
488
|
-
properties: {
|
|
489
|
-
created_at: {
|
|
490
|
-
description:
|
|
491
|
-
'Date and time at which Seam created the error.',
|
|
492
|
-
format: 'date-time',
|
|
493
|
-
type: 'string',
|
|
494
|
-
},
|
|
495
|
-
error_code: {
|
|
496
|
-
description:
|
|
497
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
498
|
-
enum: ['august_device_programming_delay'],
|
|
499
|
-
type: 'string',
|
|
500
|
-
},
|
|
501
|
-
is_access_code_error: {
|
|
502
|
-
description:
|
|
503
|
-
'Indicates that this is an access code error.',
|
|
504
|
-
enum: [true],
|
|
505
|
-
type: 'boolean',
|
|
506
|
-
},
|
|
507
|
-
message: {
|
|
508
|
-
description:
|
|
509
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
510
|
-
type: 'string',
|
|
511
|
-
},
|
|
512
|
-
},
|
|
513
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
514
|
-
type: 'object',
|
|
515
|
-
},
|
|
516
455
|
{
|
|
517
456
|
description: 'August lock is missing a keypad.',
|
|
518
457
|
properties: {
|
|
@@ -1895,31 +1834,6 @@ const openapi: OpenAPISpec = {
|
|
|
1895
1834
|
required: ['message', 'warning_code'],
|
|
1896
1835
|
type: 'object',
|
|
1897
1836
|
},
|
|
1898
|
-
{
|
|
1899
|
-
description:
|
|
1900
|
-
'Access code has not yet been fully moved to the device.',
|
|
1901
|
-
properties: {
|
|
1902
|
-
created_at: {
|
|
1903
|
-
description:
|
|
1904
|
-
'Date and time at which Seam created the warning.',
|
|
1905
|
-
format: 'date-time',
|
|
1906
|
-
type: 'string',
|
|
1907
|
-
},
|
|
1908
|
-
message: {
|
|
1909
|
-
description:
|
|
1910
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
1911
|
-
type: 'string',
|
|
1912
|
-
},
|
|
1913
|
-
warning_code: {
|
|
1914
|
-
description:
|
|
1915
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
1916
|
-
enum: ['august_device_programming_delay'],
|
|
1917
|
-
type: 'string',
|
|
1918
|
-
},
|
|
1919
|
-
},
|
|
1920
|
-
required: ['message', 'warning_code'],
|
|
1921
|
-
type: 'object',
|
|
1922
|
-
},
|
|
1923
1837
|
{
|
|
1924
1838
|
description: 'August lock is temporarily offline.',
|
|
1925
1839
|
properties: {
|
|
@@ -27460,36 +27374,6 @@ const openapi: OpenAPISpec = {
|
|
|
27460
27374
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
27461
27375
|
type: 'object',
|
|
27462
27376
|
},
|
|
27463
|
-
{
|
|
27464
|
-
description: 'No free slots available on the device.',
|
|
27465
|
-
properties: {
|
|
27466
|
-
created_at: {
|
|
27467
|
-
description:
|
|
27468
|
-
'Date and time at which Seam created the error.',
|
|
27469
|
-
format: 'date-time',
|
|
27470
|
-
type: 'string',
|
|
27471
|
-
},
|
|
27472
|
-
error_code: {
|
|
27473
|
-
description:
|
|
27474
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
27475
|
-
enum: ['smartthings_no_free_slots_available'],
|
|
27476
|
-
type: 'string',
|
|
27477
|
-
},
|
|
27478
|
-
is_access_code_error: {
|
|
27479
|
-
description:
|
|
27480
|
-
'Indicates that this is an access code error.',
|
|
27481
|
-
enum: [true],
|
|
27482
|
-
type: 'boolean',
|
|
27483
|
-
},
|
|
27484
|
-
message: {
|
|
27485
|
-
description:
|
|
27486
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
27487
|
-
type: 'string',
|
|
27488
|
-
},
|
|
27489
|
-
},
|
|
27490
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
27491
|
-
type: 'object',
|
|
27492
|
-
},
|
|
27493
27377
|
{
|
|
27494
27378
|
description: 'Failed to set code on device.',
|
|
27495
27379
|
properties: {
|
|
@@ -27776,37 +27660,6 @@ const openapi: OpenAPISpec = {
|
|
|
27776
27660
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
27777
27661
|
type: 'object',
|
|
27778
27662
|
},
|
|
27779
|
-
{
|
|
27780
|
-
description:
|
|
27781
|
-
'Access code has not yet been fully moved to the device.',
|
|
27782
|
-
properties: {
|
|
27783
|
-
created_at: {
|
|
27784
|
-
description:
|
|
27785
|
-
'Date and time at which Seam created the error.',
|
|
27786
|
-
format: 'date-time',
|
|
27787
|
-
type: 'string',
|
|
27788
|
-
},
|
|
27789
|
-
error_code: {
|
|
27790
|
-
description:
|
|
27791
|
-
'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
27792
|
-
enum: ['august_device_programming_delay'],
|
|
27793
|
-
type: 'string',
|
|
27794
|
-
},
|
|
27795
|
-
is_access_code_error: {
|
|
27796
|
-
description:
|
|
27797
|
-
'Indicates that this is an access code error.',
|
|
27798
|
-
enum: [true],
|
|
27799
|
-
type: 'boolean',
|
|
27800
|
-
},
|
|
27801
|
-
message: {
|
|
27802
|
-
description:
|
|
27803
|
-
'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
27804
|
-
type: 'string',
|
|
27805
|
-
},
|
|
27806
|
-
},
|
|
27807
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
27808
|
-
type: 'object',
|
|
27809
|
-
},
|
|
27810
27663
|
{
|
|
27811
27664
|
description: 'August lock is missing a keypad.',
|
|
27812
27665
|
properties: {
|
|
@@ -28878,31 +28731,6 @@ const openapi: OpenAPISpec = {
|
|
|
28878
28731
|
required: ['message', 'warning_code'],
|
|
28879
28732
|
type: 'object',
|
|
28880
28733
|
},
|
|
28881
|
-
{
|
|
28882
|
-
description:
|
|
28883
|
-
'Access code has not yet been fully moved to the device.',
|
|
28884
|
-
properties: {
|
|
28885
|
-
created_at: {
|
|
28886
|
-
description:
|
|
28887
|
-
'Date and time at which Seam created the warning.',
|
|
28888
|
-
format: 'date-time',
|
|
28889
|
-
type: 'string',
|
|
28890
|
-
},
|
|
28891
|
-
message: {
|
|
28892
|
-
description:
|
|
28893
|
-
'Detailed description of the warning. Provides insights into the issue and potentially how to rectify it.',
|
|
28894
|
-
type: 'string',
|
|
28895
|
-
},
|
|
28896
|
-
warning_code: {
|
|
28897
|
-
description:
|
|
28898
|
-
'Unique identifier of the type of warning. Enables quick recognition and categorization of the issue.',
|
|
28899
|
-
enum: ['august_device_programming_delay'],
|
|
28900
|
-
type: 'string',
|
|
28901
|
-
},
|
|
28902
|
-
},
|
|
28903
|
-
required: ['message', 'warning_code'],
|
|
28904
|
-
type: 'object',
|
|
28905
|
-
},
|
|
28906
28734
|
{
|
|
28907
28735
|
description: 'August lock is temporarily offline.',
|
|
28908
28736
|
properties: {
|