@nocobase/client 1.3.43-beta → 1.3.45-beta

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.
@@ -35,7 +35,7 @@ export declare const useRecordPkValue: () => any;
35
35
  export declare const ACLActionProvider: (props: any) => React.JSX.Element;
36
36
  export declare const useACLFieldWhitelist: () => {
37
37
  whitelist: any[];
38
- schemaInWhitelist: (fieldSchema: Schema, isSkip?: any) => boolean;
38
+ schemaInWhitelist: (fieldSchema: Schema | any, isSkip?: any) => boolean;
39
39
  };
40
40
  export declare const ACLCollectionFieldProvider: (props: any) => React.JSX.Element;
41
41
  export declare const ACLMenuItemProvider: (props: any) => React.JSX.Element;