@seamapi/types 1.652.0 → 1.653.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 -8
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +2 -6
- package/dist/index.cjs +4 -8
- 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 +2 -3
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.d.ts +0 -4
- package/lib/seam/connect/openapi.js +3 -7
- 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 +2 -3
- package/src/lib/seam/connect/openapi.ts +3 -7
- package/src/lib/seam/connect/route-types.ts +2 -2
package/dist/connect.cjs
CHANGED
|
@@ -43278,8 +43278,7 @@ var openapi_default = {
|
|
|
43278
43278
|
manage_devices: { exclude: false },
|
|
43279
43279
|
organize: { exclude: false }
|
|
43280
43280
|
},
|
|
43281
|
-
is_embedded: false
|
|
43282
|
-
locale: "auto"
|
|
43281
|
+
is_embedded: false
|
|
43283
43282
|
},
|
|
43284
43283
|
description: "Configuration for a customer portal",
|
|
43285
43284
|
properties: {
|
|
@@ -43499,9 +43498,8 @@ var openapi_default = {
|
|
|
43499
43498
|
type: "object"
|
|
43500
43499
|
},
|
|
43501
43500
|
locale: {
|
|
43502
|
-
default: "auto",
|
|
43503
43501
|
description: "The locale to use for the portal.",
|
|
43504
|
-
enum: ["en-US", "pt-PT"
|
|
43502
|
+
enum: ["en-US", "pt-PT"],
|
|
43505
43503
|
type: "string"
|
|
43506
43504
|
}
|
|
43507
43505
|
},
|
|
@@ -55771,9 +55769,8 @@ var openapi_default = {
|
|
|
55771
55769
|
type: "object"
|
|
55772
55770
|
},
|
|
55773
55771
|
locale: {
|
|
55774
|
-
default: "auto",
|
|
55775
55772
|
description: "The locale to use for the portal.",
|
|
55776
|
-
enum: ["en-US", "pt-PT"
|
|
55773
|
+
enum: ["en-US", "pt-PT"],
|
|
55777
55774
|
type: "string"
|
|
55778
55775
|
}
|
|
55779
55776
|
},
|
|
@@ -56068,9 +56065,8 @@ var openapi_default = {
|
|
|
56068
56065
|
type: "object"
|
|
56069
56066
|
},
|
|
56070
56067
|
locale: {
|
|
56071
|
-
default: "auto",
|
|
56072
56068
|
description: "The locale to use for the portal.",
|
|
56073
|
-
enum: ["en-US", "pt-PT"
|
|
56069
|
+
enum: ["en-US", "pt-PT"],
|
|
56074
56070
|
type: "string"
|
|
56075
56071
|
}
|
|
56076
56072
|
},
|