@eway-crm/connector 1.0.146 → 1.0.147

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.
@@ -58,6 +58,7 @@ export interface IApiLicense {
58
58
  Invoices: IApiLicenseKeyInvoices | null;
59
59
  GeneratedDate: string;
60
60
  DbSize: IApiLicenseDbSizeModel;
61
+ IsCloudHosted: boolean;
61
62
  }
62
63
  export interface IApiLicenseDbSizeModel {
63
64
  IsFull: boolean;
@@ -58,6 +58,7 @@ export interface IApiLicense {
58
58
  Invoices: IApiLicenseKeyInvoices | null;
59
59
  GeneratedDate: string;
60
60
  DbSize: IApiLicenseDbSizeModel;
61
+ IsCloudHosted: boolean;
61
62
  }
62
63
  export interface IApiLicenseDbSizeModel {
63
64
  IsFull: boolean;
package/lib/index.d.ts CHANGED
@@ -1866,6 +1866,7 @@ interface IApiLicense {
1866
1866
  Invoices: IApiLicenseKeyInvoices | null;
1867
1867
  GeneratedDate: string;
1868
1868
  DbSize: IApiLicenseDbSizeModel;
1869
+ IsCloudHosted: boolean;
1869
1870
  }
1870
1871
  interface IApiLicenseDbSizeModel {
1871
1872
  IsFull: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eway-crm/connector",
3
- "version": "1.0.146",
3
+ "version": "1.0.147",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",