@seamapi/types 1.725.0 → 1.726.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.
@@ -60598,7 +60598,7 @@ export type Routes = {
60598
60598
  resource_key: string;
60599
60599
  } | undefined;
60600
60600
  /** Business vertical of the customer portal. */
60601
- business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
60601
+ business_vertical?: ('neutral' | 'short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
60602
60602
  };
60603
60603
  };
60604
60604
  maxDuration: undefined;
@@ -60715,6 +60715,18 @@ export type Routes = {
60715
60715
  };
60716
60716
  maxDuration: undefined;
60717
60717
  };
60718
+ '/seam/customer/v1/settings/business_verticals/list': {
60719
+ route: '/seam/customer/v1/settings/business_verticals/list';
60720
+ method: 'GET' | 'POST';
60721
+ queryParams: {};
60722
+ jsonBody: {};
60723
+ commonParams: {};
60724
+ formData: {};
60725
+ jsonResponse: {
60726
+ business_verticals: ('neutral' | 'short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours')[];
60727
+ };
60728
+ maxDuration: undefined;
60729
+ };
60718
60730
  '/seam/customer/v1/settings/get': {
60719
60731
  route: '/seam/customer/v1/settings/get';
60720
60732
  method: 'GET' | 'POST';
@@ -60724,7 +60736,7 @@ export type Routes = {
60724
60736
  formData: {};
60725
60737
  jsonResponse: {
60726
60738
  /** Business vertical of the customer portal. */
60727
- business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
60739
+ business_vertical?: ('neutral' | 'short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
60728
60740
  slug?: (string | null) | undefined;
60729
60741
  };
60730
60742
  maxDuration: undefined;
@@ -60735,7 +60747,7 @@ export type Routes = {
60735
60747
  queryParams: {};
60736
60748
  jsonBody: {
60737
60749
  /** Business vertical to set on the workspace. */
60738
- business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
60750
+ business_vertical?: ('neutral' | 'short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
60739
60751
  /** Slug to set on the workspace. */
60740
60752
  slug?: (string | null) | undefined;
60741
60753
  };
@@ -60744,6 +60756,63 @@ export type Routes = {
60744
60756
  jsonResponse: {};
60745
60757
  maxDuration: undefined;
60746
60758
  };
60759
+ '/seam/customer/v1/settings/vertical_resource_aliases/get': {
60760
+ route: '/seam/customer/v1/settings/vertical_resource_aliases/get';
60761
+ method: 'GET' | 'POST';
60762
+ queryParams: {};
60763
+ jsonBody: {};
60764
+ commonParams: {};
60765
+ formData: {};
60766
+ jsonResponse: {
60767
+ vertical_resource_aliases: {
60768
+ /** Primary space alias for this vertical. */
60769
+ space: {
60770
+ /** The key alias for a single resource. */
60771
+ resource_key: string;
60772
+ /** Human-readable label for a single resource. */
60773
+ resource_label: string;
60774
+ /** The key alias for a collection of resources. */
60775
+ collection_key: string;
60776
+ /** Human-readable label for a collection of resources. */
60777
+ collection_label: string;
60778
+ };
60779
+ /** Additional space aliases relevant to this vertical. */
60780
+ additional_spaces: {
60781
+ /** The key alias for a single resource. */
60782
+ resource_key: string;
60783
+ /** Human-readable label for a single resource. */
60784
+ resource_label: string;
60785
+ /** The key alias for a collection of resources. */
60786
+ collection_key: string;
60787
+ /** Human-readable label for a collection of resources. */
60788
+ collection_label: string;
60789
+ }[];
60790
+ /** Primary user identity alias for this vertical. */
60791
+ user_identity: {
60792
+ /** The key alias for a single resource. */
60793
+ resource_key: string;
60794
+ /** Human-readable label for a single resource. */
60795
+ resource_label: string;
60796
+ /** The key alias for a collection of resources. */
60797
+ collection_key: string;
60798
+ /** Human-readable label for a collection of resources. */
60799
+ collection_label: string;
60800
+ };
60801
+ /** Primary access grant alias for this vertical. */
60802
+ access_grant: {
60803
+ /** The key alias for a single resource. */
60804
+ resource_key: string;
60805
+ /** Human-readable label for a single resource. */
60806
+ resource_label: string;
60807
+ /** The key alias for a collection of resources. */
60808
+ collection_key: string;
60809
+ /** Human-readable label for a collection of resources. */
60810
+ collection_label: string;
60811
+ };
60812
+ };
60813
+ };
60814
+ maxDuration: undefined;
60815
+ };
60747
60816
  '/seam/customer/v1/spaces/create': {
60748
60817
  route: '/seam/customer/v1/spaces/create';
60749
60818
  method: 'POST';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.725.0",
3
+ "version": "1.726.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -91,7 +91,7 @@
91
91
  "zod": "^3.24.0"
92
92
  },
93
93
  "devDependencies": {
94
- "@seamapi/blueprint": "^0.53.0",
94
+ "@seamapi/blueprint": "^0.53.2",
95
95
  "@swc/core": "^1.11.29",
96
96
  "@types/node": "^24.10.9",
97
97
  "del-cli": "^7.0.0",
@@ -2,6 +2,7 @@ import { z } from 'zod'
2
2
 
3
3
  export const business_vertical = z
4
4
  .enum([
5
+ 'neutral',
5
6
  'short_term_rental',
6
7
  'hospitality',
7
8
  'multi_family',