mollie-api-typescript 0.0.2 → 0.0.4
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/FUNCTIONS.md +1 -1
- package/README.md +6 -6
- package/bin/mcp-server.js +97 -199
- package/bin/mcp-server.js.map +16 -16
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- 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 +10 -59
- package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelpayment.js +10 -43
- package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts +20 -118
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.js +19 -86
- package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createpayment.d.ts +20 -118
- package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createpayment.js +18 -84
- package/dist/commonjs/models/operations/createpayment.js.map +1 -1
- package/dist/commonjs/models/operations/getpayment.d.ts +10 -59
- package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpayment.js +10 -43
- package/dist/commonjs/models/operations/getpayment.js.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +10 -59
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +11 -44
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts +10 -59
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.js +11 -44
- package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts +10 -59
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.js +11 -44
- package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listpayments.d.ts +10 -59
- package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpayments.js +11 -44
- package/dist/commonjs/models/operations/listpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts +10 -59
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.js +11 -44
- package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +10 -59
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.js +11 -44
- package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.d.ts +16 -59
- package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.js +13 -44
- package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- 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 +10 -59
- package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelpayment.js +6 -39
- package/dist/esm/models/operations/cancelpayment.js.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.d.ts +20 -118
- package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.js +13 -80
- package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/esm/models/operations/createpayment.d.ts +20 -118
- package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createpayment.js +12 -78
- package/dist/esm/models/operations/createpayment.js.map +1 -1
- package/dist/esm/models/operations/getpayment.d.ts +10 -59
- package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/getpayment.js +6 -39
- package/dist/esm/models/operations/getpayment.js.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +10 -59
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.js +6 -39
- package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.d.ts +10 -59
- package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.js +6 -39
- package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.d.ts +10 -59
- package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.js +6 -39
- package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/esm/models/operations/listpayments.d.ts +10 -59
- package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listpayments.js +6 -39
- package/dist/esm/models/operations/listpayments.js.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.d.ts +10 -59
- package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.js +6 -39
- package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts +10 -59
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.js +6 -39
- package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/esm/models/operations/updatepayment.d.ts +16 -59
- package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/esm/models/operations/updatepayment.js +8 -39
- package/dist/esm/models/operations/updatepayment.js.map +1 -1
- package/docs/sdks/customers/README.md +2 -2
- package/docs/sdks/payments/README.md +2 -2
- package/examples/package-lock.json +1 -1
- package/examples/paymentsCreate.example.ts +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 +10 -71
- package/src/models/operations/createcustomerpayment.ts +21 -150
- package/src/models/operations/createpayment.ts +20 -143
- package/src/models/operations/getpayment.ts +10 -69
- package/src/models/operations/getpaymentlinkpayments.ts +10 -72
- package/src/models/operations/listallsubscriptions.ts +10 -71
- package/src/models/operations/listcustomerpayments.ts +10 -71
- package/src/models/operations/listpayments.ts +10 -71
- package/src/models/operations/listsettlementpayments.ts +10 -72
- package/src/models/operations/listsubscriptionpayments.ts +10 -74
- package/src/models/operations/updatepayment.ts +12 -71
|
@@ -744,6 +744,7 @@ export const ListSubscriptionPaymentsMethod = {
|
|
|
744
744
|
Banktransfer: "banktransfer",
|
|
745
745
|
Belfius: "belfius",
|
|
746
746
|
Billie: "billie",
|
|
747
|
+
Bizum: "bizum",
|
|
747
748
|
Blik: "blik",
|
|
748
749
|
Creditcard: "creditcard",
|
|
749
750
|
Directdebit: "directdebit",
|
|
@@ -756,6 +757,7 @@ export const ListSubscriptionPaymentsMethod = {
|
|
|
756
757
|
Mbway: "mbway",
|
|
757
758
|
Multibanco: "multibanco",
|
|
758
759
|
Mybank: "mybank",
|
|
760
|
+
Paybybank: "paybybank",
|
|
759
761
|
Payconiq: "payconiq",
|
|
760
762
|
Paypal: "paypal",
|
|
761
763
|
Paysafecard: "paysafecard",
|
|
@@ -815,46 +817,6 @@ export type ListSubscriptionPaymentsCaptureMode = ClosedEnum<
|
|
|
815
817
|
typeof ListSubscriptionPaymentsCaptureMode
|
|
816
818
|
>;
|
|
817
819
|
|
|
818
|
-
/**
|
|
819
|
-
* **Only relevant if you wish to manage authorization and capturing separately.**
|
|
820
|
-
*
|
|
821
|
-
* @remarks
|
|
822
|
-
*
|
|
823
|
-
* Some payment methods allow placing a hold on the card or bank account. This hold or 'authorization' can then at a
|
|
824
|
-
* later point either be 'captured' or canceled.
|
|
825
|
-
*
|
|
826
|
-
* By default, we charge the customer's card or bank account immediately when they complete the payment. If you set a
|
|
827
|
-
* capture delay however, we will delay the automatic capturing of the payment for the specified amount of time. For
|
|
828
|
-
* example `8 hours` or `2 days`.
|
|
829
|
-
*
|
|
830
|
-
* To schedule an automatic capture, the `captureMode` must be set to `automatic`.
|
|
831
|
-
*
|
|
832
|
-
* The maximum delay is 7 days (168 hours).
|
|
833
|
-
*/
|
|
834
|
-
export const ListSubscriptionPaymentsCaptureDelay = {
|
|
835
|
-
DotDotDotHours: "... hours",
|
|
836
|
-
DotDotDotDays: "... days",
|
|
837
|
-
} as const;
|
|
838
|
-
/**
|
|
839
|
-
* **Only relevant if you wish to manage authorization and capturing separately.**
|
|
840
|
-
*
|
|
841
|
-
* @remarks
|
|
842
|
-
*
|
|
843
|
-
* Some payment methods allow placing a hold on the card or bank account. This hold or 'authorization' can then at a
|
|
844
|
-
* later point either be 'captured' or canceled.
|
|
845
|
-
*
|
|
846
|
-
* By default, we charge the customer's card or bank account immediately when they complete the payment. If you set a
|
|
847
|
-
* capture delay however, we will delay the automatic capturing of the payment for the specified amount of time. For
|
|
848
|
-
* example `8 hours` or `2 days`.
|
|
849
|
-
*
|
|
850
|
-
* To schedule an automatic capture, the `captureMode` must be set to `automatic`.
|
|
851
|
-
*
|
|
852
|
-
* The maximum delay is 7 days (168 hours).
|
|
853
|
-
*/
|
|
854
|
-
export type ListSubscriptionPaymentsCaptureDelay = ClosedEnum<
|
|
855
|
-
typeof ListSubscriptionPaymentsCaptureDelay
|
|
856
|
-
>;
|
|
857
|
-
|
|
858
820
|
/**
|
|
859
821
|
* The fee that you wish to charge.
|
|
860
822
|
*
|
|
@@ -1681,8 +1643,10 @@ export type ListSubscriptionPaymentsPaymentOutput = {
|
|
|
1681
1643
|
* To schedule an automatic capture, the `captureMode` must be set to `automatic`.
|
|
1682
1644
|
*
|
|
1683
1645
|
* The maximum delay is 7 days (168 hours).
|
|
1646
|
+
*
|
|
1647
|
+
* Possible values: `... hours` `... days`
|
|
1684
1648
|
*/
|
|
1685
|
-
captureDelay?:
|
|
1649
|
+
captureDelay?: string | null | undefined;
|
|
1686
1650
|
/**
|
|
1687
1651
|
* Indicates the date before which the payment needs to be captured, in ISO 8601 format. From this date onwards we
|
|
1688
1652
|
*
|
|
@@ -3544,30 +3508,6 @@ export namespace ListSubscriptionPaymentsCaptureMode$ {
|
|
|
3544
3508
|
ListSubscriptionPaymentsCaptureMode$outboundSchema;
|
|
3545
3509
|
}
|
|
3546
3510
|
|
|
3547
|
-
/** @internal */
|
|
3548
|
-
export const ListSubscriptionPaymentsCaptureDelay$inboundSchema:
|
|
3549
|
-
z.ZodNativeEnum<typeof ListSubscriptionPaymentsCaptureDelay> = z.nativeEnum(
|
|
3550
|
-
ListSubscriptionPaymentsCaptureDelay,
|
|
3551
|
-
);
|
|
3552
|
-
|
|
3553
|
-
/** @internal */
|
|
3554
|
-
export const ListSubscriptionPaymentsCaptureDelay$outboundSchema:
|
|
3555
|
-
z.ZodNativeEnum<typeof ListSubscriptionPaymentsCaptureDelay> =
|
|
3556
|
-
ListSubscriptionPaymentsCaptureDelay$inboundSchema;
|
|
3557
|
-
|
|
3558
|
-
/**
|
|
3559
|
-
* @internal
|
|
3560
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3561
|
-
*/
|
|
3562
|
-
export namespace ListSubscriptionPaymentsCaptureDelay$ {
|
|
3563
|
-
/** @deprecated use `ListSubscriptionPaymentsCaptureDelay$inboundSchema` instead. */
|
|
3564
|
-
export const inboundSchema =
|
|
3565
|
-
ListSubscriptionPaymentsCaptureDelay$inboundSchema;
|
|
3566
|
-
/** @deprecated use `ListSubscriptionPaymentsCaptureDelay$outboundSchema` instead. */
|
|
3567
|
-
export const outboundSchema =
|
|
3568
|
-
ListSubscriptionPaymentsCaptureDelay$outboundSchema;
|
|
3569
|
-
}
|
|
3570
|
-
|
|
3571
3511
|
/** @internal */
|
|
3572
3512
|
export const ListSubscriptionPaymentsApplicationFeeAmount$inboundSchema:
|
|
3573
3513
|
z.ZodType<
|
|
@@ -5367,11 +5307,9 @@ export const ListSubscriptionPaymentsPaymentOutput$inboundSchema: z.ZodType<
|
|
|
5367
5307
|
z.array(z.string()),
|
|
5368
5308
|
]),
|
|
5369
5309
|
).optional(),
|
|
5370
|
-
captureMode: z.nullable(
|
|
5371
|
-
ListSubscriptionPaymentsCaptureMode$inboundSchema.default("automatic"),
|
|
5372
|
-
),
|
|
5373
|
-
captureDelay: z.nullable(ListSubscriptionPaymentsCaptureDelay$inboundSchema)
|
|
5310
|
+
captureMode: z.nullable(ListSubscriptionPaymentsCaptureMode$inboundSchema)
|
|
5374
5311
|
.optional(),
|
|
5312
|
+
captureDelay: z.nullable(z.string()).optional(),
|
|
5375
5313
|
captureBefore: z.nullable(z.string()).optional(),
|
|
5376
5314
|
applicationFee: z.nullable(
|
|
5377
5315
|
z.lazy(() => ListSubscriptionPaymentsApplicationFee$inboundSchema),
|
|
@@ -5444,7 +5382,7 @@ export type ListSubscriptionPaymentsPaymentOutput$Outbound = {
|
|
|
5444
5382
|
| Array<string>
|
|
5445
5383
|
| null
|
|
5446
5384
|
| undefined;
|
|
5447
|
-
captureMode
|
|
5385
|
+
captureMode?: string | null | undefined;
|
|
5448
5386
|
captureDelay?: string | null | undefined;
|
|
5449
5387
|
captureBefore?: string | null | undefined;
|
|
5450
5388
|
applicationFee?:
|
|
@@ -5525,11 +5463,9 @@ export const ListSubscriptionPaymentsPaymentOutput$outboundSchema: z.ZodType<
|
|
|
5525
5463
|
z.array(z.string()),
|
|
5526
5464
|
]),
|
|
5527
5465
|
).optional(),
|
|
5528
|
-
captureMode: z.nullable(
|
|
5529
|
-
ListSubscriptionPaymentsCaptureMode$outboundSchema.default("automatic"),
|
|
5530
|
-
),
|
|
5531
|
-
captureDelay: z.nullable(ListSubscriptionPaymentsCaptureDelay$outboundSchema)
|
|
5466
|
+
captureMode: z.nullable(ListSubscriptionPaymentsCaptureMode$outboundSchema)
|
|
5532
5467
|
.optional(),
|
|
5468
|
+
captureDelay: z.nullable(z.string()).optional(),
|
|
5533
5469
|
captureBefore: z.nullable(z.string()).optional(),
|
|
5534
5470
|
applicationFee: z.nullable(
|
|
5535
5471
|
z.lazy(() => ListSubscriptionPaymentsApplicationFee$outboundSchema),
|
|
@@ -42,6 +42,7 @@ export const UpdatePaymentMethodRequest = {
|
|
|
42
42
|
Banktransfer: "banktransfer",
|
|
43
43
|
Belfius: "belfius",
|
|
44
44
|
Billie: "billie",
|
|
45
|
+
Bizum: "bizum",
|
|
45
46
|
Blik: "blik",
|
|
46
47
|
Creditcard: "creditcard",
|
|
47
48
|
Directdebit: "directdebit",
|
|
@@ -54,6 +55,7 @@ export const UpdatePaymentMethodRequest = {
|
|
|
54
55
|
Mbway: "mbway",
|
|
55
56
|
Multibanco: "multibanco",
|
|
56
57
|
Mybank: "mybank",
|
|
58
|
+
Paybybank: "paybybank",
|
|
57
59
|
Payconiq: "payconiq",
|
|
58
60
|
Paypal: "paypal",
|
|
59
61
|
Paysafecard: "paysafecard",
|
|
@@ -1094,6 +1096,7 @@ export const UpdatePaymentMethodResponse = {
|
|
|
1094
1096
|
Banktransfer: "banktransfer",
|
|
1095
1097
|
Belfius: "belfius",
|
|
1096
1098
|
Billie: "billie",
|
|
1099
|
+
Bizum: "bizum",
|
|
1097
1100
|
Blik: "blik",
|
|
1098
1101
|
Creditcard: "creditcard",
|
|
1099
1102
|
Directdebit: "directdebit",
|
|
@@ -1106,6 +1109,7 @@ export const UpdatePaymentMethodResponse = {
|
|
|
1106
1109
|
Mbway: "mbway",
|
|
1107
1110
|
Multibanco: "multibanco",
|
|
1108
1111
|
Mybank: "mybank",
|
|
1112
|
+
Paybybank: "paybybank",
|
|
1109
1113
|
Payconiq: "payconiq",
|
|
1110
1114
|
Paypal: "paypal",
|
|
1111
1115
|
Paysafecard: "paysafecard",
|
|
@@ -1165,46 +1169,6 @@ export type UpdatePaymentCaptureMode = ClosedEnum<
|
|
|
1165
1169
|
typeof UpdatePaymentCaptureMode
|
|
1166
1170
|
>;
|
|
1167
1171
|
|
|
1168
|
-
/**
|
|
1169
|
-
* **Only relevant if you wish to manage authorization and capturing separately.**
|
|
1170
|
-
*
|
|
1171
|
-
* @remarks
|
|
1172
|
-
*
|
|
1173
|
-
* Some payment methods allow placing a hold on the card or bank account. This hold or 'authorization' can then at a
|
|
1174
|
-
* later point either be 'captured' or canceled.
|
|
1175
|
-
*
|
|
1176
|
-
* By default, we charge the customer's card or bank account immediately when they complete the payment. If you set a
|
|
1177
|
-
* capture delay however, we will delay the automatic capturing of the payment for the specified amount of time. For
|
|
1178
|
-
* example `8 hours` or `2 days`.
|
|
1179
|
-
*
|
|
1180
|
-
* To schedule an automatic capture, the `captureMode` must be set to `automatic`.
|
|
1181
|
-
*
|
|
1182
|
-
* The maximum delay is 7 days (168 hours).
|
|
1183
|
-
*/
|
|
1184
|
-
export const UpdatePaymentCaptureDelay = {
|
|
1185
|
-
DotDotDotHours: "... hours",
|
|
1186
|
-
DotDotDotDays: "... days",
|
|
1187
|
-
} as const;
|
|
1188
|
-
/**
|
|
1189
|
-
* **Only relevant if you wish to manage authorization and capturing separately.**
|
|
1190
|
-
*
|
|
1191
|
-
* @remarks
|
|
1192
|
-
*
|
|
1193
|
-
* Some payment methods allow placing a hold on the card or bank account. This hold or 'authorization' can then at a
|
|
1194
|
-
* later point either be 'captured' or canceled.
|
|
1195
|
-
*
|
|
1196
|
-
* By default, we charge the customer's card or bank account immediately when they complete the payment. If you set a
|
|
1197
|
-
* capture delay however, we will delay the automatic capturing of the payment for the specified amount of time. For
|
|
1198
|
-
* example `8 hours` or `2 days`.
|
|
1199
|
-
*
|
|
1200
|
-
* To schedule an automatic capture, the `captureMode` must be set to `automatic`.
|
|
1201
|
-
*
|
|
1202
|
-
* The maximum delay is 7 days (168 hours).
|
|
1203
|
-
*/
|
|
1204
|
-
export type UpdatePaymentCaptureDelay = ClosedEnum<
|
|
1205
|
-
typeof UpdatePaymentCaptureDelay
|
|
1206
|
-
>;
|
|
1207
|
-
|
|
1208
1172
|
/**
|
|
1209
1173
|
* The fee that you wish to charge.
|
|
1210
1174
|
*
|
|
@@ -2032,8 +1996,10 @@ export type UpdatePaymentResponse = {
|
|
|
2032
1996
|
* To schedule an automatic capture, the `captureMode` must be set to `automatic`.
|
|
2033
1997
|
*
|
|
2034
1998
|
* The maximum delay is 7 days (168 hours).
|
|
1999
|
+
*
|
|
2000
|
+
* Possible values: `... hours` `... days`
|
|
2035
2001
|
*/
|
|
2036
|
-
captureDelay?:
|
|
2002
|
+
captureDelay?: string | null | undefined;
|
|
2037
2003
|
/**
|
|
2038
2004
|
* Indicates the date before which the payment needs to be captured, in ISO 8601 format. From this date onwards we
|
|
2039
2005
|
*
|
|
@@ -4236,27 +4202,6 @@ export namespace UpdatePaymentCaptureMode$ {
|
|
|
4236
4202
|
export const outboundSchema = UpdatePaymentCaptureMode$outboundSchema;
|
|
4237
4203
|
}
|
|
4238
4204
|
|
|
4239
|
-
/** @internal */
|
|
4240
|
-
export const UpdatePaymentCaptureDelay$inboundSchema: z.ZodNativeEnum<
|
|
4241
|
-
typeof UpdatePaymentCaptureDelay
|
|
4242
|
-
> = z.nativeEnum(UpdatePaymentCaptureDelay);
|
|
4243
|
-
|
|
4244
|
-
/** @internal */
|
|
4245
|
-
export const UpdatePaymentCaptureDelay$outboundSchema: z.ZodNativeEnum<
|
|
4246
|
-
typeof UpdatePaymentCaptureDelay
|
|
4247
|
-
> = UpdatePaymentCaptureDelay$inboundSchema;
|
|
4248
|
-
|
|
4249
|
-
/**
|
|
4250
|
-
* @internal
|
|
4251
|
-
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
4252
|
-
*/
|
|
4253
|
-
export namespace UpdatePaymentCaptureDelay$ {
|
|
4254
|
-
/** @deprecated use `UpdatePaymentCaptureDelay$inboundSchema` instead. */
|
|
4255
|
-
export const inboundSchema = UpdatePaymentCaptureDelay$inboundSchema;
|
|
4256
|
-
/** @deprecated use `UpdatePaymentCaptureDelay$outboundSchema` instead. */
|
|
4257
|
-
export const outboundSchema = UpdatePaymentCaptureDelay$outboundSchema;
|
|
4258
|
-
}
|
|
4259
|
-
|
|
4260
4205
|
/** @internal */
|
|
4261
4206
|
export const UpdatePaymentApplicationFeeAmount$inboundSchema: z.ZodType<
|
|
4262
4207
|
UpdatePaymentApplicationFeeAmount,
|
|
@@ -5895,10 +5840,8 @@ export const UpdatePaymentResponse$inboundSchema: z.ZodType<
|
|
|
5895
5840
|
z.array(z.string()),
|
|
5896
5841
|
]),
|
|
5897
5842
|
).optional(),
|
|
5898
|
-
captureMode: z.nullable(
|
|
5899
|
-
|
|
5900
|
-
),
|
|
5901
|
-
captureDelay: z.nullable(UpdatePaymentCaptureDelay$inboundSchema).optional(),
|
|
5843
|
+
captureMode: z.nullable(UpdatePaymentCaptureMode$inboundSchema).optional(),
|
|
5844
|
+
captureDelay: z.nullable(z.string()).optional(),
|
|
5902
5845
|
captureBefore: z.nullable(z.string()).optional(),
|
|
5903
5846
|
applicationFee: z.nullable(
|
|
5904
5847
|
z.lazy(() => UpdatePaymentApplicationFee$inboundSchema),
|
|
@@ -5962,7 +5905,7 @@ export type UpdatePaymentResponse$Outbound = {
|
|
|
5962
5905
|
| Array<string>
|
|
5963
5906
|
| null
|
|
5964
5907
|
| undefined;
|
|
5965
|
-
captureMode
|
|
5908
|
+
captureMode?: string | null | undefined;
|
|
5966
5909
|
captureDelay?: string | null | undefined;
|
|
5967
5910
|
captureBefore?: string | null | undefined;
|
|
5968
5911
|
applicationFee?: UpdatePaymentApplicationFee$Outbound | null | undefined;
|
|
@@ -6031,10 +5974,8 @@ export const UpdatePaymentResponse$outboundSchema: z.ZodType<
|
|
|
6031
5974
|
z.array(z.string()),
|
|
6032
5975
|
]),
|
|
6033
5976
|
).optional(),
|
|
6034
|
-
captureMode: z.nullable(
|
|
6035
|
-
|
|
6036
|
-
),
|
|
6037
|
-
captureDelay: z.nullable(UpdatePaymentCaptureDelay$outboundSchema).optional(),
|
|
5977
|
+
captureMode: z.nullable(UpdatePaymentCaptureMode$outboundSchema).optional(),
|
|
5978
|
+
captureDelay: z.nullable(z.string()).optional(),
|
|
6038
5979
|
captureBefore: z.nullable(z.string()).optional(),
|
|
6039
5980
|
applicationFee: z.nullable(
|
|
6040
5981
|
z.lazy(() => UpdatePaymentApplicationFee$outboundSchema),
|