@tonder.io/ionic-lite-sdk 0.0.35-beta.17 → 0.0.35-beta.18

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.
@@ -19,6 +19,7 @@
19
19
  <change beforePath="$PROJECT_DIR$/src/helpers/skyflow.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/helpers/skyflow.ts" afterDir="false" />
20
20
  <change beforePath="$PROJECT_DIR$/src/helpers/utils.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/helpers/utils.ts" afterDir="false" />
21
21
  <change beforePath="$PROJECT_DIR$/src/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/index.ts" afterDir="false" />
22
+ <change beforePath="$PROJECT_DIR$/src/types/card.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/types/card.ts" afterDir="false" />
22
23
  <change beforePath="$PROJECT_DIR$/src/types/index.d.ts" beforeDir="false" />
23
24
  </list>
24
25
  <option name="SHOW_DIALOG" value="false" />
@@ -82,7 +83,7 @@
82
83
  <workItem from="1725305433705" duration="21026000" />
83
84
  <workItem from="1725333899382" duration="2939000" />
84
85
  <workItem from="1725337022494" duration="3671000" />
85
- <workItem from="1725378545854" duration="10208000" />
86
+ <workItem from="1725378545854" duration="11692000" />
86
87
  </task>
87
88
  <servers />
88
89
  </component>
@@ -8,6 +8,7 @@ export interface ICardSkyflowFields {
8
8
  expiration_year: string;
9
9
  skyflow_id: string;
10
10
  card_scheme: string;
11
+ cardholder_name: string;
11
12
  }
12
13
  export interface ICustomerCardsResponse {
13
14
  user_id: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tonder.io/ionic-lite-sdk",
3
- "version": "0.0.35-beta.17",
3
+ "version": "0.0.35-beta.18",
4
4
  "description": "Tonder ionic lite SDK",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/types/card.ts CHANGED
@@ -9,6 +9,7 @@ export interface ICardSkyflowFields {
9
9
  expiration_year: string;
10
10
  skyflow_id: string;
11
11
  card_scheme: string;
12
+ cardholder_name: string;
12
13
  }
13
14
 
14
15
  export interface ICustomerCardsResponse {