@seamapi/types 1.504.0 → 1.506.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 +16 -6
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +22 -4
- package/dist/index.cjs +16 -6
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/openapi.d.ts +19 -3
- package/lib/seam/connect/openapi.js +16 -6
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -1
- package/package.json +1 -1
- package/src/lib/seam/connect/openapi.ts +18 -6
- package/src/lib/seam/connect/route-types.ts +3 -1
package/dist/connect.cjs
CHANGED
|
@@ -51327,17 +51327,24 @@ var openapi_default = {
|
|
|
51327
51327
|
{
|
|
51328
51328
|
in: "query",
|
|
51329
51329
|
name: "space_ids",
|
|
51330
|
-
required: true,
|
|
51331
51330
|
schema: {
|
|
51332
51331
|
description: "IDs of the spaces that you want to get along with their related resources.",
|
|
51333
51332
|
items: { format: "uuid", type: "string" },
|
|
51334
51333
|
type: "array"
|
|
51335
51334
|
}
|
|
51336
51335
|
},
|
|
51336
|
+
{
|
|
51337
|
+
in: "query",
|
|
51338
|
+
name: "space_keys",
|
|
51339
|
+
schema: {
|
|
51340
|
+
description: "Keys of the spaces that you want to get along with their related resources.",
|
|
51341
|
+
items: { type: "string" },
|
|
51342
|
+
type: "array"
|
|
51343
|
+
}
|
|
51344
|
+
},
|
|
51337
51345
|
{
|
|
51338
51346
|
in: "query",
|
|
51339
51347
|
name: "include",
|
|
51340
|
-
required: false,
|
|
51341
51348
|
schema: {
|
|
51342
51349
|
items: {
|
|
51343
51350
|
enum: [
|
|
@@ -51355,7 +51362,6 @@ var openapi_default = {
|
|
|
51355
51362
|
{
|
|
51356
51363
|
in: "query",
|
|
51357
51364
|
name: "exclude",
|
|
51358
|
-
required: false,
|
|
51359
51365
|
schema: {
|
|
51360
51366
|
items: {
|
|
51361
51367
|
enum: [
|
|
@@ -51472,9 +51478,13 @@ var openapi_default = {
|
|
|
51472
51478
|
description: "IDs of the spaces that you want to get along with their related resources.",
|
|
51473
51479
|
items: { format: "uuid", type: "string" },
|
|
51474
51480
|
type: "array"
|
|
51481
|
+
},
|
|
51482
|
+
space_keys: {
|
|
51483
|
+
description: "Keys of the spaces that you want to get along with their related resources.",
|
|
51484
|
+
items: { type: "string" },
|
|
51485
|
+
type: "array"
|
|
51475
51486
|
}
|
|
51476
51487
|
},
|
|
51477
|
-
required: ["space_ids"],
|
|
51478
51488
|
type: "object"
|
|
51479
51489
|
}
|
|
51480
51490
|
}
|
|
@@ -58865,7 +58875,7 @@ var openapi_default = {
|
|
|
58865
58875
|
"x-fern-sdk-group-name": ["workspaces"],
|
|
58866
58876
|
"x-fern-sdk-method-name": "update",
|
|
58867
58877
|
"x-response-key": null,
|
|
58868
|
-
"x-title": "
|
|
58878
|
+
"x-title": "Update a Workspace"
|
|
58869
58879
|
},
|
|
58870
58880
|
post: {
|
|
58871
58881
|
description: "Updates the [workspace](https://docs.seam.co/latest/core-concepts/workspaces) associated with the authentication value.",
|
|
@@ -58935,7 +58945,7 @@ var openapi_default = {
|
|
|
58935
58945
|
"x-fern-sdk-group-name": ["workspaces"],
|
|
58936
58946
|
"x-fern-sdk-method-name": "update",
|
|
58937
58947
|
"x-response-key": null,
|
|
58938
|
-
"x-title": "
|
|
58948
|
+
"x-title": "Update a Workspace"
|
|
58939
58949
|
}
|
|
58940
58950
|
}
|
|
58941
58951
|
},
|