@povio/openapi-codegen-cli 0.2.5 → 0.2.6
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/dist/generators/utils/openapi.utils.d.ts +1 -1
- package/dist/index.js +27 -27
- package/dist/sh.js +44 -44
- package/package.json +1 -1
|
@@ -33,6 +33,6 @@ export declare function getUniqueOperationName({ path, method, operation, openAp
|
|
|
33
33
|
}): string;
|
|
34
34
|
export declare function formatTag(tag: string): string;
|
|
35
35
|
export declare function getOperationTag(operation: OpenAPIV3.OperationObject, options: GenerateOptions): string;
|
|
36
|
-
/** @example turns `/media-objects/{id}` into `
|
|
36
|
+
/** @example turns `/media-objects/{id}` into `MediaObjectsById` */
|
|
37
37
|
export declare function pathToVariableName(path: string): string;
|
|
38
38
|
export declare function replaceHyphenatedPath(path: string): string;
|