@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.d.cts
CHANGED
|
@@ -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' |
|
|
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' |
|
|
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
|
@@ -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
|
},
|