@autofleet/sadot 1.2.13-beta-32b92e32.0 → 1.2.13

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.
@@ -51,6 +51,7 @@ interface CustomFieldOptions {
51
51
  useCustomFieldsEntries?: boolean;
52
52
  useValidators?: boolean;
53
53
  useModelTypeMapping?: boolean;
54
+ getRequiredCustomFields?: (instance: any, fieldDefinitions: CustomFieldDefinition[], options: any) => Promise<string[]> | string[];
54
55
  }
55
56
  //#endregion
56
57
  export { CustomFieldOptions, ModelFetcher, Models };
@@ -52,6 +52,7 @@ interface CustomFieldOptions {
52
52
  useCustomFieldsEntries?: boolean;
53
53
  useValidators?: boolean;
54
54
  useModelTypeMapping?: boolean;
55
+ getRequiredCustomFields?: (instance: any, fieldDefinitions: CustomFieldDefinition[], options: any) => Promise<string[]> | string[];
55
56
  }
56
57
  //#endregion
57
58
  export { CustomFieldOptions, ModelFetcher, Models };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autofleet/sadot",
3
- "version": "1.2.13-beta-32b92e32.0",
3
+ "version": "1.2.13",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",