@seamapi/types 1.978.0 → 1.979.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 +90 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +245 -20
- package/dist/index.cjs +90 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-entrance.d.ts +49 -0
- package/lib/seam/connect/models/acs/acs-entrance.js +4 -0
- package/lib/seam/connect/models/acs/acs-entrance.js.map +1 -1
- package/lib/seam/connect/models/acs/acs-system.d.ts +7 -7
- package/lib/seam/connect/models/acs/acs-system.js +1 -0
- package/lib/seam/connect/models/acs/acs-system.js.map +1 -1
- package/lib/seam/connect/models/acs/metadata/akiles.d.ts +33 -0
- package/lib/seam/connect/models/acs/metadata/akiles.js +25 -0
- package/lib/seam/connect/models/acs/metadata/akiles.js.map +1 -0
- package/lib/seam/connect/models/phones/phone-session.d.ts +188 -0
- package/lib/seam/connect/openapi.js +72 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +190 -14
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-entrance.ts +6 -0
- package/src/lib/seam/connect/models/acs/acs-system.ts +1 -0
- package/src/lib/seam/connect/models/acs/metadata/akiles.ts +31 -0
- package/src/lib/seam/connect/openapi.ts +78 -0
- package/src/lib/seam/connect/route-types.ts +267 -0
|
@@ -3399,6 +3399,41 @@ const openapi = {
|
|
|
3399
3399
|
format: 'uuid',
|
|
3400
3400
|
type: 'string',
|
|
3401
3401
|
},
|
|
3402
|
+
akiles_metadata: {
|
|
3403
|
+
description: 'Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
|
|
3404
|
+
properties: {
|
|
3405
|
+
actions: {
|
|
3406
|
+
description: 'Actions the gadget exposes (for example, open).',
|
|
3407
|
+
items: {
|
|
3408
|
+
properties: {
|
|
3409
|
+
id: {
|
|
3410
|
+
description: 'ID of the gadget action.',
|
|
3411
|
+
type: 'string',
|
|
3412
|
+
},
|
|
3413
|
+
name: {
|
|
3414
|
+
description: 'Name of the gadget action.',
|
|
3415
|
+
type: 'string',
|
|
3416
|
+
},
|
|
3417
|
+
},
|
|
3418
|
+
type: 'object',
|
|
3419
|
+
},
|
|
3420
|
+
type: 'array',
|
|
3421
|
+
},
|
|
3422
|
+
gadget_id: {
|
|
3423
|
+
description: 'ID of the Akiles gadget.',
|
|
3424
|
+
type: 'string',
|
|
3425
|
+
},
|
|
3426
|
+
site_id: {
|
|
3427
|
+
description: 'ID of the Akiles site the gadget belongs to.',
|
|
3428
|
+
type: 'string',
|
|
3429
|
+
},
|
|
3430
|
+
site_name: {
|
|
3431
|
+
description: 'Name of the Akiles site the gadget belongs to.',
|
|
3432
|
+
type: 'string',
|
|
3433
|
+
},
|
|
3434
|
+
},
|
|
3435
|
+
type: 'object',
|
|
3436
|
+
},
|
|
3402
3437
|
assa_abloy_vostio_metadata: {
|
|
3403
3438
|
description: 'ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
|
|
3404
3439
|
properties: {
|
|
@@ -4095,6 +4130,7 @@ const openapi = {
|
|
|
4095
4130
|
'assa_abloy_vostio_credential_service',
|
|
4096
4131
|
'hotek_site',
|
|
4097
4132
|
'kisi_organization',
|
|
4133
|
+
'akiles_organization',
|
|
4098
4134
|
],
|
|
4099
4135
|
type: 'string',
|
|
4100
4136
|
},
|
|
@@ -4149,6 +4185,7 @@ const openapi = {
|
|
|
4149
4185
|
'assa_abloy_vostio_credential_service',
|
|
4150
4186
|
'hotek_site',
|
|
4151
4187
|
'kisi_organization',
|
|
4188
|
+
'akiles_organization',
|
|
4152
4189
|
],
|
|
4153
4190
|
type: 'string',
|
|
4154
4191
|
'x-deprecated': 'Use `external_type`.',
|
|
@@ -24977,6 +25014,41 @@ const openapi = {
|
|
|
24977
25014
|
format: 'uuid',
|
|
24978
25015
|
type: 'string',
|
|
24979
25016
|
},
|
|
25017
|
+
akiles_metadata: {
|
|
25018
|
+
description: 'Akiles-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
|
|
25019
|
+
properties: {
|
|
25020
|
+
actions: {
|
|
25021
|
+
description: 'Actions the gadget exposes (for example, open).',
|
|
25022
|
+
items: {
|
|
25023
|
+
properties: {
|
|
25024
|
+
id: {
|
|
25025
|
+
description: 'ID of the gadget action.',
|
|
25026
|
+
type: 'string',
|
|
25027
|
+
},
|
|
25028
|
+
name: {
|
|
25029
|
+
description: 'Name of the gadget action.',
|
|
25030
|
+
type: 'string',
|
|
25031
|
+
},
|
|
25032
|
+
},
|
|
25033
|
+
type: 'object',
|
|
25034
|
+
},
|
|
25035
|
+
type: 'array',
|
|
25036
|
+
},
|
|
25037
|
+
gadget_id: {
|
|
25038
|
+
description: 'ID of the Akiles gadget.',
|
|
25039
|
+
type: 'string',
|
|
25040
|
+
},
|
|
25041
|
+
site_id: {
|
|
25042
|
+
description: 'ID of the Akiles site the gadget belongs to.',
|
|
25043
|
+
type: 'string',
|
|
25044
|
+
},
|
|
25045
|
+
site_name: {
|
|
25046
|
+
description: 'Name of the Akiles site the gadget belongs to.',
|
|
25047
|
+
type: 'string',
|
|
25048
|
+
},
|
|
25049
|
+
},
|
|
25050
|
+
type: 'object',
|
|
25051
|
+
},
|
|
24980
25052
|
assa_abloy_vostio_metadata: {
|
|
24981
25053
|
description: 'ASSA ABLOY Vostio-specific metadata associated with the [entrance](https://docs.seam.co/low-level-apis/access-systems/retrieving-entrance-details).',
|
|
24982
25054
|
properties: {
|