@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.
@@ -96582,7 +96582,7 @@ declare const _default: {
96582
96582
  minLength: number;
96583
96583
  type: string;
96584
96584
  };
96585
- workspace_slug: {
96585
+ slug: {
96586
96586
  description: string;
96587
96587
  minLength: number;
96588
96588
  type: string;
@@ -99188,6 +99188,10 @@ declare const _default: {
99188
99188
  ok: {
99189
99189
  type: string;
99190
99190
  };
99191
+ slug: {
99192
+ nullable: boolean;
99193
+ type: string;
99194
+ };
99191
99195
  };
99192
99196
  required: string[];
99193
99197
  type: string;
@@ -99236,6 +99240,10 @@ declare const _default: {
99236
99240
  ok: {
99237
99241
  type: string;
99238
99242
  };
99243
+ slug: {
99244
+ nullable: boolean;
99245
+ type: string;
99246
+ };
99239
99247
  };
99240
99248
  required: string[];
99241
99249
  type: string;
@@ -99282,6 +99290,11 @@ declare const _default: {
99282
99290
  enum: string[];
99283
99291
  type: string;
99284
99292
  };
99293
+ slug: {
99294
+ description: string;
99295
+ nullable: boolean;
99296
+ type: string;
99297
+ };
99285
99298
  };
99286
99299
  type: string;
99287
99300
  };
@@ -99340,6 +99353,11 @@ declare const _default: {
99340
99353
  enum: string[];
99341
99354
  type: string;
99342
99355
  };
99356
+ slug: {
99357
+ description: string;
99358
+ nullable: boolean;
99359
+ type: string;
99360
+ };
99343
99361
  };
99344
99362
  type: string;
99345
99363
  };
@@ -165078,7 +165096,7 @@ type Routes = {
165078
165096
  jsonBody: {};
165079
165097
  commonParams: {
165080
165098
  /** Workspace slug */
165081
- workspace_slug: string;
165099
+ slug: string;
165082
165100
  /** Connector name/type. If not provided, workspace_slug will be used as connector_name */
165083
165101
  connector_name?: string | undefined;
165084
165102
  };
@@ -167393,6 +167411,7 @@ type Routes = {
167393
167411
  jsonResponse: {
167394
167412
  /** Business vertical of the customer portal. */
167395
167413
  business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
167414
+ slug?: (string | null) | undefined;
167396
167415
  };
167397
167416
  maxDuration: undefined;
167398
167417
  };
@@ -167403,6 +167422,8 @@ type Routes = {
167403
167422
  jsonBody: {
167404
167423
  /** Business vertical to set on the workspace. */
167405
167424
  business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
167425
+ /** Slug to set on the workspace. */
167426
+ slug?: (string | null) | undefined;
167406
167427
  };
167407
167428
  commonParams: {};
167408
167429
  formData: {};
package/dist/index.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"