@eway-crm/connector 1.0.239 → 1.0.240

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.
@@ -18,4 +18,5 @@ export interface IApiAdditionalField extends IApiItemBase {
18
18
  Data_LinkType: string | null;
19
19
  AssociatedEnumTypeGuid: string | null;
20
20
  IsInGeneralSection: boolean;
21
+ IsSystem?: boolean;
21
22
  }
@@ -18,4 +18,5 @@ export interface IApiAdditionalField extends IApiItemBase {
18
18
  Data_LinkType: string | null;
19
19
  AssociatedEnumTypeGuid: string | null;
20
20
  IsInGeneralSection: boolean;
21
+ IsSystem?: boolean;
21
22
  }
package/lib/index.d.ts CHANGED
@@ -1783,6 +1783,7 @@ interface IApiAdditionalField extends IApiItemBase {
1783
1783
  Data_LinkType: string | null;
1784
1784
  AssociatedEnumTypeGuid: string | null;
1785
1785
  IsInGeneralSection: boolean;
1786
+ IsSystem?: boolean;
1786
1787
  }
1787
1788
 
1788
1789
  interface IApiLicenseBundleBase {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eway-crm/connector",
3
- "version": "1.0.239",
3
+ "version": "1.0.240",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",