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 & {
115
115
*/
116
116
export type ExternalAnyOfSchema = unknown ;
117
117
118
- export type ExternalSharedExternalSharedModel = {
119
- id : string ;
120
- name ?: string ;
121
- } ;
122
-
123
- export type ExternalSharedExternalSharedModelWithUuid = string ;
124
-
125
118
export type ExternalSharedExternalNested = {
126
119
inner ?: {
127
120
deep ?: string ;
128
121
} ;
129
122
} ;
130
123
124
+ export type ExternalSharedDeep = string ;
125
+
131
126
export type ExternalSharedExternalNestedNumeric = {
132
127
0 ?: {
133
128
1 ?: string ;
134
129
} ;
135
130
} ;
136
131
132
+ export type ExternalShared1 = string ;
133
+
134
+ export type ExternalSharedExternalSharedModel = {
135
+ id : string ;
136
+ name ?: string ;
137
+ } ;
138
+
137
139
export type ExternalSharedId = string ;
138
140
139
141
export type ExternalSharedName = string ;
140
142
141
- export type ExternalSharedDeep = string ;
142
-
143
- export type ExternalShared1 = string ;
143
+ export type ExternalSharedExternalSharedModelWithUuid = string ;
144
144
145
145
export type GetExternalModelData = {
146
146
body ?: never ;
Original file line number Diff line number Diff line change @@ -115,15 +115,6 @@ export type ExternalAllOfSchema = ExternalSharedExternalSharedModel & {
115
115
*/
116
116
export type ExternalAnyOfSchema = ExternalSharedExternalNested | ExternalSharedExternalNestedNumeric ;
117
117
118
- export type ExternalSharedExternalSharedModelWithUuid = string ;
119
-
120
- export type ExternalSharedExternalSharedModel = {
121
- id : string ;
122
- name ?: string ;
123
- } ;
124
-
125
- export type ExternalSharedId = string ;
126
-
127
118
export type ExternalSharedExternalNested = {
128
119
inner ?: {
129
120
deep ?: string ;
@@ -132,16 +123,25 @@ export type ExternalSharedExternalNested = {
132
123
133
124
export type ExternalSharedDeep = string ;
134
125
135
- export type ExternalShared1 = string ;
136
-
137
- export type ExternalSharedName = string ;
138
-
139
126
export type ExternalSharedExternalNestedNumeric = {
140
127
0 ?: {
141
128
1 ?: string ;
142
129
} ;
143
130
} ;
144
131
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
+
145
145
export type ExternalIdParam = ExternalSharedId ;
146
146
147
147
export type ExternalUuidParam = ExternalSharedExternalSharedModelWithUuid ;
Original file line number Diff line number Diff line change @@ -142,15 +142,6 @@ export type ExternalAllOfSchema = ExternalSharedExternalSharedModel & {
142
142
*/
143
143
export type ExternalAnyOfSchema = ExternalSharedExternalNested | ExternalSharedExternalNestedNumeric ;
144
144
145
- export type ExternalSharedExternalSharedModelWithUuid = string ;
146
-
147
- export type ExternalSharedExternalSharedModel = {
148
- id : string ;
149
- name ?: string ;
150
- } ;
151
-
152
- export type ExternalSharedId = string ;
153
-
154
145
export type ExternalSharedExternalNested = {
155
146
inner ?: {
156
147
deep ?: string ;
@@ -159,16 +150,25 @@ export type ExternalSharedExternalNested = {
159
150
160
151
export type ExternalSharedDeep = string ;
161
152
162
- export type ExternalShared1 = string ;
163
-
164
- export type ExternalSharedName = string ;
165
-
166
153
export type ExternalSharedExternalNestedNumeric = {
167
154
0 ?: {
168
155
1 ?: string ;
169
156
} ;
170
157
} ;
171
158
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
+
172
172
export type ExternalIdParam = ExternalSharedId ;
173
173
174
174
export type ExternalUuidParam = ExternalSharedExternalSharedModelWithUuid ;
Original file line number Diff line number Diff line change 89
89
},
90
90
"dependencies" : {
91
91
"@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 " ,
93
93
"ansi-colors" : " 4.1.3" ,
94
94
"c12" : " 2.0.1" ,
95
95
"color-support" : " 1.1.3" ,
You can’t perform that action at this time.
0 commit comments