@seamapi/types 1.651.0 → 1.652.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.
@@ -84713,9 +84713,15 @@ declare const _default: {
84713
84713
  };
84714
84714
  };
84715
84715
  is_embedded: boolean;
84716
+ locale: string;
84716
84717
  };
84717
84718
  description: string;
84718
84719
  properties: {
84720
+ customization_profile_id: {
84721
+ description: string;
84722
+ format: string;
84723
+ type: string;
84724
+ };
84719
84725
  features: {
84720
84726
  default: {};
84721
84727
  properties: {
@@ -84733,11 +84739,6 @@ declare const _default: {
84733
84739
  description: string;
84734
84740
  type: string;
84735
84741
  };
84736
- customization_profile_id: {
84737
- description: string;
84738
- format: string;
84739
- type: string;
84740
- };
84741
84742
  exclude: {
84742
84743
  default: boolean;
84743
84744
  description: string;
@@ -85039,6 +85040,12 @@ declare const _default: {
85039
85040
  };
85040
85041
  type: string;
85041
85042
  };
85043
+ locale: {
85044
+ default: string;
85045
+ description: string;
85046
+ enum: string[];
85047
+ type: string;
85048
+ };
85042
85049
  customer_data?: never;
85043
85050
  };
85044
85051
  type: string;
@@ -85820,9 +85827,11 @@ declare const _default: {
85820
85827
  required: string[];
85821
85828
  type: string;
85822
85829
  };
85830
+ customization_profile_id?: never;
85823
85831
  features?: never;
85824
85832
  is_embedded?: never;
85825
85833
  landing_page?: never;
85834
+ locale?: never;
85826
85835
  };
85827
85836
  type: string;
85828
85837
  default?: never;
@@ -97239,6 +97248,11 @@ declare const _default: {
97239
97248
  enum: string[];
97240
97249
  type: string;
97241
97250
  };
97251
+ customization_profile_id: {
97252
+ description: string;
97253
+ format: string;
97254
+ type: string;
97255
+ };
97242
97256
  features: {
97243
97257
  default: {
97244
97258
  $ref: string;
@@ -97260,11 +97274,6 @@ declare const _default: {
97260
97274
  description: string;
97261
97275
  type: string;
97262
97276
  };
97263
- customization_profile_id: {
97264
- description: string;
97265
- format: string;
97266
- type: string;
97267
- };
97268
97277
  exclude: {
97269
97278
  default: boolean;
97270
97279
  description: string;
@@ -97574,6 +97583,12 @@ declare const _default: {
97574
97583
  };
97575
97584
  type: string;
97576
97585
  };
97586
+ locale: {
97587
+ default: string;
97588
+ description: string;
97589
+ enum: string[];
97590
+ type: string;
97591
+ };
97577
97592
  };
97578
97593
  type: string;
97579
97594
  };
@@ -97640,6 +97655,11 @@ declare const _default: {
97640
97655
  enum: string[];
97641
97656
  type: string;
97642
97657
  };
97658
+ customization_profile_id: {
97659
+ description: string;
97660
+ format: string;
97661
+ type: string;
97662
+ };
97643
97663
  features: {
97644
97664
  default: {
97645
97665
  $ref: string;
@@ -97661,11 +97681,6 @@ declare const _default: {
97661
97681
  description: string;
97662
97682
  type: string;
97663
97683
  };
97664
- customization_profile_id: {
97665
- description: string;
97666
- format: string;
97667
- type: string;
97668
- };
97669
97684
  exclude: {
97670
97685
  default: boolean;
97671
97686
  description: string;
@@ -97975,6 +97990,12 @@ declare const _default: {
97975
97990
  };
97976
97991
  type: string;
97977
97992
  };
97993
+ locale: {
97994
+ default: string;
97995
+ description: string;
97996
+ enum: string[];
97997
+ type: string;
97998
+ };
97978
97999
  };
97979
98000
  type: string;
97980
98001
  };
@@ -138468,8 +138489,6 @@ type Routes = {
138468
138489
  configure?: {
138469
138490
  /** Whether to exclude this feature from the portal. */
138470
138491
  exclude?: boolean;
138471
- /** The ID of the customization profile to use for the portal. */
138472
- customization_profile_id?: string | undefined;
138473
138492
  /** Indicates whether the customer can customize the access automation rules for their properties. */
138474
138493
  allow_access_automation_rule_customization?: boolean;
138475
138494
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */
@@ -138508,6 +138527,10 @@ type Routes = {
138508
138527
  access_grant_key: string;
138509
138528
  })) | undefined;
138510
138529
  } | undefined;
