@seamapi/types 1.651.0 → 1.653.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.
@@ -84716,6 +84716,11 @@ declare const _default: {
84716
84716
  };
84717
84717
  description: string;
84718
84718
  properties: {
84719
+ customization_profile_id: {
84720
+ description: string;
84721
+ format: string;
84722
+ type: string;
84723
+ };
84719
84724
  features: {
84720
84725
  default: {};
84721
84726
  properties: {
@@ -84733,11 +84738,6 @@ declare const _default: {
84733
84738
  description: string;
84734
84739
  type: string;
84735
84740
  };
84736
- customization_profile_id: {
84737
- description: string;
84738
- format: string;
84739
- type: string;
84740
- };
84741
84741
  exclude: {
84742
84742
  default: boolean;
84743
84743
  description: string;
@@ -85039,6 +85039,11 @@ declare const _default: {
85039
85039
  };
85040
85040
  type: string;
85041
85041
  };
85042
+ locale: {
85043
+ description: string;
85044
+ enum: string[];
85045
+ type: string;
85046
+ };
85042
85047
  customer_data?: never;
85043
85048
  };
85044
85049
  type: string;
@@ -85820,9 +85825,11 @@ declare const _default: {
85820
85825
  required: string[];
85821
85826
  type: string;
85822
85827
  };
85828
+ customization_profile_id?: never;
85823
85829
  features?: never;
85824
85830
  is_embedded?: never;
85825
85831
  landing_page?: never;
85832
+ locale?: never;
85826
85833
  };
85827
85834
  type: string;
85828
85835
  default?: never;
@@ -97239,6 +97246,11 @@ declare const _default: {
97239
97246
  enum: string[];
97240
97247
  type: string;
97241
97248
  };
97249
+ customization_profile_id: {
97250
+ description: string;
97251
+ format: string;
97252
+ type: string;
97253
+ };
97242
97254
  features: {
97243
97255
  default: {
97244
97256
  $ref: string;
@@ -97260,11 +97272,6 @@ declare const _default: {
97260
97272
  description: string;
97261
97273
  type: string;
97262
97274
  };
97263
- customization_profile_id: {
97264
- description: string;
97265
- format: string;
97266
- type: string;
97267
- };
97268
97275
  exclude: {
97269
97276
  default: boolean;
97270
97277
  description: string;
@@ -97574,6 +97581,11 @@ declare const _default: {
97574
97581
  };
97575
97582
  type: string;
97576
97583
  };
97584
+ locale: {
97585
+ description: string;
97586
+ enum: string[];
97587
+ type: string;
97588
+ };
97577
97589
  };
97578
97590
  type: string;
97579
97591
  };
@@ -97640,6 +97652,11 @@ declare const _default: {
97640
97652
  enum: string[];
97641
97653
  type: string;
97642
97654
  };
97655
+ customization_profile_id: {
97656
+ description: string;
97657
+ format: string;
97658
+ type: string;
97659
+ };
97643
97660
  features: {
97644
97661
  default: {
97645
97662
  $ref: string;
@@ -97661,11 +97678,6 @@ declare const _default: {
97661
97678
  description: string;
97662
97679
  type: string;
97663
97680
  };
97664
- customization_profile_id: {
97665
- description: string;
97666
- format: string;
97667
- type: string;
97668
- };
97669
97681
  exclude: {
97670
97682
  default: boolean;
97671
97683
  description: string;
@@ -97975,6 +97987,11 @@ declare const _default: {
97975
97987
  };
97976
97988
  type: string;
97977
97989
  };
97990
+ locale: {
97991
+ description: string;
97992
+ enum: string[];
97993
+ type: string;
97994
+ };
97978
97995
  };
97979
97996
  type: string;
97980
97997
  };
@@ -138468,8 +138485,6 @@ type Routes = {
138468
138485
  configure?: {
138469
138486
  /** Whether to exclude this feature from the portal. */
138470
138487
  exclude?: boolean;
138471
- /** The ID of the customization profile to use for the portal. */
138472
- customization_profile_id?: string | undefined;
138473
138488
  /** Indicates whether the customer can customize the access automation rules for their properties. */
138474
138489
  allow_access_automation_rule_customization?: boolean;
138475
138490
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */
@@ -138508,6 +138523,10 @@ type Routes = {
138508
138523
  access_grant_key: string;
138509
138524
  })) | undefined;
138510
138525
  } | undefined;
