60p82u21t54k 0.0.11

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 (78) hide show
  1. package/dist/60p82u21t54k.es.js +1 -0
  2. package/dist/60p82u21t54k.umd.js +1 -0
  3. package/dist/api/api.d.ts +4 -0
  4. package/dist/api/api.d.ts.map +1 -0
  5. package/dist/api/loginApi.d.ts +5 -0
  6. package/dist/api/loginApi.d.ts.map +1 -0
  7. package/dist/api/type.d.ts +37 -0
  8. package/dist/api/type.d.ts.map +1 -0
  9. package/dist/index.d.ts +1 -0
  10. package/dist/index.d.ts.map +1 -0
  11. package/dist/main.d.ts +1 -0
  12. package/dist/main.d.ts.map +1 -0
  13. package/dist/model/announcement/getAnnouncementResponse.d.ts +5 -0
  14. package/dist/model/announcement/getAnnouncementResponse.d.ts.map +1 -0
  15. package/dist/model/announcement/rawType.d.ts +7 -0
  16. package/dist/model/announcement/rawType.d.ts.map +1 -0
  17. package/dist/model/announcement/type.d.ts +7 -0
  18. package/dist/model/announcement/type.d.ts.map +1 -0
  19. package/dist/model/bankCard/type.d.ts +60 -0
  20. package/dist/model/bankCard/type.d.ts.map +1 -0
  21. package/dist/model/betReport/type.d.ts +39 -0
  22. package/dist/model/betReport/type.d.ts.map +1 -0
  23. package/dist/model/changePassword/type.d.ts +4 -0
  24. package/dist/model/changePassword/type.d.ts.map +1 -0
  25. package/dist/model/changeWithdrawalCode/type.d.ts +6 -0
  26. package/dist/model/changeWithdrawalCode/type.d.ts.map +1 -0
  27. package/dist/model/changeWithdrawalPassword/type.d.ts +6 -0
  28. package/dist/model/changeWithdrawalPassword/type.d.ts.map +1 -0
  29. package/dist/model/checkTransferCredit/type.d.ts +6 -0
  30. package/dist/model/checkTransferCredit/type.d.ts.map +1 -0
  31. package/dist/model/cms/type.d.ts +36 -0
  32. package/dist/model/cms/type.d.ts.map +1 -0
  33. package/dist/model/countLottery/type.d.ts +43 -0
  34. package/dist/model/countLottery/type.d.ts.map +1 -0
  35. package/dist/model/creditTransferReport/type.d.ts +16 -0
  36. package/dist/model/creditTransferReport/type.d.ts.map +1 -0
  37. package/dist/model/deposit/getPaymentsProviderResponse.d.ts +5 -0
  38. package/dist/model/deposit/getPaymentsProviderResponse.d.ts.map +1 -0
  39. package/dist/model/deposit/rawType.d.ts +170 -0
  40. package/dist/model/deposit/rawType.d.ts.map +1 -0
  41. package/dist/model/deposit/type.d.ts +58 -0
  42. package/dist/model/deposit/type.d.ts.map +1 -0
  43. package/dist/model/fishGameList/type.d.ts +7 -0
  44. package/dist/model/fishGameList/type.d.ts.map +1 -0
  45. package/dist/model/forgetPassword/type.d.ts +11 -0
  46. package/dist/model/forgetPassword/type.d.ts.map +1 -0
  47. package/dist/model/gameList/type.d.ts +48 -0
  48. package/dist/model/gameList/type.d.ts.map +1 -0
  49. package/dist/model/gamePassword/type.d.ts +13 -0
  50. package/dist/model/gamePassword/type.d.ts.map +1 -0
  51. package/dist/model/memberTransfer/type.d.ts +35 -0
  52. package/dist/model/memberTransfer/type.d.ts.map +1 -0
  53. package/dist/model/promotion/type.d.ts +35 -0
  54. package/dist/model/promotion/type.d.ts.map +1 -0
  55. package/dist/model/redPacket/type.d.ts +33 -0
  56. package/dist/model/redPacket/type.d.ts.map +1 -0
  57. package/dist/model/referral/type.d.ts +85 -0
  58. package/dist/model/referral/type.d.ts.map +1 -0
  59. package/dist/model/signIn/type.d.ts +23 -0
  60. package/dist/model/signIn/type.d.ts.map +1 -0
  61. package/dist/model/transactionReport/type.d.ts +30 -0
  62. package/dist/model/transactionReport/type.d.ts.map +1 -0
  63. package/dist/model/transfer/type.d.ts +19 -0
  64. package/dist/model/transfer/type.d.ts.map +1 -0
  65. package/dist/model/transferReport/type.d.ts +16 -0
  66. package/dist/model/transferReport/type.d.ts.map +1 -0
  67. package/dist/model/validation/type.d.ts +26 -0
  68. package/dist/model/validation/type.d.ts.map +1 -0
  69. package/dist/model/wallet/type.d.ts +25 -0
  70. package/dist/model/wallet/type.d.ts.map +1 -0
  71. package/dist/plugin.d.ts +5 -0
  72. package/dist/plugin.d.ts.map +1 -0
  73. package/dist/util/axiosConfig.d.ts +3 -0
  74. package/dist/util/axiosConfig.d.ts.map +1 -0
  75. package/dist/util/tool.d.ts +3 -0
  76. package/dist/util/tool.d.ts.map +1 -0
  77. package/dist/vite.svg +1 -0
  78. package/package.json +43 -0
