@@ -614,7 +614,7 @@ export type { ModelWithPattern } from './models/ModelWithPattern';
614
614
export type { ModelWithProperties } from './models/ModelWithProperties';
615
615
export type { ModelWithReference } from './models/ModelWithReference';
616
616
export type { ModelWithString } from './models/ModelWithString';
617
- export type { NonAsciiStringæøåÆØÅöôêÊ } from './models/NonAsciiStringæøåÆØÅöôêÊ ';
617
+ export type { NonAsciiStringæøåÆØÅöôêÊ字符串 } from './models/NonAsciiStringæøåÆØÅöôêÊ字符串 ';
618
618
export type { SimpleBoolean } from './models/SimpleBoolean';
619
619
export type { SimpleFile } from './models/SimpleFile';
620
620
export type { SimpleInteger } from './models/SimpleInteger';
@@ -664,7 +664,7 @@ export { $ModelWithPattern } from './schemas/$ModelWithPattern';
664
664
export { $ModelWithProperties } from './schemas/$ModelWithProperties';
665
665
export { $ModelWithReference } from './schemas/$ModelWithReference';
666
666
export { $ModelWithString } from './schemas/$ModelWithString';
667
- export { $NonAsciiStringæøåÆØÅöôêÊ } from './schemas/$NonAsciiStringæøåÆØÅöôêÊ ';
667
+ export { $NonAsciiStringæøåÆØÅöôêÊ字符串 } from './schemas/$NonAsciiStringæøåÆØÅöôêÊ字符串 ';
668
668
export { $SimpleBoolean } from './schemas/$SimpleBoolean';
669
669
export { $SimpleFile } from './schemas/$SimpleFile';
670
670
export { $SimpleInteger } from './schemas/$SimpleInteger';
@@ -1011,7 +1011,7 @@ export enum EnumWithStrings {
1011
1011
ERROR = 'Error',
1012
1012
_SINGLE_QUOTE_ = '\\'Single Quote\\'',
1013
1013
_DOUBLE_QUOTES_ = '"Double Quotes"',
1014
- NON_ASCII__ØÆÅÔÖ_ØÆÅÔÖ = 'Non-ascii: øæåôöØÆÅÔÖ ',
1014
+ NON_ASCII__ØÆÅÔÖ_ØÆÅÔÖ字符串 = 'Non-ascii: øæåôöØÆÅÔÖ字符串 ',
1015
1015
}
1016
1016
"
1017
1017
`;
@@ -1181,7 +1181,7 @@ export namespace ModelWithEnum {
1181
1181
SUCCESS = 'Success',
1182
1182
WARNING = 'Warning',
1183
1183
ERROR = 'Error',
1184
- ØÆÅ = 'ØÆÅ ',
1184
+ ØÆÅ字符串 = 'ØÆÅ字符串 ',
1185
1185
}
1186
1186
/**
1187
1187
* These are the HTTP error code enums
@@ -1392,18 +1392,6 @@ export type ModelWithString = {
1392
1392
"
1393
1393
`;
1394
1394
1395
- exports[`v2 should generate: test/generated/v2/models/NonAsciiStringæøåÆØÅöôêÊ.ts 1`] = `
1396
- "/* generated using openapi-typescript-codegen -- do no edit */
1397
- /* istanbul ignore file */
1398
- /* tslint:disable */
1399
- /* eslint-disable */
1400
- /**
1401
- * A string with non-ascii (unicode) characters valid in typescript identifiers (æøåÆØÅöÔèÈ)
1402
- */
1403
- export type NonAsciiStringæøåÆØÅöôêÊ = string;
1404
- "
1405
- `;
1406
-
1407
1395
exports[`v2 should generate: test/generated/v2/models/NonAsciiStringæøåÆØÅöôêÊ字符串.ts 1`] = `
1408
1396
"/* generated using openapi-typescript-codegen -- do no edit */
1409
1397
/* istanbul ignore file */
@@ -2284,18 +2272,6 @@ export const $ModelWithString = {
2284
2272
"
2285
2273
`;
2286
2274
2287
- exports[`v2 should generate: test/generated/v2/schemas/$NonAsciiStringæøåÆØÅöôêÊ.ts 1`] = `
2288
- "/* generated using openapi-typescript-codegen -- do no edit */
2289
- /* istanbul ignore file */
2290
- /* tslint:disable */
2291
- /* eslint-disable */
2292
- export const $NonAsciiStringæøåÆØÅöôêÊ = {
2293
- type: 'string',
2294
- description: \`A string with non-ascii (unicode) characters valid in typescript identifiers (æøåÆØÅöÔèÈ)\`,
2295
- } as const;
2296
- "
2297
- `;
2298
-
2299
2275
exports[`v2 should generate: test/generated/v2/schemas/$NonAsciiStringæøåÆØÅöôêÊ字符串.ts 1`] = `
2300
2276
"/* generated using openapi-typescript-codegen -- do no edit */
2301
2277
/* istanbul ignore file */
@@ -3780,7 +3756,7 @@ export type { ModelWithPattern } from './models/ModelWithPattern';
3780
3756
export type { ModelWithProperties } from './models/ModelWithProperties';
3781
3757
export type { ModelWithReference } from './models/ModelWithReference';
3782
3758
export type { ModelWithString } from './models/ModelWithString';
3783
- export type { NonAsciiStringæøåÆØÅöôêÊ } from './models/NonAsciiStringæøåÆØÅöôêÊ ';
3759
+ export type { NonAsciiStringæøåÆØÅöôêÊ字符串 } from './models/NonAsciiStringæøåÆØÅöôêÊ字符串 ';
3784
3760
export type { Pageable } from './models/Pageable';
3785
3761
export type { SimpleBoolean } from './models/SimpleBoolean';
3786
3762
export type { SimpleFile } from './models/SimpleFile';
@@ -3851,7 +3827,7 @@ export { $ModelWithPattern } from './schemas/$ModelWithPattern';
3851
3827
export { $ModelWithProperties } from './schemas/$ModelWithProperties';
3852
3828
export { $ModelWithReference } from './schemas/$ModelWithReference';
3853
3829
export { $ModelWithString } from './schemas/$ModelWithString';
3854
- export { $NonAsciiStringæøåÆØÅöôêÊ } from './schemas/$NonAsciiStringæøåÆØÅöôêÊ ';
3830
+ export { $NonAsciiStringæøåÆØÅöôêÊ字符串 } from './schemas/$NonAsciiStringæøåÆØÅöôêÊ字符串 ';
3855
3831
export { $Pageable } from './schemas/$Pageable';
3856
3832
export { $SimpleBoolean } from './schemas/$SimpleBoolean';
3857
3833
export { $SimpleFile } from './schemas/$SimpleFile';
@@ -4439,7 +4415,7 @@ export enum EnumWithStrings {
4439
4415
ERROR = 'Error',
4440
4416
_SINGLE_QUOTE_ = '\\'Single Quote\\'',
4441
4417
_DOUBLE_QUOTES_ = '"Double Quotes"',
4442
- NON_ASCII__ØÆÅÔÖ_ØÆÅÔÖ = 'Non-ascii: øæåôöØÆÅÔÖ ',
4418
+ NON_ASCII__ØÆÅÔÖ_ØÆÅÔÖ字符串 = 'Non-ascii: øæåôöØÆÅÔÖ字符串 ',
4443
4419
}
4444
4420
"
4445
4421
`;
@@ -4693,7 +4669,7 @@ export namespace ModelWithEnum {
4693
4669
SUCCESS = 'Success',
4694
4670
WARNING = 'Warning',
4695
4671
ERROR = 'Error',
4696
- ØÆÅ = 'ØÆÅ ',
4672
+ ØÆÅ字符串 = 'ØÆÅ字符串 ',
4697
4673
}
4698
4674
/**
4699
4675
* These are the HTTP error code enums
@@ -4913,18 +4889,6 @@ export type ModelWithString = {
4913
4889
"
4914
4890
`;
4915
4891
4916
- exports[`v3 should generate: test/generated/v3/models/NonAsciiStringæøåÆØÅöôêÊ.ts 1`] = `
4917
- "/* generated using openapi-typescript-codegen -- do no edit */
4918
- /* istanbul ignore file */
4919
- /* tslint:disable */
4920
- /* eslint-disable */
4921
- /**
4922
- * A string with non-ascii (unicode) characters valid in typescript identifiers (æøåÆØÅöÔèÈ)
4923
- */
4924
- export type NonAsciiStringæøåÆØÅöôêÊ = string;
4925
- "
4926
- `;
4927
-
4928
4892
exports[`v3 should generate: test/generated/v3/models/NonAsciiStringæøåÆØÅöôêÊ字符串.ts 1`] = `
4929
4893
"/* generated using openapi-typescript-codegen -- do no edit */
4930
4894
/* istanbul ignore file */
@@ -6327,18 +6291,6 @@ export const $ModelWithString = {
6327
6291
"
6328
6292
`;
6329
6293
6330
- exports[`v3 should generate: test/generated/v3/schemas/$NonAsciiStringæøåÆØÅöôêÊ.ts 1`] = `
6331
- "/* generated using openapi-typescript-codegen -- do no edit */
6332
- /* istanbul ignore file */
6333
- /* tslint:disable */
6334
- /* eslint-disable */
6335
- export const $NonAsciiStringæøåÆØÅöôêÊ = {
6336
- type: 'string',
6337
- description: \`A string with non-ascii (unicode) characters valid in typescript identifiers (æøåÆØÅöÔèÈ)\`,
6338
- } as const;
6339
- "
6340
- `;
6341
-
6342
6294
exports[`v3 should generate: test/generated/v3/schemas/$NonAsciiStringæøåÆØÅöôêÊ字符串.ts 1`] = `
6343
6295
"/* generated using openapi-typescript-codegen -- do no edit */
6344
6296
/* istanbul ignore file */
0 commit comments