138526
+ /** The locale to use for the portal. */
138527
+ locale?: ('en-US' | 'pt-PT') | undefined;
138528
+ /** The ID of the customization profile to use for the portal. */
138529
+ customization_profile_id?: string | undefined;
138511
138530
  } & {
138512
138531
  customer_data?: {
138513
138532
  /** Your unique identifier for the customer. */
@@ -166193,8 +166212,6 @@ type Routes = {
166193
166212
  configure?: {
166194
166213
  /** Whether to exclude this feature from the portal. */
166195
166214
  exclude?: boolean;
166196
- /** The ID of the customization profile to use for the portal. */
166197
- customization_profile_id?: string | undefined;
166198
166215
  /** Indicates whether the customer can customize the access automation rules for their properties. */
166199
166216
  allow_access_automation_rule_customization?: boolean;
166200
166217
  /** Indicates whether the customer can customize the Instant Key profile for their properties. */
@@ -166233,6 +166250,10 @@ type Routes = {
166233
166250
  access_grant_key: string;
166234
166251
  })) | undefined;
166235
166252
  } | undefined;
166253
+ /** The locale to use for the portal. */
166254
+ locale?: ('en-US' | 'pt-PT') | undefined;
166255
+ /** The ID of the customization profile to use for the portal. */
166256
+ customization_profile_id?: string | undefined;
166236
166257
  /** Business vertical of the customer portal. */
166237
166258
  business_vertical?: ('short_term_rental' | 'hospitality' | 'multi_family' | 'gym_management' | 'property_tours') | undefined;
166238
166259
  };
package/dist/index.cjs CHANGED
@@ -43282,6 +43282,11 @@ var openapi_default = {
43282
43282
  },
43283
43283
  description: "Configuration for a customer portal",
43284
43284
  properties: {
43285
+ customization_profile_id: {
43286
+ description: "The ID of the customization profile to use for the portal.",
43287
+ format: "uuid",
43288
+ type: "string"
43289
+ },
43285
43290
  features: {
43286
43291
  default: {},
43287
43292
  properties: {
@@ -43299,11 +43304,6 @@ var openapi_default = {
43299
43304
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
43300
43305
  type: "boolean"
43301
43306
  },
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
43307
  exclude: {
43308
43308
  default: false,
43309
43309
  description: "Whether to exclude this feature from the portal.",
@@ -43496,6 +43496,11 @@ var openapi_default = {
43496
43496
  }
43497
43497
  },
43498
43498
  type: "object"
43499
+ },
43500
+ locale: {
43501
+ description: "The locale to use for the portal.",
43502
+ enum: ["en-US", "pt-PT"],
43503
+ type: "string"
43499
43504
  }
43500
43505
  },
43501
43506
  type: "object"
@@ -55536,6 +55541,11 @@ var openapi_default = {
55536
55541
  ],
55537
55542
  type: "string"
55538
55543
  },
55544
+ customization_profile_id: {
55545
+ description: "The ID of the customization profile to use for the portal.",
55546
+ format: "uuid",
55547
+ type: "string"
55548
+ },
55539
55549
  features: {
55540
55550
  default: { $ref: "#/components/schemas/access_code" },
55541
55551
  properties: {
@@ -55555,11 +55565,6 @@ var openapi_default = {
55555
55565
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
55556
55566
  type: "boolean"
55557
55567
  },
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
55568
  exclude: {
55564
55569
  default: false,
55565
55570
  description: "Whether to exclude this feature from the portal.",
@@ -55762,6 +55767,11 @@ var openapi_default = {
55762
55767
  }
55763
55768
  },
55764
55769
  type: "object"
55770
+ },
55771
+ locale: {
55772
+ description: "The locale to use for the portal.",
55773
+ enum: ["en-US", "pt-PT"],
55774
+ type: "string"
55765
55775
  }
55766
55776
  },
55767
55777
  type: "object"
@@ -55827,6 +55837,11 @@ var openapi_default = {
55827
55837
  ],
55828
55838
  type: "string"
55829
55839
  },
55840
+ customization_profile_id: {
55841
+ description: "The ID of the customization profile to use for the portal.",
55842
+ format: "uuid",
55843
+ type: "string"
55844
+ },
55830
55845
  features: {
55831
55846
  default: { $ref: "#/components/schemas/access_code" },
55832
55847
  properties: {
@@ -55846,11 +55861,6 @@ var openapi_default = {
55846
55861
  description: "Indicates whether the customer can customize the Instant Key profile for their properties.",
55847
55862
  type: "boolean"
55848
55863
  },
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
55864
  exclude: {
55855
55865
  default: false,
55856
55866
  description: "Whether to exclude this feature from the portal.",
@@ -56053,6 +56063,11 @@ var openapi_default = {
56053
56063
  }
56054
56064
  },
56055
56065
  type: "object"
56066
+ },
56067
+ locale: {
56068
+ description: "The locale to use for the portal.",
56069
+ enum: ["en-US", "pt-PT"],
56070
+ type: "string"
56056
56071
  }
56057
56072
  },
56058
56073
  type: "object"