@seamapi/types 1.897.0 → 1.898.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 CHANGED
@@ -80284,6 +80284,17 @@ var openapi = {
80284
80284
  type: "array"
80285
80285
  },
80286
80286
  name: { description: "Name of the space.", type: "string" },
80287
+ parent_space_id: {
80288
+ description: "Reassign this space to the parent space (site) with this `parent_space_id`.",
80289
+ format: "uuid",
80290
+ type: "string",
80291
+ "x-undocumented": "Only used internally."
80292
+ },
80293
+ parent_space_key: {
80294
+ description: "Reassign this space to the parent space (site) with this `parent_space_key`.",
80295
+ type: "string",
80296
+ "x-undocumented": "Only used internally."
80297
+ },
80287
80298
  space_id: {
80288
80299
  description: "ID of the space that you want to update.",
80289
80300
  format: "uuid",
@@ -80374,6 +80385,17 @@ var openapi = {
80374
80385
  type: "array"
80375
80386
  },
80376
80387
  name: { description: "Name of the space.", type: "string" },
80388
+ parent_space_id: {
80389
+ description: "Reassign this space to the parent space (site) with this `parent_space_id`.",
80390
+ format: "uuid",
80391
+ type: "string",
80392
+ "x-undocumented": "Only used internally."
80393
+ },
80394
+ parent_space_key: {
80395
+ description: "Reassign this space to the parent space (site) with this `parent_space_key`.",
80396
+ type: "string",
80397
+ "x-undocumented": "Only used internally."
80398
+ },
80377
80399
  space_id: {
80378
80400
  description: "ID of the space that you want to update.",
80379
80401
  format: "uuid",