138530
+ /** The locale to use for the portal. */
138531
+ locale?: 'en-US' | 'pt-PT' | 'auto';
138532
+ /** The ID of the customization profile to use for the portal. */
138533
+ customization_profile_id?: string | undefined;
138511
138534
  } & {
138512
138535
  customer_data?: {
138513
138536
  /** Your unique identifier for the customer. */
@@ -166193,8 +166216,6 @@ type Routes = {
166193
166216
  configure?: {
166194
166217
  /** Whether to exclude this feature from the portal. */
166195
166218
  exclude?: boolean;
166196
- /** The ID of the customization profile to use for the portal. */
166197
- customization_profile_id?: string | undefined;
166198
166219
  /** Indicates whether the customer can customize the access automation rules for their properties. */
166199
166220
  allow_access_automation_rule_customization?: boolean;
166200
166221
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */
@@ -166233,6 +166254,10 @@ type Routes = {
166233
166254
  access_grant_key: string;
166234
166255
  })) | undefined;
166235
166256
  } | undefined;
166257
+ /** The locale to use for the portal. */
166258
+ locale?: 'en-US' | 'pt-PT' | 'auto';
166259
+ /** The ID of the customization profile to use for the portal. */
166260
+ customization_profile_id?: string | undefined;
166236
166261
  /** Business vertical of the customer portal. */
166237
166262
  business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
166238
166263
  };
package/dist/index.cjs CHANGED
@@ -43278,10 +43278,16 @@ var openapi_default = {
43278
43278
  manage_devices: { exclude: false },
43279
43279
  organize: { exclude: false }
43280
43280
  },
43281
- is_embedded: false
43281
+ is_embedded: false,
43282
+ locale: "auto"
43282
43283
  },
43283
43284
  description: "Configuration for a customer portal",
43284
43285
  properties: {
43286
+ customization_profile_id: {
43287
+ description: "The ID of the customization profile to use for the portal.",
43288
+ format: "uuid",
43289
+ type: "string"
43290
+ },
43285
43291
  features: {
43286
43292
  default: {},
43287
43293
  properties: {
@@ -43299,11 +43305,6 @@ var openapi_default = {
43299
43305
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
43300
43306
  type: "boolean"
43301
43307
  },
43302
- customization_profile_id: {
43303
- description: "The ID of the customization profile to use for the portal.",
43304
- format: "uuid",
43305
- type: "string"
43306
- },
43307
43308
  exclude: {
43308
43309
  default: false,
43309
43310
  description: "Whether to exclude this feature from the portal.",
@@ -43496,6 +43497,12 @@ var openapi_default = {
43496
43497
  }
43497
43498
  },
43498
43499
  type: "object"
43500
+ },
43501
+ locale: {
43502
+ default: "auto",
43503
+ description: "The locale to use for the portal.",
43504
+ enum: ["en-US", "pt-PT", "auto"],
43505
+ type: "string"
43499
43506
  }
43500
43507
  },
43501
43508
  type: "object"
@@ -55536,6 +55543,11 @@ var openapi_default = {
55536
55543
  ],
55537
55544
  type: "string"
55538
55545
  },
55546
+ customization_profile_id: {
55547
+ description: "The ID of the customization profile to use for the portal.",
55548
+ format: "uuid",
55549
+ type: "string"
55550
+ },
55539
55551
  features: {
55540
55552
  default: { $ref: "#/components/schemas/access_code" },
55541
55553
  properties: {
@@ -55555,11 +55567,6 @@ var openapi_default = {
55555
55567
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
55556
55568
  type: "boolean"
55557
55569
  },
55558
- customization_profile_id: {
55559
- description: "The ID of the customization profile to use for the portal.",
55560
- format: "uuid",
55561
- type: "string"
55562
- },
55563
55570
  exclude: {
55564
55571
  default: false,
55565
55572
  description: "Whether to exclude this feature from the portal.",
@@ -55762,6 +55769,12 @@ var openapi_default = {
55762
55769
  }
55763
55770
  },
55764
55771
  type: "object"
55772
+ },
55773
+ locale: {
55774
+ default: "auto",
55775
+ description: "The locale to use for the portal.",
55776
+ enum: ["en-US", "pt-PT", "auto"],
55777
+ type: "string"
55765
55778
  }
55766
55779
  },
55767
55780
  type: "object"
@@ -55827,6 +55840,11 @@ var openapi_default = {
55827
55840
  ],
55828
55841
  type: "string"
55829
55842
  },
55843
+ customization_profile_id: {
55844
+ description: "The ID of the customization profile to use for the portal.",
55845
+ format: "uuid",
55846
+ type: "string"
55847
+ },
55830
55848
  features: {
55831
55849
  default: { $ref: "#/components/schemas/access_code" },
55832
55850
  properties: {
@@ -55846,11 +55864,6 @@ var openapi_default = {
55846
55864
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
55847
55865
  type: "boolean"
55848
55866
  },
55849
- customization_profile_id: {
55850
- description: "The ID of the customization profile to use for the portal.",
55851
- format: "uuid",
55852
- type: "string"
55853
- },
55854
55867
  exclude: {
55855
55868
  default: false,
55856
55869
  description: "Whether to exclude this feature from the portal.",
@@ -56053,6 +56066,12 @@ var openapi_default = {
56053
56066
  }
56054
56067
  },
56055
56068
  type: "object"
56069
+ },
56070
+ locale: {
56071
+ default: "auto",
56072
+ description: "The locale to use for the portal.",
56073
+ enum: ["en-US", "pt-PT", "auto"],
56074
+ type: "string"
56056
56075
  }
56057
56076
  },
56058
56077
  type: "object"