@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.
package/dist/connect.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"