@seamapi/types 1.665.0 → 1.666.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
@@ -54482,7 +54482,7 @@ var openapi_default = {
54482
54482
  parameters: [
54483
54483
  {
54484
54484
  in: "query",
54485
- name: "workspace_slug",
54485
+ name: "slug",
54486
54486
  required: true,
54487
54487
  schema: {
54488
54488
  description: "Workspace slug",
@@ -54549,13 +54549,13 @@ var openapi_default = {
54549
54549
  minLength: 1,
54550
54550
  type: "string"
54551
54551
  },
54552
- workspace_slug: {
54552
+ slug: {
54553
54553
  description: "Workspace slug",
54554
54554
  minLength: 1,
54555
54555
  type: "string"
54556
54556
  }
54557
54557
  },
54558
- required: ["workspace_slug"],
54558
+ required: ["slug"],
54559
54559
  type: "object"
54560
54560
  }
54561
54561
  }
@@ -56961,7 +56961,8 @@ var openapi_default = {
56961
56961
  ],
56962
56962
  type: "string"
56963
56963
  },
56964
- ok: { type: "boolean" }
56964
+ ok: { type: "boolean" },
56965
+ slug: { nullable: true, type: "string" }
56965
56966
  },
56966
56967
  required: ["ok"],
56967
56968
  type: "object"
@@ -57003,7 +57004,8 @@ var openapi_default = {
57003
57004
  ],
57004
57005
  type: "string"
57005
57006
  },
57006
- ok: { type: "boolean" }
57007
+ ok: { type: "boolean" },
57008
+ slug: { nullable: true, type: "string" }
57007
57009
  },
57008
57010
  required: ["ok"],
57009
57011
  type: "object"
@@ -57045,6 +57047,11 @@ var openapi_default = {
57045
57047
  "property_tours"
57046
57048
  ],
57047
57049
  type: "string"
57050
+ },
57051
+ slug: {
57052
+ description: "Slug to set on the workspace.",
57053
+ nullable: true,
57054
+ type: "string"
57048
57055
  }
57049
57056
  },
57050
57057
  type: "object"
@@ -57095,6 +57102,11 @@ var openapi_default = {
57095
57102
  "property_tours"
57096
57103
  ],
57097
57104
  type: "string"
57105
+ },
57106
+ slug: {
57107
+ description: "Slug to set on the workspace.",
57108
+ nullable: true,
57109
+ type: "string"
57098
57110
  }
57099
57111
  },
57100
57112
  type: "object"