@seamapi/types 1.1046.0 → 1.1047.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.
|
@@ -117005,7 +117005,7 @@ export type Routes = {
|
|
|
117005
117005
|
jsonBody: {
|
|
117006
117006
|
/** Name of the new workspace. */
|
|
117007
117007
|
name: string;
|
|
117008
|
-
/** ID of the organization to associate with the new workspace. */
|
|
117008
|
+
/** ID of the organization to associate with the new workspace. If omitted, the new workspace is associated with the organization that you administer, if you administer exactly one. */
|
|
117009
117009
|
organization_id?: string | undefined;
|
|
117010
117010
|
/** Company name for the new workspace. */
|
|
117011
117011
|
company_name?: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@seamapi/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1047.0",
|
|
4
4
|
"description": "TypeScript types for the Seam API.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
}
|
|
78
78
|
},
|
|
79
79
|
"devDependencies": {
|
|
80
|
-
"@seamapi/blueprint": "^1.9.
|
|
80
|
+
"@seamapi/blueprint": "^1.9.1",
|
|
81
81
|
"@types/node": "^24.10.9",
|
|
82
82
|
"concurrently": "^9.2.0",
|
|
83
83
|
"del-cli": "^7.0.0",
|
|
@@ -70245,7 +70245,7 @@ const openapi: OpenAPISpec = {
|
|
|
70245
70245
|
},
|
|
70246
70246
|
organization_id: {
|
|
70247
70247
|
description:
|
|
70248
|
-
'ID of the organization to associate with the new workspace.',
|
|
70248
|
+
'ID of the organization to associate with the new workspace. If omitted, the new workspace is associated with the organization that you administer, if you administer exactly one.',
|
|
70249
70249
|
format: 'uuid',
|
|
70250
70250
|
type: 'string',
|
|
70251
70251
|
},
|
|
@@ -140066,7 +140066,7 @@ export type Routes = {
|
|
|
140066
140066
|
jsonBody: {
|
|
140067
140067
|
/** Name of the new workspace. */
|
|
140068
140068
|
name: string
|
|
140069
|
-
/** ID of the organization to associate with the new workspace. */
|
|
140069
|
+
/** ID of the organization to associate with the new workspace. If omitted, the new workspace is associated with the organization that you administer, if you administer exactly one. */
|
|
140070
140070
|
organization_id?: string | undefined
|
|
140071
140071
|
/** Company name for the new workspace. */
|
|
140072
140072
|
company_name?: string | undefined
|