@tonder.io/ionic-lite-sdk 0.0.12 → 0.0.13
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/package.json
CHANGED
package/src/types/responses.ts
CHANGED
|
@@ -507,6 +507,7 @@ export class GetCustomerCardsResponseClass implements GetCustomerCardsResponse {
|
|
|
507
507
|
user_id!: number;
|
|
508
508
|
cards!: {
|
|
509
509
|
fields: {
|
|
510
|
+
card_scheme: string;
|
|
510
511
|
card_number: string;
|
|
511
512
|
cardholder_name: string;
|
|
512
513
|
cvv: string;
|
|
@@ -522,6 +523,7 @@ export class GetCustomerCardsResponseClass implements GetCustomerCardsResponse {
|
|
|
522
523
|
cards: [
|
|
523
524
|
{
|
|
524
525
|
fields: {
|
|
526
|
+
card_scheme: "string",
|
|
525
527
|
card_number: "string",
|
|
526
528
|
cardholder_name: "string",
|
|
527
529
|
cvv: "string",
|