@eway-crm/connector 1.0.225 → 1.0.226

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.
@@ -63,5 +63,7 @@ export interface IApiLicense {
63
63
  }
64
64
  export interface IApiLicenseDbSizeModel {
65
65
  IsFull: boolean;
66
+ Used: number | null;
67
+ Licensed: number | null;
66
68
  }
67
69
  export {};
@@ -63,5 +63,7 @@ export interface IApiLicense {
63
63
  }
64
64
  export interface IApiLicenseDbSizeModel {
65
65
  IsFull: boolean;
66
+ Used: number | null;
67
+ Licensed: number | null;
66
68
  }
67
69
  export {};
package/lib/index.d.ts CHANGED
@@ -2465,6 +2465,8 @@ interface IApiLicense {
2465
2465
  }
2466
2466
  interface IApiLicenseDbSizeModel {
2467
2467
  IsFull: boolean;
2468
+ Used: number | null;
2469
+ Licensed: number | null;
2468
2470
  }
2469
2471
 
2470
2472
  interface IApiLocalizedLicenseBundle extends IApiCapacityAvailableBundle {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eway-crm/connector",
3
- "version": "1.0.225",
3
+ "version": "1.0.226",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",