@seamapi/types 1.603.0 → 1.604.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 +25 -0
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +50 -0
- package/dist/index.cjs +25 -0
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/access-grants/access-grant.d.ts +6 -0
- package/lib/seam/connect/models/access-grants/access-grant.js +4 -0
- package/lib/seam/connect/models/access-grants/access-grant.js.map +1 -1
- package/lib/seam/connect/models/batch.d.ts +15 -0
- package/lib/seam/connect/openapi.d.ts +24 -0
- package/lib/seam/connect/openapi.js +24 -0
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +18 -0
- package/package.json +1 -1
- package/src/lib/seam/connect/models/access-grants/access-grant.ts +4 -0
- package/src/lib/seam/connect/openapi.ts +26 -0
- package/src/lib/seam/connect/route-types.ts +18 -0
package/dist/connect.cjs
CHANGED
|
@@ -2352,6 +2352,7 @@ var access_grant = zod.z.object({
|
|
|
2352
2352
|
workspace_id: zod.z.string().uuid().describe("ID of the Seam workspace associated with the Access Grant."),
|
|
2353
2353
|
access_grant_id: zod.z.string().uuid().describe("ID of the Access Grant."),
|
|
2354
2354
|
access_grant_key: zod.z.string().optional().describe("Unique key for the access grant within the workspace."),
|
|
2355
|
+
reservation_key: zod.z.string().optional().describe("Reservation key for the access grant."),
|
|
2355
2356
|
user_identity_id: zod.z.string().uuid().describe("ID of user identity to which the Access Grant gives access."),
|
|
2356
2357
|
location_ids: zod.z.array(zod.z.string().uuid()).describe(`
|
|
2357
2358
|
---
|
|
@@ -7400,6 +7401,10 @@ var openapi_default = {
|
|
|
7400
7401
|
},
|
|
7401
7402
|
type: "array"
|
|
7402
7403
|
},
|
|
7404
|
+
reservation_key: {
|
|
7405
|
+
description: "Reservation key for the access grant.",
|
|
7406
|
+
type: "string"
|
|
7407
|
+
},
|
|
7403
7408
|
space_ids: {
|
|
7404
7409
|
description: "IDs of the spaces to which the Access Grant gives access.",
|
|
7405
7410
|
items: { format: "uuid", type: "string" },
|
|
@@ -31312,6 +31317,10 @@ var openapi_default = {
|
|
|
31312
31317
|
},
|
|
31313
31318
|
type: "array"
|
|
31314
31319
|
},
|
|
31320
|
+
reservation_key: {
|
|
31321
|
+
description: "Reservation key for the access grant.",
|
|
31322
|
+
type: "string"
|
|
31323
|
+
},
|
|
31315
31324
|
space_ids: {
|
|
31316
31325
|
description: "Set of IDs of existing spaces to which access is being granted.",
|
|
31317
31326
|
items: { format: "uuid", type: "string" },
|
|
@@ -32197,6 +32206,10 @@ var openapi_default = {
|
|
|
32197
32206
|
},
|
|
32198
32207
|
type: "array"
|
|
32199
32208
|
},
|
|
32209
|
+
reservation_key: {
|
|
32210
|
+
description: "Reservation key for the access grant.",
|
|
32211
|
+
type: "string"
|
|
32212
|
+
},
|
|
32200
32213
|
space_ids: {
|
|
32201
32214
|
description: "IDs of the spaces to which the Access Grant gives access.",
|
|
32202
32215
|
items: { format: "uuid", type: "string" },
|
|
@@ -32405,6 +32418,10 @@ var openapi_default = {
|
|
|
32405
32418
|
},
|
|
32406
32419
|
type: "array"
|
|
32407
32420
|
},
|
|
32421
|
+
reservation_key: {
|
|
32422
|
+
description: "Reservation key for the access grant.",
|
|
32423
|
+
type: "string"
|
|
32424
|
+
},
|
|
32408
32425
|
space_ids: {
|
|
32409
32426
|
description: "IDs of the spaces to which the Access Grant gives access.",
|
|
32410
32427
|
items: { format: "uuid", type: "string" },
|
|
@@ -32628,6 +32645,10 @@ var openapi_default = {
|
|
|
32628
32645
|
},
|
|
32629
32646
|
type: "array"
|
|
32630
32647
|
},
|
|
32648
|
+
reservation_key: {
|
|
32649
|
+
description: "Reservation key for the access grant.",
|
|
32650
|
+
type: "string"
|
|
32651
|
+
},
|
|
32631
32652
|
space_ids: {
|
|
32632
32653
|
description: "IDs of the spaces to which the Access Grant gives access.",
|
|
32633
32654
|
items: { format: "uuid", type: "string" },
|
|
@@ -32848,6 +32869,10 @@ var openapi_default = {
|
|
|
32848
32869
|
},
|
|
32849
32870
|
type: "array"
|
|
32850
32871
|
},
|
|
32872
|
+
reservation_key: {
|
|
32873
|
+
description: "Reservation key for the access grant.",
|
|
32874
|
+
type: "string"
|
|
32875
|
+
},
|
|
32851
32876
|
space_ids: {
|
|
32852
32877
|
description: "IDs of the spaces to which the Access Grant gives access.",
|
|
32853
32878
|
items: { format: "uuid", type: "string" },
|