File tree Expand file tree Collapse file tree 5 files changed +42
-42
lines changed
openapi-ts-tests/main/test/__snapshots__ Expand file tree Collapse file tree 5 files changed +42
-42
lines changed Original file line number Diff line number Diff line change @@ -115,32 +115,32 @@ export type ExternalAllOfSchema = ExternalSharedExternalSharedModel & {
115115 */
116116export type ExternalAnyOfSchema = unknown ;
117117
118- export type ExternalSharedExternalSharedModel = {
119- id : string ;
120- name ?: string ;
121- } ;
122-
123- export type ExternalSharedExternalSharedModelWithUuid = string ;
124-
125118export type ExternalSharedExternalNested = {
126119 inner ?: {
127120 deep ?: string ;
128121 } ;
129122} ;
130123
124+ export type ExternalSharedDeep = string ;
125+
131126export type ExternalSharedExternalNestedNumeric = {
132127 0 ?: {
133128 1 ?: string ;
134129 } ;
135130} ;
136131
132+ export type ExternalShared1 = string ;
133+
134+ export type ExternalSharedExternalSharedModel = {
135+ id : string ;
136+ name ?: string ;
137+ } ;
138+
137139export type ExternalSharedId = string ;
138140
139141export type ExternalSharedName = string ;
140142
141- export type ExternalSharedDeep = string ;
142-
143- export type ExternalShared1 = string ;
143+ export type ExternalSharedExternalSharedModelWithUuid = string ;
144144
145145export type GetExternalModelData = {
146146 body ?: never ;
Original file line number Diff line number Diff line change @@ -115,15 +115,6 @@ export type ExternalAllOfSchema = ExternalSharedExternalSharedModel & {
115115 */
116116export type ExternalAnyOfSchema = ExternalSharedExternalNested | ExternalSharedExternalNestedNumeric ;
117117
118- export type ExternalSharedExternalSharedModelWithUuid = string ;
119-
120- export type ExternalSharedExternalSharedModel = {
121- id : string ;
122- name ?: string ;
123- } ;
124-
125- export type ExternalSharedId = string ;
126-
127118export type ExternalSharedExternalNested = {
128119 inner ?: {
129120 deep ?: string ;
@@ -132,16 +123,25 @@ export type ExternalSharedExternalNested = {
132123
133124export type ExternalSharedDeep = string ;
134125
135- export type ExternalShared1 = string ;
136-
137- export type ExternalSharedName = string ;
138-
139126export type ExternalSharedExternalNestedNumeric = {
140127 0 ?: {
141128 1 ?: string ;
142129 } ;
143130} ;
144131
132+ export type ExternalShared1 = string ;
133+
134+ export type ExternalSharedExternalSharedModel = {
135+ id : string ;
136+ name ?: string ;
137+ } ;
138+
139+ export type ExternalSharedId = string ;
140+
141+ export type ExternalSharedName = string ;
142+
143+ export type ExternalSharedExternalSharedModelWithUuid = string ;
144+
145145export type ExternalIdParam = ExternalSharedId ;
146146
147147export type ExternalUuidParam = ExternalSharedExternalSharedModelWithUuid ;
Original file line number Diff line number Diff line change @@ -142,15 +142,6 @@ export type ExternalAllOfSchema = ExternalSharedExternalSharedModel & {
142142 */
143143export type ExternalAnyOfSchema = ExternalSharedExternalNested | ExternalSharedExternalNestedNumeric ;
144144
145- export type ExternalSharedExternalSharedModelWithUuid = string ;
146-
147- export type ExternalSharedExternalSharedModel = {
148- id : string ;
149- name ?: string ;
150- } ;
151-
152- export type ExternalSharedId = string ;
153-
154145export type ExternalSharedExternalNested = {
155146 inner ?: {
156147 deep ?: string ;
@@ -159,16 +150,25 @@ export type ExternalSharedExternalNested = {
159150
160151export type ExternalSharedDeep = string ;
161152
162- export type ExternalShared1 = string ;
163-
164- export type ExternalSharedName = string ;
165-
166153export type ExternalSharedExternalNestedNumeric = {
167154 0 ?: {
168155 1 ?: string ;
169156 } ;
170157} ;
171158
159+ export type ExternalShared1 = string ;
160+
161+ export type ExternalSharedExternalSharedModel = {
162+ id : string ;
163+ name ?: string ;
164+ } ;
165+
166+ export type ExternalSharedId = string ;
167+
168+ export type ExternalSharedName = string ;
169+
170+ export type ExternalSharedExternalSharedModelWithUuid = string ;
171+
172172export type ExternalIdParam = ExternalSharedId ;
173173
174174export type ExternalUuidParam = ExternalSharedExternalSharedModelWithUuid ;
Original file line number Diff line number Diff line change 8989 },
9090 "dependencies" : {
9191 "@hey-api/codegen-core" : " workspace:^0.0.1" ,
92- "@hey-api/json-schema-ref-parser" : " 1.0.9 " ,
92+ "@hey-api/json-schema-ref-parser" : " 1.1.0 " ,
9393 "ansi-colors" : " 4.1.3" ,
9494 "c12" : " 2.0.1" ,
9595 "color-support" : " 1.1.3" ,
You can’t perform that action at this time.
0 commit comments