@drxsuperapp/sdk 1.1.14 → 1.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +10 -10
- package/api.ts +96 -92
- package/deploy.log +105 -356
- package/dist/api.d.ts +97 -93
- package/dist/api.js +4 -0
- package/docs/ApiPadelMatchesGet200ResponseInner.md +8 -8
- package/docs/ApiPadelMatchesGet200ResponseInnerSets.md +26 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInner.md +22 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner.md +24 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerStats.md +32 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerStatsConnections.md +20 -0
- package/docs/ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md +22 -0
- package/docs/PadelApi.md +4 -4
- package/package.json +1 -1
- package/workflow.sh +1 -1
package/deploy.log
CHANGED
|
@@ -1,358 +1,107 @@
|
|
|
1
|
-
[main]
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
[main]
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
[main]
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1252)
|
|
85
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1138)
|
|
86
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
|
|
87
|
-
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:141)
|
|
88
|
-
at io.swagger.v3.parser.util.RemoteUrl.urlToString(RemoteUrl.java:151)
|
|
89
|
-
at io.swagger.v3.parser.OpenAPIV3Parser.readContentFromLocation(OpenAPIV3Parser.java:290)
|
|
90
|
-
... 7 common frames omitted
|
|
91
|
-
[main] ERROR io.swagger.parser.util.RemoteUrl - unable to read
|
|
92
|
-
java.net.ConnectException: Connection timed out
|
|
93
|
-
at java.base/sun.nio.ch.Net.connect0(Native Method)
|
|
94
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:589)
|
|
95
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:578)
|
|
96
|
-
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583)
|
|
97
|
-
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
|
|
98
|
-
at java.base/java.net.Socket.connect(Socket.java:751)
|
|
99
|
-
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
|
|
100
|
-
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
|
|
101
|
-
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
|
|
102
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
|
|
103
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
|
|
104
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
|
|
105
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
|
|
106
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
|
|
107
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1252)
|
|
108
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1138)
|
|
109
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
|
|
110
|
-
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:141)
|
|
111
|
-
at io.swagger.parser.util.RemoteUrl.urlToString(RemoteUrl.java:136)
|
|
112
|
-
at io.swagger.parser.Swagger20Parser.readWithInfo(Swagger20Parser.java:44)
|
|
113
|
-
at io.swagger.parser.SwaggerParser.readWithInfo(SwaggerParser.java:35)
|
|
114
|
-
at io.swagger.v3.parser.converter.SwaggerConverter.readLocation(SwaggerConverter.java:83)
|
|
115
|
-
at io.swagger.parser.OpenAPIParser.readLocation(OpenAPIParser.java:16)
|
|
116
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toContext(CodegenConfigurator.java:686)
|
|
117
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:744)
|
|
118
|
-
at org.openapitools.codegen.cmd.Generate.execute(Generate.java:527)
|
|
119
|
-
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
|
|
120
|
-
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
|
|
121
|
-
[main] ERROR io.swagger.parser.util.RemoteUrl - unable to read
|
|
122
|
-
java.net.ConnectException: Connection timed out
|
|
123
|
-
at java.base/sun.nio.ch.Net.connect0(Native Method)
|
|
124
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:589)
|
|
125
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:578)
|
|
126
|
-
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583)
|
|
127
|
-
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
|
|
128
|
-
at java.base/java.net.Socket.connect(Socket.java:751)
|
|
129
|
-
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
|
|
130
|
-
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
|
|
131
|
-
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
|
|
132
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
|
|
133
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
|
|
134
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
|
|
135
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
|
|
136
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
|
|
137
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1252)
|
|
138
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1138)
|
|
139
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
|
|
140
|
-
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:141)
|
|
141
|
-
at io.swagger.parser.util.RemoteUrl.urlToString(RemoteUrl.java:136)
|
|
142
|
-
at io.swagger.parser.Swagger20Parser.readWithInfo(Swagger20Parser.java:44)
|
|
143
|
-
at io.swagger.parser.SwaggerParser.readWithInfo(SwaggerParser.java:35)
|
|
144
|
-
at io.swagger.v3.parser.converter.SwaggerConverter.readLocation(SwaggerConverter.java:83)
|
|
145
|
-
at io.swagger.parser.OpenAPIParser.readLocation(OpenAPIParser.java:16)
|
|
146
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toContext(CodegenConfigurator.java:686)
|
|
147
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:744)
|
|
148
|
-
at org.openapitools.codegen.cmd.Generate.execute(Generate.java:527)
|
|
149
|
-
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
|
|
150
|
-
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
|
|
151
|
-
[main] ERROR io.swagger.parser.util.RemoteUrl - unable to read
|
|
152
|
-
java.net.ConnectException: Connection timed out
|
|
153
|
-
at java.base/sun.nio.ch.Net.connect0(Native Method)
|
|
154
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:589)
|
|
155
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:578)
|
|
156
|
-
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583)
|
|
157
|
-
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
|
|
158
|
-
at java.base/java.net.Socket.connect(Socket.java:751)
|
|
159
|
-
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
|
|
160
|
-
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
|
|
161
|
-
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
|
|
162
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
|
|
163
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
|
|
164
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
|
|
165
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
|
|
166
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
|
|
167
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1252)
|
|
168
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1138)
|
|
169
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
|
|
170
|
-
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:141)
|
|
171
|
-
at io.swagger.parser.util.RemoteUrl.urlToString(RemoteUrl.java:136)
|
|
172
|
-
at io.swagger.parser.Swagger20Parser.readWithInfo(Swagger20Parser.java:44)
|
|
173
|
-
at io.swagger.parser.SwaggerParser.readWithInfo(SwaggerParser.java:45)
|
|
174
|
-
at io.swagger.v3.parser.converter.SwaggerConverter.readLocation(SwaggerConverter.java:83)
|
|
175
|
-
at io.swagger.parser.OpenAPIParser.readLocation(OpenAPIParser.java:16)
|
|
176
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toContext(CodegenConfigurator.java:686)
|
|
177
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:744)
|
|
178
|
-
at org.openapitools.codegen.cmd.Generate.execute(Generate.java:527)
|
|
179
|
-
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
|
|
180
|
-
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
|
|
181
|
-
[main] ERROR io.swagger.parser.util.RemoteUrl - unable to read
|
|
182
|
-
java.net.ConnectException: Connection timed out
|
|
183
|
-
at java.base/sun.nio.ch.Net.connect0(Native Method)
|
|
184
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:589)
|
|
185
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:578)
|
|
186
|
-
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583)
|
|
187
|
-
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
|
|
188
|
-
at java.base/java.net.Socket.connect(Socket.java:751)
|
|
189
|
-
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
|
|
190
|
-
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
|
|
191
|
-
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
|
|
192
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
|
|
193
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
|
|
194
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
|
|
195
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
|
|
196
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
|
|
197
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1252)
|
|
198
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1138)
|
|
199
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
|
|
200
|
-
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:141)
|
|
201
|
-
at io.swagger.parser.util.RemoteUrl.urlToString(RemoteUrl.java:136)
|
|
202
|
-
at io.swagger.parser.Swagger20Parser.readWithInfo(Swagger20Parser.java:44)
|
|
203
|
-
at io.swagger.parser.SwaggerParser.readWithInfo(SwaggerParser.java:45)
|
|
204
|
-
at io.swagger.v3.parser.converter.SwaggerConverter.readLocation(SwaggerConverter.java:83)
|
|
205
|
-
at io.swagger.parser.OpenAPIParser.readLocation(OpenAPIParser.java:16)
|
|
206
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toContext(CodegenConfigurator.java:686)
|
|
207
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:744)
|
|
208
|
-
at org.openapitools.codegen.cmd.Generate.execute(Generate.java:527)
|
|
209
|
-
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
|
|
210
|
-
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
|
|
211
|
-
[main] ERROR io.swagger.parser.util.RemoteUrl - unable to read
|
|
212
|
-
java.net.ConnectException: Connection timed out
|
|
213
|
-
at java.base/sun.nio.ch.Net.connect0(Native Method)
|
|
214
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:589)
|
|
215
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:578)
|
|
216
|
-
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583)
|
|
217
|
-
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
|
|
218
|
-
at java.base/java.net.Socket.connect(Socket.java:751)
|
|
219
|
-
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
|
|
220
|
-
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
|
|
221
|
-
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
|
|
222
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
|
|
223
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
|
|
224
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
|
|
225
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
|
|
226
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
|
|
227
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1252)
|
|
228
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1138)
|
|
229
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
|
|
230
|
-
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:141)
|
|
231
|
-
at io.swagger.parser.util.RemoteUrl.urlToString(RemoteUrl.java:136)
|
|
232
|
-
at io.swagger.parser.SwaggerCompatConverter.readResourceListing(SwaggerCompatConverter.java:192)
|
|
233
|
-
at io.swagger.parser.SwaggerCompatConverter.read(SwaggerCompatConverter.java:122)
|
|
234
|
-
at io.swagger.parser.SwaggerCompatConverter.readWithInfo(SwaggerCompatConverter.java:93)
|
|
235
|
-
at io.swagger.parser.SwaggerParser.readWithInfo(SwaggerParser.java:45)
|
|
236
|
-
at io.swagger.v3.parser.converter.SwaggerConverter.readLocation(SwaggerConverter.java:83)
|
|
237
|
-
at io.swagger.parser.OpenAPIParser.readLocation(OpenAPIParser.java:16)
|
|
238
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toContext(CodegenConfigurator.java:686)
|
|
239
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:744)
|
|
240
|
-
at org.openapitools.codegen.cmd.Generate.execute(Generate.java:527)
|
|
241
|
-
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
|
|
242
|
-
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
|
|
243
|
-
[main] ERROR io.swagger.parser.util.RemoteUrl - unable to read
|
|
244
|
-
java.net.ConnectException: Connection timed out
|
|
245
|
-
at java.base/sun.nio.ch.Net.connect0(Native Method)
|
|
246
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:589)
|
|
247
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:578)
|
|
248
|
-
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583)
|
|
249
|
-
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
|
|
250
|
-
at java.base/java.net.Socket.connect(Socket.java:751)
|
|
251
|
-
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
|
|
252
|
-
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
|
|
253
|
-
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
|
|
254
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
|
|
255
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
|
|
256
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
|
|
257
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
|
|
258
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
|
|
259
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1252)
|
|
260
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1138)
|
|
261
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
|
|
262
|
-
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:141)
|
|
263
|
-
at io.swagger.parser.util.RemoteUrl.urlToString(RemoteUrl.java:136)
|
|
264
|
-
at io.swagger.parser.SwaggerCompatConverter.readResourceListing(SwaggerCompatConverter.java:192)
|
|
265
|
-
at io.swagger.parser.SwaggerCompatConverter.read(SwaggerCompatConverter.java:122)
|
|
266
|
-
at io.swagger.parser.SwaggerCompatConverter.readWithInfo(SwaggerCompatConverter.java:93)
|
|
267
|
-
at io.swagger.parser.SwaggerParser.readWithInfo(SwaggerParser.java:45)
|
|
268
|
-
at io.swagger.v3.parser.converter.SwaggerConverter.readLocation(SwaggerConverter.java:83)
|
|
269
|
-
at io.swagger.parser.OpenAPIParser.readLocation(OpenAPIParser.java:16)
|
|
270
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toContext(CodegenConfigurator.java:686)
|
|
271
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:744)
|
|
272
|
-
at org.openapitools.codegen.cmd.Generate.execute(Generate.java:527)
|
|
273
|
-
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
|
|
274
|
-
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
|
|
275
|
-
[main] ERROR i.s.parser.SwaggerCompatConverter - failed to read resource listing
|
|
276
|
-
java.net.ConnectException: Connection timed out
|
|
277
|
-
at java.base/sun.nio.ch.Net.connect0(Native Method)
|
|
278
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:589)
|
|
279
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:578)
|
|
280
|
-
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583)
|
|
281
|
-
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
|
|
282
|
-
at java.base/java.net.Socket.connect(Socket.java:751)
|
|
283
|
-
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
|
|
284
|
-
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
|
|
285
|
-
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
|
|
286
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
|
|
287
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
|
|
288
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
|
|
289
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
|
|
290
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
|
|
291
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1252)
|
|
292
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1138)
|
|
293
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
|
|
294
|
-
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:141)
|
|
295
|
-
at io.swagger.parser.util.RemoteUrl.urlToString(RemoteUrl.java:136)
|
|
296
|
-
at io.swagger.parser.SwaggerCompatConverter.readResourceListing(SwaggerCompatConverter.java:192)
|
|
297
|
-
at io.swagger.parser.SwaggerCompatConverter.read(SwaggerCompatConverter.java:122)
|
|
298
|
-
at io.swagger.parser.SwaggerCompatConverter.readWithInfo(SwaggerCompatConverter.java:93)
|
|
299
|
-
at io.swagger.parser.SwaggerParser.readWithInfo(SwaggerParser.java:45)
|
|
300
|
-
at io.swagger.v3.parser.converter.SwaggerConverter.readLocation(SwaggerConverter.java:83)
|
|
301
|
-
at io.swagger.parser.OpenAPIParser.readLocation(OpenAPIParser.java:16)
|
|
302
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toContext(CodegenConfigurator.java:686)
|
|
303
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:744)
|
|
304
|
-
at org.openapitools.codegen.cmd.Generate.execute(Generate.java:527)
|
|
305
|
-
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
|
|
306
|
-
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
|
|
307
|
-
[main] ERROR i.s.parser.SwaggerCompatConverter - failed to read resource listing
|
|
308
|
-
java.net.ConnectException: Connection timed out
|
|
309
|
-
at java.base/sun.nio.ch.Net.connect0(Native Method)
|
|
310
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:589)
|
|
311
|
-
at java.base/sun.nio.ch.Net.connect(Net.java:578)
|
|
312
|
-
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:583)
|
|
313
|
-
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
|
|
314
|
-
at java.base/java.net.Socket.connect(Socket.java:751)
|
|
315
|
-
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
|
|
316
|
-
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
|
|
317
|
-
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
|
|
318
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
|
|
319
|
-
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
|
|
320
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.<init>(HttpsClient.java:264)
|
|
321
|
-
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
|
|
322
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
|
|
323
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1252)
|
|
324
|
-
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1138)
|
|
325
|
-
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
|
|
326
|
-
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:141)
|
|
327
|
-
at io.swagger.parser.util.RemoteUrl.urlToString(RemoteUrl.java:136)
|
|
328
|
-
at io.swagger.parser.SwaggerCompatConverter.readResourceListing(SwaggerCompatConverter.java:192)
|
|
329
|
-
at io.swagger.parser.SwaggerCompatConverter.read(SwaggerCompatConverter.java:122)
|
|
330
|
-
at io.swagger.parser.SwaggerCompatConverter.readWithInfo(SwaggerCompatConverter.java:93)
|
|
331
|
-
at io.swagger.parser.SwaggerParser.readWithInfo(SwaggerParser.java:45)
|
|
332
|
-
at io.swagger.v3.parser.converter.SwaggerConverter.readLocation(SwaggerConverter.java:83)
|
|
333
|
-
at io.swagger.parser.OpenAPIParser.readLocation(OpenAPIParser.java:16)
|
|
334
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toContext(CodegenConfigurator.java:686)
|
|
335
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:744)
|
|
336
|
-
at org.openapitools.codegen.cmd.Generate.execute(Generate.java:527)
|
|
337
|
-
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
|
|
338
|
-
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
|
|
339
|
-
Exception in thread "main" java.lang.NullPointerException: Cannot invoke "io.swagger.v3.oas.models.OpenAPI.getExtensions()" because "openAPI" is null
|
|
340
|
-
at org.openapitools.codegen.DefaultCodegen.specVersionGreaterThanOrEqualTo310(DefaultCodegen.java:930)
|
|
341
|
-
at org.openapitools.codegen.DefaultCodegen.setOpenAPI(DefaultCodegen.java:946)
|
|
342
|
-
at org.openapitools.codegen.ClientOptInput.setOpenAPI(ClientOptInput.java:128)
|
|
343
|
-
at org.openapitools.codegen.ClientOptInput.openAPI(ClientOptInput.java:38)
|
|
344
|
-
at org.openapitools.codegen.config.CodegenConfigurator.toClientOptInput(CodegenConfigurator.java:811)
|
|
345
|
-
at org.openapitools.codegen.cmd.Generate.execute(Generate.java:527)
|
|
346
|
-
at org.openapitools.codegen.cmd.OpenApiGeneratorCommand.run(OpenApiGeneratorCommand.java:32)
|
|
347
|
-
at org.openapitools.codegen.OpenAPIGenerator.main(OpenAPIGenerator.java:66)
|
|
1
|
+
[main] INFO o.o.codegen.DefaultGenerator - Generating with dryRun=false
|
|
2
|
+
[main] INFO o.o.codegen.DefaultGenerator - OpenAPI Generator: typescript-axios (client)
|
|
3
|
+
[main] INFO o.o.codegen.DefaultGenerator - Generator 'typescript-axios' is considered stable.
|
|
4
|
+
[main] INFO o.o.c.l.AbstractTypeScriptClientCodegen - Hint: Environment variable 'TS_POST_PROCESS_FILE' (optional) not defined. E.g. to format the source code, please try 'export TS_POST_PROCESS_FILE="/usr/local/bin/prettier --write"' (Linux/Mac)
|
|
5
|
+
[main] INFO o.o.c.l.AbstractTypeScriptClientCodegen - Note: To enable file post-processing, 'enablePostProcessFile' must be set to `true` (--enable-post-process-file for CLI).
|
|
6
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_healthCheck_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_healthCheck_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_healthCheck_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
7
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_examples_get_200_response_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_examples_get_200_response_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_examples_get_200_response_inner=NewModel,ModelA=NewModelA in CLI).
|
|
8
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_examples_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_examples_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_examples_post_request=NewModel,ModelA=NewModelA in CLI).
|
|
9
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_examples__id__put_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_examples__id__put_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_examples__id__put_request=NewModel,ModelA=NewModelA in CLI).
|
|
10
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_get_200_response_responseObject_items_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
|
|
11
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_get_200_response_responseObject. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
12
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
13
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__id__get_200_response_responseObject_leagues_inner_league. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news__id__get_200_response_responseObject_leagues_inner_league=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response_responseObject_leagues_inner_league=NewModel,ModelA=NewModelA in CLI).
|
|
14
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__id__get_200_response_responseObject_leagues_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news__id__get_200_response_responseObject_leagues_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response_responseObject_leagues_inner=NewModel,ModelA=NewModelA in CLI).
|
|
15
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__id__get_200_response_responseObject. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
16
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news__id__get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_news__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
17
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_score_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_score_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_score_inner=NewModel,ModelA=NewModelA in CLI).
|
|
18
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_players_team_1_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_players_team_1_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_players_team_1_inner=NewModel,ModelA=NewModelA in CLI).
|
|
19
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_players. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_players=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_players=NewModel,ModelA=NewModelA in CLI).
|
|
20
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_stats_match_value. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_stats_match_value=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_stats_match_value=NewModel,ModelA=NewModelA in CLI).
|
|
21
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_stats_connections. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_stats_connections=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_stats_connections=NewModel,ModelA=NewModelA in CLI).
|
|
22
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_stats. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_stats=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_stats=NewModel,ModelA=NewModelA in CLI).
|
|
23
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_sets_sets_inner_games_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI).
|
|
24
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_sets_sets_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_sets_sets_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_sets_sets_inner=NewModel,ModelA=NewModelA in CLI).
|
|
25
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner_sets. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner_sets=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner_sets=NewModel,ModelA=NewModelA in CLI).
|
|
26
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_padel_matches_get_200_response_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_inner=NewModel,ModelA=NewModelA in CLI).
|
|
27
|
+
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
28
|
+
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
29
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesGet200ResponseInner.md
|
|
30
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesIdPutRequest.md
|
|
31
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiExamplesPostRequest.md
|
|
32
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiHealthCheckGet200Response.md
|
|
33
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsGet200Response.md
|
|
34
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsGet200ResponseResponseObject.md
|
|
35
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsGet200ResponseResponseObjectItemsInner.md
|
|
36
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200Response.md
|
|
37
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObject.md
|
|
38
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.md
|
|
39
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.md
|
|
40
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInner.md
|
|
41
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerPlayers.md
|
|
42
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerPlayersTeam1Inner.md
|
|
43
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerScoreInner.md
|
|
44
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerSets.md
|
|
45
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInner.md
|
|
46
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner.md
|
|
47
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerStats.md
|
|
48
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerStatsConnections.md
|
|
49
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md
|
|
50
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/healthCheck. Renamed to auto-generated operationId: apiHealthCheckGet
|
|
51
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/examples. Renamed to auto-generated operationId: apiExamplesGet
|
|
52
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/examples. Renamed to auto-generated operationId: apiExamplesPost
|
|
53
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/examples/{id}. Renamed to auto-generated operationId: apiExamplesIdGet
|
|
54
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/examples/{id}. Renamed to auto-generated operationId: apiExamplesIdPut
|
|
55
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/examples/{id}. Renamed to auto-generated operationId: apiExamplesIdDelete
|
|
56
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news. Renamed to auto-generated operationId: apiNewsGet
|
|
57
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news/{id}. Renamed to auto-generated operationId: apiNewsIdGet
|
|
58
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/matches. Renamed to auto-generated operationId: apiPadelMatchesGet
|
|
59
|
+
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
60
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/ExampleApi.md
|
|
61
|
+
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
62
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/HealthCheckApi.md
|
|
63
|
+
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
64
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/NewsApi.md
|
|
65
|
+
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
66
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./docs/PadelApi.md
|
|
67
|
+
[main] INFO o.o.codegen.utils.URLPathUtils - 'host' (OAS 2.0) or 'servers' (OAS 3.0) not defined in the spec. Default to [http://localhost] for server URL [http://localhost/]
|
|
68
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./index.ts
|
|
69
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./base.ts
|
|
70
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./common.ts
|
|
71
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./api.ts
|
|
72
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./configuration.ts
|
|
73
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./git_push.sh
|
|
74
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./.gitignore
|
|
75
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./.npmignore
|
|
76
|
+
[main] INFO o.o.codegen.TemplateManager - Skipped /root/drx-sdk/./.openapi-generator-ignore (Skipped by supportingFiles options supplied by user.)
|
|
77
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./.openapi-generator/VERSION
|
|
78
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./.openapi-generator/FILES
|
|
79
|
+
################################################################################
|
|
80
|
+
# Thanks for using OpenAPI Generator. #
|
|
81
|
+
# Please consider donation to help us maintain this project 🙏 #
|
|
82
|
+
# https://opencollective.com/openapi_generator/donate #
|
|
83
|
+
################################################################################
|
|
348
84
|
✅ SDK generated
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
85
|
+
[master ac1b154] VPS: Generated API SDK
|
|
86
|
+
10 files changed, 258 insertions(+), 112 deletions(-)
|
|
87
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseInnerSets.md
|
|
88
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInner.md
|
|
89
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseInnerSetsSetsInnerGamesInner.md
|
|
90
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseInnerStats.md
|
|
91
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseInnerStatsConnections.md
|
|
92
|
+
create mode 100644 docs/ApiPadelMatchesGet200ResponseInnerStatsMatchValue.md
|
|
93
|
+
remote:
|
|
94
|
+
remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
|
|
95
|
+
remote:
|
|
96
|
+
remote: Please update your Git remote:
|
|
97
|
+
remote:
|
|
98
|
+
remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
|
|
99
|
+
remote:
|
|
100
|
+
remote:
|
|
101
|
+
To https://gitlab.com/drxsuperapp/drx-sdk.git
|
|
102
|
+
64fd202..ac1b154 master -> master
|
|
354
103
|
✅ Changes committed and pushed
|
|
355
|
-
v1.1.
|
|
104
|
+
v1.1.16
|
|
356
105
|
remote:
|
|
357
106
|
remote: Project 'drxsuperapp/drx-sdk' was moved to 'drx-super/drx-sdk'.
|
|
358
107
|
remote:
|
|
@@ -362,13 +111,13 @@ remote: git remote set-url origin https://gitlab.com/drx-super/drx-sdk.git
|
|
|
362
111
|
remote:
|
|
363
112
|
remote:
|
|
364
113
|
To https://gitlab.com/drxsuperapp/drx-sdk.git
|
|
365
|
-
|
|
114
|
+
ac1b154..2ac1c09 master -> master
|
|
366
115
|
✅ Version bumped
|
|
367
116
|
|
|
368
|
-
> @drxsuperapp/sdk@1.1.
|
|
117
|
+
> @drxsuperapp/sdk@1.1.16 prepublishOnly
|
|
369
118
|
> npm run build
|
|
370
119
|
|
|
371
120
|
|
|
372
|
-
> @drxsuperapp/sdk@1.1.
|
|
121
|
+
> @drxsuperapp/sdk@1.1.16 build
|
|
373
122
|
> tsc
|
|
374
123
|
|