@eway-crm/connector 1.0.129 → 1.0.130
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.
- package/lib/cjs/data/IApiGroup.d.ts +1 -0
- package/lib/esm/data/IApiGroup.d.ts +1 -0
- package/lib/index.d.ts +1 -0
- package/package.json +11 -11
package/lib/index.d.ts
CHANGED
|
@@ -1674,6 +1674,7 @@ interface IApiGroup extends IApiItemBase {
|
|
|
1674
1674
|
DisallowControlModulePermissions: boolean;
|
|
1675
1675
|
DisallowControlColumnPermissions: boolean;
|
|
1676
1676
|
ContainsAnyUneditablePermission: boolean;
|
|
1677
|
+
Color: string | null;
|
|
1677
1678
|
}
|
|
1678
1679
|
|
|
1679
1680
|
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.
|
|
3
|
+
"version": "1.0.130",
|
|
4
4
|
"description": "eWay-CRM API JavaScript connector library.",
|
|
5
5
|
"main": "lib/cjs/index.js",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -35,22 +35,22 @@
|
|
|
35
35
|
"homepage": "https://github.com/eway-crm/js-lib#readme",
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@eway-crm/eslint-config": "^1.0.6",
|
|
38
|
+
"@rollup/plugin-commonjs": "^24.0.1",
|
|
39
|
+
"@rollup/plugin-json": "^6.0.0",
|
|
40
|
+
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
41
|
+
"@rollup/plugin-terser": "^0.4.0",
|
|
42
|
+
"@rollup/plugin-typescript": "^11.0.0",
|
|
38
43
|
"@types/jest": "^29.5.1",
|
|
39
44
|
"@typescript-eslint/eslint-plugin": "^5.59.5",
|
|
40
45
|
"@typescript-eslint/parser": "^5.59.5",
|
|
41
46
|
"eslint": "^8.40.0",
|
|
42
47
|
"jest": "^29.5.0",
|
|
43
48
|
"prettier": "^2.8.8",
|
|
44
|
-
"
|
|
45
|
-
"typescript": "^5.0.4",
|
|
46
|
-
"@rollup/plugin-commonjs": "^24.0.1",
|
|
47
|
-
"@rollup/plugin-json": "^6.0.0",
|
|
48
|
-
"@rollup/plugin-node-resolve": "^15.0.1",
|
|
49
|
-
"@rollup/plugin-typescript": "^11.0.0",
|
|
50
|
-
"@rollup/plugin-terser": "^0.4.0",
|
|
51
|
-
"rollup": "^3.19.1",
|
|
49
|
+
"rollup": "^3.23.0",
|
|
52
50
|
"rollup-plugin-delete": "^2.0.0",
|
|
53
|
-
"rollup-plugin-dts": "^5.3.0"
|
|
51
|
+
"rollup-plugin-dts": "^5.3.0",
|
|
52
|
+
"ts-jest": "^29.1.0",
|
|
53
|
+
"typescript": "^5.0.4"
|
|
54
54
|
},
|
|
55
55
|
"files": [
|
|
56
56
|
"lib/**/*"
|
|
@@ -62,4 +62,4 @@
|
|
|
62
62
|
"jwt-decode": "^3.1.2",
|
|
63
63
|
"universal-base64url": "^1.1.0"
|
|
64
64
|
}
|
|
65
|
-
}
|
|
65
|
+
}
|