@eway-crm/connector 1.0.238 → 1.0.239

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.
@@ -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 = {
@@ -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
@@ -1971,6 +1971,7 @@ type TAdditionalFieldItem = {
1971
1971
  Comment: string;
1972
1972
  FieldId: number;
1973
1973
  ItemGUID: string;
1974
+ IsSystem?: boolean;
1974
1975
  Data?: TAdditionalFieldItemData | null;
1975
1976
  };
1976
1977
  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.239",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",