@eway-crm/connector 1.0.133 → 1.0.134

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.
@@ -13,5 +13,5 @@ export interface IApiGroup extends IApiItemBase {
13
13
  DisallowControlModulePermissions: boolean;
14
14
  DisallowControlColumnPermissions: boolean;
15
15
  ContainsAnyUneditablePermission: boolean;
16
- Color: string | null;
16
+ ColorEn: string | null;
17
17
  }
@@ -13,5 +13,5 @@ export interface IApiGroup extends IApiItemBase {
13
13
  DisallowControlModulePermissions: boolean;
14
14
  DisallowControlColumnPermissions: boolean;
15
15
  ContainsAnyUneditablePermission: boolean;
16
- Color: string | null;
16
+ ColorEn: string | null;
17
17
  }
package/lib/index.d.ts CHANGED
@@ -1690,7 +1690,7 @@ interface IApiGroup extends IApiItemBase {
1690
1690
  DisallowControlModulePermissions: boolean;
1691
1691
  DisallowControlColumnPermissions: boolean;
1692
1692
  ContainsAnyUneditablePermission: boolean;
1693
- Color: string | null;
1693
+ ColorEn: string | null;
1694
1694
  }
1695
1695
 
1696
1696
  interface IApiItemIdentifier extends Omit<IApiItemBase, 'ItemGUID' | 'ItemVersion'> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eway-crm/connector",
3
- "version": "1.0.133",
3
+ "version": "1.0.134",
4
4
  "description": "eWay-CRM API JavaScript connector library.",
5
5
  "main": "lib/cjs/index.js",
6
6
  "module": "lib/esm/index.js",