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