@seamapi/types 1.903.0 → 1.904.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 +60 -5
- package/dist/connect.cjs.map +1 -1
- package/dist/connect.d.cts +3 -3
- package/dist/index.cjs +60 -5
- 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 +12 -1
- package/lib/seam/connect/models/customer/customer-portal.js.map +1 -1
- package/lib/seam/connect/openapi.js +60 -5
- package/lib/seam/connect/openapi.js.map +1 -1
- package/lib/seam/connect/route-types.d.ts +3 -3
- package/package.json +1 -1
- package/src/lib/seam/connect/models/customer/customer-portal.ts +12 -1
- package/src/lib/seam/connect/openapi.ts +60 -5
- package/src/lib/seam/connect/route-types.ts +43 -3
package/dist/connect.d.cts
CHANGED
|
@@ -71523,7 +71523,7 @@ type Routes = {
|
|
|
71523
71523
|
})) | undefined;
|
|
71524
71524
|
} | undefined;
|
|
71525
71525
|
/** The locale to use for the portal. */
|
|
71526
|
-
locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined;
|
|
71526
|
+
locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES' | 'de-DE' | 'nl-NL' | 'el-GR' | 'pl-PL' | 'ru-RU') | undefined;
|
|
71527
71527
|
/** Whether to exclude the option to select a locale within the portal UI. */
|
|
71528
71528
|
exclude_locale_picker?: boolean;
|
|
71529
71529
|
/** The ID of the customization profile to use for the portal. */
|
|
@@ -110580,7 +110580,7 @@ type Routes = {
|
|
|
110580
110580
|
})) | undefined;
|
|
110581
110581
|
} | undefined;
|
|
110582
110582
|
/** The locale to use for the portal. */
|
|
110583
|
-
locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined;
|
|
110583
|
+
locale?: ('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES' | 'de-DE' | 'nl-NL' | 'el-GR' | 'pl-PL' | 'ru-RU') | undefined;
|
|
110584
110584
|
/** Whether to exclude the option to select a locale within the portal UI. */
|
|
110585
110585
|
exclude_locale_picker?: boolean;
|
|
110586
110586
|
/** The ID of the customization profile to use for the portal. */
|
|
@@ -110706,7 +110706,7 @@ type Routes = {
|
|
|
110706
110706
|
})) | undefined;
|
|
110707
110707
|
} | undefined) | undefined;
|
|
110708
110708
|
/** The locale to use for the portal. */
|
|
110709
|
-
locale?: (('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES') | undefined) | undefined;
|
|
110709
|
+
locale?: (('en-US' | 'pt-PT' | 'fr-FR' | 'it-IT' | 'es-ES' | 'de-DE' | 'nl-NL' | 'el-GR' | 'pl-PL' | 'ru-RU') | undefined) | undefined;
|
|
110710
110710
|
/** Whether to exclude the option to select a locale within the portal UI. */
|
|
110711
110711
|
exclude_locale_picker?: boolean | undefined;
|
|
110712
110712
|
/** The ID of the customization profile to use for the portal. */
|
package/dist/index.cjs
CHANGED
|
@@ -56243,7 +56243,18 @@ var openapi = {
|
|
|
56243
56243
|
},
|
|
56244
56244
|
locale: {
|
|
56245
56245
|
description: "The locale to use for the portal.",
|
|
56246
|
-
enum: [
|
|
56246
|
+
enum: [
|
|
56247
|
+
"en-US",
|
|
56248
|
+
"pt-PT",
|
|
56249
|
+
"fr-FR",
|
|
56250
|
+
"it-IT",
|
|
56251
|
+
"es-ES",
|
|
56252
|
+
"de-DE",
|
|
56253
|
+
"nl-NL",
|
|
56254
|
+
"el-GR",
|
|
56255
|
+
"pl-PL",
|
|
56256
|
+
"ru-RU"
|
|
56257
|
+
],
|
|
56247
56258
|
type: "string"
|
|
56248
56259
|
},
|
|
56249
56260
|
navigation_mode: {
|
|
@@ -74144,7 +74155,18 @@ var openapi = {
|
|
|
74144
74155
|
},
|
|
74145
74156
|
locale: {
|
|
74146
74157
|
description: "The locale to use for the portal.",
|
|
74147
|
-
enum: [
|
|
74158
|
+
enum: [
|
|
74159
|
+
"en-US",
|
|
74160
|
+
"pt-PT",
|
|
74161
|
+
"fr-FR",
|
|
74162
|
+
"it-IT",
|
|
74163
|
+
"es-ES",
|
|
74164
|
+
"de-DE",
|
|
74165
|
+
"nl-NL",
|
|
74166
|
+
"el-GR",
|
|
74167
|
+
"pl-PL",
|
|
74168
|
+
"ru-RU"
|
|
74169
|
+
],
|
|
74148
74170
|
type: "string"
|
|
74149
74171
|
},
|
|
74150
74172
|
navigation_mode: {
|
|
@@ -74527,7 +74549,18 @@ var openapi = {
|
|
|
74527
74549
|
},
|
|
74528
74550
|
locale: {
|
|
74529
74551
|
description: "The locale to use for the portal.",
|
|
74530
|
-
enum: [
|
|
74552
|
+
enum: [
|
|
74553
|
+
"en-US",
|
|
74554
|
+
"pt-PT",
|
|
74555
|
+
"fr-FR",
|
|
74556
|
+
"it-IT",
|
|
74557
|
+
"es-ES",
|
|
74558
|
+
"de-DE",
|
|
74559
|
+
"nl-NL",
|
|
74560
|
+
"el-GR",
|
|
74561
|
+
"pl-PL",
|
|
74562
|
+
"ru-RU"
|
|
74563
|
+
],
|
|
74531
74564
|
type: "string"
|
|
74532
74565
|
},
|
|
74533
74566
|
navigation_mode: {
|
|
@@ -74864,7 +74897,18 @@ var openapi = {
|
|
|
74864
74897
|
},
|
|
74865
74898
|
locale: {
|
|
74866
74899
|
description: "The locale to use for the portal.",
|
|
74867
|
-
enum: [
|
|
74900
|
+
enum: [
|
|
74901
|
+
"en-US",
|
|
74902
|
+
"pt-PT",
|
|
74903
|
+
"fr-FR",
|
|
74904
|
+
"it-IT",
|
|
74905
|
+
"es-ES",
|
|
74906
|
+
"de-DE",
|
|
74907
|
+
"nl-NL",
|
|
74908
|
+
"el-GR",
|
|
74909
|
+
"pl-PL",
|
|
74910
|
+
"ru-RU"
|
|
74911
|
+
],
|
|
74868
74912
|
type: "string"
|
|
74869
74913
|
},
|
|
74870
74914
|
navigation_mode: {
|
|
@@ -75209,7 +75253,18 @@ var openapi = {
|
|
|
75209
75253
|
},
|
|
75210
75254
|
locale: {
|
|
75211
75255
|
description: "The locale to use for the portal.",
|
|
75212
|
-
enum: [
|
|
75256
|
+
enum: [
|
|
75257
|
+
"en-US",
|
|
75258
|
+
"pt-PT",
|
|
75259
|
+
"fr-FR",
|
|
75260
|
+
"it-IT",
|
|
75261
|
+
"es-ES",
|
|
75262
|
+
"de-DE",
|
|
75263
|
+
"nl-NL",
|
|
75264
|
+
"el-GR",
|
|
75265
|
+
"pl-PL",
|
|
75266
|
+
"ru-RU"
|
|
75267
|
+
],
|
|
75213
75268
|
type: "string"
|
|
75214
75269
|
},
|
|
75215
75270
|
navigation_mode: {
|