mollie-api-typescript 0.1.0 → 0.1.2
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 +223 -1057
- package/bin/mcp-server.js.map +38 -38
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/lib/security.d.ts.map +1 -1
- package/dist/commonjs/lib/security.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 +12 -25
- package/dist/commonjs/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelpayment.js +7 -46
- package/dist/commonjs/models/operations/cancelpayment.js.map +1 -1
- package/dist/commonjs/models/operations/cancelsubscription.d.ts +12 -25
- package/dist/commonjs/models/operations/cancelsubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelsubscription.js +6 -45
- package/dist/commonjs/models/operations/cancelsubscription.js.map +1 -1
- package/dist/commonjs/models/operations/createcapture.d.ts +24 -50
- package/dist/commonjs/models/operations/createcapture.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createcapture.js +10 -88
- package/dist/commonjs/models/operations/createcapture.js.map +1 -1
- package/dist/commonjs/models/operations/createcustomer.d.ts +24 -50
- package/dist/commonjs/models/operations/createcustomer.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createcustomer.js +10 -88
- package/dist/commonjs/models/operations/createcustomer.js.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts +24 -50
- package/dist/commonjs/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createcustomerpayment.js +13 -91
- package/dist/commonjs/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createpayment.d.ts +24 -50
- package/dist/commonjs/models/operations/createpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createpayment.js +13 -91
- package/dist/commonjs/models/operations/createpayment.js.map +1 -1
- package/dist/commonjs/models/operations/createpaymentlink.d.ts +11 -0
- package/dist/commonjs/models/operations/createpaymentlink.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createpaymentlink.js +2 -0
- package/dist/commonjs/models/operations/createpaymentlink.js.map +1 -1
- package/dist/commonjs/models/operations/createrefund.d.ts +24 -50
- package/dist/commonjs/models/operations/createrefund.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createrefund.js +11 -89
- package/dist/commonjs/models/operations/createrefund.js.map +1 -1
- package/dist/commonjs/models/operations/createsubscription.d.ts +24 -50
- package/dist/commonjs/models/operations/createsubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createsubscription.js +10 -88
- package/dist/commonjs/models/operations/createsubscription.js.map +1 -1
- package/dist/commonjs/models/operations/getcapture.d.ts +12 -25
- package/dist/commonjs/models/operations/getcapture.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getcapture.js +6 -45
- package/dist/commonjs/models/operations/getcapture.js.map +1 -1
- package/dist/commonjs/models/operations/getcustomer.d.ts +12 -25
- package/dist/commonjs/models/operations/getcustomer.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getcustomer.js +6 -45
- package/dist/commonjs/models/operations/getcustomer.js.map +1 -1
- package/dist/commonjs/models/operations/getpayment.d.ts +12 -25
- package/dist/commonjs/models/operations/getpayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpayment.js +7 -46
- package/dist/commonjs/models/operations/getpayment.js.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts +18 -31
- package/dist/commonjs/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js +14 -55
- package/dist/commonjs/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/commonjs/models/operations/getrefund.d.ts +12 -25
- package/dist/commonjs/models/operations/getrefund.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getrefund.js +6 -45
- package/dist/commonjs/models/operations/getrefund.js.map +1 -1
- package/dist/commonjs/models/operations/getsubscription.d.ts +12 -25
- package/dist/commonjs/models/operations/getsubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getsubscription.js +6 -45
- package/dist/commonjs/models/operations/getsubscription.js.map +1 -1
- package/dist/commonjs/models/operations/getwebhookevent.d.ts +17 -17
- package/dist/commonjs/models/operations/getwebhookevent.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getwebhookevent.js +20 -20
- package/dist/commonjs/models/operations/getwebhookevent.js.map +1 -1
- package/dist/commonjs/models/operations/listallrefunds.d.ts +12 -25
- package/dist/commonjs/models/operations/listallrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallrefunds.js +6 -45
- package/dist/commonjs/models/operations/listallrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts +12 -25
- package/dist/commonjs/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listallsubscriptions.js +6 -45
- package/dist/commonjs/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/listcaptures.d.ts +12 -25
- package/dist/commonjs/models/operations/listcaptures.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcaptures.js +6 -45
- package/dist/commonjs/models/operations/listcaptures.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts +12 -25
- package/dist/commonjs/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomerpayments.js +8 -47
- package/dist/commonjs/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listcustomers.d.ts +12 -25
- package/dist/commonjs/models/operations/listcustomers.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listcustomers.js +6 -45
- package/dist/commonjs/models/operations/listcustomers.js.map +1 -1
- package/dist/commonjs/models/operations/listpaymentlinks.d.ts +21 -21
- package/dist/commonjs/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpaymentlinks.js +24 -24
- package/dist/commonjs/models/operations/listpaymentlinks.js.map +1 -1
- package/dist/commonjs/models/operations/listpayments.d.ts +12 -25
- package/dist/commonjs/models/operations/listpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listpayments.js +8 -47
- package/dist/commonjs/models/operations/listpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listrefunds.d.ts +12 -25
- package/dist/commonjs/models/operations/listrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listrefunds.js +6 -45
- package/dist/commonjs/models/operations/listrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementcaptures.d.ts +12 -25
- package/dist/commonjs/models/operations/listsettlementcaptures.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementcaptures.js +6 -45
- package/dist/commonjs/models/operations/listsettlementcaptures.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts +12 -25
- package/dist/commonjs/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementpayments.js +8 -47
- package/dist/commonjs/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsettlementrefunds.d.ts +12 -25
- package/dist/commonjs/models/operations/listsettlementrefunds.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsettlementrefunds.js +6 -45
- package/dist/commonjs/models/operations/listsettlementrefunds.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts +12 -25
- package/dist/commonjs/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptionpayments.js +8 -47
- package/dist/commonjs/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.d.ts +12 -25
- package/dist/commonjs/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listsubscriptions.js +6 -45
- package/dist/commonjs/models/operations/listsubscriptions.js.map +1 -1
- package/dist/commonjs/models/operations/updatecustomer.d.ts +24 -50
- package/dist/commonjs/models/operations/updatecustomer.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatecustomer.js +10 -88
- package/dist/commonjs/models/operations/updatecustomer.js.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.d.ts +24 -50
- package/dist/commonjs/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatepayment.js +13 -91
- package/dist/commonjs/models/operations/updatepayment.js.map +1 -1
- package/dist/commonjs/models/operations/updatesubscription.d.ts +24 -50
- package/dist/commonjs/models/operations/updatesubscription.d.ts.map +1 -1
- package/dist/commonjs/models/operations/updatesubscription.js +10 -88
- package/dist/commonjs/models/operations/updatesubscription.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/lib/security.d.ts.map +1 -1
- package/dist/esm/lib/security.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 +12 -25
- package/dist/esm/models/operations/cancelpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelpayment.js +4 -41
- package/dist/esm/models/operations/cancelpayment.js.map +1 -1
- package/dist/esm/models/operations/cancelsubscription.d.ts +12 -25
- package/dist/esm/models/operations/cancelsubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelsubscription.js +4 -41
- package/dist/esm/models/operations/cancelsubscription.js.map +1 -1
- package/dist/esm/models/operations/createcapture.d.ts +24 -50
- package/dist/esm/models/operations/createcapture.d.ts.map +1 -1
- package/dist/esm/models/operations/createcapture.js +8 -82
- package/dist/esm/models/operations/createcapture.js.map +1 -1
- package/dist/esm/models/operations/createcustomer.d.ts +24 -50
- package/dist/esm/models/operations/createcustomer.d.ts.map +1 -1
- package/dist/esm/models/operations/createcustomer.js +8 -82
- package/dist/esm/models/operations/createcustomer.js.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.d.ts +24 -50
- package/dist/esm/models/operations/createcustomerpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createcustomerpayment.js +8 -82
- package/dist/esm/models/operations/createcustomerpayment.js.map +1 -1
- package/dist/esm/models/operations/createpayment.d.ts +24 -50
- package/dist/esm/models/operations/createpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/createpayment.js +8 -82
- package/dist/esm/models/operations/createpayment.js.map +1 -1
- package/dist/esm/models/operations/createpaymentlink.d.ts +11 -0
- package/dist/esm/models/operations/createpaymentlink.d.ts.map +1 -1
- package/dist/esm/models/operations/createpaymentlink.js +2 -0
- package/dist/esm/models/operations/createpaymentlink.js.map +1 -1
- package/dist/esm/models/operations/createrefund.d.ts +24 -50
- package/dist/esm/models/operations/createrefund.d.ts.map +1 -1
- package/dist/esm/models/operations/createrefund.js +8 -82
- package/dist/esm/models/operations/createrefund.js.map +1 -1
- package/dist/esm/models/operations/createsubscription.d.ts +24 -50
- package/dist/esm/models/operations/createsubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/createsubscription.js +8 -82
- package/dist/esm/models/operations/createsubscription.js.map +1 -1
- package/dist/esm/models/operations/getcapture.d.ts +12 -25
- package/dist/esm/models/operations/getcapture.d.ts.map +1 -1
- package/dist/esm/models/operations/getcapture.js +4 -41
- package/dist/esm/models/operations/getcapture.js.map +1 -1
- package/dist/esm/models/operations/getcustomer.d.ts +12 -25
- package/dist/esm/models/operations/getcustomer.d.ts.map +1 -1
- package/dist/esm/models/operations/getcustomer.js +4 -41
- package/dist/esm/models/operations/getcustomer.js.map +1 -1
- package/dist/esm/models/operations/getpayment.d.ts +12 -25
- package/dist/esm/models/operations/getpayment.d.ts.map +1 -1
- package/dist/esm/models/operations/getpayment.js +4 -41
- package/dist/esm/models/operations/getpayment.js.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts +18 -31
- package/dist/esm/models/operations/getpaymentlinkpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/getpaymentlinkpayments.js +10 -49
- package/dist/esm/models/operations/getpaymentlinkpayments.js.map +1 -1
- package/dist/esm/models/operations/getrefund.d.ts +12 -25
- package/dist/esm/models/operations/getrefund.d.ts.map +1 -1
- package/dist/esm/models/operations/getrefund.js +4 -41
- package/dist/esm/models/operations/getrefund.js.map +1 -1
- package/dist/esm/models/operations/getsubscription.d.ts +12 -25
- package/dist/esm/models/operations/getsubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/getsubscription.js +4 -41
- package/dist/esm/models/operations/getsubscription.js.map +1 -1
- package/dist/esm/models/operations/getwebhookevent.d.ts +17 -17
- package/dist/esm/models/operations/getwebhookevent.d.ts.map +1 -1
- package/dist/esm/models/operations/getwebhookevent.js +17 -17
- package/dist/esm/models/operations/getwebhookevent.js.map +1 -1
- package/dist/esm/models/operations/listallrefunds.d.ts +12 -25
- package/dist/esm/models/operations/listallrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listallrefunds.js +4 -41
- package/dist/esm/models/operations/listallrefunds.js.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.d.ts +12 -25
- package/dist/esm/models/operations/listallsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listallsubscriptions.js +4 -41
- package/dist/esm/models/operations/listallsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/listcaptures.d.ts +12 -25
- package/dist/esm/models/operations/listcaptures.d.ts.map +1 -1
- package/dist/esm/models/operations/listcaptures.js +4 -41
- package/dist/esm/models/operations/listcaptures.js.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.d.ts +12 -25
- package/dist/esm/models/operations/listcustomerpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomerpayments.js +4 -41
- package/dist/esm/models/operations/listcustomerpayments.js.map +1 -1
- package/dist/esm/models/operations/listcustomers.d.ts +12 -25
- package/dist/esm/models/operations/listcustomers.d.ts.map +1 -1
- package/dist/esm/models/operations/listcustomers.js +4 -41
- package/dist/esm/models/operations/listcustomers.js.map +1 -1
- package/dist/esm/models/operations/listpaymentlinks.d.ts +21 -21
- package/dist/esm/models/operations/listpaymentlinks.d.ts.map +1 -1
- package/dist/esm/models/operations/listpaymentlinks.js +21 -21
- package/dist/esm/models/operations/listpaymentlinks.js.map +1 -1
- package/dist/esm/models/operations/listpayments.d.ts +12 -25
- package/dist/esm/models/operations/listpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listpayments.js +4 -41
- package/dist/esm/models/operations/listpayments.js.map +1 -1
- package/dist/esm/models/operations/listrefunds.d.ts +12 -25
- package/dist/esm/models/operations/listrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listrefunds.js +4 -41
- package/dist/esm/models/operations/listrefunds.js.map +1 -1
- package/dist/esm/models/operations/listsettlementcaptures.d.ts +12 -25
- package/dist/esm/models/operations/listsettlementcaptures.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementcaptures.js +4 -41
- package/dist/esm/models/operations/listsettlementcaptures.js.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.d.ts +12 -25
- package/dist/esm/models/operations/listsettlementpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementpayments.js +4 -41
- package/dist/esm/models/operations/listsettlementpayments.js.map +1 -1
- package/dist/esm/models/operations/listsettlementrefunds.d.ts +12 -25
- package/dist/esm/models/operations/listsettlementrefunds.d.ts.map +1 -1
- package/dist/esm/models/operations/listsettlementrefunds.js +4 -41
- package/dist/esm/models/operations/listsettlementrefunds.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts +12 -25
- package/dist/esm/models/operations/listsubscriptionpayments.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptionpayments.js +4 -41
- package/dist/esm/models/operations/listsubscriptionpayments.js.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.d.ts +12 -25
- package/dist/esm/models/operations/listsubscriptions.d.ts.map +1 -1
- package/dist/esm/models/operations/listsubscriptions.js +4 -41
- package/dist/esm/models/operations/listsubscriptions.js.map +1 -1
- package/dist/esm/models/operations/updatecustomer.d.ts +24 -50
- package/dist/esm/models/operations/updatecustomer.d.ts.map +1 -1
- package/dist/esm/models/operations/updatecustomer.js +8 -82
- package/dist/esm/models/operations/updatecustomer.js.map +1 -1
- package/dist/esm/models/operations/updatepayment.d.ts +24 -50
- package/dist/esm/models/operations/updatepayment.d.ts.map +1 -1
- package/dist/esm/models/operations/updatepayment.js +8 -82
- package/dist/esm/models/operations/updatepayment.js.map +1 -1
- package/dist/esm/models/operations/updatesubscription.d.ts +24 -50
- package/dist/esm/models/operations/updatesubscription.d.ts.map +1 -1
- package/dist/esm/models/operations/updatesubscription.js +8 -82
- package/dist/esm/models/operations/updatesubscription.js.map +1 -1
- package/docs/sdks/paymentlinks/README.md +2 -0
- 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/lib/security.ts +4 -1
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/operations/cancelpayment.ts +12 -83
- package/src/models/operations/cancelsubscription.ts +12 -80
- package/src/models/operations/createcapture.ts +22 -183
- package/src/models/operations/createcustomer.ts +22 -179
- package/src/models/operations/createcustomerpayment.ts +23 -200
- package/src/models/operations/createpayment.ts +22 -183
- package/src/models/operations/createpaymentlink.ts +13 -0
- package/src/models/operations/createrefund.ts +23 -181
- package/src/models/operations/createsubscription.ts +22 -187
- package/src/models/operations/getcapture.ts +11 -85
- package/src/models/operations/getcustomer.ts +11 -80
- package/src/models/operations/getpayment.ts +11 -85
- package/src/models/operations/getpaymentlinkpayments.ts +23 -107
- package/src/models/operations/getrefund.ts +11 -82
- package/src/models/operations/getsubscription.ts +12 -80
- package/src/models/operations/getwebhookevent.ts +34 -29
- package/src/models/operations/listallrefunds.ts +12 -85
- package/src/models/operations/listallsubscriptions.ts +11 -85
- package/src/models/operations/listcaptures.ts +12 -83
- package/src/models/operations/listcustomerpayments.ts +11 -91
- package/src/models/operations/listcustomers.ts +12 -78
- package/src/models/operations/listpaymentlinks.ts +39 -38
- package/src/models/operations/listpayments.ts +12 -83
- package/src/models/operations/listrefunds.ts +11 -85
- package/src/models/operations/listsettlementcaptures.ts +11 -93
- package/src/models/operations/listsettlementpayments.ts +11 -93
- package/src/models/operations/listsettlementrefunds.ts +11 -92
- package/src/models/operations/listsubscriptionpayments.ts +11 -93
- package/src/models/operations/listsubscriptions.ts +12 -80
- package/src/models/operations/updatecustomer.ts +22 -179
- package/src/models/operations/updatepayment.ts +22 -183
- package/src/models/operations/updatesubscription.ts +22 -187
package/bin/mcp-server.js
CHANGED
|
@@ -34269,9 +34269,9 @@ var init_config = __esm(() => {
|
|
|
34269
34269
|
SDK_METADATA = {
|
|
34270
34270
|
language: "typescript",
|
|
34271
34271
|
openapiDocVersion: "1.0.0",
|
|
34272
|
-
sdkVersion: "0.1.
|
|
34273
|
-
genVersion: "2.
|
|
34274
|
-
userAgent: "speakeasy-sdk/typescript 0.1.
|
|
34272
|
+
sdkVersion: "0.1.2",
|
|
34273
|
+
genVersion: "2.684.0",
|
|
34274
|
+
userAgent: "speakeasy-sdk/typescript 0.1.2 2.684.0 1.0.0 mollie-api-typescript"
|
|
34275
34275
|
};
|
|
34276
34276
|
});
|
|
34277
34277
|
|
|
@@ -35743,7 +35743,7 @@ var init_security = __esm(() => {
|
|
|
35743
35743
|
});
|
|
35744
35744
|
|
|
35745
35745
|
// src/models/operations/cancelpayment.ts
|
|
35746
|
-
var CancelPaymentMode, CancelPaymentLineType, CancelPaymentCategory, CancelPaymentInterval, CancelPaymentLocale, CancelPaymentMethod, CancelPaymentCaptureMode, CancelPaymentRoutingMode, CancelPaymentRoutingType, CancelPaymentSequenceType, CancelPaymentStatus, CancelPaymentRequestBody$inboundSchema, CancelPaymentRequestBody$outboundSchema, CancelPaymentRequestBody$, CancelPaymentRequest$inboundSchema, CancelPaymentRequest$outboundSchema, CancelPaymentRequest$, CancelPaymentUnprocessableEntityDocumentation$inboundSchema, CancelPaymentUnprocessableEntityDocumentation$outboundSchema, CancelPaymentUnprocessableEntityDocumentation$, CancelPaymentUnprocessableEntityLinks$inboundSchema, CancelPaymentUnprocessableEntityLinks$outboundSchema, CancelPaymentUnprocessableEntityLinks$, CancelPaymentNotFoundDocumentation$inboundSchema, CancelPaymentNotFoundDocumentation$outboundSchema, CancelPaymentNotFoundDocumentation$, CancelPaymentNotFoundLinks$inboundSchema, CancelPaymentNotFoundLinks$outboundSchema, CancelPaymentNotFoundLinks$, CancelPaymentMode$inboundSchema, CancelPaymentMode$outboundSchema, CancelPaymentMode$, CancelPaymentAmount$inboundSchema, CancelPaymentAmount$outboundSchema, CancelPaymentAmount$, CancelPaymentAmountRefunded$inboundSchema, CancelPaymentAmountRefunded$outboundSchema, CancelPaymentAmountRefunded$, CancelPaymentAmountRemaining$inboundSchema, CancelPaymentAmountRemaining$outboundSchema, CancelPaymentAmountRemaining$, CancelPaymentAmountCaptured$inboundSchema, CancelPaymentAmountCaptured$outboundSchema, CancelPaymentAmountCaptured$, CancelPaymentAmountChargedBack$inboundSchema, CancelPaymentAmountChargedBack$outboundSchema, CancelPaymentAmountChargedBack$, CancelPaymentSettlementAmount$inboundSchema, CancelPaymentSettlementAmount$outboundSchema, CancelPaymentSettlementAmount$, CancelPaymentLineType$inboundSchema, CancelPaymentLineType$outboundSchema, CancelPaymentLineType$, CancelPaymentUnitPrice$inboundSchema, CancelPaymentUnitPrice$outboundSchema, CancelPaymentUnitPrice$, CancelPaymentDiscountAmount$inboundSchema, CancelPaymentDiscountAmount$outboundSchema, CancelPaymentDiscountAmount$, CancelPaymentTotalAmount$inboundSchema, CancelPaymentTotalAmount$outboundSchema, CancelPaymentTotalAmount$, CancelPaymentVatAmount$inboundSchema, CancelPaymentVatAmount$outboundSchema, CancelPaymentVatAmount$, CancelPaymentCategory$inboundSchema, CancelPaymentCategory$outboundSchema, CancelPaymentCategory$, CancelPaymentInterval$inboundSchema, CancelPaymentInterval$outboundSchema, CancelPaymentInterval$, CancelPaymentRecurringAmount$inboundSchema, CancelPaymentRecurringAmount$outboundSchema, CancelPaymentRecurringAmount$, CancelPaymentRecurring$inboundSchema, CancelPaymentRecurring$outboundSchema, CancelPaymentRecurring$, CancelPaymentLine$inboundSchema, CancelPaymentLine$outboundSchema, CancelPaymentLine$, CancelPaymentBillingAddress$inboundSchema, CancelPaymentBillingAddress$outboundSchema, CancelPaymentBillingAddress$, CancelPaymentShippingAddress$inboundSchema, CancelPaymentShippingAddress$outboundSchema, CancelPaymentShippingAddress$, CancelPaymentLocale$inboundSchema, CancelPaymentLocale$outboundSchema, CancelPaymentLocale$, CancelPaymentMethod$inboundSchema, CancelPaymentMethod$outboundSchema, CancelPaymentMethod$, CancelPaymentMetadata$inboundSchema, CancelPaymentMetadata$outboundSchema, CancelPaymentMetadata$,
|
|
35746
|
+
var CancelPaymentMode, CancelPaymentLineType, CancelPaymentCategory, CancelPaymentInterval, CancelPaymentLocale, CancelPaymentMethod, CancelPaymentCaptureMode, CancelPaymentRoutingMode, CancelPaymentRoutingType, CancelPaymentSequenceType, CancelPaymentStatus, CancelPaymentRequestBody$inboundSchema, CancelPaymentRequestBody$outboundSchema, CancelPaymentRequestBody$, CancelPaymentRequest$inboundSchema, CancelPaymentRequest$outboundSchema, CancelPaymentRequest$, CancelPaymentUnprocessableEntityDocumentation$inboundSchema, CancelPaymentUnprocessableEntityDocumentation$outboundSchema, CancelPaymentUnprocessableEntityDocumentation$, CancelPaymentUnprocessableEntityLinks$inboundSchema, CancelPaymentUnprocessableEntityLinks$outboundSchema, CancelPaymentUnprocessableEntityLinks$, CancelPaymentNotFoundDocumentation$inboundSchema, CancelPaymentNotFoundDocumentation$outboundSchema, CancelPaymentNotFoundDocumentation$, CancelPaymentNotFoundLinks$inboundSchema, CancelPaymentNotFoundLinks$outboundSchema, CancelPaymentNotFoundLinks$, CancelPaymentMode$inboundSchema, CancelPaymentMode$outboundSchema, CancelPaymentMode$, CancelPaymentAmount$inboundSchema, CancelPaymentAmount$outboundSchema, CancelPaymentAmount$, CancelPaymentAmountRefunded$inboundSchema, CancelPaymentAmountRefunded$outboundSchema, CancelPaymentAmountRefunded$, CancelPaymentAmountRemaining$inboundSchema, CancelPaymentAmountRemaining$outboundSchema, CancelPaymentAmountRemaining$, CancelPaymentAmountCaptured$inboundSchema, CancelPaymentAmountCaptured$outboundSchema, CancelPaymentAmountCaptured$, CancelPaymentAmountChargedBack$inboundSchema, CancelPaymentAmountChargedBack$outboundSchema, CancelPaymentAmountChargedBack$, CancelPaymentSettlementAmount$inboundSchema, CancelPaymentSettlementAmount$outboundSchema, CancelPaymentSettlementAmount$, CancelPaymentLineType$inboundSchema, CancelPaymentLineType$outboundSchema, CancelPaymentLineType$, CancelPaymentUnitPrice$inboundSchema, CancelPaymentUnitPrice$outboundSchema, CancelPaymentUnitPrice$, CancelPaymentDiscountAmount$inboundSchema, CancelPaymentDiscountAmount$outboundSchema, CancelPaymentDiscountAmount$, CancelPaymentTotalAmount$inboundSchema, CancelPaymentTotalAmount$outboundSchema, CancelPaymentTotalAmount$, CancelPaymentVatAmount$inboundSchema, CancelPaymentVatAmount$outboundSchema, CancelPaymentVatAmount$, CancelPaymentCategory$inboundSchema, CancelPaymentCategory$outboundSchema, CancelPaymentCategory$, CancelPaymentInterval$inboundSchema, CancelPaymentInterval$outboundSchema, CancelPaymentInterval$, CancelPaymentRecurringAmount$inboundSchema, CancelPaymentRecurringAmount$outboundSchema, CancelPaymentRecurringAmount$, CancelPaymentRecurring$inboundSchema, CancelPaymentRecurring$outboundSchema, CancelPaymentRecurring$, CancelPaymentLine$inboundSchema, CancelPaymentLine$outboundSchema, CancelPaymentLine$, CancelPaymentBillingAddress$inboundSchema, CancelPaymentBillingAddress$outboundSchema, CancelPaymentBillingAddress$, CancelPaymentShippingAddress$inboundSchema, CancelPaymentShippingAddress$outboundSchema, CancelPaymentShippingAddress$, CancelPaymentLocale$inboundSchema, CancelPaymentLocale$outboundSchema, CancelPaymentLocale$, CancelPaymentMethod$inboundSchema, CancelPaymentMethod$outboundSchema, CancelPaymentMethod$, CancelPaymentMetadata$inboundSchema, CancelPaymentMetadata$outboundSchema, CancelPaymentMetadata$, CancelPaymentCaptureMode$inboundSchema, CancelPaymentCaptureMode$outboundSchema, CancelPaymentCaptureMode$, CancelPaymentApplicationFeeAmount$inboundSchema, CancelPaymentApplicationFeeAmount$outboundSchema, CancelPaymentApplicationFeeAmount$, CancelPaymentApplicationFee$inboundSchema, CancelPaymentApplicationFee$outboundSchema, CancelPaymentApplicationFee$, CancelPaymentRoutingMode$inboundSchema, CancelPaymentRoutingMode$outboundSchema, CancelPaymentRoutingMode$, CancelPaymentRoutingAmount$inboundSchema, CancelPaymentRoutingAmount$outboundSchema, CancelPaymentRoutingAmount$, CancelPaymentRoutingType$inboundSchema, CancelPaymentRoutingType$outboundSchema, CancelPaymentRoutingType$, CancelPaymentDestination$inboundSchema, CancelPaymentDestination$outboundSchema, CancelPaymentDestination$, CancelPaymentRoutingSelf$inboundSchema, CancelPaymentRoutingSelf$outboundSchema, CancelPaymentRoutingSelf$, CancelPaymentPayment$inboundSchema, CancelPaymentPayment$outboundSchema, CancelPaymentPayment$, CancelPaymentRoutingLinks$inboundSchema, CancelPaymentRoutingLinks$outboundSchema, CancelPaymentRoutingLinks$, CancelPaymentRouting$inboundSchema, CancelPaymentRouting$outboundSchema, CancelPaymentRouting$, CancelPaymentSequenceType$inboundSchema, CancelPaymentSequenceType$outboundSchema, CancelPaymentSequenceType$, CancelPaymentStatus$inboundSchema, CancelPaymentStatus$outboundSchema, CancelPaymentStatus$, CancelPaymentStatusReason$inboundSchema, CancelPaymentStatusReason$outboundSchema, CancelPaymentStatusReason$, CancelPaymentSelf$inboundSchema, CancelPaymentSelf$outboundSchema, CancelPaymentSelf$, CancelPaymentCheckout$inboundSchema, CancelPaymentCheckout$outboundSchema, CancelPaymentCheckout$, CancelPaymentMobileAppCheckout$inboundSchema, CancelPaymentMobileAppCheckout$outboundSchema, CancelPaymentMobileAppCheckout$, CancelPaymentChangePaymentState$inboundSchema, CancelPaymentChangePaymentState$outboundSchema, CancelPaymentChangePaymentState$, CancelPaymentDashboard$inboundSchema, CancelPaymentDashboard$outboundSchema, CancelPaymentDashboard$, CancelPaymentRefunds$inboundSchema, CancelPaymentRefunds$outboundSchema, CancelPaymentRefunds$, CancelPaymentChargebacks$inboundSchema, CancelPaymentChargebacks$outboundSchema, CancelPaymentChargebacks$, CancelPaymentCaptures$inboundSchema, CancelPaymentCaptures$outboundSchema, CancelPaymentCaptures$, CancelPaymentSettlement$inboundSchema, CancelPaymentSettlement$outboundSchema, CancelPaymentSettlement$, CancelPaymentCustomer$inboundSchema, CancelPaymentCustomer$outboundSchema, CancelPaymentCustomer$, CancelPaymentMandate$inboundSchema, CancelPaymentMandate$outboundSchema, CancelPaymentMandate$, CancelPaymentSubscription$inboundSchema, CancelPaymentSubscription$outboundSchema, CancelPaymentSubscription$, CancelPaymentOrder$inboundSchema, CancelPaymentOrder$outboundSchema, CancelPaymentOrder$, CancelPaymentTerminal$inboundSchema, CancelPaymentTerminal$outboundSchema, CancelPaymentTerminal$, CancelPaymentDocumentation$inboundSchema, CancelPaymentDocumentation$outboundSchema, CancelPaymentDocumentation$, CancelPaymentLinks$inboundSchema, CancelPaymentLinks$outboundSchema, CancelPaymentLinks$, CancelPaymentResponse$inboundSchema, CancelPaymentResponse$outboundSchema, CancelPaymentResponse$;
|
|
35747
35747
|
var init_cancelpayment = __esm(() => {
|
|
35748
35748
|
init_esm();
|
|
35749
35749
|
init_primitives();
|
|
@@ -36219,26 +36219,12 @@ var init_cancelpayment = __esm(() => {
|
|
|
36219
36219
|
CancelPaymentMethod$.inboundSchema = CancelPaymentMethod$inboundSchema;
|
|
36220
36220
|
CancelPaymentMethod$.outboundSchema = CancelPaymentMethod$outboundSchema;
|
|
36221
36221
|
})(CancelPaymentMethod$ ||= {});
|
|
36222
|
-
CancelPaymentMetadata$inboundSchema =
|
|
36223
|
-
CancelPaymentMetadata$outboundSchema =
|
|
36222
|
+
CancelPaymentMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
36223
|
+
CancelPaymentMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
36224
36224
|
((CancelPaymentMetadata$) => {
|
|
36225
36225
|
CancelPaymentMetadata$.inboundSchema = CancelPaymentMetadata$inboundSchema;
|
|
36226
36226
|
CancelPaymentMetadata$.outboundSchema = CancelPaymentMetadata$outboundSchema;
|
|
36227
36227
|
})(CancelPaymentMetadata$ ||= {});
|
|
36228
|
-
CancelPaymentMetadataUnion$inboundSchema = unionType([
|
|
36229
|
-
lazyType(() => CancelPaymentMetadata$inboundSchema),
|
|
36230
|
-
stringType(),
|
|
36231
|
-
arrayType(stringType())
|
|
36232
|
-
]);
|
|
36233
|
-
CancelPaymentMetadataUnion$outboundSchema = unionType([
|
|
36234
|
-
lazyType(() => CancelPaymentMetadata$outboundSchema),
|
|
36235
|
-
stringType(),
|
|
36236
|
-
arrayType(stringType())
|
|
36237
|
-
]);
|
|
36238
|
-
((CancelPaymentMetadataUnion$) => {
|
|
36239
|
-
CancelPaymentMetadataUnion$.inboundSchema = CancelPaymentMetadataUnion$inboundSchema;
|
|
36240
|
-
CancelPaymentMetadataUnion$.outboundSchema = CancelPaymentMetadataUnion$outboundSchema;
|
|
36241
|
-
})(CancelPaymentMetadataUnion$ ||= {});
|
|
36242
36228
|
CancelPaymentCaptureMode$inboundSchema = nativeEnumType(CancelPaymentCaptureMode);
|
|
36243
36229
|
CancelPaymentCaptureMode$outboundSchema = CancelPaymentCaptureMode$inboundSchema;
|
|
36244
36230
|
((CancelPaymentCaptureMode$) => {
|
|
@@ -36636,11 +36622,7 @@ var init_cancelpayment = __esm(() => {
|
|
|
36636
36622
|
countryCode: nullableType(stringType()).optional(),
|
|
36637
36623
|
method: nullableType(CancelPaymentMethod$inboundSchema).optional(),
|
|
36638
36624
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
36639
|
-
metadata: nullableType(unionType([
|
|
36640
|
-
lazyType(() => CancelPaymentMetadata$inboundSchema),
|
|
36641
|
-
stringType(),
|
|
36642
|
-
arrayType(stringType())
|
|
36643
|
-
])).optional(),
|
|
36625
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
36644
36626
|
captureMode: nullableType(CancelPaymentCaptureMode$inboundSchema).optional(),
|
|
36645
36627
|
captureDelay: nullableType(stringType()).optional(),
|
|
36646
36628
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -36691,11 +36673,7 @@ var init_cancelpayment = __esm(() => {
|
|
|
36691
36673
|
countryCode: nullableType(stringType()).optional(),
|
|
36692
36674
|
method: nullableType(CancelPaymentMethod$outboundSchema).optional(),
|
|
36693
36675
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
36694
|
-
metadata: nullableType(unionType([
|
|
36695
|
-
lazyType(() => CancelPaymentMetadata$outboundSchema),
|
|
36696
|
-
stringType(),
|
|
36697
|
-
arrayType(stringType())
|
|
36698
|
-
])).optional(),
|
|
36676
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
36699
36677
|
captureMode: nullableType(CancelPaymentCaptureMode$outboundSchema).optional(),
|
|
36700
36678
|
captureDelay: nullableType(stringType()).optional(),
|
|
36701
36679
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -36774,7 +36752,7 @@ var init_cancelrefund = __esm(() => {
|
|
|
36774
36752
|
});
|
|
36775
36753
|
|
|
36776
36754
|
// src/models/operations/cancelsubscription.ts
|
|
36777
|
-
var CancelSubscriptionMode, CancelSubscriptionStatus, CancelSubscriptionInterval, CancelSubscriptionMethod, CancelSubscriptionRequestBody$inboundSchema, CancelSubscriptionRequestBody$outboundSchema, CancelSubscriptionRequestBody$, CancelSubscriptionRequest$inboundSchema, CancelSubscriptionRequest$outboundSchema, CancelSubscriptionRequest$, CancelSubscriptionNotFoundDocumentation$inboundSchema, CancelSubscriptionNotFoundDocumentation$outboundSchema, CancelSubscriptionNotFoundDocumentation$, CancelSubscriptionNotFoundLinks$inboundSchema, CancelSubscriptionNotFoundLinks$outboundSchema, CancelSubscriptionNotFoundLinks$, CancelSubscriptionMode$inboundSchema, CancelSubscriptionMode$outboundSchema, CancelSubscriptionMode$, CancelSubscriptionStatus$inboundSchema, CancelSubscriptionStatus$outboundSchema, CancelSubscriptionStatus$, CancelSubscriptionAmount$inboundSchema, CancelSubscriptionAmount$outboundSchema, CancelSubscriptionAmount$, CancelSubscriptionInterval$inboundSchema, CancelSubscriptionInterval$outboundSchema, CancelSubscriptionInterval$, CancelSubscriptionMethod$inboundSchema, CancelSubscriptionMethod$outboundSchema, CancelSubscriptionMethod$, CancelSubscriptionApplicationFeeAmount$inboundSchema, CancelSubscriptionApplicationFeeAmount$outboundSchema, CancelSubscriptionApplicationFeeAmount$, CancelSubscriptionApplicationFee$inboundSchema, CancelSubscriptionApplicationFee$outboundSchema, CancelSubscriptionApplicationFee$, CancelSubscriptionMetadata$inboundSchema, CancelSubscriptionMetadata$outboundSchema, CancelSubscriptionMetadata$,
|
|
36755
|
+
var CancelSubscriptionMode, CancelSubscriptionStatus, CancelSubscriptionInterval, CancelSubscriptionMethod, CancelSubscriptionRequestBody$inboundSchema, CancelSubscriptionRequestBody$outboundSchema, CancelSubscriptionRequestBody$, CancelSubscriptionRequest$inboundSchema, CancelSubscriptionRequest$outboundSchema, CancelSubscriptionRequest$, CancelSubscriptionNotFoundDocumentation$inboundSchema, CancelSubscriptionNotFoundDocumentation$outboundSchema, CancelSubscriptionNotFoundDocumentation$, CancelSubscriptionNotFoundLinks$inboundSchema, CancelSubscriptionNotFoundLinks$outboundSchema, CancelSubscriptionNotFoundLinks$, CancelSubscriptionMode$inboundSchema, CancelSubscriptionMode$outboundSchema, CancelSubscriptionMode$, CancelSubscriptionStatus$inboundSchema, CancelSubscriptionStatus$outboundSchema, CancelSubscriptionStatus$, CancelSubscriptionAmount$inboundSchema, CancelSubscriptionAmount$outboundSchema, CancelSubscriptionAmount$, CancelSubscriptionInterval$inboundSchema, CancelSubscriptionInterval$outboundSchema, CancelSubscriptionInterval$, CancelSubscriptionMethod$inboundSchema, CancelSubscriptionMethod$outboundSchema, CancelSubscriptionMethod$, CancelSubscriptionApplicationFeeAmount$inboundSchema, CancelSubscriptionApplicationFeeAmount$outboundSchema, CancelSubscriptionApplicationFeeAmount$, CancelSubscriptionApplicationFee$inboundSchema, CancelSubscriptionApplicationFee$outboundSchema, CancelSubscriptionApplicationFee$, CancelSubscriptionMetadata$inboundSchema, CancelSubscriptionMetadata$outboundSchema, CancelSubscriptionMetadata$, CancelSubscriptionSelf$inboundSchema, CancelSubscriptionSelf$outboundSchema, CancelSubscriptionSelf$, CancelSubscriptionCustomer$inboundSchema, CancelSubscriptionCustomer$outboundSchema, CancelSubscriptionCustomer$, CancelSubscriptionMandate$inboundSchema, CancelSubscriptionMandate$outboundSchema, CancelSubscriptionMandate$, CancelSubscriptionProfile$inboundSchema, CancelSubscriptionProfile$outboundSchema, CancelSubscriptionProfile$, CancelSubscriptionPayments$inboundSchema, CancelSubscriptionPayments$outboundSchema, CancelSubscriptionPayments$, CancelSubscriptionDocumentation$inboundSchema, CancelSubscriptionDocumentation$outboundSchema, CancelSubscriptionDocumentation$, CancelSubscriptionLinks$inboundSchema, CancelSubscriptionLinks$outboundSchema, CancelSubscriptionLinks$, CancelSubscriptionResponse$inboundSchema, CancelSubscriptionResponse$outboundSchema, CancelSubscriptionResponse$;
|
|
36778
36756
|
var init_cancelsubscription = __esm(() => {
|
|
36779
36757
|
init_esm();
|
|
36780
36758
|
init_primitives();
|
|
@@ -36913,26 +36891,12 @@ var init_cancelsubscription = __esm(() => {
|
|
|
36913
36891
|
CancelSubscriptionApplicationFee$.inboundSchema = CancelSubscriptionApplicationFee$inboundSchema;
|
|
36914
36892
|
CancelSubscriptionApplicationFee$.outboundSchema = CancelSubscriptionApplicationFee$outboundSchema;
|
|
36915
36893
|
})(CancelSubscriptionApplicationFee$ ||= {});
|
|
36916
|
-
CancelSubscriptionMetadata$inboundSchema =
|
|
36917
|
-
CancelSubscriptionMetadata$outboundSchema =
|
|
36894
|
+
CancelSubscriptionMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
36895
|
+
CancelSubscriptionMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
36918
36896
|
((CancelSubscriptionMetadata$) => {
|
|
36919
36897
|
CancelSubscriptionMetadata$.inboundSchema = CancelSubscriptionMetadata$inboundSchema;
|
|
36920
36898
|
CancelSubscriptionMetadata$.outboundSchema = CancelSubscriptionMetadata$outboundSchema;
|
|
36921
36899
|
})(CancelSubscriptionMetadata$ ||= {});
|
|
36922
|
-
CancelSubscriptionMetadataUnion$inboundSchema = unionType([
|
|
36923
|
-
lazyType(() => CancelSubscriptionMetadata$inboundSchema),
|
|
36924
|
-
stringType(),
|
|
36925
|
-
arrayType(stringType())
|
|
36926
|
-
]);
|
|
36927
|
-
CancelSubscriptionMetadataUnion$outboundSchema = unionType([
|
|
36928
|
-
lazyType(() => CancelSubscriptionMetadata$outboundSchema),
|
|
36929
|
-
stringType(),
|
|
36930
|
-
arrayType(stringType())
|
|
36931
|
-
]);
|
|
36932
|
-
((CancelSubscriptionMetadataUnion$) => {
|
|
36933
|
-
CancelSubscriptionMetadataUnion$.inboundSchema = CancelSubscriptionMetadataUnion$inboundSchema;
|
|
36934
|
-
CancelSubscriptionMetadataUnion$.outboundSchema = CancelSubscriptionMetadataUnion$outboundSchema;
|
|
36935
|
-
})(CancelSubscriptionMetadataUnion$ ||= {});
|
|
36936
36900
|
CancelSubscriptionSelf$inboundSchema = objectType({
|
|
36937
36901
|
href: stringType(),
|
|
36938
36902
|
type: stringType()
|
|
@@ -37039,11 +37003,7 @@ var init_cancelsubscription = __esm(() => {
|
|
|
37039
37003
|
description: stringType(),
|
|
37040
37004
|
method: nullableType(CancelSubscriptionMethod$inboundSchema),
|
|
37041
37005
|
applicationFee: lazyType(() => CancelSubscriptionApplicationFee$inboundSchema).optional(),
|
|
37042
|
-
metadata: nullableType(unionType([
|
|
37043
|
-
lazyType(() => CancelSubscriptionMetadata$inboundSchema),
|
|
37044
|
-
stringType(),
|
|
37045
|
-
arrayType(stringType())
|
|
37046
|
-
])),
|
|
37006
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
37047
37007
|
webhookUrl: stringType(),
|
|
37048
37008
|
customerId: stringType(),
|
|
37049
37009
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -37069,11 +37029,7 @@ var init_cancelsubscription = __esm(() => {
|
|
|
37069
37029
|
description: stringType(),
|
|
37070
37030
|
method: nullableType(CancelSubscriptionMethod$outboundSchema),
|
|
37071
37031
|
applicationFee: lazyType(() => CancelSubscriptionApplicationFee$outboundSchema).optional(),
|
|
37072
|
-
metadata: nullableType(unionType([
|
|
37073
|
-
lazyType(() => CancelSubscriptionMetadata$outboundSchema),
|
|
37074
|
-
stringType(),
|
|
37075
|
-
arrayType(stringType())
|
|
37076
|
-
])),
|
|
37032
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
37077
37033
|
webhookUrl: stringType(),
|
|
37078
37034
|
customerId: stringType(),
|
|
37079
37035
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -37092,7 +37048,7 @@ var init_cancelsubscription = __esm(() => {
|
|
|
37092
37048
|
});
|
|
37093
37049
|
|
|
37094
37050
|
// src/models/operations/createcapture.ts
|
|
37095
|
-
var CreateCaptureMode, CreateCaptureStatus, CreateCaptureAmountRequest$inboundSchema, CreateCaptureAmountRequest$outboundSchema, CreateCaptureAmountRequest$, CreateCaptureMetadataRequest$inboundSchema, CreateCaptureMetadataRequest$outboundSchema, CreateCaptureMetadataRequest$,
|
|
37051
|
+
var CreateCaptureMode, CreateCaptureStatus, CreateCaptureAmountRequest$inboundSchema, CreateCaptureAmountRequest$outboundSchema, CreateCaptureAmountRequest$, CreateCaptureMetadataRequest$inboundSchema, CreateCaptureMetadataRequest$outboundSchema, CreateCaptureMetadataRequest$, CreateCaptureRequestBody$inboundSchema, CreateCaptureRequestBody$outboundSchema, CreateCaptureRequestBody$, CreateCaptureRequest$inboundSchema, CreateCaptureRequest$outboundSchema, CreateCaptureRequest$, CreateCaptureUnprocessableEntityDocumentation$inboundSchema, CreateCaptureUnprocessableEntityDocumentation$outboundSchema, CreateCaptureUnprocessableEntityDocumentation$, CreateCaptureUnprocessableEntityLinks$inboundSchema, CreateCaptureUnprocessableEntityLinks$outboundSchema, CreateCaptureUnprocessableEntityLinks$, CreateCaptureNotFoundDocumentation$inboundSchema, CreateCaptureNotFoundDocumentation$outboundSchema, CreateCaptureNotFoundDocumentation$, CreateCaptureNotFoundLinks$inboundSchema, CreateCaptureNotFoundLinks$outboundSchema, CreateCaptureNotFoundLinks$, CreateCaptureMode$inboundSchema, CreateCaptureMode$outboundSchema, CreateCaptureMode$, CreateCaptureAmountResponse$inboundSchema, CreateCaptureAmountResponse$outboundSchema, CreateCaptureAmountResponse$, CreateCaptureSettlementAmount$inboundSchema, CreateCaptureSettlementAmount$outboundSchema, CreateCaptureSettlementAmount$, CreateCaptureStatus$inboundSchema, CreateCaptureStatus$outboundSchema, CreateCaptureStatus$, CreateCaptureMetadataResponse$inboundSchema, CreateCaptureMetadataResponse$outboundSchema, CreateCaptureMetadataResponse$, CreateCaptureSelf$inboundSchema, CreateCaptureSelf$outboundSchema, CreateCaptureSelf$, CreateCapturePayment$inboundSchema, CreateCapturePayment$outboundSchema, CreateCapturePayment$, CreateCaptureSettlement$inboundSchema, CreateCaptureSettlement$outboundSchema, CreateCaptureSettlement$, CreateCaptureShipment$inboundSchema, CreateCaptureShipment$outboundSchema, CreateCaptureShipment$, CreateCaptureDocumentation$inboundSchema, CreateCaptureDocumentation$outboundSchema, CreateCaptureDocumentation$, CreateCaptureLinks$inboundSchema, CreateCaptureLinks$outboundSchema, CreateCaptureLinks$, CreateCaptureResponse$inboundSchema, CreateCaptureResponse$outboundSchema, CreateCaptureResponse$;
|
|
37096
37052
|
var init_createcapture = __esm(() => {
|
|
37097
37053
|
init_esm();
|
|
37098
37054
|
init_primitives();
|
|
@@ -37117,43 +37073,21 @@ var init_createcapture = __esm(() => {
|
|
|
37117
37073
|
CreateCaptureAmountRequest$.inboundSchema = CreateCaptureAmountRequest$inboundSchema;
|
|
37118
37074
|
CreateCaptureAmountRequest$.outboundSchema = CreateCaptureAmountRequest$outboundSchema;
|
|
37119
37075
|
})(CreateCaptureAmountRequest$ ||= {});
|
|
37120
|
-
CreateCaptureMetadataRequest$inboundSchema =
|
|
37121
|
-
CreateCaptureMetadataRequest$outboundSchema =
|
|
37076
|
+
CreateCaptureMetadataRequest$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
37077
|
+
CreateCaptureMetadataRequest$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
37122
37078
|
((CreateCaptureMetadataRequest$) => {
|
|
37123
37079
|
CreateCaptureMetadataRequest$.inboundSchema = CreateCaptureMetadataRequest$inboundSchema;
|
|
37124
37080
|
CreateCaptureMetadataRequest$.outboundSchema = CreateCaptureMetadataRequest$outboundSchema;
|
|
37125
37081
|
})(CreateCaptureMetadataRequest$ ||= {});
|
|
37126
|
-
CreateCaptureMetadataRequestUnion$inboundSchema = unionType([
|
|
37127
|
-
lazyType(() => CreateCaptureMetadataRequest$inboundSchema),
|
|
37128
|
-
stringType(),
|
|
37129
|
-
arrayType(stringType())
|
|
37130
|
-
]);
|
|
37131
|
-
CreateCaptureMetadataRequestUnion$outboundSchema = unionType([
|
|
37132
|
-
lazyType(() => CreateCaptureMetadataRequest$outboundSchema),
|
|
37133
|
-
stringType(),
|
|
37134
|
-
arrayType(stringType())
|
|
37135
|
-
]);
|
|
37136
|
-
((CreateCaptureMetadataRequestUnion$) => {
|
|
37137
|
-
CreateCaptureMetadataRequestUnion$.inboundSchema = CreateCaptureMetadataRequestUnion$inboundSchema;
|
|
37138
|
-
CreateCaptureMetadataRequestUnion$.outboundSchema = CreateCaptureMetadataRequestUnion$outboundSchema;
|
|
37139
|
-
})(CreateCaptureMetadataRequestUnion$ ||= {});
|
|
37140
37082
|
CreateCaptureRequestBody$inboundSchema = objectType({
|
|
37141
37083
|
description: stringType().optional(),
|
|
37142
37084
|
amount: nullableType(lazyType(() => CreateCaptureAmountRequest$inboundSchema)).optional(),
|
|
37143
|
-
metadata: nullableType(unionType([
|
|
37144
|
-
lazyType(() => CreateCaptureMetadataRequest$inboundSchema),
|
|
37145
|
-
stringType(),
|
|
37146
|
-
arrayType(stringType())
|
|
37147
|
-
])).optional()
|
|
37085
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional()
|
|
37148
37086
|
});
|
|
37149
37087
|
CreateCaptureRequestBody$outboundSchema = objectType({
|
|
37150
37088
|
description: stringType().optional(),
|
|
37151
37089
|
amount: nullableType(lazyType(() => CreateCaptureAmountRequest$outboundSchema)).optional(),
|
|
37152
|
-
metadata: nullableType(unionType([
|
|
37153
|
-
lazyType(() => CreateCaptureMetadataRequest$outboundSchema),
|
|
37154
|
-
stringType(),
|
|
37155
|
-
arrayType(stringType())
|
|
37156
|
-
])).optional()
|
|
37090
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional()
|
|
37157
37091
|
});
|
|
37158
37092
|
((CreateCaptureRequestBody$) => {
|
|
37159
37093
|
CreateCaptureRequestBody$.inboundSchema = CreateCaptureRequestBody$inboundSchema;
|
|
@@ -37259,26 +37193,12 @@ var init_createcapture = __esm(() => {
|
|
|
37259
37193
|
CreateCaptureStatus$.inboundSchema = CreateCaptureStatus$inboundSchema;
|
|
37260
37194
|
CreateCaptureStatus$.outboundSchema = CreateCaptureStatus$outboundSchema;
|
|
37261
37195
|
})(CreateCaptureStatus$ ||= {});
|
|
37262
|
-
CreateCaptureMetadataResponse$inboundSchema =
|
|
37263
|
-
CreateCaptureMetadataResponse$outboundSchema =
|
|
37196
|
+
CreateCaptureMetadataResponse$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
37197
|
+
CreateCaptureMetadataResponse$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
37264
37198
|
((CreateCaptureMetadataResponse$) => {
|
|
37265
37199
|
CreateCaptureMetadataResponse$.inboundSchema = CreateCaptureMetadataResponse$inboundSchema;
|
|
37266
37200
|
CreateCaptureMetadataResponse$.outboundSchema = CreateCaptureMetadataResponse$outboundSchema;
|
|
37267
37201
|
})(CreateCaptureMetadataResponse$ ||= {});
|
|
37268
|
-
CreateCaptureMetadataResponseUnion$inboundSchema = unionType([
|
|
37269
|
-
lazyType(() => CreateCaptureMetadataResponse$inboundSchema),
|
|
37270
|
-
stringType(),
|
|
37271
|
-
arrayType(stringType())
|
|
37272
|
-
]);
|
|
37273
|
-
CreateCaptureMetadataResponseUnion$outboundSchema = unionType([
|
|
37274
|
-
lazyType(() => CreateCaptureMetadataResponse$outboundSchema),
|
|
37275
|
-
stringType(),
|
|
37276
|
-
arrayType(stringType())
|
|
37277
|
-
]);
|
|
37278
|
-
((CreateCaptureMetadataResponseUnion$) => {
|
|
37279
|
-
CreateCaptureMetadataResponseUnion$.inboundSchema = CreateCaptureMetadataResponseUnion$inboundSchema;
|
|
37280
|
-
CreateCaptureMetadataResponseUnion$.outboundSchema = CreateCaptureMetadataResponseUnion$outboundSchema;
|
|
37281
|
-
})(CreateCaptureMetadataResponseUnion$ ||= {});
|
|
37282
37202
|
CreateCaptureSelf$inboundSchema = objectType({
|
|
37283
37203
|
href: stringType(),
|
|
37284
37204
|
type: stringType()
|
|
@@ -37365,11 +37285,7 @@ var init_createcapture = __esm(() => {
|
|
|
37365
37285
|
amount: nullableType(lazyType(() => CreateCaptureAmountResponse$inboundSchema)),
|
|
37366
37286
|
settlementAmount: nullableType(lazyType(() => CreateCaptureSettlementAmount$inboundSchema)).optional(),
|
|
37367
37287
|
status: CreateCaptureStatus$inboundSchema,
|
|
37368
|
-
metadata: nullableType(unionType([
|
|
37369
|
-
lazyType(() => CreateCaptureMetadataResponse$inboundSchema),
|
|
37370
|
-
stringType(),
|
|
37371
|
-
arrayType(stringType())
|
|
37372
|
-
])).optional(),
|
|
37288
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
37373
37289
|
paymentId: stringType(),
|
|
37374
37290
|
shipmentId: nullableType(stringType()).optional(),
|
|
37375
37291
|
settlementId: nullableType(stringType()).optional(),
|
|
@@ -37388,11 +37304,7 @@ var init_createcapture = __esm(() => {
|
|
|
37388
37304
|
amount: nullableType(lazyType(() => CreateCaptureAmountResponse$outboundSchema)),
|
|
37389
37305
|
settlementAmount: nullableType(lazyType(() => CreateCaptureSettlementAmount$outboundSchema)).optional(),
|
|
37390
37306
|
status: CreateCaptureStatus$outboundSchema,
|
|
37391
|
-
metadata: nullableType(unionType([
|
|
37392
|
-
lazyType(() => CreateCaptureMetadataResponse$outboundSchema),
|
|
37393
|
-
stringType(),
|
|
37394
|
-
arrayType(stringType())
|
|
37395
|
-
])).optional(),
|
|
37307
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
37396
37308
|
paymentId: stringType(),
|
|
37397
37309
|
shipmentId: nullableType(stringType()).optional(),
|
|
37398
37310
|
settlementId: nullableType(stringType()).optional(),
|
|
@@ -37613,7 +37525,7 @@ var init_createclientlink = __esm(() => {
|
|
|
37613
37525
|
});
|
|
37614
37526
|
|
|
37615
37527
|
// src/models/operations/createcustomer.ts
|
|
37616
|
-
var CreateCustomerLocaleRequest, CreateCustomerMode, CreateCustomerLocaleResponse, CreateCustomerLocaleRequest$inboundSchema, CreateCustomerLocaleRequest$outboundSchema, CreateCustomerLocaleRequest$, CreateCustomerMetadataRequest$inboundSchema, CreateCustomerMetadataRequest$outboundSchema, CreateCustomerMetadataRequest$,
|
|
37528
|
+
var CreateCustomerLocaleRequest, CreateCustomerMode, CreateCustomerLocaleResponse, CreateCustomerLocaleRequest$inboundSchema, CreateCustomerLocaleRequest$outboundSchema, CreateCustomerLocaleRequest$, CreateCustomerMetadataRequest$inboundSchema, CreateCustomerMetadataRequest$outboundSchema, CreateCustomerMetadataRequest$, CreateCustomerRequest$inboundSchema, CreateCustomerRequest$outboundSchema, CreateCustomerRequest$, CreateCustomerNotFoundDocumentation$inboundSchema, CreateCustomerNotFoundDocumentation$outboundSchema, CreateCustomerNotFoundDocumentation$, CreateCustomerNotFoundLinks$inboundSchema, CreateCustomerNotFoundLinks$outboundSchema, CreateCustomerNotFoundLinks$, CreateCustomerMode$inboundSchema, CreateCustomerMode$outboundSchema, CreateCustomerMode$, CreateCustomerLocaleResponse$inboundSchema, CreateCustomerLocaleResponse$outboundSchema, CreateCustomerLocaleResponse$, CreateCustomerMetadataResponse$inboundSchema, CreateCustomerMetadataResponse$outboundSchema, CreateCustomerMetadataResponse$, CreateCustomerSelf$inboundSchema, CreateCustomerSelf$outboundSchema, CreateCustomerSelf$, CreateCustomerDashboard$inboundSchema, CreateCustomerDashboard$outboundSchema, CreateCustomerDashboard$, CreateCustomerPayments$inboundSchema, CreateCustomerPayments$outboundSchema, CreateCustomerPayments$, CreateCustomerMandates$inboundSchema, CreateCustomerMandates$outboundSchema, CreateCustomerMandates$, CreateCustomerSubscriptions$inboundSchema, CreateCustomerSubscriptions$outboundSchema, CreateCustomerSubscriptions$, CreateCustomerDocumentation$inboundSchema, CreateCustomerDocumentation$outboundSchema, CreateCustomerDocumentation$, CreateCustomerLinks$inboundSchema, CreateCustomerLinks$outboundSchema, CreateCustomerLinks$, CreateCustomerResponse$inboundSchema, CreateCustomerResponse$outboundSchema, CreateCustomerResponse$;
|
|
37617
37529
|
var init_createcustomer = __esm(() => {
|
|
37618
37530
|
init_esm();
|
|
37619
37531
|
init_primitives();
|
|
@@ -37675,46 +37587,24 @@ var init_createcustomer = __esm(() => {
|
|
|
37675
37587
|
CreateCustomerLocaleRequest$.inboundSchema = CreateCustomerLocaleRequest$inboundSchema;
|
|
37676
37588
|
CreateCustomerLocaleRequest$.outboundSchema = CreateCustomerLocaleRequest$outboundSchema;
|
|
37677
37589
|
})(CreateCustomerLocaleRequest$ ||= {});
|
|
37678
|
-
CreateCustomerMetadataRequest$inboundSchema =
|
|
37679
|
-
CreateCustomerMetadataRequest$outboundSchema =
|
|
37590
|
+
CreateCustomerMetadataRequest$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
37591
|
+
CreateCustomerMetadataRequest$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
37680
37592
|
((CreateCustomerMetadataRequest$) => {
|
|
37681
37593
|
CreateCustomerMetadataRequest$.inboundSchema = CreateCustomerMetadataRequest$inboundSchema;
|
|
37682
37594
|
CreateCustomerMetadataRequest$.outboundSchema = CreateCustomerMetadataRequest$outboundSchema;
|
|
37683
37595
|
})(CreateCustomerMetadataRequest$ ||= {});
|
|
37684
|
-
CreateCustomerMetadataRequestUnion$inboundSchema = unionType([
|
|
37685
|
-
lazyType(() => CreateCustomerMetadataRequest$inboundSchema),
|
|
37686
|
-
stringType(),
|
|
37687
|
-
arrayType(stringType())
|
|
37688
|
-
]);
|
|
37689
|
-
CreateCustomerMetadataRequestUnion$outboundSchema = unionType([
|
|
37690
|
-
lazyType(() => CreateCustomerMetadataRequest$outboundSchema),
|
|
37691
|
-
stringType(),
|
|
37692
|
-
arrayType(stringType())
|
|
37693
|
-
]);
|
|
37694
|
-
((CreateCustomerMetadataRequestUnion$) => {
|
|
37695
|
-
CreateCustomerMetadataRequestUnion$.inboundSchema = CreateCustomerMetadataRequestUnion$inboundSchema;
|
|
37696
|
-
CreateCustomerMetadataRequestUnion$.outboundSchema = CreateCustomerMetadataRequestUnion$outboundSchema;
|
|
37697
|
-
})(CreateCustomerMetadataRequestUnion$ ||= {});
|
|
37698
37596
|
CreateCustomerRequest$inboundSchema = objectType({
|
|
37699
37597
|
name: nullableType(stringType()).optional(),
|
|
37700
37598
|
email: nullableType(stringType()).optional(),
|
|
37701
37599
|
locale: nullableType(CreateCustomerLocaleRequest$inboundSchema).optional(),
|
|
37702
|
-
metadata: nullableType(unionType([
|
|
37703
|
-
lazyType(() => CreateCustomerMetadataRequest$inboundSchema),
|
|
37704
|
-
stringType(),
|
|
37705
|
-
arrayType(stringType())
|
|
37706
|
-
])).optional(),
|
|
37600
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
37707
37601
|
testmode: nullableType(booleanType()).optional()
|
|
37708
37602
|
});
|
|
37709
37603
|
CreateCustomerRequest$outboundSchema = objectType({
|
|
37710
37604
|
name: nullableType(stringType()).optional(),
|
|
37711
37605
|
email: nullableType(stringType()).optional(),
|
|
37712
37606
|
locale: nullableType(CreateCustomerLocaleRequest$outboundSchema).optional(),
|
|
37713
|
-
metadata: nullableType(unionType([
|
|
37714
|
-
lazyType(() => CreateCustomerMetadataRequest$outboundSchema),
|
|
37715
|
-
stringType(),
|
|
37716
|
-
arrayType(stringType())
|
|
37717
|
-
])).optional(),
|
|
37607
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
37718
37608
|
testmode: nullableType(booleanType()).optional()
|
|
37719
37609
|
});
|
|
37720
37610
|
((CreateCustomerRequest$) => {
|
|
@@ -37755,26 +37645,12 @@ var init_createcustomer = __esm(() => {
|
|
|
37755
37645
|
CreateCustomerLocaleResponse$.inboundSchema = CreateCustomerLocaleResponse$inboundSchema;
|
|
37756
37646
|
CreateCustomerLocaleResponse$.outboundSchema = CreateCustomerLocaleResponse$outboundSchema;
|
|
37757
37647
|
})(CreateCustomerLocaleResponse$ ||= {});
|
|
37758
|
-
CreateCustomerMetadataResponse$inboundSchema =
|
|
37759
|
-
CreateCustomerMetadataResponse$outboundSchema =
|
|
37648
|
+
CreateCustomerMetadataResponse$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
37649
|
+
CreateCustomerMetadataResponse$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
37760
37650
|
((CreateCustomerMetadataResponse$) => {
|
|
37761
37651
|
CreateCustomerMetadataResponse$.inboundSchema = CreateCustomerMetadataResponse$inboundSchema;
|
|
37762
37652
|
CreateCustomerMetadataResponse$.outboundSchema = CreateCustomerMetadataResponse$outboundSchema;
|
|
37763
37653
|
})(CreateCustomerMetadataResponse$ ||= {});
|
|
37764
|
-
CreateCustomerMetadataResponseUnion$inboundSchema = unionType([
|
|
37765
|
-
lazyType(() => CreateCustomerMetadataResponse$inboundSchema),
|
|
37766
|
-
stringType(),
|
|
37767
|
-
arrayType(stringType())
|
|
37768
|
-
]);
|
|
37769
|
-
CreateCustomerMetadataResponseUnion$outboundSchema = unionType([
|
|
37770
|
-
lazyType(() => CreateCustomerMetadataResponse$outboundSchema),
|
|
37771
|
-
stringType(),
|
|
37772
|
-
arrayType(stringType())
|
|
37773
|
-
]);
|
|
37774
|
-
((CreateCustomerMetadataResponseUnion$) => {
|
|
37775
|
-
CreateCustomerMetadataResponseUnion$.inboundSchema = CreateCustomerMetadataResponseUnion$inboundSchema;
|
|
37776
|
-
CreateCustomerMetadataResponseUnion$.outboundSchema = CreateCustomerMetadataResponseUnion$outboundSchema;
|
|
37777
|
-
})(CreateCustomerMetadataResponseUnion$ ||= {});
|
|
37778
37654
|
CreateCustomerSelf$inboundSchema = objectType({
|
|
37779
37655
|
href: stringType(),
|
|
37780
37656
|
type: stringType()
|
|
@@ -37874,11 +37750,7 @@ var init_createcustomer = __esm(() => {
|
|
|
37874
37750
|
name: nullableType(stringType()),
|
|
37875
37751
|
email: nullableType(stringType()),
|
|
37876
37752
|
locale: nullableType(CreateCustomerLocaleResponse$inboundSchema),
|
|
37877
|
-
metadata: nullableType(unionType([
|
|
37878
|
-
lazyType(() => CreateCustomerMetadataResponse$inboundSchema),
|
|
37879
|
-
stringType(),
|
|
37880
|
-
arrayType(stringType())
|
|
37881
|
-
])),
|
|
37753
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
37882
37754
|
createdAt: stringType(),
|
|
37883
37755
|
_links: lazyType(() => CreateCustomerLinks$inboundSchema)
|
|
37884
37756
|
}).transform((v2) => {
|
|
@@ -37893,11 +37765,7 @@ var init_createcustomer = __esm(() => {
|
|
|
37893
37765
|
name: nullableType(stringType()),
|
|
37894
37766
|
email: nullableType(stringType()),
|
|
37895
37767
|
locale: nullableType(CreateCustomerLocaleResponse$outboundSchema),
|
|
37896
|
-
metadata: nullableType(unionType([
|
|
37897
|
-
lazyType(() => CreateCustomerMetadataResponse$outboundSchema),
|
|
37898
|
-
stringType(),
|
|
37899
|
-
arrayType(stringType())
|
|
37900
|
-
])),
|
|
37768
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
37901
37769
|
createdAt: stringType(),
|
|
37902
37770
|
links: lazyType(() => CreateCustomerLinks$outboundSchema)
|
|
37903
37771
|
}).transform((v2) => {
|
|
@@ -37912,7 +37780,7 @@ var init_createcustomer = __esm(() => {
|
|
|
37912
37780
|
});
|
|
37913
37781
|
|
|
37914
37782
|
// src/models/operations/createcustomerpayment.ts
|
|
37915
|
-
var CreateCustomerPaymentLineTypeRequest, CreateCustomerPaymentCategoryRequest, CreateCustomerPaymentIntervalRequest, CreateCustomerPaymentLocaleRequest, CreateCustomerPaymentMethodRequest, CreateCustomerPaymentCaptureModeRequest, CreateCustomerPaymentRoutingTypeRequest, CreateCustomerPaymentSequenceTypeRequest, CreateCustomerPaymentMode, CreateCustomerPaymentLineTypeResponse, CreateCustomerPaymentCategoryResponse, CreateCustomerPaymentIntervalResponse, CreateCustomerPaymentLocaleResponse, CreateCustomerPaymentMethodResponse, CreateCustomerPaymentCaptureModeResponse, CreateCustomerPaymentRoutingMode, CreateCustomerPaymentRoutingTypeResponse, CreateCustomerPaymentSequenceTypeResponse, CreateCustomerPaymentStatus, CreateCustomerPaymentAmountRequest$inboundSchema, CreateCustomerPaymentAmountRequest$outboundSchema, CreateCustomerPaymentAmountRequest$, CreateCustomerPaymentLineTypeRequest$inboundSchema, CreateCustomerPaymentLineTypeRequest$outboundSchema, CreateCustomerPaymentLineTypeRequest$, CreateCustomerPaymentUnitPriceRequest$inboundSchema, CreateCustomerPaymentUnitPriceRequest$outboundSchema, CreateCustomerPaymentUnitPriceRequest$, CreateCustomerPaymentDiscountAmountRequest$inboundSchema, CreateCustomerPaymentDiscountAmountRequest$outboundSchema, CreateCustomerPaymentDiscountAmountRequest$, CreateCustomerPaymentTotalAmountRequest$inboundSchema, CreateCustomerPaymentTotalAmountRequest$outboundSchema, CreateCustomerPaymentTotalAmountRequest$, CreateCustomerPaymentVatAmountRequest$inboundSchema, CreateCustomerPaymentVatAmountRequest$outboundSchema, CreateCustomerPaymentVatAmountRequest$, CreateCustomerPaymentCategoryRequest$inboundSchema, CreateCustomerPaymentCategoryRequest$outboundSchema, CreateCustomerPaymentCategoryRequest$, CreateCustomerPaymentIntervalRequest$inboundSchema, CreateCustomerPaymentIntervalRequest$outboundSchema, CreateCustomerPaymentIntervalRequest$, CreateCustomerPaymentRecurringAmountRequest$inboundSchema, CreateCustomerPaymentRecurringAmountRequest$outboundSchema, CreateCustomerPaymentRecurringAmountRequest$, CreateCustomerPaymentRecurringRequest$inboundSchema, CreateCustomerPaymentRecurringRequest$outboundSchema, CreateCustomerPaymentRecurringRequest$, CreateCustomerPaymentLineRequest$inboundSchema, CreateCustomerPaymentLineRequest$outboundSchema, CreateCustomerPaymentLineRequest$, CreateCustomerPaymentBillingAddressRequest$inboundSchema, CreateCustomerPaymentBillingAddressRequest$outboundSchema, CreateCustomerPaymentBillingAddressRequest$, CreateCustomerPaymentShippingAddressRequest$inboundSchema, CreateCustomerPaymentShippingAddressRequest$outboundSchema, CreateCustomerPaymentShippingAddressRequest$, CreateCustomerPaymentLocaleRequest$inboundSchema, CreateCustomerPaymentLocaleRequest$outboundSchema, CreateCustomerPaymentLocaleRequest$, CreateCustomerPaymentMethodRequest$inboundSchema, CreateCustomerPaymentMethodRequest$outboundSchema, CreateCustomerPaymentMethodRequest$, CreateCustomerPaymentMetadataRequest$inboundSchema, CreateCustomerPaymentMetadataRequest$outboundSchema, CreateCustomerPaymentMetadataRequest$, CreateCustomerPaymentMetadataRequestUnion$inboundSchema, CreateCustomerPaymentMetadataRequestUnion$outboundSchema, CreateCustomerPaymentMetadataRequestUnion$, CreateCustomerPaymentCaptureModeRequest$inboundSchema, CreateCustomerPaymentCaptureModeRequest$outboundSchema, CreateCustomerPaymentCaptureModeRequest$, CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$outboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$, CreateCustomerPaymentApplicationFeeRequest$inboundSchema, CreateCustomerPaymentApplicationFeeRequest$outboundSchema, CreateCustomerPaymentApplicationFeeRequest$, CreateCustomerPaymentRoutingAmountRequest$inboundSchema, CreateCustomerPaymentRoutingAmountRequest$outboundSchema, CreateCustomerPaymentRoutingAmountRequest$, CreateCustomerPaymentRoutingTypeRequest$inboundSchema, CreateCustomerPaymentRoutingTypeRequest$outboundSchema, CreateCustomerPaymentRoutingTypeRequest$, CreateCustomerPaymentDestinationRequest$inboundSchema, CreateCustomerPaymentDestinationRequest$outboundSchema, CreateCustomerPaymentDestinationRequest$, CreateCustomerPaymentSelfRequest$inboundSchema, CreateCustomerPaymentSelfRequest$outboundSchema, CreateCustomerPaymentSelfRequest$, CreateCustomerPaymentPaymentRequest$inboundSchema, CreateCustomerPaymentPaymentRequest$outboundSchema, CreateCustomerPaymentPaymentRequest$, CreateCustomerPaymentLinksRequest$inboundSchema, CreateCustomerPaymentLinksRequest$outboundSchema, CreateCustomerPaymentLinksRequest$, CreateCustomerPaymentRoutingRequest$inboundSchema, CreateCustomerPaymentRoutingRequest$outboundSchema, CreateCustomerPaymentRoutingRequest$, CreateCustomerPaymentSequenceTypeRequest$inboundSchema, CreateCustomerPaymentSequenceTypeRequest$outboundSchema, CreateCustomerPaymentSequenceTypeRequest$, CreateCustomerPaymentRequestBody$inboundSchema, CreateCustomerPaymentRequestBody$outboundSchema, CreateCustomerPaymentRequestBody$, CreateCustomerPaymentRequest$inboundSchema, CreateCustomerPaymentRequest$outboundSchema, CreateCustomerPaymentRequest$, CreateCustomerPaymentServiceUnavailableDocumentation$inboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$outboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$, CreateCustomerPaymentServiceUnavailableLinks$inboundSchema, CreateCustomerPaymentServiceUnavailableLinks$outboundSchema, CreateCustomerPaymentServiceUnavailableLinks$, CreateCustomerPaymentUnprocessableEntityDocumentation$inboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$outboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$, CreateCustomerPaymentUnprocessableEntityLinks$inboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$outboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$, CreateCustomerPaymentMode$inboundSchema, CreateCustomerPaymentMode$outboundSchema, CreateCustomerPaymentMode$, CreateCustomerPaymentAmountResponse$inboundSchema, CreateCustomerPaymentAmountResponse$outboundSchema, CreateCustomerPaymentAmountResponse$, CreateCustomerPaymentAmountRefunded$inboundSchema, CreateCustomerPaymentAmountRefunded$outboundSchema, CreateCustomerPaymentAmountRefunded$, CreateCustomerPaymentAmountRemaining$inboundSchema, CreateCustomerPaymentAmountRemaining$outboundSchema, CreateCustomerPaymentAmountRemaining$, CreateCustomerPaymentAmountCaptured$inboundSchema, CreateCustomerPaymentAmountCaptured$outboundSchema, CreateCustomerPaymentAmountCaptured$, CreateCustomerPaymentAmountChargedBack$inboundSchema, CreateCustomerPaymentAmountChargedBack$outboundSchema, CreateCustomerPaymentAmountChargedBack$, CreateCustomerPaymentSettlementAmount$inboundSchema, CreateCustomerPaymentSettlementAmount$outboundSchema, CreateCustomerPaymentSettlementAmount$, CreateCustomerPaymentLineTypeResponse$inboundSchema, CreateCustomerPaymentLineTypeResponse$outboundSchema, CreateCustomerPaymentLineTypeResponse$, CreateCustomerPaymentUnitPriceResponse$inboundSchema, CreateCustomerPaymentUnitPriceResponse$outboundSchema, CreateCustomerPaymentUnitPriceResponse$, CreateCustomerPaymentDiscountAmountResponse$inboundSchema, CreateCustomerPaymentDiscountAmountResponse$outboundSchema, CreateCustomerPaymentDiscountAmountResponse$, CreateCustomerPaymentTotalAmountResponse$inboundSchema, CreateCustomerPaymentTotalAmountResponse$outboundSchema, CreateCustomerPaymentTotalAmountResponse$, CreateCustomerPaymentVatAmountResponse$inboundSchema, CreateCustomerPaymentVatAmountResponse$outboundSchema, CreateCustomerPaymentVatAmountResponse$, CreateCustomerPaymentCategoryResponse$inboundSchema, CreateCustomerPaymentCategoryResponse$outboundSchema, CreateCustomerPaymentCategoryResponse$, CreateCustomerPaymentIntervalResponse$inboundSchema, CreateCustomerPaymentIntervalResponse$outboundSchema, CreateCustomerPaymentIntervalResponse$, CreateCustomerPaymentRecurringAmountResponse$inboundSchema, CreateCustomerPaymentRecurringAmountResponse$outboundSchema, CreateCustomerPaymentRecurringAmountResponse$, CreateCustomerPaymentRecurringResponse$inboundSchema, CreateCustomerPaymentRecurringResponse$outboundSchema, CreateCustomerPaymentRecurringResponse$, CreateCustomerPaymentLineResponse$inboundSchema, CreateCustomerPaymentLineResponse$outboundSchema, CreateCustomerPaymentLineResponse$, CreateCustomerPaymentBillingAddressResponse$inboundSchema, CreateCustomerPaymentBillingAddressResponse$outboundSchema, CreateCustomerPaymentBillingAddressResponse$, CreateCustomerPaymentShippingAddressResponse$inboundSchema, CreateCustomerPaymentShippingAddressResponse$outboundSchema, CreateCustomerPaymentShippingAddressResponse$, CreateCustomerPaymentLocaleResponse$inboundSchema, CreateCustomerPaymentLocaleResponse$outboundSchema, CreateCustomerPaymentLocaleResponse$, CreateCustomerPaymentMethodResponse$inboundSchema, CreateCustomerPaymentMethodResponse$outboundSchema, CreateCustomerPaymentMethodResponse$, CreateCustomerPaymentMetadataResponse$inboundSchema, CreateCustomerPaymentMetadataResponse$outboundSchema, CreateCustomerPaymentMetadataResponse$, CreateCustomerPaymentMetadataResponseUnion$inboundSchema, CreateCustomerPaymentMetadataResponseUnion$outboundSchema, CreateCustomerPaymentMetadataResponseUnion$, CreateCustomerPaymentCaptureModeResponse$inboundSchema, CreateCustomerPaymentCaptureModeResponse$outboundSchema, CreateCustomerPaymentCaptureModeResponse$, CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$outboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$, CreateCustomerPaymentApplicationFeeResponse$inboundSchema, CreateCustomerPaymentApplicationFeeResponse$outboundSchema, CreateCustomerPaymentApplicationFeeResponse$, CreateCustomerPaymentRoutingMode$inboundSchema, CreateCustomerPaymentRoutingMode$outboundSchema, CreateCustomerPaymentRoutingMode$, CreateCustomerPaymentRoutingAmountResponse$inboundSchema, CreateCustomerPaymentRoutingAmountResponse$outboundSchema, CreateCustomerPaymentRoutingAmountResponse$, CreateCustomerPaymentRoutingTypeResponse$inboundSchema, CreateCustomerPaymentRoutingTypeResponse$outboundSchema, CreateCustomerPaymentRoutingTypeResponse$, CreateCustomerPaymentDestinationResponse$inboundSchema, CreateCustomerPaymentDestinationResponse$outboundSchema, CreateCustomerPaymentDestinationResponse$, CreateCustomerPaymentRoutingSelfResponse$inboundSchema, CreateCustomerPaymentRoutingSelfResponse$outboundSchema, CreateCustomerPaymentRoutingSelfResponse$, CreateCustomerPaymentPaymentResponse$inboundSchema, CreateCustomerPaymentPaymentResponse$outboundSchema, CreateCustomerPaymentPaymentResponse$, CreateCustomerPaymentRoutingLinksResponse$inboundSchema, CreateCustomerPaymentRoutingLinksResponse$outboundSchema, CreateCustomerPaymentRoutingLinksResponse$, CreateCustomerPaymentRoutingResponse$inboundSchema, CreateCustomerPaymentRoutingResponse$outboundSchema, CreateCustomerPaymentRoutingResponse$, CreateCustomerPaymentSequenceTypeResponse$inboundSchema, CreateCustomerPaymentSequenceTypeResponse$outboundSchema, CreateCustomerPaymentSequenceTypeResponse$, CreateCustomerPaymentStatus$inboundSchema, CreateCustomerPaymentStatus$outboundSchema, CreateCustomerPaymentStatus$, CreateCustomerPaymentStatusReason$inboundSchema, CreateCustomerPaymentStatusReason$outboundSchema, CreateCustomerPaymentStatusReason$, CreateCustomerPaymentSelfResponse$inboundSchema, CreateCustomerPaymentSelfResponse$outboundSchema, CreateCustomerPaymentSelfResponse$, CreateCustomerPaymentCheckout$inboundSchema, CreateCustomerPaymentCheckout$outboundSchema, CreateCustomerPaymentCheckout$, CreateCustomerPaymentMobileAppCheckout$inboundSchema, CreateCustomerPaymentMobileAppCheckout$outboundSchema, CreateCustomerPaymentMobileAppCheckout$, CreateCustomerPaymentChangePaymentState$inboundSchema, CreateCustomerPaymentChangePaymentState$outboundSchema, CreateCustomerPaymentChangePaymentState$, CreateCustomerPaymentDashboard$inboundSchema, CreateCustomerPaymentDashboard$outboundSchema, CreateCustomerPaymentDashboard$, CreateCustomerPaymentRefunds$inboundSchema, CreateCustomerPaymentRefunds$outboundSchema, CreateCustomerPaymentRefunds$, CreateCustomerPaymentChargebacks$inboundSchema, CreateCustomerPaymentChargebacks$outboundSchema, CreateCustomerPaymentChargebacks$, CreateCustomerPaymentCaptures$inboundSchema, CreateCustomerPaymentCaptures$outboundSchema, CreateCustomerPaymentCaptures$, CreateCustomerPaymentSettlement$inboundSchema, CreateCustomerPaymentSettlement$outboundSchema, CreateCustomerPaymentSettlement$, CreateCustomerPaymentCustomer$inboundSchema, CreateCustomerPaymentCustomer$outboundSchema, CreateCustomerPaymentCustomer$, CreateCustomerPaymentMandate$inboundSchema, CreateCustomerPaymentMandate$outboundSchema, CreateCustomerPaymentMandate$, CreateCustomerPaymentSubscription$inboundSchema, CreateCustomerPaymentSubscription$outboundSchema, CreateCustomerPaymentSubscription$, CreateCustomerPaymentOrder$inboundSchema, CreateCustomerPaymentOrder$outboundSchema, CreateCustomerPaymentOrder$, CreateCustomerPaymentTerminal$inboundSchema, CreateCustomerPaymentTerminal$outboundSchema, CreateCustomerPaymentTerminal$, CreateCustomerPaymentDocumentation$inboundSchema, CreateCustomerPaymentDocumentation$outboundSchema, CreateCustomerPaymentDocumentation$, CreateCustomerPaymentLinksResponse$inboundSchema, CreateCustomerPaymentLinksResponse$outboundSchema, CreateCustomerPaymentLinksResponse$, CreateCustomerPaymentResponse$inboundSchema, CreateCustomerPaymentResponse$outboundSchema, CreateCustomerPaymentResponse$;
|
|
37783
|
+
var CreateCustomerPaymentLineTypeRequest, CreateCustomerPaymentCategoryRequest, CreateCustomerPaymentIntervalRequest, CreateCustomerPaymentLocaleRequest, CreateCustomerPaymentMethodRequest, CreateCustomerPaymentCaptureModeRequest, CreateCustomerPaymentRoutingTypeRequest, CreateCustomerPaymentSequenceTypeRequest, CreateCustomerPaymentMode, CreateCustomerPaymentLineTypeResponse, CreateCustomerPaymentCategoryResponse, CreateCustomerPaymentIntervalResponse, CreateCustomerPaymentLocaleResponse, CreateCustomerPaymentMethodResponse, CreateCustomerPaymentCaptureModeResponse, CreateCustomerPaymentRoutingMode, CreateCustomerPaymentRoutingTypeResponse, CreateCustomerPaymentSequenceTypeResponse, CreateCustomerPaymentStatus, CreateCustomerPaymentAmountRequest$inboundSchema, CreateCustomerPaymentAmountRequest$outboundSchema, CreateCustomerPaymentAmountRequest$, CreateCustomerPaymentLineTypeRequest$inboundSchema, CreateCustomerPaymentLineTypeRequest$outboundSchema, CreateCustomerPaymentLineTypeRequest$, CreateCustomerPaymentUnitPriceRequest$inboundSchema, CreateCustomerPaymentUnitPriceRequest$outboundSchema, CreateCustomerPaymentUnitPriceRequest$, CreateCustomerPaymentDiscountAmountRequest$inboundSchema, CreateCustomerPaymentDiscountAmountRequest$outboundSchema, CreateCustomerPaymentDiscountAmountRequest$, CreateCustomerPaymentTotalAmountRequest$inboundSchema, CreateCustomerPaymentTotalAmountRequest$outboundSchema, CreateCustomerPaymentTotalAmountRequest$, CreateCustomerPaymentVatAmountRequest$inboundSchema, CreateCustomerPaymentVatAmountRequest$outboundSchema, CreateCustomerPaymentVatAmountRequest$, CreateCustomerPaymentCategoryRequest$inboundSchema, CreateCustomerPaymentCategoryRequest$outboundSchema, CreateCustomerPaymentCategoryRequest$, CreateCustomerPaymentIntervalRequest$inboundSchema, CreateCustomerPaymentIntervalRequest$outboundSchema, CreateCustomerPaymentIntervalRequest$, CreateCustomerPaymentRecurringAmountRequest$inboundSchema, CreateCustomerPaymentRecurringAmountRequest$outboundSchema, CreateCustomerPaymentRecurringAmountRequest$, CreateCustomerPaymentRecurringRequest$inboundSchema, CreateCustomerPaymentRecurringRequest$outboundSchema, CreateCustomerPaymentRecurringRequest$, CreateCustomerPaymentLineRequest$inboundSchema, CreateCustomerPaymentLineRequest$outboundSchema, CreateCustomerPaymentLineRequest$, CreateCustomerPaymentBillingAddressRequest$inboundSchema, CreateCustomerPaymentBillingAddressRequest$outboundSchema, CreateCustomerPaymentBillingAddressRequest$, CreateCustomerPaymentShippingAddressRequest$inboundSchema, CreateCustomerPaymentShippingAddressRequest$outboundSchema, CreateCustomerPaymentShippingAddressRequest$, CreateCustomerPaymentLocaleRequest$inboundSchema, CreateCustomerPaymentLocaleRequest$outboundSchema, CreateCustomerPaymentLocaleRequest$, CreateCustomerPaymentMethodRequest$inboundSchema, CreateCustomerPaymentMethodRequest$outboundSchema, CreateCustomerPaymentMethodRequest$, CreateCustomerPaymentMetadataRequest$inboundSchema, CreateCustomerPaymentMetadataRequest$outboundSchema, CreateCustomerPaymentMetadataRequest$, CreateCustomerPaymentCaptureModeRequest$inboundSchema, CreateCustomerPaymentCaptureModeRequest$outboundSchema, CreateCustomerPaymentCaptureModeRequest$, CreateCustomerPaymentApplicationFeeAmountRequest$inboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$outboundSchema, CreateCustomerPaymentApplicationFeeAmountRequest$, CreateCustomerPaymentApplicationFeeRequest$inboundSchema, CreateCustomerPaymentApplicationFeeRequest$outboundSchema, CreateCustomerPaymentApplicationFeeRequest$, CreateCustomerPaymentRoutingAmountRequest$inboundSchema, CreateCustomerPaymentRoutingAmountRequest$outboundSchema, CreateCustomerPaymentRoutingAmountRequest$, CreateCustomerPaymentRoutingTypeRequest$inboundSchema, CreateCustomerPaymentRoutingTypeRequest$outboundSchema, CreateCustomerPaymentRoutingTypeRequest$, CreateCustomerPaymentDestinationRequest$inboundSchema, CreateCustomerPaymentDestinationRequest$outboundSchema, CreateCustomerPaymentDestinationRequest$, CreateCustomerPaymentSelfRequest$inboundSchema, CreateCustomerPaymentSelfRequest$outboundSchema, CreateCustomerPaymentSelfRequest$, CreateCustomerPaymentPaymentRequest$inboundSchema, CreateCustomerPaymentPaymentRequest$outboundSchema, CreateCustomerPaymentPaymentRequest$, CreateCustomerPaymentLinksRequest$inboundSchema, CreateCustomerPaymentLinksRequest$outboundSchema, CreateCustomerPaymentLinksRequest$, CreateCustomerPaymentRoutingRequest$inboundSchema, CreateCustomerPaymentRoutingRequest$outboundSchema, CreateCustomerPaymentRoutingRequest$, CreateCustomerPaymentSequenceTypeRequest$inboundSchema, CreateCustomerPaymentSequenceTypeRequest$outboundSchema, CreateCustomerPaymentSequenceTypeRequest$, CreateCustomerPaymentRequestBody$inboundSchema, CreateCustomerPaymentRequestBody$outboundSchema, CreateCustomerPaymentRequestBody$, CreateCustomerPaymentRequest$inboundSchema, CreateCustomerPaymentRequest$outboundSchema, CreateCustomerPaymentRequest$, CreateCustomerPaymentServiceUnavailableDocumentation$inboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$outboundSchema, CreateCustomerPaymentServiceUnavailableDocumentation$, CreateCustomerPaymentServiceUnavailableLinks$inboundSchema, CreateCustomerPaymentServiceUnavailableLinks$outboundSchema, CreateCustomerPaymentServiceUnavailableLinks$, CreateCustomerPaymentUnprocessableEntityDocumentation$inboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$outboundSchema, CreateCustomerPaymentUnprocessableEntityDocumentation$, CreateCustomerPaymentUnprocessableEntityLinks$inboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$outboundSchema, CreateCustomerPaymentUnprocessableEntityLinks$, CreateCustomerPaymentMode$inboundSchema, CreateCustomerPaymentMode$outboundSchema, CreateCustomerPaymentMode$, CreateCustomerPaymentAmountResponse$inboundSchema, CreateCustomerPaymentAmountResponse$outboundSchema, CreateCustomerPaymentAmountResponse$, CreateCustomerPaymentAmountRefunded$inboundSchema, CreateCustomerPaymentAmountRefunded$outboundSchema, CreateCustomerPaymentAmountRefunded$, CreateCustomerPaymentAmountRemaining$inboundSchema, CreateCustomerPaymentAmountRemaining$outboundSchema, CreateCustomerPaymentAmountRemaining$, CreateCustomerPaymentAmountCaptured$inboundSchema, CreateCustomerPaymentAmountCaptured$outboundSchema, CreateCustomerPaymentAmountCaptured$, CreateCustomerPaymentAmountChargedBack$inboundSchema, CreateCustomerPaymentAmountChargedBack$outboundSchema, CreateCustomerPaymentAmountChargedBack$, CreateCustomerPaymentSettlementAmount$inboundSchema, CreateCustomerPaymentSettlementAmount$outboundSchema, CreateCustomerPaymentSettlementAmount$, CreateCustomerPaymentLineTypeResponse$inboundSchema, CreateCustomerPaymentLineTypeResponse$outboundSchema, CreateCustomerPaymentLineTypeResponse$, CreateCustomerPaymentUnitPriceResponse$inboundSchema, CreateCustomerPaymentUnitPriceResponse$outboundSchema, CreateCustomerPaymentUnitPriceResponse$, CreateCustomerPaymentDiscountAmountResponse$inboundSchema, CreateCustomerPaymentDiscountAmountResponse$outboundSchema, CreateCustomerPaymentDiscountAmountResponse$, CreateCustomerPaymentTotalAmountResponse$inboundSchema, CreateCustomerPaymentTotalAmountResponse$outboundSchema, CreateCustomerPaymentTotalAmountResponse$, CreateCustomerPaymentVatAmountResponse$inboundSchema, CreateCustomerPaymentVatAmountResponse$outboundSchema, CreateCustomerPaymentVatAmountResponse$, CreateCustomerPaymentCategoryResponse$inboundSchema, CreateCustomerPaymentCategoryResponse$outboundSchema, CreateCustomerPaymentCategoryResponse$, CreateCustomerPaymentIntervalResponse$inboundSchema, CreateCustomerPaymentIntervalResponse$outboundSchema, CreateCustomerPaymentIntervalResponse$, CreateCustomerPaymentRecurringAmountResponse$inboundSchema, CreateCustomerPaymentRecurringAmountResponse$outboundSchema, CreateCustomerPaymentRecurringAmountResponse$, CreateCustomerPaymentRecurringResponse$inboundSchema, CreateCustomerPaymentRecurringResponse$outboundSchema, CreateCustomerPaymentRecurringResponse$, CreateCustomerPaymentLineResponse$inboundSchema, CreateCustomerPaymentLineResponse$outboundSchema, CreateCustomerPaymentLineResponse$, CreateCustomerPaymentBillingAddressResponse$inboundSchema, CreateCustomerPaymentBillingAddressResponse$outboundSchema, CreateCustomerPaymentBillingAddressResponse$, CreateCustomerPaymentShippingAddressResponse$inboundSchema, CreateCustomerPaymentShippingAddressResponse$outboundSchema, CreateCustomerPaymentShippingAddressResponse$, CreateCustomerPaymentLocaleResponse$inboundSchema, CreateCustomerPaymentLocaleResponse$outboundSchema, CreateCustomerPaymentLocaleResponse$, CreateCustomerPaymentMethodResponse$inboundSchema, CreateCustomerPaymentMethodResponse$outboundSchema, CreateCustomerPaymentMethodResponse$, CreateCustomerPaymentMetadataResponse$inboundSchema, CreateCustomerPaymentMetadataResponse$outboundSchema, CreateCustomerPaymentMetadataResponse$, CreateCustomerPaymentCaptureModeResponse$inboundSchema, CreateCustomerPaymentCaptureModeResponse$outboundSchema, CreateCustomerPaymentCaptureModeResponse$, CreateCustomerPaymentApplicationFeeAmountResponse$inboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$outboundSchema, CreateCustomerPaymentApplicationFeeAmountResponse$, CreateCustomerPaymentApplicationFeeResponse$inboundSchema, CreateCustomerPaymentApplicationFeeResponse$outboundSchema, CreateCustomerPaymentApplicationFeeResponse$, CreateCustomerPaymentRoutingMode$inboundSchema, CreateCustomerPaymentRoutingMode$outboundSchema, CreateCustomerPaymentRoutingMode$, CreateCustomerPaymentRoutingAmountResponse$inboundSchema, CreateCustomerPaymentRoutingAmountResponse$outboundSchema, CreateCustomerPaymentRoutingAmountResponse$, CreateCustomerPaymentRoutingTypeResponse$inboundSchema, CreateCustomerPaymentRoutingTypeResponse$outboundSchema, CreateCustomerPaymentRoutingTypeResponse$, CreateCustomerPaymentDestinationResponse$inboundSchema, CreateCustomerPaymentDestinationResponse$outboundSchema, CreateCustomerPaymentDestinationResponse$, CreateCustomerPaymentRoutingSelfResponse$inboundSchema, CreateCustomerPaymentRoutingSelfResponse$outboundSchema, CreateCustomerPaymentRoutingSelfResponse$, CreateCustomerPaymentPaymentResponse$inboundSchema, CreateCustomerPaymentPaymentResponse$outboundSchema, CreateCustomerPaymentPaymentResponse$, CreateCustomerPaymentRoutingLinksResponse$inboundSchema, CreateCustomerPaymentRoutingLinksResponse$outboundSchema, CreateCustomerPaymentRoutingLinksResponse$, CreateCustomerPaymentRoutingResponse$inboundSchema, CreateCustomerPaymentRoutingResponse$outboundSchema, CreateCustomerPaymentRoutingResponse$, CreateCustomerPaymentSequenceTypeResponse$inboundSchema, CreateCustomerPaymentSequenceTypeResponse$outboundSchema, CreateCustomerPaymentSequenceTypeResponse$, CreateCustomerPaymentStatus$inboundSchema, CreateCustomerPaymentStatus$outboundSchema, CreateCustomerPaymentStatus$, CreateCustomerPaymentStatusReason$inboundSchema, CreateCustomerPaymentStatusReason$outboundSchema, CreateCustomerPaymentStatusReason$, CreateCustomerPaymentSelfResponse$inboundSchema, CreateCustomerPaymentSelfResponse$outboundSchema, CreateCustomerPaymentSelfResponse$, CreateCustomerPaymentCheckout$inboundSchema, CreateCustomerPaymentCheckout$outboundSchema, CreateCustomerPaymentCheckout$, CreateCustomerPaymentMobileAppCheckout$inboundSchema, CreateCustomerPaymentMobileAppCheckout$outboundSchema, CreateCustomerPaymentMobileAppCheckout$, CreateCustomerPaymentChangePaymentState$inboundSchema, CreateCustomerPaymentChangePaymentState$outboundSchema, CreateCustomerPaymentChangePaymentState$, CreateCustomerPaymentDashboard$inboundSchema, CreateCustomerPaymentDashboard$outboundSchema, CreateCustomerPaymentDashboard$, CreateCustomerPaymentRefunds$inboundSchema, CreateCustomerPaymentRefunds$outboundSchema, CreateCustomerPaymentRefunds$, CreateCustomerPaymentChargebacks$inboundSchema, CreateCustomerPaymentChargebacks$outboundSchema, CreateCustomerPaymentChargebacks$, CreateCustomerPaymentCaptures$inboundSchema, CreateCustomerPaymentCaptures$outboundSchema, CreateCustomerPaymentCaptures$, CreateCustomerPaymentSettlement$inboundSchema, CreateCustomerPaymentSettlement$outboundSchema, CreateCustomerPaymentSettlement$, CreateCustomerPaymentCustomer$inboundSchema, CreateCustomerPaymentCustomer$outboundSchema, CreateCustomerPaymentCustomer$, CreateCustomerPaymentMandate$inboundSchema, CreateCustomerPaymentMandate$outboundSchema, CreateCustomerPaymentMandate$, CreateCustomerPaymentSubscription$inboundSchema, CreateCustomerPaymentSubscription$outboundSchema, CreateCustomerPaymentSubscription$, CreateCustomerPaymentOrder$inboundSchema, CreateCustomerPaymentOrder$outboundSchema, CreateCustomerPaymentOrder$, CreateCustomerPaymentTerminal$inboundSchema, CreateCustomerPaymentTerminal$outboundSchema, CreateCustomerPaymentTerminal$, CreateCustomerPaymentDocumentation$inboundSchema, CreateCustomerPaymentDocumentation$outboundSchema, CreateCustomerPaymentDocumentation$, CreateCustomerPaymentLinksResponse$inboundSchema, CreateCustomerPaymentLinksResponse$outboundSchema, CreateCustomerPaymentLinksResponse$, CreateCustomerPaymentResponse$inboundSchema, CreateCustomerPaymentResponse$outboundSchema, CreateCustomerPaymentResponse$;
|
|
37916
37784
|
var init_createcustomerpayment = __esm(() => {
|
|
37917
37785
|
init_esm();
|
|
37918
37786
|
init_primitives();
|
|
@@ -38343,26 +38211,12 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
38343
38211
|
CreateCustomerPaymentMethodRequest$.inboundSchema = CreateCustomerPaymentMethodRequest$inboundSchema;
|
|
38344
38212
|
CreateCustomerPaymentMethodRequest$.outboundSchema = CreateCustomerPaymentMethodRequest$outboundSchema;
|
|
38345
38213
|
})(CreateCustomerPaymentMethodRequest$ ||= {});
|
|
38346
|
-
CreateCustomerPaymentMetadataRequest$inboundSchema =
|
|
38347
|
-
CreateCustomerPaymentMetadataRequest$outboundSchema =
|
|
38214
|
+
CreateCustomerPaymentMetadataRequest$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
38215
|
+
CreateCustomerPaymentMetadataRequest$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
38348
38216
|
((CreateCustomerPaymentMetadataRequest$) => {
|
|
38349
38217
|
CreateCustomerPaymentMetadataRequest$.inboundSchema = CreateCustomerPaymentMetadataRequest$inboundSchema;
|
|
38350
38218
|
CreateCustomerPaymentMetadataRequest$.outboundSchema = CreateCustomerPaymentMetadataRequest$outboundSchema;
|
|
38351
38219
|
})(CreateCustomerPaymentMetadataRequest$ ||= {});
|
|
38352
|
-
CreateCustomerPaymentMetadataRequestUnion$inboundSchema = unionType([
|
|
38353
|
-
lazyType(() => CreateCustomerPaymentMetadataRequest$inboundSchema),
|
|
38354
|
-
stringType(),
|
|
38355
|
-
arrayType(stringType())
|
|
38356
|
-
]);
|
|
38357
|
-
CreateCustomerPaymentMetadataRequestUnion$outboundSchema = unionType([
|
|
38358
|
-
lazyType(() => CreateCustomerPaymentMetadataRequest$outboundSchema),
|
|
38359
|
-
stringType(),
|
|
38360
|
-
arrayType(stringType())
|
|
38361
|
-
]);
|
|
38362
|
-
((CreateCustomerPaymentMetadataRequestUnion$) => {
|
|
38363
|
-
CreateCustomerPaymentMetadataRequestUnion$.inboundSchema = CreateCustomerPaymentMetadataRequestUnion$inboundSchema;
|
|
38364
|
-
CreateCustomerPaymentMetadataRequestUnion$.outboundSchema = CreateCustomerPaymentMetadataRequestUnion$outboundSchema;
|
|
38365
|
-
})(CreateCustomerPaymentMetadataRequestUnion$ ||= {});
|
|
38366
38220
|
CreateCustomerPaymentCaptureModeRequest$inboundSchema = nativeEnumType(CreateCustomerPaymentCaptureModeRequest);
|
|
38367
38221
|
CreateCustomerPaymentCaptureModeRequest$outboundSchema = CreateCustomerPaymentCaptureModeRequest$inboundSchema;
|
|
38368
38222
|
((CreateCustomerPaymentCaptureModeRequest$) => {
|
|
@@ -38502,11 +38356,7 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
38502
38356
|
method: nullableType(CreateCustomerPaymentMethodRequest$inboundSchema).optional(),
|
|
38503
38357
|
issuer: nullableType(stringType()).optional(),
|
|
38504
38358
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
38505
|
-
metadata: nullableType(unionType([
|
|
38506
|
-
lazyType(() => CreateCustomerPaymentMetadataRequest$inboundSchema),
|
|
38507
|
-
stringType(),
|
|
38508
|
-
arrayType(stringType())
|
|
38509
|
-
])).optional(),
|
|
38359
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
38510
38360
|
captureMode: nullableType(CreateCustomerPaymentCaptureModeRequest$inboundSchema).optional(),
|
|
38511
38361
|
captureDelay: nullableType(stringType()).optional(),
|
|
38512
38362
|
applicationFee: nullableType(lazyType(() => CreateCustomerPaymentApplicationFeeRequest$inboundSchema)).optional(),
|
|
@@ -38531,11 +38381,7 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
38531
38381
|
method: nullableType(CreateCustomerPaymentMethodRequest$outboundSchema).optional(),
|
|
38532
38382
|
issuer: nullableType(stringType()).optional(),
|
|
38533
38383
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
38534
|
-
metadata: nullableType(unionType([
|
|
38535
|
-
lazyType(() => CreateCustomerPaymentMetadataRequest$outboundSchema),
|
|
38536
|
-
stringType(),
|
|
38537
|
-
arrayType(stringType())
|
|
38538
|
-
])).optional(),
|
|
38384
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
38539
38385
|
captureMode: nullableType(CreateCustomerPaymentCaptureModeRequest$outboundSchema).optional(),
|
|
38540
38386
|
captureDelay: nullableType(stringType()).optional(),
|
|
38541
38387
|
applicationFee: nullableType(lazyType(() => CreateCustomerPaymentApplicationFeeRequest$outboundSchema)).optional(),
|
|
@@ -38901,26 +38747,12 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
38901
38747
|
CreateCustomerPaymentMethodResponse$.inboundSchema = CreateCustomerPaymentMethodResponse$inboundSchema;
|
|
38902
38748
|
CreateCustomerPaymentMethodResponse$.outboundSchema = CreateCustomerPaymentMethodResponse$outboundSchema;
|
|
38903
38749
|
})(CreateCustomerPaymentMethodResponse$ ||= {});
|
|
38904
|
-
CreateCustomerPaymentMetadataResponse$inboundSchema =
|
|
38905
|
-
CreateCustomerPaymentMetadataResponse$outboundSchema =
|
|
38750
|
+
CreateCustomerPaymentMetadataResponse$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
38751
|
+
CreateCustomerPaymentMetadataResponse$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
38906
38752
|
((CreateCustomerPaymentMetadataResponse$) => {
|
|
38907
38753
|
CreateCustomerPaymentMetadataResponse$.inboundSchema = CreateCustomerPaymentMetadataResponse$inboundSchema;
|
|
38908
38754
|
CreateCustomerPaymentMetadataResponse$.outboundSchema = CreateCustomerPaymentMetadataResponse$outboundSchema;
|
|
38909
38755
|
})(CreateCustomerPaymentMetadataResponse$ ||= {});
|
|
38910
|
-
CreateCustomerPaymentMetadataResponseUnion$inboundSchema = unionType([
|
|
38911
|
-
lazyType(() => CreateCustomerPaymentMetadataResponse$inboundSchema),
|
|
38912
|
-
stringType(),
|
|
38913
|
-
arrayType(stringType())
|
|
38914
|
-
]);
|
|
38915
|
-
CreateCustomerPaymentMetadataResponseUnion$outboundSchema = unionType([
|
|
38916
|
-
lazyType(() => CreateCustomerPaymentMetadataResponse$outboundSchema),
|
|
38917
|
-
stringType(),
|
|
38918
|
-
arrayType(stringType())
|
|
38919
|
-
]);
|
|
38920
|
-
((CreateCustomerPaymentMetadataResponseUnion$) => {
|
|
38921
|
-
CreateCustomerPaymentMetadataResponseUnion$.inboundSchema = CreateCustomerPaymentMetadataResponseUnion$inboundSchema;
|
|
38922
|
-
CreateCustomerPaymentMetadataResponseUnion$.outboundSchema = CreateCustomerPaymentMetadataResponseUnion$outboundSchema;
|
|
38923
|
-
})(CreateCustomerPaymentMetadataResponseUnion$ ||= {});
|
|
38924
38756
|
CreateCustomerPaymentCaptureModeResponse$inboundSchema = nativeEnumType(CreateCustomerPaymentCaptureModeResponse);
|
|
38925
38757
|
CreateCustomerPaymentCaptureModeResponse$outboundSchema = CreateCustomerPaymentCaptureModeResponse$inboundSchema;
|
|
38926
38758
|
((CreateCustomerPaymentCaptureModeResponse$) => {
|
|
@@ -39318,11 +39150,7 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
39318
39150
|
countryCode: nullableType(stringType()).optional(),
|
|
39319
39151
|
method: nullableType(CreateCustomerPaymentMethodResponse$inboundSchema).optional(),
|
|
39320
39152
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
39321
|
-
metadata: nullableType(unionType([
|
|
39322
|
-
lazyType(() => CreateCustomerPaymentMetadataResponse$inboundSchema),
|
|
39323
|
-
stringType(),
|
|
39324
|
-
arrayType(stringType())
|
|
39325
|
-
])).optional(),
|
|
39153
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
39326
39154
|
captureMode: nullableType(CreateCustomerPaymentCaptureModeResponse$inboundSchema).optional(),
|
|
39327
39155
|
captureDelay: nullableType(stringType()).optional(),
|
|
39328
39156
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -39373,11 +39201,7 @@ var init_createcustomerpayment = __esm(() => {
|
|
|
39373
39201
|
countryCode: nullableType(stringType()).optional(),
|
|
39374
39202
|
method: nullableType(CreateCustomerPaymentMethodResponse$outboundSchema).optional(),
|
|
39375
39203
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
39376
|
-
metadata: nullableType(unionType([
|
|
39377
|
-
lazyType(() => CreateCustomerPaymentMetadataResponse$outboundSchema),
|
|
39378
|
-
stringType(),
|
|
39379
|
-
arrayType(stringType())
|
|
39380
|
-
])).optional(),
|
|
39204
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
39381
39205
|
captureMode: nullableType(CreateCustomerPaymentCaptureModeResponse$outboundSchema).optional(),
|
|
39382
39206
|
captureDelay: nullableType(stringType()).optional(),
|
|
39383
39207
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -39668,7 +39492,7 @@ var init_createmandate = __esm(() => {
|
|
|
39668
39492
|
});
|
|
39669
39493
|
|
|
39670
39494
|
// src/models/operations/createpayment.ts
|
|
39671
|
-
var CreatePaymentInclude, CreatePaymentLineTypeRequest, CreatePaymentCategoryRequest, CreatePaymentIntervalRequest, CreatePaymentLocaleRequest, CreatePaymentMethodRequest, CreatePaymentCaptureModeRequest, CreatePaymentRoutingTypeRequest, CreatePaymentSequenceTypeRequest, CreatePaymentMode, CreatePaymentLineTypeResponse, CreatePaymentCategoryResponse, CreatePaymentIntervalResponse, CreatePaymentLocaleResponse, CreatePaymentMethodResponse, CreatePaymentCaptureModeResponse, CreatePaymentRoutingMode, CreatePaymentRoutingTypeResponse, CreatePaymentSequenceTypeResponse, CreatePaymentStatus, CreatePaymentInclude$inboundSchema, CreatePaymentInclude$outboundSchema, CreatePaymentInclude$, CreatePaymentAmountRequest$inboundSchema, CreatePaymentAmountRequest$outboundSchema, CreatePaymentAmountRequest$, CreatePaymentLineTypeRequest$inboundSchema, CreatePaymentLineTypeRequest$outboundSchema, CreatePaymentLineTypeRequest$, CreatePaymentUnitPriceRequest$inboundSchema, CreatePaymentUnitPriceRequest$outboundSchema, CreatePaymentUnitPriceRequest$, CreatePaymentDiscountAmountRequest$inboundSchema, CreatePaymentDiscountAmountRequest$outboundSchema, CreatePaymentDiscountAmountRequest$, CreatePaymentTotalAmountRequest$inboundSchema, CreatePaymentTotalAmountRequest$outboundSchema, CreatePaymentTotalAmountRequest$, CreatePaymentVatAmountRequest$inboundSchema, CreatePaymentVatAmountRequest$outboundSchema, CreatePaymentVatAmountRequest$, CreatePaymentCategoryRequest$inboundSchema, CreatePaymentCategoryRequest$outboundSchema, CreatePaymentCategoryRequest$, CreatePaymentIntervalRequest$inboundSchema, CreatePaymentIntervalRequest$outboundSchema, CreatePaymentIntervalRequest$, CreatePaymentRecurringAmountRequest$inboundSchema, CreatePaymentRecurringAmountRequest$outboundSchema, CreatePaymentRecurringAmountRequest$, CreatePaymentRecurringRequest$inboundSchema, CreatePaymentRecurringRequest$outboundSchema, CreatePaymentRecurringRequest$, CreatePaymentLineRequest$inboundSchema, CreatePaymentLineRequest$outboundSchema, CreatePaymentLineRequest$, CreatePaymentBillingAddressRequest$inboundSchema, CreatePaymentBillingAddressRequest$outboundSchema, CreatePaymentBillingAddressRequest$, CreatePaymentShippingAddressRequest$inboundSchema, CreatePaymentShippingAddressRequest$outboundSchema, CreatePaymentShippingAddressRequest$, CreatePaymentLocaleRequest$inboundSchema, CreatePaymentLocaleRequest$outboundSchema, CreatePaymentLocaleRequest$, CreatePaymentMethodRequest$inboundSchema, CreatePaymentMethodRequest$outboundSchema, CreatePaymentMethodRequest$, CreatePaymentMetadataRequest$inboundSchema, CreatePaymentMetadataRequest$outboundSchema, CreatePaymentMetadataRequest$, CreatePaymentMetadataRequestUnion$inboundSchema, CreatePaymentMetadataRequestUnion$outboundSchema, CreatePaymentMetadataRequestUnion$, CreatePaymentCaptureModeRequest$inboundSchema, CreatePaymentCaptureModeRequest$outboundSchema, CreatePaymentCaptureModeRequest$, CreatePaymentApplicationFeeAmountRequest$inboundSchema, CreatePaymentApplicationFeeAmountRequest$outboundSchema, CreatePaymentApplicationFeeAmountRequest$, CreatePaymentApplicationFeeRequest$inboundSchema, CreatePaymentApplicationFeeRequest$outboundSchema, CreatePaymentApplicationFeeRequest$, CreatePaymentRoutingAmountRequest$inboundSchema, CreatePaymentRoutingAmountRequest$outboundSchema, CreatePaymentRoutingAmountRequest$, CreatePaymentRoutingTypeRequest$inboundSchema, CreatePaymentRoutingTypeRequest$outboundSchema, CreatePaymentRoutingTypeRequest$, CreatePaymentDestinationRequest$inboundSchema, CreatePaymentDestinationRequest$outboundSchema, CreatePaymentDestinationRequest$, CreatePaymentSelfRequest$inboundSchema, CreatePaymentSelfRequest$outboundSchema, CreatePaymentSelfRequest$, CreatePaymentPaymentRequest$inboundSchema, CreatePaymentPaymentRequest$outboundSchema, CreatePaymentPaymentRequest$, CreatePaymentLinksRequest$inboundSchema, CreatePaymentLinksRequest$outboundSchema, CreatePaymentLinksRequest$, CreatePaymentRoutingRequest$inboundSchema, CreatePaymentRoutingRequest$outboundSchema, CreatePaymentRoutingRequest$, CreatePaymentSequenceTypeRequest$inboundSchema, CreatePaymentSequenceTypeRequest$outboundSchema, CreatePaymentSequenceTypeRequest$, CreatePaymentRequestBody$inboundSchema, CreatePaymentRequestBody$outboundSchema, CreatePaymentRequestBody$, CreatePaymentRequest$inboundSchema, CreatePaymentRequest$outboundSchema, CreatePaymentRequest$, CreatePaymentServiceUnavailableDocumentation$inboundSchema, CreatePaymentServiceUnavailableDocumentation$outboundSchema, CreatePaymentServiceUnavailableDocumentation$, CreatePaymentServiceUnavailableLinks$inboundSchema, CreatePaymentServiceUnavailableLinks$outboundSchema, CreatePaymentServiceUnavailableLinks$, CreatePaymentUnprocessableEntityDocumentation$inboundSchema, CreatePaymentUnprocessableEntityDocumentation$outboundSchema, CreatePaymentUnprocessableEntityDocumentation$, CreatePaymentUnprocessableEntityLinks$inboundSchema, CreatePaymentUnprocessableEntityLinks$outboundSchema, CreatePaymentUnprocessableEntityLinks$, CreatePaymentMode$inboundSchema, CreatePaymentMode$outboundSchema, CreatePaymentMode$, CreatePaymentAmountResponse$inboundSchema, CreatePaymentAmountResponse$outboundSchema, CreatePaymentAmountResponse$, CreatePaymentAmountRefunded$inboundSchema, CreatePaymentAmountRefunded$outboundSchema, CreatePaymentAmountRefunded$, CreatePaymentAmountRemaining$inboundSchema, CreatePaymentAmountRemaining$outboundSchema, CreatePaymentAmountRemaining$, CreatePaymentAmountCaptured$inboundSchema, CreatePaymentAmountCaptured$outboundSchema, CreatePaymentAmountCaptured$, CreatePaymentAmountChargedBack$inboundSchema, CreatePaymentAmountChargedBack$outboundSchema, CreatePaymentAmountChargedBack$, CreatePaymentSettlementAmount$inboundSchema, CreatePaymentSettlementAmount$outboundSchema, CreatePaymentSettlementAmount$, CreatePaymentLineTypeResponse$inboundSchema, CreatePaymentLineTypeResponse$outboundSchema, CreatePaymentLineTypeResponse$, CreatePaymentUnitPriceResponse$inboundSchema, CreatePaymentUnitPriceResponse$outboundSchema, CreatePaymentUnitPriceResponse$, CreatePaymentDiscountAmountResponse$inboundSchema, CreatePaymentDiscountAmountResponse$outboundSchema, CreatePaymentDiscountAmountResponse$, CreatePaymentTotalAmountResponse$inboundSchema, CreatePaymentTotalAmountResponse$outboundSchema, CreatePaymentTotalAmountResponse$, CreatePaymentVatAmountResponse$inboundSchema, CreatePaymentVatAmountResponse$outboundSchema, CreatePaymentVatAmountResponse$, CreatePaymentCategoryResponse$inboundSchema, CreatePaymentCategoryResponse$outboundSchema, CreatePaymentCategoryResponse$, CreatePaymentIntervalResponse$inboundSchema, CreatePaymentIntervalResponse$outboundSchema, CreatePaymentIntervalResponse$, CreatePaymentRecurringAmountResponse$inboundSchema, CreatePaymentRecurringAmountResponse$outboundSchema, CreatePaymentRecurringAmountResponse$, CreatePaymentRecurringResponse$inboundSchema, CreatePaymentRecurringResponse$outboundSchema, CreatePaymentRecurringResponse$, CreatePaymentLineResponse$inboundSchema, CreatePaymentLineResponse$outboundSchema, CreatePaymentLineResponse$, CreatePaymentBillingAddressResponse$inboundSchema, CreatePaymentBillingAddressResponse$outboundSchema, CreatePaymentBillingAddressResponse$, CreatePaymentShippingAddressResponse$inboundSchema, CreatePaymentShippingAddressResponse$outboundSchema, CreatePaymentShippingAddressResponse$, CreatePaymentLocaleResponse$inboundSchema, CreatePaymentLocaleResponse$outboundSchema, CreatePaymentLocaleResponse$, CreatePaymentMethodResponse$inboundSchema, CreatePaymentMethodResponse$outboundSchema, CreatePaymentMethodResponse$, CreatePaymentMetadataResponse$inboundSchema, CreatePaymentMetadataResponse$outboundSchema, CreatePaymentMetadataResponse$, CreatePaymentMetadataResponseUnion$inboundSchema, CreatePaymentMetadataResponseUnion$outboundSchema, CreatePaymentMetadataResponseUnion$, CreatePaymentCaptureModeResponse$inboundSchema, CreatePaymentCaptureModeResponse$outboundSchema, CreatePaymentCaptureModeResponse$, CreatePaymentApplicationFeeAmountResponse$inboundSchema, CreatePaymentApplicationFeeAmountResponse$outboundSchema, CreatePaymentApplicationFeeAmountResponse$, CreatePaymentApplicationFeeResponse$inboundSchema, CreatePaymentApplicationFeeResponse$outboundSchema, CreatePaymentApplicationFeeResponse$, CreatePaymentRoutingMode$inboundSchema, CreatePaymentRoutingMode$outboundSchema, CreatePaymentRoutingMode$, CreatePaymentRoutingAmountResponse$inboundSchema, CreatePaymentRoutingAmountResponse$outboundSchema, CreatePaymentRoutingAmountResponse$, CreatePaymentRoutingTypeResponse$inboundSchema, CreatePaymentRoutingTypeResponse$outboundSchema, CreatePaymentRoutingTypeResponse$, CreatePaymentDestinationResponse$inboundSchema, CreatePaymentDestinationResponse$outboundSchema, CreatePaymentDestinationResponse$, CreatePaymentRoutingSelfResponse$inboundSchema, CreatePaymentRoutingSelfResponse$outboundSchema, CreatePaymentRoutingSelfResponse$, CreatePaymentPaymentResponse$inboundSchema, CreatePaymentPaymentResponse$outboundSchema, CreatePaymentPaymentResponse$, CreatePaymentRoutingLinksResponse$inboundSchema, CreatePaymentRoutingLinksResponse$outboundSchema, CreatePaymentRoutingLinksResponse$, CreatePaymentRoutingResponse$inboundSchema, CreatePaymentRoutingResponse$outboundSchema, CreatePaymentRoutingResponse$, CreatePaymentSequenceTypeResponse$inboundSchema, CreatePaymentSequenceTypeResponse$outboundSchema, CreatePaymentSequenceTypeResponse$, CreatePaymentStatus$inboundSchema, CreatePaymentStatus$outboundSchema, CreatePaymentStatus$, CreatePaymentStatusReason$inboundSchema, CreatePaymentStatusReason$outboundSchema, CreatePaymentStatusReason$, CreatePaymentSelfResponse$inboundSchema, CreatePaymentSelfResponse$outboundSchema, CreatePaymentSelfResponse$, CreatePaymentCheckout$inboundSchema, CreatePaymentCheckout$outboundSchema, CreatePaymentCheckout$, CreatePaymentMobileAppCheckout$inboundSchema, CreatePaymentMobileAppCheckout$outboundSchema, CreatePaymentMobileAppCheckout$, CreatePaymentChangePaymentState$inboundSchema, CreatePaymentChangePaymentState$outboundSchema, CreatePaymentChangePaymentState$, CreatePaymentDashboard$inboundSchema, CreatePaymentDashboard$outboundSchema, CreatePaymentDashboard$, CreatePaymentRefunds$inboundSchema, CreatePaymentRefunds$outboundSchema, CreatePaymentRefunds$, CreatePaymentChargebacks$inboundSchema, CreatePaymentChargebacks$outboundSchema, CreatePaymentChargebacks$, CreatePaymentCaptures$inboundSchema, CreatePaymentCaptures$outboundSchema, CreatePaymentCaptures$, CreatePaymentSettlement$inboundSchema, CreatePaymentSettlement$outboundSchema, CreatePaymentSettlement$, CreatePaymentCustomer$inboundSchema, CreatePaymentCustomer$outboundSchema, CreatePaymentCustomer$, CreatePaymentMandate$inboundSchema, CreatePaymentMandate$outboundSchema, CreatePaymentMandate$, CreatePaymentSubscription$inboundSchema, CreatePaymentSubscription$outboundSchema, CreatePaymentSubscription$, CreatePaymentOrder$inboundSchema, CreatePaymentOrder$outboundSchema, CreatePaymentOrder$, CreatePaymentTerminal$inboundSchema, CreatePaymentTerminal$outboundSchema, CreatePaymentTerminal$, CreatePaymentDocumentation$inboundSchema, CreatePaymentDocumentation$outboundSchema, CreatePaymentDocumentation$, CreatePaymentLinksResponse$inboundSchema, CreatePaymentLinksResponse$outboundSchema, CreatePaymentLinksResponse$, CreatePaymentResponse$inboundSchema, CreatePaymentResponse$outboundSchema, CreatePaymentResponse$;
|
|
39495
|
+
var CreatePaymentInclude, CreatePaymentLineTypeRequest, CreatePaymentCategoryRequest, CreatePaymentIntervalRequest, CreatePaymentLocaleRequest, CreatePaymentMethodRequest, CreatePaymentCaptureModeRequest, CreatePaymentRoutingTypeRequest, CreatePaymentSequenceTypeRequest, CreatePaymentMode, CreatePaymentLineTypeResponse, CreatePaymentCategoryResponse, CreatePaymentIntervalResponse, CreatePaymentLocaleResponse, CreatePaymentMethodResponse, CreatePaymentCaptureModeResponse, CreatePaymentRoutingMode, CreatePaymentRoutingTypeResponse, CreatePaymentSequenceTypeResponse, CreatePaymentStatus, CreatePaymentInclude$inboundSchema, CreatePaymentInclude$outboundSchema, CreatePaymentInclude$, CreatePaymentAmountRequest$inboundSchema, CreatePaymentAmountRequest$outboundSchema, CreatePaymentAmountRequest$, CreatePaymentLineTypeRequest$inboundSchema, CreatePaymentLineTypeRequest$outboundSchema, CreatePaymentLineTypeRequest$, CreatePaymentUnitPriceRequest$inboundSchema, CreatePaymentUnitPriceRequest$outboundSchema, CreatePaymentUnitPriceRequest$, CreatePaymentDiscountAmountRequest$inboundSchema, CreatePaymentDiscountAmountRequest$outboundSchema, CreatePaymentDiscountAmountRequest$, CreatePaymentTotalAmountRequest$inboundSchema, CreatePaymentTotalAmountRequest$outboundSchema, CreatePaymentTotalAmountRequest$, CreatePaymentVatAmountRequest$inboundSchema, CreatePaymentVatAmountRequest$outboundSchema, CreatePaymentVatAmountRequest$, CreatePaymentCategoryRequest$inboundSchema, CreatePaymentCategoryRequest$outboundSchema, CreatePaymentCategoryRequest$, CreatePaymentIntervalRequest$inboundSchema, CreatePaymentIntervalRequest$outboundSchema, CreatePaymentIntervalRequest$, CreatePaymentRecurringAmountRequest$inboundSchema, CreatePaymentRecurringAmountRequest$outboundSchema, CreatePaymentRecurringAmountRequest$, CreatePaymentRecurringRequest$inboundSchema, CreatePaymentRecurringRequest$outboundSchema, CreatePaymentRecurringRequest$, CreatePaymentLineRequest$inboundSchema, CreatePaymentLineRequest$outboundSchema, CreatePaymentLineRequest$, CreatePaymentBillingAddressRequest$inboundSchema, CreatePaymentBillingAddressRequest$outboundSchema, CreatePaymentBillingAddressRequest$, CreatePaymentShippingAddressRequest$inboundSchema, CreatePaymentShippingAddressRequest$outboundSchema, CreatePaymentShippingAddressRequest$, CreatePaymentLocaleRequest$inboundSchema, CreatePaymentLocaleRequest$outboundSchema, CreatePaymentLocaleRequest$, CreatePaymentMethodRequest$inboundSchema, CreatePaymentMethodRequest$outboundSchema, CreatePaymentMethodRequest$, CreatePaymentMetadataRequest$inboundSchema, CreatePaymentMetadataRequest$outboundSchema, CreatePaymentMetadataRequest$, CreatePaymentCaptureModeRequest$inboundSchema, CreatePaymentCaptureModeRequest$outboundSchema, CreatePaymentCaptureModeRequest$, CreatePaymentApplicationFeeAmountRequest$inboundSchema, CreatePaymentApplicationFeeAmountRequest$outboundSchema, CreatePaymentApplicationFeeAmountRequest$, CreatePaymentApplicationFeeRequest$inboundSchema, CreatePaymentApplicationFeeRequest$outboundSchema, CreatePaymentApplicationFeeRequest$, CreatePaymentRoutingAmountRequest$inboundSchema, CreatePaymentRoutingAmountRequest$outboundSchema, CreatePaymentRoutingAmountRequest$, CreatePaymentRoutingTypeRequest$inboundSchema, CreatePaymentRoutingTypeRequest$outboundSchema, CreatePaymentRoutingTypeRequest$, CreatePaymentDestinationRequest$inboundSchema, CreatePaymentDestinationRequest$outboundSchema, CreatePaymentDestinationRequest$, CreatePaymentSelfRequest$inboundSchema, CreatePaymentSelfRequest$outboundSchema, CreatePaymentSelfRequest$, CreatePaymentPaymentRequest$inboundSchema, CreatePaymentPaymentRequest$outboundSchema, CreatePaymentPaymentRequest$, CreatePaymentLinksRequest$inboundSchema, CreatePaymentLinksRequest$outboundSchema, CreatePaymentLinksRequest$, CreatePaymentRoutingRequest$inboundSchema, CreatePaymentRoutingRequest$outboundSchema, CreatePaymentRoutingRequest$, CreatePaymentSequenceTypeRequest$inboundSchema, CreatePaymentSequenceTypeRequest$outboundSchema, CreatePaymentSequenceTypeRequest$, CreatePaymentRequestBody$inboundSchema, CreatePaymentRequestBody$outboundSchema, CreatePaymentRequestBody$, CreatePaymentRequest$inboundSchema, CreatePaymentRequest$outboundSchema, CreatePaymentRequest$, CreatePaymentServiceUnavailableDocumentation$inboundSchema, CreatePaymentServiceUnavailableDocumentation$outboundSchema, CreatePaymentServiceUnavailableDocumentation$, CreatePaymentServiceUnavailableLinks$inboundSchema, CreatePaymentServiceUnavailableLinks$outboundSchema, CreatePaymentServiceUnavailableLinks$, CreatePaymentUnprocessableEntityDocumentation$inboundSchema, CreatePaymentUnprocessableEntityDocumentation$outboundSchema, CreatePaymentUnprocessableEntityDocumentation$, CreatePaymentUnprocessableEntityLinks$inboundSchema, CreatePaymentUnprocessableEntityLinks$outboundSchema, CreatePaymentUnprocessableEntityLinks$, CreatePaymentMode$inboundSchema, CreatePaymentMode$outboundSchema, CreatePaymentMode$, CreatePaymentAmountResponse$inboundSchema, CreatePaymentAmountResponse$outboundSchema, CreatePaymentAmountResponse$, CreatePaymentAmountRefunded$inboundSchema, CreatePaymentAmountRefunded$outboundSchema, CreatePaymentAmountRefunded$, CreatePaymentAmountRemaining$inboundSchema, CreatePaymentAmountRemaining$outboundSchema, CreatePaymentAmountRemaining$, CreatePaymentAmountCaptured$inboundSchema, CreatePaymentAmountCaptured$outboundSchema, CreatePaymentAmountCaptured$, CreatePaymentAmountChargedBack$inboundSchema, CreatePaymentAmountChargedBack$outboundSchema, CreatePaymentAmountChargedBack$, CreatePaymentSettlementAmount$inboundSchema, CreatePaymentSettlementAmount$outboundSchema, CreatePaymentSettlementAmount$, CreatePaymentLineTypeResponse$inboundSchema, CreatePaymentLineTypeResponse$outboundSchema, CreatePaymentLineTypeResponse$, CreatePaymentUnitPriceResponse$inboundSchema, CreatePaymentUnitPriceResponse$outboundSchema, CreatePaymentUnitPriceResponse$, CreatePaymentDiscountAmountResponse$inboundSchema, CreatePaymentDiscountAmountResponse$outboundSchema, CreatePaymentDiscountAmountResponse$, CreatePaymentTotalAmountResponse$inboundSchema, CreatePaymentTotalAmountResponse$outboundSchema, CreatePaymentTotalAmountResponse$, CreatePaymentVatAmountResponse$inboundSchema, CreatePaymentVatAmountResponse$outboundSchema, CreatePaymentVatAmountResponse$, CreatePaymentCategoryResponse$inboundSchema, CreatePaymentCategoryResponse$outboundSchema, CreatePaymentCategoryResponse$, CreatePaymentIntervalResponse$inboundSchema, CreatePaymentIntervalResponse$outboundSchema, CreatePaymentIntervalResponse$, CreatePaymentRecurringAmountResponse$inboundSchema, CreatePaymentRecurringAmountResponse$outboundSchema, CreatePaymentRecurringAmountResponse$, CreatePaymentRecurringResponse$inboundSchema, CreatePaymentRecurringResponse$outboundSchema, CreatePaymentRecurringResponse$, CreatePaymentLineResponse$inboundSchema, CreatePaymentLineResponse$outboundSchema, CreatePaymentLineResponse$, CreatePaymentBillingAddressResponse$inboundSchema, CreatePaymentBillingAddressResponse$outboundSchema, CreatePaymentBillingAddressResponse$, CreatePaymentShippingAddressResponse$inboundSchema, CreatePaymentShippingAddressResponse$outboundSchema, CreatePaymentShippingAddressResponse$, CreatePaymentLocaleResponse$inboundSchema, CreatePaymentLocaleResponse$outboundSchema, CreatePaymentLocaleResponse$, CreatePaymentMethodResponse$inboundSchema, CreatePaymentMethodResponse$outboundSchema, CreatePaymentMethodResponse$, CreatePaymentMetadataResponse$inboundSchema, CreatePaymentMetadataResponse$outboundSchema, CreatePaymentMetadataResponse$, CreatePaymentCaptureModeResponse$inboundSchema, CreatePaymentCaptureModeResponse$outboundSchema, CreatePaymentCaptureModeResponse$, CreatePaymentApplicationFeeAmountResponse$inboundSchema, CreatePaymentApplicationFeeAmountResponse$outboundSchema, CreatePaymentApplicationFeeAmountResponse$, CreatePaymentApplicationFeeResponse$inboundSchema, CreatePaymentApplicationFeeResponse$outboundSchema, CreatePaymentApplicationFeeResponse$, CreatePaymentRoutingMode$inboundSchema, CreatePaymentRoutingMode$outboundSchema, CreatePaymentRoutingMode$, CreatePaymentRoutingAmountResponse$inboundSchema, CreatePaymentRoutingAmountResponse$outboundSchema, CreatePaymentRoutingAmountResponse$, CreatePaymentRoutingTypeResponse$inboundSchema, CreatePaymentRoutingTypeResponse$outboundSchema, CreatePaymentRoutingTypeResponse$, CreatePaymentDestinationResponse$inboundSchema, CreatePaymentDestinationResponse$outboundSchema, CreatePaymentDestinationResponse$, CreatePaymentRoutingSelfResponse$inboundSchema, CreatePaymentRoutingSelfResponse$outboundSchema, CreatePaymentRoutingSelfResponse$, CreatePaymentPaymentResponse$inboundSchema, CreatePaymentPaymentResponse$outboundSchema, CreatePaymentPaymentResponse$, CreatePaymentRoutingLinksResponse$inboundSchema, CreatePaymentRoutingLinksResponse$outboundSchema, CreatePaymentRoutingLinksResponse$, CreatePaymentRoutingResponse$inboundSchema, CreatePaymentRoutingResponse$outboundSchema, CreatePaymentRoutingResponse$, CreatePaymentSequenceTypeResponse$inboundSchema, CreatePaymentSequenceTypeResponse$outboundSchema, CreatePaymentSequenceTypeResponse$, CreatePaymentStatus$inboundSchema, CreatePaymentStatus$outboundSchema, CreatePaymentStatus$, CreatePaymentStatusReason$inboundSchema, CreatePaymentStatusReason$outboundSchema, CreatePaymentStatusReason$, CreatePaymentSelfResponse$inboundSchema, CreatePaymentSelfResponse$outboundSchema, CreatePaymentSelfResponse$, CreatePaymentCheckout$inboundSchema, CreatePaymentCheckout$outboundSchema, CreatePaymentCheckout$, CreatePaymentMobileAppCheckout$inboundSchema, CreatePaymentMobileAppCheckout$outboundSchema, CreatePaymentMobileAppCheckout$, CreatePaymentChangePaymentState$inboundSchema, CreatePaymentChangePaymentState$outboundSchema, CreatePaymentChangePaymentState$, CreatePaymentDashboard$inboundSchema, CreatePaymentDashboard$outboundSchema, CreatePaymentDashboard$, CreatePaymentRefunds$inboundSchema, CreatePaymentRefunds$outboundSchema, CreatePaymentRefunds$, CreatePaymentChargebacks$inboundSchema, CreatePaymentChargebacks$outboundSchema, CreatePaymentChargebacks$, CreatePaymentCaptures$inboundSchema, CreatePaymentCaptures$outboundSchema, CreatePaymentCaptures$, CreatePaymentSettlement$inboundSchema, CreatePaymentSettlement$outboundSchema, CreatePaymentSettlement$, CreatePaymentCustomer$inboundSchema, CreatePaymentCustomer$outboundSchema, CreatePaymentCustomer$, CreatePaymentMandate$inboundSchema, CreatePaymentMandate$outboundSchema, CreatePaymentMandate$, CreatePaymentSubscription$inboundSchema, CreatePaymentSubscription$outboundSchema, CreatePaymentSubscription$, CreatePaymentOrder$inboundSchema, CreatePaymentOrder$outboundSchema, CreatePaymentOrder$, CreatePaymentTerminal$inboundSchema, CreatePaymentTerminal$outboundSchema, CreatePaymentTerminal$, CreatePaymentDocumentation$inboundSchema, CreatePaymentDocumentation$outboundSchema, CreatePaymentDocumentation$, CreatePaymentLinksResponse$inboundSchema, CreatePaymentLinksResponse$outboundSchema, CreatePaymentLinksResponse$, CreatePaymentResponse$inboundSchema, CreatePaymentResponse$outboundSchema, CreatePaymentResponse$;
|
|
39672
39496
|
var init_createpayment = __esm(() => {
|
|
39673
39497
|
init_esm();
|
|
39674
39498
|
init_primitives();
|
|
@@ -40108,26 +39932,12 @@ var init_createpayment = __esm(() => {
|
|
|
40108
39932
|
CreatePaymentMethodRequest$.inboundSchema = CreatePaymentMethodRequest$inboundSchema;
|
|
40109
39933
|
CreatePaymentMethodRequest$.outboundSchema = CreatePaymentMethodRequest$outboundSchema;
|
|
40110
39934
|
})(CreatePaymentMethodRequest$ ||= {});
|
|
40111
|
-
CreatePaymentMetadataRequest$inboundSchema =
|
|
40112
|
-
CreatePaymentMetadataRequest$outboundSchema =
|
|
39935
|
+
CreatePaymentMetadataRequest$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
39936
|
+
CreatePaymentMetadataRequest$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
40113
39937
|
((CreatePaymentMetadataRequest$) => {
|
|
40114
39938
|
CreatePaymentMetadataRequest$.inboundSchema = CreatePaymentMetadataRequest$inboundSchema;
|
|
40115
39939
|
CreatePaymentMetadataRequest$.outboundSchema = CreatePaymentMetadataRequest$outboundSchema;
|
|
40116
39940
|
})(CreatePaymentMetadataRequest$ ||= {});
|
|
40117
|
-
CreatePaymentMetadataRequestUnion$inboundSchema = unionType([
|
|
40118
|
-
lazyType(() => CreatePaymentMetadataRequest$inboundSchema),
|
|
40119
|
-
stringType(),
|
|
40120
|
-
arrayType(stringType())
|
|
40121
|
-
]);
|
|
40122
|
-
CreatePaymentMetadataRequestUnion$outboundSchema = unionType([
|
|
40123
|
-
lazyType(() => CreatePaymentMetadataRequest$outboundSchema),
|
|
40124
|
-
stringType(),
|
|
40125
|
-
arrayType(stringType())
|
|
40126
|
-
]);
|
|
40127
|
-
((CreatePaymentMetadataRequestUnion$) => {
|
|
40128
|
-
CreatePaymentMetadataRequestUnion$.inboundSchema = CreatePaymentMetadataRequestUnion$inboundSchema;
|
|
40129
|
-
CreatePaymentMetadataRequestUnion$.outboundSchema = CreatePaymentMetadataRequestUnion$outboundSchema;
|
|
40130
|
-
})(CreatePaymentMetadataRequestUnion$ ||= {});
|
|
40131
39941
|
CreatePaymentCaptureModeRequest$inboundSchema = nativeEnumType(CreatePaymentCaptureModeRequest);
|
|
40132
39942
|
CreatePaymentCaptureModeRequest$outboundSchema = CreatePaymentCaptureModeRequest$inboundSchema;
|
|
40133
39943
|
((CreatePaymentCaptureModeRequest$) => {
|
|
@@ -40267,11 +40077,7 @@ var init_createpayment = __esm(() => {
|
|
|
40267
40077
|
method: nullableType(CreatePaymentMethodRequest$inboundSchema).optional(),
|
|
40268
40078
|
issuer: nullableType(stringType()).optional(),
|
|
40269
40079
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
40270
|
-
metadata: nullableType(unionType([
|
|
40271
|
-
lazyType(() => CreatePaymentMetadataRequest$inboundSchema),
|
|
40272
|
-
stringType(),
|
|
40273
|
-
arrayType(stringType())
|
|
40274
|
-
])).optional(),
|
|
40080
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
40275
40081
|
captureMode: nullableType(CreatePaymentCaptureModeRequest$inboundSchema).optional(),
|
|
40276
40082
|
captureDelay: nullableType(stringType()).optional(),
|
|
40277
40083
|
applicationFee: nullableType(lazyType(() => CreatePaymentApplicationFeeRequest$inboundSchema)).optional(),
|
|
@@ -40296,11 +40102,7 @@ var init_createpayment = __esm(() => {
|
|
|
40296
40102
|
method: nullableType(CreatePaymentMethodRequest$outboundSchema).optional(),
|
|
40297
40103
|
issuer: nullableType(stringType()).optional(),
|
|
40298
40104
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
40299
|
-
metadata: nullableType(unionType([
|
|
40300
|
-
lazyType(() => CreatePaymentMetadataRequest$outboundSchema),
|
|
40301
|
-
stringType(),
|
|
40302
|
-
arrayType(stringType())
|
|
40303
|
-
])).optional(),
|
|
40105
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
40304
40106
|
captureMode: nullableType(CreatePaymentCaptureModeRequest$outboundSchema).optional(),
|
|
40305
40107
|
captureDelay: nullableType(stringType()).optional(),
|
|
40306
40108
|
applicationFee: nullableType(lazyType(() => CreatePaymentApplicationFeeRequest$outboundSchema)).optional(),
|
|
@@ -40666,26 +40468,12 @@ var init_createpayment = __esm(() => {
|
|
|
40666
40468
|
CreatePaymentMethodResponse$.inboundSchema = CreatePaymentMethodResponse$inboundSchema;
|
|
40667
40469
|
CreatePaymentMethodResponse$.outboundSchema = CreatePaymentMethodResponse$outboundSchema;
|
|
40668
40470
|
})(CreatePaymentMethodResponse$ ||= {});
|
|
40669
|
-
CreatePaymentMetadataResponse$inboundSchema =
|
|
40670
|
-
CreatePaymentMetadataResponse$outboundSchema =
|
|
40471
|
+
CreatePaymentMetadataResponse$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
40472
|
+
CreatePaymentMetadataResponse$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
40671
40473
|
((CreatePaymentMetadataResponse$) => {
|
|
40672
40474
|
CreatePaymentMetadataResponse$.inboundSchema = CreatePaymentMetadataResponse$inboundSchema;
|
|
40673
40475
|
CreatePaymentMetadataResponse$.outboundSchema = CreatePaymentMetadataResponse$outboundSchema;
|
|
40674
40476
|
})(CreatePaymentMetadataResponse$ ||= {});
|
|
40675
|
-
CreatePaymentMetadataResponseUnion$inboundSchema = unionType([
|
|
40676
|
-
lazyType(() => CreatePaymentMetadataResponse$inboundSchema),
|
|
40677
|
-
stringType(),
|
|
40678
|
-
arrayType(stringType())
|
|
40679
|
-
]);
|
|
40680
|
-
CreatePaymentMetadataResponseUnion$outboundSchema = unionType([
|
|
40681
|
-
lazyType(() => CreatePaymentMetadataResponse$outboundSchema),
|
|
40682
|
-
stringType(),
|
|
40683
|
-
arrayType(stringType())
|
|
40684
|
-
]);
|
|
40685
|
-
((CreatePaymentMetadataResponseUnion$) => {
|
|
40686
|
-
CreatePaymentMetadataResponseUnion$.inboundSchema = CreatePaymentMetadataResponseUnion$inboundSchema;
|
|
40687
|
-
CreatePaymentMetadataResponseUnion$.outboundSchema = CreatePaymentMetadataResponseUnion$outboundSchema;
|
|
40688
|
-
})(CreatePaymentMetadataResponseUnion$ ||= {});
|
|
40689
40477
|
CreatePaymentCaptureModeResponse$inboundSchema = nativeEnumType(CreatePaymentCaptureModeResponse);
|
|
40690
40478
|
CreatePaymentCaptureModeResponse$outboundSchema = CreatePaymentCaptureModeResponse$inboundSchema;
|
|
40691
40479
|
((CreatePaymentCaptureModeResponse$) => {
|
|
@@ -41083,11 +40871,7 @@ var init_createpayment = __esm(() => {
|
|
|
41083
40871
|
countryCode: nullableType(stringType()).optional(),
|
|
41084
40872
|
method: nullableType(CreatePaymentMethodResponse$inboundSchema).optional(),
|
|
41085
40873
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
41086
|
-
metadata: nullableType(unionType([
|
|
41087
|
-
lazyType(() => CreatePaymentMetadataResponse$inboundSchema),
|
|
41088
|
-
stringType(),
|
|
41089
|
-
arrayType(stringType())
|
|
41090
|
-
])).optional(),
|
|
40874
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
41091
40875
|
captureMode: nullableType(CreatePaymentCaptureModeResponse$inboundSchema).optional(),
|
|
41092
40876
|
captureDelay: nullableType(stringType()).optional(),
|
|
41093
40877
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -41138,11 +40922,7 @@ var init_createpayment = __esm(() => {
|
|
|
41138
40922
|
countryCode: nullableType(stringType()).optional(),
|
|
41139
40923
|
method: nullableType(CreatePaymentMethodResponse$outboundSchema).optional(),
|
|
41140
40924
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
41141
|
-
metadata: nullableType(unionType([
|
|
41142
|
-
lazyType(() => CreatePaymentMetadataResponse$outboundSchema),
|
|
41143
|
-
stringType(),
|
|
41144
|
-
arrayType(stringType())
|
|
41145
|
-
])).optional(),
|
|
40925
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
41146
40926
|
captureMode: nullableType(CreatePaymentCaptureModeResponse$outboundSchema).optional(),
|
|
41147
40927
|
captureDelay: nullableType(stringType()).optional(),
|
|
41148
40928
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -41454,7 +41234,8 @@ var init_createpaymentlink = __esm(() => {
|
|
|
41454
41234
|
allowedMethods: nullableType(arrayType(stringType())).optional(),
|
|
41455
41235
|
applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$inboundSchema).optional(),
|
|
41456
41236
|
sequenceType: nullableType(CreatePaymentLinkSequenceTypeRequest$inboundSchema).optional(),
|
|
41457
|
-
customerId: nullableType(stringType()).optional()
|
|
41237
|
+
customerId: nullableType(stringType()).optional(),
|
|
41238
|
+
testmode: nullableType(booleanType()).optional()
|
|
41458
41239
|
});
|
|
41459
41240
|
CreatePaymentLinkRequest$outboundSchema = objectType({
|
|
41460
41241
|
description: stringType(),
|
|
@@ -41471,7 +41252,8 @@ var init_createpaymentlink = __esm(() => {
|
|
|
41471
41252
|
allowedMethods: nullableType(arrayType(stringType())).optional(),
|
|
41472
41253
|
applicationFee: lazyType(() => CreatePaymentLinkApplicationFeeRequest$outboundSchema).optional(),
|
|
41473
41254
|
sequenceType: nullableType(CreatePaymentLinkSequenceTypeRequest$outboundSchema).optional(),
|
|
41474
|
-
customerId: nullableType(stringType()).optional()
|
|
41255
|
+
customerId: nullableType(stringType()).optional(),
|
|
41256
|
+
testmode: nullableType(booleanType()).optional()
|
|
41475
41257
|
});
|
|
41476
41258
|
((CreatePaymentLinkRequest$) => {
|
|
41477
41259
|
CreatePaymentLinkRequest$.inboundSchema = CreatePaymentLinkRequest$inboundSchema;
|
|
@@ -42094,7 +41876,7 @@ var init_createprofile = __esm(() => {
|
|
|
42094
41876
|
});
|
|
42095
41877
|
|
|
42096
41878
|
// src/models/operations/createrefund.ts
|
|
42097
|
-
var TypeAcquirerReferenceRequest, RoutingReversalType, CreateRefundMode, CreateRefundStatus, CreateRefundTypeResponse, CreateRefundAmountRequest$inboundSchema, CreateRefundAmountRequest$outboundSchema, CreateRefundAmountRequest$, CreateRefundMetadataRequest$inboundSchema, CreateRefundMetadataRequest$outboundSchema, CreateRefundMetadataRequest$,
|
|
41879
|
+
var TypeAcquirerReferenceRequest, RoutingReversalType, CreateRefundMode, CreateRefundStatus, CreateRefundTypeResponse, CreateRefundAmountRequest$inboundSchema, CreateRefundAmountRequest$outboundSchema, CreateRefundAmountRequest$, CreateRefundMetadataRequest$inboundSchema, CreateRefundMetadataRequest$outboundSchema, CreateRefundMetadataRequest$, TypeAcquirerReferenceRequest$inboundSchema, TypeAcquirerReferenceRequest$outboundSchema, TypeAcquirerReferenceRequest$, ExternalReferenceRequest$inboundSchema, ExternalReferenceRequest$outboundSchema, ExternalReferenceRequest$, RoutingReversalAmountRequest$inboundSchema, RoutingReversalAmountRequest$outboundSchema, RoutingReversalAmountRequest$, RoutingReversalType$inboundSchema, RoutingReversalType$outboundSchema, RoutingReversalType$, CreateRefundSourceRequest$inboundSchema, CreateRefundSourceRequest$outboundSchema, CreateRefundSourceRequest$, RoutingReversalRequest$inboundSchema, RoutingReversalRequest$outboundSchema, RoutingReversalRequest$, CreateRefundRequestBody$inboundSchema, CreateRefundRequestBody$outboundSchema, CreateRefundRequestBody$, CreateRefundRequest$inboundSchema, CreateRefundRequest$outboundSchema, CreateRefundRequest$, CreateRefundUnprocessableEntityDocumentation$inboundSchema, CreateRefundUnprocessableEntityDocumentation$outboundSchema, CreateRefundUnprocessableEntityDocumentation$, CreateRefundUnprocessableEntityLinks$inboundSchema, CreateRefundUnprocessableEntityLinks$outboundSchema, CreateRefundUnprocessableEntityLinks$, ConflictDocumentation$inboundSchema, ConflictDocumentation$outboundSchema, ConflictDocumentation$, ConflictLinks$inboundSchema, ConflictLinks$outboundSchema, ConflictLinks$, CreateRefundNotFoundDocumentation$inboundSchema, CreateRefundNotFoundDocumentation$outboundSchema, CreateRefundNotFoundDocumentation$, CreateRefundNotFoundLinks$inboundSchema, CreateRefundNotFoundLinks$outboundSchema, CreateRefundNotFoundLinks$, CreateRefundMode$inboundSchema, CreateRefundMode$outboundSchema, CreateRefundMode$, CreateRefundAmountResponse$inboundSchema, CreateRefundAmountResponse$outboundSchema, CreateRefundAmountResponse$, CreateRefundSettlementAmount$inboundSchema, CreateRefundSettlementAmount$outboundSchema, CreateRefundSettlementAmount$, CreateRefundMetadataResponse$inboundSchema, CreateRefundMetadataResponse$outboundSchema, CreateRefundMetadataResponse$, CreateRefundStatus$inboundSchema, CreateRefundStatus$outboundSchema, CreateRefundStatus$, CreateRefundTypeResponse$inboundSchema, CreateRefundTypeResponse$outboundSchema, CreateRefundTypeResponse$, CreateRefundExternalReferenceResponse$inboundSchema, CreateRefundExternalReferenceResponse$outboundSchema, CreateRefundExternalReferenceResponse$, CreateRefundRoutingReversalAmountResponse$inboundSchema, CreateRefundRoutingReversalAmountResponse$outboundSchema, CreateRefundRoutingReversalAmountResponse$, CreateRefundSourceOutput$inboundSchema, CreateRefundSourceOutput$outboundSchema, CreateRefundSourceOutput$, CreateRefundRoutingReversalResponse$inboundSchema, CreateRefundRoutingReversalResponse$outboundSchema, CreateRefundRoutingReversalResponse$, CreateRefundSelf$inboundSchema, CreateRefundSelf$outboundSchema, CreateRefundSelf$, CreateRefundPayment$inboundSchema, CreateRefundPayment$outboundSchema, CreateRefundPayment$, CreateRefundSettlement$inboundSchema, CreateRefundSettlement$outboundSchema, CreateRefundSettlement$, CreateRefundDocumentation$inboundSchema, CreateRefundDocumentation$outboundSchema, CreateRefundDocumentation$, CreateRefundLinks$inboundSchema, CreateRefundLinks$outboundSchema, CreateRefundLinks$, CreateRefundResponse$inboundSchema, CreateRefundResponse$outboundSchema, CreateRefundResponse$;
|
|
42098
41880
|
var init_createrefund = __esm(() => {
|
|
42099
41881
|
init_esm();
|
|
42100
41882
|
init_primitives();
|
|
@@ -42131,26 +41913,12 @@ var init_createrefund = __esm(() => {
|
|
|
42131
41913
|
CreateRefundAmountRequest$.inboundSchema = CreateRefundAmountRequest$inboundSchema;
|
|
42132
41914
|
CreateRefundAmountRequest$.outboundSchema = CreateRefundAmountRequest$outboundSchema;
|
|
42133
41915
|
})(CreateRefundAmountRequest$ ||= {});
|
|
42134
|
-
CreateRefundMetadataRequest$inboundSchema =
|
|
42135
|
-
CreateRefundMetadataRequest$outboundSchema =
|
|
41916
|
+
CreateRefundMetadataRequest$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
41917
|
+
CreateRefundMetadataRequest$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
42136
41918
|
((CreateRefundMetadataRequest$) => {
|
|
42137
41919
|
CreateRefundMetadataRequest$.inboundSchema = CreateRefundMetadataRequest$inboundSchema;
|
|
42138
41920
|
CreateRefundMetadataRequest$.outboundSchema = CreateRefundMetadataRequest$outboundSchema;
|
|
42139
41921
|
})(CreateRefundMetadataRequest$ ||= {});
|
|
42140
|
-
CreateRefundMetadataRequestUnion$inboundSchema = unionType([
|
|
42141
|
-
lazyType(() => CreateRefundMetadataRequest$inboundSchema),
|
|
42142
|
-
stringType(),
|
|
42143
|
-
arrayType(stringType())
|
|
42144
|
-
]);
|
|
42145
|
-
CreateRefundMetadataRequestUnion$outboundSchema = unionType([
|
|
42146
|
-
lazyType(() => CreateRefundMetadataRequest$outboundSchema),
|
|
42147
|
-
stringType(),
|
|
42148
|
-
arrayType(stringType())
|
|
42149
|
-
]);
|
|
42150
|
-
((CreateRefundMetadataRequestUnion$) => {
|
|
42151
|
-
CreateRefundMetadataRequestUnion$.inboundSchema = CreateRefundMetadataRequestUnion$inboundSchema;
|
|
42152
|
-
CreateRefundMetadataRequestUnion$.outboundSchema = CreateRefundMetadataRequestUnion$outboundSchema;
|
|
42153
|
-
})(CreateRefundMetadataRequestUnion$ ||= {});
|
|
42154
41922
|
TypeAcquirerReferenceRequest$inboundSchema = nativeEnumType(TypeAcquirerReferenceRequest);
|
|
42155
41923
|
TypeAcquirerReferenceRequest$outboundSchema = TypeAcquirerReferenceRequest$inboundSchema;
|
|
42156
41924
|
((TypeAcquirerReferenceRequest$) => {
|
|
@@ -42214,11 +41982,7 @@ var init_createrefund = __esm(() => {
|
|
|
42214
41982
|
CreateRefundRequestBody$inboundSchema = objectType({
|
|
42215
41983
|
description: stringType().optional(),
|
|
42216
41984
|
amount: lazyType(() => CreateRefundAmountRequest$inboundSchema),
|
|
42217
|
-
metadata: nullableType(unionType([
|
|
42218
|
-
lazyType(() => CreateRefundMetadataRequest$inboundSchema),
|
|
42219
|
-
stringType(),
|
|
42220
|
-
arrayType(stringType())
|
|
42221
|
-
])).optional(),
|
|
41985
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
42222
41986
|
externalReference: lazyType(() => ExternalReferenceRequest$inboundSchema).optional(),
|
|
42223
41987
|
reverseRouting: nullableType(booleanType()).optional(),
|
|
42224
41988
|
routingReversals: nullableType(arrayType(lazyType(() => RoutingReversalRequest$inboundSchema))).optional(),
|
|
@@ -42227,11 +41991,7 @@ var init_createrefund = __esm(() => {
|
|
|
42227
41991
|
CreateRefundRequestBody$outboundSchema = objectType({
|
|
42228
41992
|
description: stringType().optional(),
|
|
42229
41993
|
amount: lazyType(() => CreateRefundAmountRequest$outboundSchema),
|
|
42230
|
-
metadata: nullableType(unionType([
|
|
42231
|
-
lazyType(() => CreateRefundMetadataRequest$outboundSchema),
|
|
42232
|
-
stringType(),
|
|
42233
|
-
arrayType(stringType())
|
|
42234
|
-
])).optional(),
|
|
41994
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
42235
41995
|
externalReference: lazyType(() => ExternalReferenceRequest$outboundSchema).optional(),
|
|
42236
41996
|
reverseRouting: nullableType(booleanType()).optional(),
|
|
42237
41997
|
routingReversals: nullableType(arrayType(lazyType(() => RoutingReversalRequest$outboundSchema))).optional(),
|
|
@@ -42357,26 +42117,12 @@ var init_createrefund = __esm(() => {
|
|
|
42357
42117
|
CreateRefundSettlementAmount$.inboundSchema = CreateRefundSettlementAmount$inboundSchema;
|
|
42358
42118
|
CreateRefundSettlementAmount$.outboundSchema = CreateRefundSettlementAmount$outboundSchema;
|
|
42359
42119
|
})(CreateRefundSettlementAmount$ ||= {});
|
|
42360
|
-
CreateRefundMetadataResponse$inboundSchema =
|
|
42361
|
-
CreateRefundMetadataResponse$outboundSchema =
|
|
42120
|
+
CreateRefundMetadataResponse$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
42121
|
+
CreateRefundMetadataResponse$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
42362
42122
|
((CreateRefundMetadataResponse$) => {
|
|
42363
42123
|
CreateRefundMetadataResponse$.inboundSchema = CreateRefundMetadataResponse$inboundSchema;
|
|
42364
42124
|
CreateRefundMetadataResponse$.outboundSchema = CreateRefundMetadataResponse$outboundSchema;
|
|
42365
42125
|
})(CreateRefundMetadataResponse$ ||= {});
|
|
42366
|
-
CreateRefundMetadataResponseUnion$inboundSchema = unionType([
|
|
42367
|
-
lazyType(() => CreateRefundMetadataResponse$inboundSchema),
|
|
42368
|
-
stringType(),
|
|
42369
|
-
arrayType(stringType())
|
|
42370
|
-
]);
|
|
42371
|
-
CreateRefundMetadataResponseUnion$outboundSchema = unionType([
|
|
42372
|
-
lazyType(() => CreateRefundMetadataResponse$outboundSchema),
|
|
42373
|
-
stringType(),
|
|
42374
|
-
arrayType(stringType())
|
|
42375
|
-
]);
|
|
42376
|
-
((CreateRefundMetadataResponseUnion$) => {
|
|
42377
|
-
CreateRefundMetadataResponseUnion$.inboundSchema = CreateRefundMetadataResponseUnion$inboundSchema;
|
|
42378
|
-
CreateRefundMetadataResponseUnion$.outboundSchema = CreateRefundMetadataResponseUnion$outboundSchema;
|
|
42379
|
-
})(CreateRefundMetadataResponseUnion$ ||= {});
|
|
42380
42126
|
CreateRefundStatus$inboundSchema = nativeEnumType(CreateRefundStatus);
|
|
42381
42127
|
CreateRefundStatus$outboundSchema = CreateRefundStatus$inboundSchema;
|
|
42382
42128
|
((CreateRefundStatus$) => {
|
|
@@ -42506,11 +42252,7 @@ var init_createrefund = __esm(() => {
|
|
|
42506
42252
|
description: stringType().optional(),
|
|
42507
42253
|
amount: lazyType(() => CreateRefundAmountResponse$inboundSchema).optional(),
|
|
42508
42254
|
settlementAmount: nullableType(lazyType(() => CreateRefundSettlementAmount$inboundSchema)).optional(),
|
|
42509
|
-
metadata: nullableType(unionType([
|
|
42510
|
-
lazyType(() => CreateRefundMetadataResponse$inboundSchema),
|
|
42511
|
-
stringType(),
|
|
42512
|
-
arrayType(stringType())
|
|
42513
|
-
])).optional(),
|
|
42255
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
42514
42256
|
paymentId: stringType().optional(),
|
|
42515
42257
|
settlementId: nullableType(stringType()).optional(),
|
|
42516
42258
|
status: CreateRefundStatus$inboundSchema.optional(),
|
|
@@ -42530,11 +42272,7 @@ var init_createrefund = __esm(() => {
|
|
|
42530
42272
|
description: stringType().optional(),
|
|
42531
42273
|
amount: lazyType(() => CreateRefundAmountResponse$outboundSchema).optional(),
|
|
42532
42274
|
settlementAmount: nullableType(lazyType(() => CreateRefundSettlementAmount$outboundSchema)).optional(),
|
|
42533
|
-
metadata: nullableType(unionType([
|
|
42534
|
-
lazyType(() => CreateRefundMetadataResponse$outboundSchema),
|
|
42535
|
-
stringType(),
|
|
42536
|
-
arrayType(stringType())
|
|
42537
|
-
])).optional(),
|
|
42275
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
42538
42276
|
paymentId: stringType().optional(),
|
|
42539
42277
|
settlementId: nullableType(stringType()).optional(),
|
|
42540
42278
|
status: CreateRefundStatus$outboundSchema.optional(),
|
|
@@ -43295,7 +43033,7 @@ var init_createsalesinvoice = __esm(() => {
|
|
|
43295
43033
|
});
|
|
43296
43034
|
|
|
43297
43035
|
// src/models/operations/createsubscription.ts
|
|
43298
|
-
var CreateSubscriptionIntervalRequest, CreateSubscriptionMethodRequest, CreateSubscriptionMode, CreateSubscriptionStatus, CreateSubscriptionIntervalResponse, CreateSubscriptionMethodResponse, CreateSubscriptionAmountRequest$inboundSchema, CreateSubscriptionAmountRequest$outboundSchema, CreateSubscriptionAmountRequest$, CreateSubscriptionIntervalRequest$inboundSchema, CreateSubscriptionIntervalRequest$outboundSchema, CreateSubscriptionIntervalRequest$, CreateSubscriptionMethodRequest$inboundSchema, CreateSubscriptionMethodRequest$outboundSchema, CreateSubscriptionMethodRequest$, CreateSubscriptionApplicationFeeAmountRequest$inboundSchema, CreateSubscriptionApplicationFeeAmountRequest$outboundSchema, CreateSubscriptionApplicationFeeAmountRequest$, CreateSubscriptionApplicationFeeRequest$inboundSchema, CreateSubscriptionApplicationFeeRequest$outboundSchema, CreateSubscriptionApplicationFeeRequest$, CreateSubscriptionMetadataRequest$inboundSchema, CreateSubscriptionMetadataRequest$outboundSchema, CreateSubscriptionMetadataRequest$,
|
|
43036
|
+
var CreateSubscriptionIntervalRequest, CreateSubscriptionMethodRequest, CreateSubscriptionMode, CreateSubscriptionStatus, CreateSubscriptionIntervalResponse, CreateSubscriptionMethodResponse, CreateSubscriptionAmountRequest$inboundSchema, CreateSubscriptionAmountRequest$outboundSchema, CreateSubscriptionAmountRequest$, CreateSubscriptionIntervalRequest$inboundSchema, CreateSubscriptionIntervalRequest$outboundSchema, CreateSubscriptionIntervalRequest$, CreateSubscriptionMethodRequest$inboundSchema, CreateSubscriptionMethodRequest$outboundSchema, CreateSubscriptionMethodRequest$, CreateSubscriptionApplicationFeeAmountRequest$inboundSchema, CreateSubscriptionApplicationFeeAmountRequest$outboundSchema, CreateSubscriptionApplicationFeeAmountRequest$, CreateSubscriptionApplicationFeeRequest$inboundSchema, CreateSubscriptionApplicationFeeRequest$outboundSchema, CreateSubscriptionApplicationFeeRequest$, CreateSubscriptionMetadataRequest$inboundSchema, CreateSubscriptionMetadataRequest$outboundSchema, CreateSubscriptionMetadataRequest$, CreateSubscriptionRequestBody$inboundSchema, CreateSubscriptionRequestBody$outboundSchema, CreateSubscriptionRequestBody$, CreateSubscriptionRequest$inboundSchema, CreateSubscriptionRequest$outboundSchema, CreateSubscriptionRequest$, CreateSubscriptionNotFoundDocumentation$inboundSchema, CreateSubscriptionNotFoundDocumentation$outboundSchema, CreateSubscriptionNotFoundDocumentation$, CreateSubscriptionNotFoundLinks$inboundSchema, CreateSubscriptionNotFoundLinks$outboundSchema, CreateSubscriptionNotFoundLinks$, CreateSubscriptionMode$inboundSchema, CreateSubscriptionMode$outboundSchema, CreateSubscriptionMode$, CreateSubscriptionStatus$inboundSchema, CreateSubscriptionStatus$outboundSchema, CreateSubscriptionStatus$, CreateSubscriptionAmountResponse$inboundSchema, CreateSubscriptionAmountResponse$outboundSchema, CreateSubscriptionAmountResponse$, CreateSubscriptionIntervalResponse$inboundSchema, CreateSubscriptionIntervalResponse$outboundSchema, CreateSubscriptionIntervalResponse$, CreateSubscriptionMethodResponse$inboundSchema, CreateSubscriptionMethodResponse$outboundSchema, CreateSubscriptionMethodResponse$, CreateSubscriptionApplicationFeeAmountResponse$inboundSchema, CreateSubscriptionApplicationFeeAmountResponse$outboundSchema, CreateSubscriptionApplicationFeeAmountResponse$, CreateSubscriptionApplicationFeeResponse$inboundSchema, CreateSubscriptionApplicationFeeResponse$outboundSchema, CreateSubscriptionApplicationFeeResponse$, CreateSubscriptionMetadataResponse$inboundSchema, CreateSubscriptionMetadataResponse$outboundSchema, CreateSubscriptionMetadataResponse$, CreateSubscriptionSelf$inboundSchema, CreateSubscriptionSelf$outboundSchema, CreateSubscriptionSelf$, CreateSubscriptionCustomer$inboundSchema, CreateSubscriptionCustomer$outboundSchema, CreateSubscriptionCustomer$, CreateSubscriptionMandate$inboundSchema, CreateSubscriptionMandate$outboundSchema, CreateSubscriptionMandate$, CreateSubscriptionProfile$inboundSchema, CreateSubscriptionProfile$outboundSchema, CreateSubscriptionProfile$, CreateSubscriptionPayments$inboundSchema, CreateSubscriptionPayments$outboundSchema, CreateSubscriptionPayments$, CreateSubscriptionDocumentation$inboundSchema, CreateSubscriptionDocumentation$outboundSchema, CreateSubscriptionDocumentation$, CreateSubscriptionLinks$inboundSchema, CreateSubscriptionLinks$outboundSchema, CreateSubscriptionLinks$, CreateSubscriptionResponse$inboundSchema, CreateSubscriptionResponse$outboundSchema, CreateSubscriptionResponse$;
|
|
43299
43037
|
var init_createsubscription = __esm(() => {
|
|
43300
43038
|
init_esm();
|
|
43301
43039
|
init_primitives();
|
|
@@ -43378,26 +43116,12 @@ var init_createsubscription = __esm(() => {
|
|
|
43378
43116
|
CreateSubscriptionApplicationFeeRequest$.inboundSchema = CreateSubscriptionApplicationFeeRequest$inboundSchema;
|
|
43379
43117
|
CreateSubscriptionApplicationFeeRequest$.outboundSchema = CreateSubscriptionApplicationFeeRequest$outboundSchema;
|
|
43380
43118
|
})(CreateSubscriptionApplicationFeeRequest$ ||= {});
|
|
43381
|
-
CreateSubscriptionMetadataRequest$inboundSchema =
|
|
43382
|
-
CreateSubscriptionMetadataRequest$outboundSchema =
|
|
43119
|
+
CreateSubscriptionMetadataRequest$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
43120
|
+
CreateSubscriptionMetadataRequest$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
43383
43121
|
((CreateSubscriptionMetadataRequest$) => {
|
|
43384
43122
|
CreateSubscriptionMetadataRequest$.inboundSchema = CreateSubscriptionMetadataRequest$inboundSchema;
|
|
43385
43123
|
CreateSubscriptionMetadataRequest$.outboundSchema = CreateSubscriptionMetadataRequest$outboundSchema;
|
|
43386
43124
|
})(CreateSubscriptionMetadataRequest$ ||= {});
|
|
43387
|
-
CreateSubscriptionMetadataRequestUnion$inboundSchema = unionType([
|
|
43388
|
-
lazyType(() => CreateSubscriptionMetadataRequest$inboundSchema),
|
|
43389
|
-
stringType(),
|
|
43390
|
-
arrayType(stringType())
|
|
43391
|
-
]);
|
|
43392
|
-
CreateSubscriptionMetadataRequestUnion$outboundSchema = unionType([
|
|
43393
|
-
lazyType(() => CreateSubscriptionMetadataRequest$outboundSchema),
|
|
43394
|
-
stringType(),
|
|
43395
|
-
arrayType(stringType())
|
|
43396
|
-
]);
|
|
43397
|
-
((CreateSubscriptionMetadataRequestUnion$) => {
|
|
43398
|
-
CreateSubscriptionMetadataRequestUnion$.inboundSchema = CreateSubscriptionMetadataRequestUnion$inboundSchema;
|
|
43399
|
-
CreateSubscriptionMetadataRequestUnion$.outboundSchema = CreateSubscriptionMetadataRequestUnion$outboundSchema;
|
|
43400
|
-
})(CreateSubscriptionMetadataRequestUnion$ ||= {});
|
|
43401
43125
|
CreateSubscriptionRequestBody$inboundSchema = objectType({
|
|
43402
43126
|
amount: lazyType(() => CreateSubscriptionAmountRequest$inboundSchema),
|
|
43403
43127
|
times: nullableType(numberType().int()).optional(),
|
|
@@ -43406,11 +43130,7 @@ var init_createsubscription = __esm(() => {
|
|
|
43406
43130
|
description: stringType(),
|
|
43407
43131
|
method: nullableType(CreateSubscriptionMethodRequest$inboundSchema).optional(),
|
|
43408
43132
|
applicationFee: lazyType(() => CreateSubscriptionApplicationFeeRequest$inboundSchema).optional(),
|
|
43409
|
-
metadata: nullableType(unionType([
|
|
43410
|
-
lazyType(() => CreateSubscriptionMetadataRequest$inboundSchema),
|
|
43411
|
-
stringType(),
|
|
43412
|
-
arrayType(stringType())
|
|
43413
|
-
])).optional(),
|
|
43133
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
43414
43134
|
webhookUrl: stringType().optional(),
|
|
43415
43135
|
mandateId: nullableType(stringType()).optional(),
|
|
43416
43136
|
testmode: nullableType(booleanType()).optional()
|
|
@@ -43423,11 +43143,7 @@ var init_createsubscription = __esm(() => {
|
|
|
43423
43143
|
description: stringType(),
|
|
43424
43144
|
method: nullableType(CreateSubscriptionMethodRequest$outboundSchema).optional(),
|
|
43425
43145
|
applicationFee: lazyType(() => CreateSubscriptionApplicationFeeRequest$outboundSchema).optional(),
|
|
43426
|
-
metadata: nullableType(unionType([
|
|
43427
|
-
lazyType(() => CreateSubscriptionMetadataRequest$outboundSchema),
|
|
43428
|
-
stringType(),
|
|
43429
|
-
arrayType(stringType())
|
|
43430
|
-
])).optional(),
|
|
43146
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
43431
43147
|
webhookUrl: stringType().optional(),
|
|
43432
43148
|
mandateId: nullableType(stringType()).optional(),
|
|
43433
43149
|
testmode: nullableType(booleanType()).optional()
|
|
@@ -43538,26 +43254,12 @@ var init_createsubscription = __esm(() => {
|
|
|
43538
43254
|
CreateSubscriptionApplicationFeeResponse$.inboundSchema = CreateSubscriptionApplicationFeeResponse$inboundSchema;
|
|
43539
43255
|
CreateSubscriptionApplicationFeeResponse$.outboundSchema = CreateSubscriptionApplicationFeeResponse$outboundSchema;
|
|
43540
43256
|
})(CreateSubscriptionApplicationFeeResponse$ ||= {});
|
|
43541
|
-
CreateSubscriptionMetadataResponse$inboundSchema =
|
|
43542
|
-
CreateSubscriptionMetadataResponse$outboundSchema =
|
|
43257
|
+
CreateSubscriptionMetadataResponse$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
43258
|
+
CreateSubscriptionMetadataResponse$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
43543
43259
|
((CreateSubscriptionMetadataResponse$) => {
|
|
43544
43260
|
CreateSubscriptionMetadataResponse$.inboundSchema = CreateSubscriptionMetadataResponse$inboundSchema;
|
|
43545
43261
|
CreateSubscriptionMetadataResponse$.outboundSchema = CreateSubscriptionMetadataResponse$outboundSchema;
|
|
43546
43262
|
})(CreateSubscriptionMetadataResponse$ ||= {});
|
|
43547
|
-
CreateSubscriptionMetadataResponseUnion$inboundSchema = unionType([
|
|
43548
|
-
lazyType(() => CreateSubscriptionMetadataResponse$inboundSchema),
|
|
43549
|
-
stringType(),
|
|
43550
|
-
arrayType(stringType())
|
|
43551
|
-
]);
|
|
43552
|
-
CreateSubscriptionMetadataResponseUnion$outboundSchema = unionType([
|
|
43553
|
-
lazyType(() => CreateSubscriptionMetadataResponse$outboundSchema),
|
|
43554
|
-
stringType(),
|
|
43555
|
-
arrayType(stringType())
|
|
43556
|
-
]);
|
|
43557
|
-
((CreateSubscriptionMetadataResponseUnion$) => {
|
|
43558
|
-
CreateSubscriptionMetadataResponseUnion$.inboundSchema = CreateSubscriptionMetadataResponseUnion$inboundSchema;
|
|
43559
|
-
CreateSubscriptionMetadataResponseUnion$.outboundSchema = CreateSubscriptionMetadataResponseUnion$outboundSchema;
|
|
43560
|
-
})(CreateSubscriptionMetadataResponseUnion$ ||= {});
|
|
43561
43263
|
CreateSubscriptionSelf$inboundSchema = objectType({
|
|
43562
43264
|
href: stringType(),
|
|
43563
43265
|
type: stringType()
|
|
@@ -43664,11 +43366,7 @@ var init_createsubscription = __esm(() => {
|
|
|
43664
43366
|
description: stringType(),
|
|
43665
43367
|
method: nullableType(CreateSubscriptionMethodResponse$inboundSchema),
|
|
43666
43368
|
applicationFee: lazyType(() => CreateSubscriptionApplicationFeeResponse$inboundSchema).optional(),
|
|
43667
|
-
metadata: nullableType(unionType([
|
|
43668
|
-
lazyType(() => CreateSubscriptionMetadataResponse$inboundSchema),
|
|
43669
|
-
stringType(),
|
|
43670
|
-
arrayType(stringType())
|
|
43671
|
-
])),
|
|
43369
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
43672
43370
|
webhookUrl: stringType(),
|
|
43673
43371
|
customerId: stringType(),
|
|
43674
43372
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -43694,11 +43392,7 @@ var init_createsubscription = __esm(() => {
|
|
|
43694
43392
|
description: stringType(),
|
|
43695
43393
|
method: nullableType(CreateSubscriptionMethodResponse$outboundSchema),
|
|
43696
43394
|
applicationFee: lazyType(() => CreateSubscriptionApplicationFeeResponse$outboundSchema).optional(),
|
|
43697
|
-
metadata: nullableType(unionType([
|
|
43698
|
-
lazyType(() => CreateSubscriptionMetadataResponse$outboundSchema),
|
|
43699
|
-
stringType(),
|
|
43700
|
-
arrayType(stringType())
|
|
43701
|
-
])),
|
|
43395
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
43702
43396
|
webhookUrl: stringType(),
|
|
43703
43397
|
customerId: stringType(),
|
|
43704
43398
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -60660,7 +60354,7 @@ var init_getbalancereport = __esm(() => {
|
|
|
60660
60354
|
});
|
|
60661
60355
|
|
|
60662
60356
|
// src/models/operations/getcapture.ts
|
|
60663
|
-
var GetCaptureEmbed, GetCaptureMode, GetCaptureStatus, GetCaptureEmbed$inboundSchema, GetCaptureEmbed$outboundSchema, GetCaptureEmbed$, GetCaptureRequest$inboundSchema, GetCaptureRequest$outboundSchema, GetCaptureRequest$, GetCaptureNotFoundDocumentation$inboundSchema, GetCaptureNotFoundDocumentation$outboundSchema, GetCaptureNotFoundDocumentation$, GetCaptureNotFoundLinks$inboundSchema, GetCaptureNotFoundLinks$outboundSchema, GetCaptureNotFoundLinks$, GetCaptureMode$inboundSchema, GetCaptureMode$outboundSchema, GetCaptureMode$, GetCaptureAmount$inboundSchema, GetCaptureAmount$outboundSchema, GetCaptureAmount$, GetCaptureSettlementAmount$inboundSchema, GetCaptureSettlementAmount$outboundSchema, GetCaptureSettlementAmount$, GetCaptureStatus$inboundSchema, GetCaptureStatus$outboundSchema, GetCaptureStatus$, GetCaptureMetadata$inboundSchema, GetCaptureMetadata$outboundSchema, GetCaptureMetadata$,
|
|
60357
|
+
var GetCaptureEmbed, GetCaptureMode, GetCaptureStatus, GetCaptureEmbed$inboundSchema, GetCaptureEmbed$outboundSchema, GetCaptureEmbed$, GetCaptureRequest$inboundSchema, GetCaptureRequest$outboundSchema, GetCaptureRequest$, GetCaptureNotFoundDocumentation$inboundSchema, GetCaptureNotFoundDocumentation$outboundSchema, GetCaptureNotFoundDocumentation$, GetCaptureNotFoundLinks$inboundSchema, GetCaptureNotFoundLinks$outboundSchema, GetCaptureNotFoundLinks$, GetCaptureMode$inboundSchema, GetCaptureMode$outboundSchema, GetCaptureMode$, GetCaptureAmount$inboundSchema, GetCaptureAmount$outboundSchema, GetCaptureAmount$, GetCaptureSettlementAmount$inboundSchema, GetCaptureSettlementAmount$outboundSchema, GetCaptureSettlementAmount$, GetCaptureStatus$inboundSchema, GetCaptureStatus$outboundSchema, GetCaptureStatus$, GetCaptureMetadata$inboundSchema, GetCaptureMetadata$outboundSchema, GetCaptureMetadata$, GetCaptureSelf$inboundSchema, GetCaptureSelf$outboundSchema, GetCaptureSelf$, GetCapturePayment$inboundSchema, GetCapturePayment$outboundSchema, GetCapturePayment$, GetCaptureSettlement$inboundSchema, GetCaptureSettlement$outboundSchema, GetCaptureSettlement$, GetCaptureShipment$inboundSchema, GetCaptureShipment$outboundSchema, GetCaptureShipment$, GetCaptureDocumentation$inboundSchema, GetCaptureDocumentation$outboundSchema, GetCaptureDocumentation$, GetCaptureLinks$inboundSchema, GetCaptureLinks$outboundSchema, GetCaptureLinks$, GetCaptureResponse$inboundSchema, GetCaptureResponse$outboundSchema, GetCaptureResponse$;
|
|
60664
60358
|
var init_getcapture = __esm(() => {
|
|
60665
60359
|
init_esm();
|
|
60666
60360
|
init_primitives();
|
|
@@ -60756,26 +60450,12 @@ var init_getcapture = __esm(() => {
|
|
|
60756
60450
|
GetCaptureStatus$.inboundSchema = GetCaptureStatus$inboundSchema;
|
|
60757
60451
|
GetCaptureStatus$.outboundSchema = GetCaptureStatus$outboundSchema;
|
|
60758
60452
|
})(GetCaptureStatus$ ||= {});
|
|
60759
|
-
GetCaptureMetadata$inboundSchema =
|
|
60760
|
-
GetCaptureMetadata$outboundSchema =
|
|
60453
|
+
GetCaptureMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
60454
|
+
GetCaptureMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
60761
60455
|
((GetCaptureMetadata$) => {
|
|
60762
60456
|
GetCaptureMetadata$.inboundSchema = GetCaptureMetadata$inboundSchema;
|
|
60763
60457
|
GetCaptureMetadata$.outboundSchema = GetCaptureMetadata$outboundSchema;
|
|
60764
60458
|
})(GetCaptureMetadata$ ||= {});
|
|
60765
|
-
GetCaptureMetadataUnion$inboundSchema = unionType([
|
|
60766
|
-
lazyType(() => GetCaptureMetadata$inboundSchema),
|
|
60767
|
-
stringType(),
|
|
60768
|
-
arrayType(stringType())
|
|
60769
|
-
]);
|
|
60770
|
-
GetCaptureMetadataUnion$outboundSchema = unionType([
|
|
60771
|
-
lazyType(() => GetCaptureMetadata$outboundSchema),
|
|
60772
|
-
stringType(),
|
|
60773
|
-
arrayType(stringType())
|
|
60774
|
-
]);
|
|
60775
|
-
((GetCaptureMetadataUnion$) => {
|
|
60776
|
-
GetCaptureMetadataUnion$.inboundSchema = GetCaptureMetadataUnion$inboundSchema;
|
|
60777
|
-
GetCaptureMetadataUnion$.outboundSchema = GetCaptureMetadataUnion$outboundSchema;
|
|
60778
|
-
})(GetCaptureMetadataUnion$ ||= {});
|
|
60779
60459
|
GetCaptureSelf$inboundSchema = objectType({
|
|
60780
60460
|
href: stringType(),
|
|
60781
60461
|
type: stringType()
|
|
@@ -60862,11 +60542,7 @@ var init_getcapture = __esm(() => {
|
|
|
60862
60542
|
amount: nullableType(lazyType(() => GetCaptureAmount$inboundSchema)),
|
|
60863
60543
|
settlementAmount: nullableType(lazyType(() => GetCaptureSettlementAmount$inboundSchema)).optional(),
|
|
60864
60544
|
status: GetCaptureStatus$inboundSchema,
|
|
60865
|
-
metadata: nullableType(unionType([
|
|
60866
|
-
lazyType(() => GetCaptureMetadata$inboundSchema),
|
|
60867
|
-
stringType(),
|
|
60868
|
-
arrayType(stringType())
|
|
60869
|
-
])).optional(),
|
|
60545
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
60870
60546
|
paymentId: stringType(),
|
|
60871
60547
|
shipmentId: nullableType(stringType()).optional(),
|
|
60872
60548
|
settlementId: nullableType(stringType()).optional(),
|
|
@@ -60885,11 +60561,7 @@ var init_getcapture = __esm(() => {
|
|
|
60885
60561
|
amount: nullableType(lazyType(() => GetCaptureAmount$outboundSchema)),
|
|
60886
60562
|
settlementAmount: nullableType(lazyType(() => GetCaptureSettlementAmount$outboundSchema)).optional(),
|
|
60887
60563
|
status: GetCaptureStatus$outboundSchema,
|
|
60888
|
-
metadata: nullableType(unionType([
|
|
60889
|
-
lazyType(() => GetCaptureMetadata$outboundSchema),
|
|
60890
|
-
stringType(),
|
|
60891
|
-
arrayType(stringType())
|
|
60892
|
-
])).optional(),
|
|
60564
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
60893
60565
|
paymentId: stringType(),
|
|
60894
60566
|
shipmentId: nullableType(stringType()).optional(),
|
|
60895
60567
|
settlementId: nullableType(stringType()).optional(),
|
|
@@ -61963,7 +61635,7 @@ var init_getcurrentprofile = __esm(() => {
|
|
|
61963
61635
|
});
|
|
61964
61636
|
|
|
61965
61637
|
// src/models/operations/getcustomer.ts
|
|
61966
|
-
var GetCustomerInclude, GetCustomerMode, GetCustomerLocale, GetCustomerInclude$inboundSchema, GetCustomerInclude$outboundSchema, GetCustomerInclude$, GetCustomerRequest$inboundSchema, GetCustomerRequest$outboundSchema, GetCustomerRequest$, GetCustomerNotFoundDocumentation$inboundSchema, GetCustomerNotFoundDocumentation$outboundSchema, GetCustomerNotFoundDocumentation$, GetCustomerNotFoundLinks$inboundSchema, GetCustomerNotFoundLinks$outboundSchema, GetCustomerNotFoundLinks$, GetCustomerMode$inboundSchema, GetCustomerMode$outboundSchema, GetCustomerMode$, GetCustomerLocale$inboundSchema, GetCustomerLocale$outboundSchema, GetCustomerLocale$, GetCustomerMetadata$inboundSchema, GetCustomerMetadata$outboundSchema, GetCustomerMetadata$,
|
|
61638
|
+
var GetCustomerInclude, GetCustomerMode, GetCustomerLocale, GetCustomerInclude$inboundSchema, GetCustomerInclude$outboundSchema, GetCustomerInclude$, GetCustomerRequest$inboundSchema, GetCustomerRequest$outboundSchema, GetCustomerRequest$, GetCustomerNotFoundDocumentation$inboundSchema, GetCustomerNotFoundDocumentation$outboundSchema, GetCustomerNotFoundDocumentation$, GetCustomerNotFoundLinks$inboundSchema, GetCustomerNotFoundLinks$outboundSchema, GetCustomerNotFoundLinks$, GetCustomerMode$inboundSchema, GetCustomerMode$outboundSchema, GetCustomerMode$, GetCustomerLocale$inboundSchema, GetCustomerLocale$outboundSchema, GetCustomerLocale$, GetCustomerMetadata$inboundSchema, GetCustomerMetadata$outboundSchema, GetCustomerMetadata$, GetCustomerSelf$inboundSchema, GetCustomerSelf$outboundSchema, GetCustomerSelf$, GetCustomerDashboard$inboundSchema, GetCustomerDashboard$outboundSchema, GetCustomerDashboard$, GetCustomerPayments$inboundSchema, GetCustomerPayments$outboundSchema, GetCustomerPayments$, GetCustomerMandates$inboundSchema, GetCustomerMandates$outboundSchema, GetCustomerMandates$, GetCustomerSubscriptions$inboundSchema, GetCustomerSubscriptions$outboundSchema, GetCustomerSubscriptions$, GetCustomerDocumentation$inboundSchema, GetCustomerDocumentation$outboundSchema, GetCustomerDocumentation$, GetCustomerLinks$inboundSchema, GetCustomerLinks$outboundSchema, GetCustomerLinks$, Url$inboundSchema, Url$outboundSchema, Url$, EventLinks$inboundSchema, EventLinks$outboundSchema, EventLinks$, Event$inboundSchema, Event$outboundSchema, Event$, GetCustomerResponse$inboundSchema, GetCustomerResponse$outboundSchema, GetCustomerResponse$;
|
|
61967
61639
|
var init_getcustomer = __esm(() => {
|
|
61968
61640
|
init_esm();
|
|
61969
61641
|
init_primitives();
|
|
@@ -62052,26 +61724,12 @@ var init_getcustomer = __esm(() => {
|
|
|
62052
61724
|
GetCustomerLocale$.inboundSchema = GetCustomerLocale$inboundSchema;
|
|
62053
61725
|
GetCustomerLocale$.outboundSchema = GetCustomerLocale$outboundSchema;
|
|
62054
61726
|
})(GetCustomerLocale$ ||= {});
|
|
62055
|
-
GetCustomerMetadata$inboundSchema =
|
|
62056
|
-
GetCustomerMetadata$outboundSchema =
|
|
61727
|
+
GetCustomerMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
61728
|
+
GetCustomerMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
62057
61729
|
((GetCustomerMetadata$) => {
|
|
62058
61730
|
GetCustomerMetadata$.inboundSchema = GetCustomerMetadata$inboundSchema;
|
|
62059
61731
|
GetCustomerMetadata$.outboundSchema = GetCustomerMetadata$outboundSchema;
|
|
62060
61732
|
})(GetCustomerMetadata$ ||= {});
|
|
62061
|
-
GetCustomerMetadataUnion$inboundSchema = unionType([
|
|
62062
|
-
lazyType(() => GetCustomerMetadata$inboundSchema),
|
|
62063
|
-
stringType(),
|
|
62064
|
-
arrayType(stringType())
|
|
62065
|
-
]);
|
|
62066
|
-
GetCustomerMetadataUnion$outboundSchema = unionType([
|
|
62067
|
-
lazyType(() => GetCustomerMetadata$outboundSchema),
|
|
62068
|
-
stringType(),
|
|
62069
|
-
arrayType(stringType())
|
|
62070
|
-
]);
|
|
62071
|
-
((GetCustomerMetadataUnion$) => {
|
|
62072
|
-
GetCustomerMetadataUnion$.inboundSchema = GetCustomerMetadataUnion$inboundSchema;
|
|
62073
|
-
GetCustomerMetadataUnion$.outboundSchema = GetCustomerMetadataUnion$outboundSchema;
|
|
62074
|
-
})(GetCustomerMetadataUnion$ ||= {});
|
|
62075
61733
|
GetCustomerSelf$inboundSchema = objectType({
|
|
62076
61734
|
href: stringType(),
|
|
62077
61735
|
type: stringType()
|
|
@@ -62219,11 +61877,7 @@ var init_getcustomer = __esm(() => {
|
|
|
62219
61877
|
name: nullableType(stringType()),
|
|
62220
61878
|
email: nullableType(stringType()),
|
|
62221
61879
|
locale: nullableType(GetCustomerLocale$inboundSchema),
|
|
62222
|
-
metadata: nullableType(unionType([
|
|
62223
|
-
lazyType(() => GetCustomerMetadata$inboundSchema),
|
|
62224
|
-
stringType(),
|
|
62225
|
-
arrayType(stringType())
|
|
62226
|
-
])),
|
|
61880
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
62227
61881
|
createdAt: stringType(),
|
|
62228
61882
|
_links: lazyType(() => GetCustomerLinks$inboundSchema),
|
|
62229
61883
|
events: arrayType(lazyType(() => Event$inboundSchema)).optional()
|
|
@@ -62239,11 +61893,7 @@ var init_getcustomer = __esm(() => {
|
|
|
62239
61893
|
name: nullableType(stringType()),
|
|
62240
61894
|
email: nullableType(stringType()),
|
|
62241
61895
|
locale: nullableType(GetCustomerLocale$outboundSchema),
|
|
62242
|
-
metadata: nullableType(unionType([
|
|
62243
|
-
lazyType(() => GetCustomerMetadata$outboundSchema),
|
|
62244
|
-
stringType(),
|
|
62245
|
-
arrayType(stringType())
|
|
62246
|
-
])),
|
|
61896
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
62247
61897
|
createdAt: stringType(),
|
|
62248
61898
|
links: lazyType(() => GetCustomerLinks$outboundSchema),
|
|
62249
61899
|
events: arrayType(lazyType(() => Event$outboundSchema)).optional()
|
|
@@ -64356,7 +64006,7 @@ var init_getpartnerstatus = __esm(() => {
|
|
|
64356
64006
|
});
|
|
64357
64007
|
|
|
64358
64008
|
// src/models/operations/getpayment.ts
|
|
64359
|
-
var GetPaymentInclude, GetPaymentEmbed, GetPaymentMode, GetPaymentLineType, GetPaymentCategory, GetPaymentInterval, GetPaymentLocale, GetPaymentMethod, GetPaymentCaptureMode, GetPaymentRoutingMode, GetPaymentRoutingType, GetPaymentSequenceType, GetPaymentStatus, GetPaymentInclude$inboundSchema, GetPaymentInclude$outboundSchema, GetPaymentInclude$, GetPaymentEmbed$inboundSchema, GetPaymentEmbed$outboundSchema, GetPaymentEmbed$, GetPaymentRequest$inboundSchema, GetPaymentRequest$outboundSchema, GetPaymentRequest$, GetPaymentNotFoundDocumentation$inboundSchema, GetPaymentNotFoundDocumentation$outboundSchema, GetPaymentNotFoundDocumentation$, GetPaymentNotFoundLinks$inboundSchema, GetPaymentNotFoundLinks$outboundSchema, GetPaymentNotFoundLinks$, GetPaymentMode$inboundSchema, GetPaymentMode$outboundSchema, GetPaymentMode$, GetPaymentAmount$inboundSchema, GetPaymentAmount$outboundSchema, GetPaymentAmount$, GetPaymentAmountRefunded$inboundSchema, GetPaymentAmountRefunded$outboundSchema, GetPaymentAmountRefunded$, GetPaymentAmountRemaining$inboundSchema, GetPaymentAmountRemaining$outboundSchema, GetPaymentAmountRemaining$, GetPaymentAmountCaptured$inboundSchema, GetPaymentAmountCaptured$outboundSchema, GetPaymentAmountCaptured$, GetPaymentAmountChargedBack$inboundSchema, GetPaymentAmountChargedBack$outboundSchema, GetPaymentAmountChargedBack$, GetPaymentSettlementAmount$inboundSchema, GetPaymentSettlementAmount$outboundSchema, GetPaymentSettlementAmount$, GetPaymentLineType$inboundSchema, GetPaymentLineType$outboundSchema, GetPaymentLineType$, GetPaymentUnitPrice$inboundSchema, GetPaymentUnitPrice$outboundSchema, GetPaymentUnitPrice$, GetPaymentDiscountAmount$inboundSchema, GetPaymentDiscountAmount$outboundSchema, GetPaymentDiscountAmount$, GetPaymentTotalAmount$inboundSchema, GetPaymentTotalAmount$outboundSchema, GetPaymentTotalAmount$, GetPaymentVatAmount$inboundSchema, GetPaymentVatAmount$outboundSchema, GetPaymentVatAmount$, GetPaymentCategory$inboundSchema, GetPaymentCategory$outboundSchema, GetPaymentCategory$, GetPaymentInterval$inboundSchema, GetPaymentInterval$outboundSchema, GetPaymentInterval$, GetPaymentRecurringAmount$inboundSchema, GetPaymentRecurringAmount$outboundSchema, GetPaymentRecurringAmount$, GetPaymentRecurring$inboundSchema, GetPaymentRecurring$outboundSchema, GetPaymentRecurring$, GetPaymentLine$inboundSchema, GetPaymentLine$outboundSchema, GetPaymentLine$, GetPaymentBillingAddress$inboundSchema, GetPaymentBillingAddress$outboundSchema, GetPaymentBillingAddress$, GetPaymentShippingAddress$inboundSchema, GetPaymentShippingAddress$outboundSchema, GetPaymentShippingAddress$, GetPaymentLocale$inboundSchema, GetPaymentLocale$outboundSchema, GetPaymentLocale$, GetPaymentMethod$inboundSchema, GetPaymentMethod$outboundSchema, GetPaymentMethod$, GetPaymentMetadata$inboundSchema, GetPaymentMetadata$outboundSchema, GetPaymentMetadata$,
|
|
64009
|
+
var GetPaymentInclude, GetPaymentEmbed, GetPaymentMode, GetPaymentLineType, GetPaymentCategory, GetPaymentInterval, GetPaymentLocale, GetPaymentMethod, GetPaymentCaptureMode, GetPaymentRoutingMode, GetPaymentRoutingType, GetPaymentSequenceType, GetPaymentStatus, GetPaymentInclude$inboundSchema, GetPaymentInclude$outboundSchema, GetPaymentInclude$, GetPaymentEmbed$inboundSchema, GetPaymentEmbed$outboundSchema, GetPaymentEmbed$, GetPaymentRequest$inboundSchema, GetPaymentRequest$outboundSchema, GetPaymentRequest$, GetPaymentNotFoundDocumentation$inboundSchema, GetPaymentNotFoundDocumentation$outboundSchema, GetPaymentNotFoundDocumentation$, GetPaymentNotFoundLinks$inboundSchema, GetPaymentNotFoundLinks$outboundSchema, GetPaymentNotFoundLinks$, GetPaymentMode$inboundSchema, GetPaymentMode$outboundSchema, GetPaymentMode$, GetPaymentAmount$inboundSchema, GetPaymentAmount$outboundSchema, GetPaymentAmount$, GetPaymentAmountRefunded$inboundSchema, GetPaymentAmountRefunded$outboundSchema, GetPaymentAmountRefunded$, GetPaymentAmountRemaining$inboundSchema, GetPaymentAmountRemaining$outboundSchema, GetPaymentAmountRemaining$, GetPaymentAmountCaptured$inboundSchema, GetPaymentAmountCaptured$outboundSchema, GetPaymentAmountCaptured$, GetPaymentAmountChargedBack$inboundSchema, GetPaymentAmountChargedBack$outboundSchema, GetPaymentAmountChargedBack$, GetPaymentSettlementAmount$inboundSchema, GetPaymentSettlementAmount$outboundSchema, GetPaymentSettlementAmount$, GetPaymentLineType$inboundSchema, GetPaymentLineType$outboundSchema, GetPaymentLineType$, GetPaymentUnitPrice$inboundSchema, GetPaymentUnitPrice$outboundSchema, GetPaymentUnitPrice$, GetPaymentDiscountAmount$inboundSchema, GetPaymentDiscountAmount$outboundSchema, GetPaymentDiscountAmount$, GetPaymentTotalAmount$inboundSchema, GetPaymentTotalAmount$outboundSchema, GetPaymentTotalAmount$, GetPaymentVatAmount$inboundSchema, GetPaymentVatAmount$outboundSchema, GetPaymentVatAmount$, GetPaymentCategory$inboundSchema, GetPaymentCategory$outboundSchema, GetPaymentCategory$, GetPaymentInterval$inboundSchema, GetPaymentInterval$outboundSchema, GetPaymentInterval$, GetPaymentRecurringAmount$inboundSchema, GetPaymentRecurringAmount$outboundSchema, GetPaymentRecurringAmount$, GetPaymentRecurring$inboundSchema, GetPaymentRecurring$outboundSchema, GetPaymentRecurring$, GetPaymentLine$inboundSchema, GetPaymentLine$outboundSchema, GetPaymentLine$, GetPaymentBillingAddress$inboundSchema, GetPaymentBillingAddress$outboundSchema, GetPaymentBillingAddress$, GetPaymentShippingAddress$inboundSchema, GetPaymentShippingAddress$outboundSchema, GetPaymentShippingAddress$, GetPaymentLocale$inboundSchema, GetPaymentLocale$outboundSchema, GetPaymentLocale$, GetPaymentMethod$inboundSchema, GetPaymentMethod$outboundSchema, GetPaymentMethod$, GetPaymentMetadata$inboundSchema, GetPaymentMetadata$outboundSchema, GetPaymentMetadata$, GetPaymentCaptureMode$inboundSchema, GetPaymentCaptureMode$outboundSchema, GetPaymentCaptureMode$, GetPaymentApplicationFeeAmount$inboundSchema, GetPaymentApplicationFeeAmount$outboundSchema, GetPaymentApplicationFeeAmount$, GetPaymentApplicationFee$inboundSchema, GetPaymentApplicationFee$outboundSchema, GetPaymentApplicationFee$, GetPaymentRoutingMode$inboundSchema, GetPaymentRoutingMode$outboundSchema, GetPaymentRoutingMode$, GetPaymentRoutingAmount$inboundSchema, GetPaymentRoutingAmount$outboundSchema, GetPaymentRoutingAmount$, GetPaymentRoutingType$inboundSchema, GetPaymentRoutingType$outboundSchema, GetPaymentRoutingType$, GetPaymentDestination$inboundSchema, GetPaymentDestination$outboundSchema, GetPaymentDestination$, GetPaymentRoutingSelf$inboundSchema, GetPaymentRoutingSelf$outboundSchema, GetPaymentRoutingSelf$, GetPaymentPayment$inboundSchema, GetPaymentPayment$outboundSchema, GetPaymentPayment$, GetPaymentRoutingLinks$inboundSchema, GetPaymentRoutingLinks$outboundSchema, GetPaymentRoutingLinks$, GetPaymentRouting$inboundSchema, GetPaymentRouting$outboundSchema, GetPaymentRouting$, GetPaymentSequenceType$inboundSchema, GetPaymentSequenceType$outboundSchema, GetPaymentSequenceType$, GetPaymentStatus$inboundSchema, GetPaymentStatus$outboundSchema, GetPaymentStatus$, GetPaymentStatusReason$inboundSchema, GetPaymentStatusReason$outboundSchema, GetPaymentStatusReason$, GetPaymentSelf$inboundSchema, GetPaymentSelf$outboundSchema, GetPaymentSelf$, GetPaymentCheckout$inboundSchema, GetPaymentCheckout$outboundSchema, GetPaymentCheckout$, GetPaymentMobileAppCheckout$inboundSchema, GetPaymentMobileAppCheckout$outboundSchema, GetPaymentMobileAppCheckout$, GetPaymentChangePaymentState$inboundSchema, GetPaymentChangePaymentState$outboundSchema, GetPaymentChangePaymentState$, GetPaymentDashboard$inboundSchema, GetPaymentDashboard$outboundSchema, GetPaymentDashboard$, GetPaymentRefunds$inboundSchema, GetPaymentRefunds$outboundSchema, GetPaymentRefunds$, GetPaymentChargebacks$inboundSchema, GetPaymentChargebacks$outboundSchema, GetPaymentChargebacks$, GetPaymentCaptures$inboundSchema, GetPaymentCaptures$outboundSchema, GetPaymentCaptures$, GetPaymentSettlement$inboundSchema, GetPaymentSettlement$outboundSchema, GetPaymentSettlement$, GetPaymentCustomer$inboundSchema, GetPaymentCustomer$outboundSchema, GetPaymentCustomer$, GetPaymentMandate$inboundSchema, GetPaymentMandate$outboundSchema, GetPaymentMandate$, GetPaymentSubscription$inboundSchema, GetPaymentSubscription$outboundSchema, GetPaymentSubscription$, GetPaymentOrder$inboundSchema, GetPaymentOrder$outboundSchema, GetPaymentOrder$, GetPaymentTerminal$inboundSchema, GetPaymentTerminal$outboundSchema, GetPaymentTerminal$, GetPaymentDocumentation$inboundSchema, GetPaymentDocumentation$outboundSchema, GetPaymentDocumentation$, GetPaymentLinks$inboundSchema, GetPaymentLinks$outboundSchema, GetPaymentLinks$, GetPaymentResponse$inboundSchema, GetPaymentResponse$outboundSchema, GetPaymentResponse$;
|
|
64360
64010
|
var init_getpayment = __esm(() => {
|
|
64361
64011
|
init_esm();
|
|
64362
64012
|
init_primitives();
|
|
@@ -64817,26 +64467,12 @@ var init_getpayment = __esm(() => {
|
|
|
64817
64467
|
GetPaymentMethod$.inboundSchema = GetPaymentMethod$inboundSchema;
|
|
64818
64468
|
GetPaymentMethod$.outboundSchema = GetPaymentMethod$outboundSchema;
|
|
64819
64469
|
})(GetPaymentMethod$ ||= {});
|
|
64820
|
-
GetPaymentMetadata$inboundSchema =
|
|
64821
|
-
GetPaymentMetadata$outboundSchema =
|
|
64470
|
+
GetPaymentMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
64471
|
+
GetPaymentMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
64822
64472
|
((GetPaymentMetadata$) => {
|
|
64823
64473
|
GetPaymentMetadata$.inboundSchema = GetPaymentMetadata$inboundSchema;
|
|
64824
64474
|
GetPaymentMetadata$.outboundSchema = GetPaymentMetadata$outboundSchema;
|
|
64825
64475
|
})(GetPaymentMetadata$ ||= {});
|
|
64826
|
-
GetPaymentMetadataUnion$inboundSchema = unionType([
|
|
64827
|
-
lazyType(() => GetPaymentMetadata$inboundSchema),
|
|
64828
|
-
stringType(),
|
|
64829
|
-
arrayType(stringType())
|
|
64830
|
-
]);
|
|
64831
|
-
GetPaymentMetadataUnion$outboundSchema = unionType([
|
|
64832
|
-
lazyType(() => GetPaymentMetadata$outboundSchema),
|
|
64833
|
-
stringType(),
|
|
64834
|
-
arrayType(stringType())
|
|
64835
|
-
]);
|
|
64836
|
-
((GetPaymentMetadataUnion$) => {
|
|
64837
|
-
GetPaymentMetadataUnion$.inboundSchema = GetPaymentMetadataUnion$inboundSchema;
|
|
64838
|
-
GetPaymentMetadataUnion$.outboundSchema = GetPaymentMetadataUnion$outboundSchema;
|
|
64839
|
-
})(GetPaymentMetadataUnion$ ||= {});
|
|
64840
64476
|
GetPaymentCaptureMode$inboundSchema = nativeEnumType(GetPaymentCaptureMode);
|
|
64841
64477
|
GetPaymentCaptureMode$outboundSchema = GetPaymentCaptureMode$inboundSchema;
|
|
64842
64478
|
((GetPaymentCaptureMode$) => {
|
|
@@ -65234,11 +64870,7 @@ var init_getpayment = __esm(() => {
|
|
|
65234
64870
|
countryCode: nullableType(stringType()).optional(),
|
|
65235
64871
|
method: nullableType(GetPaymentMethod$inboundSchema).optional(),
|
|
65236
64872
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
65237
|
-
metadata: nullableType(unionType([
|
|
65238
|
-
lazyType(() => GetPaymentMetadata$inboundSchema),
|
|
65239
|
-
stringType(),
|
|
65240
|
-
arrayType(stringType())
|
|
65241
|
-
])).optional(),
|
|
64873
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
65242
64874
|
captureMode: nullableType(GetPaymentCaptureMode$inboundSchema).optional(),
|
|
65243
64875
|
captureDelay: nullableType(stringType()).optional(),
|
|
65244
64876
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -65289,11 +64921,7 @@ var init_getpayment = __esm(() => {
|
|
|
65289
64921
|
countryCode: nullableType(stringType()).optional(),
|
|
65290
64922
|
method: nullableType(GetPaymentMethod$outboundSchema).optional(),
|
|
65291
64923
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
65292
|
-
metadata: nullableType(unionType([
|
|
65293
|
-
lazyType(() => GetPaymentMetadata$outboundSchema),
|
|
65294
|
-
stringType(),
|
|
65295
|
-
arrayType(stringType())
|
|
65296
|
-
])).optional(),
|
|
64924
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
65297
64925
|
captureMode: nullableType(GetPaymentCaptureMode$outboundSchema).optional(),
|
|
65298
64926
|
captureDelay: nullableType(stringType()).optional(),
|
|
65299
64927
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -65709,7 +65337,7 @@ var init_getpaymentlink = __esm(() => {
|
|
|
65709
65337
|
});
|
|
65710
65338
|
|
|
65711
65339
|
// src/models/operations/getpaymentlinkpayments.ts
|
|
65712
|
-
var GetPaymentLinkPaymentsSort, GetPaymentLinkPaymentsMode, GetPaymentLinkPaymentsLineType, GetPaymentLinkPaymentsCategory, GetPaymentLinkPaymentsInterval, GetPaymentLinkPaymentsLocale, GetPaymentLinkPaymentsMethod, GetPaymentLinkPaymentsCaptureMode, GetPaymentLinkPaymentsRoutingMode, GetPaymentLinkPaymentsRoutingType, GetPaymentLinkPaymentsSequenceType, GetPaymentLinkPaymentsStatus, GetPaymentLinkPaymentsSort$inboundSchema, GetPaymentLinkPaymentsSort$outboundSchema, GetPaymentLinkPaymentsSort$, GetPaymentLinkPaymentsRequest$inboundSchema, GetPaymentLinkPaymentsRequest$outboundSchema, GetPaymentLinkPaymentsRequest$, GetPaymentLinkPaymentsBadRequestDocumentation$inboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$outboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$, GetPaymentLinkPaymentsBadRequestLinks$inboundSchema, GetPaymentLinkPaymentsBadRequestLinks$outboundSchema, GetPaymentLinkPaymentsBadRequestLinks$, GetPaymentLinkPaymentsMode$inboundSchema, GetPaymentLinkPaymentsMode$outboundSchema, GetPaymentLinkPaymentsMode$, GetPaymentLinkPaymentsAmount$inboundSchema, GetPaymentLinkPaymentsAmount$outboundSchema, GetPaymentLinkPaymentsAmount$, GetPaymentLinkPaymentsAmountRefunded$inboundSchema, GetPaymentLinkPaymentsAmountRefunded$outboundSchema, GetPaymentLinkPaymentsAmountRefunded$, GetPaymentLinkPaymentsAmountRemaining$inboundSchema, GetPaymentLinkPaymentsAmountRemaining$outboundSchema, GetPaymentLinkPaymentsAmountRemaining$, GetPaymentLinkPaymentsAmountCaptured$inboundSchema, GetPaymentLinkPaymentsAmountCaptured$outboundSchema, GetPaymentLinkPaymentsAmountCaptured$, GetPaymentLinkPaymentsAmountChargedBack$inboundSchema, GetPaymentLinkPaymentsAmountChargedBack$outboundSchema, GetPaymentLinkPaymentsAmountChargedBack$, GetPaymentLinkPaymentsSettlementAmount$inboundSchema, GetPaymentLinkPaymentsSettlementAmount$outboundSchema, GetPaymentLinkPaymentsSettlementAmount$, GetPaymentLinkPaymentsLineType$inboundSchema, GetPaymentLinkPaymentsLineType$outboundSchema, GetPaymentLinkPaymentsLineType$, GetPaymentLinkPaymentsUnitPrice$inboundSchema, GetPaymentLinkPaymentsUnitPrice$outboundSchema, GetPaymentLinkPaymentsUnitPrice$, GetPaymentLinkPaymentsDiscountAmount$inboundSchema, GetPaymentLinkPaymentsDiscountAmount$outboundSchema, GetPaymentLinkPaymentsDiscountAmount$, GetPaymentLinkPaymentsTotalAmount$inboundSchema, GetPaymentLinkPaymentsTotalAmount$outboundSchema, GetPaymentLinkPaymentsTotalAmount$, GetPaymentLinkPaymentsVatAmount$inboundSchema, GetPaymentLinkPaymentsVatAmount$outboundSchema, GetPaymentLinkPaymentsVatAmount$, GetPaymentLinkPaymentsCategory$inboundSchema, GetPaymentLinkPaymentsCategory$outboundSchema, GetPaymentLinkPaymentsCategory$, GetPaymentLinkPaymentsInterval$inboundSchema, GetPaymentLinkPaymentsInterval$outboundSchema, GetPaymentLinkPaymentsInterval$, GetPaymentLinkPaymentsRecurringAmount$inboundSchema, GetPaymentLinkPaymentsRecurringAmount$outboundSchema, GetPaymentLinkPaymentsRecurringAmount$, GetPaymentLinkPaymentsRecurring$inboundSchema, GetPaymentLinkPaymentsRecurring$outboundSchema, GetPaymentLinkPaymentsRecurring$, GetPaymentLinkPaymentsLine$inboundSchema, GetPaymentLinkPaymentsLine$outboundSchema, GetPaymentLinkPaymentsLine$, GetPaymentLinkPaymentsBillingAddress$inboundSchema, GetPaymentLinkPaymentsBillingAddress$outboundSchema, GetPaymentLinkPaymentsBillingAddress$, GetPaymentLinkPaymentsShippingAddress$inboundSchema, GetPaymentLinkPaymentsShippingAddress$outboundSchema, GetPaymentLinkPaymentsShippingAddress$, GetPaymentLinkPaymentsLocale$inboundSchema, GetPaymentLinkPaymentsLocale$outboundSchema, GetPaymentLinkPaymentsLocale$, GetPaymentLinkPaymentsMethod$inboundSchema, GetPaymentLinkPaymentsMethod$outboundSchema, GetPaymentLinkPaymentsMethod$, GetPaymentLinkPaymentsMetadata$inboundSchema, GetPaymentLinkPaymentsMetadata$outboundSchema, GetPaymentLinkPaymentsMetadata$,
|
|
65340
|
+
var GetPaymentLinkPaymentsSort, GetPaymentLinkPaymentsMode, GetPaymentLinkPaymentsLineType, GetPaymentLinkPaymentsCategory, GetPaymentLinkPaymentsInterval, GetPaymentLinkPaymentsLocale, GetPaymentLinkPaymentsMethod, GetPaymentLinkPaymentsCaptureMode, GetPaymentLinkPaymentsRoutingMode, GetPaymentLinkPaymentsRoutingType, GetPaymentLinkPaymentsSequenceType, GetPaymentLinkPaymentsStatus, GetPaymentLinkPaymentsSort$inboundSchema, GetPaymentLinkPaymentsSort$outboundSchema, GetPaymentLinkPaymentsSort$, GetPaymentLinkPaymentsRequest$inboundSchema, GetPaymentLinkPaymentsRequest$outboundSchema, GetPaymentLinkPaymentsRequest$, GetPaymentLinkPaymentsBadRequestDocumentation$inboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$outboundSchema, GetPaymentLinkPaymentsBadRequestDocumentation$, GetPaymentLinkPaymentsBadRequestLinks$inboundSchema, GetPaymentLinkPaymentsBadRequestLinks$outboundSchema, GetPaymentLinkPaymentsBadRequestLinks$, GetPaymentLinkPaymentsMode$inboundSchema, GetPaymentLinkPaymentsMode$outboundSchema, GetPaymentLinkPaymentsMode$, GetPaymentLinkPaymentsAmount$inboundSchema, GetPaymentLinkPaymentsAmount$outboundSchema, GetPaymentLinkPaymentsAmount$, GetPaymentLinkPaymentsAmountRefunded$inboundSchema, GetPaymentLinkPaymentsAmountRefunded$outboundSchema, GetPaymentLinkPaymentsAmountRefunded$, GetPaymentLinkPaymentsAmountRemaining$inboundSchema, GetPaymentLinkPaymentsAmountRemaining$outboundSchema, GetPaymentLinkPaymentsAmountRemaining$, GetPaymentLinkPaymentsAmountCaptured$inboundSchema, GetPaymentLinkPaymentsAmountCaptured$outboundSchema, GetPaymentLinkPaymentsAmountCaptured$, GetPaymentLinkPaymentsAmountChargedBack$inboundSchema, GetPaymentLinkPaymentsAmountChargedBack$outboundSchema, GetPaymentLinkPaymentsAmountChargedBack$, GetPaymentLinkPaymentsSettlementAmount$inboundSchema, GetPaymentLinkPaymentsSettlementAmount$outboundSchema, GetPaymentLinkPaymentsSettlementAmount$, GetPaymentLinkPaymentsLineType$inboundSchema, GetPaymentLinkPaymentsLineType$outboundSchema, GetPaymentLinkPaymentsLineType$, GetPaymentLinkPaymentsUnitPrice$inboundSchema, GetPaymentLinkPaymentsUnitPrice$outboundSchema, GetPaymentLinkPaymentsUnitPrice$, GetPaymentLinkPaymentsDiscountAmount$inboundSchema, GetPaymentLinkPaymentsDiscountAmount$outboundSchema, GetPaymentLinkPaymentsDiscountAmount$, GetPaymentLinkPaymentsTotalAmount$inboundSchema, GetPaymentLinkPaymentsTotalAmount$outboundSchema, GetPaymentLinkPaymentsTotalAmount$, GetPaymentLinkPaymentsVatAmount$inboundSchema, GetPaymentLinkPaymentsVatAmount$outboundSchema, GetPaymentLinkPaymentsVatAmount$, GetPaymentLinkPaymentsCategory$inboundSchema, GetPaymentLinkPaymentsCategory$outboundSchema, GetPaymentLinkPaymentsCategory$, GetPaymentLinkPaymentsInterval$inboundSchema, GetPaymentLinkPaymentsInterval$outboundSchema, GetPaymentLinkPaymentsInterval$, GetPaymentLinkPaymentsRecurringAmount$inboundSchema, GetPaymentLinkPaymentsRecurringAmount$outboundSchema, GetPaymentLinkPaymentsRecurringAmount$, GetPaymentLinkPaymentsRecurring$inboundSchema, GetPaymentLinkPaymentsRecurring$outboundSchema, GetPaymentLinkPaymentsRecurring$, GetPaymentLinkPaymentsLine$inboundSchema, GetPaymentLinkPaymentsLine$outboundSchema, GetPaymentLinkPaymentsLine$, GetPaymentLinkPaymentsBillingAddress$inboundSchema, GetPaymentLinkPaymentsBillingAddress$outboundSchema, GetPaymentLinkPaymentsBillingAddress$, GetPaymentLinkPaymentsShippingAddress$inboundSchema, GetPaymentLinkPaymentsShippingAddress$outboundSchema, GetPaymentLinkPaymentsShippingAddress$, GetPaymentLinkPaymentsLocale$inboundSchema, GetPaymentLinkPaymentsLocale$outboundSchema, GetPaymentLinkPaymentsLocale$, GetPaymentLinkPaymentsMethod$inboundSchema, GetPaymentLinkPaymentsMethod$outboundSchema, GetPaymentLinkPaymentsMethod$, GetPaymentLinkPaymentsMetadata$inboundSchema, GetPaymentLinkPaymentsMetadata$outboundSchema, GetPaymentLinkPaymentsMetadata$, GetPaymentLinkPaymentsCaptureMode$inboundSchema, GetPaymentLinkPaymentsCaptureMode$outboundSchema, GetPaymentLinkPaymentsCaptureMode$, GetPaymentLinkPaymentsApplicationFeeAmount$inboundSchema, GetPaymentLinkPaymentsApplicationFeeAmount$outboundSchema, GetPaymentLinkPaymentsApplicationFeeAmount$, GetPaymentLinkPaymentsApplicationFee$inboundSchema, GetPaymentLinkPaymentsApplicationFee$outboundSchema, GetPaymentLinkPaymentsApplicationFee$, GetPaymentLinkPaymentsRoutingMode$inboundSchema, GetPaymentLinkPaymentsRoutingMode$outboundSchema, GetPaymentLinkPaymentsRoutingMode$, GetPaymentLinkPaymentsRoutingAmount$inboundSchema, GetPaymentLinkPaymentsRoutingAmount$outboundSchema, GetPaymentLinkPaymentsRoutingAmount$, GetPaymentLinkPaymentsRoutingType$inboundSchema, GetPaymentLinkPaymentsRoutingType$outboundSchema, GetPaymentLinkPaymentsRoutingType$, GetPaymentLinkPaymentsDestination$inboundSchema, GetPaymentLinkPaymentsDestination$outboundSchema, GetPaymentLinkPaymentsDestination$, GetPaymentLinkPaymentsRoutingSelf$inboundSchema, GetPaymentLinkPaymentsRoutingSelf$outboundSchema, GetPaymentLinkPaymentsRoutingSelf$, GetPaymentLinkPaymentsRoutingPayment$inboundSchema, GetPaymentLinkPaymentsRoutingPayment$outboundSchema, GetPaymentLinkPaymentsRoutingPayment$, GetPaymentLinkPaymentsRoutingLinks$inboundSchema, GetPaymentLinkPaymentsRoutingLinks$outboundSchema, GetPaymentLinkPaymentsRoutingLinks$, GetPaymentLinkPaymentsRouting$inboundSchema, GetPaymentLinkPaymentsRouting$outboundSchema, GetPaymentLinkPaymentsRouting$, GetPaymentLinkPaymentsSequenceType$inboundSchema, GetPaymentLinkPaymentsSequenceType$outboundSchema, GetPaymentLinkPaymentsSequenceType$, GetPaymentLinkPaymentsStatus$inboundSchema, GetPaymentLinkPaymentsStatus$outboundSchema, GetPaymentLinkPaymentsStatus$, GetPaymentLinkPaymentsStatusReason$inboundSchema, GetPaymentLinkPaymentsStatusReason$outboundSchema, GetPaymentLinkPaymentsStatusReason$, GetPaymentLinkPaymentsPaymentSelf$inboundSchema, GetPaymentLinkPaymentsPaymentSelf$outboundSchema, GetPaymentLinkPaymentsPaymentSelf$, GetPaymentLinkPaymentsCheckout$inboundSchema, GetPaymentLinkPaymentsCheckout$outboundSchema, GetPaymentLinkPaymentsCheckout$, GetPaymentLinkPaymentsMobileAppCheckout$inboundSchema, GetPaymentLinkPaymentsMobileAppCheckout$outboundSchema, GetPaymentLinkPaymentsMobileAppCheckout$, GetPaymentLinkPaymentsChangePaymentState$inboundSchema, GetPaymentLinkPaymentsChangePaymentState$outboundSchema, GetPaymentLinkPaymentsChangePaymentState$, GetPaymentLinkPaymentsDashboard$inboundSchema, GetPaymentLinkPaymentsDashboard$outboundSchema, GetPaymentLinkPaymentsDashboard$, GetPaymentLinkPaymentsRefunds$inboundSchema, GetPaymentLinkPaymentsRefunds$outboundSchema, GetPaymentLinkPaymentsRefunds$, GetPaymentLinkPaymentsChargebacks$inboundSchema, GetPaymentLinkPaymentsChargebacks$outboundSchema, GetPaymentLinkPaymentsChargebacks$, GetPaymentLinkPaymentsCaptures$inboundSchema, GetPaymentLinkPaymentsCaptures$outboundSchema, GetPaymentLinkPaymentsCaptures$, GetPaymentLinkPaymentsSettlement$inboundSchema, GetPaymentLinkPaymentsSettlement$outboundSchema, GetPaymentLinkPaymentsSettlement$, GetPaymentLinkPaymentsCustomer$inboundSchema, GetPaymentLinkPaymentsCustomer$outboundSchema, GetPaymentLinkPaymentsCustomer$, GetPaymentLinkPaymentsMandate$inboundSchema, GetPaymentLinkPaymentsMandate$outboundSchema, GetPaymentLinkPaymentsMandate$, GetPaymentLinkPaymentsSubscription$inboundSchema, GetPaymentLinkPaymentsSubscription$outboundSchema, GetPaymentLinkPaymentsSubscription$, GetPaymentLinkPaymentsOrder$inboundSchema, GetPaymentLinkPaymentsOrder$outboundSchema, GetPaymentLinkPaymentsOrder$, GetPaymentLinkPaymentsTerminal$inboundSchema, GetPaymentLinkPaymentsTerminal$outboundSchema, GetPaymentLinkPaymentsTerminal$, GetPaymentLinkPaymentsPaymentDocumentation$inboundSchema, GetPaymentLinkPaymentsPaymentDocumentation$outboundSchema, GetPaymentLinkPaymentsPaymentDocumentation$, GetPaymentLinkPaymentsPaymentLinks$inboundSchema, GetPaymentLinkPaymentsPaymentLinks$outboundSchema, GetPaymentLinkPaymentsPaymentLinks$, GetPaymentLinkPaymentsPaymentOutput$inboundSchema, GetPaymentLinkPaymentsPaymentOutput$outboundSchema, GetPaymentLinkPaymentsPaymentOutput$, GetPaymentLinkPaymentsEmbedded$inboundSchema, GetPaymentLinkPaymentsEmbedded$outboundSchema, GetPaymentLinkPaymentsEmbedded$, GetPaymentLinkPaymentsSelf$inboundSchema, GetPaymentLinkPaymentsSelf$outboundSchema, GetPaymentLinkPaymentsSelf$, GetPaymentLinkPaymentsPrevious$inboundSchema, GetPaymentLinkPaymentsPrevious$outboundSchema, GetPaymentLinkPaymentsPrevious$, GetPaymentLinkPaymentsNext$inboundSchema, GetPaymentLinkPaymentsNext$outboundSchema, GetPaymentLinkPaymentsNext$, GetPaymentLinkPaymentsDocumentation$inboundSchema, GetPaymentLinkPaymentsDocumentation$outboundSchema, GetPaymentLinkPaymentsDocumentation$, GetPaymentLinkPaymentsLinks$inboundSchema, GetPaymentLinkPaymentsLinks$outboundSchema, GetPaymentLinkPaymentsLinks$, GetPaymentLinkPaymentsResponse$inboundSchema, GetPaymentLinkPaymentsResponse$outboundSchema, GetPaymentLinkPaymentsResponse$;
|
|
65713
65341
|
var init_getpaymentlinkpayments = __esm(() => {
|
|
65714
65342
|
init_esm();
|
|
65715
65343
|
init_primitives();
|
|
@@ -66161,26 +65789,12 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
66161
65789
|
GetPaymentLinkPaymentsMethod$.inboundSchema = GetPaymentLinkPaymentsMethod$inboundSchema;
|
|
66162
65790
|
GetPaymentLinkPaymentsMethod$.outboundSchema = GetPaymentLinkPaymentsMethod$outboundSchema;
|
|
66163
65791
|
})(GetPaymentLinkPaymentsMethod$ ||= {});
|
|
66164
|
-
GetPaymentLinkPaymentsMetadata$inboundSchema =
|
|
66165
|
-
GetPaymentLinkPaymentsMetadata$outboundSchema =
|
|
65792
|
+
GetPaymentLinkPaymentsMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
65793
|
+
GetPaymentLinkPaymentsMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
66166
65794
|
((GetPaymentLinkPaymentsMetadata$) => {
|
|
66167
65795
|
GetPaymentLinkPaymentsMetadata$.inboundSchema = GetPaymentLinkPaymentsMetadata$inboundSchema;
|
|
66168
65796
|
GetPaymentLinkPaymentsMetadata$.outboundSchema = GetPaymentLinkPaymentsMetadata$outboundSchema;
|
|
66169
65797
|
})(GetPaymentLinkPaymentsMetadata$ ||= {});
|
|
66170
|
-
GetPaymentLinkPaymentsMetadataUnion$inboundSchema = unionType([
|
|
66171
|
-
lazyType(() => GetPaymentLinkPaymentsMetadata$inboundSchema),
|
|
66172
|
-
stringType(),
|
|
66173
|
-
arrayType(stringType())
|
|
66174
|
-
]);
|
|
66175
|
-
GetPaymentLinkPaymentsMetadataUnion$outboundSchema = unionType([
|
|
66176
|
-
lazyType(() => GetPaymentLinkPaymentsMetadata$outboundSchema),
|
|
66177
|
-
stringType(),
|
|
66178
|
-
arrayType(stringType())
|
|
66179
|
-
]);
|
|
66180
|
-
((GetPaymentLinkPaymentsMetadataUnion$) => {
|
|
66181
|
-
GetPaymentLinkPaymentsMetadataUnion$.inboundSchema = GetPaymentLinkPaymentsMetadataUnion$inboundSchema;
|
|
66182
|
-
GetPaymentLinkPaymentsMetadataUnion$.outboundSchema = GetPaymentLinkPaymentsMetadataUnion$outboundSchema;
|
|
66183
|
-
})(GetPaymentLinkPaymentsMetadataUnion$ ||= {});
|
|
66184
65798
|
GetPaymentLinkPaymentsCaptureMode$inboundSchema = nativeEnumType(GetPaymentLinkPaymentsCaptureMode);
|
|
66185
65799
|
GetPaymentLinkPaymentsCaptureMode$outboundSchema = GetPaymentLinkPaymentsCaptureMode$inboundSchema;
|
|
66186
65800
|
((GetPaymentLinkPaymentsCaptureMode$) => {
|
|
@@ -66578,11 +66192,7 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
66578
66192
|
countryCode: nullableType(stringType()).optional(),
|
|
66579
66193
|
method: nullableType(GetPaymentLinkPaymentsMethod$inboundSchema).optional(),
|
|
66580
66194
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
66581
|
-
metadata: nullableType(unionType([
|
|
66582
|
-
lazyType(() => GetPaymentLinkPaymentsMetadata$inboundSchema),
|
|
66583
|
-
stringType(),
|
|
66584
|
-
arrayType(stringType())
|
|
66585
|
-
])).optional(),
|
|
66195
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
66586
66196
|
captureMode: nullableType(GetPaymentLinkPaymentsCaptureMode$inboundSchema).optional(),
|
|
66587
66197
|
captureDelay: nullableType(stringType()).optional(),
|
|
66588
66198
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -66633,11 +66243,7 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
66633
66243
|
countryCode: nullableType(stringType()).optional(),
|
|
66634
66244
|
method: nullableType(GetPaymentLinkPaymentsMethod$outboundSchema).optional(),
|
|
66635
66245
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
66636
|
-
metadata: nullableType(unionType([
|
|
66637
|
-
lazyType(() => GetPaymentLinkPaymentsMetadata$outboundSchema),
|
|
66638
|
-
stringType(),
|
|
66639
|
-
arrayType(stringType())
|
|
66640
|
-
])).optional(),
|
|
66246
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
66641
66247
|
captureMode: nullableType(GetPaymentLinkPaymentsCaptureMode$outboundSchema).optional(),
|
|
66642
66248
|
captureDelay: nullableType(stringType()).optional(),
|
|
66643
66249
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -66746,9 +66352,9 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
66746
66352
|
GetPaymentLinkPaymentsLinks$.outboundSchema = GetPaymentLinkPaymentsLinks$outboundSchema;
|
|
66747
66353
|
})(GetPaymentLinkPaymentsLinks$ ||= {});
|
|
66748
66354
|
GetPaymentLinkPaymentsResponse$inboundSchema = objectType({
|
|
66749
|
-
count: numberType().int()
|
|
66750
|
-
_embedded: lazyType(() => GetPaymentLinkPaymentsEmbedded$inboundSchema)
|
|
66751
|
-
_links: lazyType(() => GetPaymentLinkPaymentsLinks$inboundSchema)
|
|
66355
|
+
count: numberType().int(),
|
|
66356
|
+
_embedded: lazyType(() => GetPaymentLinkPaymentsEmbedded$inboundSchema),
|
|
66357
|
+
_links: lazyType(() => GetPaymentLinkPaymentsLinks$inboundSchema)
|
|
66752
66358
|
}).transform((v2) => {
|
|
66753
66359
|
return remap(v2, {
|
|
66754
66360
|
_embedded: "embedded",
|
|
@@ -66756,9 +66362,9 @@ var init_getpaymentlinkpayments = __esm(() => {
|
|
|
66756
66362
|
});
|
|
66757
66363
|
});
|
|
66758
66364
|
GetPaymentLinkPaymentsResponse$outboundSchema = objectType({
|
|
66759
|
-
count: numberType().int()
|
|
66760
|
-
embedded: lazyType(() => GetPaymentLinkPaymentsEmbedded$outboundSchema)
|
|
66761
|
-
links: lazyType(() => GetPaymentLinkPaymentsLinks$outboundSchema)
|
|
66365
|
+
count: numberType().int(),
|
|
66366
|
+
embedded: lazyType(() => GetPaymentLinkPaymentsEmbedded$outboundSchema),
|
|
66367
|
+
links: lazyType(() => GetPaymentLinkPaymentsLinks$outboundSchema)
|
|
66762
66368
|
}).transform((v2) => {
|
|
66763
66369
|
return remap(v2, {
|
|
66764
66370
|
embedded: "_embedded",
|
|
@@ -67345,7 +66951,7 @@ var init_getprofile = __esm(() => {
|
|
|
67345
66951
|
});
|
|
67346
66952
|
|
|
67347
66953
|
// src/models/operations/getrefund.ts
|
|
67348
|
-
var GetRefundEmbed, GetRefundMode, GetRefundStatus, GetRefundType, GetRefundEmbed$inboundSchema, GetRefundEmbed$outboundSchema, GetRefundEmbed$, GetRefundRequest$inboundSchema, GetRefundRequest$outboundSchema, GetRefundRequest$, GetRefundNotFoundDocumentation$inboundSchema, GetRefundNotFoundDocumentation$outboundSchema, GetRefundNotFoundDocumentation$, GetRefundNotFoundLinks$inboundSchema, GetRefundNotFoundLinks$outboundSchema, GetRefundNotFoundLinks$, GetRefundMode$inboundSchema, GetRefundMode$outboundSchema, GetRefundMode$, GetRefundAmount$inboundSchema, GetRefundAmount$outboundSchema, GetRefundAmount$, GetRefundSettlementAmount$inboundSchema, GetRefundSettlementAmount$outboundSchema, GetRefundSettlementAmount$, GetRefundMetadata$inboundSchema, GetRefundMetadata$outboundSchema, GetRefundMetadata$,
|
|
66954
|
+
var GetRefundEmbed, GetRefundMode, GetRefundStatus, GetRefundType, GetRefundEmbed$inboundSchema, GetRefundEmbed$outboundSchema, GetRefundEmbed$, GetRefundRequest$inboundSchema, GetRefundRequest$outboundSchema, GetRefundRequest$, GetRefundNotFoundDocumentation$inboundSchema, GetRefundNotFoundDocumentation$outboundSchema, GetRefundNotFoundDocumentation$, GetRefundNotFoundLinks$inboundSchema, GetRefundNotFoundLinks$outboundSchema, GetRefundNotFoundLinks$, GetRefundMode$inboundSchema, GetRefundMode$outboundSchema, GetRefundMode$, GetRefundAmount$inboundSchema, GetRefundAmount$outboundSchema, GetRefundAmount$, GetRefundSettlementAmount$inboundSchema, GetRefundSettlementAmount$outboundSchema, GetRefundSettlementAmount$, GetRefundMetadata$inboundSchema, GetRefundMetadata$outboundSchema, GetRefundMetadata$, GetRefundStatus$inboundSchema, GetRefundStatus$outboundSchema, GetRefundStatus$, GetRefundType$inboundSchema, GetRefundType$outboundSchema, GetRefundType$, GetRefundExternalReference$inboundSchema, GetRefundExternalReference$outboundSchema, GetRefundExternalReference$, GetRefundRoutingReversalAmount$inboundSchema, GetRefundRoutingReversalAmount$outboundSchema, GetRefundRoutingReversalAmount$, GetRefundSource$inboundSchema, GetRefundSource$outboundSchema, GetRefundSource$, GetRefundRoutingReversal$inboundSchema, GetRefundRoutingReversal$outboundSchema, GetRefundRoutingReversal$, GetRefundSelf$inboundSchema, GetRefundSelf$outboundSchema, GetRefundSelf$, GetRefundPayment$inboundSchema, GetRefundPayment$outboundSchema, GetRefundPayment$, GetRefundSettlement$inboundSchema, GetRefundSettlement$outboundSchema, GetRefundSettlement$, GetRefundDocumentation$inboundSchema, GetRefundDocumentation$outboundSchema, GetRefundDocumentation$, GetRefundLinks$inboundSchema, GetRefundLinks$outboundSchema, GetRefundLinks$, GetRefundResponse$inboundSchema, GetRefundResponse$outboundSchema, GetRefundResponse$;
|
|
67349
66955
|
var init_getrefund = __esm(() => {
|
|
67350
66956
|
init_esm();
|
|
67351
66957
|
init_primitives();
|
|
@@ -67441,26 +67047,12 @@ var init_getrefund = __esm(() => {
|
|
|
67441
67047
|
GetRefundSettlementAmount$.inboundSchema = GetRefundSettlementAmount$inboundSchema;
|
|
67442
67048
|
GetRefundSettlementAmount$.outboundSchema = GetRefundSettlementAmount$outboundSchema;
|
|
67443
67049
|
})(GetRefundSettlementAmount$ ||= {});
|
|
67444
|
-
GetRefundMetadata$inboundSchema =
|
|
67445
|
-
GetRefundMetadata$outboundSchema =
|
|
67050
|
+
GetRefundMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
67051
|
+
GetRefundMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
67446
67052
|
((GetRefundMetadata$) => {
|
|
67447
67053
|
GetRefundMetadata$.inboundSchema = GetRefundMetadata$inboundSchema;
|
|
67448
67054
|
GetRefundMetadata$.outboundSchema = GetRefundMetadata$outboundSchema;
|
|
67449
67055
|
})(GetRefundMetadata$ ||= {});
|
|
67450
|
-
GetRefundMetadataUnion$inboundSchema = unionType([
|
|
67451
|
-
lazyType(() => GetRefundMetadata$inboundSchema),
|
|
67452
|
-
stringType(),
|
|
67453
|
-
arrayType(stringType())
|
|
67454
|
-
]);
|
|
67455
|
-
GetRefundMetadataUnion$outboundSchema = unionType([
|
|
67456
|
-
lazyType(() => GetRefundMetadata$outboundSchema),
|
|
67457
|
-
stringType(),
|
|
67458
|
-
arrayType(stringType())
|
|
67459
|
-
]);
|
|
67460
|
-
((GetRefundMetadataUnion$) => {
|
|
67461
|
-
GetRefundMetadataUnion$.inboundSchema = GetRefundMetadataUnion$inboundSchema;
|
|
67462
|
-
GetRefundMetadataUnion$.outboundSchema = GetRefundMetadataUnion$outboundSchema;
|
|
67463
|
-
})(GetRefundMetadataUnion$ ||= {});
|
|
67464
67056
|
GetRefundStatus$inboundSchema = nativeEnumType(GetRefundStatus);
|
|
67465
67057
|
GetRefundStatus$outboundSchema = GetRefundStatus$inboundSchema;
|
|
67466
67058
|
((GetRefundStatus$) => {
|
|
@@ -67590,11 +67182,7 @@ var init_getrefund = __esm(() => {
|
|
|
67590
67182
|
description: stringType().optional(),
|
|
67591
67183
|
amount: lazyType(() => GetRefundAmount$inboundSchema).optional(),
|
|
67592
67184
|
settlementAmount: nullableType(lazyType(() => GetRefundSettlementAmount$inboundSchema)).optional(),
|
|
67593
|
-
metadata: nullableType(unionType([
|
|
67594
|
-
lazyType(() => GetRefundMetadata$inboundSchema),
|
|
67595
|
-
stringType(),
|
|
67596
|
-
arrayType(stringType())
|
|
67597
|
-
])).optional(),
|
|
67185
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
67598
67186
|
paymentId: stringType().optional(),
|
|
67599
67187
|
settlementId: nullableType(stringType()).optional(),
|
|
67600
67188
|
status: GetRefundStatus$inboundSchema.optional(),
|
|
@@ -67614,11 +67202,7 @@ var init_getrefund = __esm(() => {
|
|
|
67614
67202
|
description: stringType().optional(),
|
|
67615
67203
|
amount: lazyType(() => GetRefundAmount$outboundSchema).optional(),
|
|
67616
67204
|
settlementAmount: nullableType(lazyType(() => GetRefundSettlementAmount$outboundSchema)).optional(),
|
|
67617
|
-
metadata: nullableType(unionType([
|
|
67618
|
-
lazyType(() => GetRefundMetadata$outboundSchema),
|
|
67619
|
-
stringType(),
|
|
67620
|
-
arrayType(stringType())
|
|
67621
|
-
])).optional(),
|
|
67205
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
67622
67206
|
paymentId: stringType().optional(),
|
|
67623
67207
|
settlementId: nullableType(stringType()).optional(),
|
|
67624
67208
|
status: GetRefundStatus$outboundSchema.optional(),
|
|
@@ -68610,7 +68194,7 @@ var init_getsettlement = __esm(() => {
|
|
|
68610
68194
|
});
|
|
68611
68195
|
|
|
68612
68196
|
// src/models/operations/getsubscription.ts
|
|
68613
|
-
var GetSubscriptionMode, GetSubscriptionStatus, GetSubscriptionInterval, GetSubscriptionMethod, GetSubscriptionRequest$inboundSchema, GetSubscriptionRequest$outboundSchema, GetSubscriptionRequest$, GetSubscriptionNotFoundDocumentation$inboundSchema, GetSubscriptionNotFoundDocumentation$outboundSchema, GetSubscriptionNotFoundDocumentation$, GetSubscriptionNotFoundLinks$inboundSchema, GetSubscriptionNotFoundLinks$outboundSchema, GetSubscriptionNotFoundLinks$, GetSubscriptionMode$inboundSchema, GetSubscriptionMode$outboundSchema, GetSubscriptionMode$, GetSubscriptionStatus$inboundSchema, GetSubscriptionStatus$outboundSchema, GetSubscriptionStatus$, GetSubscriptionAmount$inboundSchema, GetSubscriptionAmount$outboundSchema, GetSubscriptionAmount$, GetSubscriptionInterval$inboundSchema, GetSubscriptionInterval$outboundSchema, GetSubscriptionInterval$, GetSubscriptionMethod$inboundSchema, GetSubscriptionMethod$outboundSchema, GetSubscriptionMethod$, GetSubscriptionApplicationFeeAmount$inboundSchema, GetSubscriptionApplicationFeeAmount$outboundSchema, GetSubscriptionApplicationFeeAmount$, GetSubscriptionApplicationFee$inboundSchema, GetSubscriptionApplicationFee$outboundSchema, GetSubscriptionApplicationFee$, GetSubscriptionMetadata$inboundSchema, GetSubscriptionMetadata$outboundSchema, GetSubscriptionMetadata$,
|
|
68197
|
+
var GetSubscriptionMode, GetSubscriptionStatus, GetSubscriptionInterval, GetSubscriptionMethod, GetSubscriptionRequest$inboundSchema, GetSubscriptionRequest$outboundSchema, GetSubscriptionRequest$, GetSubscriptionNotFoundDocumentation$inboundSchema, GetSubscriptionNotFoundDocumentation$outboundSchema, GetSubscriptionNotFoundDocumentation$, GetSubscriptionNotFoundLinks$inboundSchema, GetSubscriptionNotFoundLinks$outboundSchema, GetSubscriptionNotFoundLinks$, GetSubscriptionMode$inboundSchema, GetSubscriptionMode$outboundSchema, GetSubscriptionMode$, GetSubscriptionStatus$inboundSchema, GetSubscriptionStatus$outboundSchema, GetSubscriptionStatus$, GetSubscriptionAmount$inboundSchema, GetSubscriptionAmount$outboundSchema, GetSubscriptionAmount$, GetSubscriptionInterval$inboundSchema, GetSubscriptionInterval$outboundSchema, GetSubscriptionInterval$, GetSubscriptionMethod$inboundSchema, GetSubscriptionMethod$outboundSchema, GetSubscriptionMethod$, GetSubscriptionApplicationFeeAmount$inboundSchema, GetSubscriptionApplicationFeeAmount$outboundSchema, GetSubscriptionApplicationFeeAmount$, GetSubscriptionApplicationFee$inboundSchema, GetSubscriptionApplicationFee$outboundSchema, GetSubscriptionApplicationFee$, GetSubscriptionMetadata$inboundSchema, GetSubscriptionMetadata$outboundSchema, GetSubscriptionMetadata$, GetSubscriptionSelf$inboundSchema, GetSubscriptionSelf$outboundSchema, GetSubscriptionSelf$, GetSubscriptionCustomer$inboundSchema, GetSubscriptionCustomer$outboundSchema, GetSubscriptionCustomer$, GetSubscriptionMandate$inboundSchema, GetSubscriptionMandate$outboundSchema, GetSubscriptionMandate$, GetSubscriptionProfile$inboundSchema, GetSubscriptionProfile$outboundSchema, GetSubscriptionProfile$, GetSubscriptionPayments$inboundSchema, GetSubscriptionPayments$outboundSchema, GetSubscriptionPayments$, GetSubscriptionDocumentation$inboundSchema, GetSubscriptionDocumentation$outboundSchema, GetSubscriptionDocumentation$, GetSubscriptionLinks$inboundSchema, GetSubscriptionLinks$outboundSchema, GetSubscriptionLinks$, GetSubscriptionResponse$inboundSchema, GetSubscriptionResponse$outboundSchema, GetSubscriptionResponse$;
|
|
68614
68198
|
var init_getsubscription = __esm(() => {
|
|
68615
68199
|
init_esm();
|
|
68616
68200
|
init_primitives();
|
|
@@ -68731,26 +68315,12 @@ var init_getsubscription = __esm(() => {
|
|
|
68731
68315
|
GetSubscriptionApplicationFee$.inboundSchema = GetSubscriptionApplicationFee$inboundSchema;
|
|
68732
68316
|
GetSubscriptionApplicationFee$.outboundSchema = GetSubscriptionApplicationFee$outboundSchema;
|
|
68733
68317
|
})(GetSubscriptionApplicationFee$ ||= {});
|
|
68734
|
-
GetSubscriptionMetadata$inboundSchema =
|
|
68735
|
-
GetSubscriptionMetadata$outboundSchema =
|
|
68318
|
+
GetSubscriptionMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
68319
|
+
GetSubscriptionMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
68736
68320
|
((GetSubscriptionMetadata$) => {
|
|
68737
68321
|
GetSubscriptionMetadata$.inboundSchema = GetSubscriptionMetadata$inboundSchema;
|
|
68738
68322
|
GetSubscriptionMetadata$.outboundSchema = GetSubscriptionMetadata$outboundSchema;
|
|
68739
68323
|
})(GetSubscriptionMetadata$ ||= {});
|
|
68740
|
-
GetSubscriptionMetadataUnion$inboundSchema = unionType([
|
|
68741
|
-
lazyType(() => GetSubscriptionMetadata$inboundSchema),
|
|
68742
|
-
stringType(),
|
|
68743
|
-
arrayType(stringType())
|
|
68744
|
-
]);
|
|
68745
|
-
GetSubscriptionMetadataUnion$outboundSchema = unionType([
|
|
68746
|
-
lazyType(() => GetSubscriptionMetadata$outboundSchema),
|
|
68747
|
-
stringType(),
|
|
68748
|
-
arrayType(stringType())
|
|
68749
|
-
]);
|
|
68750
|
-
((GetSubscriptionMetadataUnion$) => {
|
|
68751
|
-
GetSubscriptionMetadataUnion$.inboundSchema = GetSubscriptionMetadataUnion$inboundSchema;
|
|
68752
|
-
GetSubscriptionMetadataUnion$.outboundSchema = GetSubscriptionMetadataUnion$outboundSchema;
|
|
68753
|
-
})(GetSubscriptionMetadataUnion$ ||= {});
|
|
68754
68324
|
GetSubscriptionSelf$inboundSchema = objectType({
|
|
68755
68325
|
href: stringType(),
|
|
68756
68326
|
type: stringType()
|
|
@@ -68857,11 +68427,7 @@ var init_getsubscription = __esm(() => {
|
|
|
68857
68427
|
description: stringType(),
|
|
68858
68428
|
method: nullableType(GetSubscriptionMethod$inboundSchema),
|
|
68859
68429
|
applicationFee: lazyType(() => GetSubscriptionApplicationFee$inboundSchema).optional(),
|
|
68860
|
-
metadata: nullableType(unionType([
|
|
68861
|
-
lazyType(() => GetSubscriptionMetadata$inboundSchema),
|
|
68862
|
-
stringType(),
|
|
68863
|
-
arrayType(stringType())
|
|
68864
|
-
])),
|
|
68430
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
68865
68431
|
webhookUrl: stringType(),
|
|
68866
68432
|
customerId: stringType(),
|
|
68867
68433
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -68887,11 +68453,7 @@ var init_getsubscription = __esm(() => {
|
|
|
68887
68453
|
description: stringType(),
|
|
68888
68454
|
method: nullableType(GetSubscriptionMethod$outboundSchema),
|
|
68889
68455
|
applicationFee: lazyType(() => GetSubscriptionApplicationFee$outboundSchema).optional(),
|
|
68890
|
-
metadata: nullableType(unionType([
|
|
68891
|
-
lazyType(() => GetSubscriptionMetadata$outboundSchema),
|
|
68892
|
-
stringType(),
|
|
68893
|
-
arrayType(stringType())
|
|
68894
|
-
])),
|
|
68456
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
68895
68457
|
webhookUrl: stringType(),
|
|
68896
68458
|
customerId: stringType(),
|
|
68897
68459
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -69182,7 +68744,7 @@ var init_getwebhook = __esm(() => {
|
|
|
69182
68744
|
});
|
|
69183
68745
|
|
|
69184
68746
|
// src/models/operations/getwebhookevent.ts
|
|
69185
|
-
var GetWebhookEventMode2, GetWebhookEventStatus, GetWebhookEventReviewStatus, GetWebhookEventMode1, GetWebhookEventType, GetWebhookEventCategory, GetWebhookEventSequenceType, GetWebhookEventRequest$inboundSchema, GetWebhookEventRequest$outboundSchema, GetWebhookEventRequest$, GetWebhookEventNotFoundDocumentation$inboundSchema, GetWebhookEventNotFoundDocumentation$outboundSchema, GetWebhookEventNotFoundDocumentation$, GetWebhookEventNotFoundLinks$inboundSchema, GetWebhookEventNotFoundLinks$outboundSchema, GetWebhookEventNotFoundLinks$, GetWebhookEventMode2$inboundSchema, GetWebhookEventMode2$outboundSchema, GetWebhookEventMode2$, GetWebhookEventStatus$inboundSchema, GetWebhookEventStatus$outboundSchema, GetWebhookEventStatus$, GetWebhookEventReviewStatus$inboundSchema, GetWebhookEventReviewStatus$outboundSchema, GetWebhookEventReviewStatus$, GetWebhookEventReview$inboundSchema, GetWebhookEventReview$outboundSchema, GetWebhookEventReview$, EntitySelf2$inboundSchema, EntitySelf2$outboundSchema, EntitySelf2$, GetWebhookEventDashboard$inboundSchema, GetWebhookEventDashboard$outboundSchema, GetWebhookEventDashboard$, GetWebhookEventChargebacks$inboundSchema, GetWebhookEventChargebacks$outboundSchema, GetWebhookEventChargebacks$, GetWebhookEventMethods$inboundSchema, GetWebhookEventMethods$outboundSchema, GetWebhookEventMethods$, GetWebhookEventPayments$inboundSchema, GetWebhookEventPayments$outboundSchema, GetWebhookEventPayments$, GetWebhookEventRefunds$inboundSchema, GetWebhookEventRefunds$outboundSchema, GetWebhookEventRefunds$, GetWebhookEventCheckoutPreviewUrl$inboundSchema, GetWebhookEventCheckoutPreviewUrl$outboundSchema, GetWebhookEventCheckoutPreviewUrl$, EntityDocumentation$inboundSchema, EntityDocumentation$outboundSchema, EntityDocumentation$, EntityLinks2$inboundSchema, EntityLinks2$outboundSchema, EntityLinks2$, GetWebhookEventProfile$inboundSchema, GetWebhookEventProfile$outboundSchema, GetWebhookEventProfile$, GetWebhookEventMode1$inboundSchema, GetWebhookEventMode1$outboundSchema, GetWebhookEventMode1$, GetWebhookEventAmount$inboundSchema, GetWebhookEventAmount$outboundSchema, GetWebhookEventAmount$, GetWebhookEventMinimumAmount$inboundSchema, GetWebhookEventMinimumAmount$outboundSchema, GetWebhookEventMinimumAmount$, GetWebhookEventType$inboundSchema, GetWebhookEventType$outboundSchema, GetWebhookEventType$, GetWebhookEventUnitPrice$inboundSchema, GetWebhookEventUnitPrice$outboundSchema, GetWebhookEventUnitPrice$, GetWebhookEventDiscountAmount$inboundSchema, GetWebhookEventDiscountAmount$outboundSchema, GetWebhookEventDiscountAmount$, GetWebhookEventTotalAmount$inboundSchema, GetWebhookEventTotalAmount$outboundSchema, GetWebhookEventTotalAmount$, GetWebhookEventVatAmount$inboundSchema, GetWebhookEventVatAmount$outboundSchema, GetWebhookEventVatAmount$, GetWebhookEventCategory$inboundSchema, GetWebhookEventCategory$outboundSchema, GetWebhookEventCategory$, GetWebhookEventLine$inboundSchema, GetWebhookEventLine$outboundSchema, GetWebhookEventLine$, GetWebhookEventBillingAddress$inboundSchema, GetWebhookEventBillingAddress$outboundSchema, GetWebhookEventBillingAddress$, GetWebhookEventShippingAddress$inboundSchema, GetWebhookEventShippingAddress$outboundSchema, GetWebhookEventShippingAddress$, GetWebhookEventApplicationFeeAmount$inboundSchema, GetWebhookEventApplicationFeeAmount$outboundSchema, GetWebhookEventApplicationFeeAmount$, GetWebhookEventApplicationFee$inboundSchema, GetWebhookEventApplicationFee$outboundSchema, GetWebhookEventApplicationFee$, GetWebhookEventSequenceType$inboundSchema, GetWebhookEventSequenceType$outboundSchema, GetWebhookEventSequenceType$, EntitySelf1$inboundSchema, EntitySelf1$outboundSchema, EntitySelf1$, GetWebhookEventLinksPaymentLink$inboundSchema, GetWebhookEventLinksPaymentLink$outboundSchema, GetWebhookEventLinksPaymentLink$, EntityLinks1$inboundSchema, EntityLinks1$outboundSchema, EntityLinks1$,
|
|
68747
|
+
var GetWebhookEventMode2, GetWebhookEventStatus, GetWebhookEventReviewStatus, GetWebhookEventMode1, GetWebhookEventType, GetWebhookEventCategory, GetWebhookEventSequenceType, GetWebhookEventRequest$inboundSchema, GetWebhookEventRequest$outboundSchema, GetWebhookEventRequest$, GetWebhookEventNotFoundDocumentation$inboundSchema, GetWebhookEventNotFoundDocumentation$outboundSchema, GetWebhookEventNotFoundDocumentation$, GetWebhookEventNotFoundLinks$inboundSchema, GetWebhookEventNotFoundLinks$outboundSchema, GetWebhookEventNotFoundLinks$, GetWebhookEventMode2$inboundSchema, GetWebhookEventMode2$outboundSchema, GetWebhookEventMode2$, GetWebhookEventStatus$inboundSchema, GetWebhookEventStatus$outboundSchema, GetWebhookEventStatus$, GetWebhookEventReviewStatus$inboundSchema, GetWebhookEventReviewStatus$outboundSchema, GetWebhookEventReviewStatus$, GetWebhookEventReview$inboundSchema, GetWebhookEventReview$outboundSchema, GetWebhookEventReview$, EntitySelf2$inboundSchema, EntitySelf2$outboundSchema, EntitySelf2$, GetWebhookEventDashboard$inboundSchema, GetWebhookEventDashboard$outboundSchema, GetWebhookEventDashboard$, GetWebhookEventChargebacks$inboundSchema, GetWebhookEventChargebacks$outboundSchema, GetWebhookEventChargebacks$, GetWebhookEventMethods$inboundSchema, GetWebhookEventMethods$outboundSchema, GetWebhookEventMethods$, GetWebhookEventPayments$inboundSchema, GetWebhookEventPayments$outboundSchema, GetWebhookEventPayments$, GetWebhookEventRefunds$inboundSchema, GetWebhookEventRefunds$outboundSchema, GetWebhookEventRefunds$, GetWebhookEventCheckoutPreviewUrl$inboundSchema, GetWebhookEventCheckoutPreviewUrl$outboundSchema, GetWebhookEventCheckoutPreviewUrl$, EntityDocumentation$inboundSchema, EntityDocumentation$outboundSchema, EntityDocumentation$, EntityLinks2$inboundSchema, EntityLinks2$outboundSchema, EntityLinks2$, GetWebhookEventProfile$inboundSchema, GetWebhookEventProfile$outboundSchema, GetWebhookEventProfile$, GetWebhookEventMode1$inboundSchema, GetWebhookEventMode1$outboundSchema, GetWebhookEventMode1$, GetWebhookEventAmount$inboundSchema, GetWebhookEventAmount$outboundSchema, GetWebhookEventAmount$, GetWebhookEventMinimumAmount$inboundSchema, GetWebhookEventMinimumAmount$outboundSchema, GetWebhookEventMinimumAmount$, GetWebhookEventType$inboundSchema, GetWebhookEventType$outboundSchema, GetWebhookEventType$, GetWebhookEventUnitPrice$inboundSchema, GetWebhookEventUnitPrice$outboundSchema, GetWebhookEventUnitPrice$, GetWebhookEventDiscountAmount$inboundSchema, GetWebhookEventDiscountAmount$outboundSchema, GetWebhookEventDiscountAmount$, GetWebhookEventTotalAmount$inboundSchema, GetWebhookEventTotalAmount$outboundSchema, GetWebhookEventTotalAmount$, GetWebhookEventVatAmount$inboundSchema, GetWebhookEventVatAmount$outboundSchema, GetWebhookEventVatAmount$, GetWebhookEventCategory$inboundSchema, GetWebhookEventCategory$outboundSchema, GetWebhookEventCategory$, GetWebhookEventLine$inboundSchema, GetWebhookEventLine$outboundSchema, GetWebhookEventLine$, GetWebhookEventBillingAddress$inboundSchema, GetWebhookEventBillingAddress$outboundSchema, GetWebhookEventBillingAddress$, GetWebhookEventShippingAddress$inboundSchema, GetWebhookEventShippingAddress$outboundSchema, GetWebhookEventShippingAddress$, GetWebhookEventApplicationFeeAmount$inboundSchema, GetWebhookEventApplicationFeeAmount$outboundSchema, GetWebhookEventApplicationFeeAmount$, GetWebhookEventApplicationFee$inboundSchema, GetWebhookEventApplicationFee$outboundSchema, GetWebhookEventApplicationFee$, GetWebhookEventSequenceType$inboundSchema, GetWebhookEventSequenceType$outboundSchema, GetWebhookEventSequenceType$, EntitySelf1$inboundSchema, EntitySelf1$outboundSchema, EntitySelf1$, GetWebhookEventLinksPaymentLink$inboundSchema, GetWebhookEventLinksPaymentLink$outboundSchema, GetWebhookEventLinksPaymentLink$, EntityLinks1$inboundSchema, EntityLinks1$outboundSchema, EntityLinks1$, GetWebhookEventPaymentLinkOutput$inboundSchema, GetWebhookEventPaymentLinkOutput$outboundSchema, GetWebhookEventPaymentLinkOutput$, Entity$inboundSchema, Entity$outboundSchema, Entity$, GetWebhookEventEmbedded$inboundSchema, GetWebhookEventEmbedded$outboundSchema, GetWebhookEventEmbedded$, GetWebhookEventSelf$inboundSchema, GetWebhookEventSelf$outboundSchema, GetWebhookEventSelf$, GetWebhookEventDocumentation$inboundSchema, GetWebhookEventDocumentation$outboundSchema, GetWebhookEventDocumentation$, LinksEntity$inboundSchema, LinksEntity$outboundSchema, LinksEntity$, GetWebhookEventLinks$inboundSchema, GetWebhookEventLinks$outboundSchema, GetWebhookEventLinks$, GetWebhookEventResponse$inboundSchema, GetWebhookEventResponse$outboundSchema, GetWebhookEventResponse$;
|
|
69186
68748
|
var init_getwebhookevent = __esm(() => {
|
|
69187
68749
|
init_esm();
|
|
69188
68750
|
init_primitives();
|
|
@@ -69703,7 +69265,7 @@ var init_getwebhookevent = __esm(() => {
|
|
|
69703
69265
|
EntityLinks1$.inboundSchema = EntityLinks1$inboundSchema;
|
|
69704
69266
|
EntityLinks1$.outboundSchema = EntityLinks1$outboundSchema;
|
|
69705
69267
|
})(EntityLinks1$ ||= {});
|
|
69706
|
-
|
|
69268
|
+
GetWebhookEventPaymentLinkOutput$inboundSchema = objectType({
|
|
69707
69269
|
resource: stringType(),
|
|
69708
69270
|
id: stringType(),
|
|
69709
69271
|
mode: GetWebhookEventMode1$inboundSchema,
|
|
@@ -69731,7 +69293,7 @@ var init_getwebhookevent = __esm(() => {
|
|
|
69731
69293
|
_links: "links"
|
|
69732
69294
|
});
|
|
69733
69295
|
});
|
|
69734
|
-
|
|
69296
|
+
GetWebhookEventPaymentLinkOutput$outboundSchema = objectType({
|
|
69735
69297
|
resource: stringType(),
|
|
69736
69298
|
id: stringType(),
|
|
69737
69299
|
mode: GetWebhookEventMode1$outboundSchema,
|
|
@@ -69759,16 +69321,16 @@ var init_getwebhookevent = __esm(() => {
|
|
|
69759
69321
|
links: "_links"
|
|
69760
69322
|
});
|
|
69761
69323
|
});
|
|
69762
|
-
((
|
|
69763
|
-
|
|
69764
|
-
|
|
69765
|
-
})(
|
|
69324
|
+
((GetWebhookEventPaymentLinkOutput$) => {
|
|
69325
|
+
GetWebhookEventPaymentLinkOutput$.inboundSchema = GetWebhookEventPaymentLinkOutput$inboundSchema;
|
|
69326
|
+
GetWebhookEventPaymentLinkOutput$.outboundSchema = GetWebhookEventPaymentLinkOutput$outboundSchema;
|
|
69327
|
+
})(GetWebhookEventPaymentLinkOutput$ ||= {});
|
|
69766
69328
|
Entity$inboundSchema = unionType([
|
|
69767
|
-
lazyType(() =>
|
|
69329
|
+
lazyType(() => GetWebhookEventPaymentLinkOutput$inboundSchema),
|
|
69768
69330
|
lazyType(() => GetWebhookEventProfile$inboundSchema)
|
|
69769
69331
|
]);
|
|
69770
69332
|
Entity$outboundSchema = unionType([
|
|
69771
|
-
lazyType(() =>
|
|
69333
|
+
lazyType(() => GetWebhookEventPaymentLinkOutput$outboundSchema),
|
|
69772
69334
|
lazyType(() => GetWebhookEventProfile$outboundSchema)
|
|
69773
69335
|
]);
|
|
69774
69336
|
((Entity$) => {
|
|
@@ -69777,13 +69339,13 @@ var init_getwebhookevent = __esm(() => {
|
|
|
69777
69339
|
})(Entity$ ||= {});
|
|
69778
69340
|
GetWebhookEventEmbedded$inboundSchema = objectType({
|
|
69779
69341
|
entity: unionType([
|
|
69780
|
-
lazyType(() =>
|
|
69342
|
+
lazyType(() => GetWebhookEventPaymentLinkOutput$inboundSchema),
|
|
69781
69343
|
lazyType(() => GetWebhookEventProfile$inboundSchema)
|
|
69782
69344
|
]).optional()
|
|
69783
69345
|
});
|
|
69784
69346
|
GetWebhookEventEmbedded$outboundSchema = objectType({
|
|
69785
69347
|
entity: unionType([
|
|
69786
|
-
lazyType(() =>
|
|
69348
|
+
lazyType(() => GetWebhookEventPaymentLinkOutput$outboundSchema),
|
|
69787
69349
|
lazyType(() => GetWebhookEventProfile$outboundSchema)
|
|
69788
69350
|
]).optional()
|
|
69789
69351
|
});
|
|
@@ -70607,7 +70169,7 @@ var init_listallmethods = __esm(() => {
|
|
|
70607
70169
|
});
|
|
70608
70170
|
|
|
70609
70171
|
// src/models/operations/listallrefunds.ts
|
|
70610
|
-
var ListAllRefundsSort, ListAllRefundsEmbed, ListAllRefundsMode, ListAllRefundsStatus, ListAllRefundsType, ListAllRefundsSort$inboundSchema, ListAllRefundsSort$outboundSchema, ListAllRefundsSort$, ListAllRefundsEmbed$inboundSchema, ListAllRefundsEmbed$outboundSchema, ListAllRefundsEmbed$, ListAllRefundsRequest$inboundSchema, ListAllRefundsRequest$outboundSchema, ListAllRefundsRequest$, ListAllRefundsBadRequestDocumentation$inboundSchema, ListAllRefundsBadRequestDocumentation$outboundSchema, ListAllRefundsBadRequestDocumentation$, ListAllRefundsBadRequestLinks$inboundSchema, ListAllRefundsBadRequestLinks$outboundSchema, ListAllRefundsBadRequestLinks$, ListAllRefundsMode$inboundSchema, ListAllRefundsMode$outboundSchema, ListAllRefundsMode$, ListAllRefundsAmount$inboundSchema, ListAllRefundsAmount$outboundSchema, ListAllRefundsAmount$, ListAllRefundsSettlementAmount$inboundSchema, ListAllRefundsSettlementAmount$outboundSchema, ListAllRefundsSettlementAmount$, ListAllRefundsMetadata$inboundSchema, ListAllRefundsMetadata$outboundSchema, ListAllRefundsMetadata$,
|
|
70172
|
+
var ListAllRefundsSort, ListAllRefundsEmbed, ListAllRefundsMode, ListAllRefundsStatus, ListAllRefundsType, ListAllRefundsSort$inboundSchema, ListAllRefundsSort$outboundSchema, ListAllRefundsSort$, ListAllRefundsEmbed$inboundSchema, ListAllRefundsEmbed$outboundSchema, ListAllRefundsEmbed$, ListAllRefundsRequest$inboundSchema, ListAllRefundsRequest$outboundSchema, ListAllRefundsRequest$, ListAllRefundsBadRequestDocumentation$inboundSchema, ListAllRefundsBadRequestDocumentation$outboundSchema, ListAllRefundsBadRequestDocumentation$, ListAllRefundsBadRequestLinks$inboundSchema, ListAllRefundsBadRequestLinks$outboundSchema, ListAllRefundsBadRequestLinks$, ListAllRefundsMode$inboundSchema, ListAllRefundsMode$outboundSchema, ListAllRefundsMode$, ListAllRefundsAmount$inboundSchema, ListAllRefundsAmount$outboundSchema, ListAllRefundsAmount$, ListAllRefundsSettlementAmount$inboundSchema, ListAllRefundsSettlementAmount$outboundSchema, ListAllRefundsSettlementAmount$, ListAllRefundsMetadata$inboundSchema, ListAllRefundsMetadata$outboundSchema, ListAllRefundsMetadata$, ListAllRefundsStatus$inboundSchema, ListAllRefundsStatus$outboundSchema, ListAllRefundsStatus$, ListAllRefundsType$inboundSchema, ListAllRefundsType$outboundSchema, ListAllRefundsType$, ListAllRefundsExternalReference$inboundSchema, ListAllRefundsExternalReference$outboundSchema, ListAllRefundsExternalReference$, ListAllRefundsRoutingReversalAmount$inboundSchema, ListAllRefundsRoutingReversalAmount$outboundSchema, ListAllRefundsRoutingReversalAmount$, ListAllRefundsSource$inboundSchema, ListAllRefundsSource$outboundSchema, ListAllRefundsSource$, ListAllRefundsRoutingReversal$inboundSchema, ListAllRefundsRoutingReversal$outboundSchema, ListAllRefundsRoutingReversal$, ListAllRefundsRefundSelf$inboundSchema, ListAllRefundsRefundSelf$outboundSchema, ListAllRefundsRefundSelf$, ListAllRefundsPayment$inboundSchema, ListAllRefundsPayment$outboundSchema, ListAllRefundsPayment$, ListAllRefundsSettlement$inboundSchema, ListAllRefundsSettlement$outboundSchema, ListAllRefundsSettlement$, ListAllRefundsRefundDocumentation$inboundSchema, ListAllRefundsRefundDocumentation$outboundSchema, ListAllRefundsRefundDocumentation$, ListAllRefundsRefundLinks$inboundSchema, ListAllRefundsRefundLinks$outboundSchema, ListAllRefundsRefundLinks$, ListAllRefundsRefund$inboundSchema, ListAllRefundsRefund$outboundSchema, ListAllRefundsRefund$, ListAllRefundsEmbedded$inboundSchema, ListAllRefundsEmbedded$outboundSchema, ListAllRefundsEmbedded$, ListAllRefundsSelf$inboundSchema, ListAllRefundsSelf$outboundSchema, ListAllRefundsSelf$, ListAllRefundsPrevious$inboundSchema, ListAllRefundsPrevious$outboundSchema, ListAllRefundsPrevious$, ListAllRefundsNext$inboundSchema, ListAllRefundsNext$outboundSchema, ListAllRefundsNext$, ListAllRefundsDocumentation$inboundSchema, ListAllRefundsDocumentation$outboundSchema, ListAllRefundsDocumentation$, ListAllRefundsLinks$inboundSchema, ListAllRefundsLinks$outboundSchema, ListAllRefundsLinks$, ListAllRefundsResponse$inboundSchema, ListAllRefundsResponse$outboundSchema, ListAllRefundsResponse$;
|
|
70611
70173
|
var init_listallrefunds = __esm(() => {
|
|
70612
70174
|
init_esm();
|
|
70613
70175
|
init_primitives();
|
|
@@ -70717,26 +70279,12 @@ var init_listallrefunds = __esm(() => {
|
|
|
70717
70279
|
ListAllRefundsSettlementAmount$.inboundSchema = ListAllRefundsSettlementAmount$inboundSchema;
|
|
70718
70280
|
ListAllRefundsSettlementAmount$.outboundSchema = ListAllRefundsSettlementAmount$outboundSchema;
|
|
70719
70281
|
})(ListAllRefundsSettlementAmount$ ||= {});
|
|
70720
|
-
ListAllRefundsMetadata$inboundSchema =
|
|
70721
|
-
ListAllRefundsMetadata$outboundSchema =
|
|
70282
|
+
ListAllRefundsMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
70283
|
+
ListAllRefundsMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
70722
70284
|
((ListAllRefundsMetadata$) => {
|
|
70723
70285
|
ListAllRefundsMetadata$.inboundSchema = ListAllRefundsMetadata$inboundSchema;
|
|
70724
70286
|
ListAllRefundsMetadata$.outboundSchema = ListAllRefundsMetadata$outboundSchema;
|
|
70725
70287
|
})(ListAllRefundsMetadata$ ||= {});
|
|
70726
|
-
ListAllRefundsMetadataUnion$inboundSchema = unionType([
|
|
70727
|
-
lazyType(() => ListAllRefundsMetadata$inboundSchema),
|
|
70728
|
-
stringType(),
|
|
70729
|
-
arrayType(stringType())
|
|
70730
|
-
]);
|
|
70731
|
-
ListAllRefundsMetadataUnion$outboundSchema = unionType([
|
|
70732
|
-
lazyType(() => ListAllRefundsMetadata$outboundSchema),
|
|
70733
|
-
stringType(),
|
|
70734
|
-
arrayType(stringType())
|
|
70735
|
-
]);
|
|
70736
|
-
((ListAllRefundsMetadataUnion$) => {
|
|
70737
|
-
ListAllRefundsMetadataUnion$.inboundSchema = ListAllRefundsMetadataUnion$inboundSchema;
|
|
70738
|
-
ListAllRefundsMetadataUnion$.outboundSchema = ListAllRefundsMetadataUnion$outboundSchema;
|
|
70739
|
-
})(ListAllRefundsMetadataUnion$ ||= {});
|
|
70740
70288
|
ListAllRefundsStatus$inboundSchema = nativeEnumType(ListAllRefundsStatus);
|
|
70741
70289
|
ListAllRefundsStatus$outboundSchema = ListAllRefundsStatus$inboundSchema;
|
|
70742
70290
|
((ListAllRefundsStatus$) => {
|
|
@@ -70866,11 +70414,7 @@ var init_listallrefunds = __esm(() => {
|
|
|
70866
70414
|
description: stringType().optional(),
|
|
70867
70415
|
amount: lazyType(() => ListAllRefundsAmount$inboundSchema).optional(),
|
|
70868
70416
|
settlementAmount: nullableType(lazyType(() => ListAllRefundsSettlementAmount$inboundSchema)).optional(),
|
|
70869
|
-
metadata: nullableType(unionType([
|
|
70870
|
-
lazyType(() => ListAllRefundsMetadata$inboundSchema),
|
|
70871
|
-
stringType(),
|
|
70872
|
-
arrayType(stringType())
|
|
70873
|
-
])).optional(),
|
|
70417
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
70874
70418
|
paymentId: stringType().optional(),
|
|
70875
70419
|
settlementId: nullableType(stringType()).optional(),
|
|
70876
70420
|
status: ListAllRefundsStatus$inboundSchema.optional(),
|
|
@@ -70890,11 +70434,7 @@ var init_listallrefunds = __esm(() => {
|
|
|
70890
70434
|
description: stringType().optional(),
|
|
70891
70435
|
amount: lazyType(() => ListAllRefundsAmount$outboundSchema).optional(),
|
|
70892
70436
|
settlementAmount: nullableType(lazyType(() => ListAllRefundsSettlementAmount$outboundSchema)).optional(),
|
|
70893
|
-
metadata: nullableType(unionType([
|
|
70894
|
-
lazyType(() => ListAllRefundsMetadata$outboundSchema),
|
|
70895
|
-
stringType(),
|
|
70896
|
-
arrayType(stringType())
|
|
70897
|
-
])).optional(),
|
|
70437
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
70898
70438
|
paymentId: stringType().optional(),
|
|
70899
70439
|
settlementId: nullableType(stringType()).optional(),
|
|
70900
70440
|
status: ListAllRefundsStatus$outboundSchema.optional(),
|
|
@@ -71012,7 +70552,7 @@ var init_listallrefunds = __esm(() => {
|
|
|
71012
70552
|
});
|
|
71013
70553
|
|
|
71014
70554
|
// src/models/operations/listallsubscriptions.ts
|
|
71015
|
-
var ListAllSubscriptionsMode, ListAllSubscriptionsStatus, ListAllSubscriptionsInterval, ListAllSubscriptionsMethod, ListAllSubscriptionsRequest$inboundSchema, ListAllSubscriptionsRequest$outboundSchema, ListAllSubscriptionsRequest$, ListAllSubscriptionsNotFoundDocumentation$inboundSchema, ListAllSubscriptionsNotFoundDocumentation$outboundSchema, ListAllSubscriptionsNotFoundDocumentation$, ListAllSubscriptionsNotFoundLinks$inboundSchema, ListAllSubscriptionsNotFoundLinks$outboundSchema, ListAllSubscriptionsNotFoundLinks$, ListAllSubscriptionsBadRequestDocumentation$inboundSchema, ListAllSubscriptionsBadRequestDocumentation$outboundSchema, ListAllSubscriptionsBadRequestDocumentation$, ListAllSubscriptionsBadRequestLinks$inboundSchema, ListAllSubscriptionsBadRequestLinks$outboundSchema, ListAllSubscriptionsBadRequestLinks$, ListAllSubscriptionsMode$inboundSchema, ListAllSubscriptionsMode$outboundSchema, ListAllSubscriptionsMode$, ListAllSubscriptionsStatus$inboundSchema, ListAllSubscriptionsStatus$outboundSchema, ListAllSubscriptionsStatus$, ListAllSubscriptionsAmount$inboundSchema, ListAllSubscriptionsAmount$outboundSchema, ListAllSubscriptionsAmount$, ListAllSubscriptionsInterval$inboundSchema, ListAllSubscriptionsInterval$outboundSchema, ListAllSubscriptionsInterval$, ListAllSubscriptionsMethod$inboundSchema, ListAllSubscriptionsMethod$outboundSchema, ListAllSubscriptionsMethod$, ListAllSubscriptionsApplicationFeeAmount$inboundSchema, ListAllSubscriptionsApplicationFeeAmount$outboundSchema, ListAllSubscriptionsApplicationFeeAmount$, ListAllSubscriptionsApplicationFee$inboundSchema, ListAllSubscriptionsApplicationFee$outboundSchema, ListAllSubscriptionsApplicationFee$, ListAllSubscriptionsMetadata$inboundSchema, ListAllSubscriptionsMetadata$outboundSchema, ListAllSubscriptionsMetadata$,
|
|
70555
|
+
var ListAllSubscriptionsMode, ListAllSubscriptionsStatus, ListAllSubscriptionsInterval, ListAllSubscriptionsMethod, ListAllSubscriptionsRequest$inboundSchema, ListAllSubscriptionsRequest$outboundSchema, ListAllSubscriptionsRequest$, ListAllSubscriptionsNotFoundDocumentation$inboundSchema, ListAllSubscriptionsNotFoundDocumentation$outboundSchema, ListAllSubscriptionsNotFoundDocumentation$, ListAllSubscriptionsNotFoundLinks$inboundSchema, ListAllSubscriptionsNotFoundLinks$outboundSchema, ListAllSubscriptionsNotFoundLinks$, ListAllSubscriptionsBadRequestDocumentation$inboundSchema, ListAllSubscriptionsBadRequestDocumentation$outboundSchema, ListAllSubscriptionsBadRequestDocumentation$, ListAllSubscriptionsBadRequestLinks$inboundSchema, ListAllSubscriptionsBadRequestLinks$outboundSchema, ListAllSubscriptionsBadRequestLinks$, ListAllSubscriptionsMode$inboundSchema, ListAllSubscriptionsMode$outboundSchema, ListAllSubscriptionsMode$, ListAllSubscriptionsStatus$inboundSchema, ListAllSubscriptionsStatus$outboundSchema, ListAllSubscriptionsStatus$, ListAllSubscriptionsAmount$inboundSchema, ListAllSubscriptionsAmount$outboundSchema, ListAllSubscriptionsAmount$, ListAllSubscriptionsInterval$inboundSchema, ListAllSubscriptionsInterval$outboundSchema, ListAllSubscriptionsInterval$, ListAllSubscriptionsMethod$inboundSchema, ListAllSubscriptionsMethod$outboundSchema, ListAllSubscriptionsMethod$, ListAllSubscriptionsApplicationFeeAmount$inboundSchema, ListAllSubscriptionsApplicationFeeAmount$outboundSchema, ListAllSubscriptionsApplicationFeeAmount$, ListAllSubscriptionsApplicationFee$inboundSchema, ListAllSubscriptionsApplicationFee$outboundSchema, ListAllSubscriptionsApplicationFee$, ListAllSubscriptionsMetadata$inboundSchema, ListAllSubscriptionsMetadata$outboundSchema, ListAllSubscriptionsMetadata$, ListAllSubscriptionsSubscriptionSelf$inboundSchema, ListAllSubscriptionsSubscriptionSelf$outboundSchema, ListAllSubscriptionsSubscriptionSelf$, ListAllSubscriptionsCustomer$inboundSchema, ListAllSubscriptionsCustomer$outboundSchema, ListAllSubscriptionsCustomer$, ListAllSubscriptionsMandate$inboundSchema, ListAllSubscriptionsMandate$outboundSchema, ListAllSubscriptionsMandate$, ListAllSubscriptionsProfile$inboundSchema, ListAllSubscriptionsProfile$outboundSchema, ListAllSubscriptionsProfile$, ListAllSubscriptionsPayments$inboundSchema, ListAllSubscriptionsPayments$outboundSchema, ListAllSubscriptionsPayments$, ListAllSubscriptionsSubscriptionDocumentation$inboundSchema, ListAllSubscriptionsSubscriptionDocumentation$outboundSchema, ListAllSubscriptionsSubscriptionDocumentation$, ListAllSubscriptionsSubscriptionLinks$inboundSchema, ListAllSubscriptionsSubscriptionLinks$outboundSchema, ListAllSubscriptionsSubscriptionLinks$, ListAllSubscriptionsSubscription$inboundSchema, ListAllSubscriptionsSubscription$outboundSchema, ListAllSubscriptionsSubscription$, ListAllSubscriptionsEmbedded$inboundSchema, ListAllSubscriptionsEmbedded$outboundSchema, ListAllSubscriptionsEmbedded$, ListAllSubscriptionsSelf$inboundSchema, ListAllSubscriptionsSelf$outboundSchema, ListAllSubscriptionsSelf$, ListAllSubscriptionsPrevious$inboundSchema, ListAllSubscriptionsPrevious$outboundSchema, ListAllSubscriptionsPrevious$, ListAllSubscriptionsNext$inboundSchema, ListAllSubscriptionsNext$outboundSchema, ListAllSubscriptionsNext$, ListAllSubscriptionsDocumentation$inboundSchema, ListAllSubscriptionsDocumentation$outboundSchema, ListAllSubscriptionsDocumentation$, ListAllSubscriptionsLinks$inboundSchema, ListAllSubscriptionsLinks$outboundSchema, ListAllSubscriptionsLinks$, ListAllSubscriptionsResponse$inboundSchema, ListAllSubscriptionsResponse$outboundSchema, ListAllSubscriptionsResponse$;
|
|
71016
70556
|
var init_listallsubscriptions = __esm(() => {
|
|
71017
70557
|
init_esm();
|
|
71018
70558
|
init_primitives();
|
|
@@ -71157,26 +70697,12 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
71157
70697
|
ListAllSubscriptionsApplicationFee$.inboundSchema = ListAllSubscriptionsApplicationFee$inboundSchema;
|
|
71158
70698
|
ListAllSubscriptionsApplicationFee$.outboundSchema = ListAllSubscriptionsApplicationFee$outboundSchema;
|
|
71159
70699
|
})(ListAllSubscriptionsApplicationFee$ ||= {});
|
|
71160
|
-
ListAllSubscriptionsMetadata$inboundSchema =
|
|
71161
|
-
ListAllSubscriptionsMetadata$outboundSchema =
|
|
70700
|
+
ListAllSubscriptionsMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
70701
|
+
ListAllSubscriptionsMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
71162
70702
|
((ListAllSubscriptionsMetadata$) => {
|
|
71163
70703
|
ListAllSubscriptionsMetadata$.inboundSchema = ListAllSubscriptionsMetadata$inboundSchema;
|
|
71164
70704
|
ListAllSubscriptionsMetadata$.outboundSchema = ListAllSubscriptionsMetadata$outboundSchema;
|
|
71165
70705
|
})(ListAllSubscriptionsMetadata$ ||= {});
|
|
71166
|
-
ListAllSubscriptionsMetadataUnion$inboundSchema = unionType([
|
|
71167
|
-
lazyType(() => ListAllSubscriptionsMetadata$inboundSchema),
|
|
71168
|
-
stringType(),
|
|
71169
|
-
arrayType(stringType())
|
|
71170
|
-
]);
|
|
71171
|
-
ListAllSubscriptionsMetadataUnion$outboundSchema = unionType([
|
|
71172
|
-
lazyType(() => ListAllSubscriptionsMetadata$outboundSchema),
|
|
71173
|
-
stringType(),
|
|
71174
|
-
arrayType(stringType())
|
|
71175
|
-
]);
|
|
71176
|
-
((ListAllSubscriptionsMetadataUnion$) => {
|
|
71177
|
-
ListAllSubscriptionsMetadataUnion$.inboundSchema = ListAllSubscriptionsMetadataUnion$inboundSchema;
|
|
71178
|
-
ListAllSubscriptionsMetadataUnion$.outboundSchema = ListAllSubscriptionsMetadataUnion$outboundSchema;
|
|
71179
|
-
})(ListAllSubscriptionsMetadataUnion$ ||= {});
|
|
71180
70706
|
ListAllSubscriptionsSubscriptionSelf$inboundSchema = objectType({
|
|
71181
70707
|
href: stringType(),
|
|
71182
70708
|
type: stringType()
|
|
@@ -71283,11 +70809,7 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
71283
70809
|
description: stringType(),
|
|
71284
70810
|
method: nullableType(ListAllSubscriptionsMethod$inboundSchema),
|
|
71285
70811
|
applicationFee: lazyType(() => ListAllSubscriptionsApplicationFee$inboundSchema).optional(),
|
|
71286
|
-
metadata: nullableType(unionType([
|
|
71287
|
-
lazyType(() => ListAllSubscriptionsMetadata$inboundSchema),
|
|
71288
|
-
stringType(),
|
|
71289
|
-
arrayType(stringType())
|
|
71290
|
-
])),
|
|
70812
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
71291
70813
|
webhookUrl: stringType(),
|
|
71292
70814
|
customerId: stringType(),
|
|
71293
70815
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -71313,11 +70835,7 @@ var init_listallsubscriptions = __esm(() => {
|
|
|
71313
70835
|
description: stringType(),
|
|
71314
70836
|
method: nullableType(ListAllSubscriptionsMethod$outboundSchema),
|
|
71315
70837
|
applicationFee: lazyType(() => ListAllSubscriptionsApplicationFee$outboundSchema).optional(),
|
|
71316
|
-
metadata: nullableType(unionType([
|
|
71317
|
-
lazyType(() => ListAllSubscriptionsMetadata$outboundSchema),
|
|
71318
|
-
stringType(),
|
|
71319
|
-
arrayType(stringType())
|
|
71320
|
-
])),
|
|
70838
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
71321
70839
|
webhookUrl: stringType(),
|
|
71322
70840
|
customerId: stringType(),
|
|
71323
70841
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -72827,7 +72345,7 @@ var init_listcapabilities = __esm(() => {
|
|
|
72827
72345
|
});
|
|
72828
72346
|
|
|
72829
72347
|
// src/models/operations/listcaptures.ts
|
|
72830
|
-
var ListCapturesEmbed, ListCapturesMode, ListCapturesStatus, ListCapturesEmbed$inboundSchema, ListCapturesEmbed$outboundSchema, ListCapturesEmbed$, ListCapturesRequest$inboundSchema, ListCapturesRequest$outboundSchema, ListCapturesRequest$, ListCapturesNotFoundDocumentation$inboundSchema, ListCapturesNotFoundDocumentation$outboundSchema, ListCapturesNotFoundDocumentation$, ListCapturesNotFoundLinks$inboundSchema, ListCapturesNotFoundLinks$outboundSchema, ListCapturesNotFoundLinks$, ListCapturesBadRequestDocumentation$inboundSchema, ListCapturesBadRequestDocumentation$outboundSchema, ListCapturesBadRequestDocumentation$, ListCapturesBadRequestLinks$inboundSchema, ListCapturesBadRequestLinks$outboundSchema, ListCapturesBadRequestLinks$, ListCapturesMode$inboundSchema, ListCapturesMode$outboundSchema, ListCapturesMode$, ListCapturesAmount$inboundSchema, ListCapturesAmount$outboundSchema, ListCapturesAmount$, ListCapturesSettlementAmount$inboundSchema, ListCapturesSettlementAmount$outboundSchema, ListCapturesSettlementAmount$, ListCapturesStatus$inboundSchema, ListCapturesStatus$outboundSchema, ListCapturesStatus$, ListCapturesMetadata$inboundSchema, ListCapturesMetadata$outboundSchema, ListCapturesMetadata$,
|
|
72348
|
+
var ListCapturesEmbed, ListCapturesMode, ListCapturesStatus, ListCapturesEmbed$inboundSchema, ListCapturesEmbed$outboundSchema, ListCapturesEmbed$, ListCapturesRequest$inboundSchema, ListCapturesRequest$outboundSchema, ListCapturesRequest$, ListCapturesNotFoundDocumentation$inboundSchema, ListCapturesNotFoundDocumentation$outboundSchema, ListCapturesNotFoundDocumentation$, ListCapturesNotFoundLinks$inboundSchema, ListCapturesNotFoundLinks$outboundSchema, ListCapturesNotFoundLinks$, ListCapturesBadRequestDocumentation$inboundSchema, ListCapturesBadRequestDocumentation$outboundSchema, ListCapturesBadRequestDocumentation$, ListCapturesBadRequestLinks$inboundSchema, ListCapturesBadRequestLinks$outboundSchema, ListCapturesBadRequestLinks$, ListCapturesMode$inboundSchema, ListCapturesMode$outboundSchema, ListCapturesMode$, ListCapturesAmount$inboundSchema, ListCapturesAmount$outboundSchema, ListCapturesAmount$, ListCapturesSettlementAmount$inboundSchema, ListCapturesSettlementAmount$outboundSchema, ListCapturesSettlementAmount$, ListCapturesStatus$inboundSchema, ListCapturesStatus$outboundSchema, ListCapturesStatus$, ListCapturesMetadata$inboundSchema, ListCapturesMetadata$outboundSchema, ListCapturesMetadata$, ListCapturesCaptureSelf$inboundSchema, ListCapturesCaptureSelf$outboundSchema, ListCapturesCaptureSelf$, ListCapturesPayment$inboundSchema, ListCapturesPayment$outboundSchema, ListCapturesPayment$, ListCapturesSettlement$inboundSchema, ListCapturesSettlement$outboundSchema, ListCapturesSettlement$, ListCapturesShipment$inboundSchema, ListCapturesShipment$outboundSchema, ListCapturesShipment$, ListCapturesCaptureDocumentation$inboundSchema, ListCapturesCaptureDocumentation$outboundSchema, ListCapturesCaptureDocumentation$, ListCapturesCaptureLinks$inboundSchema, ListCapturesCaptureLinks$outboundSchema, ListCapturesCaptureLinks$, ListCapturesCapture$inboundSchema, ListCapturesCapture$outboundSchema, ListCapturesCapture$, ListCapturesEmbedded$inboundSchema, ListCapturesEmbedded$outboundSchema, ListCapturesEmbedded$, ListCapturesSelf$inboundSchema, ListCapturesSelf$outboundSchema, ListCapturesSelf$, ListCapturesPrevious$inboundSchema, ListCapturesPrevious$outboundSchema, ListCapturesPrevious$, ListCapturesNext$inboundSchema, ListCapturesNext$outboundSchema, ListCapturesNext$, ListCapturesDocumentation$inboundSchema, ListCapturesDocumentation$outboundSchema, ListCapturesDocumentation$, ListCapturesLinks$inboundSchema, ListCapturesLinks$outboundSchema, ListCapturesLinks$, ListCapturesResponse$inboundSchema, ListCapturesResponse$outboundSchema, ListCapturesResponse$;
|
|
72831
72349
|
var init_listcaptures = __esm(() => {
|
|
72832
72350
|
init_esm();
|
|
72833
72351
|
init_primitives();
|
|
@@ -72947,26 +72465,12 @@ var init_listcaptures = __esm(() => {
|
|
|
72947
72465
|
ListCapturesStatus$.inboundSchema = ListCapturesStatus$inboundSchema;
|
|
72948
72466
|
ListCapturesStatus$.outboundSchema = ListCapturesStatus$outboundSchema;
|
|
72949
72467
|
})(ListCapturesStatus$ ||= {});
|
|
72950
|
-
ListCapturesMetadata$inboundSchema =
|
|
72951
|
-
ListCapturesMetadata$outboundSchema =
|
|
72468
|
+
ListCapturesMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
72469
|
+
ListCapturesMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
72952
72470
|
((ListCapturesMetadata$) => {
|
|
72953
72471
|
ListCapturesMetadata$.inboundSchema = ListCapturesMetadata$inboundSchema;
|
|
72954
72472
|
ListCapturesMetadata$.outboundSchema = ListCapturesMetadata$outboundSchema;
|
|
72955
72473
|
})(ListCapturesMetadata$ ||= {});
|
|
72956
|
-
ListCapturesMetadataUnion$inboundSchema = unionType([
|
|
72957
|
-
lazyType(() => ListCapturesMetadata$inboundSchema),
|
|
72958
|
-
stringType(),
|
|
72959
|
-
arrayType(stringType())
|
|
72960
|
-
]);
|
|
72961
|
-
ListCapturesMetadataUnion$outboundSchema = unionType([
|
|
72962
|
-
lazyType(() => ListCapturesMetadata$outboundSchema),
|
|
72963
|
-
stringType(),
|
|
72964
|
-
arrayType(stringType())
|
|
72965
|
-
]);
|
|
72966
|
-
((ListCapturesMetadataUnion$) => {
|
|
72967
|
-
ListCapturesMetadataUnion$.inboundSchema = ListCapturesMetadataUnion$inboundSchema;
|
|
72968
|
-
ListCapturesMetadataUnion$.outboundSchema = ListCapturesMetadataUnion$outboundSchema;
|
|
72969
|
-
})(ListCapturesMetadataUnion$ ||= {});
|
|
72970
72474
|
ListCapturesCaptureSelf$inboundSchema = objectType({
|
|
72971
72475
|
href: stringType(),
|
|
72972
72476
|
type: stringType()
|
|
@@ -73053,11 +72557,7 @@ var init_listcaptures = __esm(() => {
|
|
|
73053
72557
|
amount: nullableType(lazyType(() => ListCapturesAmount$inboundSchema)),
|
|
73054
72558
|
settlementAmount: nullableType(lazyType(() => ListCapturesSettlementAmount$inboundSchema)).optional(),
|
|
73055
72559
|
status: ListCapturesStatus$inboundSchema,
|
|
73056
|
-
metadata: nullableType(unionType([
|
|
73057
|
-
lazyType(() => ListCapturesMetadata$inboundSchema),
|
|
73058
|
-
stringType(),
|
|
73059
|
-
arrayType(stringType())
|
|
73060
|
-
])).optional(),
|
|
72560
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
73061
72561
|
paymentId: stringType(),
|
|
73062
72562
|
shipmentId: nullableType(stringType()).optional(),
|
|
73063
72563
|
settlementId: nullableType(stringType()).optional(),
|
|
@@ -73076,11 +72576,7 @@ var init_listcaptures = __esm(() => {
|
|
|
73076
72576
|
amount: nullableType(lazyType(() => ListCapturesAmount$outboundSchema)),
|
|
73077
72577
|
settlementAmount: nullableType(lazyType(() => ListCapturesSettlementAmount$outboundSchema)).optional(),
|
|
73078
72578
|
status: ListCapturesStatus$outboundSchema,
|
|
73079
|
-
metadata: nullableType(unionType([
|
|
73080
|
-
lazyType(() => ListCapturesMetadata$outboundSchema),
|
|
73081
|
-
stringType(),
|
|
73082
|
-
arrayType(stringType())
|
|
73083
|
-
])).optional(),
|
|
72579
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
73084
72580
|
paymentId: stringType(),
|
|
73085
72581
|
shipmentId: nullableType(stringType()).optional(),
|
|
73086
72582
|
settlementId: nullableType(stringType()).optional(),
|
|
@@ -74134,7 +73630,7 @@ var init_listclients = __esm(() => {
|
|
|
74134
73630
|
});
|
|
74135
73631
|
|
|
74136
73632
|
// src/models/operations/listcustomerpayments.ts
|
|
74137
|
-
var ListCustomerPaymentsSort, ListCustomerPaymentsMode, ListCustomerPaymentsLineType, ListCustomerPaymentsCategory, ListCustomerPaymentsInterval, ListCustomerPaymentsLocale, ListCustomerPaymentsMethod, ListCustomerPaymentsCaptureMode, ListCustomerPaymentsRoutingMode, ListCustomerPaymentsRoutingType, ListCustomerPaymentsSequenceType, ListCustomerPaymentsStatus, ListCustomerPaymentsSort$inboundSchema, ListCustomerPaymentsSort$outboundSchema, ListCustomerPaymentsSort$, ListCustomerPaymentsRequest$inboundSchema, ListCustomerPaymentsRequest$outboundSchema, ListCustomerPaymentsRequest$, ListCustomerPaymentsBadRequestDocumentation$inboundSchema, ListCustomerPaymentsBadRequestDocumentation$outboundSchema, ListCustomerPaymentsBadRequestDocumentation$, ListCustomerPaymentsBadRequestLinks$inboundSchema, ListCustomerPaymentsBadRequestLinks$outboundSchema, ListCustomerPaymentsBadRequestLinks$, ListCustomerPaymentsMode$inboundSchema, ListCustomerPaymentsMode$outboundSchema, ListCustomerPaymentsMode$, ListCustomerPaymentsAmount$inboundSchema, ListCustomerPaymentsAmount$outboundSchema, ListCustomerPaymentsAmount$, ListCustomerPaymentsAmountRefunded$inboundSchema, ListCustomerPaymentsAmountRefunded$outboundSchema, ListCustomerPaymentsAmountRefunded$, ListCustomerPaymentsAmountRemaining$inboundSchema, ListCustomerPaymentsAmountRemaining$outboundSchema, ListCustomerPaymentsAmountRemaining$, ListCustomerPaymentsAmountCaptured$inboundSchema, ListCustomerPaymentsAmountCaptured$outboundSchema, ListCustomerPaymentsAmountCaptured$, ListCustomerPaymentsAmountChargedBack$inboundSchema, ListCustomerPaymentsAmountChargedBack$outboundSchema, ListCustomerPaymentsAmountChargedBack$, ListCustomerPaymentsSettlementAmount$inboundSchema, ListCustomerPaymentsSettlementAmount$outboundSchema, ListCustomerPaymentsSettlementAmount$, ListCustomerPaymentsLineType$inboundSchema, ListCustomerPaymentsLineType$outboundSchema, ListCustomerPaymentsLineType$, ListCustomerPaymentsUnitPrice$inboundSchema, ListCustomerPaymentsUnitPrice$outboundSchema, ListCustomerPaymentsUnitPrice$, ListCustomerPaymentsDiscountAmount$inboundSchema, ListCustomerPaymentsDiscountAmount$outboundSchema, ListCustomerPaymentsDiscountAmount$, ListCustomerPaymentsTotalAmount$inboundSchema, ListCustomerPaymentsTotalAmount$outboundSchema, ListCustomerPaymentsTotalAmount$, ListCustomerPaymentsVatAmount$inboundSchema, ListCustomerPaymentsVatAmount$outboundSchema, ListCustomerPaymentsVatAmount$, ListCustomerPaymentsCategory$inboundSchema, ListCustomerPaymentsCategory$outboundSchema, ListCustomerPaymentsCategory$, ListCustomerPaymentsInterval$inboundSchema, ListCustomerPaymentsInterval$outboundSchema, ListCustomerPaymentsInterval$, ListCustomerPaymentsRecurringAmount$inboundSchema, ListCustomerPaymentsRecurringAmount$outboundSchema, ListCustomerPaymentsRecurringAmount$, ListCustomerPaymentsRecurring$inboundSchema, ListCustomerPaymentsRecurring$outboundSchema, ListCustomerPaymentsRecurring$, ListCustomerPaymentsLine$inboundSchema, ListCustomerPaymentsLine$outboundSchema, ListCustomerPaymentsLine$, ListCustomerPaymentsBillingAddress$inboundSchema, ListCustomerPaymentsBillingAddress$outboundSchema, ListCustomerPaymentsBillingAddress$, ListCustomerPaymentsShippingAddress$inboundSchema, ListCustomerPaymentsShippingAddress$outboundSchema, ListCustomerPaymentsShippingAddress$, ListCustomerPaymentsLocale$inboundSchema, ListCustomerPaymentsLocale$outboundSchema, ListCustomerPaymentsLocale$, ListCustomerPaymentsMethod$inboundSchema, ListCustomerPaymentsMethod$outboundSchema, ListCustomerPaymentsMethod$, ListCustomerPaymentsMetadata$inboundSchema, ListCustomerPaymentsMetadata$outboundSchema, ListCustomerPaymentsMetadata$,
|
|
73633
|
+
var ListCustomerPaymentsSort, ListCustomerPaymentsMode, ListCustomerPaymentsLineType, ListCustomerPaymentsCategory, ListCustomerPaymentsInterval, ListCustomerPaymentsLocale, ListCustomerPaymentsMethod, ListCustomerPaymentsCaptureMode, ListCustomerPaymentsRoutingMode, ListCustomerPaymentsRoutingType, ListCustomerPaymentsSequenceType, ListCustomerPaymentsStatus, ListCustomerPaymentsSort$inboundSchema, ListCustomerPaymentsSort$outboundSchema, ListCustomerPaymentsSort$, ListCustomerPaymentsRequest$inboundSchema, ListCustomerPaymentsRequest$outboundSchema, ListCustomerPaymentsRequest$, ListCustomerPaymentsBadRequestDocumentation$inboundSchema, ListCustomerPaymentsBadRequestDocumentation$outboundSchema, ListCustomerPaymentsBadRequestDocumentation$, ListCustomerPaymentsBadRequestLinks$inboundSchema, ListCustomerPaymentsBadRequestLinks$outboundSchema, ListCustomerPaymentsBadRequestLinks$, ListCustomerPaymentsMode$inboundSchema, ListCustomerPaymentsMode$outboundSchema, ListCustomerPaymentsMode$, ListCustomerPaymentsAmount$inboundSchema, ListCustomerPaymentsAmount$outboundSchema, ListCustomerPaymentsAmount$, ListCustomerPaymentsAmountRefunded$inboundSchema, ListCustomerPaymentsAmountRefunded$outboundSchema, ListCustomerPaymentsAmountRefunded$, ListCustomerPaymentsAmountRemaining$inboundSchema, ListCustomerPaymentsAmountRemaining$outboundSchema, ListCustomerPaymentsAmountRemaining$, ListCustomerPaymentsAmountCaptured$inboundSchema, ListCustomerPaymentsAmountCaptured$outboundSchema, ListCustomerPaymentsAmountCaptured$, ListCustomerPaymentsAmountChargedBack$inboundSchema, ListCustomerPaymentsAmountChargedBack$outboundSchema, ListCustomerPaymentsAmountChargedBack$, ListCustomerPaymentsSettlementAmount$inboundSchema, ListCustomerPaymentsSettlementAmount$outboundSchema, ListCustomerPaymentsSettlementAmount$, ListCustomerPaymentsLineType$inboundSchema, ListCustomerPaymentsLineType$outboundSchema, ListCustomerPaymentsLineType$, ListCustomerPaymentsUnitPrice$inboundSchema, ListCustomerPaymentsUnitPrice$outboundSchema, ListCustomerPaymentsUnitPrice$, ListCustomerPaymentsDiscountAmount$inboundSchema, ListCustomerPaymentsDiscountAmount$outboundSchema, ListCustomerPaymentsDiscountAmount$, ListCustomerPaymentsTotalAmount$inboundSchema, ListCustomerPaymentsTotalAmount$outboundSchema, ListCustomerPaymentsTotalAmount$, ListCustomerPaymentsVatAmount$inboundSchema, ListCustomerPaymentsVatAmount$outboundSchema, ListCustomerPaymentsVatAmount$, ListCustomerPaymentsCategory$inboundSchema, ListCustomerPaymentsCategory$outboundSchema, ListCustomerPaymentsCategory$, ListCustomerPaymentsInterval$inboundSchema, ListCustomerPaymentsInterval$outboundSchema, ListCustomerPaymentsInterval$, ListCustomerPaymentsRecurringAmount$inboundSchema, ListCustomerPaymentsRecurringAmount$outboundSchema, ListCustomerPaymentsRecurringAmount$, ListCustomerPaymentsRecurring$inboundSchema, ListCustomerPaymentsRecurring$outboundSchema, ListCustomerPaymentsRecurring$, ListCustomerPaymentsLine$inboundSchema, ListCustomerPaymentsLine$outboundSchema, ListCustomerPaymentsLine$, ListCustomerPaymentsBillingAddress$inboundSchema, ListCustomerPaymentsBillingAddress$outboundSchema, ListCustomerPaymentsBillingAddress$, ListCustomerPaymentsShippingAddress$inboundSchema, ListCustomerPaymentsShippingAddress$outboundSchema, ListCustomerPaymentsShippingAddress$, ListCustomerPaymentsLocale$inboundSchema, ListCustomerPaymentsLocale$outboundSchema, ListCustomerPaymentsLocale$, ListCustomerPaymentsMethod$inboundSchema, ListCustomerPaymentsMethod$outboundSchema, ListCustomerPaymentsMethod$, ListCustomerPaymentsMetadata$inboundSchema, ListCustomerPaymentsMetadata$outboundSchema, ListCustomerPaymentsMetadata$, ListCustomerPaymentsCaptureMode$inboundSchema, ListCustomerPaymentsCaptureMode$outboundSchema, ListCustomerPaymentsCaptureMode$, ListCustomerPaymentsApplicationFeeAmount$inboundSchema, ListCustomerPaymentsApplicationFeeAmount$outboundSchema, ListCustomerPaymentsApplicationFeeAmount$, ListCustomerPaymentsApplicationFee$inboundSchema, ListCustomerPaymentsApplicationFee$outboundSchema, ListCustomerPaymentsApplicationFee$, ListCustomerPaymentsRoutingMode$inboundSchema, ListCustomerPaymentsRoutingMode$outboundSchema, ListCustomerPaymentsRoutingMode$, ListCustomerPaymentsRoutingAmount$inboundSchema, ListCustomerPaymentsRoutingAmount$outboundSchema, ListCustomerPaymentsRoutingAmount$, ListCustomerPaymentsRoutingType$inboundSchema, ListCustomerPaymentsRoutingType$outboundSchema, ListCustomerPaymentsRoutingType$, ListCustomerPaymentsDestination$inboundSchema, ListCustomerPaymentsDestination$outboundSchema, ListCustomerPaymentsDestination$, ListCustomerPaymentsRoutingSelf$inboundSchema, ListCustomerPaymentsRoutingSelf$outboundSchema, ListCustomerPaymentsRoutingSelf$, ListCustomerPaymentsRoutingPayment$inboundSchema, ListCustomerPaymentsRoutingPayment$outboundSchema, ListCustomerPaymentsRoutingPayment$, ListCustomerPaymentsRoutingLinks$inboundSchema, ListCustomerPaymentsRoutingLinks$outboundSchema, ListCustomerPaymentsRoutingLinks$, ListCustomerPaymentsRouting$inboundSchema, ListCustomerPaymentsRouting$outboundSchema, ListCustomerPaymentsRouting$, ListCustomerPaymentsSequenceType$inboundSchema, ListCustomerPaymentsSequenceType$outboundSchema, ListCustomerPaymentsSequenceType$, ListCustomerPaymentsStatus$inboundSchema, ListCustomerPaymentsStatus$outboundSchema, ListCustomerPaymentsStatus$, ListCustomerPaymentsStatusReason$inboundSchema, ListCustomerPaymentsStatusReason$outboundSchema, ListCustomerPaymentsStatusReason$, ListCustomerPaymentsPaymentSelf$inboundSchema, ListCustomerPaymentsPaymentSelf$outboundSchema, ListCustomerPaymentsPaymentSelf$, ListCustomerPaymentsCheckout$inboundSchema, ListCustomerPaymentsCheckout$outboundSchema, ListCustomerPaymentsCheckout$, ListCustomerPaymentsMobileAppCheckout$inboundSchema, ListCustomerPaymentsMobileAppCheckout$outboundSchema, ListCustomerPaymentsMobileAppCheckout$, ListCustomerPaymentsChangePaymentState$inboundSchema, ListCustomerPaymentsChangePaymentState$outboundSchema, ListCustomerPaymentsChangePaymentState$, ListCustomerPaymentsDashboard$inboundSchema, ListCustomerPaymentsDashboard$outboundSchema, ListCustomerPaymentsDashboard$, ListCustomerPaymentsRefunds$inboundSchema, ListCustomerPaymentsRefunds$outboundSchema, ListCustomerPaymentsRefunds$, ListCustomerPaymentsChargebacks$inboundSchema, ListCustomerPaymentsChargebacks$outboundSchema, ListCustomerPaymentsChargebacks$, ListCustomerPaymentsCaptures$inboundSchema, ListCustomerPaymentsCaptures$outboundSchema, ListCustomerPaymentsCaptures$, ListCustomerPaymentsSettlement$inboundSchema, ListCustomerPaymentsSettlement$outboundSchema, ListCustomerPaymentsSettlement$, ListCustomerPaymentsCustomer$inboundSchema, ListCustomerPaymentsCustomer$outboundSchema, ListCustomerPaymentsCustomer$, ListCustomerPaymentsMandate$inboundSchema, ListCustomerPaymentsMandate$outboundSchema, ListCustomerPaymentsMandate$, ListCustomerPaymentsSubscription$inboundSchema, ListCustomerPaymentsSubscription$outboundSchema, ListCustomerPaymentsSubscription$, ListCustomerPaymentsOrder$inboundSchema, ListCustomerPaymentsOrder$outboundSchema, ListCustomerPaymentsOrder$, ListCustomerPaymentsTerminal$inboundSchema, ListCustomerPaymentsTerminal$outboundSchema, ListCustomerPaymentsTerminal$, ListCustomerPaymentsPaymentDocumentation$inboundSchema, ListCustomerPaymentsPaymentDocumentation$outboundSchema, ListCustomerPaymentsPaymentDocumentation$, ListCustomerPaymentsPaymentLinks$inboundSchema, ListCustomerPaymentsPaymentLinks$outboundSchema, ListCustomerPaymentsPaymentLinks$, ListCustomerPaymentsPaymentOutput$inboundSchema, ListCustomerPaymentsPaymentOutput$outboundSchema, ListCustomerPaymentsPaymentOutput$, ListCustomerPaymentsEmbedded$inboundSchema, ListCustomerPaymentsEmbedded$outboundSchema, ListCustomerPaymentsEmbedded$, ListCustomerPaymentsSelf$inboundSchema, ListCustomerPaymentsSelf$outboundSchema, ListCustomerPaymentsSelf$, ListCustomerPaymentsPrevious$inboundSchema, ListCustomerPaymentsPrevious$outboundSchema, ListCustomerPaymentsPrevious$, ListCustomerPaymentsNext$inboundSchema, ListCustomerPaymentsNext$outboundSchema, ListCustomerPaymentsNext$, ListCustomerPaymentsDocumentation$inboundSchema, ListCustomerPaymentsDocumentation$outboundSchema, ListCustomerPaymentsDocumentation$, ListCustomerPaymentsLinks$inboundSchema, ListCustomerPaymentsLinks$outboundSchema, ListCustomerPaymentsLinks$, ListCustomerPaymentsResponse$inboundSchema, ListCustomerPaymentsResponse$outboundSchema, ListCustomerPaymentsResponse$;
|
|
74138
73634
|
var init_listcustomerpayments = __esm(() => {
|
|
74139
73635
|
init_esm();
|
|
74140
73636
|
init_primitives();
|
|
@@ -74588,26 +74084,12 @@ var init_listcustomerpayments = __esm(() => {
|
|
|
74588
74084
|
ListCustomerPaymentsMethod$.inboundSchema = ListCustomerPaymentsMethod$inboundSchema;
|
|
74589
74085
|
ListCustomerPaymentsMethod$.outboundSchema = ListCustomerPaymentsMethod$outboundSchema;
|
|
74590
74086
|
})(ListCustomerPaymentsMethod$ ||= {});
|
|
74591
|
-
ListCustomerPaymentsMetadata$inboundSchema =
|
|
74592
|
-
ListCustomerPaymentsMetadata$outboundSchema =
|
|
74087
|
+
ListCustomerPaymentsMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
74088
|
+
ListCustomerPaymentsMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
74593
74089
|
((ListCustomerPaymentsMetadata$) => {
|
|
74594
74090
|
ListCustomerPaymentsMetadata$.inboundSchema = ListCustomerPaymentsMetadata$inboundSchema;
|
|
74595
74091
|
ListCustomerPaymentsMetadata$.outboundSchema = ListCustomerPaymentsMetadata$outboundSchema;
|
|
74596
74092
|
})(ListCustomerPaymentsMetadata$ ||= {});
|
|
74597
|
-
ListCustomerPaymentsMetadataUnion$inboundSchema = unionType([
|
|
74598
|
-
lazyType(() => ListCustomerPaymentsMetadata$inboundSchema),
|
|
74599
|
-
stringType(),
|
|
74600
|
-
arrayType(stringType())
|
|
74601
|
-
]);
|
|
74602
|
-
ListCustomerPaymentsMetadataUnion$outboundSchema = unionType([
|
|
74603
|
-
lazyType(() => ListCustomerPaymentsMetadata$outboundSchema),
|
|
74604
|
-
stringType(),
|
|
74605
|
-
arrayType(stringType())
|
|
74606
|
-
]);
|
|
74607
|
-
((ListCustomerPaymentsMetadataUnion$) => {
|
|
74608
|
-
ListCustomerPaymentsMetadataUnion$.inboundSchema = ListCustomerPaymentsMetadataUnion$inboundSchema;
|
|
74609
|
-
ListCustomerPaymentsMetadataUnion$.outboundSchema = ListCustomerPaymentsMetadataUnion$outboundSchema;
|
|
74610
|
-
})(ListCustomerPaymentsMetadataUnion$ ||= {});
|
|
74611
74093
|
ListCustomerPaymentsCaptureMode$inboundSchema = nativeEnumType(ListCustomerPaymentsCaptureMode);
|
|
74612
74094
|
ListCustomerPaymentsCaptureMode$outboundSchema = ListCustomerPaymentsCaptureMode$inboundSchema;
|
|
74613
74095
|
((ListCustomerPaymentsCaptureMode$) => {
|
|
@@ -75005,11 +74487,7 @@ var init_listcustomerpayments = __esm(() => {
|
|
|
75005
74487
|
countryCode: nullableType(stringType()).optional(),
|
|
75006
74488
|
method: nullableType(ListCustomerPaymentsMethod$inboundSchema).optional(),
|
|
75007
74489
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
75008
|
-
metadata: nullableType(unionType([
|
|
75009
|
-
lazyType(() => ListCustomerPaymentsMetadata$inboundSchema),
|
|
75010
|
-
stringType(),
|
|
75011
|
-
arrayType(stringType())
|
|
75012
|
-
])).optional(),
|
|
74490
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
75013
74491
|
captureMode: nullableType(ListCustomerPaymentsCaptureMode$inboundSchema).optional(),
|
|
75014
74492
|
captureDelay: nullableType(stringType()).optional(),
|
|
75015
74493
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -75060,11 +74538,7 @@ var init_listcustomerpayments = __esm(() => {
|
|
|
75060
74538
|
countryCode: nullableType(stringType()).optional(),
|
|
75061
74539
|
method: nullableType(ListCustomerPaymentsMethod$outboundSchema).optional(),
|
|
75062
74540
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
75063
|
-
metadata: nullableType(unionType([
|
|
75064
|
-
lazyType(() => ListCustomerPaymentsMetadata$outboundSchema),
|
|
75065
|
-
stringType(),
|
|
75066
|
-
arrayType(stringType())
|
|
75067
|
-
])).optional(),
|
|
74541
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
75068
74542
|
captureMode: nullableType(ListCustomerPaymentsCaptureMode$outboundSchema).optional(),
|
|
75069
74543
|
captureDelay: nullableType(stringType()).optional(),
|
|
75070
74544
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -75199,7 +74673,7 @@ var init_listcustomerpayments = __esm(() => {
|
|
|
75199
74673
|
});
|
|
75200
74674
|
|
|
75201
74675
|
// src/models/operations/listcustomers.ts
|
|
75202
|
-
var ListCustomersSort, ListCustomersMode, ListCustomersLocale, ListCustomersSort$inboundSchema, ListCustomersSort$outboundSchema, ListCustomersSort$, ListCustomersRequest$inboundSchema, ListCustomersRequest$outboundSchema, ListCustomersRequest$, ListCustomersNotFoundDocumentation$inboundSchema, ListCustomersNotFoundDocumentation$outboundSchema, ListCustomersNotFoundDocumentation$, ListCustomersNotFoundLinks$inboundSchema, ListCustomersNotFoundLinks$outboundSchema, ListCustomersNotFoundLinks$, ListCustomersBadRequestDocumentation$inboundSchema, ListCustomersBadRequestDocumentation$outboundSchema, ListCustomersBadRequestDocumentation$, ListCustomersBadRequestLinks$inboundSchema, ListCustomersBadRequestLinks$outboundSchema, ListCustomersBadRequestLinks$, ListCustomersMode$inboundSchema, ListCustomersMode$outboundSchema, ListCustomersMode$, ListCustomersLocale$inboundSchema, ListCustomersLocale$outboundSchema, ListCustomersLocale$, ListCustomersMetadata$inboundSchema, ListCustomersMetadata$outboundSchema, ListCustomersMetadata$,
|
|
74676
|
+
var ListCustomersSort, ListCustomersMode, ListCustomersLocale, ListCustomersSort$inboundSchema, ListCustomersSort$outboundSchema, ListCustomersSort$, ListCustomersRequest$inboundSchema, ListCustomersRequest$outboundSchema, ListCustomersRequest$, ListCustomersNotFoundDocumentation$inboundSchema, ListCustomersNotFoundDocumentation$outboundSchema, ListCustomersNotFoundDocumentation$, ListCustomersNotFoundLinks$inboundSchema, ListCustomersNotFoundLinks$outboundSchema, ListCustomersNotFoundLinks$, ListCustomersBadRequestDocumentation$inboundSchema, ListCustomersBadRequestDocumentation$outboundSchema, ListCustomersBadRequestDocumentation$, ListCustomersBadRequestLinks$inboundSchema, ListCustomersBadRequestLinks$outboundSchema, ListCustomersBadRequestLinks$, ListCustomersMode$inboundSchema, ListCustomersMode$outboundSchema, ListCustomersMode$, ListCustomersLocale$inboundSchema, ListCustomersLocale$outboundSchema, ListCustomersLocale$, ListCustomersMetadata$inboundSchema, ListCustomersMetadata$outboundSchema, ListCustomersMetadata$, CustomerSelf$inboundSchema, CustomerSelf$outboundSchema, CustomerSelf$, ListCustomersDashboard$inboundSchema, ListCustomersDashboard$outboundSchema, ListCustomersDashboard$, ListCustomersPayments$inboundSchema, ListCustomersPayments$outboundSchema, ListCustomersPayments$, ListCustomersMandates$inboundSchema, ListCustomersMandates$outboundSchema, ListCustomersMandates$, ListCustomersSubscriptions$inboundSchema, ListCustomersSubscriptions$outboundSchema, ListCustomersSubscriptions$, CustomerDocumentation$inboundSchema, CustomerDocumentation$outboundSchema, CustomerDocumentation$, CustomerLinks$inboundSchema, CustomerLinks$outboundSchema, CustomerLinks$, ListCustomersCustomer$inboundSchema, ListCustomersCustomer$outboundSchema, ListCustomersCustomer$, ListCustomersEmbedded$inboundSchema, ListCustomersEmbedded$outboundSchema, ListCustomersEmbedded$, ListCustomersSelf$inboundSchema, ListCustomersSelf$outboundSchema, ListCustomersSelf$, ListCustomersPrevious$inboundSchema, ListCustomersPrevious$outboundSchema, ListCustomersPrevious$, ListCustomersNext$inboundSchema, ListCustomersNext$outboundSchema, ListCustomersNext$, ListCustomersDocumentation$inboundSchema, ListCustomersDocumentation$outboundSchema, ListCustomersDocumentation$, ListCustomersLinks$inboundSchema, ListCustomersLinks$outboundSchema, ListCustomersLinks$, ListCustomersResponse$inboundSchema, ListCustomersResponse$outboundSchema, ListCustomersResponse$;
|
|
75203
74677
|
var init_listcustomers = __esm(() => {
|
|
75204
74678
|
init_esm();
|
|
75205
74679
|
init_primitives();
|
|
@@ -75313,26 +74787,12 @@ var init_listcustomers = __esm(() => {
|
|
|
75313
74787
|
ListCustomersLocale$.inboundSchema = ListCustomersLocale$inboundSchema;
|
|
75314
74788
|
ListCustomersLocale$.outboundSchema = ListCustomersLocale$outboundSchema;
|
|
75315
74789
|
})(ListCustomersLocale$ ||= {});
|
|
75316
|
-
ListCustomersMetadata$inboundSchema =
|
|
75317
|
-
ListCustomersMetadata$outboundSchema =
|
|
74790
|
+
ListCustomersMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
74791
|
+
ListCustomersMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
75318
74792
|
((ListCustomersMetadata$) => {
|
|
75319
74793
|
ListCustomersMetadata$.inboundSchema = ListCustomersMetadata$inboundSchema;
|
|
75320
74794
|
ListCustomersMetadata$.outboundSchema = ListCustomersMetadata$outboundSchema;
|
|
75321
74795
|
})(ListCustomersMetadata$ ||= {});
|
|
75322
|
-
ListCustomersMetadataUnion$inboundSchema = unionType([
|
|
75323
|
-
lazyType(() => ListCustomersMetadata$inboundSchema),
|
|
75324
|
-
stringType(),
|
|
75325
|
-
arrayType(stringType())
|
|
75326
|
-
]);
|
|
75327
|
-
ListCustomersMetadataUnion$outboundSchema = unionType([
|
|
75328
|
-
lazyType(() => ListCustomersMetadata$outboundSchema),
|
|
75329
|
-
stringType(),
|
|
75330
|
-
arrayType(stringType())
|
|
75331
|
-
]);
|
|
75332
|
-
((ListCustomersMetadataUnion$) => {
|
|
75333
|
-
ListCustomersMetadataUnion$.inboundSchema = ListCustomersMetadataUnion$inboundSchema;
|
|
75334
|
-
ListCustomersMetadataUnion$.outboundSchema = ListCustomersMetadataUnion$outboundSchema;
|
|
75335
|
-
})(ListCustomersMetadataUnion$ ||= {});
|
|
75336
74796
|
CustomerSelf$inboundSchema = objectType({
|
|
75337
74797
|
href: stringType(),
|
|
75338
74798
|
type: stringType()
|
|
@@ -75432,11 +74892,7 @@ var init_listcustomers = __esm(() => {
|
|
|
75432
74892
|
name: nullableType(stringType()),
|
|
75433
74893
|
email: nullableType(stringType()),
|
|
75434
74894
|
locale: nullableType(ListCustomersLocale$inboundSchema),
|
|
75435
|
-
metadata: nullableType(unionType([
|
|
75436
|
-
lazyType(() => ListCustomersMetadata$inboundSchema),
|
|
75437
|
-
stringType(),
|
|
75438
|
-
arrayType(stringType())
|
|
75439
|
-
])),
|
|
74895
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
75440
74896
|
createdAt: stringType(),
|
|
75441
74897
|
_links: lazyType(() => CustomerLinks$inboundSchema)
|
|
75442
74898
|
}).transform((v2) => {
|
|
@@ -75451,11 +74907,7 @@ var init_listcustomers = __esm(() => {
|
|
|
75451
74907
|
name: nullableType(stringType()),
|
|
75452
74908
|
email: nullableType(stringType()),
|
|
75453
74909
|
locale: nullableType(ListCustomersLocale$outboundSchema),
|
|
75454
|
-
metadata: nullableType(unionType([
|
|
75455
|
-
lazyType(() => ListCustomersMetadata$outboundSchema),
|
|
75456
|
-
stringType(),
|
|
75457
|
-
arrayType(stringType())
|
|
75458
|
-
])),
|
|
74910
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
75459
74911
|
createdAt: stringType(),
|
|
75460
74912
|
links: lazyType(() => CustomerLinks$outboundSchema)
|
|
75461
74913
|
}).transform((v2) => {
|
|
@@ -76511,7 +75963,7 @@ var init_listmethods = __esm(() => {
|
|
|
76511
75963
|
});
|
|
76512
75964
|
|
|
76513
75965
|
// src/models/operations/listpaymentlinks.ts
|
|
76514
|
-
var ListPaymentLinksMode, ListPaymentLinksType, ListPaymentLinksCategory, ListPaymentLinksSequenceType, ListPaymentLinksRequest$inboundSchema, ListPaymentLinksRequest$outboundSchema, ListPaymentLinksRequest$, ListPaymentLinksBadRequestDocumentation$inboundSchema, ListPaymentLinksBadRequestDocumentation$outboundSchema, ListPaymentLinksBadRequestDocumentation$, ListPaymentLinksBadRequestLinks$inboundSchema, ListPaymentLinksBadRequestLinks$outboundSchema, ListPaymentLinksBadRequestLinks$, ListPaymentLinksMode$inboundSchema, ListPaymentLinksMode$outboundSchema, ListPaymentLinksMode$, ListPaymentLinksAmount$inboundSchema, ListPaymentLinksAmount$outboundSchema, ListPaymentLinksAmount$, ListPaymentLinksMinimumAmount$inboundSchema, ListPaymentLinksMinimumAmount$outboundSchema, ListPaymentLinksMinimumAmount$, ListPaymentLinksType$inboundSchema, ListPaymentLinksType$outboundSchema, ListPaymentLinksType$, ListPaymentLinksUnitPrice$inboundSchema, ListPaymentLinksUnitPrice$outboundSchema, ListPaymentLinksUnitPrice$, ListPaymentLinksDiscountAmount$inboundSchema, ListPaymentLinksDiscountAmount$outboundSchema, ListPaymentLinksDiscountAmount$, ListPaymentLinksTotalAmount$inboundSchema, ListPaymentLinksTotalAmount$outboundSchema, ListPaymentLinksTotalAmount$, ListPaymentLinksVatAmount$inboundSchema, ListPaymentLinksVatAmount$outboundSchema, ListPaymentLinksVatAmount$, ListPaymentLinksCategory$inboundSchema, ListPaymentLinksCategory$outboundSchema, ListPaymentLinksCategory$, ListPaymentLinksLine$inboundSchema, ListPaymentLinksLine$outboundSchema, ListPaymentLinksLine$, ListPaymentLinksBillingAddress$inboundSchema, ListPaymentLinksBillingAddress$outboundSchema, ListPaymentLinksBillingAddress$, ListPaymentLinksShippingAddress$inboundSchema, ListPaymentLinksShippingAddress$outboundSchema, ListPaymentLinksShippingAddress$, ListPaymentLinksApplicationFeeAmount$inboundSchema, ListPaymentLinksApplicationFeeAmount$outboundSchema, ListPaymentLinksApplicationFeeAmount$, ListPaymentLinksApplicationFee$inboundSchema, ListPaymentLinksApplicationFee$outboundSchema, ListPaymentLinksApplicationFee$, ListPaymentLinksSequenceType$inboundSchema, ListPaymentLinksSequenceType$outboundSchema, ListPaymentLinksSequenceType$, PaymentLinkSelf$inboundSchema, PaymentLinkSelf$outboundSchema, PaymentLinkSelf$, ListPaymentLinksLinksPaymentLink$inboundSchema, ListPaymentLinksLinksPaymentLink$outboundSchema, ListPaymentLinksLinksPaymentLink$, PaymentLinkLinks$inboundSchema, PaymentLinkLinks$outboundSchema, PaymentLinkLinks$,
|
|
75966
|
+
var ListPaymentLinksMode, ListPaymentLinksType, ListPaymentLinksCategory, ListPaymentLinksSequenceType, ListPaymentLinksRequest$inboundSchema, ListPaymentLinksRequest$outboundSchema, ListPaymentLinksRequest$, ListPaymentLinksBadRequestDocumentation$inboundSchema, ListPaymentLinksBadRequestDocumentation$outboundSchema, ListPaymentLinksBadRequestDocumentation$, ListPaymentLinksBadRequestLinks$inboundSchema, ListPaymentLinksBadRequestLinks$outboundSchema, ListPaymentLinksBadRequestLinks$, ListPaymentLinksMode$inboundSchema, ListPaymentLinksMode$outboundSchema, ListPaymentLinksMode$, ListPaymentLinksAmount$inboundSchema, ListPaymentLinksAmount$outboundSchema, ListPaymentLinksAmount$, ListPaymentLinksMinimumAmount$inboundSchema, ListPaymentLinksMinimumAmount$outboundSchema, ListPaymentLinksMinimumAmount$, ListPaymentLinksType$inboundSchema, ListPaymentLinksType$outboundSchema, ListPaymentLinksType$, ListPaymentLinksUnitPrice$inboundSchema, ListPaymentLinksUnitPrice$outboundSchema, ListPaymentLinksUnitPrice$, ListPaymentLinksDiscountAmount$inboundSchema, ListPaymentLinksDiscountAmount$outboundSchema, ListPaymentLinksDiscountAmount$, ListPaymentLinksTotalAmount$inboundSchema, ListPaymentLinksTotalAmount$outboundSchema, ListPaymentLinksTotalAmount$, ListPaymentLinksVatAmount$inboundSchema, ListPaymentLinksVatAmount$outboundSchema, ListPaymentLinksVatAmount$, ListPaymentLinksCategory$inboundSchema, ListPaymentLinksCategory$outboundSchema, ListPaymentLinksCategory$, ListPaymentLinksLine$inboundSchema, ListPaymentLinksLine$outboundSchema, ListPaymentLinksLine$, ListPaymentLinksBillingAddress$inboundSchema, ListPaymentLinksBillingAddress$outboundSchema, ListPaymentLinksBillingAddress$, ListPaymentLinksShippingAddress$inboundSchema, ListPaymentLinksShippingAddress$outboundSchema, ListPaymentLinksShippingAddress$, ListPaymentLinksApplicationFeeAmount$inboundSchema, ListPaymentLinksApplicationFeeAmount$outboundSchema, ListPaymentLinksApplicationFeeAmount$, ListPaymentLinksApplicationFee$inboundSchema, ListPaymentLinksApplicationFee$outboundSchema, ListPaymentLinksApplicationFee$, ListPaymentLinksSequenceType$inboundSchema, ListPaymentLinksSequenceType$outboundSchema, ListPaymentLinksSequenceType$, PaymentLinkSelf$inboundSchema, PaymentLinkSelf$outboundSchema, PaymentLinkSelf$, ListPaymentLinksLinksPaymentLink$inboundSchema, ListPaymentLinksLinksPaymentLink$outboundSchema, ListPaymentLinksLinksPaymentLink$, PaymentLinkLinks$inboundSchema, PaymentLinkLinks$outboundSchema, PaymentLinkLinks$, ListPaymentLinksPaymentLinkOutput$inboundSchema, ListPaymentLinksPaymentLinkOutput$outboundSchema, ListPaymentLinksPaymentLinkOutput$, ListPaymentLinksEmbedded$inboundSchema, ListPaymentLinksEmbedded$outboundSchema, ListPaymentLinksEmbedded$, ListPaymentLinksSelf$inboundSchema, ListPaymentLinksSelf$outboundSchema, ListPaymentLinksSelf$, ListPaymentLinksPrevious$inboundSchema, ListPaymentLinksPrevious$outboundSchema, ListPaymentLinksPrevious$, ListPaymentLinksNext$inboundSchema, ListPaymentLinksNext$outboundSchema, ListPaymentLinksNext$, ListPaymentLinksDocumentation$inboundSchema, ListPaymentLinksDocumentation$outboundSchema, ListPaymentLinksDocumentation$, ListPaymentLinksLinks$inboundSchema, ListPaymentLinksLinks$outboundSchema, ListPaymentLinksLinks$, ListPaymentLinksResponse$inboundSchema, ListPaymentLinksResponse$outboundSchema, ListPaymentLinksResponse$;
|
|
76515
75967
|
var init_listpaymentlinks = __esm(() => {
|
|
76516
75968
|
init_esm();
|
|
76517
75969
|
init_primitives();
|
|
@@ -76829,7 +76281,7 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76829
76281
|
PaymentLinkLinks$.inboundSchema = PaymentLinkLinks$inboundSchema;
|
|
76830
76282
|
PaymentLinkLinks$.outboundSchema = PaymentLinkLinks$outboundSchema;
|
|
76831
76283
|
})(PaymentLinkLinks$ ||= {});
|
|
76832
|
-
|
|
76284
|
+
ListPaymentLinksPaymentLinkOutput$inboundSchema = objectType({
|
|
76833
76285
|
resource: stringType(),
|
|
76834
76286
|
id: stringType(),
|
|
76835
76287
|
mode: ListPaymentLinksMode$inboundSchema,
|
|
@@ -76857,7 +76309,7 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76857
76309
|
_links: "links"
|
|
76858
76310
|
});
|
|
76859
76311
|
});
|
|
76860
|
-
|
|
76312
|
+
ListPaymentLinksPaymentLinkOutput$outboundSchema = objectType({
|
|
76861
76313
|
resource: stringType(),
|
|
76862
76314
|
id: stringType(),
|
|
76863
76315
|
mode: ListPaymentLinksMode$outboundSchema,
|
|
@@ -76885,19 +76337,19 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76885
76337
|
links: "_links"
|
|
76886
76338
|
});
|
|
76887
76339
|
});
|
|
76888
|
-
((
|
|
76889
|
-
|
|
76890
|
-
|
|
76891
|
-
})(
|
|
76340
|
+
((ListPaymentLinksPaymentLinkOutput$) => {
|
|
76341
|
+
ListPaymentLinksPaymentLinkOutput$.inboundSchema = ListPaymentLinksPaymentLinkOutput$inboundSchema;
|
|
76342
|
+
ListPaymentLinksPaymentLinkOutput$.outboundSchema = ListPaymentLinksPaymentLinkOutput$outboundSchema;
|
|
76343
|
+
})(ListPaymentLinksPaymentLinkOutput$ ||= {});
|
|
76892
76344
|
ListPaymentLinksEmbedded$inboundSchema = objectType({
|
|
76893
|
-
payment_links: arrayType(lazyType(() =>
|
|
76345
|
+
payment_links: arrayType(lazyType(() => ListPaymentLinksPaymentLinkOutput$inboundSchema)).optional()
|
|
76894
76346
|
}).transform((v2) => {
|
|
76895
76347
|
return remap(v2, {
|
|
76896
76348
|
payment_links: "paymentLinks"
|
|
76897
76349
|
});
|
|
76898
76350
|
});
|
|
76899
76351
|
ListPaymentLinksEmbedded$outboundSchema = objectType({
|
|
76900
|
-
paymentLinks: arrayType(lazyType(() =>
|
|
76352
|
+
paymentLinks: arrayType(lazyType(() => ListPaymentLinksPaymentLinkOutput$outboundSchema)).optional()
|
|
76901
76353
|
}).transform((v2) => {
|
|
76902
76354
|
return remap(v2, {
|
|
76903
76355
|
paymentLinks: "payment_links"
|
|
@@ -76972,9 +76424,9 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76972
76424
|
ListPaymentLinksLinks$.outboundSchema = ListPaymentLinksLinks$outboundSchema;
|
|
76973
76425
|
})(ListPaymentLinksLinks$ ||= {});
|
|
76974
76426
|
ListPaymentLinksResponse$inboundSchema = objectType({
|
|
76975
|
-
count: numberType().int()
|
|
76976
|
-
_embedded: lazyType(() => ListPaymentLinksEmbedded$inboundSchema)
|
|
76977
|
-
_links: lazyType(() => ListPaymentLinksLinks$inboundSchema)
|
|
76427
|
+
count: numberType().int(),
|
|
76428
|
+
_embedded: lazyType(() => ListPaymentLinksEmbedded$inboundSchema),
|
|
76429
|
+
_links: lazyType(() => ListPaymentLinksLinks$inboundSchema)
|
|
76978
76430
|
}).transform((v2) => {
|
|
76979
76431
|
return remap(v2, {
|
|
76980
76432
|
_embedded: "embedded",
|
|
@@ -76982,9 +76434,9 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76982
76434
|
});
|
|
76983
76435
|
});
|
|
76984
76436
|
ListPaymentLinksResponse$outboundSchema = objectType({
|
|
76985
|
-
count: numberType().int()
|
|
76986
|
-
embedded: lazyType(() => ListPaymentLinksEmbedded$outboundSchema)
|
|
76987
|
-
links: lazyType(() => ListPaymentLinksLinks$outboundSchema)
|
|
76437
|
+
count: numberType().int(),
|
|
76438
|
+
embedded: lazyType(() => ListPaymentLinksEmbedded$outboundSchema),
|
|
76439
|
+
links: lazyType(() => ListPaymentLinksLinks$outboundSchema)
|
|
76988
76440
|
}).transform((v2) => {
|
|
76989
76441
|
return remap(v2, {
|
|
76990
76442
|
embedded: "_embedded",
|
|
@@ -76998,7 +76450,7 @@ var init_listpaymentlinks = __esm(() => {
|
|
|
76998
76450
|
});
|
|
76999
76451
|
|
|
77000
76452
|
// src/models/operations/listpayments.ts
|
|
77001
|
-
var ListPaymentsSort, ListPaymentsMode, ListPaymentsLineType, ListPaymentsCategory, ListPaymentsInterval, ListPaymentsLocale, ListPaymentsMethod, ListPaymentsCaptureMode, ListPaymentsRoutingMode, ListPaymentsRoutingType, ListPaymentsSequenceType, ListPaymentsStatus, ListPaymentsSort$inboundSchema, ListPaymentsSort$outboundSchema, ListPaymentsSort$, ListPaymentsRequest$inboundSchema, ListPaymentsRequest$outboundSchema, ListPaymentsRequest$, ListPaymentsBadRequestDocumentation$inboundSchema, ListPaymentsBadRequestDocumentation$outboundSchema, ListPaymentsBadRequestDocumentation$, ListPaymentsBadRequestLinks$inboundSchema, ListPaymentsBadRequestLinks$outboundSchema, ListPaymentsBadRequestLinks$, ListPaymentsMode$inboundSchema, ListPaymentsMode$outboundSchema, ListPaymentsMode$, ListPaymentsAmount$inboundSchema, ListPaymentsAmount$outboundSchema, ListPaymentsAmount$, ListPaymentsAmountRefunded$inboundSchema, ListPaymentsAmountRefunded$outboundSchema, ListPaymentsAmountRefunded$, ListPaymentsAmountRemaining$inboundSchema, ListPaymentsAmountRemaining$outboundSchema, ListPaymentsAmountRemaining$, ListPaymentsAmountCaptured$inboundSchema, ListPaymentsAmountCaptured$outboundSchema, ListPaymentsAmountCaptured$, ListPaymentsAmountChargedBack$inboundSchema, ListPaymentsAmountChargedBack$outboundSchema, ListPaymentsAmountChargedBack$, ListPaymentsSettlementAmount$inboundSchema, ListPaymentsSettlementAmount$outboundSchema, ListPaymentsSettlementAmount$, ListPaymentsLineType$inboundSchema, ListPaymentsLineType$outboundSchema, ListPaymentsLineType$, ListPaymentsUnitPrice$inboundSchema, ListPaymentsUnitPrice$outboundSchema, ListPaymentsUnitPrice$, ListPaymentsDiscountAmount$inboundSchema, ListPaymentsDiscountAmount$outboundSchema, ListPaymentsDiscountAmount$, ListPaymentsTotalAmount$inboundSchema, ListPaymentsTotalAmount$outboundSchema, ListPaymentsTotalAmount$, ListPaymentsVatAmount$inboundSchema, ListPaymentsVatAmount$outboundSchema, ListPaymentsVatAmount$, ListPaymentsCategory$inboundSchema, ListPaymentsCategory$outboundSchema, ListPaymentsCategory$, ListPaymentsInterval$inboundSchema, ListPaymentsInterval$outboundSchema, ListPaymentsInterval$, ListPaymentsRecurringAmount$inboundSchema, ListPaymentsRecurringAmount$outboundSchema, ListPaymentsRecurringAmount$, ListPaymentsRecurring$inboundSchema, ListPaymentsRecurring$outboundSchema, ListPaymentsRecurring$, ListPaymentsLine$inboundSchema, ListPaymentsLine$outboundSchema, ListPaymentsLine$, ListPaymentsBillingAddress$inboundSchema, ListPaymentsBillingAddress$outboundSchema, ListPaymentsBillingAddress$, ListPaymentsShippingAddress$inboundSchema, ListPaymentsShippingAddress$outboundSchema, ListPaymentsShippingAddress$, ListPaymentsLocale$inboundSchema, ListPaymentsLocale$outboundSchema, ListPaymentsLocale$, ListPaymentsMethod$inboundSchema, ListPaymentsMethod$outboundSchema, ListPaymentsMethod$, ListPaymentsMetadata$inboundSchema, ListPaymentsMetadata$outboundSchema, ListPaymentsMetadata$,
|
|
76453
|
+
var ListPaymentsSort, ListPaymentsMode, ListPaymentsLineType, ListPaymentsCategory, ListPaymentsInterval, ListPaymentsLocale, ListPaymentsMethod, ListPaymentsCaptureMode, ListPaymentsRoutingMode, ListPaymentsRoutingType, ListPaymentsSequenceType, ListPaymentsStatus, ListPaymentsSort$inboundSchema, ListPaymentsSort$outboundSchema, ListPaymentsSort$, ListPaymentsRequest$inboundSchema, ListPaymentsRequest$outboundSchema, ListPaymentsRequest$, ListPaymentsBadRequestDocumentation$inboundSchema, ListPaymentsBadRequestDocumentation$outboundSchema, ListPaymentsBadRequestDocumentation$, ListPaymentsBadRequestLinks$inboundSchema, ListPaymentsBadRequestLinks$outboundSchema, ListPaymentsBadRequestLinks$, ListPaymentsMode$inboundSchema, ListPaymentsMode$outboundSchema, ListPaymentsMode$, ListPaymentsAmount$inboundSchema, ListPaymentsAmount$outboundSchema, ListPaymentsAmount$, ListPaymentsAmountRefunded$inboundSchema, ListPaymentsAmountRefunded$outboundSchema, ListPaymentsAmountRefunded$, ListPaymentsAmountRemaining$inboundSchema, ListPaymentsAmountRemaining$outboundSchema, ListPaymentsAmountRemaining$, ListPaymentsAmountCaptured$inboundSchema, ListPaymentsAmountCaptured$outboundSchema, ListPaymentsAmountCaptured$, ListPaymentsAmountChargedBack$inboundSchema, ListPaymentsAmountChargedBack$outboundSchema, ListPaymentsAmountChargedBack$, ListPaymentsSettlementAmount$inboundSchema, ListPaymentsSettlementAmount$outboundSchema, ListPaymentsSettlementAmount$, ListPaymentsLineType$inboundSchema, ListPaymentsLineType$outboundSchema, ListPaymentsLineType$, ListPaymentsUnitPrice$inboundSchema, ListPaymentsUnitPrice$outboundSchema, ListPaymentsUnitPrice$, ListPaymentsDiscountAmount$inboundSchema, ListPaymentsDiscountAmount$outboundSchema, ListPaymentsDiscountAmount$, ListPaymentsTotalAmount$inboundSchema, ListPaymentsTotalAmount$outboundSchema, ListPaymentsTotalAmount$, ListPaymentsVatAmount$inboundSchema, ListPaymentsVatAmount$outboundSchema, ListPaymentsVatAmount$, ListPaymentsCategory$inboundSchema, ListPaymentsCategory$outboundSchema, ListPaymentsCategory$, ListPaymentsInterval$inboundSchema, ListPaymentsInterval$outboundSchema, ListPaymentsInterval$, ListPaymentsRecurringAmount$inboundSchema, ListPaymentsRecurringAmount$outboundSchema, ListPaymentsRecurringAmount$, ListPaymentsRecurring$inboundSchema, ListPaymentsRecurring$outboundSchema, ListPaymentsRecurring$, ListPaymentsLine$inboundSchema, ListPaymentsLine$outboundSchema, ListPaymentsLine$, ListPaymentsBillingAddress$inboundSchema, ListPaymentsBillingAddress$outboundSchema, ListPaymentsBillingAddress$, ListPaymentsShippingAddress$inboundSchema, ListPaymentsShippingAddress$outboundSchema, ListPaymentsShippingAddress$, ListPaymentsLocale$inboundSchema, ListPaymentsLocale$outboundSchema, ListPaymentsLocale$, ListPaymentsMethod$inboundSchema, ListPaymentsMethod$outboundSchema, ListPaymentsMethod$, ListPaymentsMetadata$inboundSchema, ListPaymentsMetadata$outboundSchema, ListPaymentsMetadata$, ListPaymentsCaptureMode$inboundSchema, ListPaymentsCaptureMode$outboundSchema, ListPaymentsCaptureMode$, ListPaymentsApplicationFeeAmount$inboundSchema, ListPaymentsApplicationFeeAmount$outboundSchema, ListPaymentsApplicationFeeAmount$, ListPaymentsApplicationFee$inboundSchema, ListPaymentsApplicationFee$outboundSchema, ListPaymentsApplicationFee$, ListPaymentsRoutingMode$inboundSchema, ListPaymentsRoutingMode$outboundSchema, ListPaymentsRoutingMode$, ListPaymentsRoutingAmount$inboundSchema, ListPaymentsRoutingAmount$outboundSchema, ListPaymentsRoutingAmount$, ListPaymentsRoutingType$inboundSchema, ListPaymentsRoutingType$outboundSchema, ListPaymentsRoutingType$, ListPaymentsDestination$inboundSchema, ListPaymentsDestination$outboundSchema, ListPaymentsDestination$, ListPaymentsRoutingSelf$inboundSchema, ListPaymentsRoutingSelf$outboundSchema, ListPaymentsRoutingSelf$, ListPaymentsRoutingPayment$inboundSchema, ListPaymentsRoutingPayment$outboundSchema, ListPaymentsRoutingPayment$, ListPaymentsRoutingLinks$inboundSchema, ListPaymentsRoutingLinks$outboundSchema, ListPaymentsRoutingLinks$, ListPaymentsRouting$inboundSchema, ListPaymentsRouting$outboundSchema, ListPaymentsRouting$, ListPaymentsSequenceType$inboundSchema, ListPaymentsSequenceType$outboundSchema, ListPaymentsSequenceType$, ListPaymentsStatus$inboundSchema, ListPaymentsStatus$outboundSchema, ListPaymentsStatus$, ListPaymentsStatusReason$inboundSchema, ListPaymentsStatusReason$outboundSchema, ListPaymentsStatusReason$, ListPaymentsPaymentSelf$inboundSchema, ListPaymentsPaymentSelf$outboundSchema, ListPaymentsPaymentSelf$, ListPaymentsCheckout$inboundSchema, ListPaymentsCheckout$outboundSchema, ListPaymentsCheckout$, ListPaymentsMobileAppCheckout$inboundSchema, ListPaymentsMobileAppCheckout$outboundSchema, ListPaymentsMobileAppCheckout$, ListPaymentsChangePaymentState$inboundSchema, ListPaymentsChangePaymentState$outboundSchema, ListPaymentsChangePaymentState$, ListPaymentsDashboard$inboundSchema, ListPaymentsDashboard$outboundSchema, ListPaymentsDashboard$, ListPaymentsRefunds$inboundSchema, ListPaymentsRefunds$outboundSchema, ListPaymentsRefunds$, ListPaymentsChargebacks$inboundSchema, ListPaymentsChargebacks$outboundSchema, ListPaymentsChargebacks$, ListPaymentsCaptures$inboundSchema, ListPaymentsCaptures$outboundSchema, ListPaymentsCaptures$, ListPaymentsSettlement$inboundSchema, ListPaymentsSettlement$outboundSchema, ListPaymentsSettlement$, ListPaymentsCustomer$inboundSchema, ListPaymentsCustomer$outboundSchema, ListPaymentsCustomer$, ListPaymentsMandate$inboundSchema, ListPaymentsMandate$outboundSchema, ListPaymentsMandate$, ListPaymentsSubscription$inboundSchema, ListPaymentsSubscription$outboundSchema, ListPaymentsSubscription$, ListPaymentsOrder$inboundSchema, ListPaymentsOrder$outboundSchema, ListPaymentsOrder$, ListPaymentsTerminal$inboundSchema, ListPaymentsTerminal$outboundSchema, ListPaymentsTerminal$, ListPaymentsPaymentDocumentation$inboundSchema, ListPaymentsPaymentDocumentation$outboundSchema, ListPaymentsPaymentDocumentation$, ListPaymentsPaymentLinks$inboundSchema, ListPaymentsPaymentLinks$outboundSchema, ListPaymentsPaymentLinks$, ListPaymentsPaymentOutput$inboundSchema, ListPaymentsPaymentOutput$outboundSchema, ListPaymentsPaymentOutput$, ListPaymentsEmbedded$inboundSchema, ListPaymentsEmbedded$outboundSchema, ListPaymentsEmbedded$, ListPaymentsSelf$inboundSchema, ListPaymentsSelf$outboundSchema, ListPaymentsSelf$, ListPaymentsPrevious$inboundSchema, ListPaymentsPrevious$outboundSchema, ListPaymentsPrevious$, ListPaymentsNext$inboundSchema, ListPaymentsNext$outboundSchema, ListPaymentsNext$, ListPaymentsDocumentation$inboundSchema, ListPaymentsDocumentation$outboundSchema, ListPaymentsDocumentation$, ListPaymentsLinks$inboundSchema, ListPaymentsLinks$outboundSchema, ListPaymentsLinks$, ListPaymentsResponse$inboundSchema, ListPaymentsResponse$outboundSchema, ListPaymentsResponse$;
|
|
77002
76454
|
var init_listpayments = __esm(() => {
|
|
77003
76455
|
init_esm();
|
|
77004
76456
|
init_primitives();
|
|
@@ -77450,26 +76902,12 @@ var init_listpayments = __esm(() => {
|
|
|
77450
76902
|
ListPaymentsMethod$.inboundSchema = ListPaymentsMethod$inboundSchema;
|
|
77451
76903
|
ListPaymentsMethod$.outboundSchema = ListPaymentsMethod$outboundSchema;
|
|
77452
76904
|
})(ListPaymentsMethod$ ||= {});
|
|
77453
|
-
ListPaymentsMetadata$inboundSchema =
|
|
77454
|
-
ListPaymentsMetadata$outboundSchema =
|
|
76905
|
+
ListPaymentsMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
76906
|
+
ListPaymentsMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
77455
76907
|
((ListPaymentsMetadata$) => {
|
|
77456
76908
|
ListPaymentsMetadata$.inboundSchema = ListPaymentsMetadata$inboundSchema;
|
|
77457
76909
|
ListPaymentsMetadata$.outboundSchema = ListPaymentsMetadata$outboundSchema;
|
|
77458
76910
|
})(ListPaymentsMetadata$ ||= {});
|
|
77459
|
-
ListPaymentsMetadataUnion$inboundSchema = unionType([
|
|
77460
|
-
lazyType(() => ListPaymentsMetadata$inboundSchema),
|
|
77461
|
-
stringType(),
|
|
77462
|
-
arrayType(stringType())
|
|
77463
|
-
]);
|
|
77464
|
-
ListPaymentsMetadataUnion$outboundSchema = unionType([
|
|
77465
|
-
lazyType(() => ListPaymentsMetadata$outboundSchema),
|
|
77466
|
-
stringType(),
|
|
77467
|
-
arrayType(stringType())
|
|
77468
|
-
]);
|
|
77469
|
-
((ListPaymentsMetadataUnion$) => {
|
|
77470
|
-
ListPaymentsMetadataUnion$.inboundSchema = ListPaymentsMetadataUnion$inboundSchema;
|
|
77471
|
-
ListPaymentsMetadataUnion$.outboundSchema = ListPaymentsMetadataUnion$outboundSchema;
|
|
77472
|
-
})(ListPaymentsMetadataUnion$ ||= {});
|
|
77473
76911
|
ListPaymentsCaptureMode$inboundSchema = nativeEnumType(ListPaymentsCaptureMode);
|
|
77474
76912
|
ListPaymentsCaptureMode$outboundSchema = ListPaymentsCaptureMode$inboundSchema;
|
|
77475
76913
|
((ListPaymentsCaptureMode$) => {
|
|
@@ -77867,11 +77305,7 @@ var init_listpayments = __esm(() => {
|
|
|
77867
77305
|
countryCode: nullableType(stringType()).optional(),
|
|
77868
77306
|
method: nullableType(ListPaymentsMethod$inboundSchema).optional(),
|
|
77869
77307
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
77870
|
-
metadata: nullableType(unionType([
|
|
77871
|
-
lazyType(() => ListPaymentsMetadata$inboundSchema),
|
|
77872
|
-
stringType(),
|
|
77873
|
-
arrayType(stringType())
|
|
77874
|
-
])).optional(),
|
|
77308
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
77875
77309
|
captureMode: nullableType(ListPaymentsCaptureMode$inboundSchema).optional(),
|
|
77876
77310
|
captureDelay: nullableType(stringType()).optional(),
|
|
77877
77311
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -77922,11 +77356,7 @@ var init_listpayments = __esm(() => {
|
|
|
77922
77356
|
countryCode: nullableType(stringType()).optional(),
|
|
77923
77357
|
method: nullableType(ListPaymentsMethod$outboundSchema).optional(),
|
|
77924
77358
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
77925
|
-
metadata: nullableType(unionType([
|
|
77926
|
-
lazyType(() => ListPaymentsMetadata$outboundSchema),
|
|
77927
|
-
stringType(),
|
|
77928
|
-
arrayType(stringType())
|
|
77929
|
-
])).optional(),
|
|
77359
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
77930
77360
|
captureMode: nullableType(ListPaymentsCaptureMode$outboundSchema).optional(),
|
|
77931
77361
|
captureDelay: nullableType(stringType()).optional(),
|
|
77932
77362
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -78566,7 +77996,7 @@ var init_listprofiles = __esm(() => {
|
|
|
78566
77996
|
});
|
|
78567
77997
|
|
|
78568
77998
|
// src/models/operations/listrefunds.ts
|
|
78569
|
-
var ListRefundsEmbed, ListRefundsMode, ListRefundsStatus, ListRefundsType, ListRefundsEmbed$inboundSchema, ListRefundsEmbed$outboundSchema, ListRefundsEmbed$, ListRefundsRequest$inboundSchema, ListRefundsRequest$outboundSchema, ListRefundsRequest$, ListRefundsNotFoundDocumentation$inboundSchema, ListRefundsNotFoundDocumentation$outboundSchema, ListRefundsNotFoundDocumentation$, ListRefundsNotFoundLinks$inboundSchema, ListRefundsNotFoundLinks$outboundSchema, ListRefundsNotFoundLinks$, ListRefundsBadRequestDocumentation$inboundSchema, ListRefundsBadRequestDocumentation$outboundSchema, ListRefundsBadRequestDocumentation$, ListRefundsBadRequestLinks$inboundSchema, ListRefundsBadRequestLinks$outboundSchema, ListRefundsBadRequestLinks$, ListRefundsMode$inboundSchema, ListRefundsMode$outboundSchema, ListRefundsMode$, ListRefundsAmount$inboundSchema, ListRefundsAmount$outboundSchema, ListRefundsAmount$, ListRefundsSettlementAmount$inboundSchema, ListRefundsSettlementAmount$outboundSchema, ListRefundsSettlementAmount$, ListRefundsMetadata$inboundSchema, ListRefundsMetadata$outboundSchema, ListRefundsMetadata$,
|
|
77999
|
+
var ListRefundsEmbed, ListRefundsMode, ListRefundsStatus, ListRefundsType, ListRefundsEmbed$inboundSchema, ListRefundsEmbed$outboundSchema, ListRefundsEmbed$, ListRefundsRequest$inboundSchema, ListRefundsRequest$outboundSchema, ListRefundsRequest$, ListRefundsNotFoundDocumentation$inboundSchema, ListRefundsNotFoundDocumentation$outboundSchema, ListRefundsNotFoundDocumentation$, ListRefundsNotFoundLinks$inboundSchema, ListRefundsNotFoundLinks$outboundSchema, ListRefundsNotFoundLinks$, ListRefundsBadRequestDocumentation$inboundSchema, ListRefundsBadRequestDocumentation$outboundSchema, ListRefundsBadRequestDocumentation$, ListRefundsBadRequestLinks$inboundSchema, ListRefundsBadRequestLinks$outboundSchema, ListRefundsBadRequestLinks$, ListRefundsMode$inboundSchema, ListRefundsMode$outboundSchema, ListRefundsMode$, ListRefundsAmount$inboundSchema, ListRefundsAmount$outboundSchema, ListRefundsAmount$, ListRefundsSettlementAmount$inboundSchema, ListRefundsSettlementAmount$outboundSchema, ListRefundsSettlementAmount$, ListRefundsMetadata$inboundSchema, ListRefundsMetadata$outboundSchema, ListRefundsMetadata$, ListRefundsStatus$inboundSchema, ListRefundsStatus$outboundSchema, ListRefundsStatus$, ListRefundsType$inboundSchema, ListRefundsType$outboundSchema, ListRefundsType$, ListRefundsExternalReference$inboundSchema, ListRefundsExternalReference$outboundSchema, ListRefundsExternalReference$, ListRefundsRoutingReversalAmount$inboundSchema, ListRefundsRoutingReversalAmount$outboundSchema, ListRefundsRoutingReversalAmount$, ListRefundsSource$inboundSchema, ListRefundsSource$outboundSchema, ListRefundsSource$, ListRefundsRoutingReversal$inboundSchema, ListRefundsRoutingReversal$outboundSchema, ListRefundsRoutingReversal$, ListRefundsRefundSelf$inboundSchema, ListRefundsRefundSelf$outboundSchema, ListRefundsRefundSelf$, ListRefundsPayment$inboundSchema, ListRefundsPayment$outboundSchema, ListRefundsPayment$, ListRefundsSettlement$inboundSchema, ListRefundsSettlement$outboundSchema, ListRefundsSettlement$, ListRefundsRefundDocumentation$inboundSchema, ListRefundsRefundDocumentation$outboundSchema, ListRefundsRefundDocumentation$, ListRefundsRefundLinks$inboundSchema, ListRefundsRefundLinks$outboundSchema, ListRefundsRefundLinks$, ListRefundsRefund$inboundSchema, ListRefundsRefund$outboundSchema, ListRefundsRefund$, ListRefundsEmbedded$inboundSchema, ListRefundsEmbedded$outboundSchema, ListRefundsEmbedded$, ListRefundsSelf$inboundSchema, ListRefundsSelf$outboundSchema, ListRefundsSelf$, ListRefundsPrevious$inboundSchema, ListRefundsPrevious$outboundSchema, ListRefundsPrevious$, ListRefundsNext$inboundSchema, ListRefundsNext$outboundSchema, ListRefundsNext$, ListRefundsDocumentation$inboundSchema, ListRefundsDocumentation$outboundSchema, ListRefundsDocumentation$, ListRefundsLinks$inboundSchema, ListRefundsLinks$outboundSchema, ListRefundsLinks$, ListRefundsResponse$inboundSchema, ListRefundsResponse$outboundSchema, ListRefundsResponse$;
|
|
78570
78000
|
var init_listrefunds = __esm(() => {
|
|
78571
78001
|
init_esm();
|
|
78572
78002
|
init_primitives();
|
|
@@ -78686,26 +78116,12 @@ var init_listrefunds = __esm(() => {
|
|
|
78686
78116
|
ListRefundsSettlementAmount$.inboundSchema = ListRefundsSettlementAmount$inboundSchema;
|
|
78687
78117
|
ListRefundsSettlementAmount$.outboundSchema = ListRefundsSettlementAmount$outboundSchema;
|
|
78688
78118
|
})(ListRefundsSettlementAmount$ ||= {});
|
|
78689
|
-
ListRefundsMetadata$inboundSchema =
|
|
78690
|
-
ListRefundsMetadata$outboundSchema =
|
|
78119
|
+
ListRefundsMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
78120
|
+
ListRefundsMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
78691
78121
|
((ListRefundsMetadata$) => {
|
|
78692
78122
|
ListRefundsMetadata$.inboundSchema = ListRefundsMetadata$inboundSchema;
|
|
78693
78123
|
ListRefundsMetadata$.outboundSchema = ListRefundsMetadata$outboundSchema;
|
|
78694
78124
|
})(ListRefundsMetadata$ ||= {});
|
|
78695
|
-
ListRefundsMetadataUnion$inboundSchema = unionType([
|
|
78696
|
-
lazyType(() => ListRefundsMetadata$inboundSchema),
|
|
78697
|
-
stringType(),
|
|
78698
|
-
arrayType(stringType())
|
|
78699
|
-
]);
|
|
78700
|
-
ListRefundsMetadataUnion$outboundSchema = unionType([
|
|
78701
|
-
lazyType(() => ListRefundsMetadata$outboundSchema),
|
|
78702
|
-
stringType(),
|
|
78703
|
-
arrayType(stringType())
|
|
78704
|
-
]);
|
|
78705
|
-
((ListRefundsMetadataUnion$) => {
|
|
78706
|
-
ListRefundsMetadataUnion$.inboundSchema = ListRefundsMetadataUnion$inboundSchema;
|
|
78707
|
-
ListRefundsMetadataUnion$.outboundSchema = ListRefundsMetadataUnion$outboundSchema;
|
|
78708
|
-
})(ListRefundsMetadataUnion$ ||= {});
|
|
78709
78125
|
ListRefundsStatus$inboundSchema = nativeEnumType(ListRefundsStatus);
|
|
78710
78126
|
ListRefundsStatus$outboundSchema = ListRefundsStatus$inboundSchema;
|
|
78711
78127
|
((ListRefundsStatus$) => {
|
|
@@ -78835,11 +78251,7 @@ var init_listrefunds = __esm(() => {
|
|
|
78835
78251
|
description: stringType().optional(),
|
|
78836
78252
|
amount: lazyType(() => ListRefundsAmount$inboundSchema).optional(),
|
|
78837
78253
|
settlementAmount: nullableType(lazyType(() => ListRefundsSettlementAmount$inboundSchema)).optional(),
|
|
78838
|
-
metadata: nullableType(unionType([
|
|
78839
|
-
lazyType(() => ListRefundsMetadata$inboundSchema),
|
|
78840
|
-
stringType(),
|
|
78841
|
-
arrayType(stringType())
|
|
78842
|
-
])).optional(),
|
|
78254
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
78843
78255
|
paymentId: stringType().optional(),
|
|
78844
78256
|
settlementId: nullableType(stringType()).optional(),
|
|
78845
78257
|
status: ListRefundsStatus$inboundSchema.optional(),
|
|
@@ -78859,11 +78271,7 @@ var init_listrefunds = __esm(() => {
|
|
|
78859
78271
|
description: stringType().optional(),
|
|
78860
78272
|
amount: lazyType(() => ListRefundsAmount$outboundSchema).optional(),
|
|
78861
78273
|
settlementAmount: nullableType(lazyType(() => ListRefundsSettlementAmount$outboundSchema)).optional(),
|
|
78862
|
-
metadata: nullableType(unionType([
|
|
78863
|
-
lazyType(() => ListRefundsMetadata$outboundSchema),
|
|
78864
|
-
stringType(),
|
|
78865
|
-
arrayType(stringType())
|
|
78866
|
-
])).optional(),
|
|
78274
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
78867
78275
|
paymentId: stringType().optional(),
|
|
78868
78276
|
settlementId: nullableType(stringType()).optional(),
|
|
78869
78277
|
status: ListRefundsStatus$outboundSchema.optional(),
|
|
@@ -79552,7 +78960,7 @@ var init_listsalesinvoices = __esm(() => {
|
|
|
79552
78960
|
});
|
|
79553
78961
|
|
|
79554
78962
|
// src/models/operations/listsettlementcaptures.ts
|
|
79555
|
-
var ListSettlementCapturesEmbed, ListSettlementCapturesMode, ListSettlementCapturesStatus, ListSettlementCapturesEmbed$inboundSchema, ListSettlementCapturesEmbed$outboundSchema, ListSettlementCapturesEmbed$, ListSettlementCapturesRequest$inboundSchema, ListSettlementCapturesRequest$outboundSchema, ListSettlementCapturesRequest$, ListSettlementCapturesNotFoundDocumentation$inboundSchema, ListSettlementCapturesNotFoundDocumentation$outboundSchema, ListSettlementCapturesNotFoundDocumentation$, ListSettlementCapturesNotFoundLinks$inboundSchema, ListSettlementCapturesNotFoundLinks$outboundSchema, ListSettlementCapturesNotFoundLinks$, ListSettlementCapturesBadRequestDocumentation$inboundSchema, ListSettlementCapturesBadRequestDocumentation$outboundSchema, ListSettlementCapturesBadRequestDocumentation$, ListSettlementCapturesBadRequestLinks$inboundSchema, ListSettlementCapturesBadRequestLinks$outboundSchema, ListSettlementCapturesBadRequestLinks$, ListSettlementCapturesMode$inboundSchema, ListSettlementCapturesMode$outboundSchema, ListSettlementCapturesMode$, ListSettlementCapturesAmount$inboundSchema, ListSettlementCapturesAmount$outboundSchema, ListSettlementCapturesAmount$, ListSettlementCapturesSettlementAmount$inboundSchema, ListSettlementCapturesSettlementAmount$outboundSchema, ListSettlementCapturesSettlementAmount$, ListSettlementCapturesStatus$inboundSchema, ListSettlementCapturesStatus$outboundSchema, ListSettlementCapturesStatus$, ListSettlementCapturesMetadata$inboundSchema, ListSettlementCapturesMetadata$outboundSchema, ListSettlementCapturesMetadata$,
|
|
78963
|
+
var ListSettlementCapturesEmbed, ListSettlementCapturesMode, ListSettlementCapturesStatus, ListSettlementCapturesEmbed$inboundSchema, ListSettlementCapturesEmbed$outboundSchema, ListSettlementCapturesEmbed$, ListSettlementCapturesRequest$inboundSchema, ListSettlementCapturesRequest$outboundSchema, ListSettlementCapturesRequest$, ListSettlementCapturesNotFoundDocumentation$inboundSchema, ListSettlementCapturesNotFoundDocumentation$outboundSchema, ListSettlementCapturesNotFoundDocumentation$, ListSettlementCapturesNotFoundLinks$inboundSchema, ListSettlementCapturesNotFoundLinks$outboundSchema, ListSettlementCapturesNotFoundLinks$, ListSettlementCapturesBadRequestDocumentation$inboundSchema, ListSettlementCapturesBadRequestDocumentation$outboundSchema, ListSettlementCapturesBadRequestDocumentation$, ListSettlementCapturesBadRequestLinks$inboundSchema, ListSettlementCapturesBadRequestLinks$outboundSchema, ListSettlementCapturesBadRequestLinks$, ListSettlementCapturesMode$inboundSchema, ListSettlementCapturesMode$outboundSchema, ListSettlementCapturesMode$, ListSettlementCapturesAmount$inboundSchema, ListSettlementCapturesAmount$outboundSchema, ListSettlementCapturesAmount$, ListSettlementCapturesSettlementAmount$inboundSchema, ListSettlementCapturesSettlementAmount$outboundSchema, ListSettlementCapturesSettlementAmount$, ListSettlementCapturesStatus$inboundSchema, ListSettlementCapturesStatus$outboundSchema, ListSettlementCapturesStatus$, ListSettlementCapturesMetadata$inboundSchema, ListSettlementCapturesMetadata$outboundSchema, ListSettlementCapturesMetadata$, ListSettlementCapturesCaptureSelf$inboundSchema, ListSettlementCapturesCaptureSelf$outboundSchema, ListSettlementCapturesCaptureSelf$, ListSettlementCapturesPayment$inboundSchema, ListSettlementCapturesPayment$outboundSchema, ListSettlementCapturesPayment$, ListSettlementCapturesSettlement$inboundSchema, ListSettlementCapturesSettlement$outboundSchema, ListSettlementCapturesSettlement$, ListSettlementCapturesShipment$inboundSchema, ListSettlementCapturesShipment$outboundSchema, ListSettlementCapturesShipment$, ListSettlementCapturesCaptureDocumentation$inboundSchema, ListSettlementCapturesCaptureDocumentation$outboundSchema, ListSettlementCapturesCaptureDocumentation$, ListSettlementCapturesCaptureLinks$inboundSchema, ListSettlementCapturesCaptureLinks$outboundSchema, ListSettlementCapturesCaptureLinks$, ListSettlementCapturesCapture$inboundSchema, ListSettlementCapturesCapture$outboundSchema, ListSettlementCapturesCapture$, ListSettlementCapturesEmbedded$inboundSchema, ListSettlementCapturesEmbedded$outboundSchema, ListSettlementCapturesEmbedded$, ListSettlementCapturesSelf$inboundSchema, ListSettlementCapturesSelf$outboundSchema, ListSettlementCapturesSelf$, ListSettlementCapturesPrevious$inboundSchema, ListSettlementCapturesPrevious$outboundSchema, ListSettlementCapturesPrevious$, ListSettlementCapturesNext$inboundSchema, ListSettlementCapturesNext$outboundSchema, ListSettlementCapturesNext$, ListSettlementCapturesDocumentation$inboundSchema, ListSettlementCapturesDocumentation$outboundSchema, ListSettlementCapturesDocumentation$, ListSettlementCapturesLinks$inboundSchema, ListSettlementCapturesLinks$outboundSchema, ListSettlementCapturesLinks$, ListSettlementCapturesResponse$inboundSchema, ListSettlementCapturesResponse$outboundSchema, ListSettlementCapturesResponse$;
|
|
79556
78964
|
var init_listsettlementcaptures = __esm(() => {
|
|
79557
78965
|
init_esm();
|
|
79558
78966
|
init_primitives();
|
|
@@ -79672,26 +79080,12 @@ var init_listsettlementcaptures = __esm(() => {
|
|
|
79672
79080
|
ListSettlementCapturesStatus$.inboundSchema = ListSettlementCapturesStatus$inboundSchema;
|
|
79673
79081
|
ListSettlementCapturesStatus$.outboundSchema = ListSettlementCapturesStatus$outboundSchema;
|
|
79674
79082
|
})(ListSettlementCapturesStatus$ ||= {});
|
|
79675
|
-
ListSettlementCapturesMetadata$inboundSchema =
|
|
79676
|
-
ListSettlementCapturesMetadata$outboundSchema =
|
|
79083
|
+
ListSettlementCapturesMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
79084
|
+
ListSettlementCapturesMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
79677
79085
|
((ListSettlementCapturesMetadata$) => {
|
|
79678
79086
|
ListSettlementCapturesMetadata$.inboundSchema = ListSettlementCapturesMetadata$inboundSchema;
|
|
79679
79087
|
ListSettlementCapturesMetadata$.outboundSchema = ListSettlementCapturesMetadata$outboundSchema;
|
|
79680
79088
|
})(ListSettlementCapturesMetadata$ ||= {});
|
|
79681
|
-
ListSettlementCapturesMetadataUnion$inboundSchema = unionType([
|
|
79682
|
-
lazyType(() => ListSettlementCapturesMetadata$inboundSchema),
|
|
79683
|
-
stringType(),
|
|
79684
|
-
arrayType(stringType())
|
|
79685
|
-
]);
|
|
79686
|
-
ListSettlementCapturesMetadataUnion$outboundSchema = unionType([
|
|
79687
|
-
lazyType(() => ListSettlementCapturesMetadata$outboundSchema),
|
|
79688
|
-
stringType(),
|
|
79689
|
-
arrayType(stringType())
|
|
79690
|
-
]);
|
|
79691
|
-
((ListSettlementCapturesMetadataUnion$) => {
|
|
79692
|
-
ListSettlementCapturesMetadataUnion$.inboundSchema = ListSettlementCapturesMetadataUnion$inboundSchema;
|
|
79693
|
-
ListSettlementCapturesMetadataUnion$.outboundSchema = ListSettlementCapturesMetadataUnion$outboundSchema;
|
|
79694
|
-
})(ListSettlementCapturesMetadataUnion$ ||= {});
|
|
79695
79089
|
ListSettlementCapturesCaptureSelf$inboundSchema = objectType({
|
|
79696
79090
|
href: stringType(),
|
|
79697
79091
|
type: stringType()
|
|
@@ -79778,11 +79172,7 @@ var init_listsettlementcaptures = __esm(() => {
|
|
|
79778
79172
|
amount: nullableType(lazyType(() => ListSettlementCapturesAmount$inboundSchema)),
|
|
79779
79173
|
settlementAmount: nullableType(lazyType(() => ListSettlementCapturesSettlementAmount$inboundSchema)).optional(),
|
|
79780
79174
|
status: ListSettlementCapturesStatus$inboundSchema,
|
|
79781
|
-
metadata: nullableType(unionType([
|
|
79782
|
-
lazyType(() => ListSettlementCapturesMetadata$inboundSchema),
|
|
79783
|
-
stringType(),
|
|
79784
|
-
arrayType(stringType())
|
|
79785
|
-
])).optional(),
|
|
79175
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
79786
79176
|
paymentId: stringType(),
|
|
79787
79177
|
shipmentId: nullableType(stringType()).optional(),
|
|
79788
79178
|
settlementId: nullableType(stringType()).optional(),
|
|
@@ -79801,11 +79191,7 @@ var init_listsettlementcaptures = __esm(() => {
|
|
|
79801
79191
|
amount: nullableType(lazyType(() => ListSettlementCapturesAmount$outboundSchema)),
|
|
79802
79192
|
settlementAmount: nullableType(lazyType(() => ListSettlementCapturesSettlementAmount$outboundSchema)).optional(),
|
|
79803
79193
|
status: ListSettlementCapturesStatus$outboundSchema,
|
|
79804
|
-
metadata: nullableType(unionType([
|
|
79805
|
-
lazyType(() => ListSettlementCapturesMetadata$outboundSchema),
|
|
79806
|
-
stringType(),
|
|
79807
|
-
arrayType(stringType())
|
|
79808
|
-
])).optional(),
|
|
79194
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
79809
79195
|
paymentId: stringType(),
|
|
79810
79196
|
shipmentId: nullableType(stringType()).optional(),
|
|
79811
79197
|
settlementId: nullableType(stringType()).optional(),
|
|
@@ -80233,7 +79619,7 @@ var init_listsettlementchargebacks = __esm(() => {
|
|
|
80233
79619
|
});
|
|
80234
79620
|
|
|
80235
79621
|
// src/models/operations/listsettlementpayments.ts
|
|
80236
|
-
var ListSettlementPaymentsSort, ListSettlementPaymentsMode, ListSettlementPaymentsLineType, ListSettlementPaymentsCategory, ListSettlementPaymentsInterval, ListSettlementPaymentsLocale, ListSettlementPaymentsMethod, ListSettlementPaymentsCaptureMode, ListSettlementPaymentsRoutingMode, ListSettlementPaymentsRoutingType, ListSettlementPaymentsSequenceType, ListSettlementPaymentsStatus, ListSettlementPaymentsSort$inboundSchema, ListSettlementPaymentsSort$outboundSchema, ListSettlementPaymentsSort$, ListSettlementPaymentsRequest$inboundSchema, ListSettlementPaymentsRequest$outboundSchema, ListSettlementPaymentsRequest$, ListSettlementPaymentsBadRequestDocumentation$inboundSchema, ListSettlementPaymentsBadRequestDocumentation$outboundSchema, ListSettlementPaymentsBadRequestDocumentation$, ListSettlementPaymentsBadRequestLinks$inboundSchema, ListSettlementPaymentsBadRequestLinks$outboundSchema, ListSettlementPaymentsBadRequestLinks$, ListSettlementPaymentsMode$inboundSchema, ListSettlementPaymentsMode$outboundSchema, ListSettlementPaymentsMode$, ListSettlementPaymentsAmount$inboundSchema, ListSettlementPaymentsAmount$outboundSchema, ListSettlementPaymentsAmount$, ListSettlementPaymentsAmountRefunded$inboundSchema, ListSettlementPaymentsAmountRefunded$outboundSchema, ListSettlementPaymentsAmountRefunded$, ListSettlementPaymentsAmountRemaining$inboundSchema, ListSettlementPaymentsAmountRemaining$outboundSchema, ListSettlementPaymentsAmountRemaining$, ListSettlementPaymentsAmountCaptured$inboundSchema, ListSettlementPaymentsAmountCaptured$outboundSchema, ListSettlementPaymentsAmountCaptured$, ListSettlementPaymentsAmountChargedBack$inboundSchema, ListSettlementPaymentsAmountChargedBack$outboundSchema, ListSettlementPaymentsAmountChargedBack$, ListSettlementPaymentsSettlementAmount$inboundSchema, ListSettlementPaymentsSettlementAmount$outboundSchema, ListSettlementPaymentsSettlementAmount$, ListSettlementPaymentsLineType$inboundSchema, ListSettlementPaymentsLineType$outboundSchema, ListSettlementPaymentsLineType$, ListSettlementPaymentsUnitPrice$inboundSchema, ListSettlementPaymentsUnitPrice$outboundSchema, ListSettlementPaymentsUnitPrice$, ListSettlementPaymentsDiscountAmount$inboundSchema, ListSettlementPaymentsDiscountAmount$outboundSchema, ListSettlementPaymentsDiscountAmount$, ListSettlementPaymentsTotalAmount$inboundSchema, ListSettlementPaymentsTotalAmount$outboundSchema, ListSettlementPaymentsTotalAmount$, ListSettlementPaymentsVatAmount$inboundSchema, ListSettlementPaymentsVatAmount$outboundSchema, ListSettlementPaymentsVatAmount$, ListSettlementPaymentsCategory$inboundSchema, ListSettlementPaymentsCategory$outboundSchema, ListSettlementPaymentsCategory$, ListSettlementPaymentsInterval$inboundSchema, ListSettlementPaymentsInterval$outboundSchema, ListSettlementPaymentsInterval$, ListSettlementPaymentsRecurringAmount$inboundSchema, ListSettlementPaymentsRecurringAmount$outboundSchema, ListSettlementPaymentsRecurringAmount$, ListSettlementPaymentsRecurring$inboundSchema, ListSettlementPaymentsRecurring$outboundSchema, ListSettlementPaymentsRecurring$, ListSettlementPaymentsLine$inboundSchema, ListSettlementPaymentsLine$outboundSchema, ListSettlementPaymentsLine$, ListSettlementPaymentsBillingAddress$inboundSchema, ListSettlementPaymentsBillingAddress$outboundSchema, ListSettlementPaymentsBillingAddress$, ListSettlementPaymentsShippingAddress$inboundSchema, ListSettlementPaymentsShippingAddress$outboundSchema, ListSettlementPaymentsShippingAddress$, ListSettlementPaymentsLocale$inboundSchema, ListSettlementPaymentsLocale$outboundSchema, ListSettlementPaymentsLocale$, ListSettlementPaymentsMethod$inboundSchema, ListSettlementPaymentsMethod$outboundSchema, ListSettlementPaymentsMethod$, ListSettlementPaymentsMetadata$inboundSchema, ListSettlementPaymentsMetadata$outboundSchema, ListSettlementPaymentsMetadata$,
|
|
79622
|
+
var ListSettlementPaymentsSort, ListSettlementPaymentsMode, ListSettlementPaymentsLineType, ListSettlementPaymentsCategory, ListSettlementPaymentsInterval, ListSettlementPaymentsLocale, ListSettlementPaymentsMethod, ListSettlementPaymentsCaptureMode, ListSettlementPaymentsRoutingMode, ListSettlementPaymentsRoutingType, ListSettlementPaymentsSequenceType, ListSettlementPaymentsStatus, ListSettlementPaymentsSort$inboundSchema, ListSettlementPaymentsSort$outboundSchema, ListSettlementPaymentsSort$, ListSettlementPaymentsRequest$inboundSchema, ListSettlementPaymentsRequest$outboundSchema, ListSettlementPaymentsRequest$, ListSettlementPaymentsBadRequestDocumentation$inboundSchema, ListSettlementPaymentsBadRequestDocumentation$outboundSchema, ListSettlementPaymentsBadRequestDocumentation$, ListSettlementPaymentsBadRequestLinks$inboundSchema, ListSettlementPaymentsBadRequestLinks$outboundSchema, ListSettlementPaymentsBadRequestLinks$, ListSettlementPaymentsMode$inboundSchema, ListSettlementPaymentsMode$outboundSchema, ListSettlementPaymentsMode$, ListSettlementPaymentsAmount$inboundSchema, ListSettlementPaymentsAmount$outboundSchema, ListSettlementPaymentsAmount$, ListSettlementPaymentsAmountRefunded$inboundSchema, ListSettlementPaymentsAmountRefunded$outboundSchema, ListSettlementPaymentsAmountRefunded$, ListSettlementPaymentsAmountRemaining$inboundSchema, ListSettlementPaymentsAmountRemaining$outboundSchema, ListSettlementPaymentsAmountRemaining$, ListSettlementPaymentsAmountCaptured$inboundSchema, ListSettlementPaymentsAmountCaptured$outboundSchema, ListSettlementPaymentsAmountCaptured$, ListSettlementPaymentsAmountChargedBack$inboundSchema, ListSettlementPaymentsAmountChargedBack$outboundSchema, ListSettlementPaymentsAmountChargedBack$, ListSettlementPaymentsSettlementAmount$inboundSchema, ListSettlementPaymentsSettlementAmount$outboundSchema, ListSettlementPaymentsSettlementAmount$, ListSettlementPaymentsLineType$inboundSchema, ListSettlementPaymentsLineType$outboundSchema, ListSettlementPaymentsLineType$, ListSettlementPaymentsUnitPrice$inboundSchema, ListSettlementPaymentsUnitPrice$outboundSchema, ListSettlementPaymentsUnitPrice$, ListSettlementPaymentsDiscountAmount$inboundSchema, ListSettlementPaymentsDiscountAmount$outboundSchema, ListSettlementPaymentsDiscountAmount$, ListSettlementPaymentsTotalAmount$inboundSchema, ListSettlementPaymentsTotalAmount$outboundSchema, ListSettlementPaymentsTotalAmount$, ListSettlementPaymentsVatAmount$inboundSchema, ListSettlementPaymentsVatAmount$outboundSchema, ListSettlementPaymentsVatAmount$, ListSettlementPaymentsCategory$inboundSchema, ListSettlementPaymentsCategory$outboundSchema, ListSettlementPaymentsCategory$, ListSettlementPaymentsInterval$inboundSchema, ListSettlementPaymentsInterval$outboundSchema, ListSettlementPaymentsInterval$, ListSettlementPaymentsRecurringAmount$inboundSchema, ListSettlementPaymentsRecurringAmount$outboundSchema, ListSettlementPaymentsRecurringAmount$, ListSettlementPaymentsRecurring$inboundSchema, ListSettlementPaymentsRecurring$outboundSchema, ListSettlementPaymentsRecurring$, ListSettlementPaymentsLine$inboundSchema, ListSettlementPaymentsLine$outboundSchema, ListSettlementPaymentsLine$, ListSettlementPaymentsBillingAddress$inboundSchema, ListSettlementPaymentsBillingAddress$outboundSchema, ListSettlementPaymentsBillingAddress$, ListSettlementPaymentsShippingAddress$inboundSchema, ListSettlementPaymentsShippingAddress$outboundSchema, ListSettlementPaymentsShippingAddress$, ListSettlementPaymentsLocale$inboundSchema, ListSettlementPaymentsLocale$outboundSchema, ListSettlementPaymentsLocale$, ListSettlementPaymentsMethod$inboundSchema, ListSettlementPaymentsMethod$outboundSchema, ListSettlementPaymentsMethod$, ListSettlementPaymentsMetadata$inboundSchema, ListSettlementPaymentsMetadata$outboundSchema, ListSettlementPaymentsMetadata$, ListSettlementPaymentsCaptureMode$inboundSchema, ListSettlementPaymentsCaptureMode$outboundSchema, ListSettlementPaymentsCaptureMode$, ListSettlementPaymentsApplicationFeeAmount$inboundSchema, ListSettlementPaymentsApplicationFeeAmount$outboundSchema, ListSettlementPaymentsApplicationFeeAmount$, ListSettlementPaymentsApplicationFee$inboundSchema, ListSettlementPaymentsApplicationFee$outboundSchema, ListSettlementPaymentsApplicationFee$, ListSettlementPaymentsRoutingMode$inboundSchema, ListSettlementPaymentsRoutingMode$outboundSchema, ListSettlementPaymentsRoutingMode$, ListSettlementPaymentsRoutingAmount$inboundSchema, ListSettlementPaymentsRoutingAmount$outboundSchema, ListSettlementPaymentsRoutingAmount$, ListSettlementPaymentsRoutingType$inboundSchema, ListSettlementPaymentsRoutingType$outboundSchema, ListSettlementPaymentsRoutingType$, ListSettlementPaymentsDestination$inboundSchema, ListSettlementPaymentsDestination$outboundSchema, ListSettlementPaymentsDestination$, ListSettlementPaymentsRoutingSelf$inboundSchema, ListSettlementPaymentsRoutingSelf$outboundSchema, ListSettlementPaymentsRoutingSelf$, ListSettlementPaymentsRoutingPayment$inboundSchema, ListSettlementPaymentsRoutingPayment$outboundSchema, ListSettlementPaymentsRoutingPayment$, ListSettlementPaymentsRoutingLinks$inboundSchema, ListSettlementPaymentsRoutingLinks$outboundSchema, ListSettlementPaymentsRoutingLinks$, ListSettlementPaymentsRouting$inboundSchema, ListSettlementPaymentsRouting$outboundSchema, ListSettlementPaymentsRouting$, ListSettlementPaymentsSequenceType$inboundSchema, ListSettlementPaymentsSequenceType$outboundSchema, ListSettlementPaymentsSequenceType$, ListSettlementPaymentsStatus$inboundSchema, ListSettlementPaymentsStatus$outboundSchema, ListSettlementPaymentsStatus$, ListSettlementPaymentsStatusReason$inboundSchema, ListSettlementPaymentsStatusReason$outboundSchema, ListSettlementPaymentsStatusReason$, ListSettlementPaymentsPaymentSelf$inboundSchema, ListSettlementPaymentsPaymentSelf$outboundSchema, ListSettlementPaymentsPaymentSelf$, ListSettlementPaymentsCheckout$inboundSchema, ListSettlementPaymentsCheckout$outboundSchema, ListSettlementPaymentsCheckout$, ListSettlementPaymentsMobileAppCheckout$inboundSchema, ListSettlementPaymentsMobileAppCheckout$outboundSchema, ListSettlementPaymentsMobileAppCheckout$, ListSettlementPaymentsChangePaymentState$inboundSchema, ListSettlementPaymentsChangePaymentState$outboundSchema, ListSettlementPaymentsChangePaymentState$, ListSettlementPaymentsDashboard$inboundSchema, ListSettlementPaymentsDashboard$outboundSchema, ListSettlementPaymentsDashboard$, ListSettlementPaymentsRefunds$inboundSchema, ListSettlementPaymentsRefunds$outboundSchema, ListSettlementPaymentsRefunds$, ListSettlementPaymentsChargebacks$inboundSchema, ListSettlementPaymentsChargebacks$outboundSchema, ListSettlementPaymentsChargebacks$, ListSettlementPaymentsCaptures$inboundSchema, ListSettlementPaymentsCaptures$outboundSchema, ListSettlementPaymentsCaptures$, ListSettlementPaymentsSettlement$inboundSchema, ListSettlementPaymentsSettlement$outboundSchema, ListSettlementPaymentsSettlement$, ListSettlementPaymentsCustomer$inboundSchema, ListSettlementPaymentsCustomer$outboundSchema, ListSettlementPaymentsCustomer$, ListSettlementPaymentsMandate$inboundSchema, ListSettlementPaymentsMandate$outboundSchema, ListSettlementPaymentsMandate$, ListSettlementPaymentsSubscription$inboundSchema, ListSettlementPaymentsSubscription$outboundSchema, ListSettlementPaymentsSubscription$, ListSettlementPaymentsOrder$inboundSchema, ListSettlementPaymentsOrder$outboundSchema, ListSettlementPaymentsOrder$, ListSettlementPaymentsTerminal$inboundSchema, ListSettlementPaymentsTerminal$outboundSchema, ListSettlementPaymentsTerminal$, ListSettlementPaymentsPaymentDocumentation$inboundSchema, ListSettlementPaymentsPaymentDocumentation$outboundSchema, ListSettlementPaymentsPaymentDocumentation$, ListSettlementPaymentsPaymentLinks$inboundSchema, ListSettlementPaymentsPaymentLinks$outboundSchema, ListSettlementPaymentsPaymentLinks$, ListSettlementPaymentsPaymentOutput$inboundSchema, ListSettlementPaymentsPaymentOutput$outboundSchema, ListSettlementPaymentsPaymentOutput$, ListSettlementPaymentsEmbedded$inboundSchema, ListSettlementPaymentsEmbedded$outboundSchema, ListSettlementPaymentsEmbedded$, ListSettlementPaymentsSelf$inboundSchema, ListSettlementPaymentsSelf$outboundSchema, ListSettlementPaymentsSelf$, ListSettlementPaymentsPrevious$inboundSchema, ListSettlementPaymentsPrevious$outboundSchema, ListSettlementPaymentsPrevious$, ListSettlementPaymentsNext$inboundSchema, ListSettlementPaymentsNext$outboundSchema, ListSettlementPaymentsNext$, ListSettlementPaymentsDocumentation$inboundSchema, ListSettlementPaymentsDocumentation$outboundSchema, ListSettlementPaymentsDocumentation$, ListSettlementPaymentsLinks$inboundSchema, ListSettlementPaymentsLinks$outboundSchema, ListSettlementPaymentsLinks$, ListSettlementPaymentsResponse$inboundSchema, ListSettlementPaymentsResponse$outboundSchema, ListSettlementPaymentsResponse$;
|
|
80237
79623
|
var init_listsettlementpayments = __esm(() => {
|
|
80238
79624
|
init_esm();
|
|
80239
79625
|
init_primitives();
|
|
@@ -80687,26 +80073,12 @@ var init_listsettlementpayments = __esm(() => {
|
|
|
80687
80073
|
ListSettlementPaymentsMethod$.inboundSchema = ListSettlementPaymentsMethod$inboundSchema;
|
|
80688
80074
|
ListSettlementPaymentsMethod$.outboundSchema = ListSettlementPaymentsMethod$outboundSchema;
|
|
80689
80075
|
})(ListSettlementPaymentsMethod$ ||= {});
|
|
80690
|
-
ListSettlementPaymentsMetadata$inboundSchema =
|
|
80691
|
-
ListSettlementPaymentsMetadata$outboundSchema =
|
|
80076
|
+
ListSettlementPaymentsMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
80077
|
+
ListSettlementPaymentsMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
80692
80078
|
((ListSettlementPaymentsMetadata$) => {
|
|
80693
80079
|
ListSettlementPaymentsMetadata$.inboundSchema = ListSettlementPaymentsMetadata$inboundSchema;
|
|
80694
80080
|
ListSettlementPaymentsMetadata$.outboundSchema = ListSettlementPaymentsMetadata$outboundSchema;
|
|
80695
80081
|
})(ListSettlementPaymentsMetadata$ ||= {});
|
|
80696
|
-
ListSettlementPaymentsMetadataUnion$inboundSchema = unionType([
|
|
80697
|
-
lazyType(() => ListSettlementPaymentsMetadata$inboundSchema),
|
|
80698
|
-
stringType(),
|
|
80699
|
-
arrayType(stringType())
|
|
80700
|
-
]);
|
|
80701
|
-
ListSettlementPaymentsMetadataUnion$outboundSchema = unionType([
|
|
80702
|
-
lazyType(() => ListSettlementPaymentsMetadata$outboundSchema),
|
|
80703
|
-
stringType(),
|
|
80704
|
-
arrayType(stringType())
|
|
80705
|
-
]);
|
|
80706
|
-
((ListSettlementPaymentsMetadataUnion$) => {
|
|
80707
|
-
ListSettlementPaymentsMetadataUnion$.inboundSchema = ListSettlementPaymentsMetadataUnion$inboundSchema;
|
|
80708
|
-
ListSettlementPaymentsMetadataUnion$.outboundSchema = ListSettlementPaymentsMetadataUnion$outboundSchema;
|
|
80709
|
-
})(ListSettlementPaymentsMetadataUnion$ ||= {});
|
|
80710
80082
|
ListSettlementPaymentsCaptureMode$inboundSchema = nativeEnumType(ListSettlementPaymentsCaptureMode);
|
|
80711
80083
|
ListSettlementPaymentsCaptureMode$outboundSchema = ListSettlementPaymentsCaptureMode$inboundSchema;
|
|
80712
80084
|
((ListSettlementPaymentsCaptureMode$) => {
|
|
@@ -81104,11 +80476,7 @@ var init_listsettlementpayments = __esm(() => {
|
|
|
81104
80476
|
countryCode: nullableType(stringType()).optional(),
|
|
81105
80477
|
method: nullableType(ListSettlementPaymentsMethod$inboundSchema).optional(),
|
|
81106
80478
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
81107
|
-
metadata: nullableType(unionType([
|
|
81108
|
-
lazyType(() => ListSettlementPaymentsMetadata$inboundSchema),
|
|
81109
|
-
stringType(),
|
|
81110
|
-
arrayType(stringType())
|
|
81111
|
-
])).optional(),
|
|
80479
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
81112
80480
|
captureMode: nullableType(ListSettlementPaymentsCaptureMode$inboundSchema).optional(),
|
|
81113
80481
|
captureDelay: nullableType(stringType()).optional(),
|
|
81114
80482
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -81159,11 +80527,7 @@ var init_listsettlementpayments = __esm(() => {
|
|
|
81159
80527
|
countryCode: nullableType(stringType()).optional(),
|
|
81160
80528
|
method: nullableType(ListSettlementPaymentsMethod$outboundSchema).optional(),
|
|
81161
80529
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
81162
|
-
metadata: nullableType(unionType([
|
|
81163
|
-
lazyType(() => ListSettlementPaymentsMetadata$outboundSchema),
|
|
81164
|
-
stringType(),
|
|
81165
|
-
arrayType(stringType())
|
|
81166
|
-
])).optional(),
|
|
80530
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
81167
80531
|
captureMode: nullableType(ListSettlementPaymentsCaptureMode$outboundSchema).optional(),
|
|
81168
80532
|
captureDelay: nullableType(stringType()).optional(),
|
|
81169
80533
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -81298,7 +80662,7 @@ var init_listsettlementpayments = __esm(() => {
|
|
|
81298
80662
|
});
|
|
81299
80663
|
|
|
81300
80664
|
// src/models/operations/listsettlementrefunds.ts
|
|
81301
|
-
var ListSettlementRefundsEmbed, ListSettlementRefundsMode, ListSettlementRefundsStatus, ListSettlementRefundsType, ListSettlementRefundsEmbed$inboundSchema, ListSettlementRefundsEmbed$outboundSchema, ListSettlementRefundsEmbed$, ListSettlementRefundsRequest$inboundSchema, ListSettlementRefundsRequest$outboundSchema, ListSettlementRefundsRequest$, ListSettlementRefundsNotFoundDocumentation$inboundSchema, ListSettlementRefundsNotFoundDocumentation$outboundSchema, ListSettlementRefundsNotFoundDocumentation$, ListSettlementRefundsNotFoundLinks$inboundSchema, ListSettlementRefundsNotFoundLinks$outboundSchema, ListSettlementRefundsNotFoundLinks$, ListSettlementRefundsBadRequestDocumentation$inboundSchema, ListSettlementRefundsBadRequestDocumentation$outboundSchema, ListSettlementRefundsBadRequestDocumentation$, ListSettlementRefundsBadRequestLinks$inboundSchema, ListSettlementRefundsBadRequestLinks$outboundSchema, ListSettlementRefundsBadRequestLinks$, ListSettlementRefundsMode$inboundSchema, ListSettlementRefundsMode$outboundSchema, ListSettlementRefundsMode$, ListSettlementRefundsAmount$inboundSchema, ListSettlementRefundsAmount$outboundSchema, ListSettlementRefundsAmount$, ListSettlementRefundsSettlementAmount$inboundSchema, ListSettlementRefundsSettlementAmount$outboundSchema, ListSettlementRefundsSettlementAmount$, ListSettlementRefundsMetadata$inboundSchema, ListSettlementRefundsMetadata$outboundSchema, ListSettlementRefundsMetadata$,
|
|
80665
|
+
var ListSettlementRefundsEmbed, ListSettlementRefundsMode, ListSettlementRefundsStatus, ListSettlementRefundsType, ListSettlementRefundsEmbed$inboundSchema, ListSettlementRefundsEmbed$outboundSchema, ListSettlementRefundsEmbed$, ListSettlementRefundsRequest$inboundSchema, ListSettlementRefundsRequest$outboundSchema, ListSettlementRefundsRequest$, ListSettlementRefundsNotFoundDocumentation$inboundSchema, ListSettlementRefundsNotFoundDocumentation$outboundSchema, ListSettlementRefundsNotFoundDocumentation$, ListSettlementRefundsNotFoundLinks$inboundSchema, ListSettlementRefundsNotFoundLinks$outboundSchema, ListSettlementRefundsNotFoundLinks$, ListSettlementRefundsBadRequestDocumentation$inboundSchema, ListSettlementRefundsBadRequestDocumentation$outboundSchema, ListSettlementRefundsBadRequestDocumentation$, ListSettlementRefundsBadRequestLinks$inboundSchema, ListSettlementRefundsBadRequestLinks$outboundSchema, ListSettlementRefundsBadRequestLinks$, ListSettlementRefundsMode$inboundSchema, ListSettlementRefundsMode$outboundSchema, ListSettlementRefundsMode$, ListSettlementRefundsAmount$inboundSchema, ListSettlementRefundsAmount$outboundSchema, ListSettlementRefundsAmount$, ListSettlementRefundsSettlementAmount$inboundSchema, ListSettlementRefundsSettlementAmount$outboundSchema, ListSettlementRefundsSettlementAmount$, ListSettlementRefundsMetadata$inboundSchema, ListSettlementRefundsMetadata$outboundSchema, ListSettlementRefundsMetadata$, ListSettlementRefundsStatus$inboundSchema, ListSettlementRefundsStatus$outboundSchema, ListSettlementRefundsStatus$, ListSettlementRefundsType$inboundSchema, ListSettlementRefundsType$outboundSchema, ListSettlementRefundsType$, ListSettlementRefundsExternalReference$inboundSchema, ListSettlementRefundsExternalReference$outboundSchema, ListSettlementRefundsExternalReference$, ListSettlementRefundsRoutingReversalAmount$inboundSchema, ListSettlementRefundsRoutingReversalAmount$outboundSchema, ListSettlementRefundsRoutingReversalAmount$, ListSettlementRefundsSource$inboundSchema, ListSettlementRefundsSource$outboundSchema, ListSettlementRefundsSource$, ListSettlementRefundsRoutingReversal$inboundSchema, ListSettlementRefundsRoutingReversal$outboundSchema, ListSettlementRefundsRoutingReversal$, ListSettlementRefundsRefundSelf$inboundSchema, ListSettlementRefundsRefundSelf$outboundSchema, ListSettlementRefundsRefundSelf$, ListSettlementRefundsPayment$inboundSchema, ListSettlementRefundsPayment$outboundSchema, ListSettlementRefundsPayment$, ListSettlementRefundsSettlement$inboundSchema, ListSettlementRefundsSettlement$outboundSchema, ListSettlementRefundsSettlement$, ListSettlementRefundsRefundDocumentation$inboundSchema, ListSettlementRefundsRefundDocumentation$outboundSchema, ListSettlementRefundsRefundDocumentation$, ListSettlementRefundsRefundLinks$inboundSchema, ListSettlementRefundsRefundLinks$outboundSchema, ListSettlementRefundsRefundLinks$, ListSettlementRefundsRefund$inboundSchema, ListSettlementRefundsRefund$outboundSchema, ListSettlementRefundsRefund$, ListSettlementRefundsEmbedded$inboundSchema, ListSettlementRefundsEmbedded$outboundSchema, ListSettlementRefundsEmbedded$, ListSettlementRefundsSelf$inboundSchema, ListSettlementRefundsSelf$outboundSchema, ListSettlementRefundsSelf$, ListSettlementRefundsPrevious$inboundSchema, ListSettlementRefundsPrevious$outboundSchema, ListSettlementRefundsPrevious$, ListSettlementRefundsNext$inboundSchema, ListSettlementRefundsNext$outboundSchema, ListSettlementRefundsNext$, ListSettlementRefundsDocumentation$inboundSchema, ListSettlementRefundsDocumentation$outboundSchema, ListSettlementRefundsDocumentation$, ListSettlementRefundsLinks$inboundSchema, ListSettlementRefundsLinks$outboundSchema, ListSettlementRefundsLinks$, ListSettlementRefundsResponse$inboundSchema, ListSettlementRefundsResponse$outboundSchema, ListSettlementRefundsResponse$;
|
|
81302
80666
|
var init_listsettlementrefunds = __esm(() => {
|
|
81303
80667
|
init_esm();
|
|
81304
80668
|
init_primitives();
|
|
@@ -81418,26 +80782,12 @@ var init_listsettlementrefunds = __esm(() => {
|
|
|
81418
80782
|
ListSettlementRefundsSettlementAmount$.inboundSchema = ListSettlementRefundsSettlementAmount$inboundSchema;
|
|
81419
80783
|
ListSettlementRefundsSettlementAmount$.outboundSchema = ListSettlementRefundsSettlementAmount$outboundSchema;
|
|
81420
80784
|
})(ListSettlementRefundsSettlementAmount$ ||= {});
|
|
81421
|
-
ListSettlementRefundsMetadata$inboundSchema =
|
|
81422
|
-
ListSettlementRefundsMetadata$outboundSchema =
|
|
80785
|
+
ListSettlementRefundsMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
80786
|
+
ListSettlementRefundsMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
81423
80787
|
((ListSettlementRefundsMetadata$) => {
|
|
81424
80788
|
ListSettlementRefundsMetadata$.inboundSchema = ListSettlementRefundsMetadata$inboundSchema;
|
|
81425
80789
|
ListSettlementRefundsMetadata$.outboundSchema = ListSettlementRefundsMetadata$outboundSchema;
|
|
81426
80790
|
})(ListSettlementRefundsMetadata$ ||= {});
|
|
81427
|
-
ListSettlementRefundsMetadataUnion$inboundSchema = unionType([
|
|
81428
|
-
lazyType(() => ListSettlementRefundsMetadata$inboundSchema),
|
|
81429
|
-
stringType(),
|
|
81430
|
-
arrayType(stringType())
|
|
81431
|
-
]);
|
|
81432
|
-
ListSettlementRefundsMetadataUnion$outboundSchema = unionType([
|
|
81433
|
-
lazyType(() => ListSettlementRefundsMetadata$outboundSchema),
|
|
81434
|
-
stringType(),
|
|
81435
|
-
arrayType(stringType())
|
|
81436
|
-
]);
|
|
81437
|
-
((ListSettlementRefundsMetadataUnion$) => {
|
|
81438
|
-
ListSettlementRefundsMetadataUnion$.inboundSchema = ListSettlementRefundsMetadataUnion$inboundSchema;
|
|
81439
|
-
ListSettlementRefundsMetadataUnion$.outboundSchema = ListSettlementRefundsMetadataUnion$outboundSchema;
|
|
81440
|
-
})(ListSettlementRefundsMetadataUnion$ ||= {});
|
|
81441
80791
|
ListSettlementRefundsStatus$inboundSchema = nativeEnumType(ListSettlementRefundsStatus);
|
|
81442
80792
|
ListSettlementRefundsStatus$outboundSchema = ListSettlementRefundsStatus$inboundSchema;
|
|
81443
80793
|
((ListSettlementRefundsStatus$) => {
|
|
@@ -81567,11 +80917,7 @@ var init_listsettlementrefunds = __esm(() => {
|
|
|
81567
80917
|
description: stringType().optional(),
|
|
81568
80918
|
amount: lazyType(() => ListSettlementRefundsAmount$inboundSchema).optional(),
|
|
81569
80919
|
settlementAmount: nullableType(lazyType(() => ListSettlementRefundsSettlementAmount$inboundSchema)).optional(),
|
|
81570
|
-
metadata: nullableType(unionType([
|
|
81571
|
-
lazyType(() => ListSettlementRefundsMetadata$inboundSchema),
|
|
81572
|
-
stringType(),
|
|
81573
|
-
arrayType(stringType())
|
|
81574
|
-
])).optional(),
|
|
80920
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
81575
80921
|
paymentId: stringType().optional(),
|
|
81576
80922
|
settlementId: nullableType(stringType()).optional(),
|
|
81577
80923
|
status: ListSettlementRefundsStatus$inboundSchema.optional(),
|
|
@@ -81591,11 +80937,7 @@ var init_listsettlementrefunds = __esm(() => {
|
|
|
81591
80937
|
description: stringType().optional(),
|
|
81592
80938
|
amount: lazyType(() => ListSettlementRefundsAmount$outboundSchema).optional(),
|
|
81593
80939
|
settlementAmount: nullableType(lazyType(() => ListSettlementRefundsSettlementAmount$outboundSchema)).optional(),
|
|
81594
|
-
metadata: nullableType(unionType([
|
|
81595
|
-
lazyType(() => ListSettlementRefundsMetadata$outboundSchema),
|
|
81596
|
-
stringType(),
|
|
81597
|
-
arrayType(stringType())
|
|
81598
|
-
])).optional(),
|
|
80940
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
81599
80941
|
paymentId: stringType().optional(),
|
|
81600
80942
|
settlementId: nullableType(stringType()).optional(),
|
|
81601
80943
|
status: ListSettlementRefundsStatus$outboundSchema.optional(),
|
|
@@ -82372,7 +81714,7 @@ var init_listsettlements = __esm(() => {
|
|
|
82372
81714
|
});
|
|
82373
81715
|
|
|
82374
81716
|
// src/models/operations/listsubscriptionpayments.ts
|
|
82375
|
-
var ListSubscriptionPaymentsSort, ListSubscriptionPaymentsMode, ListSubscriptionPaymentsLineType, ListSubscriptionPaymentsCategory, ListSubscriptionPaymentsInterval, ListSubscriptionPaymentsLocale, ListSubscriptionPaymentsMethod, ListSubscriptionPaymentsCaptureMode, ListSubscriptionPaymentsRoutingMode, ListSubscriptionPaymentsRoutingType, ListSubscriptionPaymentsSequenceType, ListSubscriptionPaymentsStatus, ListSubscriptionPaymentsSort$inboundSchema, ListSubscriptionPaymentsSort$outboundSchema, ListSubscriptionPaymentsSort$, ListSubscriptionPaymentsRequest$inboundSchema, ListSubscriptionPaymentsRequest$outboundSchema, ListSubscriptionPaymentsRequest$, ListSubscriptionPaymentsBadRequestDocumentation$inboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$outboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$, ListSubscriptionPaymentsBadRequestLinks$inboundSchema, ListSubscriptionPaymentsBadRequestLinks$outboundSchema, ListSubscriptionPaymentsBadRequestLinks$, ListSubscriptionPaymentsMode$inboundSchema, ListSubscriptionPaymentsMode$outboundSchema, ListSubscriptionPaymentsMode$, ListSubscriptionPaymentsAmount$inboundSchema, ListSubscriptionPaymentsAmount$outboundSchema, ListSubscriptionPaymentsAmount$, ListSubscriptionPaymentsAmountRefunded$inboundSchema, ListSubscriptionPaymentsAmountRefunded$outboundSchema, ListSubscriptionPaymentsAmountRefunded$, ListSubscriptionPaymentsAmountRemaining$inboundSchema, ListSubscriptionPaymentsAmountRemaining$outboundSchema, ListSubscriptionPaymentsAmountRemaining$, ListSubscriptionPaymentsAmountCaptured$inboundSchema, ListSubscriptionPaymentsAmountCaptured$outboundSchema, ListSubscriptionPaymentsAmountCaptured$, ListSubscriptionPaymentsAmountChargedBack$inboundSchema, ListSubscriptionPaymentsAmountChargedBack$outboundSchema, ListSubscriptionPaymentsAmountChargedBack$, ListSubscriptionPaymentsSettlementAmount$inboundSchema, ListSubscriptionPaymentsSettlementAmount$outboundSchema, ListSubscriptionPaymentsSettlementAmount$, ListSubscriptionPaymentsLineType$inboundSchema, ListSubscriptionPaymentsLineType$outboundSchema, ListSubscriptionPaymentsLineType$, ListSubscriptionPaymentsUnitPrice$inboundSchema, ListSubscriptionPaymentsUnitPrice$outboundSchema, ListSubscriptionPaymentsUnitPrice$, ListSubscriptionPaymentsDiscountAmount$inboundSchema, ListSubscriptionPaymentsDiscountAmount$outboundSchema, ListSubscriptionPaymentsDiscountAmount$, ListSubscriptionPaymentsTotalAmount$inboundSchema, ListSubscriptionPaymentsTotalAmount$outboundSchema, ListSubscriptionPaymentsTotalAmount$, ListSubscriptionPaymentsVatAmount$inboundSchema, ListSubscriptionPaymentsVatAmount$outboundSchema, ListSubscriptionPaymentsVatAmount$, ListSubscriptionPaymentsCategory$inboundSchema, ListSubscriptionPaymentsCategory$outboundSchema, ListSubscriptionPaymentsCategory$, ListSubscriptionPaymentsInterval$inboundSchema, ListSubscriptionPaymentsInterval$outboundSchema, ListSubscriptionPaymentsInterval$, ListSubscriptionPaymentsRecurringAmount$inboundSchema, ListSubscriptionPaymentsRecurringAmount$outboundSchema, ListSubscriptionPaymentsRecurringAmount$, ListSubscriptionPaymentsRecurring$inboundSchema, ListSubscriptionPaymentsRecurring$outboundSchema, ListSubscriptionPaymentsRecurring$, ListSubscriptionPaymentsLine$inboundSchema, ListSubscriptionPaymentsLine$outboundSchema, ListSubscriptionPaymentsLine$, ListSubscriptionPaymentsBillingAddress$inboundSchema, ListSubscriptionPaymentsBillingAddress$outboundSchema, ListSubscriptionPaymentsBillingAddress$, ListSubscriptionPaymentsShippingAddress$inboundSchema, ListSubscriptionPaymentsShippingAddress$outboundSchema, ListSubscriptionPaymentsShippingAddress$, ListSubscriptionPaymentsLocale$inboundSchema, ListSubscriptionPaymentsLocale$outboundSchema, ListSubscriptionPaymentsLocale$, ListSubscriptionPaymentsMethod$inboundSchema, ListSubscriptionPaymentsMethod$outboundSchema, ListSubscriptionPaymentsMethod$, ListSubscriptionPaymentsMetadata$inboundSchema, ListSubscriptionPaymentsMetadata$outboundSchema, ListSubscriptionPaymentsMetadata$,
|
|
81717
|
+
var ListSubscriptionPaymentsSort, ListSubscriptionPaymentsMode, ListSubscriptionPaymentsLineType, ListSubscriptionPaymentsCategory, ListSubscriptionPaymentsInterval, ListSubscriptionPaymentsLocale, ListSubscriptionPaymentsMethod, ListSubscriptionPaymentsCaptureMode, ListSubscriptionPaymentsRoutingMode, ListSubscriptionPaymentsRoutingType, ListSubscriptionPaymentsSequenceType, ListSubscriptionPaymentsStatus, ListSubscriptionPaymentsSort$inboundSchema, ListSubscriptionPaymentsSort$outboundSchema, ListSubscriptionPaymentsSort$, ListSubscriptionPaymentsRequest$inboundSchema, ListSubscriptionPaymentsRequest$outboundSchema, ListSubscriptionPaymentsRequest$, ListSubscriptionPaymentsBadRequestDocumentation$inboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$outboundSchema, ListSubscriptionPaymentsBadRequestDocumentation$, ListSubscriptionPaymentsBadRequestLinks$inboundSchema, ListSubscriptionPaymentsBadRequestLinks$outboundSchema, ListSubscriptionPaymentsBadRequestLinks$, ListSubscriptionPaymentsMode$inboundSchema, ListSubscriptionPaymentsMode$outboundSchema, ListSubscriptionPaymentsMode$, ListSubscriptionPaymentsAmount$inboundSchema, ListSubscriptionPaymentsAmount$outboundSchema, ListSubscriptionPaymentsAmount$, ListSubscriptionPaymentsAmountRefunded$inboundSchema, ListSubscriptionPaymentsAmountRefunded$outboundSchema, ListSubscriptionPaymentsAmountRefunded$, ListSubscriptionPaymentsAmountRemaining$inboundSchema, ListSubscriptionPaymentsAmountRemaining$outboundSchema, ListSubscriptionPaymentsAmountRemaining$, ListSubscriptionPaymentsAmountCaptured$inboundSchema, ListSubscriptionPaymentsAmountCaptured$outboundSchema, ListSubscriptionPaymentsAmountCaptured$, ListSubscriptionPaymentsAmountChargedBack$inboundSchema, ListSubscriptionPaymentsAmountChargedBack$outboundSchema, ListSubscriptionPaymentsAmountChargedBack$, ListSubscriptionPaymentsSettlementAmount$inboundSchema, ListSubscriptionPaymentsSettlementAmount$outboundSchema, ListSubscriptionPaymentsSettlementAmount$, ListSubscriptionPaymentsLineType$inboundSchema, ListSubscriptionPaymentsLineType$outboundSchema, ListSubscriptionPaymentsLineType$, ListSubscriptionPaymentsUnitPrice$inboundSchema, ListSubscriptionPaymentsUnitPrice$outboundSchema, ListSubscriptionPaymentsUnitPrice$, ListSubscriptionPaymentsDiscountAmount$inboundSchema, ListSubscriptionPaymentsDiscountAmount$outboundSchema, ListSubscriptionPaymentsDiscountAmount$, ListSubscriptionPaymentsTotalAmount$inboundSchema, ListSubscriptionPaymentsTotalAmount$outboundSchema, ListSubscriptionPaymentsTotalAmount$, ListSubscriptionPaymentsVatAmount$inboundSchema, ListSubscriptionPaymentsVatAmount$outboundSchema, ListSubscriptionPaymentsVatAmount$, ListSubscriptionPaymentsCategory$inboundSchema, ListSubscriptionPaymentsCategory$outboundSchema, ListSubscriptionPaymentsCategory$, ListSubscriptionPaymentsInterval$inboundSchema, ListSubscriptionPaymentsInterval$outboundSchema, ListSubscriptionPaymentsInterval$, ListSubscriptionPaymentsRecurringAmount$inboundSchema, ListSubscriptionPaymentsRecurringAmount$outboundSchema, ListSubscriptionPaymentsRecurringAmount$, ListSubscriptionPaymentsRecurring$inboundSchema, ListSubscriptionPaymentsRecurring$outboundSchema, ListSubscriptionPaymentsRecurring$, ListSubscriptionPaymentsLine$inboundSchema, ListSubscriptionPaymentsLine$outboundSchema, ListSubscriptionPaymentsLine$, ListSubscriptionPaymentsBillingAddress$inboundSchema, ListSubscriptionPaymentsBillingAddress$outboundSchema, ListSubscriptionPaymentsBillingAddress$, ListSubscriptionPaymentsShippingAddress$inboundSchema, ListSubscriptionPaymentsShippingAddress$outboundSchema, ListSubscriptionPaymentsShippingAddress$, ListSubscriptionPaymentsLocale$inboundSchema, ListSubscriptionPaymentsLocale$outboundSchema, ListSubscriptionPaymentsLocale$, ListSubscriptionPaymentsMethod$inboundSchema, ListSubscriptionPaymentsMethod$outboundSchema, ListSubscriptionPaymentsMethod$, ListSubscriptionPaymentsMetadata$inboundSchema, ListSubscriptionPaymentsMetadata$outboundSchema, ListSubscriptionPaymentsMetadata$, ListSubscriptionPaymentsCaptureMode$inboundSchema, ListSubscriptionPaymentsCaptureMode$outboundSchema, ListSubscriptionPaymentsCaptureMode$, ListSubscriptionPaymentsApplicationFeeAmount$inboundSchema, ListSubscriptionPaymentsApplicationFeeAmount$outboundSchema, ListSubscriptionPaymentsApplicationFeeAmount$, ListSubscriptionPaymentsApplicationFee$inboundSchema, ListSubscriptionPaymentsApplicationFee$outboundSchema, ListSubscriptionPaymentsApplicationFee$, ListSubscriptionPaymentsRoutingMode$inboundSchema, ListSubscriptionPaymentsRoutingMode$outboundSchema, ListSubscriptionPaymentsRoutingMode$, ListSubscriptionPaymentsRoutingAmount$inboundSchema, ListSubscriptionPaymentsRoutingAmount$outboundSchema, ListSubscriptionPaymentsRoutingAmount$, ListSubscriptionPaymentsRoutingType$inboundSchema, ListSubscriptionPaymentsRoutingType$outboundSchema, ListSubscriptionPaymentsRoutingType$, ListSubscriptionPaymentsDestination$inboundSchema, ListSubscriptionPaymentsDestination$outboundSchema, ListSubscriptionPaymentsDestination$, ListSubscriptionPaymentsRoutingSelf$inboundSchema, ListSubscriptionPaymentsRoutingSelf$outboundSchema, ListSubscriptionPaymentsRoutingSelf$, ListSubscriptionPaymentsRoutingPayment$inboundSchema, ListSubscriptionPaymentsRoutingPayment$outboundSchema, ListSubscriptionPaymentsRoutingPayment$, ListSubscriptionPaymentsRoutingLinks$inboundSchema, ListSubscriptionPaymentsRoutingLinks$outboundSchema, ListSubscriptionPaymentsRoutingLinks$, ListSubscriptionPaymentsRouting$inboundSchema, ListSubscriptionPaymentsRouting$outboundSchema, ListSubscriptionPaymentsRouting$, ListSubscriptionPaymentsSequenceType$inboundSchema, ListSubscriptionPaymentsSequenceType$outboundSchema, ListSubscriptionPaymentsSequenceType$, ListSubscriptionPaymentsStatus$inboundSchema, ListSubscriptionPaymentsStatus$outboundSchema, ListSubscriptionPaymentsStatus$, ListSubscriptionPaymentsStatusReason$inboundSchema, ListSubscriptionPaymentsStatusReason$outboundSchema, ListSubscriptionPaymentsStatusReason$, ListSubscriptionPaymentsPaymentSelf$inboundSchema, ListSubscriptionPaymentsPaymentSelf$outboundSchema, ListSubscriptionPaymentsPaymentSelf$, ListSubscriptionPaymentsCheckout$inboundSchema, ListSubscriptionPaymentsCheckout$outboundSchema, ListSubscriptionPaymentsCheckout$, ListSubscriptionPaymentsMobileAppCheckout$inboundSchema, ListSubscriptionPaymentsMobileAppCheckout$outboundSchema, ListSubscriptionPaymentsMobileAppCheckout$, ListSubscriptionPaymentsChangePaymentState$inboundSchema, ListSubscriptionPaymentsChangePaymentState$outboundSchema, ListSubscriptionPaymentsChangePaymentState$, ListSubscriptionPaymentsDashboard$inboundSchema, ListSubscriptionPaymentsDashboard$outboundSchema, ListSubscriptionPaymentsDashboard$, ListSubscriptionPaymentsRefunds$inboundSchema, ListSubscriptionPaymentsRefunds$outboundSchema, ListSubscriptionPaymentsRefunds$, ListSubscriptionPaymentsChargebacks$inboundSchema, ListSubscriptionPaymentsChargebacks$outboundSchema, ListSubscriptionPaymentsChargebacks$, ListSubscriptionPaymentsCaptures$inboundSchema, ListSubscriptionPaymentsCaptures$outboundSchema, ListSubscriptionPaymentsCaptures$, ListSubscriptionPaymentsSettlement$inboundSchema, ListSubscriptionPaymentsSettlement$outboundSchema, ListSubscriptionPaymentsSettlement$, ListSubscriptionPaymentsCustomer$inboundSchema, ListSubscriptionPaymentsCustomer$outboundSchema, ListSubscriptionPaymentsCustomer$, ListSubscriptionPaymentsMandate$inboundSchema, ListSubscriptionPaymentsMandate$outboundSchema, ListSubscriptionPaymentsMandate$, ListSubscriptionPaymentsSubscription$inboundSchema, ListSubscriptionPaymentsSubscription$outboundSchema, ListSubscriptionPaymentsSubscription$, ListSubscriptionPaymentsOrder$inboundSchema, ListSubscriptionPaymentsOrder$outboundSchema, ListSubscriptionPaymentsOrder$, ListSubscriptionPaymentsTerminal$inboundSchema, ListSubscriptionPaymentsTerminal$outboundSchema, ListSubscriptionPaymentsTerminal$, ListSubscriptionPaymentsPaymentDocumentation$inboundSchema, ListSubscriptionPaymentsPaymentDocumentation$outboundSchema, ListSubscriptionPaymentsPaymentDocumentation$, ListSubscriptionPaymentsPaymentLinks$inboundSchema, ListSubscriptionPaymentsPaymentLinks$outboundSchema, ListSubscriptionPaymentsPaymentLinks$, ListSubscriptionPaymentsPaymentOutput$inboundSchema, ListSubscriptionPaymentsPaymentOutput$outboundSchema, ListSubscriptionPaymentsPaymentOutput$, ListSubscriptionPaymentsEmbedded$inboundSchema, ListSubscriptionPaymentsEmbedded$outboundSchema, ListSubscriptionPaymentsEmbedded$, ListSubscriptionPaymentsSelf$inboundSchema, ListSubscriptionPaymentsSelf$outboundSchema, ListSubscriptionPaymentsSelf$, ListSubscriptionPaymentsPrevious$inboundSchema, ListSubscriptionPaymentsPrevious$outboundSchema, ListSubscriptionPaymentsPrevious$, ListSubscriptionPaymentsNext$inboundSchema, ListSubscriptionPaymentsNext$outboundSchema, ListSubscriptionPaymentsNext$, ListSubscriptionPaymentsDocumentation$inboundSchema, ListSubscriptionPaymentsDocumentation$outboundSchema, ListSubscriptionPaymentsDocumentation$, ListSubscriptionPaymentsLinks$inboundSchema, ListSubscriptionPaymentsLinks$outboundSchema, ListSubscriptionPaymentsLinks$, ListSubscriptionPaymentsResponse$inboundSchema, ListSubscriptionPaymentsResponse$outboundSchema, ListSubscriptionPaymentsResponse$;
|
|
82376
81718
|
var init_listsubscriptionpayments = __esm(() => {
|
|
82377
81719
|
init_esm();
|
|
82378
81720
|
init_primitives();
|
|
@@ -82828,26 +82170,12 @@ var init_listsubscriptionpayments = __esm(() => {
|
|
|
82828
82170
|
ListSubscriptionPaymentsMethod$.inboundSchema = ListSubscriptionPaymentsMethod$inboundSchema;
|
|
82829
82171
|
ListSubscriptionPaymentsMethod$.outboundSchema = ListSubscriptionPaymentsMethod$outboundSchema;
|
|
82830
82172
|
})(ListSubscriptionPaymentsMethod$ ||= {});
|
|
82831
|
-
ListSubscriptionPaymentsMetadata$inboundSchema =
|
|
82832
|
-
ListSubscriptionPaymentsMetadata$outboundSchema =
|
|
82173
|
+
ListSubscriptionPaymentsMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
82174
|
+
ListSubscriptionPaymentsMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
82833
82175
|
((ListSubscriptionPaymentsMetadata$) => {
|
|
82834
82176
|
ListSubscriptionPaymentsMetadata$.inboundSchema = ListSubscriptionPaymentsMetadata$inboundSchema;
|
|
82835
82177
|
ListSubscriptionPaymentsMetadata$.outboundSchema = ListSubscriptionPaymentsMetadata$outboundSchema;
|
|
82836
82178
|
})(ListSubscriptionPaymentsMetadata$ ||= {});
|
|
82837
|
-
ListSubscriptionPaymentsMetadataUnion$inboundSchema = unionType([
|
|
82838
|
-
lazyType(() => ListSubscriptionPaymentsMetadata$inboundSchema),
|
|
82839
|
-
stringType(),
|
|
82840
|
-
arrayType(stringType())
|
|
82841
|
-
]);
|
|
82842
|
-
ListSubscriptionPaymentsMetadataUnion$outboundSchema = unionType([
|
|
82843
|
-
lazyType(() => ListSubscriptionPaymentsMetadata$outboundSchema),
|
|
82844
|
-
stringType(),
|
|
82845
|
-
arrayType(stringType())
|
|
82846
|
-
]);
|
|
82847
|
-
((ListSubscriptionPaymentsMetadataUnion$) => {
|
|
82848
|
-
ListSubscriptionPaymentsMetadataUnion$.inboundSchema = ListSubscriptionPaymentsMetadataUnion$inboundSchema;
|
|
82849
|
-
ListSubscriptionPaymentsMetadataUnion$.outboundSchema = ListSubscriptionPaymentsMetadataUnion$outboundSchema;
|
|
82850
|
-
})(ListSubscriptionPaymentsMetadataUnion$ ||= {});
|
|
82851
82179
|
ListSubscriptionPaymentsCaptureMode$inboundSchema = nativeEnumType(ListSubscriptionPaymentsCaptureMode);
|
|
82852
82180
|
ListSubscriptionPaymentsCaptureMode$outboundSchema = ListSubscriptionPaymentsCaptureMode$inboundSchema;
|
|
82853
82181
|
((ListSubscriptionPaymentsCaptureMode$) => {
|
|
@@ -83245,11 +82573,7 @@ var init_listsubscriptionpayments = __esm(() => {
|
|
|
83245
82573
|
countryCode: nullableType(stringType()).optional(),
|
|
83246
82574
|
method: nullableType(ListSubscriptionPaymentsMethod$inboundSchema).optional(),
|
|
83247
82575
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
83248
|
-
metadata: nullableType(unionType([
|
|
83249
|
-
lazyType(() => ListSubscriptionPaymentsMetadata$inboundSchema),
|
|
83250
|
-
stringType(),
|
|
83251
|
-
arrayType(stringType())
|
|
83252
|
-
])).optional(),
|
|
82576
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
83253
82577
|
captureMode: nullableType(ListSubscriptionPaymentsCaptureMode$inboundSchema).optional(),
|
|
83254
82578
|
captureDelay: nullableType(stringType()).optional(),
|
|
83255
82579
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -83300,11 +82624,7 @@ var init_listsubscriptionpayments = __esm(() => {
|
|
|
83300
82624
|
countryCode: nullableType(stringType()).optional(),
|
|
83301
82625
|
method: nullableType(ListSubscriptionPaymentsMethod$outboundSchema).optional(),
|
|
83302
82626
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
83303
|
-
metadata: nullableType(unionType([
|
|
83304
|
-
lazyType(() => ListSubscriptionPaymentsMetadata$outboundSchema),
|
|
83305
|
-
stringType(),
|
|
83306
|
-
arrayType(stringType())
|
|
83307
|
-
])).optional(),
|
|
82627
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
83308
82628
|
captureMode: nullableType(ListSubscriptionPaymentsCaptureMode$outboundSchema).optional(),
|
|
83309
82629
|
captureDelay: nullableType(stringType()).optional(),
|
|
83310
82630
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -83439,7 +82759,7 @@ var init_listsubscriptionpayments = __esm(() => {
|
|
|
83439
82759
|
});
|
|
83440
82760
|
|
|
83441
82761
|
// src/models/operations/listsubscriptions.ts
|
|
83442
|
-
var ListSubscriptionsSort, ListSubscriptionsMode, ListSubscriptionsStatus, ListSubscriptionsInterval, ListSubscriptionsMethod, ListSubscriptionsSort$inboundSchema, ListSubscriptionsSort$outboundSchema, ListSubscriptionsSort$, ListSubscriptionsRequest$inboundSchema, ListSubscriptionsRequest$outboundSchema, ListSubscriptionsRequest$, ListSubscriptionsNotFoundDocumentation$inboundSchema, ListSubscriptionsNotFoundDocumentation$outboundSchema, ListSubscriptionsNotFoundDocumentation$, ListSubscriptionsNotFoundLinks$inboundSchema, ListSubscriptionsNotFoundLinks$outboundSchema, ListSubscriptionsNotFoundLinks$, ListSubscriptionsBadRequestDocumentation$inboundSchema, ListSubscriptionsBadRequestDocumentation$outboundSchema, ListSubscriptionsBadRequestDocumentation$, ListSubscriptionsBadRequestLinks$inboundSchema, ListSubscriptionsBadRequestLinks$outboundSchema, ListSubscriptionsBadRequestLinks$, ListSubscriptionsMode$inboundSchema, ListSubscriptionsMode$outboundSchema, ListSubscriptionsMode$, ListSubscriptionsStatus$inboundSchema, ListSubscriptionsStatus$outboundSchema, ListSubscriptionsStatus$, ListSubscriptionsAmount$inboundSchema, ListSubscriptionsAmount$outboundSchema, ListSubscriptionsAmount$, ListSubscriptionsInterval$inboundSchema, ListSubscriptionsInterval$outboundSchema, ListSubscriptionsInterval$, ListSubscriptionsMethod$inboundSchema, ListSubscriptionsMethod$outboundSchema, ListSubscriptionsMethod$, ListSubscriptionsApplicationFeeAmount$inboundSchema, ListSubscriptionsApplicationFeeAmount$outboundSchema, ListSubscriptionsApplicationFeeAmount$, ListSubscriptionsApplicationFee$inboundSchema, ListSubscriptionsApplicationFee$outboundSchema, ListSubscriptionsApplicationFee$, ListSubscriptionsMetadata$inboundSchema, ListSubscriptionsMetadata$outboundSchema, ListSubscriptionsMetadata$,
|
|
82762
|
+
var ListSubscriptionsSort, ListSubscriptionsMode, ListSubscriptionsStatus, ListSubscriptionsInterval, ListSubscriptionsMethod, ListSubscriptionsSort$inboundSchema, ListSubscriptionsSort$outboundSchema, ListSubscriptionsSort$, ListSubscriptionsRequest$inboundSchema, ListSubscriptionsRequest$outboundSchema, ListSubscriptionsRequest$, ListSubscriptionsNotFoundDocumentation$inboundSchema, ListSubscriptionsNotFoundDocumentation$outboundSchema, ListSubscriptionsNotFoundDocumentation$, ListSubscriptionsNotFoundLinks$inboundSchema, ListSubscriptionsNotFoundLinks$outboundSchema, ListSubscriptionsNotFoundLinks$, ListSubscriptionsBadRequestDocumentation$inboundSchema, ListSubscriptionsBadRequestDocumentation$outboundSchema, ListSubscriptionsBadRequestDocumentation$, ListSubscriptionsBadRequestLinks$inboundSchema, ListSubscriptionsBadRequestLinks$outboundSchema, ListSubscriptionsBadRequestLinks$, ListSubscriptionsMode$inboundSchema, ListSubscriptionsMode$outboundSchema, ListSubscriptionsMode$, ListSubscriptionsStatus$inboundSchema, ListSubscriptionsStatus$outboundSchema, ListSubscriptionsStatus$, ListSubscriptionsAmount$inboundSchema, ListSubscriptionsAmount$outboundSchema, ListSubscriptionsAmount$, ListSubscriptionsInterval$inboundSchema, ListSubscriptionsInterval$outboundSchema, ListSubscriptionsInterval$, ListSubscriptionsMethod$inboundSchema, ListSubscriptionsMethod$outboundSchema, ListSubscriptionsMethod$, ListSubscriptionsApplicationFeeAmount$inboundSchema, ListSubscriptionsApplicationFeeAmount$outboundSchema, ListSubscriptionsApplicationFeeAmount$, ListSubscriptionsApplicationFee$inboundSchema, ListSubscriptionsApplicationFee$outboundSchema, ListSubscriptionsApplicationFee$, ListSubscriptionsMetadata$inboundSchema, ListSubscriptionsMetadata$outboundSchema, ListSubscriptionsMetadata$, ListSubscriptionsSubscriptionSelf$inboundSchema, ListSubscriptionsSubscriptionSelf$outboundSchema, ListSubscriptionsSubscriptionSelf$, ListSubscriptionsCustomer$inboundSchema, ListSubscriptionsCustomer$outboundSchema, ListSubscriptionsCustomer$, ListSubscriptionsMandate$inboundSchema, ListSubscriptionsMandate$outboundSchema, ListSubscriptionsMandate$, ListSubscriptionsProfile$inboundSchema, ListSubscriptionsProfile$outboundSchema, ListSubscriptionsProfile$, ListSubscriptionsPayments$inboundSchema, ListSubscriptionsPayments$outboundSchema, ListSubscriptionsPayments$, ListSubscriptionsSubscriptionDocumentation$inboundSchema, ListSubscriptionsSubscriptionDocumentation$outboundSchema, ListSubscriptionsSubscriptionDocumentation$, ListSubscriptionsSubscriptionLinks$inboundSchema, ListSubscriptionsSubscriptionLinks$outboundSchema, ListSubscriptionsSubscriptionLinks$, ListSubscriptionsSubscription$inboundSchema, ListSubscriptionsSubscription$outboundSchema, ListSubscriptionsSubscription$, ListSubscriptionsEmbedded$inboundSchema, ListSubscriptionsEmbedded$outboundSchema, ListSubscriptionsEmbedded$, ListSubscriptionsSelf$inboundSchema, ListSubscriptionsSelf$outboundSchema, ListSubscriptionsSelf$, ListSubscriptionsPrevious$inboundSchema, ListSubscriptionsPrevious$outboundSchema, ListSubscriptionsPrevious$, ListSubscriptionsNext$inboundSchema, ListSubscriptionsNext$outboundSchema, ListSubscriptionsNext$, ListSubscriptionsDocumentation$inboundSchema, ListSubscriptionsDocumentation$outboundSchema, ListSubscriptionsDocumentation$, ListSubscriptionsLinks$inboundSchema, ListSubscriptionsLinks$outboundSchema, ListSubscriptionsLinks$, ListSubscriptionsResponse$inboundSchema, ListSubscriptionsResponse$outboundSchema, ListSubscriptionsResponse$;
|
|
83443
82763
|
var init_listsubscriptions = __esm(() => {
|
|
83444
82764
|
init_esm();
|
|
83445
82765
|
init_primitives();
|
|
@@ -83596,26 +82916,12 @@ var init_listsubscriptions = __esm(() => {
|
|
|
83596
82916
|
ListSubscriptionsApplicationFee$.inboundSchema = ListSubscriptionsApplicationFee$inboundSchema;
|
|
83597
82917
|
ListSubscriptionsApplicationFee$.outboundSchema = ListSubscriptionsApplicationFee$outboundSchema;
|
|
83598
82918
|
})(ListSubscriptionsApplicationFee$ ||= {});
|
|
83599
|
-
ListSubscriptionsMetadata$inboundSchema =
|
|
83600
|
-
ListSubscriptionsMetadata$outboundSchema =
|
|
82919
|
+
ListSubscriptionsMetadata$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
82920
|
+
ListSubscriptionsMetadata$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
83601
82921
|
((ListSubscriptionsMetadata$) => {
|
|
83602
82922
|
ListSubscriptionsMetadata$.inboundSchema = ListSubscriptionsMetadata$inboundSchema;
|
|
83603
82923
|
ListSubscriptionsMetadata$.outboundSchema = ListSubscriptionsMetadata$outboundSchema;
|
|
83604
82924
|
})(ListSubscriptionsMetadata$ ||= {});
|
|
83605
|
-
ListSubscriptionsMetadataUnion$inboundSchema = unionType([
|
|
83606
|
-
lazyType(() => ListSubscriptionsMetadata$inboundSchema),
|
|
83607
|
-
stringType(),
|
|
83608
|
-
arrayType(stringType())
|
|
83609
|
-
]);
|
|
83610
|
-
ListSubscriptionsMetadataUnion$outboundSchema = unionType([
|
|
83611
|
-
lazyType(() => ListSubscriptionsMetadata$outboundSchema),
|
|
83612
|
-
stringType(),
|
|
83613
|
-
arrayType(stringType())
|
|
83614
|
-
]);
|
|
83615
|
-
((ListSubscriptionsMetadataUnion$) => {
|
|
83616
|
-
ListSubscriptionsMetadataUnion$.inboundSchema = ListSubscriptionsMetadataUnion$inboundSchema;
|
|
83617
|
-
ListSubscriptionsMetadataUnion$.outboundSchema = ListSubscriptionsMetadataUnion$outboundSchema;
|
|
83618
|
-
})(ListSubscriptionsMetadataUnion$ ||= {});
|
|
83619
82925
|
ListSubscriptionsSubscriptionSelf$inboundSchema = objectType({
|
|
83620
82926
|
href: stringType(),
|
|
83621
82927
|
type: stringType()
|
|
@@ -83722,11 +83028,7 @@ var init_listsubscriptions = __esm(() => {
|
|
|
83722
83028
|
description: stringType(),
|
|
83723
83029
|
method: nullableType(ListSubscriptionsMethod$inboundSchema),
|
|
83724
83030
|
applicationFee: lazyType(() => ListSubscriptionsApplicationFee$inboundSchema).optional(),
|
|
83725
|
-
metadata: nullableType(unionType([
|
|
83726
|
-
lazyType(() => ListSubscriptionsMetadata$inboundSchema),
|
|
83727
|
-
stringType(),
|
|
83728
|
-
arrayType(stringType())
|
|
83729
|
-
])),
|
|
83031
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
83730
83032
|
webhookUrl: stringType(),
|
|
83731
83033
|
customerId: stringType(),
|
|
83732
83034
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -83752,11 +83054,7 @@ var init_listsubscriptions = __esm(() => {
|
|
|
83752
83054
|
description: stringType(),
|
|
83753
83055
|
method: nullableType(ListSubscriptionsMethod$outboundSchema),
|
|
83754
83056
|
applicationFee: lazyType(() => ListSubscriptionsApplicationFee$outboundSchema).optional(),
|
|
83755
|
-
metadata: nullableType(unionType([
|
|
83756
|
-
lazyType(() => ListSubscriptionsMetadata$outboundSchema),
|
|
83757
|
-
stringType(),
|
|
83758
|
-
arrayType(stringType())
|
|
83759
|
-
])),
|
|
83057
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
83760
83058
|
webhookUrl: stringType(),
|
|
83761
83059
|
customerId: stringType(),
|
|
83762
83060
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -85123,7 +84421,7 @@ var init_testwebhook = __esm(() => {
|
|
|
85123
84421
|
});
|
|
85124
84422
|
|
|
85125
84423
|
// src/models/operations/updatecustomer.ts
|
|
85126
|
-
var UpdateCustomerLocaleRequest, UpdateCustomerMode, UpdateCustomerLocaleResponse, UpdateCustomerLocaleRequest$inboundSchema, UpdateCustomerLocaleRequest$outboundSchema, UpdateCustomerLocaleRequest$, UpdateCustomerMetadataRequest$inboundSchema, UpdateCustomerMetadataRequest$outboundSchema, UpdateCustomerMetadataRequest$,
|
|
84424
|
+
var UpdateCustomerLocaleRequest, UpdateCustomerMode, UpdateCustomerLocaleResponse, UpdateCustomerLocaleRequest$inboundSchema, UpdateCustomerLocaleRequest$outboundSchema, UpdateCustomerLocaleRequest$, UpdateCustomerMetadataRequest$inboundSchema, UpdateCustomerMetadataRequest$outboundSchema, UpdateCustomerMetadataRequest$, UpdateCustomerRequestBody$inboundSchema, UpdateCustomerRequestBody$outboundSchema, UpdateCustomerRequestBody$, UpdateCustomerRequest$inboundSchema, UpdateCustomerRequest$outboundSchema, UpdateCustomerRequest$, UpdateCustomerNotFoundDocumentation$inboundSchema, UpdateCustomerNotFoundDocumentation$outboundSchema, UpdateCustomerNotFoundDocumentation$, UpdateCustomerNotFoundLinks$inboundSchema, UpdateCustomerNotFoundLinks$outboundSchema, UpdateCustomerNotFoundLinks$, UpdateCustomerMode$inboundSchema, UpdateCustomerMode$outboundSchema, UpdateCustomerMode$, UpdateCustomerLocaleResponse$inboundSchema, UpdateCustomerLocaleResponse$outboundSchema, UpdateCustomerLocaleResponse$, UpdateCustomerMetadataResponse$inboundSchema, UpdateCustomerMetadataResponse$outboundSchema, UpdateCustomerMetadataResponse$, UpdateCustomerSelf$inboundSchema, UpdateCustomerSelf$outboundSchema, UpdateCustomerSelf$, UpdateCustomerDashboard$inboundSchema, UpdateCustomerDashboard$outboundSchema, UpdateCustomerDashboard$, UpdateCustomerPayments$inboundSchema, UpdateCustomerPayments$outboundSchema, UpdateCustomerPayments$, UpdateCustomerMandates$inboundSchema, UpdateCustomerMandates$outboundSchema, UpdateCustomerMandates$, UpdateCustomerSubscriptions$inboundSchema, UpdateCustomerSubscriptions$outboundSchema, UpdateCustomerSubscriptions$, UpdateCustomerDocumentation$inboundSchema, UpdateCustomerDocumentation$outboundSchema, UpdateCustomerDocumentation$, UpdateCustomerLinks$inboundSchema, UpdateCustomerLinks$outboundSchema, UpdateCustomerLinks$, UpdateCustomerResponse$inboundSchema, UpdateCustomerResponse$outboundSchema, UpdateCustomerResponse$;
|
|
85127
84425
|
var init_updatecustomer = __esm(() => {
|
|
85128
84426
|
init_esm();
|
|
85129
84427
|
init_primitives();
|
|
@@ -85185,46 +84483,24 @@ var init_updatecustomer = __esm(() => {
|
|
|
85185
84483
|
UpdateCustomerLocaleRequest$.inboundSchema = UpdateCustomerLocaleRequest$inboundSchema;
|
|
85186
84484
|
UpdateCustomerLocaleRequest$.outboundSchema = UpdateCustomerLocaleRequest$outboundSchema;
|
|
85187
84485
|
})(UpdateCustomerLocaleRequest$ ||= {});
|
|
85188
|
-
UpdateCustomerMetadataRequest$inboundSchema =
|
|
85189
|
-
UpdateCustomerMetadataRequest$outboundSchema =
|
|
84486
|
+
UpdateCustomerMetadataRequest$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
84487
|
+
UpdateCustomerMetadataRequest$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
85190
84488
|
((UpdateCustomerMetadataRequest$) => {
|
|
85191
84489
|
UpdateCustomerMetadataRequest$.inboundSchema = UpdateCustomerMetadataRequest$inboundSchema;
|
|
85192
84490
|
UpdateCustomerMetadataRequest$.outboundSchema = UpdateCustomerMetadataRequest$outboundSchema;
|
|
85193
84491
|
})(UpdateCustomerMetadataRequest$ ||= {});
|
|
85194
|
-
UpdateCustomerMetadataRequestUnion$inboundSchema = unionType([
|
|
85195
|
-
lazyType(() => UpdateCustomerMetadataRequest$inboundSchema),
|
|
85196
|
-
stringType(),
|
|
85197
|
-
arrayType(stringType())
|
|
85198
|
-
]);
|
|
85199
|
-
UpdateCustomerMetadataRequestUnion$outboundSchema = unionType([
|
|
85200
|
-
lazyType(() => UpdateCustomerMetadataRequest$outboundSchema),
|
|
85201
|
-
stringType(),
|
|
85202
|
-
arrayType(stringType())
|
|
85203
|
-
]);
|
|
85204
|
-
((UpdateCustomerMetadataRequestUnion$) => {
|
|
85205
|
-
UpdateCustomerMetadataRequestUnion$.inboundSchema = UpdateCustomerMetadataRequestUnion$inboundSchema;
|
|
85206
|
-
UpdateCustomerMetadataRequestUnion$.outboundSchema = UpdateCustomerMetadataRequestUnion$outboundSchema;
|
|
85207
|
-
})(UpdateCustomerMetadataRequestUnion$ ||= {});
|
|
85208
84492
|
UpdateCustomerRequestBody$inboundSchema = objectType({
|
|
85209
84493
|
name: nullableType(stringType()).optional(),
|
|
85210
84494
|
email: nullableType(stringType()).optional(),
|
|
85211
84495
|
locale: nullableType(UpdateCustomerLocaleRequest$inboundSchema).optional(),
|
|
85212
|
-
metadata: nullableType(unionType([
|
|
85213
|
-
lazyType(() => UpdateCustomerMetadataRequest$inboundSchema),
|
|
85214
|
-
stringType(),
|
|
85215
|
-
arrayType(stringType())
|
|
85216
|
-
])).optional(),
|
|
84496
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
85217
84497
|
testmode: nullableType(booleanType()).optional()
|
|
85218
84498
|
});
|
|
85219
84499
|
UpdateCustomerRequestBody$outboundSchema = objectType({
|
|
85220
84500
|
name: nullableType(stringType()).optional(),
|
|
85221
84501
|
email: nullableType(stringType()).optional(),
|
|
85222
84502
|
locale: nullableType(UpdateCustomerLocaleRequest$outboundSchema).optional(),
|
|
85223
|
-
metadata: nullableType(unionType([
|
|
85224
|
-
lazyType(() => UpdateCustomerMetadataRequest$outboundSchema),
|
|
85225
|
-
stringType(),
|
|
85226
|
-
arrayType(stringType())
|
|
85227
|
-
])).optional(),
|
|
84503
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
85228
84504
|
testmode: nullableType(booleanType()).optional()
|
|
85229
84505
|
});
|
|
85230
84506
|
((UpdateCustomerRequestBody$) => {
|
|
@@ -85285,26 +84561,12 @@ var init_updatecustomer = __esm(() => {
|
|
|
85285
84561
|
UpdateCustomerLocaleResponse$.inboundSchema = UpdateCustomerLocaleResponse$inboundSchema;
|
|
85286
84562
|
UpdateCustomerLocaleResponse$.outboundSchema = UpdateCustomerLocaleResponse$outboundSchema;
|
|
85287
84563
|
})(UpdateCustomerLocaleResponse$ ||= {});
|
|
85288
|
-
UpdateCustomerMetadataResponse$inboundSchema =
|
|
85289
|
-
UpdateCustomerMetadataResponse$outboundSchema =
|
|
84564
|
+
UpdateCustomerMetadataResponse$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
84565
|
+
UpdateCustomerMetadataResponse$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
85290
84566
|
((UpdateCustomerMetadataResponse$) => {
|
|
85291
84567
|
UpdateCustomerMetadataResponse$.inboundSchema = UpdateCustomerMetadataResponse$inboundSchema;
|
|
85292
84568
|
UpdateCustomerMetadataResponse$.outboundSchema = UpdateCustomerMetadataResponse$outboundSchema;
|
|
85293
84569
|
})(UpdateCustomerMetadataResponse$ ||= {});
|
|
85294
|
-
UpdateCustomerMetadataResponseUnion$inboundSchema = unionType([
|
|
85295
|
-
lazyType(() => UpdateCustomerMetadataResponse$inboundSchema),
|
|
85296
|
-
stringType(),
|
|
85297
|
-
arrayType(stringType())
|
|
85298
|
-
]);
|
|
85299
|
-
UpdateCustomerMetadataResponseUnion$outboundSchema = unionType([
|
|
85300
|
-
lazyType(() => UpdateCustomerMetadataResponse$outboundSchema),
|
|
85301
|
-
stringType(),
|
|
85302
|
-
arrayType(stringType())
|
|
85303
|
-
]);
|
|
85304
|
-
((UpdateCustomerMetadataResponseUnion$) => {
|
|
85305
|
-
UpdateCustomerMetadataResponseUnion$.inboundSchema = UpdateCustomerMetadataResponseUnion$inboundSchema;
|
|
85306
|
-
UpdateCustomerMetadataResponseUnion$.outboundSchema = UpdateCustomerMetadataResponseUnion$outboundSchema;
|
|
85307
|
-
})(UpdateCustomerMetadataResponseUnion$ ||= {});
|
|
85308
84570
|
UpdateCustomerSelf$inboundSchema = objectType({
|
|
85309
84571
|
href: stringType(),
|
|
85310
84572
|
type: stringType()
|
|
@@ -85404,11 +84666,7 @@ var init_updatecustomer = __esm(() => {
|
|
|
85404
84666
|
name: nullableType(stringType()),
|
|
85405
84667
|
email: nullableType(stringType()),
|
|
85406
84668
|
locale: nullableType(UpdateCustomerLocaleResponse$inboundSchema),
|
|
85407
|
-
metadata: nullableType(unionType([
|
|
85408
|
-
lazyType(() => UpdateCustomerMetadataResponse$inboundSchema),
|
|
85409
|
-
stringType(),
|
|
85410
|
-
arrayType(stringType())
|
|
85411
|
-
])),
|
|
84669
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
85412
84670
|
createdAt: stringType(),
|
|
85413
84671
|
_links: lazyType(() => UpdateCustomerLinks$inboundSchema)
|
|
85414
84672
|
}).transform((v2) => {
|
|
@@ -85423,11 +84681,7 @@ var init_updatecustomer = __esm(() => {
|
|
|
85423
84681
|
name: nullableType(stringType()),
|
|
85424
84682
|
email: nullableType(stringType()),
|
|
85425
84683
|
locale: nullableType(UpdateCustomerLocaleResponse$outboundSchema),
|
|
85426
|
-
metadata: nullableType(unionType([
|
|
85427
|
-
lazyType(() => UpdateCustomerMetadataResponse$outboundSchema),
|
|
85428
|
-
stringType(),
|
|
85429
|
-
arrayType(stringType())
|
|
85430
|
-
])),
|
|
84684
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
85431
84685
|
createdAt: stringType(),
|
|
85432
84686
|
links: lazyType(() => UpdateCustomerLinks$outboundSchema)
|
|
85433
84687
|
}).transform((v2) => {
|
|
@@ -85442,7 +84696,7 @@ var init_updatecustomer = __esm(() => {
|
|
|
85442
84696
|
});
|
|
85443
84697
|
|
|
85444
84698
|
// src/models/operations/updatepayment.ts
|
|
85445
|
-
var UpdatePaymentMethodRequest, UpdatePaymentLocaleRequest, UpdatePaymentMode, UpdatePaymentLineType, UpdatePaymentCategory, UpdatePaymentInterval, UpdatePaymentLocaleResponse, UpdatePaymentMethodResponse, UpdatePaymentCaptureMode, UpdatePaymentRoutingMode, UpdatePaymentRoutingType, UpdatePaymentSequenceType, UpdatePaymentStatus, UpdatePaymentMetadataRequest$inboundSchema, UpdatePaymentMetadataRequest$outboundSchema, UpdatePaymentMetadataRequest$,
|
|
84699
|
+
var UpdatePaymentMethodRequest, UpdatePaymentLocaleRequest, UpdatePaymentMode, UpdatePaymentLineType, UpdatePaymentCategory, UpdatePaymentInterval, UpdatePaymentLocaleResponse, UpdatePaymentMethodResponse, UpdatePaymentCaptureMode, UpdatePaymentRoutingMode, UpdatePaymentRoutingType, UpdatePaymentSequenceType, UpdatePaymentStatus, UpdatePaymentMetadataRequest$inboundSchema, UpdatePaymentMetadataRequest$outboundSchema, UpdatePaymentMetadataRequest$, UpdatePaymentMethodRequest$inboundSchema, UpdatePaymentMethodRequest$outboundSchema, UpdatePaymentMethodRequest$, UpdatePaymentLocaleRequest$inboundSchema, UpdatePaymentLocaleRequest$outboundSchema, UpdatePaymentLocaleRequest$, UpdatePaymentBillingAddressRequest$inboundSchema, UpdatePaymentBillingAddressRequest$outboundSchema, UpdatePaymentBillingAddressRequest$, UpdatePaymentShippingAddressRequest$inboundSchema, UpdatePaymentShippingAddressRequest$outboundSchema, UpdatePaymentShippingAddressRequest$, UpdatePaymentRequestBody$inboundSchema, UpdatePaymentRequestBody$outboundSchema, UpdatePaymentRequestBody$, UpdatePaymentRequest$inboundSchema, UpdatePaymentRequest$outboundSchema, UpdatePaymentRequest$, UpdatePaymentUnprocessableEntityDocumentation$inboundSchema, UpdatePaymentUnprocessableEntityDocumentation$outboundSchema, UpdatePaymentUnprocessableEntityDocumentation$, UpdatePaymentUnprocessableEntityLinks$inboundSchema, UpdatePaymentUnprocessableEntityLinks$outboundSchema, UpdatePaymentUnprocessableEntityLinks$, UpdatePaymentNotFoundDocumentation$inboundSchema, UpdatePaymentNotFoundDocumentation$outboundSchema, UpdatePaymentNotFoundDocumentation$, UpdatePaymentNotFoundLinks$inboundSchema, UpdatePaymentNotFoundLinks$outboundSchema, UpdatePaymentNotFoundLinks$, UpdatePaymentMode$inboundSchema, UpdatePaymentMode$outboundSchema, UpdatePaymentMode$, UpdatePaymentAmount$inboundSchema, UpdatePaymentAmount$outboundSchema, UpdatePaymentAmount$, UpdatePaymentAmountRefunded$inboundSchema, UpdatePaymentAmountRefunded$outboundSchema, UpdatePaymentAmountRefunded$, UpdatePaymentAmountRemaining$inboundSchema, UpdatePaymentAmountRemaining$outboundSchema, UpdatePaymentAmountRemaining$, UpdatePaymentAmountCaptured$inboundSchema, UpdatePaymentAmountCaptured$outboundSchema, UpdatePaymentAmountCaptured$, UpdatePaymentAmountChargedBack$inboundSchema, UpdatePaymentAmountChargedBack$outboundSchema, UpdatePaymentAmountChargedBack$, UpdatePaymentSettlementAmount$inboundSchema, UpdatePaymentSettlementAmount$outboundSchema, UpdatePaymentSettlementAmount$, UpdatePaymentLineType$inboundSchema, UpdatePaymentLineType$outboundSchema, UpdatePaymentLineType$, UpdatePaymentUnitPrice$inboundSchema, UpdatePaymentUnitPrice$outboundSchema, UpdatePaymentUnitPrice$, UpdatePaymentDiscountAmount$inboundSchema, UpdatePaymentDiscountAmount$outboundSchema, UpdatePaymentDiscountAmount$, UpdatePaymentTotalAmount$inboundSchema, UpdatePaymentTotalAmount$outboundSchema, UpdatePaymentTotalAmount$, UpdatePaymentVatAmount$inboundSchema, UpdatePaymentVatAmount$outboundSchema, UpdatePaymentVatAmount$, UpdatePaymentCategory$inboundSchema, UpdatePaymentCategory$outboundSchema, UpdatePaymentCategory$, UpdatePaymentInterval$inboundSchema, UpdatePaymentInterval$outboundSchema, UpdatePaymentInterval$, UpdatePaymentRecurringAmount$inboundSchema, UpdatePaymentRecurringAmount$outboundSchema, UpdatePaymentRecurringAmount$, UpdatePaymentRecurring$inboundSchema, UpdatePaymentRecurring$outboundSchema, UpdatePaymentRecurring$, UpdatePaymentLine$inboundSchema, UpdatePaymentLine$outboundSchema, UpdatePaymentLine$, UpdatePaymentBillingAddressResponse$inboundSchema, UpdatePaymentBillingAddressResponse$outboundSchema, UpdatePaymentBillingAddressResponse$, UpdatePaymentShippingAddressResponse$inboundSchema, UpdatePaymentShippingAddressResponse$outboundSchema, UpdatePaymentShippingAddressResponse$, UpdatePaymentLocaleResponse$inboundSchema, UpdatePaymentLocaleResponse$outboundSchema, UpdatePaymentLocaleResponse$, UpdatePaymentMethodResponse$inboundSchema, UpdatePaymentMethodResponse$outboundSchema, UpdatePaymentMethodResponse$, UpdatePaymentMetadataResponse$inboundSchema, UpdatePaymentMetadataResponse$outboundSchema, UpdatePaymentMetadataResponse$, UpdatePaymentCaptureMode$inboundSchema, UpdatePaymentCaptureMode$outboundSchema, UpdatePaymentCaptureMode$, UpdatePaymentApplicationFeeAmount$inboundSchema, UpdatePaymentApplicationFeeAmount$outboundSchema, UpdatePaymentApplicationFeeAmount$, UpdatePaymentApplicationFee$inboundSchema, UpdatePaymentApplicationFee$outboundSchema, UpdatePaymentApplicationFee$, UpdatePaymentRoutingMode$inboundSchema, UpdatePaymentRoutingMode$outboundSchema, UpdatePaymentRoutingMode$, UpdatePaymentRoutingAmount$inboundSchema, UpdatePaymentRoutingAmount$outboundSchema, UpdatePaymentRoutingAmount$, UpdatePaymentRoutingType$inboundSchema, UpdatePaymentRoutingType$outboundSchema, UpdatePaymentRoutingType$, UpdatePaymentDestination$inboundSchema, UpdatePaymentDestination$outboundSchema, UpdatePaymentDestination$, UpdatePaymentRoutingSelf$inboundSchema, UpdatePaymentRoutingSelf$outboundSchema, UpdatePaymentRoutingSelf$, UpdatePaymentPayment$inboundSchema, UpdatePaymentPayment$outboundSchema, UpdatePaymentPayment$, UpdatePaymentRoutingLinks$inboundSchema, UpdatePaymentRoutingLinks$outboundSchema, UpdatePaymentRoutingLinks$, UpdatePaymentRouting$inboundSchema, UpdatePaymentRouting$outboundSchema, UpdatePaymentRouting$, UpdatePaymentSequenceType$inboundSchema, UpdatePaymentSequenceType$outboundSchema, UpdatePaymentSequenceType$, UpdatePaymentStatus$inboundSchema, UpdatePaymentStatus$outboundSchema, UpdatePaymentStatus$, UpdatePaymentStatusReason$inboundSchema, UpdatePaymentStatusReason$outboundSchema, UpdatePaymentStatusReason$, UpdatePaymentSelf$inboundSchema, UpdatePaymentSelf$outboundSchema, UpdatePaymentSelf$, UpdatePaymentCheckout$inboundSchema, UpdatePaymentCheckout$outboundSchema, UpdatePaymentCheckout$, UpdatePaymentMobileAppCheckout$inboundSchema, UpdatePaymentMobileAppCheckout$outboundSchema, UpdatePaymentMobileAppCheckout$, UpdatePaymentChangePaymentState$inboundSchema, UpdatePaymentChangePaymentState$outboundSchema, UpdatePaymentChangePaymentState$, UpdatePaymentDashboard$inboundSchema, UpdatePaymentDashboard$outboundSchema, UpdatePaymentDashboard$, UpdatePaymentRefunds$inboundSchema, UpdatePaymentRefunds$outboundSchema, UpdatePaymentRefunds$, UpdatePaymentChargebacks$inboundSchema, UpdatePaymentChargebacks$outboundSchema, UpdatePaymentChargebacks$, UpdatePaymentCaptures$inboundSchema, UpdatePaymentCaptures$outboundSchema, UpdatePaymentCaptures$, UpdatePaymentSettlement$inboundSchema, UpdatePaymentSettlement$outboundSchema, UpdatePaymentSettlement$, UpdatePaymentCustomer$inboundSchema, UpdatePaymentCustomer$outboundSchema, UpdatePaymentCustomer$, UpdatePaymentMandate$inboundSchema, UpdatePaymentMandate$outboundSchema, UpdatePaymentMandate$, UpdatePaymentSubscription$inboundSchema, UpdatePaymentSubscription$outboundSchema, UpdatePaymentSubscription$, UpdatePaymentOrder$inboundSchema, UpdatePaymentOrder$outboundSchema, UpdatePaymentOrder$, UpdatePaymentTerminal$inboundSchema, UpdatePaymentTerminal$outboundSchema, UpdatePaymentTerminal$, UpdatePaymentDocumentation$inboundSchema, UpdatePaymentDocumentation$outboundSchema, UpdatePaymentDocumentation$, UpdatePaymentLinks$inboundSchema, UpdatePaymentLinks$outboundSchema, UpdatePaymentLinks$, UpdatePaymentResponse$inboundSchema, UpdatePaymentResponse$outboundSchema, UpdatePaymentResponse$;
|
|
85446
84700
|
var init_updatepayment = __esm(() => {
|
|
85447
84701
|
init_esm();
|
|
85448
84702
|
init_primitives();
|
|
@@ -85620,26 +84874,12 @@ var init_updatepayment = __esm(() => {
|
|
|
85620
84874
|
Expired: "expired",
|
|
85621
84875
|
Failed: "failed"
|
|
85622
84876
|
};
|
|
85623
|
-
UpdatePaymentMetadataRequest$inboundSchema =
|
|
85624
|
-
UpdatePaymentMetadataRequest$outboundSchema =
|
|
84877
|
+
UpdatePaymentMetadataRequest$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
84878
|
+
UpdatePaymentMetadataRequest$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
85625
84879
|
((UpdatePaymentMetadataRequest$) => {
|
|
85626
84880
|
UpdatePaymentMetadataRequest$.inboundSchema = UpdatePaymentMetadataRequest$inboundSchema;
|
|
85627
84881
|
UpdatePaymentMetadataRequest$.outboundSchema = UpdatePaymentMetadataRequest$outboundSchema;
|
|
85628
84882
|
})(UpdatePaymentMetadataRequest$ ||= {});
|
|
85629
|
-
UpdatePaymentMetadataRequestUnion$inboundSchema = unionType([
|
|
85630
|
-
lazyType(() => UpdatePaymentMetadataRequest$inboundSchema),
|
|
85631
|
-
stringType(),
|
|
85632
|
-
arrayType(stringType())
|
|
85633
|
-
]);
|
|
85634
|
-
UpdatePaymentMetadataRequestUnion$outboundSchema = unionType([
|
|
85635
|
-
lazyType(() => UpdatePaymentMetadataRequest$outboundSchema),
|
|
85636
|
-
stringType(),
|
|
85637
|
-
arrayType(stringType())
|
|
85638
|
-
]);
|
|
85639
|
-
((UpdatePaymentMetadataRequestUnion$) => {
|
|
85640
|
-
UpdatePaymentMetadataRequestUnion$.inboundSchema = UpdatePaymentMetadataRequestUnion$inboundSchema;
|
|
85641
|
-
UpdatePaymentMetadataRequestUnion$.outboundSchema = UpdatePaymentMetadataRequestUnion$outboundSchema;
|
|
85642
|
-
})(UpdatePaymentMetadataRequestUnion$ ||= {});
|
|
85643
84883
|
UpdatePaymentMethodRequest$inboundSchema = nativeEnumType(UpdatePaymentMethodRequest);
|
|
85644
84884
|
UpdatePaymentMethodRequest$outboundSchema = UpdatePaymentMethodRequest$inboundSchema;
|
|
85645
84885
|
((UpdatePaymentMethodRequest$) => {
|
|
@@ -85721,11 +84961,7 @@ var init_updatepayment = __esm(() => {
|
|
|
85721
84961
|
redirectUrl: nullableType(stringType()).optional(),
|
|
85722
84962
|
cancelUrl: nullableType(stringType()).optional(),
|
|
85723
84963
|
webhookUrl: nullableType(stringType()).optional(),
|
|
85724
|
-
metadata: nullableType(unionType([
|
|
85725
|
-
lazyType(() => UpdatePaymentMetadataRequest$inboundSchema),
|
|
85726
|
-
stringType(),
|
|
85727
|
-
arrayType(stringType())
|
|
85728
|
-
])).optional(),
|
|
84964
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
85729
84965
|
method: nullableType(UpdatePaymentMethodRequest$inboundSchema).optional(),
|
|
85730
84966
|
locale: UpdatePaymentLocaleRequest$inboundSchema.optional(),
|
|
85731
84967
|
dueDate: stringType().optional(),
|
|
@@ -85741,11 +84977,7 @@ var init_updatepayment = __esm(() => {
|
|
|
85741
84977
|
redirectUrl: nullableType(stringType()).optional(),
|
|
85742
84978
|
cancelUrl: nullableType(stringType()).optional(),
|
|
85743
84979
|
webhookUrl: nullableType(stringType()).optional(),
|
|
85744
|
-
metadata: nullableType(unionType([
|
|
85745
|
-
lazyType(() => UpdatePaymentMetadataRequest$outboundSchema),
|
|
85746
|
-
stringType(),
|
|
85747
|
-
arrayType(stringType())
|
|
85748
|
-
])).optional(),
|
|
84980
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
85749
84981
|
method: nullableType(UpdatePaymentMethodRequest$outboundSchema).optional(),
|
|
85750
84982
|
locale: UpdatePaymentLocaleRequest$outboundSchema.optional(),
|
|
85751
84983
|
dueDate: stringType().optional(),
|
|
@@ -86110,26 +85342,12 @@ var init_updatepayment = __esm(() => {
|
|
|
86110
85342
|
UpdatePaymentMethodResponse$.inboundSchema = UpdatePaymentMethodResponse$inboundSchema;
|
|
86111
85343
|
UpdatePaymentMethodResponse$.outboundSchema = UpdatePaymentMethodResponse$outboundSchema;
|
|
86112
85344
|
})(UpdatePaymentMethodResponse$ ||= {});
|
|
86113
|
-
UpdatePaymentMetadataResponse$inboundSchema =
|
|
86114
|
-
UpdatePaymentMetadataResponse$outboundSchema =
|
|
85345
|
+
UpdatePaymentMetadataResponse$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
85346
|
+
UpdatePaymentMetadataResponse$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
86115
85347
|
((UpdatePaymentMetadataResponse$) => {
|
|
86116
85348
|
UpdatePaymentMetadataResponse$.inboundSchema = UpdatePaymentMetadataResponse$inboundSchema;
|
|
86117
85349
|
UpdatePaymentMetadataResponse$.outboundSchema = UpdatePaymentMetadataResponse$outboundSchema;
|
|
86118
85350
|
})(UpdatePaymentMetadataResponse$ ||= {});
|
|
86119
|
-
UpdatePaymentMetadataResponseUnion$inboundSchema = unionType([
|
|
86120
|
-
lazyType(() => UpdatePaymentMetadataResponse$inboundSchema),
|
|
86121
|
-
stringType(),
|
|
86122
|
-
arrayType(stringType())
|
|
86123
|
-
]);
|
|
86124
|
-
UpdatePaymentMetadataResponseUnion$outboundSchema = unionType([
|
|
86125
|
-
lazyType(() => UpdatePaymentMetadataResponse$outboundSchema),
|
|
86126
|
-
stringType(),
|
|
86127
|
-
arrayType(stringType())
|
|
86128
|
-
]);
|
|
86129
|
-
((UpdatePaymentMetadataResponseUnion$) => {
|
|
86130
|
-
UpdatePaymentMetadataResponseUnion$.inboundSchema = UpdatePaymentMetadataResponseUnion$inboundSchema;
|
|
86131
|
-
UpdatePaymentMetadataResponseUnion$.outboundSchema = UpdatePaymentMetadataResponseUnion$outboundSchema;
|
|
86132
|
-
})(UpdatePaymentMetadataResponseUnion$ ||= {});
|
|
86133
85351
|
UpdatePaymentCaptureMode$inboundSchema = nativeEnumType(UpdatePaymentCaptureMode);
|
|
86134
85352
|
UpdatePaymentCaptureMode$outboundSchema = UpdatePaymentCaptureMode$inboundSchema;
|
|
86135
85353
|
((UpdatePaymentCaptureMode$) => {
|
|
@@ -86527,11 +85745,7 @@ var init_updatepayment = __esm(() => {
|
|
|
86527
85745
|
countryCode: nullableType(stringType()).optional(),
|
|
86528
85746
|
method: nullableType(UpdatePaymentMethodResponse$inboundSchema).optional(),
|
|
86529
85747
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
86530
|
-
metadata: nullableType(unionType([
|
|
86531
|
-
lazyType(() => UpdatePaymentMetadataResponse$inboundSchema),
|
|
86532
|
-
stringType(),
|
|
86533
|
-
arrayType(stringType())
|
|
86534
|
-
])).optional(),
|
|
85748
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
86535
85749
|
captureMode: nullableType(UpdatePaymentCaptureMode$inboundSchema).optional(),
|
|
86536
85750
|
captureDelay: nullableType(stringType()).optional(),
|
|
86537
85751
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -86582,11 +85796,7 @@ var init_updatepayment = __esm(() => {
|
|
|
86582
85796
|
countryCode: nullableType(stringType()).optional(),
|
|
86583
85797
|
method: nullableType(UpdatePaymentMethodResponse$outboundSchema).optional(),
|
|
86584
85798
|
restrictPaymentMethodsToCountry: nullableType(stringType()).optional(),
|
|
86585
|
-
metadata: nullableType(unionType([
|
|
86586
|
-
lazyType(() => UpdatePaymentMetadataResponse$outboundSchema),
|
|
86587
|
-
stringType(),
|
|
86588
|
-
arrayType(stringType())
|
|
86589
|
-
])).optional(),
|
|
85799
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
86590
85800
|
captureMode: nullableType(UpdatePaymentCaptureMode$outboundSchema).optional(),
|
|
86591
85801
|
captureDelay: nullableType(stringType()).optional(),
|
|
86592
85802
|
captureBefore: nullableType(stringType()).optional(),
|
|
@@ -88297,7 +87507,7 @@ var init_updatesalesinvoice = __esm(() => {
|
|
|
88297
87507
|
});
|
|
88298
87508
|
|
|
88299
87509
|
// src/models/operations/updatesubscription.ts
|
|
88300
|
-
var UpdateSubscriptionIntervalRequest, UpdateSubscriptionMode, UpdateSubscriptionStatus, UpdateSubscriptionIntervalResponse, UpdateSubscriptionMethod, UpdateSubscriptionAmountRequest$inboundSchema, UpdateSubscriptionAmountRequest$outboundSchema, UpdateSubscriptionAmountRequest$, UpdateSubscriptionIntervalRequest$inboundSchema, UpdateSubscriptionIntervalRequest$outboundSchema, UpdateSubscriptionIntervalRequest$, UpdateSubscriptionMetadataRequest$inboundSchema, UpdateSubscriptionMetadataRequest$outboundSchema, UpdateSubscriptionMetadataRequest$,
|
|
87510
|
+
var UpdateSubscriptionIntervalRequest, UpdateSubscriptionMode, UpdateSubscriptionStatus, UpdateSubscriptionIntervalResponse, UpdateSubscriptionMethod, UpdateSubscriptionAmountRequest$inboundSchema, UpdateSubscriptionAmountRequest$outboundSchema, UpdateSubscriptionAmountRequest$, UpdateSubscriptionIntervalRequest$inboundSchema, UpdateSubscriptionIntervalRequest$outboundSchema, UpdateSubscriptionIntervalRequest$, UpdateSubscriptionMetadataRequest$inboundSchema, UpdateSubscriptionMetadataRequest$outboundSchema, UpdateSubscriptionMetadataRequest$, UpdateSubscriptionRequestBody$inboundSchema, UpdateSubscriptionRequestBody$outboundSchema, UpdateSubscriptionRequestBody$, UpdateSubscriptionRequest$inboundSchema, UpdateSubscriptionRequest$outboundSchema, UpdateSubscriptionRequest$, UpdateSubscriptionNotFoundDocumentation$inboundSchema, UpdateSubscriptionNotFoundDocumentation$outboundSchema, UpdateSubscriptionNotFoundDocumentation$, UpdateSubscriptionNotFoundLinks$inboundSchema, UpdateSubscriptionNotFoundLinks$outboundSchema, UpdateSubscriptionNotFoundLinks$, UpdateSubscriptionMode$inboundSchema, UpdateSubscriptionMode$outboundSchema, UpdateSubscriptionMode$, UpdateSubscriptionStatus$inboundSchema, UpdateSubscriptionStatus$outboundSchema, UpdateSubscriptionStatus$, UpdateSubscriptionAmountResponse$inboundSchema, UpdateSubscriptionAmountResponse$outboundSchema, UpdateSubscriptionAmountResponse$, UpdateSubscriptionIntervalResponse$inboundSchema, UpdateSubscriptionIntervalResponse$outboundSchema, UpdateSubscriptionIntervalResponse$, UpdateSubscriptionMethod$inboundSchema, UpdateSubscriptionMethod$outboundSchema, UpdateSubscriptionMethod$, UpdateSubscriptionApplicationFeeAmount$inboundSchema, UpdateSubscriptionApplicationFeeAmount$outboundSchema, UpdateSubscriptionApplicationFeeAmount$, UpdateSubscriptionApplicationFee$inboundSchema, UpdateSubscriptionApplicationFee$outboundSchema, UpdateSubscriptionApplicationFee$, UpdateSubscriptionMetadataResponse$inboundSchema, UpdateSubscriptionMetadataResponse$outboundSchema, UpdateSubscriptionMetadataResponse$, UpdateSubscriptionSelf$inboundSchema, UpdateSubscriptionSelf$outboundSchema, UpdateSubscriptionSelf$, UpdateSubscriptionCustomer$inboundSchema, UpdateSubscriptionCustomer$outboundSchema, UpdateSubscriptionCustomer$, UpdateSubscriptionMandate$inboundSchema, UpdateSubscriptionMandate$outboundSchema, UpdateSubscriptionMandate$, UpdateSubscriptionProfile$inboundSchema, UpdateSubscriptionProfile$outboundSchema, UpdateSubscriptionProfile$, UpdateSubscriptionPayments$inboundSchema, UpdateSubscriptionPayments$outboundSchema, UpdateSubscriptionPayments$, UpdateSubscriptionDocumentation$inboundSchema, UpdateSubscriptionDocumentation$outboundSchema, UpdateSubscriptionDocumentation$, UpdateSubscriptionLinks$inboundSchema, UpdateSubscriptionLinks$outboundSchema, UpdateSubscriptionLinks$, UpdateSubscriptionResponse$inboundSchema, UpdateSubscriptionResponse$outboundSchema, UpdateSubscriptionResponse$;
|
|
88301
87511
|
var init_updatesubscription = __esm(() => {
|
|
88302
87512
|
init_esm();
|
|
88303
87513
|
init_primitives();
|
|
@@ -88345,37 +87555,19 @@ var init_updatesubscription = __esm(() => {
|
|
|
88345
87555
|
UpdateSubscriptionIntervalRequest$.inboundSchema = UpdateSubscriptionIntervalRequest$inboundSchema;
|
|
88346
87556
|
UpdateSubscriptionIntervalRequest$.outboundSchema = UpdateSubscriptionIntervalRequest$outboundSchema;
|
|
88347
87557
|
})(UpdateSubscriptionIntervalRequest$ ||= {});
|
|
88348
|
-
UpdateSubscriptionMetadataRequest$inboundSchema =
|
|
88349
|
-
UpdateSubscriptionMetadataRequest$outboundSchema =
|
|
87558
|
+
UpdateSubscriptionMetadataRequest$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
87559
|
+
UpdateSubscriptionMetadataRequest$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
88350
87560
|
((UpdateSubscriptionMetadataRequest$) => {
|
|
88351
87561
|
UpdateSubscriptionMetadataRequest$.inboundSchema = UpdateSubscriptionMetadataRequest$inboundSchema;
|
|
88352
87562
|
UpdateSubscriptionMetadataRequest$.outboundSchema = UpdateSubscriptionMetadataRequest$outboundSchema;
|
|
88353
87563
|
})(UpdateSubscriptionMetadataRequest$ ||= {});
|
|
88354
|
-
UpdateSubscriptionMetadataRequestUnion$inboundSchema = unionType([
|
|
88355
|
-
lazyType(() => UpdateSubscriptionMetadataRequest$inboundSchema),
|
|
88356
|
-
stringType(),
|
|
88357
|
-
arrayType(stringType())
|
|
88358
|
-
]);
|
|
88359
|
-
UpdateSubscriptionMetadataRequestUnion$outboundSchema = unionType([
|
|
88360
|
-
lazyType(() => UpdateSubscriptionMetadataRequest$outboundSchema),
|
|
88361
|
-
stringType(),
|
|
88362
|
-
arrayType(stringType())
|
|
88363
|
-
]);
|
|
88364
|
-
((UpdateSubscriptionMetadataRequestUnion$) => {
|
|
88365
|
-
UpdateSubscriptionMetadataRequestUnion$.inboundSchema = UpdateSubscriptionMetadataRequestUnion$inboundSchema;
|
|
88366
|
-
UpdateSubscriptionMetadataRequestUnion$.outboundSchema = UpdateSubscriptionMetadataRequestUnion$outboundSchema;
|
|
88367
|
-
})(UpdateSubscriptionMetadataRequestUnion$ ||= {});
|
|
88368
87564
|
UpdateSubscriptionRequestBody$inboundSchema = objectType({
|
|
88369
87565
|
amount: lazyType(() => UpdateSubscriptionAmountRequest$inboundSchema).optional(),
|
|
88370
87566
|
description: stringType().optional(),
|
|
88371
87567
|
interval: UpdateSubscriptionIntervalRequest$inboundSchema.optional(),
|
|
88372
87568
|
startDate: stringType().optional(),
|
|
88373
87569
|
times: numberType().int().optional(),
|
|
88374
|
-
metadata: nullableType(unionType([
|
|
88375
|
-
lazyType(() => UpdateSubscriptionMetadataRequest$inboundSchema),
|
|
88376
|
-
stringType(),
|
|
88377
|
-
arrayType(stringType())
|
|
88378
|
-
])).optional(),
|
|
87570
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
88379
87571
|
webhookUrl: stringType().optional(),
|
|
88380
87572
|
mandateId: stringType().optional(),
|
|
88381
87573
|
testmode: nullableType(booleanType()).optional()
|
|
@@ -88386,11 +87578,7 @@ var init_updatesubscription = __esm(() => {
|
|
|
88386
87578
|
interval: UpdateSubscriptionIntervalRequest$outboundSchema.optional(),
|
|
88387
87579
|
startDate: stringType().optional(),
|
|
88388
87580
|
times: numberType().int().optional(),
|
|
88389
|
-
metadata: nullableType(unionType([
|
|
88390
|
-
lazyType(() => UpdateSubscriptionMetadataRequest$outboundSchema),
|
|
88391
|
-
stringType(),
|
|
88392
|
-
arrayType(stringType())
|
|
88393
|
-
])).optional(),
|
|
87581
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])).optional(),
|
|
88394
87582
|
webhookUrl: stringType().optional(),
|
|
88395
87583
|
mandateId: stringType().optional(),
|
|
88396
87584
|
testmode: nullableType(booleanType()).optional()
|
|
@@ -88503,26 +87691,12 @@ var init_updatesubscription = __esm(() => {
|
|
|
88503
87691
|
UpdateSubscriptionApplicationFee$.inboundSchema = UpdateSubscriptionApplicationFee$inboundSchema;
|
|
88504
87692
|
UpdateSubscriptionApplicationFee$.outboundSchema = UpdateSubscriptionApplicationFee$outboundSchema;
|
|
88505
87693
|
})(UpdateSubscriptionApplicationFee$ ||= {});
|
|
88506
|
-
UpdateSubscriptionMetadataResponse$inboundSchema =
|
|
88507
|
-
UpdateSubscriptionMetadataResponse$outboundSchema =
|
|
87694
|
+
UpdateSubscriptionMetadataResponse$inboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
87695
|
+
UpdateSubscriptionMetadataResponse$outboundSchema = unionType([stringType(), recordType(anyType()), arrayType(stringType())]);
|
|
88508
87696
|
((UpdateSubscriptionMetadataResponse$) => {
|
|
88509
87697
|
UpdateSubscriptionMetadataResponse$.inboundSchema = UpdateSubscriptionMetadataResponse$inboundSchema;
|
|
88510
87698
|
UpdateSubscriptionMetadataResponse$.outboundSchema = UpdateSubscriptionMetadataResponse$outboundSchema;
|
|
88511
87699
|
})(UpdateSubscriptionMetadataResponse$ ||= {});
|
|
88512
|
-
UpdateSubscriptionMetadataResponseUnion$inboundSchema = unionType([
|
|
88513
|
-
lazyType(() => UpdateSubscriptionMetadataResponse$inboundSchema),
|
|
88514
|
-
stringType(),
|
|
88515
|
-
arrayType(stringType())
|
|
88516
|
-
]);
|
|
88517
|
-
UpdateSubscriptionMetadataResponseUnion$outboundSchema = unionType([
|
|
88518
|
-
lazyType(() => UpdateSubscriptionMetadataResponse$outboundSchema),
|
|
88519
|
-
stringType(),
|
|
88520
|
-
arrayType(stringType())
|
|
88521
|
-
]);
|
|
88522
|
-
((UpdateSubscriptionMetadataResponseUnion$) => {
|
|
88523
|
-
UpdateSubscriptionMetadataResponseUnion$.inboundSchema = UpdateSubscriptionMetadataResponseUnion$inboundSchema;
|
|
88524
|
-
UpdateSubscriptionMetadataResponseUnion$.outboundSchema = UpdateSubscriptionMetadataResponseUnion$outboundSchema;
|
|
88525
|
-
})(UpdateSubscriptionMetadataResponseUnion$ ||= {});
|
|
88526
87700
|
UpdateSubscriptionSelf$inboundSchema = objectType({
|
|
88527
87701
|
href: stringType(),
|
|
88528
87702
|
type: stringType()
|
|
@@ -88629,11 +87803,7 @@ var init_updatesubscription = __esm(() => {
|
|
|
88629
87803
|
description: stringType(),
|
|
88630
87804
|
method: nullableType(UpdateSubscriptionMethod$inboundSchema),
|
|
88631
87805
|
applicationFee: lazyType(() => UpdateSubscriptionApplicationFee$inboundSchema).optional(),
|
|
88632
|
-
metadata: nullableType(unionType([
|
|
88633
|
-
lazyType(() => UpdateSubscriptionMetadataResponse$inboundSchema),
|
|
88634
|
-
stringType(),
|
|
88635
|
-
arrayType(stringType())
|
|
88636
|
-
])),
|
|
87806
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
88637
87807
|
webhookUrl: stringType(),
|
|
88638
87808
|
customerId: stringType(),
|
|
88639
87809
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -88659,11 +87829,7 @@ var init_updatesubscription = __esm(() => {
|
|
|
88659
87829
|
description: stringType(),
|
|
88660
87830
|
method: nullableType(UpdateSubscriptionMethod$outboundSchema),
|
|
88661
87831
|
applicationFee: lazyType(() => UpdateSubscriptionApplicationFee$outboundSchema).optional(),
|
|
88662
|
-
metadata: nullableType(unionType([
|
|
88663
|
-
lazyType(() => UpdateSubscriptionMetadataResponse$outboundSchema),
|
|
88664
|
-
stringType(),
|
|
88665
|
-
arrayType(stringType())
|
|
88666
|
-
])),
|
|
87832
|
+
metadata: nullableType(unionType([stringType(), recordType(anyType()), arrayType(stringType())])),
|
|
88667
87833
|
webhookUrl: stringType(),
|
|
88668
87834
|
customerId: stringType(),
|
|
88669
87835
|
mandateId: nullableType(stringType()).optional(),
|
|
@@ -108128,7 +107294,7 @@ Updates the webhook. You may edit the name, url and the list of subscribed event
|
|
|
108128
107294
|
function createMCPServer(deps) {
|
|
108129
107295
|
const server = new McpServer({
|
|
108130
107296
|
name: "Client",
|
|
108131
|
-
version: "0.1.
|
|
107297
|
+
version: "0.1.2"
|
|
108132
107298
|
});
|
|
108133
107299
|
const client = new ClientCore({
|
|
108134
107300
|
security: deps.security,
|
|
@@ -109517,7 +108683,7 @@ var routes = an({
|
|
|
109517
108683
|
var app = He(routes, {
|
|
109518
108684
|
name: "mcp",
|
|
109519
108685
|
versionInfo: {
|
|
109520
|
-
currentVersion: "0.1.
|
|
108686
|
+
currentVersion: "0.1.2"
|
|
109521
108687
|
}
|
|
109522
108688
|
});
|
|
109523
108689
|
zt(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -109525,5 +108691,5 @@ export {
|
|
|
109525
108691
|
app
|
|
109526
108692
|
};
|
|
109527
108693
|
|
|
109528
|
-
//# debugId=
|
|
108694
|
+
//# debugId=E572698579B2FA0364756E2164756E21
|
|
109529
108695
|
//# sourceMappingURL=mcp-server.js.map
|