mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-18 22:47:12 +00:00
Output of CLI commands per PR comments
This commit is contained in:
@@ -11,8 +11,8 @@ http/isomorphic-fetch.ts
|
||||
index.ts
|
||||
middleware.ts
|
||||
models/ObjectSerializer.ts
|
||||
models/SingleValueEnum30.ts
|
||||
models/SingleValueEnum31.ts
|
||||
models/SomeObject.ts
|
||||
models/WithNullableType.ts
|
||||
models/all.ts
|
||||
package.json
|
||||
rxjsStub.ts
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
export * from '../models/SingleValueEnum30';
|
||||
export * from '../models/SingleValueEnum31';
|
||||
export * from '../models/SomeObject';
|
||||
export * from '../models/WithNullableType';
|
||||
|
||||
import { SingleValueEnum30, SingleValueEnum30TypeEnum } from '../models/SingleValueEnum30';
|
||||
import { SingleValueEnum31, SingleValueEnum31TypeEnum } from '../models/SingleValueEnum31';
|
||||
import { SomeObject } from '../models/SomeObject';
|
||||
import { WithNullableType } from '../models/WithNullableType';
|
||||
|
||||
/* tslint:disable:no-unused-variable */
|
||||
let primitives = [
|
||||
@@ -17,13 +17,11 @@ let primitives = [
|
||||
];
|
||||
|
||||
let enumsMap: Set<string> = new Set<string>([
|
||||
"SingleValueEnum30TypeEnum",
|
||||
"SingleValueEnum31TypeEnum",
|
||||
]);
|
||||
|
||||
let typeMap: {[index: string]: any} = {
|
||||
"SingleValueEnum30": SingleValueEnum30,
|
||||
"SingleValueEnum31": SingleValueEnum31,
|
||||
"SomeObject": SomeObject,
|
||||
"WithNullableType": WithNullableType,
|
||||
}
|
||||
|
||||
type MimeTypeDescriptor = {
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
export * from '../models/SingleValueEnum30'
|
||||
export * from '../models/SingleValueEnum31'
|
||||
export * from '../models/SomeObject'
|
||||
export * from '../models/WithNullableType'
|
||||
|
||||
@@ -2,5 +2,5 @@ import { ResponseContext, RequestContext, HttpFile, HttpInfo } from '../http/htt
|
||||
import { Configuration, ConfigurationOptions } from '../configuration'
|
||||
import type { Middleware } from '../middleware';
|
||||
|
||||
import { SingleValueEnum30 } from '../models/SingleValueEnum30';
|
||||
import { SingleValueEnum31 } from '../models/SingleValueEnum31';
|
||||
import { SomeObject } from '../models/SomeObject';
|
||||
import { WithNullableType } from '../models/WithNullableType';
|
||||
|
||||
@@ -3,5 +3,5 @@ import { Configuration, ConfigurationOptions } from '../configuration'
|
||||
import type { Middleware } from '../middleware';
|
||||
import { Observable, of, from } from '../rxjsStub';
|
||||
import {mergeMap, map} from '../rxjsStub';
|
||||
import { SingleValueEnum30 } from '../models/SingleValueEnum30';
|
||||
import { SingleValueEnum31 } from '../models/SingleValueEnum31';
|
||||
import { SomeObject } from '../models/SomeObject';
|
||||
import { WithNullableType } from '../models/WithNullableType';
|
||||
|
||||
@@ -2,5 +2,5 @@ import { ResponseContext, RequestContext, HttpFile, HttpInfo } from '../http/htt
|
||||
import { Configuration, ConfigurationOptions, PromiseConfigurationOptions } from '../configuration'
|
||||
import { PromiseMiddleware, Middleware, PromiseMiddlewareWrapper } from '../middleware';
|
||||
|
||||
import { SingleValueEnum30 } from '../models/SingleValueEnum30';
|
||||
import { SingleValueEnum31 } from '../models/SingleValueEnum31';
|
||||
import { SomeObject } from '../models/SomeObject';
|
||||
import { WithNullableType } from '../models/WithNullableType';
|
||||
|
||||
Reference in New Issue
Block a user