@drxsuperapp/sdk 1.1.163 → 1.1.168

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.
Files changed (120) hide show
  1. package/.openapi-generator/FILES +32 -0
  2. package/apis/AppConfigApi.ts +119 -0
  3. package/apis/AuthenticationApi.ts +166 -0
  4. package/apis/PadelApi.ts +0 -5
  5. package/apis/TennisApi.ts +0 -15
  6. package/apis/TournamentApi.ts +0 -5
  7. package/apis/UserAffiliateApi.ts +186 -0
  8. package/apis/UserApi.ts +0 -46
  9. package/apis/UserPointsApi.ts +176 -0
  10. package/apis/index.ts +4 -0
  11. package/deploy.log +20 -273
  12. package/dist/apis/AppConfigApi.d.ts +37 -0
  13. package/dist/apis/AppConfigApi.js +84 -0
  14. package/dist/apis/AuthenticationApi.d.ts +51 -0
  15. package/dist/apis/AuthenticationApi.js +121 -0
  16. package/dist/apis/PadelApi.d.ts +0 -1
  17. package/dist/apis/PadelApi.js +0 -3
  18. package/dist/apis/TennisApi.d.ts +0 -3
  19. package/dist/apis/TennisApi.js +0 -9
  20. package/dist/apis/TournamentApi.d.ts +0 -1
  21. package/dist/apis/TournamentApi.js +0 -3
  22. package/dist/apis/UserAffiliateApi.d.ts +51 -0
  23. package/dist/apis/UserAffiliateApi.js +127 -0
  24. package/dist/apis/UserApi.d.ts +1 -10
  25. package/dist/apis/UserApi.js +1 -35
  26. package/dist/apis/UserPointsApi.d.ts +48 -0
  27. package/dist/apis/UserPointsApi.js +125 -0
  28. package/dist/apis/index.d.ts +4 -0
  29. package/dist/apis/index.js +4 -0
  30. package/dist/models/ApiAuthLoginPost200Response.d.ts +51 -0
  31. package/dist/models/ApiAuthLoginPost200Response.js +54 -0
  32. package/dist/models/ApiAuthRefreshPost200Response.d.ts +51 -0
  33. package/dist/models/ApiAuthRefreshPost200Response.js +54 -0
  34. package/dist/models/ApiTournamentGetFilterParameter.d.ts +0 -6
  35. package/dist/models/ApiTournamentGetFilterParameter.js +0 -2
  36. package/dist/models/ApiUserAffiliateGet200Response.d.ts +51 -0
  37. package/dist/models/ApiUserAffiliateGet200Response.js +54 -0
  38. package/dist/models/ApiUserAffiliateGet200ResponseResponseObject.d.ts +63 -0
  39. package/dist/models/ApiUserAffiliateGet200ResponseResponseObject.js +64 -0
  40. package/dist/models/ApiUserAffiliateGet200ResponseResponseObjectStatistics.d.ts +50 -0
  41. package/dist/models/ApiUserAffiliateGet200ResponseResponseObjectStatistics.js +55 -0
  42. package/dist/models/ApiUserApplyAffiliateCodePost200Response.d.ts +51 -0
  43. package/dist/models/ApiUserApplyAffiliateCodePost200Response.js +54 -0
  44. package/dist/models/ApiUserApplyAffiliateCodePost200ResponseResponseObject.d.ts +51 -0
  45. package/dist/models/ApiUserApplyAffiliateCodePost200ResponseResponseObject.js +54 -0
  46. package/dist/models/ApiUserApplyAffiliateCodePost200ResponseResponseObjectReferrer.d.ts +38 -0
  47. package/dist/models/ApiUserApplyAffiliateCodePost200ResponseResponseObjectReferrer.js +47 -0
  48. package/dist/models/ApiUserApplyAffiliateCodePostRequest.d.ts +32 -0
  49. package/dist/models/ApiUserApplyAffiliateCodePostRequest.js +43 -0
  50. package/dist/models/ApiUserPointRewardsGet200Response.d.ts +51 -0
  51. package/dist/models/ApiUserPointRewardsGet200Response.js +54 -0
  52. package/dist/models/ApiUserPointRewardsGet200ResponseResponseObject.d.ts +68 -0
  53. package/dist/models/ApiUserPointRewardsGet200ResponseResponseObject.js +67 -0
  54. package/dist/models/ApiUserPointRewardsPut200Response.d.ts +51 -0
  55. package/dist/models/ApiUserPointRewardsPut200Response.js +54 -0
  56. package/dist/models/ApiUserPointRewardsPut200ResponseResponseObject.d.ts +50 -0
  57. package/dist/models/ApiUserPointRewardsPut200ResponseResponseObject.js +55 -0
  58. package/dist/models/ApiUserPointRewardsPutRequest.d.ts +51 -0
  59. package/dist/models/ApiUserPointRewardsPutRequest.js +59 -0
  60. package/dist/models/ApiUserPointsGet200Response.d.ts +51 -0
  61. package/dist/models/ApiUserPointsGet200Response.js +54 -0
  62. package/dist/models/ApiUserPointsGet200ResponseResponseObject.d.ts +56 -0
  63. package/dist/models/ApiUserPointsGet200ResponseResponseObject.js +59 -0
  64. package/dist/models/ApiUserPointsHistoryGet200Response.d.ts +51 -0
  65. package/dist/models/ApiUserPointsHistoryGet200Response.js +54 -0
  66. package/dist/models/ApiUserPointsHistoryGet200ResponseResponseObject.d.ts +57 -0
  67. package/dist/models/ApiUserPointsHistoryGet200ResponseResponseObject.js +60 -0
  68. package/dist/models/ApiUserPointsHistoryGet200ResponseResponseObjectItemsInner.d.ts +103 -0
  69. package/dist/models/ApiUserPointsHistoryGet200ResponseResponseObjectItemsInner.js +96 -0
  70. package/dist/models/ApiUserPointsHistoryGetFilterParameter.d.ts +52 -0
  71. package/dist/models/ApiUserPointsHistoryGetFilterParameter.js +49 -0
  72. package/dist/models/ApiUserRecentReferralsGet200Response.d.ts +51 -0
  73. package/dist/models/ApiUserRecentReferralsGet200Response.js +54 -0
  74. package/dist/models/ApiUserRecentReferralsGet200ResponseResponseObject.d.ts +57 -0
  75. package/dist/models/ApiUserRecentReferralsGet200ResponseResponseObject.js +60 -0
  76. package/dist/models/ApiUserRecentReferralsGet200ResponseResponseObjectItemsInner.d.ts +56 -0
  77. package/dist/models/ApiUserRecentReferralsGet200ResponseResponseObjectItemsInner.js +59 -0
  78. package/dist/models/ApiUserRecentReferralsGetFilterParameter.d.ts +46 -0
  79. package/dist/models/ApiUserRecentReferralsGetFilterParameter.js +47 -0
  80. package/dist/models/LoginRequest.d.ts +38 -0
  81. package/dist/models/LoginRequest.js +47 -0
  82. package/dist/models/LoginResponse.d.ts +45 -0
  83. package/dist/models/LoginResponse.js +52 -0
  84. package/dist/models/LoginResponseUser.d.ts +56 -0
  85. package/dist/models/LoginResponseUser.js +59 -0
  86. package/dist/models/RefreshTokenResponse.d.ts +38 -0
  87. package/dist/models/RefreshTokenResponse.js +47 -0
  88. package/dist/models/index.d.ts +28 -0
  89. package/dist/models/index.js +28 -0
  90. package/models/ApiAuthLoginPost200Response.ts +100 -0
  91. package/models/ApiAuthRefreshPost200Response.ts +100 -0
  92. package/models/ApiTournamentGetFilterParameter.ts +0 -8
  93. package/models/ApiUserAffiliateGet200Response.ts +100 -0
  94. package/models/ApiUserAffiliateGet200ResponseResponseObject.ts +119 -0
  95. package/models/ApiUserAffiliateGet200ResponseResponseObjectStatistics.ts +93 -0
  96. package/models/ApiUserApplyAffiliateCodePost200Response.ts +100 -0
  97. package/models/ApiUserApplyAffiliateCodePost200ResponseResponseObject.ts +100 -0
  98. package/models/ApiUserApplyAffiliateCodePost200ResponseResponseObjectReferrer.ts +75 -0
  99. package/models/ApiUserApplyAffiliateCodePostRequest.ts +66 -0
  100. package/models/ApiUserPointRewardsGet200Response.ts +100 -0
  101. package/models/ApiUserPointRewardsGet200ResponseResponseObject.ts +120 -0
  102. package/models/ApiUserPointRewardsPut200Response.ts +100 -0
  103. package/models/ApiUserPointRewardsPut200ResponseResponseObject.ts +93 -0
  104. package/models/ApiUserPointRewardsPutRequest.ts +91 -0
  105. package/models/ApiUserPointsGet200Response.ts +100 -0
  106. package/models/ApiUserPointsGet200ResponseResponseObject.ts +102 -0
  107. package/models/ApiUserPointsHistoryGet200Response.ts +100 -0
  108. package/models/ApiUserPointsHistoryGet200ResponseResponseObject.ts +110 -0
  109. package/models/ApiUserPointsHistoryGet200ResponseResponseObjectItemsInner.ts +160 -0
  110. package/models/ApiUserPointsHistoryGetFilterParameter.ts +104 -0
  111. package/models/ApiUserRecentReferralsGet200Response.ts +100 -0
  112. package/models/ApiUserRecentReferralsGet200ResponseResponseObject.ts +110 -0
  113. package/models/ApiUserRecentReferralsGet200ResponseResponseObjectItemsInner.ts +102 -0
  114. package/models/ApiUserRecentReferralsGetFilterParameter.ts +96 -0
  115. package/models/LoginRequest.ts +75 -0
  116. package/models/LoginResponse.ts +92 -0
  117. package/models/LoginResponseUser.ts +102 -0
  118. package/models/RefreshTokenResponse.ts +75 -0
  119. package/models/index.ts +28 -0
  120. package/package.json +1 -1
