@drxsuperapp/sdk 1.1.251 → 1.1.253
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 +5 -14
- package/apis/GarudakuApi.ts +53 -190
- package/deploy.log +19 -55
- package/dist/apis/GarudakuApi.d.ts +33 -69
- package/dist/apis/GarudakuApi.js +20 -117
- package/dist/models/ApiGarudakuGameTopupsIdDelete200Response.d.ts +0 -12
- package/dist/models/ApiGarudakuGameTopupsIdDelete200Response.js +0 -4
- package/dist/models/ApiGarudakuGameTopupsIdPutRequest.d.ts +56 -0
- package/dist/models/{UpdateGameTopupRequest.js → ApiGarudakuGameTopupsIdPutRequest.js} +8 -8
- package/dist/models/ApiGarudakuGameTopupsPostRequest.d.ts +56 -0
- package/dist/models/{CreateGameTopupRequest.js → ApiGarudakuGameTopupsPostRequest.js} +8 -8
- package/dist/models/ApiGarudakuPrivateStreamPostRequest.d.ts +50 -0
- package/dist/models/ApiGarudakuPrivateStreamPostRequest.js +51 -0
- package/dist/models/ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner.d.ts +8 -2
- package/dist/models/ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner.js +4 -0
- package/dist/models/ApiGarudakuTournamentsGetFilterParameter.d.ts +2 -3
- package/dist/models/ApiGarudakuTournamentsGetFilterParameter.js +2 -3
- package/dist/models/ApiGarudakuTournamentsIdPutRequest.d.ts +64 -0
- package/dist/models/{UpdateTournamentRequest.js → ApiGarudakuTournamentsIdPutRequest.js} +11 -9
- package/dist/models/ApiGarudakuTournamentsPostRequest.d.ts +64 -0
- package/dist/models/{CreateTournamentRequest.js → ApiGarudakuTournamentsPostRequest.js} +13 -9
- package/dist/models/index.d.ts +5 -14
- package/dist/models/index.js +5 -14
- package/models/ApiGarudakuGameTopupsIdDelete200Response.ts +0 -16
- package/models/{UpdateGameTopupRequest.ts → ApiGarudakuGameTopupsIdPutRequest.ts} +15 -15
- package/models/{CreateGameTopupRequest.ts → ApiGarudakuGameTopupsPostRequest.ts} +15 -15
- package/models/ApiGarudakuPrivateStreamPostRequest.ts +91 -0
- package/models/ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner.ts +11 -2
- package/models/ApiGarudakuTournamentsGetFilterParameter.ts +4 -11
- package/models/ApiGarudakuTournamentsIdPutRequest.ts +108 -0
- package/models/ApiGarudakuTournamentsPostRequest.ts +113 -0
- package/models/index.ts +5 -14
- package/package.json +1 -1
- package/dist/models/ApiGarudakuTournamentsIdDelete200Response.d.ts +0 -44
- package/dist/models/ApiGarudakuTournamentsIdDelete200Response.js +0 -45
- package/dist/models/ApiGarudakuTournamentsRefreshCachePost200Response.d.ts +0 -38
- package/dist/models/ApiGarudakuTournamentsRefreshCachePost200Response.js +0 -43
- package/dist/models/CreateGameTopupRequest.d.ts +0 -56
- package/dist/models/CreateTournamentRequest.d.ts +0 -58
- package/dist/models/GameTopup.d.ts +0 -74
- package/dist/models/GameTopup.js +0 -67
- package/dist/models/GameTopupList.d.ts +0 -57
- package/dist/models/GameTopupList.js +0 -60
- package/dist/models/QueryGameTopupList.d.ts +0 -33
- package/dist/models/QueryGameTopupList.js +0 -44
- package/dist/models/QueryGameTopupListQuery.d.ts +0 -52
- package/dist/models/QueryGameTopupListQuery.js +0 -48
- package/dist/models/QueryTournamentList.d.ts +0 -33
- package/dist/models/QueryTournamentList.js +0 -44
- package/dist/models/QueryTournamentListQuery.d.ts +0 -52
- package/dist/models/QueryTournamentListQuery.js +0 -48
- package/dist/models/Tournament.d.ts +0 -76
- package/dist/models/Tournament.js +0 -74
- package/dist/models/TournamentList.d.ts +0 -57
- package/dist/models/TournamentList.js +0 -60
- package/dist/models/UpdateGameTopupRequest.d.ts +0 -56
- package/dist/models/UpdateTournamentRequest.d.ts +0 -58
- package/models/ApiGarudakuTournamentsIdDelete200Response.ts +0 -81
- package/models/ApiGarudakuTournamentsRefreshCachePost200Response.ts +0 -73
- package/models/CreateTournamentRequest.ts +0 -104
- package/models/GameTopup.ts +0 -127
- package/models/GameTopupList.ts +0 -110
- package/models/QueryGameTopupList.ts +0 -74
- package/models/QueryGameTopupListQuery.ts +0 -98
- package/models/QueryTournamentList.ts +0 -74
- package/models/QueryTournamentListQuery.ts +0 -98
- package/models/Tournament.ts +0 -131
- package/models/TournamentList.ts +0 -110
- package/models/UpdateTournamentRequest.ts +0 -100
package/deploy.log
CHANGED
|
@@ -41,20 +41,23 @@
|
|
|
41
41
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_private_stream_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_youtube_private_stream_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_private_stream_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
42
42
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_private_stream_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_youtube_private_stream_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_private_stream_post_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
43
43
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_private_stream_delete_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_youtube_private_stream_delete_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_private_stream_delete_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
44
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_private_stream_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_garudaku_private_stream_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_private_stream_post_request=NewModel,ModelA=NewModelA in CLI).
|
|
44
45
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_game_topups_get_filter_parameter_isPopular. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_garudaku_game_topups_get_filter_parameter_isPopular=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_game_topups_get_filter_parameter_isPopular=NewModel,ModelA=NewModelA in CLI).
|
|
45
46
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_game_topups_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_garudaku_game_topups_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_game_topups_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
|
|
46
47
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_game_topups_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_garudaku_game_topups_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_game_topups_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
|
|
47
48
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_game_topups_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_garudaku_game_topups_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_game_topups_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
48
49
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_game_topups_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_garudaku_game_topups_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_game_topups_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
50
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_game_topups_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_garudaku_game_topups_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_game_topups_post_request=NewModel,ModelA=NewModelA in CLI).
|
|
49
51
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_game_topups_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_garudaku_game_topups_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_game_topups_post_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
52
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_game_topups__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_garudaku_game_topups__id__put_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_game_topups__id__put_request=NewModel,ModelA=NewModelA in CLI).
|
|
50
53
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_game_topups__id__delete_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_garudaku_game_topups__id__delete_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_game_topups__id__delete_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
51
54
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_tournaments_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_garudaku_tournaments_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_tournaments_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
|
|
52
55
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_tournaments_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_garudaku_tournaments_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_tournaments_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
|
|
53
56
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_tournaments_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_garudaku_tournaments_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_tournaments_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
|
|
54
57
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_tournaments_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_garudaku_tournaments_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_tournaments_get_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
58
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_tournaments_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_garudaku_tournaments_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_tournaments_post_request=NewModel,ModelA=NewModelA in CLI).
|
|
55
59
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_tournaments_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_garudaku_tournaments_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_tournaments_post_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
56
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as
|
|
57
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_tournaments_refresh_cache_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_garudaku_tournaments_refresh_cache_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_tournaments_refresh_cache_post_200_response=NewModel,ModelA=NewModelA in CLI).
|
|
60
|
+
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_garudaku_tournaments__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_garudaku_tournaments__id__put_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_garudaku_tournaments__id__put_request=NewModel,ModelA=NewModelA in CLI).
|
|
58
61
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_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_tournament_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
|
|
59
62
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_get_200_response_responseObject_items_inner_game_type. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_get_200_response_responseObject_items_inner_game_type=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_get_200_response_responseObject_items_inner_game_type=NewModel,ModelA=NewModelA in CLI).
|
|
60
63
|
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_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_tournament_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
|
|
@@ -217,8 +220,6 @@
|
|
|
217
220
|
[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).
|
|
218
221
|
[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).
|
|
219
222
|
[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).
|
|
220
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as QueryGameTopupList_query. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings QueryGameTopupList_query=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings QueryGameTopupList_query=NewModel,ModelA=NewModelA in CLI).
|
|
221
|
-
[main] INFO o.o.codegen.InlineModelResolver - Inline schema created as QueryTournamentList_query. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings QueryTournamentList_query=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings QueryTournamentList_query=NewModel,ModelA=NewModelA in CLI).
|
|
222
223
|
[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/]
|
|
223
224
|
[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/]
|
|
224
225
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthForgotPasswordChangePasswordPost200Response.ts
|
|
@@ -294,14 +295,17 @@
|
|
|
294
295
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsGetFilterParameter.ts
|
|
295
296
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsGetFilterParameterIsPopular.ts
|
|
296
297
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsIdDelete200Response.ts
|
|
298
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsIdPutRequest.ts
|
|
297
299
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsPost200Response.ts
|
|
300
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsPostRequest.ts
|
|
301
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuPrivateStreamPostRequest.ts
|
|
298
302
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsGet200Response.ts
|
|
299
303
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsGet200ResponseResponseObject.ts
|
|
300
304
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner.ts
|
|
301
305
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsGetFilterParameter.ts
|
|
302
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/
|
|
306
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsIdPutRequest.ts
|
|
303
307
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsPost200Response.ts
|
|
304
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/
|
|
308
|
+
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsPostRequest.ts
|
|
305
309
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiHealthCheckGet200Response.ts
|
|
306
310
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200Response.ts
|
|
307
311
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200ResponseResponseObject.ts
|
|
@@ -434,20 +438,8 @@
|
|
|
434
438
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubePrivateStreamPost200Response.ts
|
|
435
439
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubePrivateStreamPost200ResponseResponseObject.ts
|
|
436
440
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubePrivateStreamPost200ResponseResponseObjectPrivateStream.ts
|
|
437
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/CreateGameTopupRequest.ts
|
|
438
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/CreateTournamentRequest.ts
|
|
439
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/GameTopup.ts
|
|
440
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/GameTopupList.ts
|
|
441
441
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/PrivateStreamRequest.ts
|
|
442
442
|
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/PrivateStreamResponse.ts
|
|
443
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/QueryGameTopupList.ts
|
|
444
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/QueryGameTopupListQuery.ts
|
|
445
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/QueryTournamentList.ts
|
|
446
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/QueryTournamentListQuery.ts
|
|
447
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/Tournament.ts
|
|
448
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/TournamentList.ts
|
|
449
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/UpdateGameTopupRequest.ts
|
|
450
|
-
[main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/UpdateTournamentRequest.ts
|
|
451
443
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/healthCheck. Renamed to auto-generated operationId: apiHealthCheckGet
|
|
452
444
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news. Renamed to auto-generated operationId: apiNewsGet
|
|
453
445
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news/{id}. Renamed to auto-generated operationId: apiNewsIdGet
|
|
@@ -468,12 +460,10 @@
|
|
|
468
460
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/garudaku/game-topups. Renamed to auto-generated operationId: apiGarudakuGameTopupsPost
|
|
469
461
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/garudaku/game-topups/{id}. Renamed to auto-generated operationId: apiGarudakuGameTopupsIdPut
|
|
470
462
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/garudaku/game-topups/{id}. Renamed to auto-generated operationId: apiGarudakuGameTopupsIdDelete
|
|
471
|
-
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/garudaku/game-topups/refresh. Renamed to auto-generated operationId: apiGarudakuGameTopupsRefreshPost
|
|
472
463
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/garudaku/tournaments. Renamed to auto-generated operationId: apiGarudakuTournamentsGet
|
|
473
464
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/garudaku/tournaments. Renamed to auto-generated operationId: apiGarudakuTournamentsPost
|
|
474
465
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/garudaku/tournaments/{id}. Renamed to auto-generated operationId: apiGarudakuTournamentsIdPut
|
|
475
466
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/garudaku/tournaments/{id}. Renamed to auto-generated operationId: apiGarudakuTournamentsIdDelete
|
|
476
|
-
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/garudaku/tournaments/refresh-cache. Renamed to auto-generated operationId: apiGarudakuTournamentsRefreshCachePost
|
|
477
467
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament. Renamed to auto-generated operationId: apiTournamentGet
|
|
478
468
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/tournament/padel. Renamed to auto-generated operationId: apiTournamentPadelPost
|
|
479
469
|
[main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/padel/{id}. Renamed to auto-generated operationId: apiTournamentPadelIdGet
|
|
@@ -566,47 +556,21 @@
|
|
|
566
556
|
# https://opencollective.com/openapi_generator/donate #
|
|
567
557
|
################################################################################
|
|
568
558
|
✅ SDK generated
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
create mode 100644 models/ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner.ts
|
|
575
|
-
create mode 100644 models/ApiGarudakuGameTopupsGetFilterParameter.ts
|
|
576
|
-
create mode 100644 models/ApiGarudakuGameTopupsGetFilterParameterIsPopular.ts
|
|
577
|
-
create mode 100644 models/ApiGarudakuGameTopupsIdDelete200Response.ts
|
|
578
|
-
create mode 100644 models/ApiGarudakuGameTopupsPost200Response.ts
|
|
579
|
-
create mode 100644 models/ApiGarudakuTournamentsGet200Response.ts
|
|
580
|
-
create mode 100644 models/ApiGarudakuTournamentsGet200ResponseResponseObject.ts
|
|
581
|
-
create mode 100644 models/ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner.ts
|
|
582
|
-
create mode 100644 models/ApiGarudakuTournamentsGetFilterParameter.ts
|
|
583
|
-
create mode 100644 models/ApiGarudakuTournamentsIdDelete200Response.ts
|
|
584
|
-
create mode 100644 models/ApiGarudakuTournamentsPost200Response.ts
|
|
585
|
-
create mode 100644 models/ApiGarudakuTournamentsRefreshCachePost200Response.ts
|
|
586
|
-
create mode 100644 models/CreateGameTopupRequest.ts
|
|
587
|
-
create mode 100644 models/CreateTournamentRequest.ts
|
|
588
|
-
create mode 100644 models/GameTopup.ts
|
|
589
|
-
create mode 100644 models/GameTopupList.ts
|
|
590
|
-
create mode 100644 models/QueryGameTopupList.ts
|
|
591
|
-
create mode 100644 models/QueryGameTopupListQuery.ts
|
|
592
|
-
create mode 100644 models/QueryTournamentList.ts
|
|
593
|
-
create mode 100644 models/QueryTournamentListQuery.ts
|
|
594
|
-
create mode 100644 models/Tournament.ts
|
|
595
|
-
create mode 100644 models/TournamentList.ts
|
|
596
|
-
create mode 100644 models/UpdateGameTopupRequest.ts
|
|
597
|
-
create mode 100644 models/UpdateTournamentRequest.ts
|
|
598
|
-
To https://gitlab.com/drx-super/drx-sdk.git
|
|
599
|
-
4c21756..0e424c2 master -> master
|
|
559
|
+
On branch master
|
|
560
|
+
Your branch is up to date with 'origin/master'.
|
|
561
|
+
|
|
562
|
+
nothing to commit, working tree clean
|
|
563
|
+
Everything up-to-date
|
|
600
564
|
✅ Changes committed and pushed
|
|
601
|
-
v1.1.
|
|
565
|
+
v1.1.253
|
|
602
566
|
To https://gitlab.com/drx-super/drx-sdk.git
|
|
603
|
-
|
|
567
|
+
b338bdb..702654e master -> master
|
|
604
568
|
✅ Version bumped
|
|
605
569
|
|
|
606
|
-
> @drxsuperapp/sdk@1.1.
|
|
570
|
+
> @drxsuperapp/sdk@1.1.253 prepublishOnly
|
|
607
571
|
> npm run build
|
|
608
572
|
|
|
609
573
|
|
|
610
|
-
> @drxsuperapp/sdk@1.1.
|
|
574
|
+
> @drxsuperapp/sdk@1.1.253 build
|
|
611
575
|
> tsc
|
|
612
576
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
* Do not edit the class manually.
|
|
11
11
|
*/
|
|
12
12
|
import * as runtime from '../runtime';
|
|
13
|
-
import type { ApiGarudakuGameTopupsGet200Response, ApiGarudakuGameTopupsGetFilterParameter, ApiGarudakuGameTopupsIdDelete200Response, ApiGarudakuGameTopupsPost200Response, ApiGarudakuTournamentsGet200Response, ApiGarudakuTournamentsGetFilterParameter,
|
|
13
|
+
import type { ApiGarudakuGameTopupsGet200Response, ApiGarudakuGameTopupsGetFilterParameter, ApiGarudakuGameTopupsIdDelete200Response, ApiGarudakuGameTopupsIdPutRequest, ApiGarudakuGameTopupsPost200Response, ApiGarudakuGameTopupsPostRequest, ApiGarudakuPrivateStreamPostRequest, ApiGarudakuTournamentsGet200Response, ApiGarudakuTournamentsGetFilterParameter, ApiGarudakuTournamentsIdPutRequest, ApiGarudakuTournamentsPost200Response, ApiGarudakuTournamentsPostRequest, ApiYoutubeDrxContentGet200Response, ApiYoutubePrivateStreamDelete200Response, ApiYoutubePrivateStreamPost200Response } from '../models/index';
|
|
14
14
|
export interface ApiGarudakuGameTopupsGetRequest {
|
|
15
15
|
page?: number;
|
|
16
16
|
pageSize?: number;
|
|
@@ -20,15 +20,15 @@ export interface ApiGarudakuGameTopupsGetRequest {
|
|
|
20
20
|
export interface ApiGarudakuGameTopupsIdDeleteRequest {
|
|
21
21
|
id: string;
|
|
22
22
|
}
|
|
23
|
-
export interface
|
|
23
|
+
export interface ApiGarudakuGameTopupsIdPutOperationRequest {
|
|
24
24
|
id: string;
|
|
25
|
-
|
|
25
|
+
apiGarudakuGameTopupsIdPutRequest?: ApiGarudakuGameTopupsIdPutRequest;
|
|
26
26
|
}
|
|
27
|
-
export interface
|
|
28
|
-
|
|
27
|
+
export interface ApiGarudakuGameTopupsPostOperationRequest {
|
|
28
|
+
apiGarudakuGameTopupsPostRequest?: ApiGarudakuGameTopupsPostRequest;
|
|
29
29
|
}
|
|
30
|
-
export interface
|
|
31
|
-
|
|
30
|
+
export interface ApiGarudakuPrivateStreamPostOperationRequest {
|
|
31
|
+
apiGarudakuPrivateStreamPostRequest?: ApiGarudakuPrivateStreamPostRequest;
|
|
32
32
|
}
|
|
33
33
|
export interface ApiGarudakuTournamentsGetRequest {
|
|
34
34
|
page?: number;
|
|
@@ -39,12 +39,12 @@ export interface ApiGarudakuTournamentsGetRequest {
|
|
|
39
39
|
export interface ApiGarudakuTournamentsIdDeleteRequest {
|
|
40
40
|
id: string;
|
|
41
41
|
}
|
|
42
|
-
export interface
|
|
42
|
+
export interface ApiGarudakuTournamentsIdPutOperationRequest {
|
|
43
43
|
id: string;
|
|
44
|
-
|
|
44
|
+
apiGarudakuTournamentsIdPutRequest?: ApiGarudakuTournamentsIdPutRequest;
|
|
45
45
|
}
|
|
46
|
-
export interface
|
|
47
|
-
|
|
46
|
+
export interface ApiGarudakuTournamentsPostOperationRequest {
|
|
47
|
+
apiGarudakuTournamentsPostRequest?: ApiGarudakuTournamentsPostRequest;
|
|
48
48
|
}
|
|
49
49
|
/**
|
|
50
50
|
*
|
|
@@ -61,55 +61,37 @@ export declare class GarudakuApi extends runtime.BaseAPI {
|
|
|
61
61
|
*/
|
|
62
62
|
apiGarudakuContentGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiYoutubeDrxContentGet200Response>;
|
|
63
63
|
/**
|
|
64
|
-
* Get
|
|
65
|
-
* Get All Game Top-ups
|
|
64
|
+
* Get Game Topups
|
|
66
65
|
*/
|
|
67
66
|
apiGarudakuGameTopupsGetRaw(requestParameters: ApiGarudakuGameTopupsGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiGarudakuGameTopupsGet200Response>>;
|
|
68
67
|
/**
|
|
69
|
-
* Get
|
|
70
|
-
* Get All Game Top-ups
|
|
68
|
+
* Get Game Topups
|
|
71
69
|
*/
|
|
72
70
|
apiGarudakuGameTopupsGet(requestParameters?: ApiGarudakuGameTopupsGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiGarudakuGameTopupsGet200Response>;
|
|
73
71
|
/**
|
|
74
|
-
* Delete
|
|
75
|
-
* Delete Game Top-up
|
|
72
|
+
* Delete Game Topup
|
|
76
73
|
*/
|
|
77
74
|
apiGarudakuGameTopupsIdDeleteRaw(requestParameters: ApiGarudakuGameTopupsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiGarudakuGameTopupsIdDelete200Response>>;
|
|
78
75
|
/**
|
|
79
|
-
* Delete
|
|
80
|
-
* Delete Game Top-up
|
|
76
|
+
* Delete Game Topup
|
|
81
77
|
*/
|
|
82
78
|
apiGarudakuGameTopupsIdDelete(requestParameters: ApiGarudakuGameTopupsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiGarudakuGameTopupsIdDelete200Response>;
|
|
83
79
|
/**
|
|
84
|
-
* Update
|
|
85
|
-
* Update Game Top-up
|
|
80
|
+
* Update Game Topup
|
|
86
81
|
*/
|
|
87
|
-
apiGarudakuGameTopupsIdPutRaw(requestParameters:
|
|
82
|
+
apiGarudakuGameTopupsIdPutRaw(requestParameters: ApiGarudakuGameTopupsIdPutOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiGarudakuGameTopupsPost200Response>>;
|
|
88
83
|
/**
|
|
89
|
-
* Update
|
|
90
|
-
* Update Game Top-up
|
|
84
|
+
* Update Game Topup
|
|
91
85
|
*/
|
|
92
|
-
apiGarudakuGameTopupsIdPut(requestParameters:
|
|
86
|
+
apiGarudakuGameTopupsIdPut(requestParameters: ApiGarudakuGameTopupsIdPutOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiGarudakuGameTopupsPost200Response>;
|
|
93
87
|
/**
|
|
94
|
-
* Create
|
|
95
|
-
* Create Game Top-up
|
|
88
|
+
* Create Game Topup
|
|
96
89
|
*/
|
|
97
|
-
apiGarudakuGameTopupsPostRaw(requestParameters:
|
|
90
|
+
apiGarudakuGameTopupsPostRaw(requestParameters: ApiGarudakuGameTopupsPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiGarudakuGameTopupsPost200Response>>;
|
|
98
91
|
/**
|
|
99
|
-
* Create
|
|
100
|
-
* Create Game Top-up
|
|
92
|
+
* Create Game Topup
|
|
101
93
|
*/
|
|
102
|
-
apiGarudakuGameTopupsPost(requestParameters
|
|
103
|
-
/**
|
|
104
|
-
* Manually refresh the game top-up cache
|
|
105
|
-
* Refresh Game Top-up Cache
|
|
106
|
-
*/
|
|
107
|
-
apiGarudakuGameTopupsRefreshPostRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiGarudakuGameTopupsIdDelete200Response>>;
|
|
108
|
-
/**
|
|
109
|
-
* Manually refresh the game top-up cache
|
|
110
|
-
* Refresh Game Top-up Cache
|
|
111
|
-
*/
|
|
112
|
-
apiGarudakuGameTopupsRefreshPost(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiGarudakuGameTopupsIdDelete200Response>;
|
|
94
|
+
apiGarudakuGameTopupsPost(requestParameters?: ApiGarudakuGameTopupsPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiGarudakuGameTopupsPost200Response>;
|
|
113
95
|
/**
|
|
114
96
|
* Remove the private stream and resume automatic live stream detection
|
|
115
97
|
* Remove Private Stream
|
|
@@ -124,12 +106,12 @@ export declare class GarudakuApi extends runtime.BaseAPI {
|
|
|
124
106
|
* Set a private (unlisted) stream that will override the automatic live stream detection
|
|
125
107
|
* Set Private Stream
|
|
126
108
|
*/
|
|
127
|
-
apiGarudakuPrivateStreamPostRaw(requestParameters:
|
|
109
|
+
apiGarudakuPrivateStreamPostRaw(requestParameters: ApiGarudakuPrivateStreamPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiYoutubePrivateStreamPost200Response>>;
|
|
128
110
|
/**
|
|
129
111
|
* Set a private (unlisted) stream that will override the automatic live stream detection
|
|
130
112
|
* Set Private Stream
|
|
131
113
|
*/
|
|
132
|
-
apiGarudakuPrivateStreamPost(requestParameters
|
|
114
|
+
apiGarudakuPrivateStreamPost(requestParameters?: ApiGarudakuPrivateStreamPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiYoutubePrivateStreamPost200Response>;
|
|
133
115
|
/**
|
|
134
116
|
* Manually trigger fetch and store of live stream and previous videos from Garudaku YouTube channel
|
|
135
117
|
* Refresh Garudaku Content
|
|
@@ -141,53 +123,35 @@ export declare class GarudakuApi extends runtime.BaseAPI {
|
|
|
141
123
|
*/
|
|
142
124
|
apiGarudakuRefreshPost(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiYoutubePrivateStreamDelete200Response>;
|
|
143
125
|
/**
|
|
144
|
-
* Get
|
|
145
|
-
* Get All Tournaments
|
|
126
|
+
* Get Tournaments
|
|
146
127
|
*/
|
|
147
128
|
apiGarudakuTournamentsGetRaw(requestParameters: ApiGarudakuTournamentsGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiGarudakuTournamentsGet200Response>>;
|
|
148
129
|
/**
|
|
149
|
-
* Get
|
|
150
|
-
* Get All Tournaments
|
|
130
|
+
* Get Tournaments
|
|
151
131
|
*/
|
|
152
132
|
apiGarudakuTournamentsGet(requestParameters?: ApiGarudakuTournamentsGetRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiGarudakuTournamentsGet200Response>;
|
|
153
133
|
/**
|
|
154
|
-
* Delete a tournament by its ID
|
|
155
134
|
* Delete Tournament
|
|
156
135
|
*/
|
|
157
|
-
apiGarudakuTournamentsIdDeleteRaw(requestParameters: ApiGarudakuTournamentsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<
|
|
136
|
+
apiGarudakuTournamentsIdDeleteRaw(requestParameters: ApiGarudakuTournamentsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiGarudakuGameTopupsIdDelete200Response>>;
|
|
158
137
|
/**
|
|
159
|
-
* Delete a tournament by its ID
|
|
160
138
|
* Delete Tournament
|
|
161
139
|
*/
|
|
162
|
-
apiGarudakuTournamentsIdDelete(requestParameters: ApiGarudakuTournamentsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<
|
|
140
|
+
apiGarudakuTournamentsIdDelete(requestParameters: ApiGarudakuTournamentsIdDeleteRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiGarudakuGameTopupsIdDelete200Response>;
|
|
163
141
|
/**
|
|
164
|
-
* Update an existing tournament
|
|
165
142
|
* Update Tournament
|
|
166
143
|
*/
|
|
167
|
-
apiGarudakuTournamentsIdPutRaw(requestParameters:
|
|
144
|
+
apiGarudakuTournamentsIdPutRaw(requestParameters: ApiGarudakuTournamentsIdPutOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiGarudakuTournamentsPost200Response>>;
|
|
168
145
|
/**
|
|
169
|
-
* Update an existing tournament
|
|
170
146
|
* Update Tournament
|
|
171
147
|
*/
|
|
172
|
-
apiGarudakuTournamentsIdPut(requestParameters:
|
|
148
|
+
apiGarudakuTournamentsIdPut(requestParameters: ApiGarudakuTournamentsIdPutOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiGarudakuTournamentsPost200Response>;
|
|
173
149
|
/**
|
|
174
|
-
* Create a new tournament entry
|
|
175
150
|
* Create Tournament
|
|
176
151
|
*/
|
|
177
|
-
apiGarudakuTournamentsPostRaw(requestParameters:
|
|
152
|
+
apiGarudakuTournamentsPostRaw(requestParameters: ApiGarudakuTournamentsPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiGarudakuTournamentsPost200Response>>;
|
|
178
153
|
/**
|
|
179
|
-
* Create a new tournament entry
|
|
180
154
|
* Create Tournament
|
|
181
155
|
*/
|
|
182
|
-
apiGarudakuTournamentsPost(requestParameters
|
|
183
|
-
/**
|
|
184
|
-
* Manually refresh tournament cache
|
|
185
|
-
* Refresh Tournament Cache
|
|
186
|
-
*/
|
|
187
|
-
apiGarudakuTournamentsRefreshCachePostRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiGarudakuTournamentsRefreshCachePost200Response>>;
|
|
188
|
-
/**
|
|
189
|
-
* Manually refresh tournament cache
|
|
190
|
-
* Refresh Tournament Cache
|
|
191
|
-
*/
|
|
192
|
-
apiGarudakuTournamentsRefreshCachePost(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiGarudakuTournamentsRefreshCachePost200Response>;
|
|
156
|
+
apiGarudakuTournamentsPost(requestParameters?: ApiGarudakuTournamentsPostOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiGarudakuTournamentsPost200Response>;
|
|
193
157
|
}
|