squarefi-bff-api-module 1.5.9 → 1.5.11

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.
@@ -306,6 +306,7 @@ export declare namespace API {
306
306
  cvv: string;
307
307
  expiry_month: number;
308
308
  expiry_year: number;
309
+ security_code?: string;
309
310
  }
310
311
  interface OTP {
311
312
  created_at: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.5.9",
3
+ "version": "1.5.11",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
package/src/api/types.ts CHANGED
@@ -349,6 +349,7 @@ export namespace API {
349
349
  cvv: string;
350
350
  expiry_month: number;
351
351
  expiry_year: number;
352
+ security_code?: string;
352
353
  }
353
354
 
354
355
  export interface OTP {