@trackunit/custom-field-api 0.1.136 → 0.1.138

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": "0.1.136",
3
+ "version": "0.1.138",
4
4
  "engines": {
5
5
  "node": ">=20.x"
6
6
  },
@@ -113,6 +113,7 @@ export type Scalars = {
113
113
  export declare const customFieldEntityType: {
114
114
  readonly ACCOUNT: "ACCOUNT";
115
115
  readonly ASSET: "ASSET";
116
+ readonly CUSTOMER: "CUSTOMER";
116
117
  readonly GROUP: "GROUP";
117
118
  readonly SITE: "SITE";
118
119
  };