@seamapi/types 1.1060.0 → 1.1062.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.
|
@@ -117838,7 +117838,7 @@ export type Routes = {
|
|
|
117838
117838
|
jsonBody: {
|
|
117839
117839
|
/** Name of the new workspace. */
|
|
117840
117840
|
name: string;
|
|
117841
|
-
/** 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. */
|
|
117841
|
+
/** 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. If you administer no organization, Seam creates one for you and associates the new workspace with it. */
|
|
117842
117842
|
organization_id?: string | undefined;
|
|
117843
117843
|
/** Company name for the new workspace. */
|
|
117844
117844
|
company_name?: string | undefined;
|
package/package.json
CHANGED
|
@@ -38426,11 +38426,6 @@ const openapi: OpenAPISpec = {
|
|
|
38426
38426
|
scheme: 'bearer',
|
|
38427
38427
|
type: 'http',
|
|
38428
38428
|
},
|
|
38429
|
-
delegated_agent: {
|
|
38430
|
-
bearerFormat: 'Delegated Agent Session Token',
|
|
38431
|
-
scheme: 'bearer',
|
|
38432
|
-
type: 'http',
|
|
38433
|
-
},
|
|
38434
38429
|
internal_service_agent: {
|
|
38435
38430
|
bearerFormat: 'Internal Service Agent Key',
|
|
38436
38431
|
scheme: 'bearer',
|
|
@@ -70437,7 +70432,7 @@ const openapi: OpenAPISpec = {
|
|
|
70437
70432
|
},
|
|
70438
70433
|
organization_id: {
|
|
70439
70434
|
description:
|
|
70440
|
-
'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.',
|
|
70435
|
+
'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. If you administer no organization, Seam creates one for you and associates the new workspace with it.',
|
|
70441
70436
|
format: 'uuid',
|
|
70442
70437
|
type: 'string',
|
|
70443
70438
|
},
|
|
@@ -141120,7 +141120,7 @@ export type Routes = {
|
|
|
141120
141120
|
jsonBody: {
|
|
141121
141121
|
/** Name of the new workspace. */
|
|
141122
141122
|
name: string
|
|
141123
|
-
/** 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. */
|
|
141123
|
+
/** 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. If you administer no organization, Seam creates one for you and associates the new workspace with it. */
|
|
141124
141124
|
organization_id?: string | undefined
|
|
141125
141125
|
/** Company name for the new workspace. */
|
|
141126
141126
|
company_name?: string | undefined
|