@povio/openapi-codegen-cli 2.0.0-rc.0 → 2.0.0-rc.2

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.
@@ -13,7 +13,7 @@ export declare const ERROR_HANDLERS: {
13
13
  };
14
14
  export declare const ERROR_HANDLING_IMPORT: Import;
15
15
  export declare const ABILITY_CONTEXT = "AbilityContext";
16
- export declare const ABILITY_CONTEXT_IMPORT: Omit<Import, "from">;
16
+ export declare const ABILITY_CONTEXT_IMPORT: Import;
17
17
  export declare const BUILDERS_UTILS: {
18
18
  dynamicInputs: string;
19
19
  dynamicColumns: string;
@@ -34,7 +34,6 @@ interface InfiniteQueriesGenerateOptions {
34
34
  interface ACLGenerateOptions {
35
35
  acl: boolean;
36
36
  checkAcl?: boolean;
37
- abilityContextImportPath: string;
38
37
  abilityContextGenericAppAbilities: boolean;
39
38
  }
40
39
  interface BuilderConfigsGenerateOptions {
package/dist/index.d.ts CHANGED
@@ -1,6 +1,3 @@
1
- import { GenerateParams } from "./generators/types/metadata";
2
- export declare function getGenerateMetadata({ input, options: genOptions }: GenerateParams): Promise<import("./generators/types/metadata").GenerateMetadata>;
3
- export declare function getGenerateFilesData({ input, options: genOptions }: GenerateParams): Promise<import("./generators/types/generate").GenerateFileData[]>;
4
1
  export { GenerateFileData } from "./generators/types/generate";
5
2
  export * from "./generators/types/metadata";
6
3
  export * from "./generators/types/config";
@@ -9,7 +6,7 @@ export type { RequestInfo, RequestConfig, Response, RestClient as IRestClient }
9
6
  export { RestInterceptor } from "./lib/rest/rest-interceptor";
10
7
  export { RestUtils } from "./lib/rest/rest.utils";
11
8
  export { ApplicationException, ErrorHandler, SharedErrorHandler } from "./lib/rest/error-handling";
12
- export type { GeneralErrorCodes, ErrorEntry } from "./lib/rest/error-handling";
9
+ export type { GeneralErrorCodes } from "./lib/rest/error-handling";
13
10
  export type { AppQueryOptions, AppMutationOptions, AppInfiniteQueryOptions } from "./lib/react-query.types";
14
11
  export { OpenApiRouter } from "./lib/config/router.context";
15
12
  export { OpenApiQueryConfig } from "./lib/config/queryConfig.context";