ravcredit-lib 0.0.36 → 0.0.37

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.
Files changed (2) hide show
  1. package/index.d.ts +1 -1
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -1573,7 +1573,7 @@ interface oResponse {
1573
1573
  statusCode: number;
1574
1574
  error?: string;
1575
1575
  epochTime: number;
1576
- data: oUser | oUser[] | oBusinessInfo | oAddress | oSchedule | oFinancial | string | iPaymentDelay | oClient | oDevice | iConfigUUID | Response | oNotification | null;
1576
+ data: oUser | oUser[] | oBusinessInfo | oAddress | oSchedule | oFinancial | string | iPaymentDelay | oClient | oDevice | iConfigUUID | Response | oNotification | null | any;
1577
1577
  }
1578
1578
  interface oResponseFuncEmail {
1579
1579
  success: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ravcredit-lib",
3
- "version": "0.0.36",
3
+ "version": "0.0.37",
4
4
  "types": "./src/index.d.ts",
5
5
  "peerDependencies": {
6
6
  "@angular/common": "^20.0.0",