@tonder.io/ionic-lite-sdk 0.0.24-beta → 0.0.25-beta

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.
@@ -143,6 +143,9 @@ export type StartCheckoutResponse = {
143
143
  return_url: string;
144
144
  verify_transaction_status_url: string;
145
145
  };
146
+ iframe_resources?: {
147
+ iframe: string;
148
+ };
146
149
  };
147
150
  actions: {
148
151
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonder.io/ionic-lite-sdk",
3
- "version": "0.0.24-beta",
3
+ "version": "0.0.25-beta",
4
4
  "description": "Tonder ionic lite SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -149,6 +149,9 @@ export type StartCheckoutResponse = {
149
149
  return_url: string;
150
150
  verify_transaction_status_url: string;
151
151
  };
152
+ iframe_resources?: {
153
+ iframe: string;
154
+ };
152
155
  };
153
156
  actions: {
154
157
  name: string;