squarefi-bff-api-module 1.26.1 → 1.26.2

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.
@@ -89,7 +89,7 @@ export declare namespace API {
89
89
  form_factor: CardFormFactor | string;
90
90
  consent_text: string | null;
91
91
  name: string;
92
- card_limit: number;
92
+ max_cards: number;
93
93
  realtime_auth: boolean;
94
94
  tokenizable: boolean;
95
95
  kyc_rails_id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squarefi-bff-api-module",
3
- "version": "1.26.1",
3
+ "version": "1.26.2",
4
4
  "description": "Squarefi BFF API client module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -122,7 +122,8 @@ export namespace API {
122
122
  form_factor: CardFormFactor | string;
123
123
  consent_text: string | null;
124
124
  name: string;
125
- card_limit: number;
125
+ // card_limit: number; deprecated, use max_cards instead
126
+ max_cards: number;
126
127
  realtime_auth: boolean;
127
128
  tokenizable: boolean;
128
129
  kyc_rails_id: string;