package/deploy.log CHANGED
@@ -1,283 +1,30 @@
1
- [main] INFO o.o.codegen.DefaultGenerator - Generating with dryRun=false
2
- [main] INFO o.o.codegen.DefaultGenerator - OpenAPI Generator: typescript-fetch (client)
3
- [main] INFO o.o.codegen.DefaultGenerator - Generator 'typescript-fetch' 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] WARN o.o.codegen.DefaultCodegen - The value (generator's option) must be either boolean or string. Default to `false`.
7
- [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).
8
- [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).
9
- [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).
10
- [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).
11
- [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).
12
- [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).
13
- [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).
14
- [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).
15
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_categories_list_get_200_response_responseObject_categories_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_categories_list_get_200_response_responseObject_categories_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_categories_list_get_200_response_responseObject_categories_inner=NewModel,ModelA=NewModelA in CLI).
16
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_categories_list_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_categories_list_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_categories_list_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
17
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_news_categories_list_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_categories_list_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_news_categories_list_get_200_response=NewModel,ModelA=NewModelA in CLI).
18
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter_id. 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_filter_parameter_id=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter_id=NewModel,ModelA=NewModelA in CLI).
19
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter_name. 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_filter_parameter_name=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter_name=NewModel,ModelA=NewModelA in CLI).
20
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_filter_parameter_playedAt. 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_filter_parameter_playedAt=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter_playedAt=NewModel,ModelA=NewModelA in CLI).
21
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_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_padel_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
22
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_responseObject_items_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_responseObject_items_inner_score_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_score_inner=NewModel,ModelA=NewModelA in CLI).
23
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_responseObject_items_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_responseObject_items_inner_players_team_1_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_players_team_1_inner=NewModel,ModelA=NewModelA in CLI).
24
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_get_200_response_responseObject_items_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_responseObject_items_inner_players=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner_players=NewModel,ModelA=NewModelA in CLI).
25
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_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_padel_matches_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
26
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_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_padel_matches_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
27
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches_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_padel_matches_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches_get_200_response=NewModel,ModelA=NewModelA in CLI).
28
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_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__id__get_200_response_responseObject_stats_connections=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_stats_connections=NewModel,ModelA=NewModelA in CLI).
29
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_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__id__get_200_response_responseObject_stats=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_stats=NewModel,ModelA=NewModelA in CLI).
30
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_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__id__get_200_response_responseObject_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_sets_sets_inner_games_inner=NewModel,ModelA=NewModelA in CLI).
31
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_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__id__get_200_response_responseObject_sets_sets_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_sets_sets_inner=NewModel,ModelA=NewModelA in CLI).
32
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__id__get_200_response_responseObject_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__id__get_200_response_responseObject_sets=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject_sets=NewModel,ModelA=NewModelA in CLI).
33
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__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_padel_matches__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
34
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_matches__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_padel_matches__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_matches__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
35
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_padel_seed_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_padel_seed_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_padel_seed_get_200_response=NewModel,ModelA=NewModelA in CLI).
36
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_drx_content_get_200_response_responseObject_currentLive. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_youtube_drx_content_get_200_response_responseObject_currentLive=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_drx_content_get_200_response_responseObject_currentLive=NewModel,ModelA=NewModelA in CLI).
37
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_drx_content_get_200_response_responseObject_previousContent_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_youtube_drx_content_get_200_response_responseObject_previousContent_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_drx_content_get_200_response_responseObject_previousContent_inner=NewModel,ModelA=NewModelA in CLI).
38
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_drx_content_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_youtube_drx_content_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_drx_content_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
39
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_drx_content_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_youtube_drx_content_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_drx_content_get_200_response=NewModel,ModelA=NewModelA in CLI).
40
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_youtube_refresh_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_refresh_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_refresh_post_200_response=NewModel,ModelA=NewModelA in CLI).
41
- [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).
42
- [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).
43
- [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).
44
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_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_tournament_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
45
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_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_tournament_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_get_200_response=NewModel,ModelA=NewModelA in CLI).
46
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_post_request_body_players_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_padel_post_request_body_players_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_request_body_players_inner=NewModel,ModelA=NewModelA in CLI).
47
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_post_request_body_teams_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_padel_post_request_body_teams_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_request_body_teams_inner=NewModel,ModelA=NewModelA in CLI).
48
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_post_request_body. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel_post_request_body=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_request_body=NewModel,ModelA=NewModelA in CLI).
49
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_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_tournament_padel_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_request=NewModel,ModelA=NewModelA in CLI).
50
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_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_tournament_padel_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
51
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_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_tournament_padel_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_post_200_response=NewModel,ModelA=NewModelA in CLI).
52
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_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_padel__id__get_200_response_responseObject_game_type=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_game_type=NewModel,ModelA=NewModelA in CLI).
53
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_players_inner_final_scores. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_players_inner_final_scores=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_players_inner_final_scores=NewModel,ModelA=NewModelA in CLI).
54
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_players_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_padel__id__get_200_response_responseObject_players_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_players_inner=NewModel,ModelA=NewModelA in CLI).
55
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_inner_playerA1. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_inner_playerA1=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_inner_playerA1=NewModel,ModelA=NewModelA in CLI).
56
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_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_padel__id__get_200_response_responseObject_matchesSolo_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_matchesSolo_inner=NewModel,ModelA=NewModelA in CLI).
57
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_Team_inner_FinalScoreTeam. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_Team_inner_FinalScoreTeam=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_Team_inner_FinalScoreTeam=NewModel,ModelA=NewModelA in CLI).
58
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_Team_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_padel__id__get_200_response_responseObject_Team_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_Team_inner=NewModel,ModelA=NewModelA in CLI).
59
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_MatchTeam_inner_team_a. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel__id__get_200_response_responseObject_MatchTeam_inner_team_a=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_MatchTeam_inner_team_a=NewModel,ModelA=NewModelA in CLI).
60
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__get_200_response_responseObject_MatchTeam_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_padel__id__get_200_response_responseObject_MatchTeam_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject_MatchTeam_inner=NewModel,ModelA=NewModelA in CLI).
61
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__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_tournament_padel__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
62
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__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_tournament_padel__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
63
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__id__delete_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_tournament_padel__id__delete_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__delete_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
64
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel__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_tournament_padel__id__delete_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel__id__delete_200_response=NewModel,ModelA=NewModelA in CLI).
65
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_seed_game_types_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_tournament_seed_game_types_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_seed_game_types_get_200_response=NewModel,ModelA=NewModelA in CLI).
66
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_game_types_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_tournament_game_types_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_game_types_get_200_response=NewModel,ModelA=NewModelA in CLI).
67
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_solo_put_request_body. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel_match_solo_put_request_body=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_solo_put_request_body=NewModel,ModelA=NewModelA in CLI).
68
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_solo_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_tournament_padel_match_solo_put_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_solo_put_request=NewModel,ModelA=NewModelA in CLI).
69
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_solo_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_tournament_padel_match_solo_put_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_solo_put_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
70
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_solo_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_tournament_padel_match_solo_put_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_solo_put_200_response=NewModel,ModelA=NewModelA in CLI).
71
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_team_put_request_body. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel_match_team_put_request_body=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_team_put_request_body=NewModel,ModelA=NewModelA in CLI).
72
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_team_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_tournament_padel_match_team_put_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_team_put_request=NewModel,ModelA=NewModelA in CLI).
73
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_team_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_tournament_padel_match_team_put_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_team_put_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
74
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_match_team_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_tournament_padel_match_team_put_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_match_team_put_200_response=NewModel,ModelA=NewModelA in CLI).
75
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_leaderboard__id__get_200_response_responseObject_leaderboard_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_padel_leaderboard__id__get_200_response_responseObject_leaderboard_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_leaderboard__id__get_200_response_responseObject_leaderboard_inner=NewModel,ModelA=NewModelA in CLI).
76
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_leaderboard__id__get_200_response_responseObject_clubScore. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tournament_padel_leaderboard__id__get_200_response_responseObject_clubScore=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_leaderboard__id__get_200_response_responseObject_clubScore=NewModel,ModelA=NewModelA in CLI).
77
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_leaderboard__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_tournament_padel_leaderboard__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_leaderboard__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
78
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tournament_padel_leaderboard__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_tournament_padel_leaderboard__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tournament_padel_leaderboard__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
79
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_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_user_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
80
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_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_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_get_200_response=NewModel,ModelA=NewModelA in CLI).
81
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_leaderboard_get_200_response_responseObject_leaderboard_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_leaderboard_get_200_response_responseObject_leaderboard_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_leaderboard_get_200_response_responseObject_leaderboard_inner=NewModel,ModelA=NewModelA in CLI).
82
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_leaderboard_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_leaderboard_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_leaderboard_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
83
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_leaderboard_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_leaderboard_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_leaderboard_get_200_response=NewModel,ModelA=NewModelA in CLI).
84
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_matches_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_tennis_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
85
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_matches_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_tennis_matches_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_matches_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
86
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_matches_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_tennis_matches_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_matches_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
87
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_matches_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_tennis_matches_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_matches_get_200_response=NewModel,ModelA=NewModelA in CLI).
88
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_matches__id__get_200_response_responseObject_tournament. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tennis_matches__id__get_200_response_responseObject_tournament=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_matches__id__get_200_response_responseObject_tournament=NewModel,ModelA=NewModelA in CLI).
89
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_matches__id__get_200_response_responseObject_firstPlayer. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tennis_matches__id__get_200_response_responseObject_firstPlayer=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_matches__id__get_200_response_responseObject_firstPlayer=NewModel,ModelA=NewModelA in CLI).
90
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_matches__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_tennis_matches__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_matches__id__get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
91
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_matches__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_tennis_matches__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_matches__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
92
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_players_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_tennis_players_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_players_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
93
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_players_get_200_response_responseObject_items_inner_stats_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tennis_players_get_200_response_responseObject_items_inner_stats_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_players_get_200_response_responseObject_items_inner_stats_inner=NewModel,ModelA=NewModelA in CLI).
94
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_players_get_200_response_responseObject_items_inner_tournaments_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tennis_players_get_200_response_responseObject_items_inner_tournaments_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_players_get_200_response_responseObject_items_inner_tournaments_inner=NewModel,ModelA=NewModelA in CLI).
95
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_players_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_tennis_players_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_players_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
96
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_players_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_tennis_players_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_players_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
97
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_players_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_tennis_players_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_players_get_200_response=NewModel,ModelA=NewModelA in CLI).
98
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_players__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_tennis_players__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_players__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
99
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_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_tennis_tournaments_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_tournaments_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
100
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_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_tennis_tournaments_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_tournaments_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
101
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_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_tennis_tournaments_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_tournaments_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
102
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_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_tennis_tournaments_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_tournaments_get_200_response=NewModel,ModelA=NewModelA in CLI).
103
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_tournaments__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_tennis_tournaments__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_tournaments__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
104
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_event_types_get_200_response_responseObject_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_tennis_event_types_get_200_response_responseObject_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_event_types_get_200_response_responseObject_inner=NewModel,ModelA=NewModelA in CLI).
105
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_tennis_event_types_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_tennis_event_types_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_tennis_event_types_get_200_response=NewModel,ModelA=NewModelA in CLI).
106
- [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/]
107
- [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/]
108
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiHealthCheckGet200Response.ts
109
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200Response.ts
110
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200ResponseResponseObject.ts
111
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200ResponseResponseObjectCategoriesInner.ts
112
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsGet200Response.ts
113
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsGet200ResponseResponseObject.ts
114
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsGet200ResponseResponseObjectItemsInner.ts
115
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200Response.ts
116
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200ResponseResponseObject.ts
117
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.ts
118
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.ts
119
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200Response.ts
120
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObject.ts
121
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInner.ts
122
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerPlayers.ts
123
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerPlayersTeam1Inner.ts
124
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerScoreInner.ts
125
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameter.ts
126
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterId.ts
127
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterName.ts
128
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterPlayedAt.ts
129
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200Response.ts
130
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObject.ts
131
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectSets.ts
132
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner.ts
133
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner.ts
134
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectStats.ts
135
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections.ts
136
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelSeedGet200Response.ts
137
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisEventTypesGet200Response.ts
138
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisEventTypesGet200ResponseResponseObjectInner.ts
139
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesGet200Response.ts
140
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesGet200ResponseResponseObject.ts
141
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesGet200ResponseResponseObjectItemsInner.ts
142
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesGetFilterParameter.ts
143
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesIdGet200Response.ts
144
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesIdGet200ResponseResponseObject.ts
145
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesIdGet200ResponseResponseObjectFirstPlayer.ts
146
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesIdGet200ResponseResponseObjectTournament.ts
147
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGet200Response.ts
148
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGet200ResponseResponseObject.ts
149
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGet200ResponseResponseObjectItemsInner.ts
150
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGet200ResponseResponseObjectItemsInnerStatsInner.ts
151
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGet200ResponseResponseObjectItemsInnerTournamentsInner.ts
152
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGetFilterParameter.ts
153
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersIdGet200Response.ts
154
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisTournamentsGet200Response.ts
155
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisTournamentsGet200ResponseResponseObject.ts
156
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisTournamentsGet200ResponseResponseObjectItemsInner.ts
157
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisTournamentsGetFilterParameter.ts
158
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisTournamentsIdGet200Response.ts
159
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGameTypesGet200Response.ts
160
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200Response.ts
161
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200ResponseResponseObject.ts
162
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200ResponseResponseObjectItemsInner.ts
163
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200ResponseResponseObjectItemsInnerGameType.ts
164
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGetFilterParameter.ts
165
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdDelete200Response.ts
166
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdDelete200ResponseResponseObject.ts
167
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200Response.ts
168
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObject.ts
169
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectGameType.ts
170
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchTeamInner.ts
171
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchTeamInnerTeamA.ts
172
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchesSoloInner.ts
173
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchesSoloInnerPlayerA1.ts
174
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectPlayersInner.ts
175
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectPlayersInnerFinalScores.ts
176
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectTeamInner.ts
177
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectTeamInnerFinalScoreTeam.ts
178
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200Response.ts
179
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObject.ts
180
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectClubScore.ts
181
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectLeaderboardInner.ts
182
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPut200Response.ts
183
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPut200ResponseResponseObject.ts
184
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPutRequest.ts
185
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPutRequestBody.ts
186
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchTeamPut200Response.ts
187
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchTeamPut200ResponseResponseObject.ts
188
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchTeamPutRequest.ts
189
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchTeamPutRequestBody.ts
190
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPost200Response.ts
191
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPost200ResponseResponseObject.ts
192
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequest.ts
193
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequestBody.ts
194
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequestBodyPlayersInner.ts
195
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequestBodyTeamsInner.ts
196
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentSeedGameTypesGet200Response.ts
197
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserGet200Response.ts
198
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserGetFilterParameter.ts
199
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserLeaderboardGet200Response.ts
200
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserLeaderboardGet200ResponseResponseObject.ts
201
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserLeaderboardGet200ResponseResponseObjectLeaderboardInner.ts
202
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200Response.ts
203
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200ResponseResponseObject.ts
204
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200ResponseResponseObjectCurrentLive.ts
205
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200ResponseResponseObjectPreviousContentInner.ts
206
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeRefreshPost200Response.ts
207
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/healthCheck. Renamed to auto-generated operationId: apiHealthCheckGet
208
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news. Renamed to auto-generated operationId: apiNewsGet
209
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news/{id}. Renamed to auto-generated operationId: apiNewsIdGet
210
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news/categories/list. Renamed to auto-generated operationId: apiNewsCategoriesListGet
211
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/matches. Renamed to auto-generated operationId: apiPadelMatchesGet
212
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/matches/{id}. Renamed to auto-generated operationId: apiPadelMatchesIdGet
213
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/seed. Renamed to auto-generated operationId: apiPadelSeedGet
214
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/sync. Renamed to auto-generated operationId: apiPadelSyncGet
215
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/youtube/drx-content. Renamed to auto-generated operationId: apiYoutubeDrxContentGet
216
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/youtube/refresh. Renamed to auto-generated operationId: apiYoutubeRefreshPost
217
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament. Renamed to auto-generated operationId: apiTournamentGet
218
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/tournament/padel. Renamed to auto-generated operationId: apiTournamentPadelPost
219
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/padel/{id}. Renamed to auto-generated operationId: apiTournamentPadelIdGet
220
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/tournament/padel/{id}. Renamed to auto-generated operationId: apiTournamentPadelIdDelete
221
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/seed-game-types. Renamed to auto-generated operationId: apiTournamentSeedGameTypesGet
222
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/game-types. Renamed to auto-generated operationId: apiTournamentGameTypesGet
223
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/tournament/padel/match-solo. Renamed to auto-generated operationId: apiTournamentPadelMatchSoloPut
224
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/tournament/padel/match-team. Renamed to auto-generated operationId: apiTournamentPadelMatchTeamPut
225
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/padel/leaderboard/{id}. Renamed to auto-generated operationId: apiTournamentPadelLeaderboardIdGet
226
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user. Renamed to auto-generated operationId: apiUserGet
227
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/leaderboard. Renamed to auto-generated operationId: apiUserLeaderboardGet
228
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/matches. Renamed to auto-generated operationId: apiTennisMatchesGet
229
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/matches/{id}. Renamed to auto-generated operationId: apiTennisMatchesIdGet
230
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/players. Renamed to auto-generated operationId: apiTennisPlayersGet
231
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/players/{id}. Renamed to auto-generated operationId: apiTennisPlayersIdGet
232
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/tournaments. Renamed to auto-generated operationId: apiTennisTournamentsGet
233
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/tournaments/{id}. Renamed to auto-generated operationId: apiTennisTournamentsIdGet
234
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/seed. Renamed to auto-generated operationId: apiTennisSeedGet
235
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/sync. Renamed to auto-generated operationId: apiTennisSyncGet
236
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/event-types. Renamed to auto-generated operationId: apiTennisEventTypesGet
237
- [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/]
238
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/HealthCheckApi.ts
239
- [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/]
240
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/NewsApi.ts
241
- [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/]
242
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/PadelApi.ts
243
- [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/]
244
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/TennisApi.ts
245
- [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/]
246
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/TournamentApi.ts
247
- [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/]
248
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/UserApi.ts
249
- [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/]
250
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/YoutubeApi.ts
251
- [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/]
252
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./index.ts
253
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./runtime.ts
254
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/index.ts
255
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/index.ts
256
- [main] INFO o.o.codegen.TemplateManager - Skipped /root/drx-sdk/./.openapi-generator-ignore (Skipped by supportingFiles options supplied by user.)
257
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./.openapi-generator/VERSION
258
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./.openapi-generator/FILES
259
- ################################################################################
260
- # Thanks for using OpenAPI Generator. #
261
- # Please consider donation to help us maintain this project 🙏 #
262
- # https://opencollective.com/openapi_generator/donate #
263
- ################################################################################
1
+ [error] Found unexpected parameters: [ZHJ4OkRyeEAyMDI1]
2
+
3
+ See 'openapi-generator-cli help' for usage.
264
4
  ✅ SDK generated
