@trackunit/custom-field-api 0.1.247 → 0.1.248
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
|
@@ -134,6 +134,7 @@ export declare const customFieldEntityType: {
|
|
|
134
134
|
readonly ASSET: "ASSET";
|
|
135
135
|
readonly CUSTOMER: "CUSTOMER";
|
|
136
136
|
readonly GROUP: "GROUP";
|
|
137
|
+
readonly RENTAL_CONTRACT: "RENTAL_CONTRACT";
|
|
137
138
|
readonly SITE: "SITE";
|
|
138
139
|
};
|
|
139
140
|
export type CustomFieldEntityType = (typeof customFieldEntityType)[keyof typeof customFieldEntityType];
|