@seamapi/types 1.980.0 → 1.981.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 +14 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -0
- package/dist/index.cjs +14 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.js +14 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +16 -0
- package/src/lib/seam/connect/route-types.ts +2 -0
|
@@ -44352,6 +44352,15 @@ const openapi = {
|
|
|
44352
44352
|
type: 'string',
|
|
44353
44353
|
},
|
|
44354
44354
|
},
|
|
44355
|
+
{
|
|
44356
|
+
in: 'query',
|
|
44357
|
+
name: 'access_method_id',
|
|
44358
|
+
schema: {
|
|
44359
|
+
description: 'ID of the access method for which you want to retrieve all entrances to which it grants access.',
|
|
44360
|
+
format: 'uuid',
|
|
44361
|
+
type: 'string',
|
|
44362
|
+
},
|
|
44363
|
+
},
|
|
44355
44364
|
{
|
|
44356
44365
|
in: 'query',
|
|
44357
44366
|
name: 'location_id',
|
|
@@ -44468,6 +44477,11 @@ const openapi = {
|
|
|
44468
44477
|
'application/json': {
|
|
44469
44478
|
schema: {
|
|
44470
44479
|
properties: {
|
|
44480
|
+
access_method_id: {
|
|
44481
|
+
description: 'ID of the access method for which you want to retrieve all entrances to which it grants access.',
|
|
44482
|
+
format: 'uuid',
|
|
44483
|
+
type: 'string',
|
|
44484
|
+
},
|
|
44471
44485
|
acs_credential_id: {
|
|
44472
44486
|
description: 'ID of the credential for which you want to retrieve all entrances.',
|
|
44473
44487
|
format: 'uuid',
|