@seamapi/types 1.654.0 → 1.656.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.
@@ -138524,7 +138524,7 @@ type Routes = {
138524
138524
  })) | undefined;
138525
138525
  } | undefined;
138526
138526
  /** The locale to use for the portal. */
138527
- locale?: ('en-US' | 'pt-PT') | undefined;
138527
+ locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined;
138528
138528
  /** The ID of the customization profile to use for the portal. */
138529
138529
  customization_profile_id?: string | undefined;
138530
138530
  } & {
@@ -166251,7 +166251,7 @@ type Routes = {
166251
166251
  })) | undefined;
166252
166252
  } | undefined;
166253
166253
  /** The locale to use for the portal. */
166254
- locale?: ('en-US' | 'pt-PT') | undefined;
166254
+ locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined;
166255
166255
  /** The ID of the customization profile to use for the portal. */
166256
166256
  customization_profile_id?: string | undefined;
166257
166257
  /** Business vertical of the customer portal. */
package/dist/index.cjs CHANGED
@@ -43500,7 +43500,7 @@ var openapi_default = {
43500
43500
  },
43501
43501
  locale: {
43502
43502
  description: "The locale to use for the portal.",
43503
- enum: ["en-US", "pt-PT"],
43503
+ enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
43504
43504
  type: "string"
43505
43505
  }
43506
43506
  },
@@ -49105,7 +49105,7 @@ var openapi_default = {
49105
49105
  },
49106
49106
  "/locks/get": {
49107
49107
  get: {
49108
- description: "Returns a specified [lock](https://docs.seam.co/latest/capability-guides/smart-locks). **Use `/devices/get` instead.**",
49108
+ description: "Returns a specified [lock](https://docs.seam.co/latest/capability-guides/smart-locks).",
49109
49109
  operationId: "locksGetGet",
49110
49110
  parameters: [
49111
49111
  {
@@ -49162,7 +49162,7 @@ var openapi_default = {
49162
49162
  "x-title": "Get a Lock"
49163
49163
  },
49164
49164
  post: {
49165
- description: "Returns a specified [lock](https://docs.seam.co/latest/capability-guides/smart-locks). **Use `/devices/get` instead.**",
49165
+ description: "Returns a specified [lock](https://docs.seam.co/latest/capability-guides/smart-locks).",
49166
49166
  operationId: "locksGetPost",
49167
49167
  requestBody: {
49168
49168
  content: {
@@ -55771,7 +55771,7 @@ var openapi_default = {
55771
55771
  },
55772
55772
  locale: {
55773
55773
  description: "The locale to use for the portal.",
55774
- enum: ["en-US", "pt-PT"],
55774
+ enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
55775
55775
  type: "string"
55776
55776
  }
55777
55777
  },
@@ -56067,7 +56067,7 @@ var openapi_default = {
56067
56067
  },
56068
56068
  locale: {
56069
56069
  description: "The locale to use for the portal.",
56070
- enum: ["en-US", "pt-PT"],
56070
+ enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
56071
56071
  type: "string"
56072
56072
  }
56073
56073
  },