@magijs/openapi
Advanced tools
+1
-1
| import { OperationObject } from '@magijs/compiled/openapi3-ts'; | ||
| export declare type GenerateServiceProps = { | ||
| export type GenerateServiceProps = { | ||
| requestLibPath?: string; | ||
@@ -4,0 +4,0 @@ requestImportStatement?: string; |
| import { GenerateServiceProps } from './index'; | ||
| import type { OpenAPIObject, OperationObject } from 'openapi3-ts'; | ||
| export declare type TypescriptFileType = 'interface' | 'serviceController' | 'serviceIndex'; | ||
| export type TypescriptFileType = 'interface' | 'serviceController' | 'serviceIndex'; | ||
| export interface APIDataType extends OperationObject { | ||
@@ -8,3 +8,3 @@ path: string; | ||
| } | ||
| export declare type TagAPIDataType = Record<string, APIDataType[]>; | ||
| export type TagAPIDataType = Record<string, APIDataType[]>; | ||
| export interface MappingItemType { | ||
@@ -11,0 +11,0 @@ antTechApi: string; |
+1
-1
| import { OperationObject } from '@magijs/compiled/openapi3-ts'; | ||
| export declare type GenerateServiceProps = { | ||
| export type GenerateServiceProps = { | ||
| requestLibPath?: string; | ||
@@ -4,0 +4,0 @@ requestImportStatement?: string; |
| import { GenerateServiceProps } from './index'; | ||
| import type { OpenAPIObject, OperationObject } from 'openapi3-ts'; | ||
| export declare type TypescriptFileType = 'interface' | 'serviceController' | 'serviceIndex'; | ||
| export type TypescriptFileType = 'interface' | 'serviceController' | 'serviceIndex'; | ||
| export interface APIDataType extends OperationObject { | ||
@@ -8,3 +8,3 @@ path: string; | ||
| } | ||
| export declare type TagAPIDataType = Record<string, APIDataType[]>; | ||
| export type TagAPIDataType = Record<string, APIDataType[]>; | ||
| export interface MappingItemType { | ||
@@ -11,0 +11,0 @@ antTechApi: string; |
+3
-3
| { | ||
| "name": "@magijs/openapi", | ||
| "version": "0.0.1-alpha.44", | ||
| "version": "0.0.1-alpha.45", | ||
| "description": "OpenAPI", | ||
@@ -21,3 +21,3 @@ "main": "lib/index.js", | ||
| "dependencies": { | ||
| "@magijs/compiled": "^0.0.1-alpha.44" | ||
| "@magijs/compiled": "^0.0.1-alpha.45" | ||
| }, | ||
@@ -30,3 +30,3 @@ "devDependencies": { | ||
| }, | ||
| "gitHead": "42a666720919fc6e47d72c6665573f389ecfffa5" | ||
| "gitHead": "040dca447b5f9c643101b84208129e821f7b3bab" | ||
| } |
202778
-0.02%