andoncloud-dashboard-toolkit 1.5.36 → 1.5.39
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/dist/graphql-request.d.ts +50 -7
- package/dist/helpers/aggregation.cy.d.ts +1 -0
- package/dist/helpers/aggregation.d.ts +8 -0
- package/dist/helpers/sdk.d.ts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +11 -11
- package/dist/index.js.map +1 -1
- package/dist/operations/generated/queries/index.d.ts +1 -0
- package/dist/version.d.ts +1 -1
- package/package.json +4 -4
|
@@ -13,6 +13,7 @@ export const orders: string;
|
|
|
13
13
|
export const ordersExecutions: string;
|
|
14
14
|
export const availabilityInsights: string;
|
|
15
15
|
export const productionInsights: string;
|
|
16
|
+
export const statusInsights: string;
|
|
16
17
|
export const workplacePerformanceInsights: string;
|
|
17
18
|
export const workOrdersInsights: string;
|
|
18
19
|
export const products: string;
|
package/dist/version.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const LIBRARY_VERSION = "1.5.
|
|
1
|
+
export declare const LIBRARY_VERSION = "1.5.39";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "andoncloud-dashboard-toolkit",
|
|
3
|
-
"version": "1.5.
|
|
3
|
+
"version": "1.5.39",
|
|
4
4
|
"description": "Made with create-react-library",
|
|
5
5
|
"author": "",
|
|
6
6
|
"license": "MIT",
|
|
@@ -66,17 +66,17 @@
|
|
|
66
66
|
"@types/react-text-truncate": "^0.19.0",
|
|
67
67
|
"actioncable": "^5.2.8",
|
|
68
68
|
"andoncloud-library-scripts": "^1.0.20",
|
|
69
|
-
"andoncloud-sdk": "^1.7.
|
|
69
|
+
"andoncloud-sdk": "^1.7.20",
|
|
70
70
|
"copyfiles": "^2.4.1",
|
|
71
71
|
"cross-env": "^10.1.0",
|
|
72
72
|
"cypress": "^15.12.0",
|
|
73
73
|
"eslint": "^8.57.1",
|
|
74
|
-
"eslint-config-andoncloud": "^1.
|
|
74
|
+
"eslint-config-andoncloud": "^1.1.0",
|
|
75
75
|
"eslint-plugin-prettier": "^5.5.5",
|
|
76
76
|
"gh-pages": "^6.3.0",
|
|
77
77
|
"gql-generator": "^2.0.0",
|
|
78
78
|
"graphql-request": "^4.3.0",
|
|
79
|
-
"i18next": "^25.8.
|
|
79
|
+
"i18next": "^25.8.19",
|
|
80
80
|
"microbundle-crl": "^0.13.11",
|
|
81
81
|
"mobx": "^6.15.0",
|
|
82
82
|
"mobx-react-lite": "^4.1.1",
|