@finteqhub/sdk-js 0.8.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/src/consts.d.ts +4 -0
- package/dist/src/consts.js +4 -0
- package/dist/src/typings.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
package/dist/src/typings.d.ts
CHANGED
|
@@ -118,6 +118,7 @@ export declare type SubmitData = {
|
|
|
118
118
|
payer: Payer;
|
|
119
119
|
};
|
|
120
120
|
paymentMethod: string;
|
|
121
|
+
transactionType: string;
|
|
121
122
|
} | {
|
|
122
123
|
credentials: {
|
|
123
124
|
billingAddress: Address;
|
|
@@ -128,6 +129,7 @@ export declare type SubmitData = {
|
|
|
128
129
|
} | {
|
|
129
130
|
credentials: Record<string, string>;
|
|
130
131
|
paymentMethod: string;
|
|
132
|
+
transactionType: string;
|
|
131
133
|
};
|
|
132
134
|
export declare type ProcessOperationRedirectResponse = {
|
|
133
135
|
type: "redirect";
|