mollie-api-typescript 1.6.6 → 1.6.7
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/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/config.js.map +1 -1
- package/dist/commonjs/models/clientlinkrequest.d.ts +1 -1
- package/dist/commonjs/models/customerresponse.d.ts +1 -1
- package/dist/commonjs/models/entitycustomer.d.ts +1 -1
- package/dist/commonjs/models/entityorganization.d.ts +2 -0
- package/dist/commonjs/models/entityorganization.d.ts.map +1 -1
- package/dist/commonjs/models/entityorganization.js +2 -0
- package/dist/commonjs/models/entityorganization.js.map +1 -1
- package/dist/commonjs/models/listcustomerresponse.d.ts +1 -1
- package/dist/commonjs/models/listpaymentresponse.d.ts +1 -1
- package/dist/commonjs/models/listsettlementpaymentresponse.d.ts +1 -1
- package/dist/commonjs/models/locale.d.ts +4 -2
- package/dist/commonjs/models/locale.d.ts.map +1 -1
- package/dist/commonjs/models/locale.js +3 -1
- package/dist/commonjs/models/locale.js.map +1 -1
- package/dist/commonjs/models/localeresponse.d.ts +4 -2
- package/dist/commonjs/models/localeresponse.d.ts.map +1 -1
- package/dist/commonjs/models/localeresponse.js +3 -1
- package/dist/commonjs/models/localeresponse.js.map +1 -1
- package/dist/commonjs/models/operations/getcustomer.d.ts +1 -1
- package/dist/commonjs/models/operations/updatecustomer.d.ts +1 -1
- package/dist/commonjs/models/operations/updatepayment.d.ts +1 -1
- package/dist/commonjs/models/paymentrequest.d.ts +1 -1
- package/dist/commonjs/models/paymentresponse.d.ts +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/config.js.map +1 -1
- package/dist/esm/models/clientlinkrequest.d.ts +1 -1
- package/dist/esm/models/customerresponse.d.ts +1 -1
- package/dist/esm/models/entitycustomer.d.ts +1 -1
- package/dist/esm/models/entityorganization.d.ts +2 -0
- package/dist/esm/models/entityorganization.d.ts.map +1 -1
- package/dist/esm/models/entityorganization.js +2 -0
- package/dist/esm/models/entityorganization.js.map +1 -1
- package/dist/esm/models/listcustomerresponse.d.ts +1 -1
- package/dist/esm/models/listpaymentresponse.d.ts +1 -1
- package/dist/esm/models/listsettlementpaymentresponse.d.ts +1 -1
- package/dist/esm/models/locale.d.ts +4 -2
- package/dist/esm/models/locale.d.ts.map +1 -1
- package/dist/esm/models/locale.js +3 -1
- package/dist/esm/models/locale.js.map +1 -1
- package/dist/esm/models/localeresponse.d.ts +4 -2
- package/dist/esm/models/localeresponse.d.ts.map +1 -1
- package/dist/esm/models/localeresponse.js +3 -1
- package/dist/esm/models/localeresponse.js.map +1 -1
- package/dist/esm/models/operations/getcustomer.d.ts +1 -1
- package/dist/esm/models/operations/updatecustomer.d.ts +1 -1
- package/dist/esm/models/operations/updatepayment.d.ts +1 -1
- package/dist/esm/models/paymentrequest.d.ts +1 -1
- package/dist/esm/models/paymentresponse.d.ts +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/clientlinkrequest.ts +1 -1
- package/src/models/customerresponse.ts +1 -1
- package/src/models/entitycustomer.ts +1 -1
- package/src/models/entityorganization.ts +2 -0
- package/src/models/listcustomerresponse.ts +1 -1
- package/src/models/listpaymentresponse.ts +1 -1
- package/src/models/listsettlementpaymentresponse.ts +1 -1
- package/src/models/locale.ts +4 -2
- package/src/models/localeresponse.ts +4 -2
- package/src/models/operations/getcustomer.ts +1 -1
- package/src/models/operations/updatecustomer.ts +1 -1
- package/src/models/operations/updatepayment.ts +1 -1
- package/src/models/paymentrequest.ts +1 -1
- package/src/models/paymentresponse.ts +1 -1
|
@@ -47,8 +47,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
47
47
|
export declare const SDK_METADATA: {
|
|
48
48
|
readonly language: "typescript";
|
|
49
49
|
readonly openapiDocVersion: "1.0.0";
|
|
50
|
-
readonly sdkVersion: "1.6.
|
|
51
|
-
readonly genVersion: "2.
|
|
52
|
-
readonly userAgent: "speakeasy-sdk/typescript 1.6.
|
|
50
|
+
readonly sdkVersion: "1.6.7";
|
|
51
|
+
readonly genVersion: "2.882.0";
|
|
52
|
+
readonly userAgent: "speakeasy-sdk/typescript 1.6.7 2.882.0 1.0.0 mollie-api-typescript";
|
|
53
53
|
};
|
|
54
54
|
//# sourceMappingURL=config.d.ts.map
|
|
@@ -29,8 +29,8 @@ function serverURLFromOptions(options) {
|
|
|
29
29
|
exports.SDK_METADATA = {
|
|
30
30
|
language: "typescript",
|
|
31
31
|
openapiDocVersion: "1.0.0",
|
|
32
|
-
sdkVersion: "1.6.
|
|
33
|
-
genVersion: "2.
|
|
34
|
-
userAgent: "speakeasy-sdk/typescript 1.6.
|
|
32
|
+
sdkVersion: "1.6.7",
|
|
33
|
+
genVersion: "2.882.0",
|
|
34
|
+
userAgent: "speakeasy-sdk/typescript 1.6.7 2.882.0 1.0.0 mollie-api-typescript",
|
|
35
35
|
};
|
|
36
36
|
//# sourceMappingURL=config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAyDH,oDAeC;AAlED,qCAA8C;AAE9C;;GAEG;AACU,QAAA,UAAU,GAAG;IACxB,wBAAwB;CAChB,CAAC;AA4CX,SAAgB,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,kBAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,kBAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,IAAA,mBAAU,EAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAEY,QAAA,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,OAAO;IAC1B,UAAU,EAAE,OAAO;IACnB,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;AAyDH,oDAeC;AAlED,qCAA8C;AAE9C;;GAEG;AACU,QAAA,UAAU,GAAG;IACxB,wBAAwB;CAChB,CAAC;AA4CX,SAAgB,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,kBAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,kBAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,IAAA,mBAAU,EAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAEY,QAAA,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,OAAO;IAC1B,UAAU,EAAE,OAAO;IACnB,UAAU,EAAE,SAAS;IACrB,SAAS,EACP,oEAAoE;CAC9D,CAAC"}
|
|
@@ -15,7 +15,7 @@ export type EntityCustomer = {
|
|
|
15
15
|
*/
|
|
16
16
|
email?: string | null | undefined;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Sets the language for customer-facing content and communications.
|
|
19
19
|
*/
|
|
20
20
|
locale?: LocaleResponse | null | undefined;
|
|
21
21
|
/**
|
|
@@ -16,8 +16,10 @@ export declare const EntityOrganizationLocale: {
|
|
|
16
16
|
readonly DEDE: "de_DE";
|
|
17
17
|
readonly DeAT: "de_AT";
|
|
18
18
|
readonly DeCH: "de_CH";
|
|
19
|
+
readonly DeLU: "de_LU";
|
|
19
20
|
readonly FRFR: "fr_FR";
|
|
20
21
|
readonly FrBE: "fr_BE";
|
|
22
|
+
readonly FrLU: "fr_LU";
|
|
21
23
|
readonly ESES: "es_ES";
|
|
22
24
|
readonly CaES: "ca_ES";
|
|
23
25
|
readonly PTPT: "pt_PT";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entityorganization.d.ts","sourceRoot":"","sources":["../../../src/models/entityorganization.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAI5B,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAyB,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EACL,yBAAyB,EAE1B,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,GAAG,EAAqB,MAAM,UAAU,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"entityorganization.d.ts","sourceRoot":"","sources":["../../../src/models/entityorganization.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAI5B,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAyB,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EACL,yBAAyB,EAE1B,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,GAAG,EAAqB,MAAM,UAAU,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;CA0B3B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAC7C,OAAO,wBAAwB,CAChC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,aAAa,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;;;OAMG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,EAAE,wBAAwB,GAAG,IAAI,CAAC;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,yBAAyB,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7D;;OAEG;IACH,KAAK,EAAE,uBAAuB,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAC4C,CAAC;AAEtD,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D;AAED,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entityorganization.js","sourceRoot":"","sources":["../../../src/models/entityorganization.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"entityorganization.js","sourceRoot":"","sources":["../../../src/models/entityorganization.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA+IH,0EAQC;AAwBD,gEAQC;AArLD,0CAA4B;AAC5B,wDAAuD;AACvD,kDAA8C;AAC9C,6DAA+C;AAG/C,6CAA8D;AAE9D,iFAGwC;AACxC,qCAAkD;AAElD;;GAEG;AACU,QAAA,wBAAwB,GAAG;IACtC,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,MAAM;CACJ,CAAC;AAgFX,gBAAgB;AACH,QAAA,sCAAsC,GAI/C,SAAS,CAAC,aAAa,CAAC,gCAAwB,CAAC,CAAC;AAEtD,gBAAgB;AACH,QAAA,qCAAqC,GAI9C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,0BAAiB,CAAC,QAAQ,EAAE;IAClC,SAAS,EAAE,0BAAiB,CAAC,QAAQ,EAAE;IACvC,aAAa,EAAE,0BAAiB,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC;AAEH,SAAgB,+BAA+B,CAC7C,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,6CAAqC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EACjE,qDAAqD,CACtD,CAAC;AACJ,CAAC;AAED,gBAAgB;AACH,QAAA,gCAAgC,GAIzC,CAAC,CAAC,MAAM,CAAC;IACX,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE;IACpB,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE;IACjB,MAAM,EAAE,CAAC,CAAC,QAAQ,CAAC,8CAAsC,CAAC;IAC1D,OAAO,EAAE,kCAAqB;IAC9B,kBAAkB,EAAE,CAAC,CAAC,MAAM,EAAE;IAC9B,SAAS,EAAE,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;IAC5C,aAAa,EAAE,CAAC,CAAC,QAAQ,CAAC,sEAAuC,CAAC,CAAC,QAAQ,EAAE;IAC7E,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,6CAAqC,CAAC;CAC5D,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,QAAQ,EAAE,OAAO;KAClB,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,0BAA0B,CACxC,UAAkB;IAElB,OAAO,IAAA,sBAAS,EACd,UAAU,EACV,CAAC,CAAC,EAAE,EAAE,CAAC,wCAAgC,CAAC,KAAK,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,EAC5D,gDAAgD,CACjD,CAAC;AACJ,CAAC"}
|
|
@@ -843,7 +843,7 @@ export type ListPaymentResponse = {
|
|
|
843
843
|
billingAddress?: ListPaymentResponseBillingAddress | undefined;
|
|
844
844
|
shippingAddress?: PaymentAddress | undefined;
|
|
845
845
|
/**
|
|
846
|
-
*
|
|
846
|
+
* Sets the language for customer-facing content and communications.
|
|
847
847
|
*/
|
|
848
848
|
locale?: LocaleResponse | null | undefined;
|
|
849
849
|
/**
|
|
@@ -809,7 +809,7 @@ export type ListSettlementPaymentResponse = {
|
|
|
809
809
|
billingAddress?: ListSettlementPaymentResponseBillingAddress | undefined;
|
|
810
810
|
shippingAddress?: PaymentAddress | undefined;
|
|
811
811
|
/**
|
|
812
|
-
*
|
|
812
|
+
* Sets the language for customer-facing content and communications.
|
|
813
813
|
*/
|
|
814
814
|
locale?: LocaleResponse | null | undefined;
|
|
815
815
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
2
|
import { ClosedEnum } from "../types/enums.js";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Sets the language for customer-facing content and communications.
|
|
5
5
|
*/
|
|
6
6
|
export declare const Locale: {
|
|
7
7
|
readonly EnUS: "en_US";
|
|
@@ -11,8 +11,10 @@ export declare const Locale: {
|
|
|
11
11
|
readonly DEDE: "de_DE";
|
|
12
12
|
readonly DeAT: "de_AT";
|
|
13
13
|
readonly DeCH: "de_CH";
|
|
14
|
+
readonly DeLU: "de_LU";
|
|
14
15
|
readonly FRFR: "fr_FR";
|
|
15
16
|
readonly FrBE: "fr_BE";
|
|
17
|
+
readonly FrLU: "fr_LU";
|
|
16
18
|
readonly ESES: "es_ES";
|
|
17
19
|
readonly CaES: "ca_ES";
|
|
18
20
|
readonly PTPT: "pt_PT";
|
|
@@ -29,7 +31,7 @@ export declare const Locale: {
|
|
|
29
31
|
readonly Null: "null";
|
|
30
32
|
};
|
|
31
33
|
/**
|
|
32
|
-
*
|
|
34
|
+
* Sets the language for customer-facing content and communications.
|
|
33
35
|
*/
|
|
34
36
|
export type Locale = ClosedEnum<typeof Locale>;
|
|
35
37
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../../../src/models/locale.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../../../src/models/locale.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BT,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC;AAE/C,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,MAAM,CAC5C,CAAC"}
|
|
@@ -40,7 +40,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
40
40
|
exports.Locale$outboundSchema = exports.Locale = void 0;
|
|
41
41
|
const z = __importStar(require("zod/v3"));
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Sets the language for customer-facing content and communications.
|
|
44
44
|
*/
|
|
45
45
|
exports.Locale = {
|
|
46
46
|
EnUS: "en_US",
|
|
@@ -50,8 +50,10 @@ exports.Locale = {
|
|
|
50
50
|
DEDE: "de_DE",
|
|
51
51
|
DeAT: "de_AT",
|
|
52
52
|
DeCH: "de_CH",
|
|
53
|
+
DeLU: "de_LU",
|
|
53
54
|
FRFR: "fr_FR",
|
|
54
55
|
FrBE: "fr_BE",
|
|
56
|
+
FrLU: "fr_LU",
|
|
55
57
|
ESES: "es_ES",
|
|
56
58
|
CaES: "ca_ES",
|
|
57
59
|
PTPT: "pt_PT",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale.js","sourceRoot":"","sources":["../../../src/models/locale.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;GAEG;AACU,QAAA,MAAM,GAAG;IACpB,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,MAAM;CACJ,CAAC;AAMX,gBAAgB;AACH,QAAA,qBAAqB,GAAmC,CAAC;KACnE,UAAU,CAAC,cAAM,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"locale.js","sourceRoot":"","sources":["../../../src/models/locale.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,0CAA4B;AAG5B;;GAEG;AACU,QAAA,MAAM,GAAG;IACpB,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,MAAM;CACJ,CAAC;AAMX,gBAAgB;AACH,QAAA,qBAAqB,GAAmC,CAAC;KACnE,UAAU,CAAC,cAAM,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
2
|
import { OpenEnum } from "../types/enums.js";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Sets the language for customer-facing content and communications.
|
|
5
5
|
*/
|
|
6
6
|
export declare const LocaleResponse: {
|
|
7
7
|
readonly EnUS: "en_US";
|
|
@@ -11,8 +11,10 @@ export declare const LocaleResponse: {
|
|
|
11
11
|
readonly DEDE: "de_DE";
|
|
12
12
|
readonly DeAT: "de_AT";
|
|
13
13
|
readonly DeCH: "de_CH";
|
|
14
|
+
readonly DeLU: "de_LU";
|
|
14
15
|
readonly FRFR: "fr_FR";
|
|
15
16
|
readonly FrBE: "fr_BE";
|
|
17
|
+
readonly FrLU: "fr_LU";
|
|
16
18
|
readonly ESES: "es_ES";
|
|
17
19
|
readonly CaES: "ca_ES";
|
|
18
20
|
readonly PTPT: "pt_PT";
|
|
@@ -29,7 +31,7 @@ export declare const LocaleResponse: {
|
|
|
29
31
|
readonly Null: "null";
|
|
30
32
|
};
|
|
31
33
|
/**
|
|
32
|
-
*
|
|
34
|
+
* Sets the language for customer-facing content and communications.
|
|
33
35
|
*/
|
|
34
36
|
export type LocaleResponse = OpenEnum<typeof LocaleResponse>;
|
|
35
37
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeresponse.d.ts","sourceRoot":"","sources":["../../../src/models/localeresponse.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C;;GAEG;AACH,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"localeresponse.d.ts","sourceRoot":"","sources":["../../../src/models/localeresponse.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BjB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC,OAAO,cAAc,CAAC,CAAC;AAE7D,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,cAAc,EACd,CAAC,CAAC,UAAU,EACZ,OAAO,CACkC,CAAC;AAC5C,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,MAAM,EACN,CAAC,CAAC,UAAU,EACZ,cAAc,CAC4B,CAAC"}
|
|
@@ -40,7 +40,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
40
40
|
exports.LocaleResponse$outboundSchema = exports.LocaleResponse$inboundSchema = exports.LocaleResponse = void 0;
|
|
41
41
|
const openEnums = __importStar(require("../types/enums.js"));
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* Sets the language for customer-facing content and communications.
|
|
44
44
|
*/
|
|
45
45
|
exports.LocaleResponse = {
|
|
46
46
|
EnUS: "en_US",
|
|
@@ -50,8 +50,10 @@ exports.LocaleResponse = {
|
|
|
50
50
|
DEDE: "de_DE",
|
|
51
51
|
DeAT: "de_AT",
|
|
52
52
|
DeCH: "de_CH",
|
|
53
|
+
DeLU: "de_LU",
|
|
53
54
|
FRFR: "fr_FR",
|
|
54
55
|
FrBE: "fr_BE",
|
|
56
|
+
FrLU: "fr_LU",
|
|
55
57
|
ESES: "es_ES",
|
|
56
58
|
CaES: "ca_ES",
|
|
57
59
|
PTPT: "pt_PT",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeresponse.js","sourceRoot":"","sources":["../../../src/models/localeresponse.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,6DAA+C;AAG/C;;GAEG;AACU,QAAA,cAAc,GAAG;IAC5B,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,MAAM;CACJ,CAAC;AAMX,gBAAgB;AACH,QAAA,4BAA4B,GAIrC,SAAS,CAAC,aAAa,CAAC,sBAAc,CAAC,CAAC;AAC5C,gBAAgB;AACH,QAAA,6BAA6B,GAItC,SAAS,CAAC,cAAc,CAAC,sBAAc,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"localeresponse.js","sourceRoot":"","sources":["../../../src/models/localeresponse.ts"],"names":[],"mappings":";AAAA;;;GAGG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAGH,6DAA+C;AAG/C;;GAEG;AACU,QAAA,cAAc,GAAG;IAC5B,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,MAAM;CACJ,CAAC;AAMX,gBAAgB;AACH,QAAA,4BAA4B,GAIrC,SAAS,CAAC,aAAa,CAAC,sBAAc,CAAC,CAAC;AAC5C,gBAAgB;AACH,QAAA,6BAA6B,GAItC,SAAS,CAAC,cAAc,CAAC,sBAAc,CAAC,CAAC"}
|
|
@@ -14,7 +14,7 @@ export type UpdateCustomerRequestBody = {
|
|
|
14
14
|
*/
|
|
15
15
|
email?: string | null | undefined;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Sets the language for customer-facing content and communications.
|
|
18
18
|
*/
|
|
19
19
|
locale?: models.LocaleResponse | null | undefined;
|
|
20
20
|
/**
|
|
@@ -70,7 +70,7 @@ export type UpdatePaymentRequestBody = {
|
|
|
70
70
|
*/
|
|
71
71
|
method?: models.MethodEnum | null | undefined;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* Sets the language for customer-facing content and communications.
|
|
74
74
|
*/
|
|
75
75
|
locale?: models.Locale | null | undefined;
|
|
76
76
|
/**
|
|
@@ -303,7 +303,7 @@ export type PaymentRequest = {
|
|
|
303
303
|
billingAddress?: PaymentRequestBillingAddress | undefined;
|
|
304
304
|
shippingAddress?: PaymentAddress | undefined;
|
|
305
305
|
/**
|
|
306
|
-
*
|
|
306
|
+
* Sets the language for customer-facing content and communications.
|
|
307
307
|
*/
|
|
308
308
|
locale?: Locale | null | undefined;
|
|
309
309
|
method?: MethodEnum | Array<MethodEnum | null> | null | undefined;
|
|
@@ -847,7 +847,7 @@ export type PaymentResponse = {
|
|
|
847
847
|
billingAddress?: PaymentResponseBillingAddress | undefined;
|
|
848
848
|
shippingAddress?: PaymentAddress | undefined;
|
|
849
849
|
/**
|
|
850
|
-
*
|
|
850
|
+
* Sets the language for customer-facing content and communications.
|
|
851
851
|
*/
|
|
852
852
|
locale?: LocaleResponse | null | undefined;
|
|
853
853
|
/**
|
package/dist/esm/lib/config.d.ts
CHANGED
|
@@ -47,8 +47,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
47
47
|
export declare const SDK_METADATA: {
|
|
48
48
|
readonly language: "typescript";
|
|
49
49
|
readonly openapiDocVersion: "1.0.0";
|
|
50
|
-
readonly sdkVersion: "1.6.
|
|
51
|
-
readonly genVersion: "2.
|
|
52
|
-
readonly userAgent: "speakeasy-sdk/typescript 1.6.
|
|
50
|
+
readonly sdkVersion: "1.6.7";
|
|
51
|
+
readonly genVersion: "2.882.0";
|
|
52
|
+
readonly userAgent: "speakeasy-sdk/typescript 1.6.7 2.882.0 1.0.0 mollie-api-typescript";
|
|
53
53
|
};
|
|
54
54
|
//# sourceMappingURL=config.d.ts.map
|
package/dist/esm/lib/config.js
CHANGED
|
@@ -25,8 +25,8 @@ export function serverURLFromOptions(options) {
|
|
|
25
25
|
export const SDK_METADATA = {
|
|
26
26
|
language: "typescript",
|
|
27
27
|
openapiDocVersion: "1.0.0",
|
|
28
|
-
sdkVersion: "1.6.
|
|
29
|
-
genVersion: "2.
|
|
30
|
-
userAgent: "speakeasy-sdk/typescript 1.6.
|
|
28
|
+
sdkVersion: "1.6.7",
|
|
29
|
+
genVersion: "2.882.0",
|
|
30
|
+
userAgent: "speakeasy-sdk/typescript 1.6.7 2.882.0 1.0.0 mollie-api-typescript",
|
|
31
31
|
};
|
|
32
32
|
//# sourceMappingURL=config.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH,OAAO,EAAU,UAAU,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,wBAAwB;CAChB,CAAC;AA4CX,MAAM,UAAU,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,OAAO;IAC1B,UAAU,EAAE,OAAO;IACnB,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../src/lib/config.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAMH,OAAO,EAAU,UAAU,EAAE,MAAM,UAAU,CAAC;AAE9C;;GAEG;AACH,MAAM,CAAC,MAAM,UAAU,GAAG;IACxB,wBAAwB;CAChB,CAAC;AA4CX,MAAM,UAAU,oBAAoB,CAAC,OAAmB;IACtD,IAAI,SAAS,GAAG,OAAO,CAAC,SAAS,CAAC;IAElC,MAAM,MAAM,GAAW,EAAE,CAAC;IAE1B,IAAI,CAAC,SAAS,EAAE,CAAC;QACf,MAAM,SAAS,GAAG,OAAO,CAAC,SAAS,IAAI,CAAC,CAAC;QACzC,IAAI,SAAS,GAAG,CAAC,IAAI,SAAS,IAAI,UAAU,CAAC,MAAM,EAAE,CAAC;YACpD,MAAM,IAAI,KAAK,CAAC,wBAAwB,SAAS,EAAE,CAAC,CAAC;QACvD,CAAC;QACD,SAAS,GAAG,UAAU,CAAC,SAAS,CAAC,IAAI,EAAE,CAAC;IAC1C,CAAC;IAED,MAAM,CAAC,GAAG,UAAU,CAAC,SAAS,CAAC,CAAC,MAAM,CAAC,CAAC;IACxC,OAAO,IAAI,GAAG,CAAC,CAAC,CAAC,CAAC;AACpB,CAAC;AAED,MAAM,CAAC,MAAM,YAAY,GAAG;IAC1B,QAAQ,EAAE,YAAY;IACtB,iBAAiB,EAAE,OAAO;IAC1B,UAAU,EAAE,OAAO;IACnB,UAAU,EAAE,SAAS;IACrB,SAAS,EACP,oEAAoE;CAC9D,CAAC"}
|
|
@@ -15,7 +15,7 @@ export type EntityCustomer = {
|
|
|
15
15
|
*/
|
|
16
16
|
email?: string | null | undefined;
|
|
17
17
|
/**
|
|
18
|
-
*
|
|
18
|
+
* Sets the language for customer-facing content and communications.
|
|
19
19
|
*/
|
|
20
20
|
locale?: LocaleResponse | null | undefined;
|
|
21
21
|
/**
|
|
@@ -16,8 +16,10 @@ export declare const EntityOrganizationLocale: {
|
|
|
16
16
|
readonly DEDE: "de_DE";
|
|
17
17
|
readonly DeAT: "de_AT";
|
|
18
18
|
readonly DeCH: "de_CH";
|
|
19
|
+
readonly DeLU: "de_LU";
|
|
19
20
|
readonly FRFR: "fr_FR";
|
|
20
21
|
readonly FrBE: "fr_BE";
|
|
22
|
+
readonly FrLU: "fr_LU";
|
|
21
23
|
readonly ESES: "es_ES";
|
|
22
24
|
readonly CaES: "ca_ES";
|
|
23
25
|
readonly PTPT: "pt_PT";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entityorganization.d.ts","sourceRoot":"","sources":["../../../src/models/entityorganization.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAI5B,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAyB,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EACL,yBAAyB,EAE1B,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,GAAG,EAAqB,MAAM,UAAU,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"entityorganization.d.ts","sourceRoot":"","sources":["../../../src/models/entityorganization.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAI5B,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAC7C,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,EAAE,OAAO,EAAyB,MAAM,cAAc,CAAC;AAC9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,gCAAgC,CAAC;AACpE,OAAO,EACL,yBAAyB,EAE1B,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,GAAG,EAAqB,MAAM,UAAU,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;;;;;;;;;;;;;;;;;;;;;;CA0B3B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,QAAQ,CAC7C,OAAO,wBAAwB,CAChC,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;IACvB;;OAEG;IACH,SAAS,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;IAC5B;;OAEG;IACH,aAAa,CAAC,EAAE,GAAG,GAAG,SAAS,CAAC;CACjC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG;IAC/B;;;;;OAKG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;;;;;OAMG;IACH,KAAK,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,MAAM,EAAE,wBAAwB,GAAG,IAAI,CAAC;IACxC,OAAO,EAAE,OAAO,CAAC;IACjB;;OAEG;IACH,kBAAkB,EAAE,MAAM,CAAC;IAC3B;;;;;;;OAOG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;IACtC;;;;;;;OAOG;IACH,aAAa,CAAC,EAAE,yBAAyB,GAAG,IAAI,GAAG,SAAS,CAAC;IAC7D;;OAEG;IACH,KAAK,EAAE,uBAAuB,CAAC;CAChC,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,sCAAsC,EAAE,CAAC,CAAC,OAAO,CAC5D,wBAAwB,EACxB,CAAC,CAAC,UAAU,EACZ,OAAO,CAC4C,CAAC;AAEtD,gBAAgB;AAChB,eAAO,MAAM,qCAAqC,EAAE,CAAC,CAAC,OAAO,CAC3D,uBAAuB,EACvB,CAAC,CAAC,UAAU,EACZ,OAAO,CAKP,CAAC;AAEH,wBAAgB,+BAA+B,CAC7C,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,uBAAuB,EAAE,kBAAkB,CAAC,CAM9D;AAED,gBAAgB;AAChB,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,kBAAkB,EAClB,CAAC,CAAC,UAAU,EACZ,OAAO,CAgBP,CAAC;AAEH,wBAAgB,0BAA0B,CACxC,UAAU,EAAE,MAAM,GACjB,eAAe,CAAC,kBAAkB,EAAE,kBAAkB,CAAC,CAMzD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"entityorganization.js","sourceRoot":"","sources":["../../../src/models/entityorganization.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"entityorganization.js","sourceRoot":"","sources":["../../../src/models/entityorganization.ts"],"names":[],"mappings":"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"}
|
|
@@ -843,7 +843,7 @@ export type ListPaymentResponse = {
|
|
|
843
843
|
billingAddress?: ListPaymentResponseBillingAddress | undefined;
|
|
844
844
|
shippingAddress?: PaymentAddress | undefined;
|
|
845
845
|
/**
|
|
846
|
-
*
|
|
846
|
+
* Sets the language for customer-facing content and communications.
|
|
847
847
|
*/
|
|
848
848
|
locale?: LocaleResponse | null | undefined;
|
|
849
849
|
/**
|
|
@@ -809,7 +809,7 @@ export type ListSettlementPaymentResponse = {
|
|
|
809
809
|
billingAddress?: ListSettlementPaymentResponseBillingAddress | undefined;
|
|
810
810
|
shippingAddress?: PaymentAddress | undefined;
|
|
811
811
|
/**
|
|
812
|
-
*
|
|
812
|
+
* Sets the language for customer-facing content and communications.
|
|
813
813
|
*/
|
|
814
814
|
locale?: LocaleResponse | null | undefined;
|
|
815
815
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
2
|
import { ClosedEnum } from "../types/enums.js";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Sets the language for customer-facing content and communications.
|
|
5
5
|
*/
|
|
6
6
|
export declare const Locale: {
|
|
7
7
|
readonly EnUS: "en_US";
|
|
@@ -11,8 +11,10 @@ export declare const Locale: {
|
|
|
11
11
|
readonly DEDE: "de_DE";
|
|
12
12
|
readonly DeAT: "de_AT";
|
|
13
13
|
readonly DeCH: "de_CH";
|
|
14
|
+
readonly DeLU: "de_LU";
|
|
14
15
|
readonly FRFR: "fr_FR";
|
|
15
16
|
readonly FrBE: "fr_BE";
|
|
17
|
+
readonly FrLU: "fr_LU";
|
|
16
18
|
readonly ESES: "es_ES";
|
|
17
19
|
readonly CaES: "ca_ES";
|
|
18
20
|
readonly PTPT: "pt_PT";
|
|
@@ -29,7 +31,7 @@ export declare const Locale: {
|
|
|
29
31
|
readonly Null: "null";
|
|
30
32
|
};
|
|
31
33
|
/**
|
|
32
|
-
*
|
|
34
|
+
* Sets the language for customer-facing content and communications.
|
|
33
35
|
*/
|
|
34
36
|
export type Locale = ClosedEnum<typeof Locale>;
|
|
35
37
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../../../src/models/locale.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"locale.d.ts","sourceRoot":"","sources":["../../../src/models/locale.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BT,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,MAAM,GAAG,UAAU,CAAC,OAAO,MAAM,CAAC,CAAC;AAE/C,gBAAgB;AAChB,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,aAAa,CAAC,OAAO,MAAM,CAC5C,CAAC"}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import * as z from "zod/v3";
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Sets the language for customer-facing content and communications.
|
|
8
8
|
*/
|
|
9
9
|
export const Locale = {
|
|
10
10
|
EnUS: "en_US",
|
|
@@ -14,8 +14,10 @@ export const Locale = {
|
|
|
14
14
|
DEDE: "de_DE",
|
|
15
15
|
DeAT: "de_AT",
|
|
16
16
|
DeCH: "de_CH",
|
|
17
|
+
DeLU: "de_LU",
|
|
17
18
|
FRFR: "fr_FR",
|
|
18
19
|
FrBE: "fr_BE",
|
|
20
|
+
FrLU: "fr_LU",
|
|
19
21
|
ESES: "es_ES",
|
|
20
22
|
CaES: "ca_ES",
|
|
21
23
|
PTPT: "pt_PT",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"locale.js","sourceRoot":"","sources":["../../../src/models/locale.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,MAAM;CACJ,CAAC;AAMX,gBAAgB;AAChB,MAAM,CAAC,MAAM,qBAAqB,GAAmC,CAAC;KACnE,UAAU,CAAC,MAAM,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"locale.js","sourceRoot":"","sources":["../../../src/models/locale.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,CAAC,MAAM,MAAM,GAAG;IACpB,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,MAAM;CACJ,CAAC;AAMX,gBAAgB;AAChB,MAAM,CAAC,MAAM,qBAAqB,GAAmC,CAAC;KACnE,UAAU,CAAC,MAAM,CAAC,CAAC"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
2
|
import { OpenEnum } from "../types/enums.js";
|
|
3
3
|
/**
|
|
4
|
-
*
|
|
4
|
+
* Sets the language for customer-facing content and communications.
|
|
5
5
|
*/
|
|
6
6
|
export declare const LocaleResponse: {
|
|
7
7
|
readonly EnUS: "en_US";
|
|
@@ -11,8 +11,10 @@ export declare const LocaleResponse: {
|
|
|
11
11
|
readonly DEDE: "de_DE";
|
|
12
12
|
readonly DeAT: "de_AT";
|
|
13
13
|
readonly DeCH: "de_CH";
|
|
14
|
+
readonly DeLU: "de_LU";
|
|
14
15
|
readonly FRFR: "fr_FR";
|
|
15
16
|
readonly FrBE: "fr_BE";
|
|
17
|
+
readonly FrLU: "fr_LU";
|
|
16
18
|
readonly ESES: "es_ES";
|
|
17
19
|
readonly CaES: "ca_ES";
|
|
18
20
|
readonly PTPT: "pt_PT";
|
|
@@ -29,7 +31,7 @@ export declare const LocaleResponse: {
|
|
|
29
31
|
readonly Null: "null";
|
|
30
32
|
};
|
|
31
33
|
/**
|
|
32
|
-
*
|
|
34
|
+
* Sets the language for customer-facing content and communications.
|
|
33
35
|
*/
|
|
34
36
|
export type LocaleResponse = OpenEnum<typeof LocaleResponse>;
|
|
35
37
|
/** @internal */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeresponse.d.ts","sourceRoot":"","sources":["../../../src/models/localeresponse.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C;;GAEG;AACH,eAAO,MAAM,cAAc
|
|
1
|
+
{"version":3,"file":"localeresponse.d.ts","sourceRoot":"","sources":["../../../src/models/localeresponse.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAE5B,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C;;GAEG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;CA0BjB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC,OAAO,cAAc,CAAC,CAAC;AAE7D,gBAAgB;AAChB,eAAO,MAAM,4BAA4B,EAAE,CAAC,CAAC,OAAO,CAClD,cAAc,EACd,CAAC,CAAC,UAAU,EACZ,OAAO,CACkC,CAAC;AAC5C,gBAAgB;AAChB,eAAO,MAAM,6BAA6B,EAAE,CAAC,CAAC,OAAO,CACnD,MAAM,EACN,CAAC,CAAC,UAAU,EACZ,cAAc,CAC4B,CAAC"}
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
import * as openEnums from "../types/enums.js";
|
|
6
6
|
/**
|
|
7
|
-
*
|
|
7
|
+
* Sets the language for customer-facing content and communications.
|
|
8
8
|
*/
|
|
9
9
|
export const LocaleResponse = {
|
|
10
10
|
EnUS: "en_US",
|
|
@@ -14,8 +14,10 @@ export const LocaleResponse = {
|
|
|
14
14
|
DEDE: "de_DE",
|
|
15
15
|
DeAT: "de_AT",
|
|
16
16
|
DeCH: "de_CH",
|
|
17
|
+
DeLU: "de_LU",
|
|
17
18
|
FRFR: "fr_FR",
|
|
18
19
|
FrBE: "fr_BE",
|
|
20
|
+
FrLU: "fr_LU",
|
|
19
21
|
ESES: "es_ES",
|
|
20
22
|
CaES: "ca_ES",
|
|
21
23
|
PTPT: "pt_PT",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"localeresponse.js","sourceRoot":"","sources":["../../../src/models/localeresponse.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,MAAM;CACJ,CAAC;AAMX,gBAAgB;AAChB,MAAM,CAAC,MAAM,4BAA4B,GAIrC,SAAS,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAC5C,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B,GAItC,SAAS,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"localeresponse.js","sourceRoot":"","sources":["../../../src/models/localeresponse.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAGH,OAAO,KAAK,SAAS,MAAM,mBAAmB,CAAC;AAG/C;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;IAC5B,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,MAAM;CACJ,CAAC;AAMX,gBAAgB;AAChB,MAAM,CAAC,MAAM,4BAA4B,GAIrC,SAAS,CAAC,aAAa,CAAC,cAAc,CAAC,CAAC;AAC5C,gBAAgB;AAChB,MAAM,CAAC,MAAM,6BAA6B,GAItC,SAAS,CAAC,cAAc,CAAC,cAAc,CAAC,CAAC"}
|
|
@@ -14,7 +14,7 @@ export type UpdateCustomerRequestBody = {
|
|
|
14
14
|
*/
|
|
15
15
|
email?: string | null | undefined;
|
|
16
16
|
/**
|
|
17
|
-
*
|
|
17
|
+
* Sets the language for customer-facing content and communications.
|
|
18
18
|
*/
|
|
19
19
|
locale?: models.LocaleResponse | null | undefined;
|
|
20
20
|
/**
|
|
@@ -70,7 +70,7 @@ export type UpdatePaymentRequestBody = {
|
|
|
70
70
|
*/
|
|
71
71
|
method?: models.MethodEnum | null | undefined;
|
|
72
72
|
/**
|
|
73
|
-
*
|
|
73
|
+
* Sets the language for customer-facing content and communications.
|
|
74
74
|
*/
|
|
75
75
|
locale?: models.Locale | null | undefined;
|
|
76
76
|
/**
|
|
@@ -303,7 +303,7 @@ export type PaymentRequest = {
|
|
|
303
303
|
billingAddress?: PaymentRequestBillingAddress | undefined;
|
|
304
304
|
shippingAddress?: PaymentAddress | undefined;
|
|
305
305
|
/**
|
|
306
|
-
*
|
|
306
|
+
* Sets the language for customer-facing content and communications.
|
|
307
307
|
*/
|
|
308
308
|
locale?: Locale | null | undefined;
|
|
309
309
|
method?: MethodEnum | Array<MethodEnum | null> | null | undefined;
|
|
@@ -847,7 +847,7 @@ export type PaymentResponse = {
|
|
|
847
847
|
billingAddress?: PaymentResponseBillingAddress | undefined;
|
|
848
848
|
shippingAddress?: PaymentAddress | undefined;
|
|
849
849
|
/**
|
|
850
|
-
*
|
|
850
|
+
* Sets the language for customer-facing content and communications.
|
|
851
851
|
*/
|
|
852
852
|
locale?: LocaleResponse | null | undefined;
|
|
853
853
|
/**
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -78,8 +78,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
78
78
|
export const SDK_METADATA = {
|
|
79
79
|
language: "typescript",
|
|
80
80
|
openapiDocVersion: "1.0.0",
|
|
81
|
-
sdkVersion: "1.6.
|
|
82
|
-
genVersion: "2.
|
|
81
|
+
sdkVersion: "1.6.7",
|
|
82
|
+
genVersion: "2.882.0",
|
|
83
83
|
userAgent:
|
|
84
|
-
"speakeasy-sdk/typescript 1.6.
|
|
84
|
+
"speakeasy-sdk/typescript 1.6.7 2.882.0 1.0.0 mollie-api-typescript",
|
|
85
85
|
} as const;
|
|
@@ -28,7 +28,7 @@ export type EntityCustomer = {
|
|
|
28
28
|
*/
|
|
29
29
|
email?: string | null | undefined;
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* Sets the language for customer-facing content and communications.
|
|
32
32
|
*/
|
|
33
33
|
locale?: LocaleResponse | null | undefined;
|
|
34
34
|
/**
|
|
@@ -925,7 +925,7 @@ export type ListPaymentResponse = {
|
|
|
925
925
|
billingAddress?: ListPaymentResponseBillingAddress | undefined;
|
|
926
926
|
shippingAddress?: PaymentAddress | undefined;
|
|
927
927
|
/**
|
|
928
|
-
*
|
|
928
|
+
* Sets the language for customer-facing content and communications.
|
|
929
929
|
*/
|
|
930
930
|
locale?: LocaleResponse | null | undefined;
|
|
931
931
|
/**
|
|
@@ -895,7 +895,7 @@ export type ListSettlementPaymentResponse = {
|
|
|
895
895
|
billingAddress?: ListSettlementPaymentResponseBillingAddress | undefined;
|
|
896
896
|
shippingAddress?: PaymentAddress | undefined;
|
|
897
897
|
/**
|
|
898
|
-
*
|
|
898
|
+
* Sets the language for customer-facing content and communications.
|
|
899
899
|
*/
|
|
900
900
|
locale?: LocaleResponse | null | undefined;
|
|
901
901
|
/**
|
package/src/models/locale.ts
CHANGED
|
@@ -7,7 +7,7 @@ import * as z from "zod/v3";
|
|
|
7
7
|
import { ClosedEnum } from "../types/enums.js";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Sets the language for customer-facing content and communications.
|
|
11
11
|
*/
|
|
12
12
|
export const Locale = {
|
|
13
13
|
EnUS: "en_US",
|
|
@@ -17,8 +17,10 @@ export const Locale = {
|
|
|
17
17
|
DEDE: "de_DE",
|
|
18
18
|
DeAT: "de_AT",
|
|
19
19
|
DeCH: "de_CH",
|
|
20
|
+
DeLU: "de_LU",
|
|
20
21
|
FRFR: "fr_FR",
|
|
21
22
|
FrBE: "fr_BE",
|
|
23
|
+
FrLU: "fr_LU",
|
|
22
24
|
ESES: "es_ES",
|
|
23
25
|
CaES: "ca_ES",
|
|
24
26
|
PTPT: "pt_PT",
|
|
@@ -35,7 +37,7 @@ export const Locale = {
|
|
|
35
37
|
Null: "null",
|
|
36
38
|
} as const;
|
|
37
39
|
/**
|
|
38
|
-
*
|
|
40
|
+
* Sets the language for customer-facing content and communications.
|
|
39
41
|
*/
|
|
40
42
|
export type Locale = ClosedEnum<typeof Locale>;
|
|
41
43
|
|
|
@@ -8,7 +8,7 @@ import * as openEnums from "../types/enums.js";
|
|
|
8
8
|
import { OpenEnum } from "../types/enums.js";
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
|
-
*
|
|
11
|
+
* Sets the language for customer-facing content and communications.
|
|
12
12
|
*/
|
|
13
13
|
export const LocaleResponse = {
|
|
14
14
|
EnUS: "en_US",
|
|
@@ -18,8 +18,10 @@ export const LocaleResponse = {
|
|
|
18
18
|
DEDE: "de_DE",
|
|
19
19
|
DeAT: "de_AT",
|
|
20
20
|
DeCH: "de_CH",
|
|
21
|
+
DeLU: "de_LU",
|
|
21
22
|
FRFR: "fr_FR",
|
|
22
23
|
FrBE: "fr_BE",
|
|
24
|
+
FrLU: "fr_LU",
|
|
23
25
|
ESES: "es_ES",
|
|
24
26
|
CaES: "ca_ES",
|
|
25
27
|
PTPT: "pt_PT",
|
|
@@ -36,7 +38,7 @@ export const LocaleResponse = {
|
|
|
36
38
|
Null: "null",
|
|
37
39
|
} as const;
|
|
38
40
|
/**
|
|
39
|
-
*
|
|
41
|
+
* Sets the language for customer-facing content and communications.
|
|
40
42
|
*/
|
|
41
43
|
export type LocaleResponse = OpenEnum<typeof LocaleResponse>;
|
|
42
44
|
|
|
@@ -107,7 +107,7 @@ export type GetCustomerResponse = {
|
|
|
107
107
|
*/
|
|
108
108
|
email: string | null;
|
|
109
109
|
/**
|
|
110
|
-
*
|
|
110
|
+
* Sets the language for customer-facing content and communications.
|
|
111
111
|
*/
|
|
112
112
|
locale: models.LocaleResponse | null;
|
|
113
113
|
/**
|
|
@@ -21,7 +21,7 @@ export type UpdateCustomerRequestBody = {
|
|
|
21
21
|
*/
|
|
22
22
|
email?: string | null | undefined;
|
|
23
23
|
/**
|
|
24
|
-
*
|
|
24
|
+
* Sets the language for customer-facing content and communications.
|
|
25
25
|
*/
|
|
26
26
|
locale?: models.LocaleResponse | null | undefined;
|
|
27
27
|
/**
|
|
@@ -77,7 +77,7 @@ export type UpdatePaymentRequestBody = {
|
|
|
77
77
|
*/
|
|
78
78
|
method?: models.MethodEnum | null | undefined;
|
|
79
79
|
/**
|
|
80
|
-
*
|
|
80
|
+
* Sets the language for customer-facing content and communications.
|
|
81
81
|
*/
|
|
82
82
|
locale?: models.Locale | null | undefined;
|
|
83
83
|
/**
|
|
@@ -336,7 +336,7 @@ export type PaymentRequest = {
|
|
|
336
336
|
billingAddress?: PaymentRequestBillingAddress | undefined;
|
|
337
337
|
shippingAddress?: PaymentAddress | undefined;
|
|
338
338
|
/**
|
|
339
|
-
*
|
|
339
|
+
* Sets the language for customer-facing content and communications.
|
|
340
340
|
*/
|
|
341
341
|
locale?: Locale | null | undefined;
|
|
342
342
|
method?: MethodEnum | Array<MethodEnum | null> | null | undefined;
|
|
@@ -927,7 +927,7 @@ export type PaymentResponse = {
|
|
|
927
927
|
billingAddress?: PaymentResponseBillingAddress | undefined;
|
|
928
928
|
shippingAddress?: PaymentAddress | undefined;
|
|
929
929
|
/**
|
|
930
|
-
*
|
|
930
|
+
* Sets the language for customer-facing content and communications.
|
|
931
931
|
*/
|
|
932
932
|
locale?: LocaleResponse | null | undefined;
|
|
933
933
|
/**
|