@seamapi/types 1.1061.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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.1061.0",
3
+ "version": "1.1062.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -70432,7 +70432,7 @@ const openapi: OpenAPISpec = {
70432
70432
  },
70433
70433
  organization_id: {
70434
70434
  description:
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.',
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.',
70436
70436
  format: 'uuid',
70437
70437
  type: 'string',
70438
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