@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.
- package/dist/connect.cjs +4 -3
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -2
- package/dist/index.cjs +4 -3
- package/dist/index.cjs.map +1 -1
- package/lib/seam/connect/models/customer/customer-portal.d.ts +6 -6
- package/lib/seam/connect/models/customer/customer-portal.js +1 -1
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/models/devices/device-provider.d.ts +1 -1
- package/lib/seam/connect/models/devices/device-provider.js +1 -0
- package/lib/seam/connect/models/devices/device-provider.js.map +1 -1
- package/lib/seam/connect/openapi.js +3 -3
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +2 -2
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +1 -1
- package/src/lib/seam/connect/models/devices/device-provider.ts +1 -0
- package/src/lib/seam/connect/openapi.ts +3 -3
- package/src/lib/seam/connect/route-types.ts +2 -2
package/dist/connect.d.cts
CHANGED
|
@@ -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
|
@@ -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",
|
|
@@ -43499,7 +43500,7 @@ var openapi_default = {
|
|
|
43499
43500
|
},
|
|
43500
43501
|
locale: {
|
|
43501
43502
|
description: "The locale to use for the portal.",
|
|
43502
|
-
enum: ["en-US", "pt-PT"],
|
|
43503
|
+
enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
|
|
43503
43504
|
type: "string"
|
|
43504
43505
|
}
|
|
43505
43506
|
},
|
|
@@ -55770,7 +55771,7 @@ var openapi_default = {
|
|
|
55770
55771
|
},
|
|
55771
55772
|
locale: {
|
|
55772
55773
|
description: "The locale to use for the portal.",
|
|
55773
|
-
enum: ["en-US", "pt-PT"],
|
|
55774
|
+
enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
|
|
55774
55775
|
type: "string"
|
|
55775
55776
|
}
|
|
55776
55777
|
},
|
|
@@ -56066,7 +56067,7 @@ var openapi_default = {
|
|
|
56066
56067
|
},
|
|
56067
56068
|
locale: {
|
|
56068
56069
|
description: "The locale to use for the portal.",
|
|
56069
|
-
enum: ["en-US", "pt-PT"],
|
|
56070
|
+
enum: ["en-US", "pt-PT", "fr-FR", "it-IT", "es-ES"],
|
|
56070
56071
|
type: "string"
|
|
56071
56072
|
}
|
|
56072
56073
|
},
|