@tonder.io/ionic-full-sdk 0.0.49 → 0.0.51

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.
@@ -118,3 +118,4 @@ export interface IInlineCheckoutOptions extends IInlineCheckoutBaseOptions {
118
118
  isOpenPaySandbox?: boolean;
119
119
  isEnrollmentCard?: boolean;
120
120
  }
121
+ export type { IProcessPaymentRequest, IStartCheckoutErrorResponse, IStartCheckoutResponse, } from '@tonder.io/ionic-lite-sdk/dist/types/checkout';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonder.io/ionic-full-sdk",
3
- "version": "0.0.49",
3
+ "version": "0.0.51",
4
4
  "description": "Tonder ionic full SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -10,7 +10,7 @@
10
10
  "author": "",
11
11
  "license": "ISC",
12
12
  "dependencies": {
13
- "@tonder.io/ionic-lite-sdk": "^0.0.54",
13
+ "@tonder.io/ionic-lite-sdk": "^0.0.57",
14
14
  "accordion-js": "^3.4.0",
15
15
  "crypto-js": "^4.1.1",
16
16
  "lodash.get": "^4.4.2",
@@ -125,3 +125,8 @@ export interface IInlineCheckoutOptions extends IInlineCheckoutBaseOptions{
125
125
  isOpenPaySandbox?: boolean,
126
126
  isEnrollmentCard?: boolean,
127
127
  }
128
+ export type {
129
+ IProcessPaymentRequest,
130
+ IStartCheckoutErrorResponse,
131
+ IStartCheckoutResponse,
132
+ } from '@tonder.io/ionic-lite-sdk/dist/types/checkout';