@trackunit/custom-field-api 2.2.24 → 2.2.26-alpha-df0e8d549b3.0
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.
|
|
3
|
+
"version": "2.2.26-alpha-df0e8d549b3.0",
|
|
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.
|
|
13
|
-
"@trackunit/iris-app-api": "2.0.
|
|
14
|
-
"@trackunit/react-core-contexts-test": "1.17.
|
|
15
|
-
"@trackunit/shared-utils": "1.15.
|
|
16
|
-
"@trackunit/react-core-hooks": "1.17.
|
|
17
|
-
"@trackunit/iris-app-runtime-core": "1.17.
|
|
18
|
-
"@trackunit/iris-app-runtime-core-api": "1.16.
|
|
19
|
-
"@trackunit/react-graphql-hooks": "2.1.
|
|
12
|
+
"@trackunit/iris-app-build-utilities": "2.0.42-alpha-df0e8d549b3.0",
|
|
13
|
+
"@trackunit/iris-app-api": "2.0.40-alpha-df0e8d549b3.0",
|
|
14
|
+
"@trackunit/react-core-contexts-test": "1.17.53-alpha-df0e8d549b3.0",
|
|
15
|
+
"@trackunit/shared-utils": "1.15.48-alpha-df0e8d549b3.0",
|
|
16
|
+
"@trackunit/react-core-hooks": "1.17.59-alpha-df0e8d549b3.0",
|
|
17
|
+
"@trackunit/iris-app-runtime-core": "1.17.54-alpha-df0e8d549b3.0",
|
|
18
|
+
"@trackunit/iris-app-runtime-core-api": "1.16.53-alpha-df0e8d549b3.0",
|
|
19
|
+
"@trackunit/react-graphql-hooks": "2.1.47-alpha-df0e8d549b3.0"
|
|
20
20
|
},
|
|
21
21
|
"peerDependencies": {
|
|
22
22
|
"@apollo/client": "^3.13.8",
|
|
@@ -125,7 +125,6 @@ export declare const customFieldEntityType: {
|
|
|
125
125
|
readonly ASSET: "ASSET";
|
|
126
126
|
readonly CUSTOMER: "CUSTOMER";
|
|
127
127
|
readonly GROUP: "GROUP";
|
|
128
|
-
readonly OPERATOR: "OPERATOR";
|
|
129
128
|
readonly RENTAL_CONTRACT: "RENTAL_CONTRACT";
|
|
130
129
|
readonly SITE: "SITE";
|
|
131
130
|
};
|