265
- [master 3fabe2d] VPS: Generated API SDK
266
- 5 files changed, 220 insertions(+)
267
- create mode 100644 models/ApiTennisEventTypesGet200Response.ts
268
- create mode 100644 models/ApiTennisEventTypesGet200ResponseResponseObjectInner.ts
269
- To https://gitlab.com/drx-super/drx-sdk.git
270
- c0ba479..3fabe2d master -> master
5
+ On branch master
6
+ Your branch is up to date with 'origin/master'.
7
+
8
+ nothing to commit, working tree clean
9
+ Everything up-to-date
271
10
  ✅ Changes committed and pushed
272
- v1.1.163
11
+ v1.1.167
273
12
  To https://gitlab.com/drx-super/drx-sdk.git
274
- 3fabe2d..34d02cf master -> master
13
+ 65e62c7..28b9c13 master -> master
275
14
  ✅ Version bumped
276
15
 
277
- > @drxsuperapp/sdk@1.1.163 prepublishOnly
16
+ > @drxsuperapp/sdk@1.1.167 prepublishOnly
278
17
  > npm run build
279
18
 
280
19
 
281
- > @drxsuperapp/sdk@1.1.163 build
20
+ > @drxsuperapp/sdk@1.1.167 build
282
21
  > tsc
283
22
 
