@eway-crm/connector 1.0.238 → 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
  }
@@ -16,6 +16,7 @@ type TAdditionalFieldItem = {
16
16
  Comment: string;
17
17
  FieldId: number;
18
18
  ItemGUID: string;
19
+ IsSystem?: boolean;
19
20
  Data?: TAdditionalFieldItemData | null;
20
21
  };
21
22
  type EnumTypeItem = {
@@ -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
  }
@@ -16,6 +16,7 @@ type TAdditionalFieldItem = {
16
16
  Comment: string;
17
17
  FieldId: number;
18
18
  ItemGUID: string;
19
+ IsSystem?: boolean;
19
20
  Data?: TAdditionalFieldItemData | null;
20
21
  };
21
22
  type EnumTypeItem = {
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 {
@@ -1971,6 +1972,7 @@ type TAdditionalFieldItem = {
1971
1972
  Comment: string;
1972
1973
  FieldId: number;
1973
1974
  ItemGUID: string;
1975
+ IsSystem?: boolean;
1974
1976
  Data?: TAdditionalFieldItemData | null;
1975
1977
  };
1976
1978
  type EnumTypeItem = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eway-crm/connector",
3
- "version": "1.0.238",
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",