@drxsuperapp/sdk 1.1.317 → 1.1.343

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 (128) hide show
  1. package/.openapi-generator/FILES +292 -268
  2. package/.openapi-generator-ignore +23 -23
  3. package/api.ts +1491 -1491
  4. package/apis/{AppConfigApi.ts → AppConfigurationApi.ts} +1 -1
  5. package/apis/{EsportApi.ts → EsportsManagementApi.ts} +1 -1
  6. package/apis/{GarudakuApi.ts → GarudakuIntegrationApi.ts} +1 -1
  7. package/apis/{MMAApi.ts → MMASportsApi.ts} +1 -1
  8. package/apis/{NewsApi.ts → NewsManagementApi.ts} +1 -1
  9. package/apis/{NotificationApi.ts → NotificationManagementApi.ts} +1 -1
  10. package/apis/{PadelApi.ts → PadelSportsApi.ts} +1 -1
  11. package/apis/PublicRewardApi.ts +131 -0
  12. package/apis/RedemptionApi.ts +129 -0
  13. package/apis/RewardManagementApi.ts +408 -0
  14. package/apis/{TennisApi.ts → TennisSportsApi.ts} +1 -1
  15. package/apis/{TournamentApi.ts → TournamentManagementApi.ts} +1 -1
  16. package/apis/{UserApi.ts → UserManagementApi.ts} +1 -1
  17. package/apis/{WalletApi.ts → WalletManagementApi.ts} +42 -1
  18. package/apis/{YoutubeApi.ts → YouTubeIntegrationApi.ts} +1 -1
  19. package/apis/index.ts +15 -12
  20. package/base.ts +86 -86
  21. package/common.ts +150 -150
  22. package/configuration.ts +115 -115
  23. package/dist/apis/{AppConfigApi.d.ts → AppConfigurationApi.d.ts} +1 -1
  24. package/dist/apis/{AppConfigApi.js → AppConfigurationApi.js} +1 -1
  25. package/dist/apis/{EsportApi.d.ts → EsportsManagementApi.d.ts} +1 -1
  26. package/dist/apis/{EsportApi.js → EsportsManagementApi.js} +1 -1
  27. package/dist/apis/{GarudakuApi.d.ts → GarudakuIntegrationApi.d.ts} +1 -1
  28. package/dist/apis/{GarudakuApi.js → GarudakuIntegrationApi.js} +1 -1
  29. package/dist/apis/{MMAApi.d.ts → MMASportsApi.d.ts} +1 -1
  30. package/dist/apis/{MMAApi.js → MMASportsApi.js} +1 -1
  31. package/dist/apis/{NewsApi.d.ts → NewsManagementApi.d.ts} +1 -1
  32. package/dist/apis/{NewsApi.js → NewsManagementApi.js} +1 -1
  33. package/dist/apis/{NotificationApi.d.ts → NotificationManagementApi.d.ts} +1 -1
  34. package/dist/apis/{NotificationApi.js → NotificationManagementApi.js} +1 -1
  35. package/dist/apis/{PadelApi.d.ts → PadelSportsApi.d.ts} +1 -1
  36. package/dist/apis/{PadelApi.js → PadelSportsApi.js} +1 -1
  37. package/dist/apis/PublicRewardApi.d.ts +40 -0
  38. package/dist/apis/PublicRewardApi.js +88 -0
  39. package/dist/apis/RedemptionApi.d.ts +40 -0
  40. package/dist/apis/RedemptionApi.js +86 -0
  41. package/dist/apis/RewardManagementApi.d.ts +100 -0
  42. package/dist/apis/RewardManagementApi.js +285 -0
  43. package/dist/apis/{TennisApi.d.ts → TennisSportsApi.d.ts} +1 -1
  44. package/dist/apis/{TennisApi.js → TennisSportsApi.js} +1 -1
  45. package/dist/apis/{TournamentApi.d.ts → TournamentManagementApi.d.ts} +1 -1
  46. package/dist/apis/{TournamentApi.js → TournamentManagementApi.js} +1 -1
  47. package/dist/apis/{UserApi.d.ts → UserManagementApi.d.ts} +1 -1
  48. package/dist/apis/{UserApi.js → UserManagementApi.js} +1 -1
  49. package/dist/apis/{WalletApi.d.ts → WalletManagementApi.d.ts} +10 -2
  50. package/dist/apis/{WalletApi.js → WalletManagementApi.js} +33 -2
  51. package/dist/apis/{YoutubeApi.d.ts → YouTubeIntegrationApi.d.ts} +1 -1
  52. package/dist/apis/{YoutubeApi.js → YouTubeIntegrationApi.js} +1 -1
  53. package/dist/apis/index.d.ts +15 -12
  54. package/dist/apis/index.js +15 -12
  55. package/dist/models/ApiWalletStatusGet200Response.d.ts +51 -0
  56. package/dist/models/ApiWalletStatusGet200Response.js +54 -0
  57. package/dist/models/ApiWalletStatusGet200ResponseResponseObject.d.ts +74 -0
  58. package/dist/models/ApiWalletStatusGet200ResponseResponseObject.js +57 -0
  59. package/dist/models/ApiWeb3PrepareRedeemPost200Response.d.ts +51 -0
  60. package/dist/models/ApiWeb3PrepareRedeemPost200Response.js +54 -0
  61. package/dist/models/ApiWeb3PrepareRedeemPost200ResponseResponseObject.d.ts +52 -0
  62. package/dist/models/ApiWeb3PrepareRedeemPost200ResponseResponseObject.js +57 -0
  63. package/dist/models/ApiWeb3PrepareRedeemPost200ResponseResponseObjectRewardItem.d.ts +106 -0
  64. package/dist/models/ApiWeb3PrepareRedeemPost200ResponseResponseObjectRewardItem.js +87 -0
  65. package/dist/models/ApiWeb3PrepareRedeemPost200ResponseResponseObjectTransactionData.d.ts +50 -0
  66. package/dist/models/ApiWeb3PrepareRedeemPost200ResponseResponseObjectTransactionData.js +53 -0
  67. package/dist/models/ApiWeb3PrepareRedeemPostRequest.d.ts +38 -0
  68. package/dist/models/ApiWeb3PrepareRedeemPostRequest.js +47 -0
  69. package/dist/models/ApiWeb3RedeemPost200Response.d.ts +51 -0
  70. package/dist/models/ApiWeb3RedeemPost200Response.js +54 -0
  71. package/dist/models/ApiWeb3RedeemPost200ResponseResponseObject.d.ts +45 -0
  72. package/dist/models/ApiWeb3RedeemPost200ResponseResponseObject.js +50 -0
  73. package/dist/models/ApiWeb3RedeemPost200ResponseResponseObjectData.d.ts +69 -0
  74. package/dist/models/ApiWeb3RedeemPost200ResponseResponseObjectData.js +68 -0
  75. package/dist/models/ApiWeb3RedeemPostRequest.d.ts +38 -0
  76. package/dist/models/ApiWeb3RedeemPostRequest.js +47 -0
  77. package/dist/models/ApiWeb3RewardCategoriesGet200Response.d.ts +51 -0
  78. package/dist/models/ApiWeb3RewardCategoriesGet200Response.js +54 -0
  79. package/dist/models/ApiWeb3RewardCategoriesGet200ResponseResponseObject.d.ts +42 -0
  80. package/dist/models/ApiWeb3RewardCategoriesGet200ResponseResponseObject.js +52 -0
  81. package/dist/models/ApiWeb3RewardGet200Response.d.ts +51 -0
  82. package/dist/models/ApiWeb3RewardGet200Response.js +54 -0
  83. package/dist/models/ApiWeb3RewardGet200ResponseResponseObject.d.ts +57 -0
  84. package/dist/models/ApiWeb3RewardGet200ResponseResponseObject.js +60 -0
  85. package/dist/models/ApiWeb3RewardGet200ResponseResponseObjectItemsInner.d.ts +105 -0
  86. package/dist/models/ApiWeb3RewardGet200ResponseResponseObjectItemsInner.js +91 -0
  87. package/dist/models/ApiWeb3RewardGet200ResponseResponseObjectItemsInnerRedeemableItemsInner.d.ts +106 -0
  88. package/dist/models/ApiWeb3RewardGet200ResponseResponseObjectItemsInnerRedeemableItemsInner.js +87 -0
  89. package/dist/models/ApiWeb3RewardItemIdDelete200Response.d.ts +51 -0
  90. package/dist/models/ApiWeb3RewardItemIdDelete200Response.js +54 -0
  91. package/dist/models/ApiWeb3RewardPut200Response.d.ts +51 -0
  92. package/dist/models/ApiWeb3RewardPut200Response.js +54 -0
  93. package/dist/models/ApiWeb3RewardPutRequest.d.ts +87 -0
  94. package/dist/models/ApiWeb3RewardPutRequest.js +75 -0
  95. package/dist/models/ApiWeb3RewardPutRequestRedeemableItemsInner.d.ts +82 -0
  96. package/dist/models/ApiWeb3RewardPutRequestRedeemableItemsInner.js +67 -0
  97. package/dist/models/index.d.ts +21 -0
  98. package/dist/models/index.js +21 -0
  99. package/ecosystem.config.js +13 -13
  100. package/git_push.sh +57 -57
  101. package/hooks.json +30 -30
  102. package/models/ApiWalletStatusGet200Response.ts +100 -0
  103. package/models/ApiWalletStatusGet200ResponseResponseObject.ts +122 -0
  104. package/models/ApiWeb3PrepareRedeemPost200Response.ts +100 -0
  105. package/models/ApiWeb3PrepareRedeemPost200ResponseResponseObject.ts +108 -0
  106. package/models/ApiWeb3PrepareRedeemPost200ResponseResponseObjectRewardItem.ts +172 -0
  107. package/models/ApiWeb3PrepareRedeemPost200ResponseResponseObjectTransactionData.ts +92 -0
  108. package/models/ApiWeb3PrepareRedeemPostRequest.ts +75 -0
  109. package/models/ApiWeb3RedeemPost200Response.ts +100 -0
  110. package/models/ApiWeb3RedeemPost200ResponseResponseObject.ts +91 -0
  111. package/models/ApiWeb3RedeemPost200ResponseResponseObjectData.ts +128 -0
  112. package/models/ApiWeb3RedeemPostRequest.ts +75 -0
  113. package/models/ApiWeb3RewardCategoriesGet200Response.ts +100 -0
  114. package/models/ApiWeb3RewardCategoriesGet200ResponseResponseObject.ts +79 -0
  115. package/models/ApiWeb3RewardGet200Response.ts +100 -0
  116. package/models/ApiWeb3RewardGet200ResponseResponseObject.ts +110 -0
  117. package/models/ApiWeb3RewardGet200ResponseResponseObjectItemsInner.ts +176 -0
  118. package/models/ApiWeb3RewardGet200ResponseResponseObjectItemsInnerRedeemableItemsInner.ts +172 -0
  119. package/models/ApiWeb3RewardItemIdDelete200Response.ts +100 -0
  120. package/models/ApiWeb3RewardPut200Response.ts +100 -0
  121. package/models/ApiWeb3RewardPutRequest.ts +147 -0
  122. package/models/ApiWeb3RewardPutRequestRedeemableItemsInner.ts +134 -0
  123. package/models/index.ts +21 -0
  124. package/openapitools.json +7 -7
  125. package/package.json +30 -30
  126. package/tsconfig.json +17 -17
  127. package/workflow.sh +88 -88
  128. package/deploy.log +0 -656
