@trackunit/custom-field-api 2.2.16-alpha-52dc2da9c19.0 → 2.2.17

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.16-alpha-52dc2da9c19.0",
3
+ "version": "2.2.17",
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.37-alpha-52dc2da9c19.0",
13
- "@trackunit/iris-app-api": "2.0.36-alpha-52dc2da9c19.0",
14
- "@trackunit/react-core-contexts-test": "1.17.49-alpha-52dc2da9c19.0",
15
- "@trackunit/shared-utils": "1.15.44-alpha-52dc2da9c19.0",
16
- "@trackunit/react-core-hooks": "1.17.54-alpha-52dc2da9c19.0",
17
- "@trackunit/iris-app-runtime-core": "1.17.50-alpha-52dc2da9c19.0",
18
- "@trackunit/iris-app-runtime-core-api": "1.16.49-alpha-52dc2da9c19.0",
19
- "@trackunit/react-graphql-hooks": "2.1.41-alpha-52dc2da9c19.0"
12
+ "@trackunit/iris-app-build-utilities": "2.0.37",
13
+ "@trackunit/iris-app-api": "2.0.36",
14
+ "@trackunit/react-core-contexts-test": "1.17.48",
15
+ "@trackunit/shared-utils": "1.15.43",
16
+ "@trackunit/react-core-hooks": "1.17.53",
17
+ "@trackunit/iris-app-runtime-core": "1.17.49",
18
+ "@trackunit/iris-app-runtime-core-api": "1.16.48",
19
+ "@trackunit/react-graphql-hooks": "2.1.41"
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
  };