@seamapi/types 1.653.0 → 1.655.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.
@@ -26391,7 +26391,7 @@ export type Routes = {
26391
26391
  })) | undefined;
26392
26392
  } | undefined;
26393
26393
  /** The locale to use for the portal. */
26394
- locale?: ('en-US' | 'pt-PT') | undefined;
26394
+ locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined;
26395
26395
  /** The ID of the customization profile to use for the portal. */
26396
26396
  customization_profile_id?: string | undefined;
26397
26397
  } & {
@@ -54118,7 +54118,7 @@ export type Routes = {
54118
54118
  })) | undefined;
54119
54119
  } | undefined;
54120
54120
  /** The locale to use for the portal. */
54121
- locale?: ('en-US' | 'pt-PT') | undefined;
54121
+ locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined;
54122
54122
  /** The ID of the customization profile to use for the portal. */
54123
54123
  customization_profile_id?: string | undefined;
54124
54124
  /** Business vertical of the customer portal. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seamapi/types",
3
- "version": "1.653.0",
3
+ "version": "1.655.0",
4
4
  "description": "TypeScript types for the Seam API.",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -94,7 +94,7 @@ export const portal_configuration_base = z.object({
94
94
  .optional()
95
95
  .describe('Configuration for the landing page when the portal loads.'),
96
96
  locale: z
97
- .enum(['en-US', 'pt-PT'])
97
+ .enum(['en-US', 'pt-PT', 'fr-FR', 'it-IT', 'es-ES'])
98
98
  .optional()
99
99
  .describe('The locale to use for the portal.'),
100
100
  customization_profile_id: z
@@ -90,6 +90,7 @@ export const PROVIDER_CATEGORY_MAP = {
90
90
  'honeywell_resideo',
91
91
  'visionline',
92
92
  'assa_abloy_credential_service',
93
+ 'dormakaba_ambiance',
93
94
  'latch',
94
95
  'akiles',
95
96
  'sensi',
@@ -41314,7 +41314,7 @@ export default {
41314
41314
  },
41315
41315
  locale: {
41316
41316
  description: 'The locale to use for the portal.',
41317
- enum: ['en-US', 'pt-PT'],
41317
+ enum: ['en-US', 'pt-PT', 'fr-FR', 'it-IT', 'es-ES'],
41318
41318
  type: 'string',
41319
41319
  },
41320
41320
  },
@@ -54180,7 +54180,7 @@ export default {
54180
54180
  },
54181
54181
  locale: {
54182
54182
  description: 'The locale to use for the portal.',
54183
- enum: ['en-US', 'pt-PT'],
54183
+ enum: ['en-US', 'pt-PT', 'fr-FR', 'it-IT', 'es-ES'],
54184
54184
  type: 'string',
54185
54185
  },
54186
54186
  },
@@ -54497,7 +54497,7 @@ export default {
54497
54497
  },
54498
54498
  locale: {
54499
54499
  description: 'The locale to use for the portal.',
54500
- enum: ['en-US', 'pt-PT'],
54500
+ enum: ['en-US', 'pt-PT', 'fr-FR', 'it-IT', 'es-ES'],
54501
54501
  type: 'string',
54502
54502
  },
54503
54503
  },
@@ -30556,7 +30556,7 @@ export type Routes = {
30556
30556
  }
30557
30557
  | undefined
30558
30558
  /** The locale to use for the portal. */
30559
- locale?: ('en-US' | 'pt-PT') | undefined
30559
+ locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined
30560
30560
  /** The ID of the customization profile to use for the portal. */
30561
30561
  customization_profile_id?: string | undefined
30562
30562
  } & {
@@ -64501,7 +64501,7 @@ export type Routes = {
64501
64501
  }
64502
64502
  | undefined
64503
64503
  /** The locale to use for the portal. */
64504
- locale?: ('en-US' | 'pt-PT') | undefined
64504
+ locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined
64505
64505
  /** The ID of the customization profile to use for the portal. */
64506
64506
  customization_profile_id?: string | undefined
64507
64507
  /** Business vertical of the customer portal. */