@seamapi/types 1.581.0 → 1.583.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 +4 -57
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +40 -257
- package/dist/index.cjs +4 -57
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-codes/managed-access-code.d.ts +0 -71
- package/lib/seam/connect/models/access-codes/managed-access-code.js +0 -9
- 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 -26
- package/lib/seam/connect/models/batch.d.ts +0 -144
- package/lib/seam/connect/openapi.d.ts +40 -0
- package/lib/seam/connect/openapi.js +4 -52
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +0 -117
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-codes/managed-access-code.ts +0 -10
- package/src/lib/seam/connect/openapi.ts +4 -60
- package/src/lib/seam/connect/route-types.ts +0 -130
|
@@ -460,32 +460,6 @@ export default {
|
|
|
460
460
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
461
461
|
type: 'object',
|
|
462
462
|
},
|
|
463
|
-
{
|
|
464
|
-
description: 'All access code slots on the device are full.',
|
|
465
|
-
properties: {
|
|
466
|
-
created_at: {
|
|
467
|
-
description: 'Date and time at which Seam created the error.',
|
|
468
|
-
format: 'date-time',
|
|
469
|
-
type: 'string',
|
|
470
|
-
},
|
|
471
|
-
error_code: {
|
|
472
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
473
|
-
enum: ['august_device_slots_full'],
|
|
474
|
-
type: 'string',
|
|
475
|
-
},
|
|
476
|
-
is_access_code_error: {
|
|
477
|
-
description: 'Indicates that this is an access code error.',
|
|
478
|
-
enum: [true],
|
|
479
|
-
type: 'boolean',
|
|
480
|
-
},
|
|
481
|
-
message: {
|
|
482
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
483
|
-
type: 'string',
|
|
484
|
-
},
|
|
485
|
-
},
|
|
486
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
487
|
-
type: 'object',
|
|
488
|
-
},
|
|
489
463
|
{
|
|
490
464
|
description: 'August lock is missing a keypad.',
|
|
491
465
|
properties: {
|
|
@@ -19342,32 +19316,6 @@ export default {
|
|
|
19342
19316
|
required: ['message', 'is_access_code_error', 'error_code'],
|
|
19343
19317
|
type: 'object',
|
|
19344
19318
|
},
|
|
19345
|
-
{
|
|
19346
|
-
description: 'All access code slots on the device are full.',
|
|
19347
|
-
properties: {
|
|
19348
|
-
created_at: {
|
|
19349
|
-
description: 'Date and time at which Seam created the error.',
|
|
19350
|
-
format: 'date-time',
|
|
19351
|
-
type: 'string',
|
|
19352
|
-
},
|
|
19353
|
-
error_code: {
|
|
19354
|
-
description: 'Unique identifier of the type of error. Enables quick recognition and categorization of the issue.',
|
|
19355
|
-
enum: ['august_device_slots_full'],
|
|
19356
|
-
type: 'string',
|
|
19357
|
-
},
|
|
19358
|
-
is_access_code_error: {
|
|
19359
|
-
description: 'Indicates that this is an access code error.',
|
|
19360
|
-
enum: [true],
|
|
19361
|
-
type: 'boolean',
|
|
19362
|
-
},
|
|
19363
|
-
message: {
|
|
19364
|
-
description: 'Detailed description of the error. Provides insights into the issue and potentially how to rectify it.',
|
|
19365
|
-
type: 'string',
|
|
19366
|
-
},
|
|
19367
|
-
},
|
|
19368
|
-
required: ['message', 'is_access_code_error', 'error_code'],
|
|
19369
|
-
type: 'object',
|
|
19370
|
-
},
|
|
19371
19319
|
{
|
|
19372
19320
|
description: 'August lock is missing a keypad.',
|
|
19373
19321
|
properties: {
|
|
@@ -23300,6 +23248,7 @@ export default {
|
|
|
23300
23248
|
},
|
|
23301
23249
|
security: [
|
|
23302
23250
|
{ client_session: [] },
|
|
23251
|
+
{ client_session_with_customer: [] },
|
|
23303
23252
|
{ pat_with_workspace: [] },
|
|
23304
23253
|
{ console_session_with_workspace: [] },
|
|
23305
23254
|
{ api_key: [] },
|
|
@@ -23425,6 +23374,7 @@ export default {
|
|
|
23425
23374
|
},
|
|
23426
23375
|
security: [
|
|
23427
23376
|
{ client_session: [] },
|
|
23377
|
+
{ client_session_with_customer: [] },
|
|
23428
23378
|
{ pat_with_workspace: [] },
|
|
23429
23379
|
{ console_session_with_workspace: [] },
|
|
23430
23380
|
{ api_key: [] },
|
|
@@ -25329,6 +25279,7 @@ export default {
|
|
|
25329
25279
|
},
|
|
25330
25280
|
security: [
|
|
25331
25281
|
{ client_session: [] },
|
|
25282
|
+
{ client_session_with_customer: [] },
|
|
25332
25283
|
{ pat_with_workspace: [] },
|
|
25333
25284
|
{ console_session_with_workspace: [] },
|
|
25334
25285
|
{ api_key: [] },
|
|
@@ -25389,6 +25340,7 @@ export default {
|
|
|
25389
25340
|
},
|
|
25390
25341
|
security: [
|
|
25391
25342
|
{ client_session: [] },
|
|
25343
|
+
{ client_session_with_customer: [] },
|
|
25392
25344
|
{ pat_with_workspace: [] },
|
|
25393
25345
|
{ console_session_with_workspace: [] },
|
|
25394
25346
|
{ api_key: [] },
|