mollie-api-typescript 0.1.6 → 0.1.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/bin/mcp-server.js +16 -16
- package/bin/mcp-server.js.map +14 -14
- 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/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/operations/cancelpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/cancelpayment.js +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/createcustomerpayment.js +1 -1
- package/dist/commonjs/models/operations/createpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/createpayment.js +1 -1
- package/dist/commonjs/models/operations/getpayment.d.ts +3 -3
- package/dist/commonjs/models/operations/getpayment.js +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listcustomerpayments.js +1 -1
- package/dist/commonjs/models/operations/listpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listpayments.js +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listsettlementpayments.js +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +3 -3
- package/dist/commonjs/models/operations/listsubscriptionpayments.js +1 -1
- package/dist/commonjs/models/operations/updatepayment.d.ts +3 -3
- package/dist/commonjs/models/operations/updatepayment.js +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/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/operations/cancelpayment.d.ts +3 -3
- package/dist/esm/models/operations/cancelpayment.js +1 -1
- package/dist/esm/models/operations/createcustomerpayment.d.ts +3 -3
- package/dist/esm/models/operations/createcustomerpayment.js +1 -1
- package/dist/esm/models/operations/createpayment.d.ts +3 -3
- package/dist/esm/models/operations/createpayment.js +1 -1
- package/dist/esm/models/operations/getpayment.d.ts +3 -3
- package/dist/esm/models/operations/getpayment.js +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +3 -3
- package/dist/esm/models/operations/getpaymentlinkpayments.js +1 -1
- package/dist/esm/models/operations/listcustomerpayments.d.ts +3 -3
- package/dist/esm/models/operations/listcustomerpayments.js +1 -1
- package/dist/esm/models/operations/listpayments.d.ts +3 -3
- package/dist/esm/models/operations/listpayments.js +1 -1
- package/dist/esm/models/operations/listsettlementpayments.d.ts +3 -3
- package/dist/esm/models/operations/listsettlementpayments.js +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts +3 -3
- package/dist/esm/models/operations/listsubscriptionpayments.js +1 -1
- package/dist/esm/models/operations/updatepayment.d.ts +3 -3
- package/dist/esm/models/operations/updatepayment.js +1 -1
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/cancelpayment.ts +1 -1
- package/src/models/operations/createcustomerpayment.ts +1 -1
- package/src/models/operations/createpayment.ts +1 -1
- package/src/models/operations/getpayment.ts +1 -1
- package/src/models/operations/getpaymentlinkpayments.ts +1 -1
- package/src/models/operations/listcustomerpayments.ts +1 -1
- package/src/models/operations/listpayments.ts +1 -1
- package/src/models/operations/listsettlementpayments.ts +1 -1
- package/src/models/operations/listsubscriptionpayments.ts +1 -1
- package/src/models/operations/updatepayment.ts +1 -1
|
@@ -1203,7 +1203,7 @@ export declare const GetPaymentLinkPaymentsFeeRegion: {
|
|
|
1203
1203
|
readonly Maestro: "maestro";
|
|
1204
1204
|
readonly Other: "other";
|
|
1205
1205
|
readonly Inter: "inter";
|
|
1206
|
-
readonly IntraEea: "
|
|
1206
|
+
readonly IntraEea: "intra_eea";
|
|
1207
1207
|
};
|
|
1208
1208
|
/**
|
|
1209
1209
|
* The applicable card fee region.
|
|
@@ -3909,7 +3909,7 @@ export declare namespace GetPaymentLinkPaymentsFeeRegion$ {
|
|
|
3909
3909
|
readonly Maestro: "maestro";
|
|
3910
3910
|
readonly Other: "other";
|
|
3911
3911
|
readonly Inter: "inter";
|
|
3912
|
-
readonly IntraEea: "
|
|
3912
|
+
readonly IntraEea: "intra_eea";
|
|
3913
3913
|
}>;
|
|
3914
3914
|
/** @deprecated use `GetPaymentLinkPaymentsFeeRegion$outboundSchema` instead. */
|
|
3915
3915
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3922,7 +3922,7 @@ export declare namespace GetPaymentLinkPaymentsFeeRegion$ {
|
|
|
3922
3922
|
readonly Maestro: "maestro";
|
|
3923
3923
|
readonly Other: "other";
|
|
3924
3924
|
readonly Inter: "inter";
|
|
3925
|
-
readonly IntraEea: "
|
|
3925
|
+
readonly IntraEea: "intra_eea";
|
|
3926
3926
|
}>;
|
|
3927
3927
|
}
|
|
3928
3928
|
/** @internal */
|
|
@@ -1213,7 +1213,7 @@ export declare const ListCustomerPaymentsFeeRegion: {
|
|
|
1213
1213
|
readonly Maestro: "maestro";
|
|
1214
1214
|
readonly Other: "other";
|
|
1215
1215
|
readonly Inter: "inter";
|
|
1216
|
-
readonly IntraEea: "
|
|
1216
|
+
readonly IntraEea: "intra_eea";
|
|
1217
1217
|
};
|
|
1218
1218
|
/**
|
|
1219
1219
|
* The applicable card fee region.
|
|
@@ -3920,7 +3920,7 @@ export declare namespace ListCustomerPaymentsFeeRegion$ {
|
|
|
3920
3920
|
readonly Maestro: "maestro";
|
|
3921
3921
|
readonly Other: "other";
|
|
3922
3922
|
readonly Inter: "inter";
|
|
3923
|
-
readonly IntraEea: "
|
|
3923
|
+
readonly IntraEea: "intra_eea";
|
|
3924
3924
|
}>;
|
|
3925
3925
|
/** @deprecated use `ListCustomerPaymentsFeeRegion$outboundSchema` instead. */
|
|
3926
3926
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3933,7 +3933,7 @@ export declare namespace ListCustomerPaymentsFeeRegion$ {
|
|
|
3933
3933
|
readonly Maestro: "maestro";
|
|
3934
3934
|
readonly Other: "other";
|
|
3935
3935
|
readonly Inter: "inter";
|
|
3936
|
-
readonly IntraEea: "
|
|
3936
|
+
readonly IntraEea: "intra_eea";
|
|
3937
3937
|
}>;
|
|
3938
3938
|
}
|
|
3939
3939
|
/** @internal */
|
|
@@ -1209,7 +1209,7 @@ export declare const ListPaymentsFeeRegion: {
|
|
|
1209
1209
|
readonly Maestro: "maestro";
|
|
1210
1210
|
readonly Other: "other";
|
|
1211
1211
|
readonly Inter: "inter";
|
|
1212
|
-
readonly IntraEea: "
|
|
1212
|
+
readonly IntraEea: "intra_eea";
|
|
1213
1213
|
};
|
|
1214
1214
|
/**
|
|
1215
1215
|
* The applicable card fee region.
|
|
@@ -3915,7 +3915,7 @@ export declare namespace ListPaymentsFeeRegion$ {
|
|
|
3915
3915
|
readonly Maestro: "maestro";
|
|
3916
3916
|
readonly Other: "other";
|
|
3917
3917
|
readonly Inter: "inter";
|
|
3918
|
-
readonly IntraEea: "
|
|
3918
|
+
readonly IntraEea: "intra_eea";
|
|
3919
3919
|
}>;
|
|
3920
3920
|
/** @deprecated use `ListPaymentsFeeRegion$outboundSchema` instead. */
|
|
3921
3921
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3928,7 +3928,7 @@ export declare namespace ListPaymentsFeeRegion$ {
|
|
|
3928
3928
|
readonly Maestro: "maestro";
|
|
3929
3929
|
readonly Other: "other";
|
|
3930
3930
|
readonly Inter: "inter";
|
|
3931
|
-
readonly IntraEea: "
|
|
3931
|
+
readonly IntraEea: "intra_eea";
|
|
3932
3932
|
}>;
|
|
3933
3933
|
}
|
|
3934
3934
|
/** @internal */
|
|
@@ -1213,7 +1213,7 @@ export declare const ListSettlementPaymentsFeeRegion: {
|
|
|
1213
1213
|
readonly Maestro: "maestro";
|
|
1214
1214
|
readonly Other: "other";
|
|
1215
1215
|
readonly Inter: "inter";
|
|
1216
|
-
readonly IntraEea: "
|
|
1216
|
+
readonly IntraEea: "intra_eea";
|
|
1217
1217
|
};
|
|
1218
1218
|
/**
|
|
1219
1219
|
* The applicable card fee region.
|
|
@@ -3920,7 +3920,7 @@ export declare namespace ListSettlementPaymentsFeeRegion$ {
|
|
|
3920
3920
|
readonly Maestro: "maestro";
|
|
3921
3921
|
readonly Other: "other";
|
|
3922
3922
|
readonly Inter: "inter";
|
|
3923
|
-
readonly IntraEea: "
|
|
3923
|
+
readonly IntraEea: "intra_eea";
|
|
3924
3924
|
}>;
|
|
3925
3925
|
/** @deprecated use `ListSettlementPaymentsFeeRegion$outboundSchema` instead. */
|
|
3926
3926
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3933,7 +3933,7 @@ export declare namespace ListSettlementPaymentsFeeRegion$ {
|
|
|
3933
3933
|
readonly Maestro: "maestro";
|
|
3934
3934
|
readonly Other: "other";
|
|
3935
3935
|
readonly Inter: "inter";
|
|
3936
|
-
readonly IntraEea: "
|
|
3936
|
+
readonly IntraEea: "intra_eea";
|
|
3937
3937
|
}>;
|
|
3938
3938
|
}
|
|
3939
3939
|
/** @internal */
|
|
@@ -1217,7 +1217,7 @@ export declare const ListSubscriptionPaymentsFeeRegion: {
|
|
|
1217
1217
|
readonly Maestro: "maestro";
|
|
1218
1218
|
readonly Other: "other";
|
|
1219
1219
|
readonly Inter: "inter";
|
|
1220
|
-
readonly IntraEea: "
|
|
1220
|
+
readonly IntraEea: "intra_eea";
|
|
1221
1221
|
};
|
|
1222
1222
|
/**
|
|
1223
1223
|
* The applicable card fee region.
|
|
@@ -3925,7 +3925,7 @@ export declare namespace ListSubscriptionPaymentsFeeRegion$ {
|
|
|
3925
3925
|
readonly Maestro: "maestro";
|
|
3926
3926
|
readonly Other: "other";
|
|
3927
3927
|
readonly Inter: "inter";
|
|
3928
|
-
readonly IntraEea: "
|
|
3928
|
+
readonly IntraEea: "intra_eea";
|
|
3929
3929
|
}>;
|
|
3930
3930
|
/** @deprecated use `ListSubscriptionPaymentsFeeRegion$outboundSchema` instead. */
|
|
3931
3931
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -3938,7 +3938,7 @@ export declare namespace ListSubscriptionPaymentsFeeRegion$ {
|
|
|
3938
3938
|
readonly Maestro: "maestro";
|
|
3939
3939
|
readonly Other: "other";
|
|
3940
3940
|
readonly Inter: "inter";
|
|
3941
|
-
readonly IntraEea: "
|
|
3941
|
+
readonly IntraEea: "intra_eea";
|
|
3942
3942
|
}>;
|
|
3943
3943
|
}
|
|
3944
3944
|
/** @internal */
|
|
@@ -1565,7 +1565,7 @@ export declare const UpdatePaymentFeeRegion: {
|
|
|
1565
1565
|
readonly Maestro: "maestro";
|
|
1566
1566
|
readonly Other: "other";
|
|
1567
1567
|
readonly Inter: "inter";
|
|
1568
|
-
readonly IntraEea: "
|
|
1568
|
+
readonly IntraEea: "intra_eea";
|
|
1569
1569
|
};
|
|
1570
1570
|
/**
|
|
1571
1571
|
* The applicable card fee region.
|
|
@@ -4470,7 +4470,7 @@ export declare namespace UpdatePaymentFeeRegion$ {
|
|
|
4470
4470
|
readonly Maestro: "maestro";
|
|
4471
4471
|
readonly Other: "other";
|
|
4472
4472
|
readonly Inter: "inter";
|
|
4473
|
-
readonly IntraEea: "
|
|
4473
|
+
readonly IntraEea: "intra_eea";
|
|
4474
4474
|
}>;
|
|
4475
4475
|
/** @deprecated use `UpdatePaymentFeeRegion$outboundSchema` instead. */
|
|
4476
4476
|
const outboundSchema: z.ZodNativeEnum<{
|
|
@@ -4483,7 +4483,7 @@ export declare namespace UpdatePaymentFeeRegion$ {
|
|
|
4483
4483
|
readonly Maestro: "maestro";
|
|
4484
4484
|
readonly Other: "other";
|
|
4485
4485
|
readonly Inter: "inter";
|
|
4486
|
-
readonly IntraEea: "
|
|
4486
|
+
readonly IntraEea: "intra_eea";
|
|
4487
4487
|
}>;
|
|
4488
4488
|
}
|
|
4489
4489
|
/** @internal */
|
package/jsr.json
CHANGED
package/package.json
CHANGED
package/src/lib/config.ts
CHANGED
|
@@ -62,8 +62,8 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
62
62
|
export const SDK_METADATA = {
|
|
63
63
|
language: "typescript",
|
|
64
64
|
openapiDocVersion: "1.0.0",
|
|
65
|
-
sdkVersion: "0.1.
|
|
66
|
-
genVersion: "2.
|
|
65
|
+
sdkVersion: "0.1.7",
|
|
66
|
+
genVersion: "2.687.13",
|
|
67
67
|
userAgent:
|
|
68
|
-
"speakeasy-sdk/typescript 0.1.
|
|
68
|
+
"speakeasy-sdk/typescript 0.1.7 2.687.13 1.0.0 mollie-api-typescript",
|
|
69
69
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED