@seamapi/types 1.652.0 → 1.654.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,7 +84713,6 @@ declare const _default: {
84713
84713
  };
84714
84714
  };
84715
84715
  is_embedded: boolean;
84716
- locale: string;
84717
84716
  };
84718
84717
  description: string;
84719
84718
  properties: {
@@ -85041,7 +85040,6 @@ declare const _default: {
85041
85040
  type: string;
85042
85041
  };
85043
85042
  locale: {
85044
- default: string;
85045
85043
  description: string;
85046
85044
  enum: string[];
85047
85045
  type: string;
@@ -97584,7 +97582,6 @@ declare const _default: {
97584
97582
  type: string;
97585
97583
  };
97586
97584
  locale: {
97587
- default: string;
97588
97585
  description: string;
97589
97586
  enum: string[];
97590
97587
  type: string;
@@ -97991,7 +97988,6 @@ declare const _default: {
97991
97988
  type: string;
97992
97989
  };
97993
97990
  locale: {
97994
- default: string;
97995
97991
  description: string;
97996
97992
  enum: string[];
97997
97993
  type: string;
@@ -138528,7 +138524,7 @@ type Routes = {
138528
138524
  })) | undefined;
138529
138525
  } | undefined;
138530
138526
  /** The locale to use for the portal. */
138531
- locale?: 'en-US' | 'pt-PT' | 'auto';
138527
+ locale?: ('en-US' | 'pt-PT') | undefined;
138532
138528
  /** The ID of the customization profile to use for the portal. */
138533
138529
  customization_profile_id?: string | undefined;
138534
138530
  } & {
@@ -166255,7 +166251,7 @@ type Routes = {
166255
166251
  })) | undefined;
166256
166252
  } | undefined;
166257
166253
  /** The locale to use for the portal. */
166258
- locale?: 'en-US' | 'pt-PT' | 'auto';
166254
+ locale?: ('en-US' | 'pt-PT') | undefined;
166259
166255
  /** The ID of the customization profile to use for the portal. */
166260
166256
  customization_profile_id?: string | undefined;
166261
166257
  /** Business vertical of the customer portal. */
package/dist/index.cjs CHANGED
@@ -1841,6 +1841,7 @@ var PROVIDER_CATEGORY_MAP = {
1841
1841
  "honeywell_resideo",
1842
1842
  "visionline",
1843
1843
  "assa_abloy_credential_service",
1844
+ "dormakaba_ambiance",
1844
1845
  "latch",
1845
1846
  "akiles",
1846
1847
  "sensi",
@@ -43278,8 +43279,7 @@ var openapi_default = {
43278
43279
  manage_devices: { exclude: false },
43279
43280
  organize: { exclude: false }
43280
43281
  },
43281
- is_embedded: false,
43282
- locale: "auto"
43282
+ is_embedded: false
43283
43283
  },
43284
43284
  description: "Configuration for a customer portal",
43285
43285
  properties: {
@@ -43499,9 +43499,8 @@ var openapi_default = {
43499
43499
  type: "object"
43500
43500
  },
43501
43501
  locale: {
43502
- default: "auto",
43503
43502
  description: "The locale to use for the portal.",
43504
- enum: ["en-US", "pt-PT", "auto"],
43503
+ enum: ["en-US", "pt-PT"],
43505
43504
  type: "string"
43506
43505
  }
43507
43506
  },
@@ -55771,9 +55770,8 @@ var openapi_default = {
55771
55770
  type: "object"
55772
55771
  },
55773
55772
  locale: {
55774
- default: "auto",
55775
55773
  description: "The locale to use for the portal.",
55776
- enum: ["en-US", "pt-PT", "auto"],
55774
+ enum: ["en-US", "pt-PT"],
55777
55775
  type: "string"
55778
55776
  }
55779
55777
  },
@@ -56068,9 +56066,8 @@ var openapi_default = {
56068
56066
  type: "object"
56069
56067
  },
56070
56068
  locale: {
56071
- default: "auto",
56072
56069
  description: "The locale to use for the portal.",
56073
- enum: ["en-US", "pt-PT", "auto"],
56070
+ enum: ["en-US", "pt-PT"],
56074
56071
  type: "string"
56075
56072
  }
56076
56073
  },