@gambulls-org/gambulls-apis 3.0.316 → 3.0.318

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 (74) hide show
  1. package/.idea/gambulls-apis.iml +11 -11
  2. package/.idea/modules.xml +7 -7
  3. package/.idea/vcs.xml +5 -5
  4. package/.openapi-generator/FILES +560 -560
  5. package/.openapi-generator-ignore +23 -23
  6. package/README.md +16 -16
  7. package/api.ts +10356 -10356
  8. package/apis/AdminAffiliateApi.js +17 -7
  9. package/apis/AdminAppConfigApi.js +17 -7
  10. package/apis/AdminAuthApi.js +17 -7
  11. package/apis/AdminBannerApi.js +17 -7
  12. package/apis/AdminBonusApi.js +17 -7
  13. package/apis/AdminCategoryApi.js +17 -7
  14. package/apis/AdminChatApi.js +17 -7
  15. package/apis/AdminDashboardApi.js +17 -7
  16. package/apis/AdminExchangeApi.js +17 -7
  17. package/apis/AdminFileManagementApi.js +17 -7
  18. package/apis/AdminGamesApi.js +17 -7
  19. package/apis/AdminGroupApi.js +17 -7
  20. package/apis/AdminIBankRollApi.js +17 -7
  21. package/apis/AdminLoyaltyApi.js +17 -7
  22. package/apis/AdminManagementApi.js +17 -7
  23. package/apis/AdminMenuApi.js +17 -7
  24. package/apis/AdminPaymentSystemApi.js +17 -7
  25. package/apis/AdminPinnedMessageApi.js +17 -7
  26. package/apis/AdminPolicyApi.js +17 -7
  27. package/apis/AdminProvidersApi.js +17 -7
  28. package/apis/AdminRakebackEventApi.js +17 -7
  29. package/apis/AdminReportApi.js +17 -7
  30. package/apis/AdminSportApi.js +17 -7
  31. package/apis/AdminUserManagementApi.js +17 -7
  32. package/apis/AuthApi.js +17 -7
  33. package/apis/CMSApi.js +17 -7
  34. package/apis/CronDataCleanupApi.js +17 -7
  35. package/apis/HealthCheckApi.js +17 -7
  36. package/apis/PublicBannerApi.js +17 -7
  37. package/apis/PublicGamesApi.js +17 -7
  38. package/apis/PublicPolicyApi.js +17 -7
  39. package/apis/RGSApi.js +17 -7
  40. package/apis/RGSV2Api.js +17 -7
  41. package/apis/SportsbookApi.js +17 -7
  42. package/apis/TatumApi.js +17 -7
  43. package/apis/TestForNonProductionOnlyApi.js +17 -7
  44. package/apis/UserAffiliateApi.js +17 -7
  45. package/apis/UserAvatarApi.js +17 -7
  46. package/apis/UserBalanceApi.js +17 -7
  47. package/apis/UserBonusApi.js +17 -7
  48. package/apis/UserDepositApi.js +17 -7
  49. package/apis/UserDocumentApi.js +17 -7
  50. package/apis/UserGamesApi.js +17 -7
  51. package/apis/UserLoyaltyApi.js +17 -7
  52. package/apis/UserModeratorApi.js +17 -7
  53. package/apis/UserNotificationApi.js +17 -7
  54. package/apis/UserPreferencesApi.js +17 -7
  55. package/apis/UserProfileApi.js +17 -7
  56. package/apis/UserResponsibleGamingApi.js +17 -7
  57. package/apis/UserSportsbookApi.js +17 -7
  58. package/apis/UserStatisticApi.js +17 -7
  59. package/apis/UserTippingApi.js +17 -7
  60. package/apis/UserTransactionHistoryApi.js +17 -7
  61. package/apis/UserUploadApi.js +17 -7
  62. package/apis/UserWagerApi.js +17 -7
  63. package/apis/UserWithdrawalApi.js +17 -7
  64. package/base.ts +86 -86
  65. package/common.ts +150 -150
  66. package/configuration.ts +110 -110
  67. package/git_push.sh +57 -57
  68. package/hooks.json +8 -8
  69. package/models/ApiUserBalanceAllGet200ResponseResponseObjectInner.js +4 -0
  70. package/models/ApiUserBalanceAllGet200ResponseResponseObjectInner.ts +9 -0
  71. package/openapitools.json +7 -7
  72. package/package.json +26 -26
  73. package/tsconfig.json +108 -108
  74. package/workflow.sh +40 -40
@@ -1,23 +1,23 @@
1
- # OpenAPI Generator Ignore
2
- # Generated by openapi-generator https://github.com/openapitools/openapi-generator
3
-
4
- # Use this file to prevent files from being overwritten by the generator.
5
- # The patterns follow closely to .gitignore or .dockerignore.
6
-
7
- # As an example, the C# client generator defines ApiClient.cs.
8
- # You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9
- #ApiClient.cs
10
-
11
- # You can match any string of characters against a directory, file or extension with a single asterisk (*):
12
- #foo/*/qux
13
- # The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14
-
15
- # You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16
- #foo/**/qux
17
- # This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18
-
19
- # You can also negate patterns with an exclamation (!).
20
- # For example, you can ignore all files in a docs folder with the file extension .md:
21
- #docs/*.md
22
- # Then explicitly reverse the ignore rule for a single file:
23
- #!docs/README.md
1
+ # OpenAPI Generator Ignore
2
+ # Generated by openapi-generator https://github.com/openapitools/openapi-generator
3
+
4
+ # Use this file to prevent files from being overwritten by the generator.
5
+ # The patterns follow closely to .gitignore or .dockerignore.
6
+
7
+ # As an example, the C# client generator defines ApiClient.cs.
8
+ # You can make changes and tell OpenAPI Generator to ignore just this file by uncommenting the following line:
9
+ #ApiClient.cs
10
+
11
+ # You can match any string of characters against a directory, file or extension with a single asterisk (*):
12
+ #foo/*/qux
13
+ # The above matches foo/bar/qux and foo/baz/qux, but not foo/bar/baz/qux
14
+
15
+ # You can recursively match patterns against a directory, file or extension with a double asterisk (**):
16
+ #foo/**/qux
17
+ # This matches foo/bar/qux, foo/baz/qux, and foo/bar/baz/qux
18
+
19
+ # You can also negate patterns with an exclamation (!).
20
+ # For example, you can ignore all files in a docs folder with the file extension .md:
21
+ #docs/*.md
22
+ # Then explicitly reverse the ignore rule for a single file:
23
+ #!docs/README.md
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
- ```
2
- install java jdk
3
- npm i @openapitools/openapi-generator-cli -g
4
- openapi-generator-cli generate -i http://localhost:3001/swagger.json -g typescript-fetch -o ./
5
-
6
- npm version patch
7
- npm version minor
8
- npm version major
9
-
10
-
11
- npm publish
12
-
13
-
14
- npm run auto-run
15
- ```
16
-
1
+ ```
2
+ install java jdk
3
+ npm i @openapitools/openapi-generator-cli -g
4
+ openapi-generator-cli generate -i http://localhost:3001/swagger.json -g typescript-fetch -o ./
5
+
6
+ npm version patch
7
+ npm version minor
8
+ npm version major
9
+
10
+
11
+ npm publish
12
+
13
+
14
+ npm run auto-run
15
+ ```
16
+