@finteqhub/sdk-js 0.5.2 → 0.6.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.
@@ -114,17 +114,17 @@ export declare type SubmitData = {
114
114
  };
115
115
  payer: Payer;
116
116
  };
117
- paymentMethodType: string;
117
+ paymentMethod: string;
118
118
  } | {
119
119
  credentials: {
120
120
  billingAddress: Address;
121
121
  card: Card;
122
122
  payer: Payer;
123
123
  };
124
- paymentMethodType: string;
124
+ paymentMethod: string;
125
125
  } | {
126
126
  credentials: Record<string, string>;
127
- paymentMethodType: string;
127
+ paymentMethod: string;
128
128
  };
129
129
  export declare type ProcessOperationRedirectResponse = {
130
130
  type: "redirect";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finteqhub/sdk-js",
3
- "version": "0.5.2",
3
+ "version": "0.6.0",
4
4
  "description": "SDK for interacting with FinteqHub processing API",
5
5
  "main": "./dist/index.js",
6
6
  "typings": "./dist/index.d.ts",