@@ -0,0 +1 @@
1
+
@@ -0,0 +1 @@
1
+ (function(n){typeof define=="function"&&define.amd?define(n):n()})(function(){"use strict"});
@@ -0,0 +1,4 @@
1
+ import { ApiResponseMap, RequestPayload, Result } from './type';
2
+
3
+ export declare const post: <T extends keyof ApiResponseMap>(requests: RequestPayload<T>[]) => Promise<Result<T>>;
4
+ //# sourceMappingURL=api.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"api.d.ts","sourceRoot":"","sources":["../../src/api/api.ts"],"names":[],"mappings":"AAEA,OAAO,EAAO,cAAc,EAAiB,cAAc,EAAE,MAAM,EAAE,MAAM,QAAQ,CAAA;AAKnF,eAAO,MAAM,IAAI,GAAU,CAAC,SAAS,MAAM,cAAc,YAC7C,cAAc,CAAC,CAAC,CAAC,EAAE,KAC5B,OAAO,CAAC,MAAM,CAAC,CAAC,CAAC,CA4DnB,CAAA"}
@@ -0,0 +1,5 @@
1
+ export declare const login: (username: string, password: string) => Promise<{
2
+ status: number;
3
+ message: string;
4
+ }>;
5
+ //# sourceMappingURL=loginApi.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"loginApi.d.ts","sourceRoot":"","sources":["../../src/api/loginApi.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,aACN,MAAM,YACN,MAAM,KACf,OAAO,CAAC;IAAE,MAAM,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAwB7C,CAAA"}
@@ -0,0 +1,37 @@
1
+ import { AnnouncementResponse } from '../model/announcement/type';
2
+ import { CmsListResponse } from '../model/cms/type';
3
+ import { PaymentsProviderResponse } from '../model/deposit/type';
4
+ import { FishGameListResponse } from '../model/fishGameList/type';
5
+ import { GameListResponse } from '../model/gameList/type';
6
+
7
+ export declare enum Api {
8
+ announcement = "announcement",
9
+ gameList = "gameList",
10
+ fishGameList = "fishGameList",
11
+ cmsList = "cmsList",
12
+ paymentsProvider = "paymentsProvider"
13
+ }
14
+ export type ApiResponseMap = {
15
+ [Api.announcement]: AnnouncementResponse;
16
+ [Api.gameList]: GameListResponse;
17
+ [Api.fishGameList]: FishGameListResponse;
18
+ [Api.cmsList]: CmsListResponse;
19
+ [Api.paymentsProvider]: PaymentsProviderResponse;
20
+ };
21
+ export type ApiResponse<T extends keyof ApiResponseMap> = ApiResponseMap[T];
22
+ export type RequestPayload<T extends keyof ApiResponseMap> = {
23
+ name: T;
24
+ query: string;
25
+ };
26
+ export type Result<T extends keyof ApiResponseMap> = {
27
+ status: number;
28
+ message: string;
29
+ result: ApiResult<T>;
30
+ };
31
+ export type ApiResult<T extends keyof ApiResponseMap> = {
32
+ [K in T]: ApiResponseMap[K] | null;
33
+ };
34
+ export interface ExtendedError extends Error {
35
+ status?: number;
36
+ }
37
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../src/api/type.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAA;AAClD,OAAO,EAAE,wBAAwB,EAAE,MAAM,sBAAsB,CAAA;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAA;AAChE,OAAO,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAA;AAExD,oBAAY,GAAG;IACb,YAAY,iBAAiB;IAC7B,QAAQ,aAAa;IACrB,YAAY,iBAAiB;IAC7B,OAAO,YAAY;IACnB,gBAAgB,qBAAqB;CACtC;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE,oBAAoB,CAAA;IACxC,CAAC,GAAG,CAAC,QAAQ,CAAC,EAAE,gBAAgB,CAAA;IAChC,CAAC,GAAG,CAAC,YAAY,CAAC,EAAE,oBAAoB,CAAA;IACxC,CAAC,GAAG,CAAC,OAAO,CAAC,EAAE,eAAe,CAAA;IAC9B,CAAC,GAAG,CAAC,gBAAgB,CAAC,EAAE,wBAAwB,CAAA;CACjD,CAAA;AAED,MAAM,MAAM,WAAW,CAAC,CAAC,SAAS,MAAM,cAAc,IAAI,cAAc,CAAC,CAAC,CAAC,CAAA;AAE3E,MAAM,MAAM,cAAc,CAAC,CAAC,SAAS,MAAM,cAAc,IAAI;IAC3D,IAAI,EAAE,CAAC,CAAA;IACP,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,MAAM,CAAC,CAAC,SAAS,MAAM,cAAc,IAAI;IACnD,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,SAAS,CAAC,CAAC,CAAC,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,MAAM,cAAc,IAAI;KACrD,CAAC,IAAI,CAAC,GAAG,cAAc,CAAC,CAAC,CAAC,GAAG,IAAI;CACnC,CAAA;AAED,MAAM,WAAW,aAAc,SAAQ,KAAK;IAC1C,MAAM,CAAC,EAAE,MAAM,CAAA;CAChB"}
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
package/dist/main.d.ts ADDED
@@ -0,0 +1 @@
1
+ //# sourceMappingURL=main.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"main.d.ts","sourceRoot":"","sources":["../src/main.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ import { RawAnnouncementResponse } from './rawType';
2
+ import { AnnouncementResponse } from './type';
3
+
4
+ export declare const getAnnouncementResponse: (raw: RawAnnouncementResponse) => AnnouncementResponse;
5
+ //# sourceMappingURL=getAnnouncementResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getAnnouncementResponse.d.ts","sourceRoot":"","sources":["../../../src/model/announcement/getAnnouncementResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAyB,uBAAuB,EAAE,MAAM,WAAW,CAAA;AAC1E,OAAO,EAAE,oBAAoB,EAAE,MAAM,QAAQ,CAAA;AAE7C,eAAO,MAAM,uBAAuB,QAC7B,uBAAuB,KAC3B,oBAQF,CAAA"}
@@ -0,0 +1,7 @@
1
+ export type RawAnnouncementResponse = RawAnnouncementDetail[];
2
+ export type RawAnnouncementDetail = {
3
+ announcement_simplified: string;
4
+ announcement_alert: string;
5
+ announcement_lastupdated: string;
6
+ };
7
+ //# sourceMappingURL=rawType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rawType.d.ts","sourceRoot":"","sources":["../../../src/model/announcement/rawType.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG,qBAAqB,EAAE,CAAA;AAE7D,MAAM,MAAM,qBAAqB,GAAG;IAClC,uBAAuB,EAAE,MAAM,CAAA;IAC/B,kBAAkB,EAAE,MAAM,CAAA;IAC1B,wBAAwB,EAAE,MAAM,CAAA;CACjC,CAAA"}
@@ -0,0 +1,7 @@
1
+ export type AnnouncementResponse = AnnouncementDetail[];
2
+ export type AnnouncementDetail = {
3
+ alert: boolean;
4
+ update_time: string;
5
+ content: string;
6
+ };
7
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/announcement/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,kBAAkB,EAAE,CAAA;AAEvD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,KAAK,EAAE,OAAO,CAAA;IACd,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA"}
@@ -0,0 +1,60 @@
1
+ export type AddBankCard = {
2
+ status: number;
3
+ message: string;
4
+ errormessage: string;
5
+ };
6
+ export type BankCard = {
7
+ bankindex: number;
8
+ bankprovince: number;
9
+ countryindex: number;
10
+ bankaccountno: string;
11
+ bankaddress: string;
12
+ banknamesimplified: string;
13
+ img: string;
14
+ };
15
+ export type BankCardData = {
16
+ bankCard: BankCard[];
17
+ bankList: BankList[];
18
+ province: BankProvince[];
19
+ user: User;
20
+ bankcardlimit: string;
21
+ mdAccountCrypto: CryptoAccount[];
22
+ mdCryptoDetail: CryptoDetail;
23
+ };
24
+ export type User = {
25
+ accountid: number;
26
+ accountcode: string;
27
+ status: string;
28
+ remoteIp: string;
29
+ };
30
+ export type BankList = {
31
+ bankindex: number;
32
+ bank_type: number;
33
+ countryindex: number;
34
+ swiftcode: string;
35
+ banknamesimplified: string;
36
+ address: string;
37
+ show_bind: string;
38
+ show_deposit: string;
39
+ };
40
+ export type BankProvince = {
41
+ provinceindex: number;
42
+ countryindex: number;
43
+ label: string;
44
+ };
45
+ export type CryptoAccount = {
46
+ crypto_id: number;
47
+ type: number;
48
+ address: string;
49
+ crypto_name: string;
50
+ };
51
+ export type CryptoDetail = {
52
+ cryptolimit: number;
53
+ cryptoprotocol: CryptoProtocol[];
54
+ };
55
+ export type CryptoProtocol = {
56
+ id: number;
57
+ name: string;
58
+ status: string;
59
+ };
60
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/bankCard/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,WAAW,GAAG;IACxB,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,YAAY,EAAE,MAAM,CAAA;IACpB,aAAa,EAAE,MAAM,CAAA;IACrB,WAAW,EAAE,MAAM,CAAA;IACnB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,QAAQ,EAAE,QAAQ,EAAE,CAAA;IACpB,QAAQ,EAAE,QAAQ,EAAE,CAAA;IACpB,QAAQ,EAAE,YAAY,EAAE,CAAA;IACxB,IAAI,EAAE,IAAI,CAAA;IACV,aAAa,EAAE,MAAM,CAAA;IACrB,eAAe,EAAE,aAAa,EAAE,CAAA;IAChC,cAAc,EAAE,YAAY,CAAA;CAC7B,CAAA;AAED,MAAM,MAAM,IAAI,GAAG;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,kBAAkB,EAAE,MAAM,CAAA;IAC1B,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,YAAY,EAAE,MAAM,CAAA;CACrB,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,aAAa,EAAE,MAAM,CAAA;IACrB,YAAY,EAAE,MAAM,CAAA;IACpB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,WAAW,EAAE,MAAM,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,WAAW,EAAE,MAAM,CAAA;IACnB,cAAc,EAAE,cAAc,EAAE,CAAA;CACjC,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,MAAM,EAAE,MAAM,CAAA;CACf,CAAA"}
@@ -0,0 +1,39 @@
1
+ export type BetReport = {
2
+ status: string;
3
+ message: string;
4
+ errormessage: string;
5
+ data: {
6
+ total: Total;
7
+ sum: BetReportData[];
8
+ wagers: BetReportWager[];
9
+ page: ReportPagination;
10
+ };
11
+ };
12
+ export type Total = {
13
+ bet: string;
14
+ activebet: string;
15
+ validbet: string;
16
+ payout: string;
17
+ };
18
+ export type BetReportData = {
19
+ bet: string;
20
+ activebet: string;
21
+ name: string;
22
+ com: string;
23
+ };
24
+ export type BetReportWager = {
25
+ payout: string;
26
+ betType: string;
27
+ stakeF: string;
28
+ stakeL: string;
29
+ date: string;
30
+ key: string;
31
+ detailsa: string;
32
+ detailsc: string;
33
+ resultL: number;
34
+ };
35
+ export type ReportPagination = {
36
+ current_page: number;
37
+ total_page: number;
38
+ };
39
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/betReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG;IACtB,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;IACpB,IAAI,EAAE;QACJ,KAAK,EAAE,KAAK,CAAA;QACZ,GAAG,EAAE,aAAa,EAAE,CAAA;QACpB,MAAM,EAAE,cAAc,EAAE,CAAA;QACxB,IAAI,EAAE,gBAAgB,CAAA;KACvB,CAAA;CACF,CAAA;AAED,MAAM,MAAM,KAAK,GAAG;IAClB,GAAG,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;CACf,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,GAAG,EAAE,MAAM,CAAA;IACX,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,YAAY,EAAE,MAAM,CAAA;IACpB,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA"}
@@ -0,0 +1,4 @@
1
+ export type ChangePassword = {
2
+ status: string;
3
+ };
4
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/changePassword/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,MAAM,CAAA;CACf,CAAA"}
@@ -0,0 +1,6 @@
1
+ export type ChangeWithdrawalCode = {
2
+ status: number;
3
+ message: string;
4
+ errormessage: string;
5
+ };
6
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/changeWithdrawalCode/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;CACrB,CAAA"}
@@ -0,0 +1,6 @@
1
+ export type ChangeWithdrawalPassword = {
2
+ status: number;
3
+ message: string;
4
+ errormessage: string;
5
+ };
6
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/changeWithdrawalPassword/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACrC,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;CACrB,CAAA"}
@@ -0,0 +1,6 @@
1
+ export type CheckTransferCredit = {
2
+ status: number;
3
+ message: string;
4
+ errormessage: string;
5
+ };
6
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/checkTransferCredit/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG;IAChC,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,YAAY,EAAE,MAAM,CAAA;CACrB,CAAA"}
@@ -0,0 +1,36 @@
1
+ export type CmsListResponse = {
2
+ mobileAbout: About[];
3
+ mobileLiveAbout: About[];
4
+ mobileBanner: MobileBanner[];
5
+ mobileLiveBanner: MobileBanner[];
6
+ mobileAd: MobileAd[];
7
+ about: About[];
8
+ };
9
+ export type About = {
10
+ id: number;
11
+ name: string;
12
+ content: string;
13
+ link: string;
14
+ link_target: number;
15
+ status: number;
16
+ cms_category: {
17
+ id: number;
18
+ name: string;
19
+ type: string;
20
+ };
21
+ };
22
+ export type MobileBanner = {
23
+ id: number;
24
+ status: number;
25
+ imagepath: string;
26
+ filemtime: string;
27
+ };
28
+ export type MobileAd = {
29
+ id: number;
30
+ name: string;
31
+ content: string;
32
+ status: number;
33
+ filemtime: string;
34
+ imagepath: string;
35
+ };
36
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/cms/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,WAAW,EAAE,KAAK,EAAE,CAAA;IACpB,eAAe,EAAE,KAAK,EAAE,CAAA;IACxB,YAAY,EAAE,YAAY,EAAE,CAAA;IAC5B,gBAAgB,EAAE,YAAY,EAAE,CAAA;IAChC,QAAQ,EAAE,QAAQ,EAAE,CAAA;IACpB,KAAK,EAAE,KAAK,EAAE,CAAA;CACf,CAAA;AAED,MAAM,MAAM,KAAK,GAAG;IAClB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,MAAM,EAAE,MAAM,CAAA;IACd,YAAY,EAAE;QACZ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,IAAI,EAAE,MAAM,CAAA;KACb,CAAA;CACF,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;IACd,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;CAClB,CAAA"}
@@ -0,0 +1,43 @@
1
+ export type CompanyRCountData = {
2
+ key: number;
3
+ count: number;
4
+ };
5
+ export type SearchNumberHistoryDetails = {
6
+ combination_id: number;
7
+ combination_fkcompany: number;
8
+ combination_fkdraw: number;
9
+ combination_dimension: number;
10
+ combination_combination: string;
11
+ combination_position: number;
12
+ draw: {
13
+ draw_id: number;
14
+ draw_fkcompany: number;
15
+ draw_tmactive: number;
16
+ draw_identifier: string;
17
+ };
18
+ company: {
19
+ company_id: number;
20
+ company_code: string;
21
+ company_status: number;
22
+ company_name: string;
23
+ company_nameshort: string;
24
+ };
25
+ };
26
+ export type Draw = {
27
+ draw_id: number;
28
+ draw_fkcompany: number;
29
+ draw_identifier: string;
30
+ draw_tmactive: number;
31
+ };
32
+ export type Company = {
33
+ company_id: number;
34
+ company_code: string;
35
+ company_status: number;
36
+ company_name: string;
37
+ company_nameshort: string;
38
+ };
39
+ export type PrizeRCountData = {
40
+ key: number;
41
+ count: number;
42
+ };
43
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/countLottery/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG;IACvC,cAAc,EAAE,MAAM,CAAA;IACtB,qBAAqB,EAAE,MAAM,CAAA;IAC7B,kBAAkB,EAAE,MAAM,CAAA;IAC1B,qBAAqB,EAAE,MAAM,CAAA;IAC7B,uBAAuB,EAAE,MAAM,CAAA;IAC/B,oBAAoB,EAAE,MAAM,CAAA;IAC5B,IAAI,EAAE;QACJ,OAAO,EAAE,MAAM,CAAA;QACf,cAAc,EAAE,MAAM,CAAA;QACtB,aAAa,EAAE,MAAM,CAAA;QACrB,eAAe,EAAE,MAAM,CAAA;KACxB,CAAA;IACD,OAAO,EAAE;QACP,UAAU,EAAE,MAAM,CAAA;QAClB,YAAY,EAAE,MAAM,CAAA;QACpB,cAAc,EAAE,MAAM,CAAA;QACtB,YAAY,EAAE,MAAM,CAAA;QACpB,iBAAiB,EAAE,MAAM,CAAA;KAC1B,CAAA;CACF,CAAA;AAED,MAAM,MAAM,IAAI,GAAG;IACjB,OAAO,EAAE,MAAM,CAAA;IACf,cAAc,EAAE,MAAM,CAAA;IACtB,eAAe,EAAE,MAAM,CAAA;IACvB,aAAa,EAAE,MAAM,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,OAAO,GAAG;IACpB,UAAU,EAAE,MAAM,CAAA;IAClB,YAAY,EAAE,MAAM,CAAA;IACpB,cAAc,EAAE,MAAM,CAAA;IACtB,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,EAAE,MAAM,CAAA;CAC1B,CAAA;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;CACd,CAAA"}
@@ -0,0 +1,16 @@
1
+ export type CreditTransferReport = {
2
+ mdAgTransfeReport: CreditTransferReportData;
3
+ };
4
+ export type CreditTransferReportData = {
5
+ current_page: number;
6
+ last_page: number;
7
+ data: CreditTransferReportCashLedger[];
8
+ };
9
+ export type CreditTransferReportCashLedger = {
10
+ id: number;
11
+ sender: string;
12
+ receiver: string;
13
+ amount: string;
14
+ transferdatetime: string;
15
+ };
16
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/creditTransferReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,iBAAiB,EAAE,wBAAwB,CAAA;CAC5C,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,YAAY,EAAE,MAAM,CAAA;IACpB,SAAS,EAAE,MAAM,CAAA;IACjB,IAAI,EAAE,8BAA8B,EAAE,CAAA;CACvC,CAAA;AAED,MAAM,MAAM,8BAA8B,GAAG;IAC3C,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,gBAAgB,EAAE,MAAM,CAAA;CACzB,CAAA"}
@@ -0,0 +1,5 @@
1
+ import { RawPaymentsProviderResponse } from './rawType';
2
+ import { PaymentsProviderResponse } from './type';
3
+
4
+ export declare const getPaymentsProviderResponse: (raw: RawPaymentsProviderResponse) => PaymentsProviderResponse;
5
+ //# sourceMappingURL=getPaymentsProviderResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getPaymentsProviderResponse.d.ts","sourceRoot":"","sources":["../../../src/model/deposit/getPaymentsProviderResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAOL,2BAA2B,EAC5B,MAAM,yBAAyB,CAAA;AAChC,OAAO,EAIL,wBAAwB,EAGzB,MAAM,sBAAsB,CAAA;AAE7B,eAAO,MAAM,2BAA2B,QACjC,2BAA2B,KAC/B,wBA0CF,CAAA"}
@@ -0,0 +1,170 @@
1
+ export type RawPaymentsProviderResponse = {
2
+ mdMethods: Method[];
3
+ mdPaymentChannels: PaymentChannels[];
4
+ mdGatewayMinMax: GatewayMinMax[];
5
+ mdDepositBankDetail: DepositBankDetail[];
6
+ mdBankLevelDetail: {
7
+ name: string;
8
+ amount: string;
9
+ bank_group: string;
10
+ showbankaccountno: string;
11
+ leveltype: string;
12
+ id: number;
13
+ trans: number;
14
+ sequence: number;
15
+ dailywithdraw_max: number;
16
+ autoapprovelimit: number;
17
+ onlinepayment_min: number;
18
+ onlinepayment_max: number;
19
+ deposit_min: number;
20
+ deposit_max: number;
21
+ withdraw_min: number;
22
+ withdraw_max: number;
23
+ };
24
+ mdManualDepositRequireField: {
25
+ deposit_bank: boolean;
26
+ depositor: boolean;
27
+ deposit_method: boolean;
28
+ deposit_datetime: boolean;
29
+ deposit_detail: boolean;
30
+ };
31
+ mdPGSelection: string;
32
+ mdUSDTrate: string;
33
+ mdDFUSDTrate: string;
34
+ systemtime: number;
35
+ mdUploadReceipt: boolean;
36
+ };
37
+ export type PaymentChannels = {
38
+ name: string;
39
+ label: string;
40
+ bankid: number;
41
+ paymentmethod: PaymentMethod;
42
+ };
43
+ export type PaymentMethod = {
44
+ auto: AutoType;
45
+ fixamount: FixAmountType;
46
+ manual: ManualType;
47
+ onlinebanking: OnlineBankingType;
48
+ };
49
+ export type AutoType = {
50
+ bank: AutoBank[];
51
+ promo: PromoType[];
52
+ };
53
+ export type FixAmountType = {
54
+ bank: FixAmountBank[];
55
+ promo: PromoType[];
56
+ };
57
+ export type ManualType = {
58
+ bank: ManualBank[];
59
+ promo: PromoType[];
60
+ };
61
+ export type OnlineBankingType = {
62
+ banklist: OnlineBankingBank[];
63
+ promo: PromoType[];
64
+ };
65
+ export type AutoBank = {
66
+ pgindex: number;
67
+ bankindex?: number;
68
+ bankAccountIndex?: number;
69
+ sb?: string;
70
+ bankaccountname?: string;
71
+ bankAccountNo?: string;
72
+ minTransaction?: number | null;
73
+ maxTransaction?: number | null;
74
+ bankAccountDesc?: string | null;
75
+ representAccount?: string;
76
+ bankAddress?: string | null;
77
+ cBankAccountName?: string;
78
+ bankProfileId?: string | null;
79
+ userAddressFlag?: string;
80
+ img?: string | null;
81
+ };
82
+ export type FixAmountBank = {
83
+ pgindex: number;
84
+ name: string;
85
+ amtlist: string[];
86
+ img?: string | null;
87
+ };
88
+ export type ManualBank = {
89
+ list?: ManualBankItem[];
90
+ name: string;
91
+ img?: string | null;
92
+ bankindex: number;
93
+ };
94
+ export type ManualBankItem = {
95
+ label?: string;
96
+ banknameenglish?: string;
97
+ shortnameenglish?: string;
98
+ shortnamesimplified?: string;
99
+ bankcode?: string;
100
+ bankaccountname?: string;
101
+ bankaccountno?: string;
102
+ show_flag?: string;
103
+ mintransaction?: string;
104
+ maxtransaction?: string;
105
+ maintenance_starttime?: string;
106
+ maintenance_endtime?: string;
107
+ maintenance_status?: string;
108
+ showBankAccountNo?: string;
109
+ bankaccountdesc?: string;
110
+ bankindex: number;
111
+ sequence?: number;
112
+ bank_type?: number;
113
+ bankaccountindex?: number;
114
+ accountindex?: number;
115
+ bankcategoryindex?: number;
116
+ bankprovince?: number;
117
+ seq?: number;
118
+ };
119
+ export type OnlineBankingBank = {
120
+ bankindex?: number;
121
+ banknameenglish?: string;
122
+ shortnameenglish?: string;
123
+ banknamesimplified?: string;
124
+ pg: OnlineBankingPG[];
125
+ img?: string | null;
126
+ };
127
+ export type OnlineBankingPG = {
128
+ pgindex: number;
129
+ bankaccountname: string;
130
+ mintransaction?: string | null;
131
+ maxtransaction?: string | null;
132
+ };
133
+ export type PromoType = {
134
+ todaydate: string;
135
+ featureindex: string;
136
+ promodesc: string;
137
+ tcdesc: string;
138
+ image_path: string;
139
+ min_deposit: string;
140
+ type: string;
141
+ percentage: string;
142
+ max_promo_amt: string;
143
+ daily_limit: string;
144
+ promoindex: number;
145
+ multiply: number;
146
+ };
147
+ export type Method = {
148
+ name: string;
149
+ id: number;
150
+ status: number;
151
+ seq: number;
152
+ };
153
+ export type GatewayMinMax = {
154
+ min: string;
155
+ max: string;
156
+ bankindex: string;
157
+ };
158
+ export type DepositBankDetail = {
159
+ bankindex: number;
160
+ countryindex: number;
161
+ label: string;
162
+ };
163
+ export type DepositPost = {
164
+ ledgerIndex: number;
165
+ status: string;
166
+ urlPayment: string | null;
167
+ message: string | null;
168
+ errormessage: string | null;
169
+ };
170
+ //# sourceMappingURL=rawType.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"rawType.d.ts","sourceRoot":"","sources":["../../../src/model/deposit/rawType.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,58 @@
1
+ export type PaymentsProviderResponse = Provider[];
2
+ export type Provider = {
3
+ name: string;
4
+ imageUrl: string;
5
+ paymentList: Payment[];
6
+ };
7
+ export type Payment = {
8
+ id: number;
9
+ name: string;
10
+ type: PaymentType;
11
+ promo: SelectOption[];
12
+ bank: Bank[];
13
+ requiredField: MManualDepositRequireField;
14
+ };
15
+ export type ManualDepositRequireField = {
16
+ deposit_bank: boolean;
17
+ deposit_datetime: boolean;
18
+ deposit_detail: boolean;
19
+ deposit_method: boolean;
20
+ depositor: boolean;
21
+ };
22
+ export type MManualDepositRequireField = ManualDepositRequireField & {
23
+ uploadReceipt: boolean;
24
+ };
25
+ export type Bank = {
26
+ id: number;
27
+ name: string;
28
+ bankAccountId?: number;
29
+ accountName?: string;
30
+ accountNo?: string;
31
+ qrcode?: string;
32
+ amountList: string[];
33
+ min: number;
34
+ max: number;
35
+ gateway?: PaymentGateway[];
36
+ };
37
+ export type PaymentGateway = {
38
+ id: number;
39
+ name: string;
40
+ amountList: string[];
41
+ min: number;
42
+ max: number;
43
+ };
44
+ export declare enum PaymentType {
45
+ default = "default",
46
+ pay = "pay",
47
+ auto = "auto",
48
+ fix = "fix",
49
+ manual = "manual",
50
+ unknown = "unknown"
51
+ }
52
+ export type SelectOption = {
53
+ id: number;
54
+ name: string;
55
+ value: string;
56
+ disabled: boolean;
57
+ };
58
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/deposit/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG,QAAQ,EAAE,CAAA;AAEjD,MAAM,MAAM,QAAQ,GAAG;IACrB,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,WAAW,EAAE,OAAO,EAAE,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,WAAW,CAAA;IACjB,KAAK,EAAE,YAAY,EAAE,CAAA;IACrB,IAAI,EAAE,IAAI,EAAE,CAAA;IACZ,aAAa,EAAE,0BAA0B,CAAA;CAC1C,CAAA;AAED,MAAM,MAAM,yBAAyB,GAAG;IACtC,YAAY,EAAE,OAAO,CAAA;IACrB,gBAAgB,EAAE,OAAO,CAAA;IACzB,cAAc,EAAE,OAAO,CAAA;IACvB,cAAc,EAAE,OAAO,CAAA;IACvB,SAAS,EAAE,OAAO,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG,yBAAyB,GAAG;IACnE,aAAa,EAAE,OAAO,CAAA;CACvB,CAAA;AAED,MAAM,MAAM,IAAI,GAAG;IACjB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,aAAa,CAAC,EAAE,MAAM,CAAA;IACtB,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;IACX,OAAO,CAAC,EAAE,cAAc,EAAE,CAAA;CAC3B,CAAA;AAED,MAAM,MAAM,cAAc,GAAG;IAC3B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,EAAE,CAAA;IACpB,GAAG,EAAE,MAAM,CAAA;IACX,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,oBAAY,WAAW;IACrB,OAAO,YAAY;IACnB,GAAG,QAAQ;IACX,IAAI,SAAS;IACb,GAAG,QAAQ;IACX,MAAM,WAAW;IACjB,OAAO,YAAY;CACpB;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,QAAQ,EAAE,OAAO,CAAA;CAClB,CAAA"}
@@ -0,0 +1,7 @@
1
+ export type RawFishGameListResponse = {
2
+ mdDomains: string[];
3
+ };
4
+ export type FishGameListResponse = {
5
+ mdDomains: string[];
6
+ };
7
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/fishGameList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,SAAS,EAAE,MAAM,EAAE,CAAA;CACpB,CAAA;AAED,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,EAAE,MAAM,EAAE,CAAA;CACpB,CAAA"}