package/deploy.log DELETED
@@ -1,656 +0,0 @@
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_private_stream_post_200_response_responseObject_privateStream. 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_privateStream=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_youtube_private_stream_post_200_response_responseObject_privateStream=NewModel,ModelA=NewModelA in CLI).
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
- [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
- [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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
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).
64
- [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).
65
- [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).
66
- [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).
67
- [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).
68
- [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).
69
- [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).
70
- [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).
71
- [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).
72
- [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).
73
- [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).
74
- [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).
75
- [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).
76
- [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).
77
- [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).
78
- [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).
79
- [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).
80
- [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).
81
- [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).
82
- [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).
83
- [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).
84
- [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).
85
- [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).
86
- [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).
87
- [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).
88
- [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).
89
- [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).
90
- [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).
91
- [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).
92
- [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).
93
- [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).
94
- [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).
95
- [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).
96
- [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).
97
- [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).
98
- [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).
99
- [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).
100
- [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).
101
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_leaderboard_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_leaderboard_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_leaderboard_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
102
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_leaderboard_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_user_leaderboard_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_leaderboard_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
103
- [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).
104
- [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).
105
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_points_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_points_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_points_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
106
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_points_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_points_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_points_get_200_response=NewModel,ModelA=NewModelA in CLI).
107
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_points_history_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_points_history_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_points_history_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
108
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_points_history_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_user_points_history_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_points_history_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
109
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_points_history_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_points_history_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_points_history_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
110
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_points_history_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_points_history_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_points_history_get_200_response=NewModel,ModelA=NewModelA in CLI).
111
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_apply_affiliate_code_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_user_apply_affiliate_code_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_apply_affiliate_code_post_request=NewModel,ModelA=NewModelA in CLI).
112
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_apply_affiliate_code_post_200_response_responseObject_referrer. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_apply_affiliate_code_post_200_response_responseObject_referrer=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_apply_affiliate_code_post_200_response_responseObject_referrer=NewModel,ModelA=NewModelA in CLI).
113
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_apply_affiliate_code_post_200_response_responseObject. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_apply_affiliate_code_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_apply_affiliate_code_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
114
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_apply_affiliate_code_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_apply_affiliate_code_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_apply_affiliate_code_post_200_response=NewModel,ModelA=NewModelA in CLI).
115
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_affiliate_get_200_response_responseObject_statistics. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_affiliate_get_200_response_responseObject_statistics=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_affiliate_get_200_response_responseObject_statistics=NewModel,ModelA=NewModelA in CLI).
116
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_affiliate_get_200_response_responseObject. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_affiliate_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_affiliate_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
117
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_affiliate_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_affiliate_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_affiliate_get_200_response=NewModel,ModelA=NewModelA in CLI).
118
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_recent_referrals_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_recent_referrals_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_recent_referrals_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
119
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_recent_referrals_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_user_recent_referrals_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_recent_referrals_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
120
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_recent_referrals_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_recent_referrals_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_recent_referrals_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
121
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_recent_referrals_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_recent_referrals_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_recent_referrals_get_200_response=NewModel,ModelA=NewModelA in CLI).
122
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_reward_points_post_request_metadata. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_reward_points_post_request_metadata=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_reward_points_post_request_metadata=NewModel,ModelA=NewModelA in CLI).
123
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_reward_points_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_user_reward_points_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_reward_points_post_request=NewModel,ModelA=NewModelA in CLI).
124
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_reward_points_post_200_response_responseObject. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_reward_points_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_reward_points_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
125
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_reward_points_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_reward_points_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_reward_points_post_200_response=NewModel,ModelA=NewModelA in CLI).
126
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_me_get_200_response_responseObject_referrer. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_me_get_200_response_responseObject_referrer=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_me_get_200_response_responseObject_referrer=NewModel,ModelA=NewModelA in CLI).
127
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_me_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_me_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_me_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
128
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_me_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_me_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_me_get_200_response=NewModel,ModelA=NewModelA in CLI).
129
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_fcm_token_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_user_fcm_token_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_fcm_token_post_request=NewModel,ModelA=NewModelA in CLI).
130
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_fcm_token_post_200_response_responseObject. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_fcm_token_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_fcm_token_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
131
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_user_fcm_token_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_user_fcm_token_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_user_fcm_token_post_200_response=NewModel,ModelA=NewModelA in CLI).
132
- [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).
133
- [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).
134
- [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).
135
- [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).
136
- [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).
137
- [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).
138
- [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).
139
- [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).
140
- [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).
141
- [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).
142
- [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).
143
- [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).
144
- [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).
145
- [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).
146
- [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).
147
- [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).
148
- [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).
149
- [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).
150
- [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).
151
- [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).
152
- [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).
153
- [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).
154
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_login_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_auth_login_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_login_post_request=NewModel,ModelA=NewModelA in CLI).
155
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_login_post_200_response_responseObject_user. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_auth_login_post_200_response_responseObject_user=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_login_post_200_response_responseObject_user=NewModel,ModelA=NewModelA in CLI).
156
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_login_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_auth_login_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_login_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
157
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_login_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_auth_login_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_login_post_200_response=NewModel,ModelA=NewModelA in CLI).
158
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_refresh_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_auth_refresh_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_refresh_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
159
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_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_auth_refresh_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_refresh_post_200_response=NewModel,ModelA=NewModelA in CLI).
160
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_social_mobile_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_auth_social_mobile_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_social_mobile_post_request=NewModel,ModelA=NewModelA in CLI).
161
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_social_mobile_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_auth_social_mobile_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_social_mobile_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
162
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_social_mobile_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_auth_social_mobile_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_social_mobile_post_200_response=NewModel,ModelA=NewModelA in CLI).
163
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_register_start_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_auth_register_start_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_register_start_post_request=NewModel,ModelA=NewModelA in CLI).
164
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_register_start_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_auth_register_start_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_register_start_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
165
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_register_start_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_auth_register_start_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_register_start_post_200_response=NewModel,ModelA=NewModelA in CLI).
166
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_register_verify_otp_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_auth_register_verify_otp_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_register_verify_otp_post_request=NewModel,ModelA=NewModelA in CLI).
167
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_register_verify_otp_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_auth_register_verify_otp_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_register_verify_otp_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
168
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_register_verify_otp_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_auth_register_verify_otp_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_register_verify_otp_post_200_response=NewModel,ModelA=NewModelA in CLI).
169
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_register_complete_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_auth_register_complete_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_register_complete_post_request=NewModel,ModelA=NewModelA in CLI).
170
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_register_complete_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_auth_register_complete_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_register_complete_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
171
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_register_complete_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_auth_register_complete_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_register_complete_post_200_response=NewModel,ModelA=NewModelA in CLI).
172
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_forgot_password_request_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_auth_forgot_password_request_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_forgot_password_request_post_request=NewModel,ModelA=NewModelA in CLI).
173
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_forgot_password_verify_otp_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_auth_forgot_password_verify_otp_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_forgot_password_verify_otp_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
174
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_forgot_password_verify_otp_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_auth_forgot_password_verify_otp_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_forgot_password_verify_otp_post_200_response=NewModel,ModelA=NewModelA in CLI).
175
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_forgot_password_change_password_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_auth_forgot_password_change_password_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_forgot_password_change_password_post_request=NewModel,ModelA=NewModelA in CLI).
176
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_forgot_password_change_password_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_auth_forgot_password_change_password_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_forgot_password_change_password_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
177
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_forgot_password_change_password_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_auth_forgot_password_change_password_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_forgot_password_change_password_post_200_response=NewModel,ModelA=NewModelA in CLI).
178
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_auth_change_password_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_auth_change_password_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_auth_change_password_post_request=NewModel,ModelA=NewModelA in CLI).
179
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_videogames_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_esport_videogames_get_200_response_responseObject_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_videogames_get_200_response_responseObject_inner=NewModel,ModelA=NewModelA in CLI).
180
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_videogames_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_videogames_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_videogames_get_200_response=NewModel,ModelA=NewModelA in CLI).
181
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
182
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_team. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_team=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_team=NewModel,ModelA=NewModelA in CLI).
183
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_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_esport_matches_get_200_response_responseObject_items_inner_results_inner_players_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner_players_inner=NewModel,ModelA=NewModelA in CLI).
184
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_results_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_results_inner=NewModel,ModelA=NewModelA in CLI).
185
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_streams_list_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_streams_list_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_streams_list_inner=NewModel,ModelA=NewModelA in CLI).
186
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_Tournament. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Tournament=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Tournament=NewModel,ModelA=NewModelA in CLI).
187
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_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_esport_matches_get_200_response_responseObject_items_inner_League=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_League=NewModel,ModelA=NewModelA in CLI).
188
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_Serie. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Serie=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Serie=NewModel,ModelA=NewModelA in CLI).
189
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_Opponents_inner_Team. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Opponents_inner_Team=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Opponents_inner_Team=NewModel,ModelA=NewModelA in CLI).
190
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_Opponents_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Opponents_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Opponents_inner=NewModel,ModelA=NewModelA in CLI).
191
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_inner_Games_inner_winner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Games_inner_winner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Games_inner_winner=NewModel,ModelA=NewModelA in CLI).
192
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_matches_get_200_response_responseObject_items_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_esport_matches_get_200_response_responseObject_items_inner_Games_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner_Games_inner=NewModel,ModelA=NewModelA in CLI).
193
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_matches_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
194
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_matches_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
195
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_matches_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches_get_200_response=NewModel,ModelA=NewModelA in CLI).
196
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_matches__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_matches__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
197
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_players_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_players_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
198
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_players_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_players_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
199
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_players_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_players_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
200
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_players_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_players_get_200_response=NewModel,ModelA=NewModelA in CLI).
201
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_players__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_players__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
202
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_teams_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_esport_teams_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_teams_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
203
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_teams_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_esport_teams_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_teams_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
204
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_teams_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_teams_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_teams_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
205
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_teams_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_teams_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_teams_get_200_response=NewModel,ModelA=NewModelA in CLI).
206
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_teams__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_teams__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_teams__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
207
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_tournaments_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_tournaments_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
208
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_tournaments_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_tournaments_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
209
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_tournaments_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_tournaments_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
210
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_tournaments_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_tournaments_get_200_response=NewModel,ModelA=NewModelA in CLI).
211
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_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_esport_tournaments__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_tournaments__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
212
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_series_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_esport_series_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_series_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
213
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_series_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_esport_series_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_series_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
214
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_series_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_series_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_series_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
215
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_series_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_series_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_series_get_200_response=NewModel,ModelA=NewModelA in CLI).
216
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_series__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_series__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_series__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
217
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_leagues_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_esport_leagues_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_leagues_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
218
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_esport_leagues_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_esport_leagues_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_esport_leagues_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
219
- [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).
220
- [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).
221
- [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).
222
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_get_filter_parameter. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_admin_app_configs_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
223
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_get_200_response_responseObject_items_inner_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_admin_app_configs_get_200_response_responseObject_items_inner_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_get_200_response_responseObject_items_inner_inner=NewModel,ModelA=NewModelA in CLI).
224
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_get_200_response_responseObject. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_admin_app_configs_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
225
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_admin_app_configs_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_get_200_response=NewModel,ModelA=NewModelA in CLI).
226
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_post_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_admin_app_configs_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_post_request=NewModel,ModelA=NewModelA in CLI).
227
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_post_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_admin_app_configs_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_post_200_response=NewModel,ModelA=NewModelA in CLI).
228
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs__id__put_request. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_admin_app_configs__id__put_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs__id__put_request=NewModel,ModelA=NewModelA in CLI).
229
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_admin_app_configs_group__group__get_200_response. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_admin_app_configs_group__group__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_admin_app_configs_group__group__get_200_response=NewModel,ModelA=NewModelA in CLI).
230
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_mma_events_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_mma_events_get_filter_parameter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_mma_events_get_filter_parameter=NewModel,ModelA=NewModelA in CLI).
231
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_mma_events_get_200_response_responseObject_items_inner_Fights_inner_FightFighters_inner_Fighter. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_mma_events_get_200_response_responseObject_items_inner_Fights_inner_FightFighters_inner_Fighter=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_mma_events_get_200_response_responseObject_items_inner_Fights_inner_FightFighters_inner_Fighter=NewModel,ModelA=NewModelA in CLI).
232
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_mma_events_get_200_response_responseObject_items_inner_Fights_inner_FightFighters_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_mma_events_get_200_response_responseObject_items_inner_Fights_inner_FightFighters_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_mma_events_get_200_response_responseObject_items_inner_Fights_inner_FightFighters_inner=NewModel,ModelA=NewModelA in CLI).
233
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_mma_events_get_200_response_responseObject_items_inner_Fights_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_mma_events_get_200_response_responseObject_items_inner_Fights_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_mma_events_get_200_response_responseObject_items_inner_Fights_inner=NewModel,ModelA=NewModelA in CLI).
234
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_mma_events_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_mma_events_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_mma_events_get_200_response_responseObject_items_inner=NewModel,ModelA=NewModelA in CLI).
235
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_mma_events_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_mma_events_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_mma_events_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
236
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_mma_events_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_mma_events_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_mma_events_get_200_response=NewModel,ModelA=NewModelA in CLI).
237
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_mma_events__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_mma_events__id__get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_mma_events__id__get_200_response=NewModel,ModelA=NewModelA in CLI).
238
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_notification_user_post_request_payload. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_notification_user_post_request_payload=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_notification_user_post_request_payload=NewModel,ModelA=NewModelA in CLI).
239
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_notification_user_post_request_options. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_notification_user_post_request_options=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_notification_user_post_request_options=NewModel,ModelA=NewModelA in CLI).
240
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_notification_user_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_notification_user_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_notification_user_post_request=NewModel,ModelA=NewModelA in CLI).
241
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_notification_user_post_200_response_responseObject_errors_inner. To have complete control of the model name, set the `title` field or use the modelNameMapping option (e.g. --model-name-mappings _api_notification_user_post_200_response_responseObject_errors_inner=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_notification_user_post_200_response_responseObject_errors_inner=NewModel,ModelA=NewModelA in CLI).
242
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_notification_user_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_notification_user_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_notification_user_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
243
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_notification_user_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_notification_user_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_notification_user_post_200_response=NewModel,ModelA=NewModelA in CLI).
244
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_notification_topic_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_notification_topic_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_notification_topic_post_request=NewModel,ModelA=NewModelA in CLI).
245
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_wallet_bind_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_wallet_bind_post_request=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_wallet_bind_post_request=NewModel,ModelA=NewModelA in CLI).
246
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_wallet_bind_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_wallet_bind_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_wallet_bind_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
247
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_wallet_bind_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_wallet_bind_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_wallet_bind_post_200_response=NewModel,ModelA=NewModelA in CLI).
248
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_wallet_unbind_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_wallet_unbind_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_wallet_unbind_post_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
249
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_wallet_unbind_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_wallet_unbind_post_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_wallet_unbind_post_200_response=NewModel,ModelA=NewModelA in CLI).
250
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_wallet_conversion_rate_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_wallet_conversion_rate_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_wallet_conversion_rate_get_200_response_responseObject=NewModel,ModelA=NewModelA in CLI).
251
- [main] INFO o.o.codegen.InlineModelResolver - Inline schema created as _api_wallet_conversion_rate_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_wallet_conversion_rate_get_200_response=NewModel,ModelA=NewModelA in CLI) or inlineSchemaNameMapping option (--inline-schema-name-mappings _api_wallet_conversion_rate_get_200_response=NewModel,ModelA=NewModelA in CLI).
252
- [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/]
253
- [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/]
254
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsGet200Response.ts
255
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsGet200ResponseResponseObject.ts
256
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsGet200ResponseResponseObjectItemsInnerInner.ts
257
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsGetFilterParameter.ts
258
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsGroupGroupGet200Response.ts
259
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsIdPutRequest.ts
260
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsPost200Response.ts
261
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAdminAppConfigsPostRequest.ts
262
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthChangePasswordPostRequest.ts
263
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthForgotPasswordChangePasswordPost200Response.ts
264
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthForgotPasswordChangePasswordPost200ResponseResponseObject.ts
265
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthForgotPasswordChangePasswordPostRequest.ts
266
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthForgotPasswordRequestPostRequest.ts
267
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthForgotPasswordVerifyOtpPost200Response.ts
268
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthForgotPasswordVerifyOtpPost200ResponseResponseObject.ts
269
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthLoginPost200Response.ts
270
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthLoginPost200ResponseResponseObject.ts
271
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthLoginPost200ResponseResponseObjectUser.ts
272
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthLoginPostRequest.ts
273
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRefreshPost200Response.ts
274
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRefreshPost200ResponseResponseObject.ts
275
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRegisterCompletePost200Response.ts
276
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRegisterCompletePost200ResponseResponseObject.ts
277
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRegisterCompletePostRequest.ts
278
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRegisterStartPost200Response.ts
279
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRegisterStartPost200ResponseResponseObject.ts
280
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRegisterStartPostRequest.ts
281
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRegisterVerifyOtpPost200Response.ts
282
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRegisterVerifyOtpPost200ResponseResponseObject.ts
283
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthRegisterVerifyOtpPostRequest.ts
284
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthSocialMobilePost200Response.ts
285
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthSocialMobilePost200ResponseResponseObject.ts
286
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiAuthSocialMobilePostRequest.ts
287
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportLeaguesGet200Response.ts
288
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportLeaguesGet200ResponseResponseObject.ts
289
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportLeaguesGet200ResponseResponseObjectItemsInner.ts
290
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportLeaguesGetFilterParameter.ts
291
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportLeaguesIdGet200Response.ts
292
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200Response.ts
293
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObject.ts
294
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInner.ts
295
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerGamesInner.ts
296
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerGamesInnerWinner.ts
297
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerLeague.ts
298
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerOpponentsInner.ts
299
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerOpponentsInnerTeam.ts
300
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInner.ts
301
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerPlayersInner.ts
302
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerResultsInnerTeam.ts
303
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerSerie.ts
304
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerStreamsListInner.ts
305
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGet200ResponseResponseObjectItemsInnerTournament.ts
306
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesGetFilterParameter.ts
307
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportMatchesIdGet200Response.ts
308
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportPlayersGet200Response.ts
309
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportPlayersGet200ResponseResponseObject.ts
310
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportPlayersGet200ResponseResponseObjectItemsInner.ts
311
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportPlayersGetFilterParameter.ts
312
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportPlayersIdGet200Response.ts
313
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportSeriesGet200Response.ts
314
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportSeriesGet200ResponseResponseObject.ts
315
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportSeriesGet200ResponseResponseObjectItemsInner.ts
316
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportSeriesGetFilterParameter.ts
317
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportSeriesIdGet200Response.ts
318
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportTeamsGet200Response.ts
319
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportTeamsGet200ResponseResponseObject.ts
320
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportTeamsGet200ResponseResponseObjectItemsInner.ts
321
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportTeamsGetFilterParameter.ts
322
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportTeamsIdGet200Response.ts
323
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportTournamentsGet200Response.ts
324
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportTournamentsGet200ResponseResponseObject.ts
325
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportTournamentsGet200ResponseResponseObjectItemsInner.ts
326
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportTournamentsGetFilterParameter.ts
327
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportTournamentsIdGet200Response.ts
328
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportVideogamesGet200Response.ts
329
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiEsportVideogamesGet200ResponseResponseObjectInner.ts
330
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsGet200Response.ts
331
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsGet200ResponseResponseObject.ts
332
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsGet200ResponseResponseObjectItemsInner.ts
333
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsGetFilterParameter.ts
334
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsGetFilterParameterIsPopular.ts
335
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsIdDelete200Response.ts
336
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsIdPutRequest.ts
337
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsPost200Response.ts
338
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuGameTopupsPostRequest.ts
339
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuPrivateStreamPostRequest.ts
340
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsGet200Response.ts
341
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsGet200ResponseResponseObject.ts
342
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsGet200ResponseResponseObjectItemsInner.ts
343
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsGetFilterParameter.ts
344
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsIdPutRequest.ts
345
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsPost200Response.ts
346
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiGarudakuTournamentsPostRequest.ts
347
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiHealthCheckGet200Response.ts
348
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiMmaEventsGet200Response.ts
349
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiMmaEventsGet200ResponseResponseObject.ts
350
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiMmaEventsGet200ResponseResponseObjectItemsInner.ts
351
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiMmaEventsGet200ResponseResponseObjectItemsInnerFightsInner.ts
352
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiMmaEventsGet200ResponseResponseObjectItemsInnerFightsInnerFightFightersInner.ts
353
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiMmaEventsGet200ResponseResponseObjectItemsInnerFightsInnerFightFightersInnerFighter.ts
354
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiMmaEventsGetFilterParameter.ts
355
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiMmaEventsIdGet200Response.ts
356
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200Response.ts
357
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200ResponseResponseObject.ts
358
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsCategoriesListGet200ResponseResponseObjectCategoriesInner.ts
359
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsGet200Response.ts
360
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsGet200ResponseResponseObject.ts
361
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsGet200ResponseResponseObjectItemsInner.ts
362
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200Response.ts
363
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200ResponseResponseObject.ts
364
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200ResponseResponseObjectLeaguesInner.ts
365
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNewsIdGet200ResponseResponseObjectLeaguesInnerLeague.ts
366
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNotificationTopicPostRequest.ts
367
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNotificationUserPost200Response.ts
368
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNotificationUserPost200ResponseResponseObject.ts
369
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNotificationUserPost200ResponseResponseObjectErrorsInner.ts
370
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNotificationUserPostRequest.ts
371
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNotificationUserPostRequestOptions.ts
372
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiNotificationUserPostRequestPayload.ts
373
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200Response.ts
374
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObject.ts
375
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInner.ts
376
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerPlayers.ts
377
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerPlayersTeam1Inner.ts
378
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGet200ResponseResponseObjectItemsInnerScoreInner.ts
379
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameter.ts
380
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterId.ts
381
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterName.ts
382
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesGetFilterParameterPlayedAt.ts
383
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200Response.ts
384
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObject.ts
385
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectSets.ts
386
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInner.ts
387
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectSetsSetsInnerGamesInner.ts
388
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectStats.ts
389
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelMatchesIdGet200ResponseResponseObjectStatsConnections.ts
390
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiPadelSeedGet200Response.ts
391
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisEventTypesGet200Response.ts
392
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisEventTypesGet200ResponseResponseObjectInner.ts
393
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesGet200Response.ts
394
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesGet200ResponseResponseObject.ts
395
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesGet200ResponseResponseObjectItemsInner.ts
396
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesGetFilterParameter.ts
397
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesIdGet200Response.ts
398
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesIdGet200ResponseResponseObject.ts
399
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesIdGet200ResponseResponseObjectFirstPlayer.ts
400
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisMatchesIdGet200ResponseResponseObjectTournament.ts
401
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGet200Response.ts
402
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGet200ResponseResponseObject.ts
403
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGet200ResponseResponseObjectItemsInner.ts
404
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGet200ResponseResponseObjectItemsInnerStatsInner.ts
405
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGet200ResponseResponseObjectItemsInnerTournamentsInner.ts
406
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersGetFilterParameter.ts
407
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisPlayersIdGet200Response.ts
408
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisTournamentsGet200Response.ts
409
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisTournamentsGet200ResponseResponseObject.ts
410
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisTournamentsGet200ResponseResponseObjectItemsInner.ts
411
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisTournamentsGetFilterParameter.ts
412
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTennisTournamentsIdGet200Response.ts
413
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGameTypesGet200Response.ts
414
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200Response.ts
415
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200ResponseResponseObject.ts
416
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200ResponseResponseObjectItemsInner.ts
417
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGet200ResponseResponseObjectItemsInnerGameType.ts
418
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentGetFilterParameter.ts
419
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdDelete200Response.ts
420
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdDelete200ResponseResponseObject.ts
421
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200Response.ts
422
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObject.ts
423
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectGameType.ts
424
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchTeamInner.ts
425
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchTeamInnerTeamA.ts
426
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchesSoloInner.ts
427
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectMatchesSoloInnerPlayerA1.ts
428
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectPlayersInner.ts
429
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectPlayersInnerFinalScores.ts
430
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectTeamInner.ts
431
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelIdGet200ResponseResponseObjectTeamInnerFinalScoreTeam.ts
432
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200Response.ts
433
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObject.ts
434
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectClubScore.ts
435
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelLeaderboardIdGet200ResponseResponseObjectLeaderboardInner.ts
436
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPut200Response.ts
437
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPut200ResponseResponseObject.ts
438
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPutRequest.ts
439
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchSoloPutRequestBody.ts
440
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchTeamPut200Response.ts
441
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchTeamPut200ResponseResponseObject.ts
442
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchTeamPutRequest.ts
443
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelMatchTeamPutRequestBody.ts
444
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPost200Response.ts
445
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPost200ResponseResponseObject.ts
446
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequest.ts
447
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequestBody.ts
448
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequestBodyPlayersInner.ts
449
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentPadelPostRequestBodyTeamsInner.ts
450
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiTournamentSeedGameTypesGet200Response.ts
451
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserAffiliateGet200Response.ts
452
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserAffiliateGet200ResponseResponseObject.ts
453
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserAffiliateGet200ResponseResponseObjectStatistics.ts
454
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserApplyAffiliateCodePost200Response.ts
455
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserApplyAffiliateCodePost200ResponseResponseObject.ts
456
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserApplyAffiliateCodePost200ResponseResponseObjectReferrer.ts
457
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserApplyAffiliateCodePostRequest.ts
458
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserFcmTokenPost200Response.ts
459
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserFcmTokenPost200ResponseResponseObject.ts
460
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserFcmTokenPostRequest.ts
461
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserGet200Response.ts
462
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserGetFilterParameter.ts
463
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserLeaderboardGet200Response.ts
464
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserLeaderboardGet200ResponseResponseObject.ts
465
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserLeaderboardGet200ResponseResponseObjectItemsInner.ts
466
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserLeaderboardGetFilterParameter.ts
467
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserMeGet200Response.ts
468
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserMeGet200ResponseResponseObject.ts
469
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserMeGet200ResponseResponseObjectReferrer.ts
470
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointsGet200Response.ts
471
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointsGet200ResponseResponseObject.ts
472
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointsHistoryGet200Response.ts
473
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointsHistoryGet200ResponseResponseObject.ts
474
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointsHistoryGet200ResponseResponseObjectItemsInner.ts
475
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserPointsHistoryGetFilterParameter.ts
476
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserRecentReferralsGet200Response.ts
477
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserRecentReferralsGet200ResponseResponseObject.ts
478
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserRecentReferralsGet200ResponseResponseObjectItemsInner.ts
479
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserRecentReferralsGetFilterParameter.ts
480
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserRewardPointsPost200Response.ts
481
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserRewardPointsPost200ResponseResponseObject.ts
482
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserRewardPointsPostRequest.ts
483
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiUserRewardPointsPostRequestMetadata.ts
484
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiWalletBindPost200Response.ts
485
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiWalletBindPost200ResponseResponseObject.ts
486
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiWalletBindPostRequest.ts
487
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiWalletConversionRateGet200Response.ts
488
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiWalletConversionRateGet200ResponseResponseObject.ts
489
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiWalletUnbindPost200Response.ts
490
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiWalletUnbindPost200ResponseResponseObject.ts
491
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200Response.ts
492
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200ResponseResponseObject.ts
493
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200ResponseResponseObjectCurrentLive.ts
494
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubeDrxContentGet200ResponseResponseObjectPreviousContentInner.ts
495
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubePrivateStreamDelete200Response.ts
496
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubePrivateStreamPost200Response.ts
497
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubePrivateStreamPost200ResponseResponseObject.ts
498
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/ApiYoutubePrivateStreamPost200ResponseResponseObjectPrivateStream.ts
499
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/PrivateStreamRequest.ts
500
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/PrivateStreamResponse.ts
501
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/healthCheck. Renamed to auto-generated operationId: apiHealthCheckGet
502
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news. Renamed to auto-generated operationId: apiNewsGet
503
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news/{id}. Renamed to auto-generated operationId: apiNewsIdGet
504
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/news/categories/list. Renamed to auto-generated operationId: apiNewsCategoriesListGet
505
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/matches. Renamed to auto-generated operationId: apiPadelMatchesGet
506
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/matches/{id}. Renamed to auto-generated operationId: apiPadelMatchesIdGet
507
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/seed. Renamed to auto-generated operationId: apiPadelSeedGet
508
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/padel/sync. Renamed to auto-generated operationId: apiPadelSyncGet
509
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/youtube/drx-content. Renamed to auto-generated operationId: apiYoutubeDrxContentGet
510
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/youtube/private-stream. Renamed to auto-generated operationId: apiYoutubePrivateStreamPost
511
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/youtube/private-stream. Renamed to auto-generated operationId: apiYoutubePrivateStreamDelete
512
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/youtube/refresh. Renamed to auto-generated operationId: apiYoutubeRefreshPost
513
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/garudaku/content. Renamed to auto-generated operationId: apiGarudakuContentGet
514
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/garudaku/private-stream. Renamed to auto-generated operationId: apiGarudakuPrivateStreamPost
515
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/garudaku/private-stream. Renamed to auto-generated operationId: apiGarudakuPrivateStreamDelete
516
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/garudaku/refresh. Renamed to auto-generated operationId: apiGarudakuRefreshPost
517
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/garudaku/game-topups. Renamed to auto-generated operationId: apiGarudakuGameTopupsGet
518
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/garudaku/game-topups. Renamed to auto-generated operationId: apiGarudakuGameTopupsPost
519
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/garudaku/game-topups/{id}. Renamed to auto-generated operationId: apiGarudakuGameTopupsIdPut
520
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/garudaku/game-topups/{id}. Renamed to auto-generated operationId: apiGarudakuGameTopupsIdDelete
521
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/garudaku/tournaments. Renamed to auto-generated operationId: apiGarudakuTournamentsGet
522
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/garudaku/tournaments. Renamed to auto-generated operationId: apiGarudakuTournamentsPost
523
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/garudaku/tournaments/{id}. Renamed to auto-generated operationId: apiGarudakuTournamentsIdPut
524
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/garudaku/tournaments/{id}. Renamed to auto-generated operationId: apiGarudakuTournamentsIdDelete
525
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament. Renamed to auto-generated operationId: apiTournamentGet
526
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/tournament/padel. Renamed to auto-generated operationId: apiTournamentPadelPost
527
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/padel/{id}. Renamed to auto-generated operationId: apiTournamentPadelIdGet
528
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/tournament/padel/{id}. Renamed to auto-generated operationId: apiTournamentPadelIdDelete
529
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/seed-game-types. Renamed to auto-generated operationId: apiTournamentSeedGameTypesGet
530
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/game-types. Renamed to auto-generated operationId: apiTournamentGameTypesGet
531
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/tournament/padel/match-solo. Renamed to auto-generated operationId: apiTournamentPadelMatchSoloPut
532
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/tournament/padel/match-team. Renamed to auto-generated operationId: apiTournamentPadelMatchTeamPut
533
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tournament/padel/leaderboard/{id}. Renamed to auto-generated operationId: apiTournamentPadelLeaderboardIdGet
534
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user. Renamed to auto-generated operationId: apiUserGet
535
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/leaderboard. Renamed to auto-generated operationId: apiUserLeaderboardGet
536
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/points. Renamed to auto-generated operationId: apiUserPointsGet
537
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/points/history. Renamed to auto-generated operationId: apiUserPointsHistoryGet
538
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/user/apply-affiliate-code. Renamed to auto-generated operationId: apiUserApplyAffiliateCodePost
539
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/affiliate. Renamed to auto-generated operationId: apiUserAffiliateGet
540
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/recent-referrals. Renamed to auto-generated operationId: apiUserRecentReferralsGet
541
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/user/reward-points. Renamed to auto-generated operationId: apiUserRewardPointsPost
542
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/user/me. Renamed to auto-generated operationId: apiUserMeGet
543
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/user/fcm-token. Renamed to auto-generated operationId: apiUserFcmTokenPost
544
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/matches. Renamed to auto-generated operationId: apiTennisMatchesGet
545
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/matches/{id}. Renamed to auto-generated operationId: apiTennisMatchesIdGet
546
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/players. Renamed to auto-generated operationId: apiTennisPlayersGet
547
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/players/{id}. Renamed to auto-generated operationId: apiTennisPlayersIdGet
548
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/tournaments. Renamed to auto-generated operationId: apiTennisTournamentsGet
549
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/tournaments/{id}. Renamed to auto-generated operationId: apiTennisTournamentsIdGet
550
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/seed. Renamed to auto-generated operationId: apiTennisSeedGet
551
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/sync. Renamed to auto-generated operationId: apiTennisSyncGet
552
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/tennis/event-types. Renamed to auto-generated operationId: apiTennisEventTypesGet
553
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/login. Renamed to auto-generated operationId: apiAuthLoginPost
554
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/refresh. Renamed to auto-generated operationId: apiAuthRefreshPost
555
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/auth/validate. Renamed to auto-generated operationId: apiAuthValidateGet
556
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/social/mobile. Renamed to auto-generated operationId: apiAuthSocialMobilePost
557
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/register/start. Renamed to auto-generated operationId: apiAuthRegisterStartPost
558
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/register/verify-otp. Renamed to auto-generated operationId: apiAuthRegisterVerifyOtpPost
559
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/register/complete. Renamed to auto-generated operationId: apiAuthRegisterCompletePost
560
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/forgot-password/request. Renamed to auto-generated operationId: apiAuthForgotPasswordRequestPost
561
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/forgot-password/verify-otp. Renamed to auto-generated operationId: apiAuthForgotPasswordVerifyOtpPost
562
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/forgot-password/change-password. Renamed to auto-generated operationId: apiAuthForgotPasswordChangePasswordPost
563
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/auth/change-password. Renamed to auto-generated operationId: apiAuthChangePasswordPost
564
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/videogames. Renamed to auto-generated operationId: apiEsportVideogamesGet
565
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/matches. Renamed to auto-generated operationId: apiEsportMatchesGet
566
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/matches/{id}. Renamed to auto-generated operationId: apiEsportMatchesIdGet
567
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/players. Renamed to auto-generated operationId: apiEsportPlayersGet
568
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/players/{id}. Renamed to auto-generated operationId: apiEsportPlayersIdGet
569
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/teams. Renamed to auto-generated operationId: apiEsportTeamsGet
570
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/teams/{id}. Renamed to auto-generated operationId: apiEsportTeamsIdGet
571
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/tournaments. Renamed to auto-generated operationId: apiEsportTournamentsGet
572
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/tournaments/{id}. Renamed to auto-generated operationId: apiEsportTournamentsIdGet
573
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/series. Renamed to auto-generated operationId: apiEsportSeriesGet
574
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/series/{id}. Renamed to auto-generated operationId: apiEsportSeriesIdGet
575
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/leagues. Renamed to auto-generated operationId: apiEsportLeaguesGet
576
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/esport/leagues/{id}. Renamed to auto-generated operationId: apiEsportLeaguesIdGet
577
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/admin/app-configs. Renamed to auto-generated operationId: apiAdminAppConfigsGet
578
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/admin/app-configs. Renamed to auto-generated operationId: apiAdminAppConfigsPost
579
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/admin/app-configs/{id}. Renamed to auto-generated operationId: apiAdminAppConfigsIdGet
580
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: put /api/admin/app-configs/{id}. Renamed to auto-generated operationId: apiAdminAppConfigsIdPut
581
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: delete /api/admin/app-configs/{id}. Renamed to auto-generated operationId: apiAdminAppConfigsIdDelete
582
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/admin/app-configs/key/{key}. Renamed to auto-generated operationId: apiAdminAppConfigsKeyKeyGet
583
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/admin/app-configs/group/{group}. Renamed to auto-generated operationId: apiAdminAppConfigsGroupGroupGet
584
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/mma/events. Renamed to auto-generated operationId: apiMmaEventsGet
585
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/mma/events/{id}. Renamed to auto-generated operationId: apiMmaEventsIdGet
586
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/notification/user. Renamed to auto-generated operationId: apiNotificationUserPost
587
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/notification/topic. Renamed to auto-generated operationId: apiNotificationTopicPost
588
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/wallet/bind. Renamed to auto-generated operationId: apiWalletBindPost
589
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: post /api/wallet/unbind. Renamed to auto-generated operationId: apiWalletUnbindPost
590
- [main] WARN o.o.codegen.DefaultCodegen - Empty operationId found for path: get /api/wallet/conversion-rate. Renamed to auto-generated operationId: apiWalletConversionRateGet
591
- [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/]
592
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/AppConfigApi.ts
593
- [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/]
594
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/AuthenticationApi.ts
595
- [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/]
596
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/EsportApi.ts
597
- [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/]
598
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/GarudakuApi.ts
599
- [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/]
600
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/HealthCheckApi.ts
601
- [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/]
602
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/MMAApi.ts
603
- [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/]
604
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/NewsApi.ts
605
- [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/]
606
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/NotificationApi.ts
607
- [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/]
608
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/PadelApi.ts
609
- [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/]
610
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/TennisApi.ts
611
- [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/]
612
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/TournamentApi.ts
613
- [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/]
614
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/UserApi.ts
615
- [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/]
616
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/UserAffiliateApi.ts
617
- [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/]
618
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/UserNotificationsApi.ts
619
- [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/]
620
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/UserPointsApi.ts
621
- [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/]
622
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/WalletApi.ts
623
- [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/]
624
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/YoutubeApi.ts
625
- [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/]
626
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./index.ts
627
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./runtime.ts
628
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./models/index.ts
629
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./apis/index.ts
630
- [main] INFO o.o.codegen.TemplateManager - Skipped /root/drx-sdk/./.openapi-generator-ignore (Skipped by supportingFiles options supplied by user.)
631
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./.openapi-generator/VERSION
632
- [main] INFO o.o.codegen.TemplateManager - writing file /root/drx-sdk/./.openapi-generator/FILES
633
- ################################################################################
634
- # Thanks for using OpenAPI Generator. #
635
- # Please consider donation to help us maintain this project 🙏 #
636
- # https://opencollective.com/openapi_generator/donate #
637
- ################################################################################
638
- ✅ SDK generated
639
- On branch master
640
- Your branch is up to date with 'origin/master'.
641
-
642
- nothing to commit, working tree clean
643
- Everything up-to-date
644
- ✅ Changes committed and pushed
645
- v1.1.317
646
- To https://gitlab.com/drx-super/drx-sdk.git
647
- e6a9d64..89f9fa8 master -> master
648
- ✅ Version bumped
649
-
650
- > @drxsuperapp/sdk@1.1.317 prepublishOnly
651
- > npm run build
652
-
653
-
654
- > @drxsuperapp/sdk@1.1.317 build
655
- > tsc
656
-