@seamapi/types 1.491.0 → 1.493.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 +56 -7
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +6300 -50
- package/dist/index.cjs +56 -7
- 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/models/batch.d.ts +10870 -2434
- package/lib/seam/connect/models/batch.js +5 -0
- package/lib/seam/connect/models/batch.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +48 -0
- package/lib/seam/connect/openapi.js +44 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2033 -49
- package/package.json +1 -1
- package/src/lib/seam/connect/models/acs/acs-access-group.ts +1 -0
- package/src/lib/seam/connect/models/batch.ts +5 -0
- package/src/lib/seam/connect/openapi.ts +44 -0
- package/src/lib/seam/connect/route-types.ts +2255 -25
package/dist/index.cjs
CHANGED
|
@@ -2344,7 +2344,8 @@ var acs_access_group_external_type = zod.z.enum([
|
|
|
2344
2344
|
"salto_ks_access_group",
|
|
2345
2345
|
"brivo_group",
|
|
2346
2346
|
"salto_space_group",
|
|
2347
|
-
"dormakaba_community_access_group"
|
|
2347
|
+
"dormakaba_community_access_group",
|
|
2348
|
+
"dormakaba_ambiance_access_group"
|
|
2348
2349
|
]);
|
|
2349
2350
|
var common_acs_access_group_warning = zod.z.object({
|
|
2350
2351
|
created_at: zod.z.string().datetime().describe("Date and time at which Seam created the warning."),
|
|
@@ -5334,7 +5335,9 @@ zod.z.object({
|
|
|
5334
5335
|
access_methods: access_method.array().optional(),
|
|
5335
5336
|
access_grants: access_grant.array().optional(),
|
|
5336
5337
|
events: seam_event.array().optional(),
|
|
5337
|
-
instant_keys: instant_key.array().optional()
|
|
5338
|
+
instant_keys: instant_key.array().optional(),
|
|
5339
|
+
access_codes: access_code.array().optional(),
|
|
5340
|
+
unmanaged_access_codes: unmanaged_access_code.array().optional()
|
|
5338
5341
|
}).describe("A batch of workspace resources.");
|
|
5339
5342
|
var batch = zod.z.object({
|
|
5340
5343
|
batch_type: zod.z.enum([
|
|
@@ -5363,7 +5366,9 @@ var batch = zod.z.object({
|
|
|
5363
5366
|
access_methods: access_method.array().optional(),
|
|
5364
5367
|
access_grants: access_grant.array().optional(),
|
|
5365
5368
|
events: seam_event.array().optional(),
|
|
5366
|
-
instant_keys: instant_key.array().optional()
|
|
5369
|
+
instant_keys: instant_key.array().optional(),
|
|
5370
|
+
access_codes: access_code.array().optional(),
|
|
5371
|
+
unmanaged_access_codes: unmanaged_access_code.array().optional()
|
|
5367
5372
|
}).describe("A batch of workspace resources.");
|
|
5368
5373
|
var bridge = zod.z.object({
|
|
5369
5374
|
bridge_id: zod.z.string().uuid().describe("ID of Seam Bridge."),
|
|
@@ -7305,7 +7310,8 @@ var openapi_default = {
|
|
|
7305
7310
|
"salto_ks_access_group",
|
|
7306
7311
|
"brivo_group",
|
|
7307
7312
|
"salto_space_group",
|
|
7308
|
-
"dormakaba_community_access_group"
|
|
7313
|
+
"dormakaba_community_access_group",
|
|
7314
|
+
"dormakaba_ambiance_access_group"
|
|
7309
7315
|
],
|
|
7310
7316
|
type: "string",
|
|
7311
7317
|
"x-deprecated": "Use `external_type`."
|
|
@@ -7344,7 +7350,8 @@ var openapi_default = {
|
|
|
7344
7350
|
"salto_ks_access_group",
|
|
7345
7351
|
"brivo_group",
|
|
7346
7352
|
"salto_space_group",
|
|
7347
|
-
"dormakaba_community_access_group"
|
|
7353
|
+
"dormakaba_community_access_group",
|
|
7354
|
+
"dormakaba_ambiance_access_group"
|
|
7348
7355
|
],
|
|
7349
7356
|
type: "string"
|
|
7350
7357
|
},
|
|
@@ -25605,7 +25612,8 @@ var openapi_default = {
|
|
|
25605
25612
|
"salto_ks_access_group",
|
|
25606
25613
|
"brivo_group",
|
|
25607
25614
|
"salto_space_group",
|
|
25608
|
-
"dormakaba_community_access_group"
|
|
25615
|
+
"dormakaba_community_access_group",
|
|
25616
|
+
"dormakaba_ambiance_access_group"
|
|
25609
25617
|
],
|
|
25610
25618
|
type: "string",
|
|
25611
25619
|
"x-deprecated": "Use `external_type`."
|
|
@@ -25644,7 +25652,8 @@ var openapi_default = {
|
|
|
25644
25652
|
"salto_ks_access_group",
|
|
25645
25653
|
"brivo_group",
|
|
25646
25654
|
"salto_space_group",
|
|
25647
|
-
"dormakaba_community_access_group"
|
|
25655
|
+
"dormakaba_community_access_group",
|
|
25656
|
+
"dormakaba_ambiance_access_group"
|
|
25648
25657
|
],
|
|
25649
25658
|
type: "string"
|
|
25650
25659
|
},
|
|
@@ -31840,6 +31849,10 @@ var openapi_default = {
|
|
|
31840
31849
|
batch: {
|
|
31841
31850
|
description: "A batch of workspace resources.",
|
|
31842
31851
|
properties: {
|
|
31852
|
+
access_codes: {
|
|
31853
|
+
items: { $ref: "#/components/schemas/access_code" },
|
|
31854
|
+
type: "array"
|
|
31855
|
+
},
|
|
31843
31856
|
access_grants: {
|
|
31844
31857
|
items: { $ref: "#/components/schemas/access_grant" },
|
|
31845
31858
|
type: "array"
|
|
@@ -31919,6 +31932,12 @@ var openapi_default = {
|
|
|
31919
31932
|
items: { $ref: "#/components/schemas/space" },
|
|
31920
31933
|
type: "array"
|
|
31921
31934
|
},
|
|
31935
|
+
unmanaged_access_codes: {
|
|
31936
|
+
items: {
|
|
31937
|
+
$ref: "#/components/schemas/unmanaged_access_code"
|
|
31938
|
+
},
|
|
31939
|
+
type: "array"
|
|
31940
|
+
},
|
|
31922
31941
|
unmanaged_acs_access_groups: {
|
|
31923
31942
|
items: {
|
|
31924
31943
|
$ref: "#/components/schemas/unmanaged_acs_access_group"
|
|
@@ -32025,6 +32044,10 @@ var openapi_default = {
|
|
|
32025
32044
|
batch: {
|
|
32026
32045
|
description: "A batch of workspace resources.",
|
|
32027
32046
|
properties: {
|
|
32047
|
+
access_codes: {
|
|
32048
|
+
items: { $ref: "#/components/schemas/access_code" },
|
|
32049
|
+
type: "array"
|
|
32050
|
+
},
|
|
32028
32051
|
access_grants: {
|
|
32029
32052
|
items: { $ref: "#/components/schemas/access_grant" },
|
|
32030
32053
|
type: "array"
|
|
@@ -32104,6 +32127,12 @@ var openapi_default = {
|
|
|
32104
32127
|
items: { $ref: "#/components/schemas/space" },
|
|
32105
32128
|
type: "array"
|
|
32106
32129
|
},
|
|
32130
|
+
unmanaged_access_codes: {
|
|
32131
|
+
items: {
|
|
32132
|
+
$ref: "#/components/schemas/unmanaged_access_code"
|
|
32133
|
+
},
|
|
32134
|
+
type: "array"
|
|
32135
|
+
},
|
|
32107
32136
|
unmanaged_acs_access_groups: {
|
|
32108
32137
|
items: {
|
|
32109
32138
|
$ref: "#/components/schemas/unmanaged_acs_access_group"
|
|
@@ -57941,6 +57970,10 @@ var openapi_default = {
|
|
|
57941
57970
|
batch: {
|
|
57942
57971
|
description: "A batch of workspace resources.",
|
|
57943
57972
|
properties: {
|
|
57973
|
+
access_codes: {
|
|
57974
|
+
items: { $ref: "#/components/schemas/access_code" },
|
|
57975
|
+
type: "array"
|
|
57976
|
+
},
|
|
57944
57977
|
access_grants: {
|
|
57945
57978
|
items: { $ref: "#/components/schemas/access_grant" },
|
|
57946
57979
|
type: "array"
|
|
@@ -58020,6 +58053,12 @@ var openapi_default = {
|
|
|
58020
58053
|
items: { $ref: "#/components/schemas/space" },
|
|
58021
58054
|
type: "array"
|
|
58022
58055
|
},
|
|
58056
|
+
unmanaged_access_codes: {
|
|
58057
|
+
items: {
|
|
58058
|
+
$ref: "#/components/schemas/unmanaged_access_code"
|
|
58059
|
+
},
|
|
58060
|
+
type: "array"
|
|
58061
|
+
},
|
|
58023
58062
|
unmanaged_acs_access_groups: {
|
|
58024
58063
|
items: {
|
|
58025
58064
|
$ref: "#/components/schemas/unmanaged_acs_access_group"
|
|
@@ -58103,6 +58142,10 @@ var openapi_default = {
|
|
|
58103
58142
|
batch: {
|
|
58104
58143
|
description: "A batch of workspace resources.",
|
|
58105
58144
|
properties: {
|
|
58145
|
+
access_codes: {
|
|
58146
|
+
items: { $ref: "#/components/schemas/access_code" },
|
|
58147
|
+
type: "array"
|
|
58148
|
+
},
|
|
58106
58149
|
access_grants: {
|
|
58107
58150
|
items: { $ref: "#/components/schemas/access_grant" },
|
|
58108
58151
|
type: "array"
|
|
@@ -58182,6 +58225,12 @@ var openapi_default = {
|
|
|
58182
58225
|
items: { $ref: "#/components/schemas/space" },
|
|
58183
58226
|
type: "array"
|
|
58184
58227
|
},
|
|
58228
|
+
unmanaged_access_codes: {
|
|
58229
|
+
items: {
|
|
58230
|
+
$ref: "#/components/schemas/unmanaged_access_code"
|
|
58231
|
+
},
|
|
58232
|
+
type: "array"
|
|
58233
|
+
},
|
|
58185
58234
|
unmanaged_acs_access_groups: {
|
|
58186
58235
|
items: {
|
|
58187
58236
|
$ref: "#/components/schemas/unmanaged_acs_access_group"
|