@delopay/sdk 0.13.0 → 0.14.1

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.
@@ -96,6 +96,7 @@ interface CustomerUser {
96
96
  email?: string | null;
97
97
  name?: string | null;
98
98
  role_id?: string | null;
99
+ is_verified: boolean;
99
100
  is_active: boolean;
100
101
  created_at: string;
101
102
  }
@@ -96,6 +96,7 @@ interface CustomerUser {
96
96
  email?: string | null;
97
97
  name?: string | null;
98
98
  role_id?: string | null;
99
+ is_verified: boolean;
99
100
  is_active: boolean;
100
101
  created_at: string;
101
102
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@delopay/sdk",
3
- "version": "0.13.0",
3
+ "version": "0.14.1",
4
4
  "description": "Official Delopay TypeScript SDK",
5
5
  "type": "module",
6
6
  "sideEffects": false,