@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
package/dist/connect.cjs
CHANGED
|
@@ -52020,6 +52020,15 @@ var openapi = {
|
|
|
52020
52020
|
type: "string"
|
|
52021
52021
|
}
|
|
52022
52022
|
},
|
|
52023
|
+
{
|
|
52024
|
+
in: "query",
|
|
52025
|
+
name: "access_method_id",
|
|
52026
|
+
schema: {
|
|
52027
|
+
description: "ID of the access method for which you want to retrieve all entrances to which it grants access.",
|
|
52028
|
+
format: "uuid",
|
|
52029
|
+
type: "string"
|
|
52030
|
+
}
|
|
52031
|
+
},
|
|
52023
52032
|
{
|
|
52024
52033
|
in: "query",
|
|
52025
52034
|
name: "location_id",
|
|
@@ -52136,6 +52145,11 @@ var openapi = {
|
|
|
52136
52145
|
"application/json": {
|
|
52137
52146
|
schema: {
|
|
52138
52147
|
properties: {
|
|
52148
|
+
access_method_id: {
|
|
52149
|
+
description: "ID of the access method for which you want to retrieve all entrances to which it grants access.",
|
|
52150
|
+
format: "uuid",
|
|
52151
|
+
type: "string"
|
|
52152
|
+
},
|
|
52139
52153
|
acs_credential_id: {
|
|
52140
52154
|
description: "ID of the credential for which you want to retrieve all entrances.",
|
|
52141
52155
|
format: "uuid",
|