@gr4vy/sdk 1.5.2 → 1.5.5
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/docs/sdks/transactions/README.md +4 -4
- package/examples/package-lock.json +1 -1
- package/funcs/transactionsCreate.d.ts +1 -1
- package/funcs/transactionsCreate.d.ts.map +1 -1
- package/funcs/transactionsCreate.js +1 -1
- package/funcs/transactionsCreate.js.map +1 -1
- package/funcs/transactionsGet.d.ts +1 -1
- package/funcs/transactionsGet.d.ts.map +1 -1
- package/funcs/transactionsGet.js +1 -1
- package/funcs/transactionsGet.js.map +1 -1
- package/funcs/transactionsSync.d.ts +1 -1
- package/funcs/transactionsSync.d.ts.map +1 -1
- package/funcs/transactionsSync.js +1 -1
- package/funcs/transactionsSync.js.map +1 -1
- package/funcs/transactionsUpdate.d.ts +1 -1
- package/funcs/transactionsUpdate.d.ts.map +1 -1
- package/funcs/transactionsUpdate.js +1 -1
- package/funcs/transactionsUpdate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/models/components/auditlogentries.d.ts +3 -3
- package/models/components/auditlogentries.d.ts.map +1 -1
- package/models/components/auditlogentries.js +3 -3
- package/models/components/auditlogentries.js.map +1 -1
- package/models/components/{auditlogentry.d.ts → auditlogentryoutput.d.ts} +14 -14
- package/models/components/auditlogentryoutput.d.ts.map +1 -0
- package/models/components/{auditlogentry.js → auditlogentryoutput.js} +17 -17
- package/models/components/auditlogentryoutput.js.map +1 -0
- package/models/components/checkoutsession.d.ts +3 -3
- package/models/components/checkoutsession.d.ts.map +1 -1
- package/models/components/checkoutsession.js +3 -3
- package/models/components/checkoutsession.js.map +1 -1
- package/models/components/{checkoutsessionpaymentmethod.d.ts → checkoutsessionpaymentmethodoutput.d.ts} +14 -14
- package/models/components/checkoutsessionpaymentmethodoutput.d.ts.map +1 -0
- package/models/components/{checkoutsessionpaymentmethod.js → checkoutsessionpaymentmethodoutput.js} +17 -17
- package/models/components/checkoutsessionpaymentmethodoutput.js.map +1 -0
- package/models/components/index.d.ts +16 -12
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +16 -12
- package/models/components/index.js.map +1 -1
- package/models/components/paymentlink.d.ts +3 -3
- package/models/components/paymentlink.d.ts.map +1 -1
- package/models/components/paymentlink.js +3 -3
- package/models/components/paymentlink.js.map +1 -1
- package/models/components/paymentmethodsummaries.d.ts +3 -3
- package/models/components/paymentmethodsummaries.d.ts.map +1 -1
- package/models/components/paymentmethodsummaries.js +3 -3
- package/models/components/paymentmethodsummaries.js.map +1 -1
- package/models/components/{paymentmethodsummary.d.ts → paymentmethodsummaryoutput.d.ts} +14 -14
- package/models/components/paymentmethodsummaryoutput.d.ts.map +1 -0
- package/models/components/{paymentmethodsummary.js → paymentmethodsummaryoutput.js} +17 -17
- package/models/components/paymentmethodsummaryoutput.js.map +1 -0
- package/models/components/{paymentoption.d.ts → paymentoptionoutput.d.ts} +14 -14
- package/models/components/paymentoptionoutput.d.ts.map +1 -0
- package/models/components/{paymentoption.js → paymentoptionoutput.js} +17 -17
- package/models/components/paymentoptionoutput.js.map +1 -0
- package/models/components/paymentoptions.d.ts +3 -3
- package/models/components/paymentoptions.d.ts.map +1 -1
- package/models/components/paymentoptions.js +3 -3
- package/models/components/paymentoptions.js.map +1 -1
- package/models/components/payoutsummary.d.ts +6 -6
- package/models/components/payoutsummary.d.ts.map +1 -1
- package/models/components/payoutsummary.js +6 -6
- package/models/components/payoutsummary.js.map +1 -1
- package/models/components/paypaloptions.d.ts +6 -0
- package/models/components/paypaloptions.d.ts.map +1 -1
- package/models/components/paypaloptions.js +3 -0
- package/models/components/paypaloptions.js.map +1 -1
- package/models/components/paypalshippingoptions.d.ts +33 -0
- package/models/components/paypalshippingoptions.d.ts.map +1 -0
- package/models/components/paypalshippingoptions.js +72 -0
- package/models/components/paypalshippingoptions.js.map +1 -0
- package/models/components/paypalshippingoptionsitem.d.ts +75 -0
- package/models/components/paypalshippingoptionsitem.d.ts.map +1 -0
- package/models/components/paypalshippingoptionsitem.js +107 -0
- package/models/components/paypalshippingoptionsitem.js.map +1 -0
- package/models/components/paypalshippingoptionsitemamount.d.ts +37 -0
- package/models/components/paypalshippingoptionsitemamount.d.ts.map +1 -0
- package/models/components/paypalshippingoptionsitemamount.js +80 -0
- package/models/components/paypalshippingoptionsitemamount.js.map +1 -0
- package/models/components/plaidpaymentmethodcreate.d.ts +64 -0
- package/models/components/plaidpaymentmethodcreate.d.ts.map +1 -0
- package/models/components/plaidpaymentmethodcreate.js +94 -0
- package/models/components/plaidpaymentmethodcreate.js.map +1 -0
- package/models/components/{transactionbuyer.d.ts → transactionbuyeroutput.d.ts} +14 -14
- package/models/components/transactionbuyeroutput.d.ts.map +1 -0
- package/models/components/{transactionbuyer.js → transactionbuyeroutput.js} +17 -17
- package/models/components/transactionbuyeroutput.js.map +1 -0
- package/models/components/transactioncancel.d.ts +3 -3
- package/models/components/transactioncancel.d.ts.map +1 -1
- package/models/components/transactioncancel.js +3 -3
- package/models/components/transactioncancel.js.map +1 -1
- package/models/components/transactioncaptureoutput.d.ts +56 -0
- package/models/components/transactioncaptureoutput.d.ts.map +1 -0
- package/models/components/{transactioncapture.js → transactioncaptureoutput.js} +20 -20
- package/models/components/transactioncaptureoutput.js.map +1 -0
- package/models/components/transactioncreate.d.ts +5 -4
- package/models/components/transactioncreate.d.ts.map +1 -1
- package/models/components/transactioncreate.js +5 -0
- package/models/components/transactioncreate.js.map +1 -1
- package/models/components/{transactionevent.d.ts → transactioneventoutput.d.ts} +14 -14
- package/models/components/transactioneventoutput.d.ts.map +1 -0
- package/models/components/{transactionevent.js → transactioneventoutput.js} +17 -17
- package/models/components/transactioneventoutput.js.map +1 -0
- package/models/components/transactionevents.d.ts +3 -3
- package/models/components/transactionevents.d.ts.map +1 -1
- package/models/components/transactionevents.js +3 -3
- package/models/components/transactionevents.js.map +1 -1
- package/models/components/{transaction.d.ts → transactionoutput.d.ts} +23 -23
- package/models/components/transactionoutput.d.ts.map +1 -0
- package/models/components/{transaction.js → transactionoutput.js} +28 -26
- package/models/components/transactionoutput.js.map +1 -0
- package/models/components/{transactionpaymentmethod.d.ts → transactionpaymentmethodoutput.d.ts} +14 -14
- package/models/components/transactionpaymentmethodoutput.d.ts.map +1 -0
- package/models/components/{transactionpaymentmethod.js → transactionpaymentmethodoutput.js} +17 -17
- package/models/components/transactionpaymentmethodoutput.js.map +1 -0
- package/models/components/transactionsummaries.d.ts +3 -3
- package/models/components/transactionsummaries.d.ts.map +1 -1
- package/models/components/transactionsummaries.js +3 -3
- package/models/components/transactionsummaries.js.map +1 -1
- package/models/components/{transactionsummary.d.ts → transactionsummaryoutput.d.ts} +20 -20
- package/models/components/transactionsummaryoutput.d.ts.map +1 -0
- package/models/components/{transactionsummary.js → transactionsummaryoutput.js} +25 -23
- package/models/components/transactionsummaryoutput.js.map +1 -0
- package/models/components/{transactionthreedsecuresummary.d.ts → transactionthreedsecuresummaryoutput.d.ts} +14 -14
- package/models/components/transactionthreedsecuresummaryoutput.d.ts.map +1 -0
- package/models/components/{transactionthreedsecuresummary.js → transactionthreedsecuresummaryoutput.js} +17 -17
- package/models/components/transactionthreedsecuresummaryoutput.js.map +1 -0
- package/models/components/transactionvoidoutput.d.ts +56 -0
- package/models/components/transactionvoidoutput.d.ts.map +1 -0
- package/models/components/{transactionvoid.js → transactionvoidoutput.js} +20 -20
- package/models/components/transactionvoidoutput.js.map +1 -0
- package/models/operations/capturetransaction.d.ts +2 -2
- package/models/operations/capturetransaction.d.ts.map +1 -1
- package/models/operations/capturetransaction.js +4 -4
- package/models/operations/capturetransaction.js.map +1 -1
- package/models/operations/createpaymentmethod.d.ts +4 -4
- package/models/operations/createpaymentmethod.d.ts.map +1 -1
- package/models/operations/createpaymentmethod.js +4 -0
- package/models/operations/createpaymentmethod.js.map +1 -1
- package/models/operations/voidtransaction.d.ts +2 -2
- package/models/operations/voidtransaction.d.ts.map +1 -1
- package/models/operations/voidtransaction.js +4 -4
- package/models/operations/voidtransaction.js.map +1 -1
- package/package.json +1 -1
- package/sdk/transactions.d.ts +4 -4
- package/sdk/transactions.d.ts.map +1 -1
- package/src/funcs/transactionsCreate.ts +4 -4
- package/src/funcs/transactionsGet.ts +4 -4
- package/src/funcs/transactionsSync.ts +4 -4
- package/src/funcs/transactionsUpdate.ts +4 -4
- package/src/lib/config.ts +3 -3
- package/src/models/components/auditlogentries.ts +9 -9
- package/src/models/components/{auditlogentry.ts → auditlogentryoutput.ts} +24 -20
- package/src/models/components/checkoutsession.ts +12 -9
- package/src/models/components/{checkoutsessionpaymentmethod.ts → checkoutsessionpaymentmethodoutput.ts} +24 -22
- package/src/models/components/index.ts +16 -12
- package/src/models/components/paymentlink.ts +9 -9
- package/src/models/components/paymentmethodsummaries.ts +9 -9
- package/src/models/components/{paymentmethodsummary.ts → paymentmethodsummaryoutput.ts} +21 -21
- package/src/models/components/{paymentoption.ts → paymentoptionoutput.ts} +24 -20
- package/src/models/components/paymentoptions.ts +9 -9
- package/src/models/components/payoutsummary.ts +18 -18
- package/src/models/components/paypaloptions.ts +13 -0
- package/src/models/components/paypalshippingoptions.ts +77 -0
- package/src/models/components/paypalshippingoptionsitem.ts +150 -0
- package/src/models/components/paypalshippingoptionsitemamount.ts +87 -0
- package/src/models/components/plaidpaymentmethodcreate.ts +126 -0
- package/src/models/components/{transactionbuyer.ts → transactionbuyeroutput.ts} +21 -21
- package/src/models/components/transactioncancel.ts +9 -9
- package/src/models/components/{transactioncapture.ts → transactioncaptureoutput.ts} +30 -30
- package/src/models/components/transactioncreate.ts +14 -0
- package/src/models/components/{transactionevent.ts → transactioneventoutput.ts} +21 -21
- package/src/models/components/transactionevents.ts +9 -9
- package/src/models/components/{transaction.ts → transactionoutput.ts} +56 -47
- package/src/models/components/{transactionpaymentmethod.ts → transactionpaymentmethodoutput.ts} +23 -21
- package/src/models/components/transactionsummaries.ts +9 -9
- package/src/models/components/{transactionsummary.ts → transactionsummaryoutput.ts} +41 -39
- package/src/models/components/{transactionthreedsecuresummary.ts → transactionthreedsecuresummaryoutput.ts} +25 -22
- package/src/models/components/{transactionvoid.ts → transactionvoidoutput.ts} +32 -30
- package/src/models/operations/capturetransaction.ts +8 -8
- package/src/models/operations/createpaymentmethod.ts +12 -4
- package/src/models/operations/voidtransaction.ts +8 -8
- package/src/sdk/transactions.ts +4 -4
- package/models/components/auditlogentry.d.ts.map +0 -1
- package/models/components/auditlogentry.js.map +0 -1
- package/models/components/checkoutsessionpaymentmethod.d.ts.map +0 -1
- package/models/components/checkoutsessionpaymentmethod.js.map +0 -1
- package/models/components/paymentmethodsummary.d.ts.map +0 -1
- package/models/components/paymentmethodsummary.js.map +0 -1
- package/models/components/paymentoption.d.ts.map +0 -1
- package/models/components/paymentoption.js.map +0 -1
- package/models/components/transaction.d.ts.map +0 -1
- package/models/components/transaction.js.map +0 -1
- package/models/components/transactionbuyer.d.ts.map +0 -1
- package/models/components/transactionbuyer.js.map +0 -1
- package/models/components/transactioncapture.d.ts +0 -56
- package/models/components/transactioncapture.d.ts.map +0 -1
- package/models/components/transactioncapture.js.map +0 -1
- package/models/components/transactionevent.d.ts.map +0 -1
- package/models/components/transactionevent.js.map +0 -1
- package/models/components/transactionpaymentmethod.d.ts.map +0 -1
- package/models/components/transactionpaymentmethod.js.map +0 -1
- package/models/components/transactionsummary.d.ts.map +0 -1
- package/models/components/transactionsummary.js.map +0 -1
- package/models/components/transactionthreedsecuresummary.d.ts.map +0 -1
- package/models/components/transactionthreedsecuresummary.js.map +0 -1
- package/models/components/transactionvoid.d.ts +0 -56
- package/models/components/transactionvoid.d.ts.map +0 -1
- package/models/components/transactionvoid.js.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"voidtransaction.d.ts","sourceRoot":"","sources":["../../src/models/operations/voidtransaction.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B,OAAO,EAAE,MAAM,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC9D,OAAO,KAAK,UAAU,MAAM,wBAAwB,CAAC;AACrD,OAAO,EAAE,kBAAkB,EAAE,MAAM,iCAAiC,CAAC;AAErE,MAAM,MAAM,sBAAsB,GAAG;IACnC,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CACxC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,MAAM,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,GAAG,SAAS,CAAC;IAC1C;;OAEG;IACH,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,CAAC;CAC/C,CAAC;AAEF;;GAEG;AACH,MAAM,MAAM,sCAAsC,GAC9C,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"voidtransaction.d.ts","sourceRoot":"","sources":["../../src/models/operations/voidtransaction.ts"],"names":[],"mappings":"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"}
|
|
@@ -111,13 +111,13 @@ function voidTransactionRequestFromJSON(jsonString) {
|
|
|
111
111
|
}
|
|
112
112
|
/** @internal */
|
|
113
113
|
exports.VoidTransactionResponseVoidTransaction$inboundSchema = z.union([
|
|
114
|
-
components.
|
|
115
|
-
components.
|
|
114
|
+
components.TransactionOutput$inboundSchema,
|
|
115
|
+
components.TransactionVoidOutput$inboundSchema,
|
|
116
116
|
]);
|
|
117
117
|
/** @internal */
|
|
118
118
|
exports.VoidTransactionResponseVoidTransaction$outboundSchema = z.union([
|
|
119
|
-
components.
|
|
120
|
-
components.
|
|
119
|
+
components.TransactionOutput$outboundSchema,
|
|
120
|
+
components.TransactionVoidOutput$outboundSchema,
|
|
121
121
|
]);
|
|
122
122
|
/**
|
|
123
123
|
* @internal
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"voidtransaction.js","sourceRoot":"","sources":["../../src/models/operations/voidtransaction.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"voidtransaction.js","sourceRoot":"","sources":["../../src/models/operations/voidtransaction.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
package/sdk/transactions.d.ts
CHANGED
|
@@ -27,21 +27,21 @@ export declare class Transactions extends ClientSDK {
|
|
|
27
27
|
* @remarks
|
|
28
28
|
* Create a new transaction using a supported payment method. If additional buyer authorization is required, an approval URL will be returned. Duplicated gift card numbers are not supported.
|
|
29
29
|
*/
|
|
30
|
-
create(transactionCreate: components.TransactionCreate, merchantAccountId?: string | null | undefined, idempotencyKey?: string | null | undefined, xForwardedFor?: string | undefined, options?: RequestOptions): Promise<components.
|
|
30
|
+
create(transactionCreate: components.TransactionCreate, merchantAccountId?: string | null | undefined, idempotencyKey?: string | null | undefined, xForwardedFor?: string | undefined, options?: RequestOptions): Promise<components.TransactionOutput>;
|
|
31
31
|
/**
|
|
32
32
|
* Get transaction
|
|
33
33
|
*
|
|
34
34
|
* @remarks
|
|
35
35
|
* Retrieve the details of a transaction by its unique identifier.
|
|
36
36
|
*/
|
|
37
|
-
get(transactionId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise<components.
|
|
37
|
+
get(transactionId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise<components.TransactionOutput>;
|
|
38
38
|
/**
|
|
39
39
|
* Manually update a transaction
|
|
40
40
|
*
|
|
41
41
|
* @remarks
|
|
42
42
|
* Manually updates a transaction.
|
|
43
43
|
*/
|
|
44
|
-
update(transactionUpdate: components.TransactionUpdate, transactionId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise<components.
|
|
44
|
+
update(transactionUpdate: components.TransactionUpdate, transactionId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise<components.TransactionOutput>;
|
|
45
45
|
/**
|
|
46
46
|
* Capture transaction
|
|
47
47
|
*
|
|
@@ -69,6 +69,6 @@ export declare class Transactions extends ClientSDK {
|
|
|
69
69
|
* @remarks
|
|
70
70
|
* Synchronizes the status of a transaction with the underlying payment service provider. This is useful for transactions in a pending state to check if they've been completed or failed. Only available for some payment service providers.
|
|
71
71
|
*/
|
|
72
|
-
sync(transactionId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise<components.
|
|
72
|
+
sync(transactionId: string, merchantAccountId?: string | null | undefined, options?: RequestOptions): Promise<components.TransactionOutput>;
|
|
73
73
|
}
|
|
74
74
|
//# sourceMappingURL=transactions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"transactions.d.ts","sourceRoot":"","sources":["../src/sdk/transactions.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,SAAS,EAAE,cAAc,EAAE,MAAM,gBAAgB,CAAC;AAC3D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAC5D,OAAO,KAAK,UAAU,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EAAE,YAAY,EAAwB,MAAM,wBAAwB,CAAC;AAC5E,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AACrC,OAAO,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE/C,qBAAa,YAAa,SAAQ,SAAS;IACzC,OAAO,CAAC,QAAQ,CAAC,CAAe;IAChC,IAAI,OAAO,IAAI,YAAY,CAE1B;IAED,OAAO,CAAC,OAAO,CAAC,CAAS;IACzB,IAAI,MAAM,IAAI,MAAM,CAEnB;IAED,OAAO,CAAC,YAAY,CAAC,CAAc;IACnC,IAAI,WAAW,IAAI,WAAW,CAE7B;IAED;;;;;OAKG;IACG,IAAI,CACR,OAAO,CAAC,EAAE,UAAU,CAAC,uBAAuB,GAAG,SAAS,EACxD,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CACR,YAAY,CAAC,UAAU,CAAC,wBAAwB,EAAE;QAAE,MAAM,EAAE,MAAM,CAAA;KAAE,CAAC,CACtE;IAQD;;;;;OAKG;IACG,MAAM,CACV,iBAAiB,EAAE,UAAU,CAAC,iBAAiB,EAC/C,iBAAiB,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC7C,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,GAAG,SAAS,EAC1C,aAAa,CAAC,EAAE,MAAM,GAAG,SAAS,EAClC,OAAO,CAAC,EAAE,cAAc,GACvB,OAAO,CAAC,UAAU,CAAC,
|
|
1
|
+
{"version":3,"file":"transactions.d.ts","sourceRoot":"","sources":["../src/sdk/transactions.ts"],"names":[],"mappings":"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"}
|
|
@@ -41,7 +41,7 @@ export function transactionsCreate(
|
|
|
41
41
|
options?: RequestOptions,
|
|
42
42
|
): APIPromise<
|
|
43
43
|
Result<
|
|
44
|
-
components.
|
|
44
|
+
components.TransactionOutput,
|
|
45
45
|
| errors.Error400
|
|
46
46
|
| errors.Error401
|
|
47
47
|
| errors.Error403
|
|
@@ -84,7 +84,7 @@ async function $do(
|
|
|
84
84
|
): Promise<
|
|
85
85
|
[
|
|
86
86
|
Result<
|
|
87
|
-
components.
|
|
87
|
+
components.TransactionOutput,
|
|
88
88
|
| errors.Error400
|
|
89
89
|
| errors.Error401
|
|
90
90
|
| errors.Error403
|
|
@@ -214,7 +214,7 @@ async function $do(
|
|
|
214
214
|
};
|
|
215
215
|
|
|
216
216
|
const [result] = await M.match<
|
|
217
|
-
components.
|
|
217
|
+
components.TransactionOutput,
|
|
218
218
|
| errors.Error400
|
|
219
219
|
| errors.Error401
|
|
220
220
|
| errors.Error403
|
|
@@ -236,7 +236,7 @@ async function $do(
|
|
|
236
236
|
| UnexpectedClientError
|
|
237
237
|
| SDKValidationError
|
|
238
238
|
>(
|
|
239
|
-
M.json(201, components.
|
|
239
|
+
M.json(201, components.TransactionOutput$inboundSchema),
|
|
240
240
|
M.jsonErr(400, errors.Error400$inboundSchema),
|
|
241
241
|
M.jsonErr(401, errors.Error401$inboundSchema),
|
|
242
242
|
M.jsonErr(403, errors.Error403$inboundSchema),
|
|
@@ -39,7 +39,7 @@ export function transactionsGet(
|
|
|
39
39
|
options?: RequestOptions,
|
|
40
40
|
): APIPromise<
|
|
41
41
|
Result<
|
|
42
|
-
components.
|
|
42
|
+
components.TransactionOutput,
|
|
43
43
|
| errors.Error400
|
|
44
44
|
| errors.Error401
|
|
45
45
|
| errors.Error403
|
|
@@ -78,7 +78,7 @@ async function $do(
|
|
|
78
78
|
): Promise<
|
|
79
79
|
[
|
|
80
80
|
Result<
|
|
81
|
-
components.
|
|
81
|
+
components.TransactionOutput,
|
|
82
82
|
| errors.Error400
|
|
83
83
|
| errors.Error401
|
|
84
84
|
| errors.Error403
|
|
@@ -212,7 +212,7 @@ async function $do(
|
|
|
212
212
|
};
|
|
213
213
|
|
|
214
214
|
const [result] = await M.match<
|
|
215
|
-
components.
|
|
215
|
+
components.TransactionOutput,
|
|
216
216
|
| errors.Error400
|
|
217
217
|
| errors.Error401
|
|
218
218
|
| errors.Error403
|
|
@@ -234,7 +234,7 @@ async function $do(
|
|
|
234
234
|
| UnexpectedClientError
|
|
235
235
|
| SDKValidationError
|
|
236
236
|
>(
|
|
237
|
-
M.json(200, components.
|
|
237
|
+
M.json(200, components.TransactionOutput$inboundSchema),
|
|
238
238
|
M.jsonErr(400, errors.Error400$inboundSchema),
|
|
239
239
|
M.jsonErr(401, errors.Error401$inboundSchema),
|
|
240
240
|
M.jsonErr(403, errors.Error403$inboundSchema),
|
|
@@ -39,7 +39,7 @@ export function transactionsSync(
|
|
|
39
39
|
options?: RequestOptions,
|
|
40
40
|
): APIPromise<
|
|
41
41
|
Result<
|
|
42
|
-
components.
|
|
42
|
+
components.TransactionOutput,
|
|
43
43
|
| errors.Error400
|
|
44
44
|
| errors.Error401
|
|
45
45
|
| errors.Error403
|
|
@@ -78,7 +78,7 @@ async function $do(
|
|
|
78
78
|
): Promise<
|
|
79
79
|
[
|
|
80
80
|
Result<
|
|
81
|
-
components.
|
|
81
|
+
components.TransactionOutput,
|
|
82
82
|
| errors.Error400
|
|
83
83
|
| errors.Error401
|
|
84
84
|
| errors.Error403
|
|
@@ -202,7 +202,7 @@ async function $do(
|
|
|
202
202
|
};
|
|
203
203
|
|
|
204
204
|
const [result] = await M.match<
|
|
205
|
-
components.
|
|
205
|
+
components.TransactionOutput,
|
|
206
206
|
| errors.Error400
|
|
207
207
|
| errors.Error401
|
|
208
208
|
| errors.Error403
|
|
@@ -224,7 +224,7 @@ async function $do(
|
|
|
224
224
|
| UnexpectedClientError
|
|
225
225
|
| SDKValidationError
|
|
226
226
|
>(
|
|
227
|
-
M.json(200, components.
|
|
227
|
+
M.json(200, components.TransactionOutput$inboundSchema),
|
|
228
228
|
M.jsonErr(400, errors.Error400$inboundSchema),
|
|
229
229
|
M.jsonErr(401, errors.Error401$inboundSchema),
|
|
230
230
|
M.jsonErr(403, errors.Error403$inboundSchema),
|
|
@@ -40,7 +40,7 @@ export function transactionsUpdate(
|
|
|
40
40
|
options?: RequestOptions,
|
|
41
41
|
): APIPromise<
|
|
42
42
|
Result<
|
|
43
|
-
components.
|
|
43
|
+
components.TransactionOutput,
|
|
44
44
|
| errors.Error400
|
|
45
45
|
| errors.Error401
|
|
46
46
|
| errors.Error403
|
|
@@ -81,7 +81,7 @@ async function $do(
|
|
|
81
81
|
): Promise<
|
|
82
82
|
[
|
|
83
83
|
Result<
|
|
84
|
-
components.
|
|
84
|
+
components.TransactionOutput,
|
|
85
85
|
| errors.Error400
|
|
86
86
|
| errors.Error401
|
|
87
87
|
| errors.Error403
|
|
@@ -207,7 +207,7 @@ async function $do(
|
|
|
207
207
|
};
|
|
208
208
|
|
|
209
209
|
const [result] = await M.match<
|
|
210
|
-
components.
|
|
210
|
+
components.TransactionOutput,
|
|
211
211
|
| errors.Error400
|
|
212
212
|
| errors.Error401
|
|
213
213
|
| errors.Error403
|
|
@@ -229,7 +229,7 @@ async function $do(
|
|
|
229
229
|
| UnexpectedClientError
|
|
230
230
|
| SDKValidationError
|
|
231
231
|
>(
|
|
232
|
-
M.json(200, components.
|
|
232
|
+
M.json(200, components.TransactionOutput$inboundSchema),
|
|
233
233
|
M.jsonErr(400, errors.Error400$inboundSchema),
|
|
234
234
|
M.jsonErr(401, errors.Error401$inboundSchema),
|
|
235
235
|
M.jsonErr(403, errors.Error403$inboundSchema),
|
package/src/lib/config.ts
CHANGED
|
@@ -77,7 +77,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
77
77
|
export const SDK_METADATA = {
|
|
78
78
|
language: "typescript",
|
|
79
79
|
openapiDocVersion: "1.0.0",
|
|
80
|
-
sdkVersion: "1.5.
|
|
81
|
-
genVersion: "2.
|
|
82
|
-
userAgent: "speakeasy-sdk/typescript 1.5.
|
|
80
|
+
sdkVersion: "1.5.5",
|
|
81
|
+
genVersion: "2.731.6",
|
|
82
|
+
userAgent: "speakeasy-sdk/typescript 1.5.5 2.731.6 1.0.0 @gr4vy/sdk",
|
|
83
83
|
} as const;
|
|
@@ -8,17 +8,17 @@ import { safeParse } from "../../lib/schemas.js";
|
|
|
8
8
|
import { Result as SafeParseResult } from "../../types/fp.js";
|
|
9
9
|
import { SDKValidationError } from "../errors/sdkvalidationerror.js";
|
|
10
10
|
import {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
} from "./
|
|
11
|
+
AuditLogEntryOutput,
|
|
12
|
+
AuditLogEntryOutput$inboundSchema,
|
|
13
|
+
AuditLogEntryOutput$Outbound,
|
|
14
|
+
AuditLogEntryOutput$outboundSchema,
|
|
15
|
+
} from "./auditlogentryoutput.js";
|
|
16
16
|
|
|
17
17
|
export type AuditLogEntries = {
|
|
18
18
|
/**
|
|
19
19
|
* A list of items returned for this request.
|
|
20
20
|
*/
|
|
21
|
-
items: Array<
|
|
21
|
+
items: Array<AuditLogEntryOutput>;
|
|
22
22
|
/**
|
|
23
23
|
* The number of items for this page.
|
|
24
24
|
*/
|
|
@@ -39,7 +39,7 @@ export const AuditLogEntries$inboundSchema: z.ZodType<
|
|
|
39
39
|
z.ZodTypeDef,
|
|
40
40
|
unknown
|
|
41
41
|
> = z.object({
|
|
42
|
-
items: z.array(
|
|
42
|
+
items: z.array(AuditLogEntryOutput$inboundSchema),
|
|
43
43
|
limit: z.number().int().default(20),
|
|
44
44
|
next_cursor: z.nullable(z.string()).optional(),
|
|
45
45
|
previous_cursor: z.nullable(z.string()).optional(),
|
|
@@ -52,7 +52,7 @@ export const AuditLogEntries$inboundSchema: z.ZodType<
|
|
|
52
52
|
|
|
53
53
|
/** @internal */
|
|
54
54
|
export type AuditLogEntries$Outbound = {
|
|
55
|
-
items: Array<
|
|
55
|
+
items: Array<AuditLogEntryOutput$Outbound>;
|
|
56
56
|
limit: number;
|
|
57
57
|
next_cursor?: string | null | undefined;
|
|
58
58
|
previous_cursor?: string | null | undefined;
|
|
@@ -64,7 +64,7 @@ export const AuditLogEntries$outboundSchema: z.ZodType<
|
|
|
64
64
|
z.ZodTypeDef,
|
|
65
65
|
AuditLogEntries
|
|
66
66
|
> = z.object({
|
|
67
|
-
items: z.array(
|
|
67
|
+
items: z.array(AuditLogEntryOutput$outboundSchema),
|
|
68
68
|
limit: z.number().int().default(20),
|
|
69
69
|
nextCursor: z.nullable(z.string()).optional(),
|
|
70
70
|
previousCursor: z.nullable(z.string()).optional(),
|
|
@@ -25,7 +25,7 @@ import {
|
|
|
25
25
|
AuditLogEntryUser$outboundSchema,
|
|
26
26
|
} from "./auditlogentryuser.js";
|
|
27
27
|
|
|
28
|
-
export type
|
|
28
|
+
export type AuditLogEntryOutput = {
|
|
29
29
|
/**
|
|
30
30
|
* Always `audit-log`.
|
|
31
31
|
*/
|
|
@@ -48,8 +48,8 @@ export type AuditLogEntry = {
|
|
|
48
48
|
};
|
|
49
49
|
|
|
50
50
|
/** @internal */
|
|
51
|
-
export const
|
|
52
|
-
|
|
51
|
+
export const AuditLogEntryOutput$inboundSchema: z.ZodType<
|
|
52
|
+
AuditLogEntryOutput,
|
|
53
53
|
z.ZodTypeDef,
|
|
54
54
|
unknown
|
|
55
55
|
> = z.object({
|
|
@@ -67,7 +67,7 @@ export const AuditLogEntry$inboundSchema: z.ZodType<
|
|
|
67
67
|
});
|
|
68
68
|
|
|
69
69
|
/** @internal */
|
|
70
|
-
export type
|
|
70
|
+
export type AuditLogEntryOutput$Outbound = {
|
|
71
71
|
type: "audit-log";
|
|
72
72
|
id?: string | null | undefined;
|
|
73
73
|
merchant_account_id?: string | null | undefined;
|
|
@@ -78,10 +78,10 @@ export type AuditLogEntry$Outbound = {
|
|
|
78
78
|
};
|
|
79
79
|
|
|
80
80
|
/** @internal */
|
|
81
|
-
export const
|
|
82
|
-
|
|
81
|
+
export const AuditLogEntryOutput$outboundSchema: z.ZodType<
|
|
82
|
+
AuditLogEntryOutput$Outbound,
|
|
83
83
|
z.ZodTypeDef,
|
|
84
|
-
|
|
84
|
+
AuditLogEntryOutput
|
|
85
85
|
> = z.object({
|
|
86
86
|
type: z.literal("audit-log").default("audit-log" as const),
|
|
87
87
|
id: z.nullable(z.string()).optional(),
|
|
@@ -100,25 +100,29 @@ export const AuditLogEntry$outboundSchema: z.ZodType<
|
|
|
100
100
|
* @internal
|
|
101
101
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
102
102
|
*/
|
|
103
|
-
export namespace
|
|
104
|
-
/** @deprecated use `
|
|
105
|
-
export const inboundSchema =
|
|
106
|
-
/** @deprecated use `
|
|
107
|
-
export const outboundSchema =
|
|
108
|
-
/** @deprecated use `
|
|
109
|
-
export type Outbound =
|
|
103
|
+
export namespace AuditLogEntryOutput$ {
|
|
104
|
+
/** @deprecated use `AuditLogEntryOutput$inboundSchema` instead. */
|
|
105
|
+
export const inboundSchema = AuditLogEntryOutput$inboundSchema;
|
|
106
|
+
/** @deprecated use `AuditLogEntryOutput$outboundSchema` instead. */
|
|
107
|
+
export const outboundSchema = AuditLogEntryOutput$outboundSchema;
|
|
108
|
+
/** @deprecated use `AuditLogEntryOutput$Outbound` instead. */
|
|
109
|
+
export type Outbound = AuditLogEntryOutput$Outbound;
|
|
110
110
|
}
|
|
111
111
|
|
|
112
|
-
export function
|
|
113
|
-
|
|
112
|
+
export function auditLogEntryOutputToJSON(
|
|
113
|
+
auditLogEntryOutput: AuditLogEntryOutput,
|
|
114
|
+
): string {
|
|
115
|
+
return JSON.stringify(
|
|
116
|
+
AuditLogEntryOutput$outboundSchema.parse(auditLogEntryOutput),
|
|
117
|
+
);
|
|
114
118
|
}
|
|
115
119
|
|
|
116
|
-
export function
|
|
120
|
+
export function auditLogEntryOutputFromJSON(
|
|
117
121
|
jsonString: string,
|
|
118
|
-
): SafeParseResult<
|
|
122
|
+
): SafeParseResult<AuditLogEntryOutput, SDKValidationError> {
|
|
119
123
|
return safeParse(
|
|
120
124
|
jsonString,
|
|
121
|
-
(x) =>
|
|
122
|
-
`Failed to parse '
|
|
125
|
+
(x) => AuditLogEntryOutput$inboundSchema.parse(JSON.parse(x)),
|
|
126
|
+
`Failed to parse 'AuditLogEntryOutput' from JSON`,
|
|
123
127
|
);
|
|
124
128
|
}
|
|
@@ -20,11 +20,11 @@ import {
|
|
|
20
20
|
CartItem$outboundSchema,
|
|
21
21
|
} from "./cartitem.js";
|
|
22
22
|
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
} from "./
|
|
23
|
+
CheckoutSessionPaymentMethodOutput,
|
|
24
|
+
CheckoutSessionPaymentMethodOutput$inboundSchema,
|
|
25
|
+
CheckoutSessionPaymentMethodOutput$Outbound,
|
|
26
|
+
CheckoutSessionPaymentMethodOutput$outboundSchema,
|
|
27
|
+
} from "./checkoutsessionpaymentmethodoutput.js";
|
|
28
28
|
import {
|
|
29
29
|
GuestBuyerOutput,
|
|
30
30
|
GuestBuyerOutput$inboundSchema,
|
|
@@ -64,7 +64,7 @@ export type CheckoutSession = {
|
|
|
64
64
|
/**
|
|
65
65
|
* Information about the payment method stored on the checkout session.
|
|
66
66
|
*/
|
|
67
|
-
paymentMethod?:
|
|
67
|
+
paymentMethod?: CheckoutSessionPaymentMethodOutput | null | undefined;
|
|
68
68
|
};
|
|
69
69
|
|
|
70
70
|
/** @internal */
|
|
@@ -80,7 +80,7 @@ export const CheckoutSession$inboundSchema: z.ZodType<
|
|
|
80
80
|
type: z.literal("checkout-session").default("checkout-session"),
|
|
81
81
|
id: z.string(),
|
|
82
82
|
expires_at: z.string().datetime({ offset: true }).transform(v => new Date(v)),
|
|
83
|
-
payment_method: z.nullable(
|
|
83
|
+
payment_method: z.nullable(CheckoutSessionPaymentMethodOutput$inboundSchema)
|
|
84
84
|
.optional(),
|
|
85
85
|
}).transform((v) => {
|
|
86
86
|
return remap$(v, {
|
|
@@ -99,7 +99,10 @@ export type CheckoutSession$Outbound = {
|
|
|
99
99
|
type: "checkout-session";
|
|
100
100
|
id: string;
|
|
101
101
|
expires_at: string;
|
|
102
|
-
payment_method?:
|
|
102
|
+
payment_method?:
|
|
103
|
+
| CheckoutSessionPaymentMethodOutput$Outbound
|
|
104
|
+
| null
|
|
105
|
+
| undefined;
|
|
103
106
|
};
|
|
104
107
|
|
|
105
108
|
/** @internal */
|
|
@@ -115,7 +118,7 @@ export const CheckoutSession$outboundSchema: z.ZodType<
|
|
|
115
118
|
type: z.literal("checkout-session").default("checkout-session" as const),
|
|
116
119
|
id: z.string(),
|
|
117
120
|
expiresAt: z.date().transform(v => v.toISOString()),
|
|
118
|
-
paymentMethod: z.nullable(
|
|
121
|
+
paymentMethod: z.nullable(CheckoutSessionPaymentMethodOutput$outboundSchema)
|
|
119
122
|
.optional(),
|
|
120
123
|
}).transform((v) => {
|
|
121
124
|
return remap$(v, {
|
|
@@ -18,7 +18,7 @@ import {
|
|
|
18
18
|
CheckoutSessionPaymentMethodDetails$outboundSchema,
|
|
19
19
|
} from "./checkoutsessionpaymentmethoddetails.js";
|
|
20
20
|
|
|
21
|
-
export type
|
|
21
|
+
export type CheckoutSessionPaymentMethodOutput = {
|
|
22
22
|
/**
|
|
23
23
|
* Always `payment-method`
|
|
24
24
|
*/
|
|
@@ -50,8 +50,8 @@ export type CheckoutSessionPaymentMethod = {
|
|
|
50
50
|
};
|
|
51
51
|
|
|
52
52
|
/** @internal */
|
|
53
|
-
export const
|
|
54
|
-
|
|
53
|
+
export const CheckoutSessionPaymentMethodOutput$inboundSchema: z.ZodType<
|
|
54
|
+
CheckoutSessionPaymentMethodOutput,
|
|
55
55
|
z.ZodTypeDef,
|
|
56
56
|
unknown
|
|
57
57
|
> = z.object({
|
|
@@ -66,7 +66,7 @@ export const CheckoutSessionPaymentMethod$inboundSchema: z.ZodType<
|
|
|
66
66
|
});
|
|
67
67
|
|
|
68
68
|
/** @internal */
|
|
69
|
-
export type
|
|
69
|
+
export type CheckoutSessionPaymentMethodOutput$Outbound = {
|
|
70
70
|
type: "payment-method";
|
|
71
71
|
id?: string | null | undefined;
|
|
72
72
|
details?: CheckoutSessionPaymentMethodDetails$Outbound | null | undefined;
|
|
@@ -77,10 +77,10 @@ export type CheckoutSessionPaymentMethod$Outbound = {
|
|
|
77
77
|
};
|
|
78
78
|
|
|
79
79
|
/** @internal */
|
|
80
|
-
export const
|
|
81
|
-
|
|
80
|
+
export const CheckoutSessionPaymentMethodOutput$outboundSchema: z.ZodType<
|
|
81
|
+
CheckoutSessionPaymentMethodOutput$Outbound,
|
|
82
82
|
z.ZodTypeDef,
|
|
83
|
-
|
|
83
|
+
CheckoutSessionPaymentMethodOutput
|
|
84
84
|
> = z.object({
|
|
85
85
|
type: z.literal("payment-method").default("payment-method" as const),
|
|
86
86
|
id: z.nullable(z.string()).optional(),
|
|
@@ -96,31 +96,33 @@ export const CheckoutSessionPaymentMethod$outboundSchema: z.ZodType<
|
|
|
96
96
|
* @internal
|
|
97
97
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
98
98
|
*/
|
|
99
|
-
export namespace
|
|
100
|
-
/** @deprecated use `
|
|
101
|
-
export const inboundSchema =
|
|
102
|
-
/** @deprecated use `
|
|
103
|
-
export const outboundSchema =
|
|
104
|
-
|
|
105
|
-
|
|
99
|
+
export namespace CheckoutSessionPaymentMethodOutput$ {
|
|
100
|
+
/** @deprecated use `CheckoutSessionPaymentMethodOutput$inboundSchema` instead. */
|
|
101
|
+
export const inboundSchema = CheckoutSessionPaymentMethodOutput$inboundSchema;
|
|
102
|
+
/** @deprecated use `CheckoutSessionPaymentMethodOutput$outboundSchema` instead. */
|
|
103
|
+
export const outboundSchema =
|
|
104
|
+
CheckoutSessionPaymentMethodOutput$outboundSchema;
|
|
105
|
+
/** @deprecated use `CheckoutSessionPaymentMethodOutput$Outbound` instead. */
|
|
106
|
+
export type Outbound = CheckoutSessionPaymentMethodOutput$Outbound;
|
|
106
107
|
}
|
|
107
108
|
|
|
108
|
-
export function
|
|
109
|
-
|
|
109
|
+
export function checkoutSessionPaymentMethodOutputToJSON(
|
|
110
|
+
checkoutSessionPaymentMethodOutput: CheckoutSessionPaymentMethodOutput,
|
|
110
111
|
): string {
|
|
111
112
|
return JSON.stringify(
|
|
112
|
-
|
|
113
|
-
|
|
113
|
+
CheckoutSessionPaymentMethodOutput$outboundSchema.parse(
|
|
114
|
+
checkoutSessionPaymentMethodOutput,
|
|
114
115
|
),
|
|
115
116
|
);
|
|
116
117
|
}
|
|
117
118
|
|
|
118
|
-
export function
|
|
119
|
+
export function checkoutSessionPaymentMethodOutputFromJSON(
|
|
119
120
|
jsonString: string,
|
|
120
|
-
): SafeParseResult<
|
|
121
|
+
): SafeParseResult<CheckoutSessionPaymentMethodOutput, SDKValidationError> {
|
|
121
122
|
return safeParse(
|
|
122
123
|
jsonString,
|
|
123
|
-
(x) =>
|
|
124
|
-
|
|
124
|
+
(x) =>
|
|
125
|
+
CheckoutSessionPaymentMethodOutput$inboundSchema.parse(JSON.parse(x)),
|
|
126
|
+
`Failed to parse 'CheckoutSessionPaymentMethodOutput' from JSON`,
|
|
125
127
|
);
|
|
126
128
|
}
|
|
@@ -25,7 +25,7 @@ export * from "./applepaysessionrequest.js";
|
|
|
25
25
|
export * from "./approvaltarget.js";
|
|
26
26
|
export * from "./auditlogaction.js";
|
|
27
27
|
export * from "./auditlogentries.js";
|
|
28
|
-
export * from "./
|
|
28
|
+
export * from "./auditlogentryoutput.js";
|
|
29
29
|
export * from "./auditlogentryresource.js";
|
|
30
30
|
export * from "./auditlogentryuser.js";
|
|
31
31
|
export * from "./avsresponsecode.js";
|
|
@@ -50,9 +50,9 @@ export * from "./cartitem.js";
|
|
|
50
50
|
export * from "./checkoutpayoutoptions.js";
|
|
51
51
|
export * from "./checkoutsession.js";
|
|
52
52
|
export * from "./checkoutsessioncreate.js";
|
|
53
|
-
export * from "./checkoutsessionpaymentmethod.js";
|
|
54
53
|
export * from "./checkoutsessionpaymentmethodcreate.js";
|
|
55
54
|
export * from "./checkoutsessionpaymentmethoddetails.js";
|
|
55
|
+
export * from "./checkoutsessionpaymentmethodoutput.js";
|
|
56
56
|
export * from "./checkoutsessionwithurlpaymentmethodcreate.js";
|
|
57
57
|
export * from "./clicktopayfpanpaymentmethodcreate.js";
|
|
58
58
|
export * from "./clicktopaypaymentmethodcreate.js";
|
|
@@ -154,10 +154,10 @@ export * from "./paymentmethods.js";
|
|
|
154
154
|
export * from "./paymentmethodstatus.js";
|
|
155
155
|
export * from "./paymentmethodstoredcard.js";
|
|
156
156
|
export * from "./paymentmethodsummaries.js";
|
|
157
|
-
export * from "./
|
|
158
|
-
export * from "./paymentoption.js";
|
|
157
|
+
export * from "./paymentmethodsummaryoutput.js";
|
|
159
158
|
export * from "./paymentoptioncontext.js";
|
|
160
159
|
export * from "./paymentoptioncontextapprovalui.js";
|
|
160
|
+
export * from "./paymentoptionoutput.js";
|
|
161
161
|
export * from "./paymentoptionrequest.js";
|
|
162
162
|
export * from "./paymentoptions.js";
|
|
163
163
|
export * from "./paymentservice.js";
|
|
@@ -181,6 +181,10 @@ export * from "./payoutstatus.js";
|
|
|
181
181
|
export * from "./payoutsummaries.js";
|
|
182
182
|
export * from "./payoutsummary.js";
|
|
183
183
|
export * from "./paypaloptions.js";
|
|
184
|
+
export * from "./paypalshippingoptions.js";
|
|
185
|
+
export * from "./paypalshippingoptionsitem.js";
|
|
186
|
+
export * from "./paypalshippingoptionsitemamount.js";
|
|
187
|
+
export * from "./plaidpaymentmethodcreate.js";
|
|
184
188
|
export * from "./powertranzoptions.js";
|
|
185
189
|
export * from "./producttype.js";
|
|
186
190
|
export * from "./recipient.js";
|
|
@@ -225,19 +229,19 @@ export * from "./threedsecuremethod.js";
|
|
|
225
229
|
export * from "./threedsecurestatus.js";
|
|
226
230
|
export * from "./threedsecurev2.js";
|
|
227
231
|
export * from "./tokenpaymentmethodcreate.js";
|
|
228
|
-
export * from "./
|
|
229
|
-
export * from "./transactionbuyer.js";
|
|
232
|
+
export * from "./transactionbuyeroutput.js";
|
|
230
233
|
export * from "./transactioncancel.js";
|
|
231
|
-
export * from "./transactioncapture.js";
|
|
232
234
|
export * from "./transactioncapturecreate.js";
|
|
235
|
+
export * from "./transactioncaptureoutput.js";
|
|
233
236
|
export * from "./transactionconnectionoptions.js";
|
|
234
237
|
export * from "./transactioncreate.js";
|
|
235
|
-
export * from "./
|
|
238
|
+
export * from "./transactioneventoutput.js";
|
|
236
239
|
export * from "./transactionevents.js";
|
|
237
240
|
export * from "./transactiongiftcard.js";
|
|
238
241
|
export * from "./transactionintent.js";
|
|
239
242
|
export * from "./transactionintentoutcome.js";
|
|
240
|
-
export * from "./
|
|
243
|
+
export * from "./transactionoutput.js";
|
|
244
|
+
export * from "./transactionpaymentmethodoutput.js";
|
|
241
245
|
export * from "./transactionpaymentservice.js";
|
|
242
246
|
export * from "./transactionpaymentsource.js";
|
|
243
247
|
export * from "./transactionrefundallcreate.js";
|
|
@@ -246,10 +250,10 @@ export * from "./transactionretriesreportspec.js";
|
|
|
246
250
|
export * from "./transactionsreportspec.js";
|
|
247
251
|
export * from "./transactionstatus.js";
|
|
248
252
|
export * from "./transactionsummaries.js";
|
|
249
|
-
export * from "./
|
|
250
|
-
export * from "./
|
|
253
|
+
export * from "./transactionsummaryoutput.js";
|
|
254
|
+
export * from "./transactionthreedsecuresummaryoutput.js";
|
|
251
255
|
export * from "./transactionupdate.js";
|
|
252
|
-
export * from "./
|
|
256
|
+
export * from "./transactionvoidoutput.js";
|
|
253
257
|
export * from "./travelhubcustomdata.js";
|
|
254
258
|
export * from "./travelhuboptions.js";
|
|
255
259
|
export * from "./trustlyoptions.js";
|