@drxsuperapp/sdk 1.1.284 → 1.1.285
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 +8 -5
- package/apis/AppConfigApi.ts +324 -26
- package/deploy.log +43 -19
- package/dist/apis/AppConfigApi.d.ts +87 -11
- package/dist/apis/AppConfigApi.js +214 -16
- package/dist/models/ApiAdminAppConfigsGet200Response.d.ts +51 -0
- package/dist/models/{ApiUserPointRewardsGet200Response.js → ApiAdminAppConfigsGet200Response.js} +11 -11
- package/dist/models/ApiAdminAppConfigsGet200ResponseResponseObject.d.ts +57 -0
- package/dist/models/ApiAdminAppConfigsGet200ResponseResponseObject.js +59 -0
- package/dist/models/ApiAdminAppConfigsGet200ResponseResponseObjectItemsInnerInner.d.ts +68 -0
- package/dist/models/ApiAdminAppConfigsGet200ResponseResponseObjectItemsInnerInner.js +67 -0
- package/dist/models/ApiAdminAppConfigsGetFilterParameter.d.ts +70 -0
- package/dist/models/ApiAdminAppConfigsGetFilterParameter.js +55 -0
- package/dist/models/ApiAdminAppConfigsGroupGroupGet200Response.d.ts +51 -0
- package/dist/models/ApiAdminAppConfigsGroupGroupGet200Response.js +54 -0
- package/dist/models/ApiAdminAppConfigsIdPutRequest.d.ts +50 -0
- package/dist/models/ApiAdminAppConfigsIdPutRequest.js +47 -0
- package/dist/models/ApiAdminAppConfigsPost200Response.d.ts +51 -0
- package/dist/models/{ApiUserPointRewardsPut200Response.js → ApiAdminAppConfigsPost200Response.js} +11 -11
- package/dist/models/ApiAdminAppConfigsPostRequest.d.ts +50 -0
- package/dist/models/ApiAdminAppConfigsPostRequest.js +53 -0
- package/dist/models/index.d.ts +8 -5
- package/dist/models/index.js +8 -5
- package/models/ApiAdminAppConfigsGet200Response.ts +100 -0
- package/models/ApiAdminAppConfigsGet200ResponseResponseObject.ts +110 -0
- package/models/ApiAdminAppConfigsGet200ResponseResponseObjectItemsInnerInner.ts +120 -0
- package/models/ApiAdminAppConfigsGetFilterParameter.ts +128 -0
- package/models/ApiAdminAppConfigsGroupGroupGet200Response.ts +100 -0
- package/models/ApiAdminAppConfigsIdPutRequest.ts +89 -0
- package/models/ApiAdminAppConfigsPost200Response.ts +100 -0
- package/models/ApiAdminAppConfigsPostRequest.ts +92 -0
- package/models/index.ts +8 -5
- package/package.json +1 -1
- package/dist/models/ApiUserPointRewardsGet200Response.d.ts +0 -51
- package/dist/models/ApiUserPointRewardsGet200ResponseResponseObject.d.ts +0 -68
- package/dist/models/ApiUserPointRewardsGet200ResponseResponseObject.js +0 -67
- package/dist/models/ApiUserPointRewardsPut200Response.d.ts +0 -51
- package/dist/models/ApiUserPointRewardsPut200ResponseResponseObject.d.ts +0 -50
- package/dist/models/ApiUserPointRewardsPut200ResponseResponseObject.js +0 -55
- package/dist/models/ApiUserPointRewardsPutRequest.d.ts +0 -51
- package/dist/models/ApiUserPointRewardsPutRequest.js +0 -59
- package/models/ApiUserPointRewardsGet200Response.ts +0 -100
- package/models/ApiUserPointRewardsGet200ResponseResponseObject.ts +0 -120
- package/models/ApiUserPointRewardsPut200Response.ts +0 -100
- package/models/ApiUserPointRewardsPut200ResponseResponseObject.ts +0 -93
- package/models/ApiUserPointRewardsPutRequest.ts +0 -91
package/.openapi-generator/FILES
CHANGED
|
@@ -13,6 +13,14 @@ apis/UserPointsApi.ts
|
|
|
13
13
|
apis/YoutubeApi.ts
|
|
14
14
|
apis/index.ts
|
|
15
15
|
index.ts
|
|
16
|
+
models/ApiAdminAppConfigsGet200Response.ts
|
|
17
|
+
models/ApiAdminAppConfigsGet200ResponseResponseObject.ts
|
|
18
|
+
models/ApiAdminAppConfigsGet200ResponseResponseObjectItemsInnerInner.ts
|
|
19
|
+
models/ApiAdminAppConfigsGetFilterParameter.ts
|
|
20
|
+
models/ApiAdminAppConfigsGroupGroupGet200Response.ts
|
|
21
|
+
models/ApiAdminAppConfigsIdPutRequest.ts
|
|
22
|
+
models/ApiAdminAppConfigsPost200Response.ts
|
|
23
|
+
models/ApiAdminAppConfigsPostRequest.ts
|
|
16
24
|
models/ApiAuthChangePasswordPostRequest.ts
|
|
17
25
|
models/ApiAuthForgotPasswordChangePasswordPost200Response.ts
|
|
18
26
|
models/ApiAuthForgotPasswordChangePasswordPost200ResponseResponseObject.ts
|
|
@@ -203,11 +211,6 @@ models/ApiUserLeaderboardGetFilterParameter.ts
|
|
|
203
211
|
models/ApiUserMeGet200Response.ts
|
|
204
212
|
models/ApiUserMeGet200ResponseResponseObject.ts
|
|
205
213
|
models/ApiUserMeGet200ResponseResponseObjectReferrer.ts
|
|
206
|
-
models/ApiUserPointRewardsGet200Response.ts
|
|
207
|
-
models/ApiUserPointRewardsGet200ResponseResponseObject.ts
|
|
208
|
-
models/ApiUserPointRewardsPut200Response.ts
|
|
209
|
-
models/ApiUserPointRewardsPut200ResponseResponseObject.ts
|
|
210
|
-
models/ApiUserPointRewardsPutRequest.ts
|
|
211
214
|
models/ApiUserPointsGet200Response.ts
|
|
212
215
|
models/ApiUserPointsGet200ResponseResponseObject.ts
|
|
213
216
|
models/ApiUserPointsHistoryGet200Response.ts
|
package/apis/AppConfigApi.ts
CHANGED
|
@@ -15,21 +15,61 @@
|
|
|
15
15
|
|
|
16
16
|
import * as runtime from '../runtime';
|
|
17
17
|
import type {
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
18
|
+
ApiAdminAppConfigsGet200Response,
|
|
19
|
+
ApiAdminAppConfigsGetFilterParameter,
|
|
20
|
+
ApiAdminAppConfigsGroupGroupGet200Response,
|
|
21
|
+
ApiAdminAppConfigsIdPutRequest,
|
|
22
|
+
ApiAdminAppConfigsPost200Response,
|
|
23
|
+
ApiAdminAppConfigsPostRequest,
|
|
24
|
+
ApiUserGet200Response,
|
|
21
25
|
} from '../models/index';
|
|
22
26
|
import {
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
27
|
+
ApiAdminAppConfigsGet200ResponseFromJSON,
|
|
28
|
+
ApiAdminAppConfigsGet200ResponseToJSON,
|
|
29
|
+
ApiAdminAppConfigsGetFilterParameterFromJSON,
|
|
30
|
+
ApiAdminAppConfigsGetFilterParameterToJSON,
|
|
31
|
+
ApiAdminAppConfigsGroupGroupGet200ResponseFromJSON,
|
|
32
|
+
ApiAdminAppConfigsGroupGroupGet200ResponseToJSON,
|
|
33
|
+
ApiAdminAppConfigsIdPutRequestFromJSON,
|
|
34
|
+
ApiAdminAppConfigsIdPutRequestToJSON,
|
|
35
|
+
ApiAdminAppConfigsPost200ResponseFromJSON,
|
|
36
|
+
ApiAdminAppConfigsPost200ResponseToJSON,
|
|
37
|
+
ApiAdminAppConfigsPostRequestFromJSON,
|
|
38
|
+
ApiAdminAppConfigsPostRequestToJSON,
|
|
39
|
+
ApiUserGet200ResponseFromJSON,
|
|
40
|
+
ApiUserGet200ResponseToJSON,
|
|
29
41
|
} from '../models/index';
|
|
30
42
|
|
|
31
|
-
export interface
|
|
32
|
-
|
|
43
|
+
export interface ApiAdminAppConfigsGetRequest {
|
|
44
|
+
page?: number;
|
|
45
|
+
pageSize?: number;
|
|
46
|
+
sort?: string;
|
|
47
|
+
filter?: ApiAdminAppConfigsGetFilterParameter;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export interface ApiAdminAppConfigsGroupGroupGetRequest {
|
|
51
|
+
group: string;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export interface ApiAdminAppConfigsIdDeleteRequest {
|
|
55
|
+
id: string;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
export interface ApiAdminAppConfigsIdGetRequest {
|
|
59
|
+
id: string;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
export interface ApiAdminAppConfigsIdPutOperationRequest {
|
|
63
|
+
id: string;
|
|
64
|
+
apiAdminAppConfigsIdPutRequest?: ApiAdminAppConfigsIdPutRequest;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export interface ApiAdminAppConfigsKeyKeyGetRequest {
|
|
68
|
+
key: string;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
export interface ApiAdminAppConfigsPostOperationRequest {
|
|
72
|
+
apiAdminAppConfigsPostRequest?: ApiAdminAppConfigsPostRequest;
|
|
33
73
|
}
|
|
34
74
|
|
|
35
75
|
/**
|
|
@@ -38,11 +78,28 @@ export interface ApiUserPointRewardsPutOperationRequest {
|
|
|
38
78
|
export class AppConfigApi extends runtime.BaseAPI {
|
|
39
79
|
|
|
40
80
|
/**
|
|
41
|
-
*
|
|
81
|
+
* Retrieve a paginated list of app configurations
|
|
82
|
+
* Get App Configs
|
|
42
83
|
*/
|
|
43
|
-
async
|
|
84
|
+
async apiAdminAppConfigsGetRaw(requestParameters: ApiAdminAppConfigsGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiAdminAppConfigsGet200Response>> {
|
|
44
85
|
const queryParameters: any = {};
|
|
45
86
|
|
|
87
|
+
if (requestParameters['page'] != null) {
|
|
88
|
+
queryParameters['page'] = requestParameters['page'];
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
if (requestParameters['pageSize'] != null) {
|
|
92
|
+
queryParameters['pageSize'] = requestParameters['pageSize'];
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
if (requestParameters['sort'] != null) {
|
|
96
|
+
queryParameters['sort'] = requestParameters['sort'];
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
if (requestParameters['filter'] != null) {
|
|
100
|
+
queryParameters['filter'] = requestParameters['filter'];
|
|
101
|
+
}
|
|
102
|
+
|
|
46
103
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
47
104
|
|
|
48
105
|
if (this.configuration && this.configuration.apiKey) {
|
|
@@ -58,27 +115,177 @@ export class AppConfigApi extends runtime.BaseAPI {
|
|
|
58
115
|
}
|
|
59
116
|
}
|
|
60
117
|
const response = await this.request({
|
|
61
|
-
path: `/api/
|
|
118
|
+
path: `/api/admin/app-configs`,
|
|
62
119
|
method: 'GET',
|
|
63
120
|
headers: headerParameters,
|
|
64
121
|
query: queryParameters,
|
|
65
122
|
}, initOverrides);
|
|
66
123
|
|
|
67
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
124
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiAdminAppConfigsGet200ResponseFromJSON(jsonValue));
|
|
68
125
|
}
|
|
69
126
|
|
|
70
127
|
/**
|
|
71
|
-
*
|
|
128
|
+
* Retrieve a paginated list of app configurations
|
|
129
|
+
* Get App Configs
|
|
72
130
|
*/
|
|
73
|
-
async
|
|
74
|
-
const response = await this.
|
|
131
|
+
async apiAdminAppConfigsGet(requestParameters: ApiAdminAppConfigsGetRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiAdminAppConfigsGet200Response> {
|
|
132
|
+
const response = await this.apiAdminAppConfigsGetRaw(requestParameters, initOverrides);
|
|
75
133
|
return await response.value();
|
|
76
134
|
}
|
|
77
135
|
|
|
78
136
|
/**
|
|
79
|
-
*
|
|
137
|
+
* Retrieve all app configurations for a specific group
|
|
138
|
+
* Get App Configs by Group
|
|
80
139
|
*/
|
|
81
|
-
async
|
|
140
|
+
async apiAdminAppConfigsGroupGroupGetRaw(requestParameters: ApiAdminAppConfigsGroupGroupGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiAdminAppConfigsGroupGroupGet200Response>> {
|
|
141
|
+
if (requestParameters['group'] == null) {
|
|
142
|
+
throw new runtime.RequiredError(
|
|
143
|
+
'group',
|
|
144
|
+
'Required parameter "group" was null or undefined when calling apiAdminAppConfigsGroupGroupGet().'
|
|
145
|
+
);
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
const queryParameters: any = {};
|
|
149
|
+
|
|
150
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
151
|
+
|
|
152
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
153
|
+
headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
157
|
+
const token = this.configuration.accessToken;
|
|
158
|
+
const tokenString = await token("BearerAuth", []);
|
|
159
|
+
|
|
160
|
+
if (tokenString) {
|
|
161
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
const response = await this.request({
|
|
165
|
+
path: `/api/admin/app-configs/group/{group}`.replace(`{${"group"}}`, encodeURIComponent(String(requestParameters['group']))),
|
|
166
|
+
method: 'GET',
|
|
167
|
+
headers: headerParameters,
|
|
168
|
+
query: queryParameters,
|
|
169
|
+
}, initOverrides);
|
|
170
|
+
|
|
171
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiAdminAppConfigsGroupGroupGet200ResponseFromJSON(jsonValue));
|
|
172
|
+
}
|
|
173
|
+
|
|
174
|
+
/**
|
|
175
|
+
* Retrieve all app configurations for a specific group
|
|
176
|
+
* Get App Configs by Group
|
|
177
|
+
*/
|
|
178
|
+
async apiAdminAppConfigsGroupGroupGet(requestParameters: ApiAdminAppConfigsGroupGroupGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiAdminAppConfigsGroupGroupGet200Response> {
|
|
179
|
+
const response = await this.apiAdminAppConfigsGroupGroupGetRaw(requestParameters, initOverrides);
|
|
180
|
+
return await response.value();
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
/**
|
|
184
|
+
* Delete an existing app configuration
|
|
185
|
+
* Delete App Config
|
|
186
|
+
*/
|
|
187
|
+
async apiAdminAppConfigsIdDeleteRaw(requestParameters: ApiAdminAppConfigsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiUserGet200Response>> {
|
|
188
|
+
if (requestParameters['id'] == null) {
|
|
189
|
+
throw new runtime.RequiredError(
|
|
190
|
+
'id',
|
|
191
|
+
'Required parameter "id" was null or undefined when calling apiAdminAppConfigsIdDelete().'
|
|
192
|
+
);
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
const queryParameters: any = {};
|
|
196
|
+
|
|
197
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
198
|
+
|
|
199
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
200
|
+
headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
204
|
+
const token = this.configuration.accessToken;
|
|
205
|
+
const tokenString = await token("BearerAuth", []);
|
|
206
|
+
|
|
207
|
+
if (tokenString) {
|
|
208
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
const response = await this.request({
|
|
212
|
+
path: `/api/admin/app-configs/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
213
|
+
method: 'DELETE',
|
|
214
|
+
headers: headerParameters,
|
|
215
|
+
query: queryParameters,
|
|
216
|
+
}, initOverrides);
|
|
217
|
+
|
|
218
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiUserGet200ResponseFromJSON(jsonValue));
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
/**
|
|
222
|
+
* Delete an existing app configuration
|
|
223
|
+
* Delete App Config
|
|
224
|
+
*/
|
|
225
|
+
async apiAdminAppConfigsIdDelete(requestParameters: ApiAdminAppConfigsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiUserGet200Response> {
|
|
226
|
+
const response = await this.apiAdminAppConfigsIdDeleteRaw(requestParameters, initOverrides);
|
|
227
|
+
return await response.value();
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
/**
|
|
231
|
+
* Retrieve a specific app configuration by its ID
|
|
232
|
+
* Get App Config by ID
|
|
233
|
+
*/
|
|
234
|
+
async apiAdminAppConfigsIdGetRaw(requestParameters: ApiAdminAppConfigsIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiAdminAppConfigsPost200Response>> {
|
|
235
|
+
if (requestParameters['id'] == null) {
|
|
236
|
+
throw new runtime.RequiredError(
|
|
237
|
+
'id',
|
|
238
|
+
'Required parameter "id" was null or undefined when calling apiAdminAppConfigsIdGet().'
|
|
239
|
+
);
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
const queryParameters: any = {};
|
|
243
|
+
|
|
244
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
245
|
+
|
|
246
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
247
|
+
headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
251
|
+
const token = this.configuration.accessToken;
|
|
252
|
+
const tokenString = await token("BearerAuth", []);
|
|
253
|
+
|
|
254
|
+
if (tokenString) {
|
|
255
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
256
|
+
}
|
|
257
|
+
}
|
|
258
|
+
const response = await this.request({
|
|
259
|
+
path: `/api/admin/app-configs/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
260
|
+
method: 'GET',
|
|
261
|
+
headers: headerParameters,
|
|
262
|
+
query: queryParameters,
|
|
263
|
+
}, initOverrides);
|
|
264
|
+
|
|
265
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiAdminAppConfigsPost200ResponseFromJSON(jsonValue));
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
/**
|
|
269
|
+
* Retrieve a specific app configuration by its ID
|
|
270
|
+
* Get App Config by ID
|
|
271
|
+
*/
|
|
272
|
+
async apiAdminAppConfigsIdGet(requestParameters: ApiAdminAppConfigsIdGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiAdminAppConfigsPost200Response> {
|
|
273
|
+
const response = await this.apiAdminAppConfigsIdGetRaw(requestParameters, initOverrides);
|
|
274
|
+
return await response.value();
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
/**
|
|
278
|
+
* Update an existing app configuration
|
|
279
|
+
* Update App Config
|
|
280
|
+
*/
|
|
281
|
+
async apiAdminAppConfigsIdPutRaw(requestParameters: ApiAdminAppConfigsIdPutOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiAdminAppConfigsPost200Response>> {
|
|
282
|
+
if (requestParameters['id'] == null) {
|
|
283
|
+
throw new runtime.RequiredError(
|
|
284
|
+
'id',
|
|
285
|
+
'Required parameter "id" was null or undefined when calling apiAdminAppConfigsIdPut().'
|
|
286
|
+
);
|
|
287
|
+
}
|
|
288
|
+
|
|
82
289
|
const queryParameters: any = {};
|
|
83
290
|
|
|
84
291
|
const headerParameters: runtime.HTTPHeaders = {};
|
|
@@ -98,21 +305,112 @@ export class AppConfigApi extends runtime.BaseAPI {
|
|
|
98
305
|
}
|
|
99
306
|
}
|
|
100
307
|
const response = await this.request({
|
|
101
|
-
path: `/api/
|
|
308
|
+
path: `/api/admin/app-configs/{id}`.replace(`{${"id"}}`, encodeURIComponent(String(requestParameters['id']))),
|
|
102
309
|
method: 'PUT',
|
|
103
310
|
headers: headerParameters,
|
|
104
311
|
query: queryParameters,
|
|
105
|
-
body:
|
|
312
|
+
body: ApiAdminAppConfigsIdPutRequestToJSON(requestParameters['apiAdminAppConfigsIdPutRequest']),
|
|
313
|
+
}, initOverrides);
|
|
314
|
+
|
|
315
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiAdminAppConfigsPost200ResponseFromJSON(jsonValue));
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
/**
|
|
319
|
+
* Update an existing app configuration
|
|
320
|
+
* Update App Config
|
|
321
|
+
*/
|
|
322
|
+
async apiAdminAppConfigsIdPut(requestParameters: ApiAdminAppConfigsIdPutOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiAdminAppConfigsPost200Response> {
|
|
323
|
+
const response = await this.apiAdminAppConfigsIdPutRaw(requestParameters, initOverrides);
|
|
324
|
+
return await response.value();
|
|
325
|
+
}
|
|
326
|
+
|
|
327
|
+
/**
|
|
328
|
+
* Retrieve a specific app configuration by its key
|
|
329
|
+
* Get App Config by Key
|
|
330
|
+
*/
|
|
331
|
+
async apiAdminAppConfigsKeyKeyGetRaw(requestParameters: ApiAdminAppConfigsKeyKeyGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiAdminAppConfigsPost200Response>> {
|
|
332
|
+
if (requestParameters['key'] == null) {
|
|
333
|
+
throw new runtime.RequiredError(
|
|
334
|
+
'key',
|
|
335
|
+
'Required parameter "key" was null or undefined when calling apiAdminAppConfigsKeyKeyGet().'
|
|
336
|
+
);
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
const queryParameters: any = {};
|
|
340
|
+
|
|
341
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
342
|
+
|
|
343
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
344
|
+
headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
348
|
+
const token = this.configuration.accessToken;
|
|
349
|
+
const tokenString = await token("BearerAuth", []);
|
|
350
|
+
|
|
351
|
+
if (tokenString) {
|
|
352
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
353
|
+
}
|
|
354
|
+
}
|
|
355
|
+
const response = await this.request({
|
|
356
|
+
path: `/api/admin/app-configs/key/{key}`.replace(`{${"key"}}`, encodeURIComponent(String(requestParameters['key']))),
|
|
357
|
+
method: 'GET',
|
|
358
|
+
headers: headerParameters,
|
|
359
|
+
query: queryParameters,
|
|
360
|
+
}, initOverrides);
|
|
361
|
+
|
|
362
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiAdminAppConfigsPost200ResponseFromJSON(jsonValue));
|
|
363
|
+
}
|
|
364
|
+
|
|
365
|
+
/**
|
|
366
|
+
* Retrieve a specific app configuration by its key
|
|
367
|
+
* Get App Config by Key
|
|
368
|
+
*/
|
|
369
|
+
async apiAdminAppConfigsKeyKeyGet(requestParameters: ApiAdminAppConfigsKeyKeyGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiAdminAppConfigsPost200Response> {
|
|
370
|
+
const response = await this.apiAdminAppConfigsKeyKeyGetRaw(requestParameters, initOverrides);
|
|
371
|
+
return await response.value();
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/**
|
|
375
|
+
* Create a new app configuration
|
|
376
|
+
* Create App Config
|
|
377
|
+
*/
|
|
378
|
+
async apiAdminAppConfigsPostRaw(requestParameters: ApiAdminAppConfigsPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiAdminAppConfigsPost200Response>> {
|
|
379
|
+
const queryParameters: any = {};
|
|
380
|
+
|
|
381
|
+
const headerParameters: runtime.HTTPHeaders = {};
|
|
382
|
+
|
|
383
|
+
headerParameters['Content-Type'] = 'application/json';
|
|
384
|
+
|
|
385
|
+
if (this.configuration && this.configuration.apiKey) {
|
|
386
|
+
headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
if (this.configuration && this.configuration.accessToken) {
|
|
390
|
+
const token = this.configuration.accessToken;
|
|
391
|
+
const tokenString = await token("BearerAuth", []);
|
|
392
|
+
|
|
393
|
+
if (tokenString) {
|
|
394
|
+
headerParameters["Authorization"] = `Bearer ${tokenString}`;
|
|
395
|
+
}
|
|
396
|
+
}
|
|
397
|
+
const response = await this.request({
|
|
398
|
+
path: `/api/admin/app-configs`,
|
|
399
|
+
method: 'POST',
|
|
400
|
+
headers: headerParameters,
|
|
401
|
+
query: queryParameters,
|
|
402
|
+
body: ApiAdminAppConfigsPostRequestToJSON(requestParameters['apiAdminAppConfigsPostRequest']),
|
|
106
403
|
}, initOverrides);
|
|
107
404
|
|
|
108
|
-
return new runtime.JSONApiResponse(response, (jsonValue) =>
|
|
405
|
+
return new runtime.JSONApiResponse(response, (jsonValue) => ApiAdminAppConfigsPost200ResponseFromJSON(jsonValue));
|
|
109
406
|
}
|
|
110
407
|
|
|
111
408
|
/**
|
|
112
|
-
*
|
|
409
|
+
* Create a new app configuration
|
|
410
|
+
* Create App Config
|
|
113
411
|
*/
|
|
114
|
-
async
|
|
115
|
-
const response = await this.
|
|
412
|
+
async apiAdminAppConfigsPost(requestParameters: ApiAdminAppConfigsPostOperationRequest = {}, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiAdminAppConfigsPost200Response> {
|
|
413
|
+
const response = await this.apiAdminAppConfigsPostRaw(requestParameters, initOverrides);
|
|
116
414
|
return await response.value();
|
|
117
415
|
}
|
|
118
416
|
|
package/deploy.log
CHANGED
|
@@ -112,11 +112,6 @@
|
|
|
112
112
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_apply_affiliate_code_post_200_response_responseObject_referrer. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_apply_affiliate_code_post_200_response_responseObject_referrer=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_apply_affiliate_code_post_200_response_responseObject_referrer=NewModel,ModelA=NewModelA in CLI).
|
|
113
113
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_apply_affiliate_code_post_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_user_apply_affiliate_code_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_apply_affiliate_code_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
114
114
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_apply_affiliate_code_post_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_user_apply_affiliate_code_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_apply_affiliate_code_post_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
115
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_point_rewards_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_user_point_rewards_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_point_rewards_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
116
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_point_rewards_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_user_point_rewards_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_point_rewards_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
117
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_point_rewards_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_user_point_rewards_put_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_point_rewards_put_request=NewModel,ModelA=NewModelA in CLI).
|
|
118
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_point_rewards_put_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_user_point_rewards_put_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_point_rewards_put_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
119
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_point_rewards_put_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_user_point_rewards_put_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_point_rewards_put_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
120
115
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_affiliate_get_200_response_responseObject_statistics. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_affiliate_get_200_response_responseObject_statistics=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_affiliate_get_200_response_responseObject_statistics=NewModel,ModelA=NewModelA in CLI).
|
|
121
116
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_affiliate_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_user_affiliate_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_affiliate_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
122
117
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_affiliate_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_user_affiliate_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_affiliate_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
@@ -221,8 +216,24 @@
|
|
|
221
216
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_leagues_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_esport_leagues_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_leagues_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
222
217
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_leagues_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_esport_leagues_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_leagues_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
223
218
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_leagues__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_esport_leagues__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_leagues__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
219
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_get_filter_parameter. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_admin_app_configs_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
|
|
220
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_get_200_response_responseObject_items_inner_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_admin_app_configs_get_200_response_responseObject_items_inner_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_get_200_response_responseObject_items_inner_inner=NewModel,ModelA=NewModelA in CLI).
|
|
221
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_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_admin_app_configs_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
222
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_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_admin_app_configs_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
223
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_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_admin_app_configs_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_post_request=NewModel,ModelA=NewModelA in CLI).
|
|
224
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_post_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_admin_app_configs_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_post_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
225
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs__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_admin_app_configs__id__put_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs__id__put_request=NewModel,ModelA=NewModelA in CLI).
|
|
226
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_group__group__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_admin_app_configs_group__group__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_group__group__get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
224
227
|
[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/]
|
|
225
228
|
[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/]
|
|
229
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsGet200Response.ts
|
|
230
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsGet200ResponseResponseObject.ts
|
|
231
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsGet200ResponseResponseObjectItemsInnerInner.ts
|
|
232
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsGetFilterParameter.ts
|
|
233
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsGroupGroupGet200Response.ts
|
|
234
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsIdPutRequest.ts
|
|
235
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsPost200Response.ts
|
|
236
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsPostRequest.ts
|
|
226
237
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthChangePasswordPostRequest.ts
|
|
227
238
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthForgotPasswordChangePasswordPost200Response.ts
|
|
228
239
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthForgotPasswordChangePasswordPost200ResponseResponseObject.ts
|
|
@@ -413,11 +424,6 @@
|
|
|
413
424
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserMeGet200Response.ts
|
|
414
425
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserMeGet200ResponseResponseObject.ts
|
|
415
426
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserMeGet200ResponseResponseObjectReferrer.ts
|
|
416
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointRewardsGet200Response.ts
|
|
417
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointRewardsGet200ResponseResponseObject.ts
|
|
418
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointRewardsPut200Response.ts
|
|
419
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointRewardsPut200ResponseResponseObject.ts
|
|
420
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointRewardsPutRequest.ts
|
|
421
427
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointsGet200Response.ts
|
|
422
428
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointsGet200ResponseResponseObject.ts
|
|
423
429
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointsHistoryGet200Response.ts
|
|
@@ -480,8 +486,6 @@
|
|
|
480
486
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/points. Renamed to auto-generated operationId: apiUserPointsGet
|
|
481
487
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/points/history. Renamed to auto-generated operationId: apiUserPointsHistoryGet
|
|
482
488
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/user/apply-affiliate-code. Renamed to auto-generated operationId: apiUserApplyAffiliateCodePost
|
|
483
|
-
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/point-rewards. Renamed to auto-generated operationId: apiUserPointRewardsGet
|
|
484
|
-
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/user/point-rewards. Renamed to auto-generated operationId: apiUserPointRewardsPut
|
|
485
489
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/affiliate. Renamed to auto-generated operationId: apiUserAffiliateGet
|
|
486
490
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/recent-referrals. Renamed to auto-generated operationId: apiUserRecentReferralsGet
|
|
487
491
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/user/reward-points. Renamed to auto-generated operationId: apiUserRewardPointsPost
|
|
@@ -519,6 +523,13 @@
|
|
|
519
523
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/series/{id}. Renamed to auto-generated operationId: apiEsportSeriesIdGet
|
|
520
524
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/leagues. Renamed to auto-generated operationId: apiEsportLeaguesGet
|
|
521
525
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/leagues/{id}. Renamed to auto-generated operationId: apiEsportLeaguesIdGet
|
|
526
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/admin/app-configs. Renamed to auto-generated operationId: apiAdminAppConfigsGet
|
|
527
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/admin/app-configs. Renamed to auto-generated operationId: apiAdminAppConfigsPost
|
|
528
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/admin/app-configs/{id}. Renamed to auto-generated operationId: apiAdminAppConfigsIdGet
|
|
529
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/admin/app-configs/{id}. Renamed to auto-generated operationId: apiAdminAppConfigsIdPut
|
|
530
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/admin/app-configs/{id}. Renamed to auto-generated operationId: apiAdminAppConfigsIdDelete
|
|
531
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/admin/app-configs/key/{key}. Renamed to auto-generated operationId: apiAdminAppConfigsKeyKeyGet
|
|
532
|
+
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/admin/app-configs/group/{group}. Renamed to auto-generated operationId: apiAdminAppConfigsGroupGroupGet
|
|
522
533
|
[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/]
|
|
523
534
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/AppConfigApi.ts
|
|
524
535
|
[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/]
|
|
@@ -559,20 +570,33 @@
|
|
|
559
570
|
# https://opencollective.com/openapi_generator/donate #
|
|
560
571
|
################################################################################
|
|
561
572
|
✅ SDK generated
|
|
562
|
-
[master
|
|
563
|
-
|
|
573
|
+
[master 4bf79d0] VPS: Generated API SDK
|
|
574
|
+
16 files changed, 1179 insertions(+), 540 deletions(-)
|
|
575
|
+
create mode 100644 models/ApiAdminAppConfigsGet200Response.ts
|
|
576
|
+
create mode 100644 models/ApiAdminAppConfigsGet200ResponseResponseObject.ts
|
|
577
|
+
create mode 100644 models/ApiAdminAppConfigsGet200ResponseResponseObjectItemsInnerInner.ts
|
|
578
|
+
create mode 100644 models/ApiAdminAppConfigsGetFilterParameter.ts
|
|
579
|
+
create mode 100644 models/ApiAdminAppConfigsGroupGroupGet200Response.ts
|
|
580
|
+
create mode 100644 models/ApiAdminAppConfigsIdPutRequest.ts
|
|
581
|
+
create mode 100644 models/ApiAdminAppConfigsPost200Response.ts
|
|
582
|
+
create mode 100644 models/ApiAdminAppConfigsPostRequest.ts
|
|
583
|
+
delete mode 100644 models/ApiUserPointRewardsGet200Response.ts
|
|
584
|
+
delete mode 100644 models/ApiUserPointRewardsGet200ResponseResponseObject.ts
|
|
585
|
+
delete mode 100644 models/ApiUserPointRewardsPut200Response.ts
|
|
586
|
+
delete mode 100644 models/ApiUserPointRewardsPut200ResponseResponseObject.ts
|
|
587
|
+
delete mode 100644 models/ApiUserPointRewardsPutRequest.ts
|
|
564
588
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
565
|
-
|
|
589
|
+
bbef1d8..4bf79d0 master -> master
|
|
566
590
|
✅ Changes committed and pushed
|
|
567
|
-
v1.1.
|
|
591
|
+
v1.1.285
|
|
568
592
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
569
|
-
|
|
593
|
+
4bf79d0..15cea88 master -> master
|
|
570
594
|
✅ Version bumped
|
|
571
595
|
|
|
572
|
-
> @drxsuperapp/sdk@1.1.
|
|
596
|
+
> @drxsuperapp/sdk@1.1.285 prepublishOnly
|
|
573
597
|
> npm run build
|
|
574
598
|
|
|
575
599
|
|
|
576
|
-
> @drxsuperapp/sdk@1.1.
|
|
600
|
+
> @drxsuperapp/sdk@1.1.285 build
|
|
577
601
|
> tsc
|
|
578
602
|
|