23
+ index.ts(4,15): error TS2307: Cannot find module './apis/index' or its corresponding type declarations.
24
+ index.ts(5,15): error TS2307: Cannot find module './models/index' or its corresponding type declarations.
25
+ npm error code 2
26
+ npm error path /root/drx-sdk
27
+ npm error command failed
28
+ npm error command sh -c npm run build
29
+ npm error A complete log of this run can be found in: /root/.npm/_logs/2025-07-09T05_39_05_469Z-debug-0.log
30
+ ❌ NPM publish failed
@@ -0,0 +1,37 @@
1
+ /**
2
+ * DRX API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import * as runtime from '../runtime';
13
+ import type { ApiUserPointRewardsGet200Response, ApiUserPointRewardsPut200Response, ApiUserPointRewardsPutRequest } from '../models/index';
14
+ export interface ApiUserPointRewardsPutOperationRequest {
15
+ apiUserPointRewardsPutRequest?: ApiUserPointRewardsPutRequest;
16
+ }
17
+ /**
18
+ *
19
+ */
20
+ export declare class AppConfigApi extends runtime.BaseAPI {
21
+ /**
22
+ * Get Point Rewards Configuration
23
+ */
24
+ apiUserPointRewardsGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiUserPointRewardsGet200Response>>;
25
+ /**
26
+ * Get Point Rewards Configuration
27
+ */
28
+ apiUserPointRewardsGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiUserPointRewardsGet200Response>;
29
+ /**
30
+ * Update Point Reward Configuration
31
+ */
32
+ apiUserPointRewardsPutRaw(requestParameters: ApiUserPointRewardsPutOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiUserPointRewardsPut200Response>>;
33
+ /**
34
+ * Update Point Reward Configuration
35
+ */
36
+ apiUserPointRewardsPut(requestParameters?: ApiUserPointRewardsPutOperationRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiUserPointRewardsPut200Response>;
37
+ }
@@ -0,0 +1,84 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * DRX API
5
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
6
+ *
7
+ * The version of the OpenAPI document: 1.0.0
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ import * as runtime from '../runtime';
15
+ import { ApiUserPointRewardsGet200ResponseFromJSON, ApiUserPointRewardsPut200ResponseFromJSON, ApiUserPointRewardsPutRequestToJSON, } from '../models/index';
16
+ /**
17
+ *
18
+ */
19
+ export class AppConfigApi extends runtime.BaseAPI {
20
+ /**
21
+ * Get Point Rewards Configuration
22
+ */
23
+ async apiUserPointRewardsGetRaw(initOverrides) {
24
+ const queryParameters = {};
25
+ const headerParameters = {};
26
+ if (this.configuration && this.configuration.apiKey) {
27
+ headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
28
+ }
29
+ if (this.configuration && this.configuration.accessToken) {
30
+ const token = this.configuration.accessToken;
31
+ const tokenString = await token("BearerAuth", []);
32
+ if (tokenString) {
33
+ headerParameters["Authorization"] = `Bearer ${tokenString}`;
34
+ }
35
+ }
36
+ const response = await this.request({
37
+ path: `/api/user/point-rewards`,
38
+ method: 'GET',
39
+ headers: headerParameters,
40
+ query: queryParameters,
41
+ }, initOverrides);
42
+ return new runtime.JSONApiResponse(response, (jsonValue) => ApiUserPointRewardsGet200ResponseFromJSON(jsonValue));
43
+ }
44
+ /**
45
+ * Get Point Rewards Configuration
46
+ */
47
+ async apiUserPointRewardsGet(initOverrides) {
48
+ const response = await this.apiUserPointRewardsGetRaw(initOverrides);
49
+ return await response.value();
50
+ }
51
+ /**
52
+ * Update Point Reward Configuration
53
+ */
54
+ async apiUserPointRewardsPutRaw(requestParameters, initOverrides) {
55
+ const queryParameters = {};
56
+ const headerParameters = {};
57
+ headerParameters['Content-Type'] = 'application/json';
58
+ if (this.configuration && this.configuration.apiKey) {
59
+ headerParameters["x-api-key"] = await this.configuration.apiKey("x-api-key"); // ApiKeyAuth authentication
60
+ }
61
+ if (this.configuration && this.configuration.accessToken) {
62
+ const token = this.configuration.accessToken;
63
+ const tokenString = await token("BearerAuth", []);
64
+ if (tokenString) {
65
+ headerParameters["Authorization"] = `Bearer ${tokenString}`;
66
+ }
67
+ }
68
+ const response = await this.request({
69
+ path: `/api/user/point-rewards`,
70
+ method: 'PUT',
71
+ headers: headerParameters,
72
+ query: queryParameters,
73
+ body: ApiUserPointRewardsPutRequestToJSON(requestParameters['apiUserPointRewardsPutRequest']),
74
+ }, initOverrides);
75
+ return new runtime.JSONApiResponse(response, (jsonValue) => ApiUserPointRewardsPut200ResponseFromJSON(jsonValue));
76
+ }
77
+ /**
78
+ * Update Point Reward Configuration
79
+ */
80
+ async apiUserPointRewardsPut(requestParameters = {}, initOverrides) {
81
+ const response = await this.apiUserPointRewardsPutRaw(requestParameters, initOverrides);
82
+ return await response.value();
83
+ }
84
+ }
@@ -0,0 +1,51 @@
1
+ /**
2
+ * DRX API
3
+ * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
+ *
5
+ * The version of the OpenAPI document: 1.0.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import * as runtime from '../runtime';
13
+ import type { ApiAuthLoginPost200Response, ApiAuthRefreshPost200Response, ApiUserGet200Response, LoginRequest } from '../models/index';
14
+ export interface ApiAuthLoginPostRequest {
15
+ loginRequest?: LoginRequest;
16
+ }
17
+ /**
18
+ *
19
+ */
20
+ export declare class AuthenticationApi extends runtime.BaseAPI {
21
+ /**
22
+ * Authenticate user with email and password
23
+ * User Login
24
+ */
25
+ apiAuthLoginPostRaw(requestParameters: ApiAuthLoginPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiAuthLoginPost200Response>>;
26
+ /**
27
+ * Authenticate user with email and password
28
+ * User Login
29
+ */
30
+ apiAuthLoginPost(requestParameters?: ApiAuthLoginPostRequest, initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiAuthLoginPost200Response>;
31
+ /**
32
+ * Generate new access and refresh tokens using Authorization header
33
+ * Refresh Access Token
34
+ */
35
+ apiAuthRefreshPostRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiAuthRefreshPost200Response>>;
36
+ /**
37
+ * Generate new access and refresh tokens using Authorization header
38
+ * Refresh Access Token
39
+ */
40
+ apiAuthRefreshPost(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiAuthRefreshPost200Response>;
41
+ /**
42
+ * Validate the current access token and return user information
43
+ * Validate Token
44
+ */
45
+ apiAuthValidateGetRaw(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<runtime.ApiResponse<ApiUserGet200Response>>;
46
+ /**
47
+ * Validate the current access token and return user information
48
+ * Validate Token
49
+ */
50
+ apiAuthValidateGet(initOverrides?: RequestInit | runtime.InitOverrideFunction): Promise<ApiUserGet200Response>;
51
+ }