mollie-api-typescript 1.6.0 → 1.6.1
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 +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- package/dist/commonjs/models/listpaymentresponse.d.ts +1 -1
- package/dist/commonjs/models/listsettlementpaymentresponse.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 +2 -2
- package/dist/esm/lib/config.js +2 -2
- package/dist/esm/models/listpaymentresponse.d.ts +1 -1
- package/dist/esm/models/listsettlementpaymentresponse.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 +2 -2
- package/src/models/listpaymentresponse.ts +1 -1
- package/src/models/listsettlementpaymentresponse.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.
|
|
50
|
+
readonly sdkVersion: "1.6.1";
|
|
51
51
|
readonly genVersion: "2.881.4";
|
|
52
|
-
readonly userAgent: "speakeasy-sdk/typescript 1.6.
|
|
52
|
+
readonly userAgent: "speakeasy-sdk/typescript 1.6.1 2.881.4 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.
|
|
32
|
+
sdkVersion: "1.6.1",
|
|
33
33
|
genVersion: "2.881.4",
|
|
34
|
-
userAgent: "speakeasy-sdk/typescript 1.6.
|
|
34
|
+
userAgent: "speakeasy-sdk/typescript 1.6.1 2.881.4 1.0.0 mollie-api-typescript",
|
|
35
35
|
};
|
|
36
36
|
//# sourceMappingURL=config.js.map
|
|
@@ -726,7 +726,7 @@ export type ListPaymentResponse = {
|
|
|
726
726
|
*/
|
|
727
727
|
mode: Mode;
|
|
728
728
|
/**
|
|
729
|
-
* The description of the payment
|
|
729
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
730
730
|
*
|
|
731
731
|
* @remarks
|
|
732
732
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -704,7 +704,7 @@ export type ListSettlementPaymentResponse = {
|
|
|
704
704
|
*/
|
|
705
705
|
mode: SettlementMode;
|
|
706
706
|
/**
|
|
707
|
-
* The description of the payment
|
|
707
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
708
708
|
*
|
|
709
709
|
* @remarks
|
|
710
710
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -2,7 +2,7 @@ import * as z from "zod/v3";
|
|
|
2
2
|
import * as models from "../index.js";
|
|
3
3
|
export type UpdatePaymentRequestBody = {
|
|
4
4
|
/**
|
|
5
|
-
* The description of the payment
|
|
5
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
6
6
|
*
|
|
7
7
|
* @remarks
|
|
8
8
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -226,7 +226,7 @@ export type Company = {
|
|
|
226
226
|
};
|
|
227
227
|
export type PaymentRequest = {
|
|
228
228
|
/**
|
|
229
|
-
* The description of the payment
|
|
229
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
230
230
|
*
|
|
231
231
|
* @remarks
|
|
232
232
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -730,7 +730,7 @@ export type PaymentResponse = {
|
|
|
730
730
|
*/
|
|
731
731
|
mode: Mode;
|
|
732
732
|
/**
|
|
733
|
-
* The description of the payment
|
|
733
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
734
734
|
*
|
|
735
735
|
* @remarks
|
|
736
736
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
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.
|
|
50
|
+
readonly sdkVersion: "1.6.1";
|
|
51
51
|
readonly genVersion: "2.881.4";
|
|
52
|
-
readonly userAgent: "speakeasy-sdk/typescript 1.6.
|
|
52
|
+
readonly userAgent: "speakeasy-sdk/typescript 1.6.1 2.881.4 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.
|
|
28
|
+
sdkVersion: "1.6.1",
|
|
29
29
|
genVersion: "2.881.4",
|
|
30
|
-
userAgent: "speakeasy-sdk/typescript 1.6.
|
|
30
|
+
userAgent: "speakeasy-sdk/typescript 1.6.1 2.881.4 1.0.0 mollie-api-typescript",
|
|
31
31
|
};
|
|
32
32
|
//# sourceMappingURL=config.js.map
|
|
@@ -726,7 +726,7 @@ export type ListPaymentResponse = {
|
|
|
726
726
|
*/
|
|
727
727
|
mode: Mode;
|
|
728
728
|
/**
|
|
729
|
-
* The description of the payment
|
|
729
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
730
730
|
*
|
|
731
731
|
* @remarks
|
|
732
732
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -704,7 +704,7 @@ export type ListSettlementPaymentResponse = {
|
|
|
704
704
|
*/
|
|
705
705
|
mode: SettlementMode;
|
|
706
706
|
/**
|
|
707
|
-
* The description of the payment
|
|
707
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
708
708
|
*
|
|
709
709
|
* @remarks
|
|
710
710
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -2,7 +2,7 @@ import * as z from "zod/v3";
|
|
|
2
2
|
import * as models from "../index.js";
|
|
3
3
|
export type UpdatePaymentRequestBody = {
|
|
4
4
|
/**
|
|
5
|
-
* The description of the payment
|
|
5
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
6
6
|
*
|
|
7
7
|
* @remarks
|
|
8
8
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -226,7 +226,7 @@ export type Company = {
|
|
|
226
226
|
};
|
|
227
227
|
export type PaymentRequest = {
|
|
228
228
|
/**
|
|
229
|
-
* The description of the payment
|
|
229
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
230
230
|
*
|
|
231
231
|
* @remarks
|
|
232
232
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -730,7 +730,7 @@ export type PaymentResponse = {
|
|
|
730
730
|
*/
|
|
731
731
|
mode: Mode;
|
|
732
732
|
/**
|
|
733
|
-
* The description of the payment
|
|
733
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
734
734
|
*
|
|
735
735
|
* @remarks
|
|
736
736
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
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.
|
|
81
|
+
sdkVersion: "1.6.1",
|
|
82
82
|
genVersion: "2.881.4",
|
|
83
83
|
userAgent:
|
|
84
|
-
"speakeasy-sdk/typescript 1.6.
|
|
84
|
+
"speakeasy-sdk/typescript 1.6.1 2.881.4 1.0.0 mollie-api-typescript",
|
|
85
85
|
} as const;
|
|
@@ -808,7 +808,7 @@ export type ListPaymentResponse = {
|
|
|
808
808
|
*/
|
|
809
809
|
mode: Mode;
|
|
810
810
|
/**
|
|
811
|
-
* The description of the payment
|
|
811
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
812
812
|
*
|
|
813
813
|
* @remarks
|
|
814
814
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -788,7 +788,7 @@ export type ListSettlementPaymentResponse = {
|
|
|
788
788
|
*/
|
|
789
789
|
mode: SettlementMode;
|
|
790
790
|
/**
|
|
791
|
-
* The description of the payment
|
|
791
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
792
792
|
*
|
|
793
793
|
* @remarks
|
|
794
794
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -9,7 +9,7 @@ import * as models from "../index.js";
|
|
|
9
9
|
|
|
10
10
|
export type UpdatePaymentRequestBody = {
|
|
11
11
|
/**
|
|
12
|
-
* The description of the payment
|
|
12
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
13
13
|
*
|
|
14
14
|
* @remarks
|
|
15
15
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -259,7 +259,7 @@ export type Company = {
|
|
|
259
259
|
|
|
260
260
|
export type PaymentRequest = {
|
|
261
261
|
/**
|
|
262
|
-
* The description of the payment
|
|
262
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
263
263
|
*
|
|
264
264
|
* @remarks
|
|
265
265
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|
|
@@ -810,7 +810,7 @@ export type PaymentResponse = {
|
|
|
810
810
|
*/
|
|
811
811
|
mode: Mode;
|
|
812
812
|
/**
|
|
813
|
-
* The description of the payment
|
|
813
|
+
* The description of the payment will be shown to your customer on their card or bank statement when possible.
|
|
814
814
|
*
|
|
815
815
|
* @remarks
|
|
816
816
|
* We truncate the description automatically according to the limits of the used payment method. The description is
|