@trackunit/custom-field-api 2.2.26-alpha-df0e8d549b3.0 → 2.2.26
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@trackunit/custom-field-api",
|
|
3
|
-
"version": "2.2.26
|
|
3
|
+
"version": "2.2.26",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=24.x"
|
|
6
6
|
},
|
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@graphql-codegen/cli": "^5.0.3",
|
|
11
11
|
"@graphql-typed-document-node/core": "^3.2.0",
|
|
12
|
-
"@trackunit/iris-app-build-utilities": "2.0.42
|
|
13
|
-
"@trackunit/iris-app-api": "2.0.40
|
|
14
|
-
"@trackunit/react-core-contexts-test": "1.17.53
|
|
15
|
-
"@trackunit/shared-utils": "1.15.48
|
|
16
|
-
"@trackunit/react-core-hooks": "1.17.59
|
|
17
|
-
"@trackunit/iris-app-runtime-core": "1.17.54
|
|
18
|
-
"@trackunit/iris-app-runtime-core-api": "1.16.53
|
|
19
|
-
"@trackunit/react-graphql-hooks": "2.1.47
|
|
12
|
+
"@trackunit/iris-app-build-utilities": "2.0.42",
|
|
13
|
+
"@trackunit/iris-app-api": "2.0.40",
|
|
14
|
+
"@trackunit/react-core-contexts-test": "1.17.53",
|
|
15
|
+
"@trackunit/shared-utils": "1.15.48",
|
|
16
|
+
"@trackunit/react-core-hooks": "1.17.59",
|
|
17
|
+
"@trackunit/iris-app-runtime-core": "1.17.54",
|
|
18
|
+
"@trackunit/iris-app-runtime-core-api": "1.16.53",
|
|
19
|
+
"@trackunit/react-graphql-hooks": "2.1.47"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@apollo/client": "^3.13.8",
|
|
@@ -125,6 +125,7 @@ export declare const customFieldEntityType: {
|
|
|
125
125
|
readonly ASSET: "ASSET";
|
|
126
126
|
readonly CUSTOMER: "CUSTOMER";
|
|
127
127
|
readonly GROUP: "GROUP";
|
|
128
|
+
readonly OPERATOR: "OPERATOR";
|
|
128
129
|
readonly RENTAL_CONTRACT: "RENTAL_CONTRACT";
|
|
129
130
|
readonly SITE: "SITE";
|
|
130
131
|
};
|