@seamapi/types 1.979.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 +24 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +28 -26
- package/dist/index.cjs +24 -5
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/acs/acs-access-group.d.ts +13 -13
- package/lib/seam/connect/models/acs/acs-access-group.js +1 -0
- package/lib/seam/connect/models/acs/acs-access-group.js.map +1 -1
- package/lib/seam/connect/openapi.js +18 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +16 -14
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +20 -0
- package/src/lib/seam/connect/route-types.ts +16 -0
package/dist/connect.cjs
CHANGED
|
@@ -3466,7 +3466,8 @@ var acs_access_group_external_type = zod.z.enum([
|
|
|
3466
3466
|
"dormakaba_community_access_group",
|
|
3467
3467
|
"dormakaba_ambiance_access_group",
|
|
3468
3468
|
"avigilon_alta_group",
|
|
3469
|
-
"kisi_access_group"
|
|
3469
|
+
"kisi_access_group",
|
|
3470
|
+
"akiles_member_group"
|
|
3470
3471
|
]);
|
|
3471
3472
|
var common_acs_access_group_error = zod.z.object({
|
|
3472
3473
|
created_at: zod.z.string().datetime().describe("Date and time at which Seam created the error."),
|
|
@@ -10042,7 +10043,8 @@ var openapi = {
|
|
|
10042
10043
|
"dormakaba_community_access_group",
|
|
10043
10044
|
"dormakaba_ambiance_access_group",
|
|
10044
10045
|
"avigilon_alta_group",
|
|
10045
|
-
"kisi_access_group"
|
|
10046
|
+
"kisi_access_group",
|
|
10047
|
+
"akiles_member_group"
|
|
10046
10048
|
],
|
|
10047
10049
|
type: "string",
|
|
10048
10050
|
"x-deprecated": "Use `external_type`."
|
|
@@ -10137,7 +10139,8 @@ var openapi = {
|
|
|
10137
10139
|
"dormakaba_community_access_group",
|
|
10138
10140
|
"dormakaba_ambiance_access_group",
|
|
10139
10141
|
"avigilon_alta_group",
|
|
10140
|
-
"kisi_access_group"
|
|
10142
|
+
"kisi_access_group",
|
|
10143
|
+
"akiles_member_group"
|
|
10141
10144
|
],
|
|
10142
10145
|
type: "string"
|
|
10143
10146
|
},
|
|
@@ -35265,7 +35268,8 @@ var openapi = {
|
|
|
35265
35268
|
"dormakaba_community_access_group",
|
|
35266
35269
|
"dormakaba_ambiance_access_group",
|
|
35267
35270
|
"avigilon_alta_group",
|
|
35268
|
-
"kisi_access_group"
|
|
35271
|
+
"kisi_access_group",
|
|
35272
|
+
"akiles_member_group"
|
|
35269
35273
|
],
|
|
35270
35274
|
type: "string",
|
|
35271
35275
|
"x-deprecated": "Use `external_type`."
|
|
@@ -35360,7 +35364,8 @@ var openapi = {
|
|
|
35360
35364
|
"dormakaba_community_access_group",
|
|
35361
35365
|
"dormakaba_ambiance_access_group",
|
|
35362
35366
|
"avigilon_alta_group",
|
|
35363
|
-
"kisi_access_group"
|
|
35367
|
+
"kisi_access_group",
|
|
35368
|
+
"akiles_member_group"
|
|
35364
35369
|
],
|
|
35365
35370
|
type: "string"
|
|
35366
35371
|
},
|
|
@@ -52015,6 +52020,15 @@ var openapi = {
|
|
|
52015
52020
|
type: "string"
|
|
52016
52021
|
}
|
|
52017
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
|
+
},
|
|
52018
52032
|
{
|
|
52019
52033
|
in: "query",
|
|
52020
52034
|
name: "location_id",
|
|
@@ -52131,6 +52145,11 @@ var openapi = {
|
|
|
52131
52145
|
"application/json": {
|
|
52132
52146
|
schema: {
|
|
52133
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
|
+
},
|
|
52134
52153
|
acs_credential_id: {
|
|
52135
52154
|
description: "ID of the credential for which you want to retrieve all entrances.",
|
|
52136
52155
|
format: "uuid",
|