@@ -310,7 +310,6 @@ export { EnumFromDescription } from './models/EnumFromDescription';
310
310
export { EnumWithExtensions } from './models/EnumWithExtensions';
311
311
export { EnumWithNumbers } from './models/EnumWithNumbers';
312
312
export { EnumWithStrings } from './models/EnumWithStrings';
313
- export type { ModelLink } from './models/ModelLink';
314
313
export type { ModelThatExtends } from './models/ModelThatExtends';
315
314
export type { ModelThatExtendsExtends } from './models/ModelThatExtendsExtends';
316
315
export type { ModelWithArray } from './models/ModelWithArray';
@@ -322,7 +321,6 @@ export type { ModelWithDuplicateProperties } from './models/ModelWithDuplicatePr
322
321
export { ModelWithEnum } from './models/ModelWithEnum';
323
322
export { ModelWithEnumFromDescription } from './models/ModelWithEnumFromDescription';
324
323
export type { ModelWithInteger } from './models/ModelWithInteger';
325
- export type { ModelWithLink } from './models/ModelWithLink';
326
324
export type { ModelWithNestedEnums } from './models/ModelWithNestedEnums';
327
325
export type { ModelWithNestedProperties } from './models/ModelWithNestedProperties';
328
326
export type { ModelWithNullableString } from './models/ModelWithNullableString';
@@ -355,7 +353,6 @@ export { $EnumFromDescription } from './schemas/$EnumFromDescription';
355
353
export { $EnumWithExtensions } from './schemas/$EnumWithExtensions';
356
354
export { $EnumWithNumbers } from './schemas/$EnumWithNumbers';
357
355
export { $EnumWithStrings } from './schemas/$EnumWithStrings';
358
- export { $ModelLink } from './schemas/$ModelLink';
359
356
export { $ModelThatExtends } from './schemas/$ModelThatExtends';
360
357
export { $ModelThatExtendsExtends } from './schemas/$ModelThatExtendsExtends';
361
358
export { $ModelWithArray } from './schemas/$ModelWithArray';
@@ -367,7 +364,6 @@ export { $ModelWithDuplicateProperties } from './schemas/$ModelWithDuplicateProp
367
364
export { $ModelWithEnum } from './schemas/$ModelWithEnum';
368
365
export { $ModelWithEnumFromDescription } from './schemas/$ModelWithEnumFromDescription';
369
366
export { $ModelWithInteger } from './schemas/$ModelWithInteger';
370
- export { $ModelWithLink } from './schemas/$ModelWithLink';
371
367
export { $ModelWithNestedEnums } from './schemas/$ModelWithNestedEnums';
372
368
export { $ModelWithNestedProperties } from './schemas/$ModelWithNestedProperties';
373
369
export { $ModelWithNullableString } from './schemas/$ModelWithNullableString';
@@ -610,20 +606,6 @@ export enum EnumWithStrings {
610
606
}"
611
607
`;
612
608
613
- exports[`v2 should generate: ./test/generated/v2/models/ModelLink.ts 1`] = `
614
- "/* istanbul ignore file */
615
- /* tslint:disable */
616
- /* eslint-disable */
617
-
618
- /**
619
- * This is a model that can have a template??
620
- */
621
- export type ModelLink = {
622
- id?: string;
623
- }
624
- "
625
- `;
626
-
627
609
exports[`v2 should generate: ./test/generated/v2/models/ModelThatExtends.ts 1`] = `
628
610
"/* istanbul ignore file */
629
611
/* tslint:disable */
@@ -849,23 +831,6 @@ export type ModelWithInteger = {
849
831
"
850
832
`;
851
833
852
- exports[`v2 should generate: ./test/generated/v2/models/ModelWithLink.ts 1`] = `
853
- "/* istanbul ignore file */
854
- /* tslint:disable */
855
- /* eslint-disable */
856
-
857
- import type { ModelLink } from './ModelLink';
858
- import type { ModelWithString } from './ModelWithString';
859
-
860
- /**
861
- * This is a model that can have a template??
862
- */
863
- export type ModelWithLink = {
864
- prop?: ModelLink;
865
- }
866
- "
867
- `;
868
-
869
834
exports[`v2 should generate: ./test/generated/v2/models/ModelWithNestedEnums.ts 1`] = `
870
835
"/* istanbul ignore file */
871
836
/* tslint:disable */
@@ -1295,19 +1260,6 @@ export const $EnumWithStrings = {
1295
1260
};"
1296
1261
`;
1297
1262
1298
- exports[`v2 should generate: ./test/generated/v2/schemas/$ModelLink.ts 1`] = `
1299
- "/* istanbul ignore file */
1300
- /* tslint:disable */
1301
- /* eslint-disable */
1302
- export const $ModelLink = {
1303
- properties: {
1304
- id: {
1305
- type: 'string',
1306
- },
1307
- },
1308
- };"
1309
- `;
1310
-
1311
1263
exports[`v2 should generate: ./test/generated/v2/schemas/$ModelThatExtends.ts 1`] = `
1312
1264
"/* istanbul ignore file */
1313
1265
/* tslint:disable */
@@ -1496,19 +1448,6 @@ export const $ModelWithInteger = {
1496
1448
};"
1497
1449
`;
1498
1450
1499
- exports[`v2 should generate: ./test/generated/v2/schemas/$ModelWithLink.ts 1`] = `
1500
- "/* istanbul ignore file */
1501
- /* tslint:disable */
1502
- /* eslint-disable */
1503
- export const $ModelWithLink = {
1504
- properties: {
1505
- prop: {
1506
- type: 'ModelLink',
1507
- },
1508
- },
1509
- };"
1510
- `;
1511
-
1512
1451
exports[`v2 should generate: ./test/generated/v2/schemas/$ModelWithNestedEnums.ts 1`] = `
1513
1452
"/* istanbul ignore file */
1514
1453
/* tslint:disable */
@@ -2618,7 +2557,6 @@ export { EnumFromDescription } from './models/EnumFromDescription';
2618
2557
export { EnumWithExtensions } from './models/EnumWithExtensions';
2619
2558
export { EnumWithNumbers } from './models/EnumWithNumbers';
2620
2559
export { EnumWithStrings } from './models/EnumWithStrings';
2621
- export type { ModelLink } from './models/ModelLink';
2622
2560
export type { ModelThatExtends } from './models/ModelThatExtends';
2623
2561
export type { ModelThatExtendsExtends } from './models/ModelThatExtendsExtends';
2624
2562
export type { ModelWithArray } from './models/ModelWithArray';
@@ -2630,7 +2568,6 @@ export type { ModelWithDuplicateProperties } from './models/ModelWithDuplicatePr
2630
2568
export { ModelWithEnum } from './models/ModelWithEnum';
2631
2569
export { ModelWithEnumFromDescription } from './models/ModelWithEnumFromDescription';
2632
2570
export type { ModelWithInteger } from './models/ModelWithInteger';
2633
- export type { ModelWithLink } from './models/ModelWithLink';
2634
2571
export type { ModelWithNestedEnums } from './models/ModelWithNestedEnums';
2635
2572
export type { ModelWithNestedProperties } from './models/ModelWithNestedProperties';
2636
2573
export type { ModelWithOrderedProperties } from './models/ModelWithOrderedProperties';
@@ -2668,7 +2605,6 @@ export { $EnumFromDescription } from './schemas/$EnumFromDescription';
2668
2605
export { $EnumWithExtensions } from './schemas/$EnumWithExtensions';
2669
2606
export { $EnumWithNumbers } from './schemas/$EnumWithNumbers';
2670
2607
export { $EnumWithStrings } from './schemas/$EnumWithStrings';
2671
- export { $ModelLink } from './schemas/$ModelLink';
2672
2608
export { $ModelThatExtends } from './schemas/$ModelThatExtends';
2673
2609
export { $ModelThatExtendsExtends } from './schemas/$ModelThatExtendsExtends';
2674
2610
export { $ModelWithArray } from './schemas/$ModelWithArray';
@@ -2680,7 +2616,6 @@ export { $ModelWithDuplicateProperties } from './schemas/$ModelWithDuplicateProp
2680
2616
export { $ModelWithEnum } from './schemas/$ModelWithEnum';
2681
2617
export { $ModelWithEnumFromDescription } from './schemas/$ModelWithEnumFromDescription';
2682
2618
export { $ModelWithInteger } from './schemas/$ModelWithInteger';
2683
- export { $ModelWithLink } from './schemas/$ModelWithLink';
2684
2619
export { $ModelWithNestedEnums } from './schemas/$ModelWithNestedEnums';
2685
2620
export { $ModelWithNestedProperties } from './schemas/$ModelWithNestedProperties';
2686
2621
export { $ModelWithOrderedProperties } from './schemas/$ModelWithOrderedProperties';
@@ -3044,20 +2979,6 @@ export enum EnumWithStrings {
3044
2979
}"
3045
2980
`;
3046
2981
3047
- exports[`v3 should generate: ./test/generated/v3/models/ModelLink.ts 1`] = `
3048
- "/* istanbul ignore file */
3049
- /* tslint:disable */
3050
- /* eslint-disable */
3051
-
3052
- /**
3053
- * This is a model that can have a template??
3054
- */
3055
- export type ModelLink = {
3056
- id?: string;
3057
- }
3058
- "
3059
- `;
3060
-
3061
2982
exports[`v3 should generate: ./test/generated/v3/models/ModelThatExtends.ts 1`] = `
3062
2983
"/* istanbul ignore file */
3063
2984
/* tslint:disable */
@@ -3283,23 +3204,6 @@ export type ModelWithInteger = {
3283
3204
"
3284
3205
`;
3285
3206
3286
- exports[`v3 should generate: ./test/generated/v3/models/ModelWithLink.ts 1`] = `
3287
- "/* istanbul ignore file */
3288
- /* tslint:disable */
3289
- /* eslint-disable */
3290
-
3291
- import type { ModelLink } from './ModelLink';
3292
- import type { ModelWithString } from './ModelWithString';
3293
-
3294
- /**
3295
- * This is a model that can have a template??
3296
- */
3297
- export type ModelWithLink = {
3298
- prop?: ModelLink;
3299
- }
3300
- "
3301
- `;
3302
-
3303
3207
exports[`v3 should generate: ./test/generated/v3/models/ModelWithNestedEnums.ts 1`] = `
3304
3208
"/* istanbul ignore file */
3305
3209
/* tslint:disable */
@@ -3875,19 +3779,6 @@ export const $EnumWithStrings = {
3875
3779
};"
3876
3780
`;
3877
3781
3878
- exports[`v3 should generate: ./test/generated/v3/schemas/$ModelLink.ts 1`] = `
3879
- "/* istanbul ignore file */
3880
- /* tslint:disable */
3881
- /* eslint-disable */
3882
- export const $ModelLink = {
3883
- properties: {
3884
- id: {
3885
- type: 'string',
3886
- },
3887
- },
3888
- };"
3889
- `;
3890
-
3891
3782
exports[`v3 should generate: ./test/generated/v3/schemas/$ModelThatExtends.ts 1`] = `
3892
3783
"/* istanbul ignore file */
3893
3784
/* tslint:disable */
@@ -4076,19 +3967,6 @@ export const $ModelWithInteger = {
4076
3967
};"
4077
3968
`;
4078
3969
4079
- exports[`v3 should generate: ./test/generated/v3/schemas/$ModelWithLink.ts 1`] = `
4080
- "/* istanbul ignore file */
4081
- /* tslint:disable */
4082
- /* eslint-disable */
4083
- export const $ModelWithLink = {
4084
- properties: {
4085
- prop: {
4086
- type: 'ModelLink',
4087
- },
4088
- },
4089
- };"
4090
- `;
4091
-
4092
3970
exports[`v3 should generate: ./test/generated/v3/schemas/$ModelWithNestedEnums.ts 1`] = `
4093
3971
"/* istanbul ignore file */
4094
3972
/* tslint:disable */
0 commit comments