60p82u21t54k 0.0.73 → 0.0.74

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 (49) hide show
  1. package/dist/model/announcement/type.d.ts +3 -2
  2. package/dist/model/announcement/type.d.ts.map +1 -1
  3. package/dist/model/cmsList/type.d.ts +5 -4
  4. package/dist/model/cmsList/type.d.ts.map +1 -1
  5. package/dist/model/fishGameList/type.d.ts +3 -2
  6. package/dist/model/fishGameList/type.d.ts.map +1 -1
  7. package/dist/model/friendList/type.d.ts +6 -5
  8. package/dist/model/friendList/type.d.ts.map +1 -1
  9. package/dist/model/getCompany/type.d.ts +3 -2
  10. package/dist/model/getCompany/type.d.ts.map +1 -1
  11. package/dist/model/getCountryMobile/type.d.ts +3 -2
  12. package/dist/model/getCountryMobile/type.d.ts.map +1 -1
  13. package/dist/model/getInviteRewardReport/type.d.ts +9 -8
  14. package/dist/model/getInviteRewardReport/type.d.ts.map +1 -1
  15. package/dist/model/getLanguageSetting/type.d.ts +3 -2
  16. package/dist/model/getLanguageSetting/type.d.ts.map +1 -1
  17. package/dist/model/getPlatformTurnoverRate/type.d.ts +3 -2
  18. package/dist/model/getPlatformTurnoverRate/type.d.ts.map +1 -1
  19. package/dist/model/getReliefFundData/type.d.ts +8 -7
  20. package/dist/model/getReliefFundData/type.d.ts.map +1 -1
  21. package/dist/model/getReliefFundReport/type.d.ts +3 -2
  22. package/dist/model/getReliefFundReport/type.d.ts.map +1 -1
  23. package/dist/model/getTopupRewardReport/type.d.ts +7 -6
  24. package/dist/model/getTopupRewardReport/type.d.ts.map +1 -1
  25. package/dist/model/getTurnOverRewardReport/type.d.ts +7 -6
  26. package/dist/model/getTurnOverRewardReport/type.d.ts.map +1 -1
  27. package/dist/model/mailBox/type.d.ts +3 -2
  28. package/dist/model/mailBox/type.d.ts.map +1 -1
  29. package/dist/model/promotion/type.d.ts +2 -2
  30. package/dist/model/promotion/type.d.ts.map +1 -1
  31. package/dist/model/searchByDate/type.d.ts +23 -21
  32. package/dist/model/searchByDate/type.d.ts.map +1 -1
  33. package/dist/model/searchHot/type.d.ts +5 -4
  34. package/dist/model/searchHot/type.d.ts.map +1 -1
  35. package/dist/model/searchNumberHistory/type.d.ts +2 -2
  36. package/dist/model/searchNumberHistory/type.d.ts.map +1 -1
  37. package/dist/model/searchResultDate/type.d.ts +3 -2
  38. package/dist/model/searchResultDate/type.d.ts.map +1 -1
  39. package/dist/model/slotGameList/type.d.ts +9 -7
  40. package/dist/model/slotGameList/type.d.ts.map +1 -1
  41. package/dist/model/upcomingMatches/type.d.ts +3 -2
  42. package/dist/model/upcomingMatches/type.d.ts.map +1 -1
  43. package/dist/model/vipFieldStatus/type.d.ts +3 -2
  44. package/dist/model/vipFieldStatus/type.d.ts.map +1 -1
  45. package/dist/model/vipList/type.d.ts +54 -52
  46. package/dist/model/vipList/type.d.ts.map +1 -1
  47. package/dist/model/wallet/type.d.ts +3 -2
  48. package/dist/model/wallet/type.d.ts.map +1 -1
  49. package/package.json +1 -1
@@ -1,6 +1,7 @@
1
- export type AnnouncementResponse = {
1
+ export type AnnouncementResponse = Announcement[];
2
+ export type Announcement = {
2
3
  alert: boolean;
3
4
  content: string;
4
5
  lastUpdatedTime: string;
5
- }[];
6
+ };
6
7
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/announcement/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,KAAK,EAAE,OAAO,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,eAAe,EAAE,MAAM,CAAA;CACxB,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/announcement/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,YAAY,EAAE,CAAA;AAEjD,MAAM,MAAM,YAAY,GAAG;IACzB,KAAK,EAAE,OAAO,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,eAAe,EAAE,MAAM,CAAA;CACxB,CAAA"}
@@ -6,9 +6,10 @@ export declare enum CmsType {
6
6
  export type CmsListResponse = {
7
7
  banner: string[];
8
8
  ad: string[];
9
- about: {
10
- name: string;
11
- content: string;
12
- }[];
9
+ about: About[];
10
+ };
11
+ export type About = {
12
+ name: string;
13
+ content: string;
13
14
  };
14
15
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/cmsList/type.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;CACtB;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,EAAE,EAAE,MAAM,EAAE,CAAA;IACZ,KAAK,EAAE;QACL,IAAI,EAAE,MAAM,CAAA;QACZ,OAAO,EAAE,MAAM,CAAA;KAChB,EAAE,CAAA;CACJ,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/cmsList/type.ts"],"names":[],"mappings":"AAAA,oBAAY,OAAO;IACjB,YAAY,iBAAiB;IAC7B,WAAW,gBAAgB;IAC3B,QAAQ,aAAa;CACtB;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,MAAM,EAAE,MAAM,EAAE,CAAA;IAChB,EAAE,EAAE,MAAM,EAAE,CAAA;IACZ,KAAK,EAAE,KAAK,EAAE,CAAA;CACf,CAAA;AAED,MAAM,MAAM,KAAK,GAAG;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA"}
@@ -1,7 +1,8 @@
1
- export type FishGameListResponse = {
1
+ export type FishGameListResponse = FishGame[];
2
+ export type FishGame = {
2
3
  id: number;
3
4
  gameName: string;
4
5
  platformProductID: number;
5
6
  imgUrl: string;
6
- }[];
7
+ };
7
8
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/fishGameList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,iBAAiB,EAAE,MAAM,CAAA;IACzB,MAAM,EAAE,MAAM,CAAA;CACf,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/fishGameList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,QAAQ,EAAE,CAAA;AAE7C,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,iBAAiB,EAAE,MAAM,CAAA;IACzB,MAAM,EAAE,MAAM,CAAA;CACf,CAAA"}
@@ -1,8 +1,9 @@
1
1
  export type FriendListResponse = {
2
- data: {
3
- id: number;
4
- username: string;
5
- nickname: string;
6
- }[];
2
+ data: Friend[];
3
+ };
4
+ export type Friend = {
5
+ id: number;
6
+ username: string;
7
+ nickname: string;
7
8
  };
8
9
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/friendList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,QAAQ,EAAE,MAAM,CAAA;QAChB,QAAQ,EAAE,MAAM,CAAA;KACjB,EAAE,CAAA;CACJ,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/friendList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,IAAI,EAAE,MAAM,EAAE,CAAA;CACf,CAAA;AAED,MAAM,MAAM,MAAM,GAAG;IACnB,EAAE,EAAE,MAAM,CAAA;IACV,QAAQ,EAAE,MAAM,CAAA;IAChB,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA"}
@@ -1,6 +1,7 @@
1
- export type GetCompanyResponse = {
1
+ export type GetCompanyResponse = Company[];
2
+ export type Company = {
2
3
  id: number;
3
4
  name: string;
4
5
  date: string[];
5
- }[];
6
+ };
6
7
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getCompany/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,EAAE,CAAA;CACf,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getCompany/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,kBAAkB,GAAG,OAAO,EAAE,CAAA;AAE1C,MAAM,MAAM,OAAO,GAAG;IACpB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,EAAE,CAAA;CACf,CAAA"}
@@ -1,6 +1,7 @@
1
- export type GetCountryMobileResponse = {
1
+ export type GetCountryMobileResponse = CountryMobile[];
2
+ export type CountryMobile = {
2
3
  code: string;
3
4
  regex: string;
4
5
  value: string;
5
- }[];
6
+ };
6
7
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getCountryMobile/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACrC,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;CACd,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getCountryMobile/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG,aAAa,EAAE,CAAA;AAEtD,MAAM,MAAM,aAAa,GAAG;IAC1B,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,KAAK,EAAE,MAAM,CAAA;CACd,CAAA"}
@@ -1,13 +1,14 @@
1
1
  export type GetInviteRewardReportResponse = {
2
2
  totalReward: number;
3
3
  totalCount: number;
4
- list: {
5
- id: string;
6
- name: string;
7
- dateCreated: string;
8
- deposit: string;
9
- activeBet: string;
10
- commission: string;
11
- }[];
4
+ list: InviteRewardReportDetail[];
5
+ };
6
+ export type InviteRewardReportDetail = {
7
+ id: string;
8
+ name: string;
9
+ dateCreated: string;
10
+ deposit: string;
11
+ activeBet: string;
12
+ commission: string;
12
13
  };
13
14
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getInviteRewardReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,6BAA6B,GAAG;IAC1C,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,WAAW,EAAE,MAAM,CAAA;QACnB,OAAO,EAAE,MAAM,CAAA;QACf,SAAS,EAAE,MAAM,CAAA;QACjB,UAAU,EAAE,MAAM,CAAA;KACnB,EAAE,CAAA;CACJ,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getInviteRewardReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,6BAA6B,GAAG;IAC1C,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,wBAAwB,EAAE,CAAA;CACjC,CAAA;AAED,MAAM,MAAM,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA"}
@@ -1,6 +1,7 @@
1
- export type GetLanguageSettingResponse = {
1
+ export type GetLanguageSettingResponse = LanguageSetting[];
2
+ export type LanguageSetting = {
2
3
  name: string;
3
4
  code: string;
4
5
  iconUrl: string;
5
- }[];
6
+ };
6
7
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getLanguageSetting/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,0BAA0B,GAAG;IACvC,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;CAChB,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getLanguageSetting/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,0BAA0B,GAAG,eAAe,EAAE,CAAA;AAE1D,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA"}
@@ -1,5 +1,6 @@
1
- export type GetPlatformTurnoverRateResponse = {
1
+ export type GetPlatformTurnoverRateResponse = PlatformTurnoverRate[];
2
+ export type PlatformTurnoverRate = {
2
3
  id: number;
3
4
  percentage: string;
4
- }[];
5
+ };
5
6
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getPlatformTurnoverRate/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,MAAM,CAAA;CACnB,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getPlatformTurnoverRate/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,+BAA+B,GAAG,oBAAoB,EAAE,CAAA;AAEpE,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAA;IACV,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA"}
@@ -9,12 +9,13 @@ export type GetReliefFundDataResponse = {
9
9
  winlose: string;
10
10
  };
11
11
  };
12
- setting: {
13
- name: string;
14
- percentage: string;
15
- deposit: string;
16
- loseLimit: string;
17
- maxReward: string;
18
- }[];
12
+ setting: Setting[];
13
+ };
14
+ export type Setting = {
15
+ name: string;
16
+ percentage: string;
17
+ deposit: string;
18
+ loseLimit: string;
19
+ maxReward: string;
19
20
  };
20
21
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getReliefFundData/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,yBAAyB,GAAG;IACtC,MAAM,EAAE;QACN,KAAK,EAAE;YACL,OAAO,EAAE,MAAM,CAAA;YACf,OAAO,EAAE,MAAM,CAAA;SAChB,CAAA;QACD,SAAS,EAAE;YACT,OAAO,EAAE,MAAM,CAAA;YACf,OAAO,EAAE,MAAM,CAAA;SAChB,CAAA;KACF,CAAA;IACD,OAAO,EAAE;QACP,IAAI,EAAE,MAAM,CAAA;QACZ,UAAU,EAAE,MAAM,CAAA;QAClB,OAAO,EAAE,MAAM,CAAA;QACf,SAAS,EAAE,MAAM,CAAA;QACjB,SAAS,EAAE,MAAM,CAAA;KAClB,EAAE,CAAA;CACJ,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getReliefFundData/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,yBAAyB,GAAG;IACtC,MAAM,EAAE;QACN,KAAK,EAAE;YACL,OAAO,EAAE,MAAM,CAAA;YACf,OAAO,EAAE,MAAM,CAAA;SAChB,CAAA;QACD,SAAS,EAAE;YACT,OAAO,EAAE,MAAM,CAAA;YACf,OAAO,EAAE,MAAM,CAAA;SAChB,CAAA;KACF,CAAA;IACD,OAAO,EAAE,OAAO,EAAE,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,OAAO,GAAG;IACpB,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,OAAO,EAAE,MAAM,CAAA;IACf,SAAS,EAAE,MAAM,CAAA;IACjB,SAAS,EAAE,MAAM,CAAA;CAClB,CAAA"}
@@ -1,7 +1,8 @@
1
- export type GetReliefFundReportResponse = {
1
+ export type GetReliefFundReportResponse = ReliefFundReportDetail[];
2
+ export type ReliefFundReportDetail = {
2
3
  amount: number;
3
4
  date: string;
4
5
  deposit: string;
5
6
  payout: number;
6
- }[];
7
+ };
7
8
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getReliefFundReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;CACf,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getReliefFundReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,2BAA2B,GAAG,sBAAsB,EAAE,CAAA;AAElE,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE,MAAM,CAAA;IACZ,OAAO,EAAE,MAAM,CAAA;IACf,MAAM,EAAE,MAAM,CAAA;CACf,CAAA"}
@@ -1,11 +1,12 @@
1
1
  export type GetTopupRewardReportResponse = {
2
2
  totalReward: number;
3
3
  totalCount: number;
4
- list: {
5
- id: string;
6
- name: string;
7
- total: string;
8
- commission: string;
9
- }[];
4
+ list: TopupRewardReportDetail[];
5
+ };
6
+ export type TopupRewardReportDetail = {
7
+ id: string;
8
+ name: string;
9
+ total: string;
10
+ commission: string;
10
11
  };
11
12
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getTopupRewardReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,4BAA4B,GAAG;IACzC,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,KAAK,EAAE,MAAM,CAAA;QACb,UAAU,EAAE,MAAM,CAAA;KACnB,EAAE,CAAA;CACJ,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getTopupRewardReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,4BAA4B,GAAG;IACzC,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,uBAAuB,EAAE,CAAA;CAChC,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA"}
@@ -1,11 +1,12 @@
1
1
  export type GetTurnOverRewardReportResponse = {
2
2
  totalReward: number;
3
3
  totalCount: number;
4
- list: {
5
- id: string;
6
- name: string;
7
- cashback: string;
8
- commission: string;
9
- }[];
4
+ list: TurnOverRewardReportDetail[];
5
+ };
6
+ export type TurnOverRewardReportDetail = {
7
+ id: string;
8
+ name: string;
9
+ cashback: string;
10
+ commission: string;
10
11
  };
11
12
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getTurnOverRewardReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,MAAM,CAAA;QAChB,UAAU,EAAE,MAAM,CAAA;KACnB,EAAE,CAAA;CACJ,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getTurnOverRewardReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,+BAA+B,GAAG;IAC5C,WAAW,EAAE,MAAM,CAAA;IACnB,UAAU,EAAE,MAAM,CAAA;IAClB,IAAI,EAAE,0BAA0B,EAAE,CAAA;CACnC,CAAA;AAED,MAAM,MAAM,0BAA0B,GAAG;IACvC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;CACnB,CAAA"}
@@ -1,8 +1,9 @@
1
- export type MailBoxResponse = {
1
+ export type MailBoxResponse = Mail[];
2
+ export type Mail = {
2
3
  messageId: number;
3
4
  unread: boolean;
4
5
  date: string;
5
6
  title: string;
6
7
  content: string;
7
- }[];
8
+ };
8
9
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/mailBox/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;CAChB,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/mailBox/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG,IAAI,EAAE,CAAA;AAEpC,MAAM,MAAM,IAAI,GAAG;IACjB,SAAS,EAAE,MAAM,CAAA;IACjB,MAAM,EAAE,OAAO,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,CAAA;IACb,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA"}
@@ -1,12 +1,12 @@
1
1
  export type PromotionResponse = {
2
2
  category: Category[];
3
- list: PromoItem[];
3
+ list: Promo[];
4
4
  };
5
5
  export type Category = {
6
6
  id: number;
7
7
  name: string;
8
8
  };
9
- export type PromoItem = {
9
+ export type Promo = {
10
10
  categoryId: number;
11
11
  imgUrl: string;
12
12
  content: string;
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/promotion/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,QAAQ,EAAE,CAAA;IACpB,IAAI,EAAE,SAAS,EAAE,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/promotion/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,QAAQ,EAAE,QAAQ,EAAE,CAAA;IACpB,IAAI,EAAE,KAAK,EAAE,CAAA;CACd,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,KAAK,GAAG;IAClB,UAAU,EAAE,MAAM,CAAA;IAClB,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;CACb,CAAA"}
@@ -1,24 +1,26 @@
1
- export type SearchByDateResponse = {
1
+ export type SearchByDateResponse = SearchByDate[];
2
+ export type SearchByDate = {
2
3
  companyId: number;
3
4
  companyName: string;
4
- resultByDateList: {
5
- date: string;
6
- dimension_3: string[];
7
- dimension_4: {
8
- prize_1: string[];
9
- prize_2: string[];
10
- prize_3: string[];
11
- prize_4: string[];
12
- prize_5: string[];
13
- };
14
- dimension_5: {
15
- prize_1: string[];
16
- all: string[];
17
- };
18
- dimension_6: {
19
- prize_1: string[];
20
- all: string[];
21
- };
22
- }[];
23
- }[];
5
+ resultByDateList: ResultByDate[];
6
+ };
7
+ export type ResultByDate = {
8
+ date: string;
9
+ dimension_3: string[];
10
+ dimension_4: {
11
+ prize_1: string[];
12
+ prize_2: string[];
13
+ prize_3: string[];
14
+ prize_4: string[];
15
+ prize_5: string[];
16
+ };
17
+ dimension_5: {
18
+ prize_1: string[];
19
+ all: string[];
20
+ };
21
+ dimension_6: {
22
+ prize_1: string[];
23
+ all: string[];
24
+ };
25
+ };
24
26
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/searchByDate/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE;QAChB,IAAI,EAAE,MAAM,CAAA;QACZ,WAAW,EAAE,MAAM,EAAE,CAAA;QACrB,WAAW,EAAE;YACX,OAAO,EAAE,MAAM,EAAE,CAAA;YACjB,OAAO,EAAE,MAAM,EAAE,CAAA;YACjB,OAAO,EAAE,MAAM,EAAE,CAAA;YACjB,OAAO,EAAE,MAAM,EAAE,CAAA;YACjB,OAAO,EAAE,MAAM,EAAE,CAAA;SAClB,CAAA;QACD,WAAW,EAAE;YACX,OAAO,EAAE,MAAM,EAAE,CAAA;YACjB,GAAG,EAAE,MAAM,EAAE,CAAA;SACd,CAAA;QACD,WAAW,EAAE;YACX,OAAO,EAAE,MAAM,EAAE,CAAA;YACjB,GAAG,EAAE,MAAM,EAAE,CAAA;SACd,CAAA;KACF,EAAE,CAAA;CACJ,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/searchByDate/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,YAAY,EAAE,CAAA;AAEjD,MAAM,MAAM,YAAY,GAAG;IACzB,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,gBAAgB,EAAE,YAAY,EAAE,CAAA;CACjC,CAAA;AAED,MAAM,MAAM,YAAY,GAAG;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,EAAE,CAAA;IACrB,WAAW,EAAE;QACX,OAAO,EAAE,MAAM,EAAE,CAAA;QACjB,OAAO,EAAE,MAAM,EAAE,CAAA;QACjB,OAAO,EAAE,MAAM,EAAE,CAAA;QACjB,OAAO,EAAE,MAAM,EAAE,CAAA;QACjB,OAAO,EAAE,MAAM,EAAE,CAAA;KAClB,CAAA;IACD,WAAW,EAAE;QACX,OAAO,EAAE,MAAM,EAAE,CAAA;QACjB,GAAG,EAAE,MAAM,EAAE,CAAA;KACd,CAAA;IACD,WAAW,EAAE;QACX,OAAO,EAAE,MAAM,EAAE,CAAA;QACjB,GAAG,EAAE,MAAM,EAAE,CAAA;KACd,CAAA;CACF,CAAA"}
@@ -1,9 +1,10 @@
1
- export type searchHotResponse = {
1
+ export type searchHotResponse = SearchHot[];
2
+ export type SearchHot = {
2
3
  id: number;
3
4
  name: string;
4
- list: Hot[];
5
- }[];
6
- export type Hot = {
5
+ list: SearchHotDetail[];
6
+ };
7
+ export type SearchHotDetail = {
7
8
  combination: string;
8
9
  total: number;
9
10
  };
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/searchHot/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,GAAG,EAAE,CAAA;CACZ,EAAE,CAAA;AAEH,MAAM,MAAM,GAAG,GAAG;IAChB,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/searchHot/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,iBAAiB,GAAG,SAAS,EAAE,CAAA;AAE3C,MAAM,MAAM,SAAS,GAAG;IACtB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,eAAe,EAAE,CAAA;CACxB,CAAA;AAED,MAAM,MAAM,eAAe,GAAG;IAC5B,WAAW,EAAE,MAAM,CAAA;IACnB,KAAK,EAAE,MAAM,CAAA;CACd,CAAA"}
@@ -6,13 +6,13 @@ export type SearchNumberHistoryResponse = {
6
6
  export type HistoryData = {
7
7
  companyCount: KeyCount[];
8
8
  prizeCount: KeyCount[];
9
- list: ListItem[];
9
+ list: HistoryDetail[];
10
10
  };
11
11
  export type KeyCount = {
12
12
  key: number;
13
13
  count: number;
14
14
  };
15
- export type ListItem = {
15
+ export type HistoryDetail = {
16
16
  dimension: number;
17
17
  combination: string;
18
18
  prizePosition: number;
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/searchNumberHistory/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,WAAW,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,YAAY,EAAE,QAAQ,EAAE,CAAA;IACxB,UAAU,EAAE,QAAQ,EAAE,CAAA;IACtB,IAAI,EAAE,QAAQ,EAAE,CAAA;CACjB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;IACrB,cAAc,EAAE,MAAM,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;CACpB,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/searchNumberHistory/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,2BAA2B,GAAG;IACxC,MAAM,EAAE,OAAO,CAAA;IACf,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,WAAW,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,YAAY,EAAE,QAAQ,EAAE,CAAA;IACxB,UAAU,EAAE,QAAQ,EAAE,CAAA;IACtB,IAAI,EAAE,aAAa,EAAE,CAAA;CACtB,CAAA;AAED,MAAM,MAAM,QAAQ,GAAG;IACrB,GAAG,EAAE,MAAM,CAAA;IACX,KAAK,EAAE,MAAM,CAAA;CACd,CAAA;AAED,MAAM,MAAM,aAAa,GAAG;IAC1B,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;IACnB,aAAa,EAAE,MAAM,CAAA;IACrB,cAAc,EAAE,MAAM,CAAA;IACtB,aAAa,EAAE,MAAM,CAAA;IACrB,SAAS,EAAE,MAAM,CAAA;IACjB,WAAW,EAAE,MAAM,CAAA;CACpB,CAAA"}
@@ -1,5 +1,6 @@
1
- export type SearchResultDateResponse = {
1
+ export type SearchResultDateResponse = SearchResultDate[];
2
+ export type SearchResultDate = {
2
3
  id: number;
3
4
  date: string[];
4
- }[];
5
+ };
5
6
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/searchResultDate/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG;IACrC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,EAAE,CAAA;CACf,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/searchResultDate/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,wBAAwB,GAAG,gBAAgB,EAAE,CAAA;AAEzD,MAAM,MAAM,gBAAgB,GAAG;IAC7B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,EAAE,CAAA;CACf,CAAA"}
@@ -1,10 +1,12 @@
1
- export type SlotGameListResponse = {
1
+ export type SlotGameListResponse = SlotGame[];
2
+ export type SlotGame = {
2
3
  id: number;
3
4
  name: string;
4
- list: {
5
- id: number;
6
- name: string;
7
- imageUrl: string;
8
- }[];
9
- }[];
5
+ list: GameDetail[];
6
+ };
7
+ export type GameDetail = {
8
+ id: number;
9
+ name: string;
10
+ imageUrl: string;
11
+ };
10
12
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/slotGameList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,MAAM,CAAA;KACjB,EAAE,CAAA;CACJ,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/slotGameList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,oBAAoB,GAAG,QAAQ,EAAE,CAAA;AAE7C,MAAM,MAAM,QAAQ,GAAG;IACrB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,UAAU,EAAE,CAAA;CACnB,CAAA;AAED,MAAM,MAAM,UAAU,GAAG;IACvB,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA"}
@@ -1,4 +1,5 @@
1
- export type upcomingMatchesResponse = {
1
+ export type upcomingMatchesResponse = UpcomingMatch[];
2
+ export type UpcomingMatch = {
2
3
  id: number;
3
4
  date: string;
4
5
  tag: string;
@@ -12,5 +13,5 @@ export type upcomingMatchesResponse = {
12
13
  name: string;
13
14
  logo_url: string;
14
15
  };
15
- }[];
16
+ };
16
17
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/upcomingMatches/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,MAAM,CAAA;KACjB,CAAA;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,MAAM,CAAA;KACjB,CAAA;CACF,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/upcomingMatches/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG,aAAa,EAAE,CAAA;AAErD,MAAM,MAAM,aAAa,GAAG;IAC1B,EAAE,EAAE,MAAM,CAAA;IACV,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,EAAE,MAAM,CAAA;IACX,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,MAAM,CAAA;KACjB,CAAA;IACD,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,IAAI,EAAE,MAAM,CAAA;QACZ,QAAQ,EAAE,MAAM,CAAA;KACjB,CAAA;CACF,CAAA"}
@@ -1,5 +1,6 @@
1
- export type VipFieldStatusResponse = {
1
+ export type VipFieldStatusResponse = VipFieldStatus[];
2
+ export type VipFieldStatus = {
2
3
  fieldName: string;
3
4
  showName: string;
4
- }[];
5
+ };
5
6
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/vipFieldStatus/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;CACjB,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/vipFieldStatus/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG,cAAc,EAAE,CAAA;AAErD,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,MAAM,CAAA;IACjB,QAAQ,EAAE,MAAM,CAAA;CACjB,CAAA"}
@@ -1,55 +1,6 @@
1
1
  export type VipListResponse = {
2
- list: {
3
- id: number;
4
- is_current_level: boolean;
5
- name: string;
6
- percentage: number;
7
- turnover: {
8
- isShow: boolean;
9
- current: string;
10
- total: string;
11
- };
12
- deposit: {
13
- isShow: boolean;
14
- current: string;
15
- total: string;
16
- };
17
- promo_list: {
18
- name: string;
19
- min_deposit: string;
20
- promo_bonus: string;
21
- promo_limit: string;
22
- turnover_multiplier: number;
23
- type: string;
24
- }[];
25
- benefit_list: {
26
- daily: {
27
- bonus: string;
28
- bonus_name: string;
29
- turnover: string;
30
- turnover_name: string;
31
- };
32
- monthly: {
33
- bonus: string;
34
- bonus_name: string;
35
- turnover: string;
36
- turnover_name: string;
37
- };
38
- weekly: {
39
- bonus: string;
40
- bonus_name: string;
41
- turnover: string;
42
- turnover_name: string;
43
- };
44
- upgrade: {
45
- bonus: string;
46
- bonus_name: string;
47
- turnover: string;
48
- turnover_name: string;
49
- };
50
- };
51
- }[];
52
- detail: VipDetail;
2
+ list: Vip[];
3
+ detail: VipDetail[];
53
4
  bonus: {
54
5
  month: {
55
6
  isShow: boolean;
@@ -80,9 +31,60 @@ export type VipListResponse = {
80
31
  };
81
32
  };
82
33
  };
34
+ export type Vip = {
35
+ id: number;
36
+ is_current_level: boolean;
37
+ name: string;
38
+ percentage: number;
39
+ turnover: {
40
+ isShow: boolean;
41
+ current: string;
42
+ total: string;
43
+ };
44
+ deposit: {
45
+ isShow: boolean;
46
+ current: string;
47
+ total: string;
48
+ };
49
+ promo_list: Promo[];
50
+ benefit_list: {
51
+ daily: {
52
+ bonus: string;
53
+ bonus_name: string;
54
+ turnover: string;
55
+ turnover_name: string;
56
+ };
57
+ monthly: {
58
+ bonus: string;
59
+ bonus_name: string;
60
+ turnover: string;
61
+ turnover_name: string;
62
+ };
63
+ weekly: {
64
+ bonus: string;
65
+ bonus_name: string;
66
+ turnover: string;
67
+ turnover_name: string;
68
+ };
69
+ upgrade: {
70
+ bonus: string;
71
+ bonus_name: string;
72
+ turnover: string;
73
+ turnover_name: string;
74
+ };
75
+ };
76
+ };
77
+ export type Promo = {
78
+ name: string;
79
+ min_deposit: string;
80
+ promo_bonus: string;
81
+ promo_limit: string;
82
+ turnover_multiplier: number;
83
+ type: string;
84
+ };
83
85
  export type VipDetail = {
84
86
  code: string;
85
87
  name: string;
86
88
  value: string[];
87
- }[];
89
+ };
88
90
  //# sourceMappingURL=type.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/vipList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE;QACJ,EAAE,EAAE,MAAM,CAAA;QACV,gBAAgB,EAAE,OAAO,CAAA;QACzB,IAAI,EAAE,MAAM,CAAA;QACZ,UAAU,EAAE,MAAM,CAAA;QAClB,QAAQ,EAAE;YACR,MAAM,EAAE,OAAO,CAAA;YACf,OAAO,EAAE,MAAM,CAAA;YACf,KAAK,EAAE,MAAM,CAAA;SACd,CAAA;QACD,OAAO,EAAE;YACP,MAAM,EAAE,OAAO,CAAA;YACf,OAAO,EAAE,MAAM,CAAA;YACf,KAAK,EAAE,MAAM,CAAA;SACd,CAAA;QACD,UAAU,EAAE;YACV,IAAI,EAAE,MAAM,CAAA;YACZ,WAAW,EAAE,MAAM,CAAA;YACnB,WAAW,EAAE,MAAM,CAAA;YACnB,WAAW,EAAE,MAAM,CAAA;YACnB,mBAAmB,EAAE,MAAM,CAAA;YAC3B,IAAI,EAAE,MAAM,CAAA;SACb,EAAE,CAAA;QACH,YAAY,EAAE;YACZ,KAAK,EAAE;gBACL,KAAK,EAAE,MAAM,CAAA;gBACb,UAAU,EAAE,MAAM,CAAA;gBAClB,QAAQ,EAAE,MAAM,CAAA;gBAChB,aAAa,EAAE,MAAM,CAAA;aACtB,CAAA;YACD,OAAO,EAAE;gBACP,KAAK,EAAE,MAAM,CAAA;gBACb,UAAU,EAAE,MAAM,CAAA;gBAClB,QAAQ,EAAE,MAAM,CAAA;gBAChB,aAAa,EAAE,MAAM,CAAA;aACtB,CAAA;YACD,MAAM,EAAE;gBACN,KAAK,EAAE,MAAM,CAAA;gBACb,UAAU,EAAE,MAAM,CAAA;gBAClB,QAAQ,EAAE,MAAM,CAAA;gBAChB,aAAa,EAAE,MAAM,CAAA;aACtB,CAAA;YACD,OAAO,EAAE;gBACP,KAAK,EAAE,MAAM,CAAA;gBACb,UAAU,EAAE,MAAM,CAAA;gBAClB,QAAQ,EAAE,MAAM,CAAA;gBAChB,aAAa,EAAE,MAAM,CAAA;aACtB,CAAA;SACF,CAAA;KACF,EAAE,CAAA;IACH,MAAM,EAAE,SAAS,CAAA;IACjB,KAAK,EAAE;QACL,KAAK,EAAE;YACL,MAAM,EAAE,OAAO,CAAA;YACf,WAAW,EAAE,OAAO,CAAA;YACpB,KAAK,EAAE,MAAM,CAAA;YACb,SAAS,EAAE;gBACT,OAAO,EAAE,MAAM,CAAA;gBACf,UAAU,EAAE,MAAM,CAAA;aACnB,CAAA;SACF,CAAA;QACD,IAAI,EAAE;YACJ,MAAM,EAAE,OAAO,CAAA;YACf,WAAW,EAAE,OAAO,CAAA;YACpB,KAAK,EAAE,MAAM,CAAA;YACb,SAAS,EAAE;gBACT,OAAO,EAAE,MAAM,CAAA;gBACf,UAAU,EAAE,MAAM,CAAA;aACnB,CAAA;SACF,CAAA;QACD,GAAG,EAAE;YACH,MAAM,EAAE,OAAO,CAAA;YACf,WAAW,EAAE,OAAO,CAAA;YACpB,KAAK,EAAE,MAAM,CAAA;YACb,SAAS,EAAE;gBACT,OAAO,EAAE,MAAM,CAAA;gBACf,UAAU,EAAE,MAAM,CAAA;aACnB,CAAA;SACF,CAAA;KACF,CAAA;CACF,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,EAAE,CAAA;CAChB,EAAE,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/vipList/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,eAAe,GAAG;IAC5B,IAAI,EAAE,GAAG,EAAE,CAAA;IACX,MAAM,EAAE,SAAS,EAAE,CAAA;IACnB,KAAK,EAAE;QACL,KAAK,EAAE;YACL,MAAM,EAAE,OAAO,CAAA;YACf,WAAW,EAAE,OAAO,CAAA;YACpB,KAAK,EAAE,MAAM,CAAA;YACb,SAAS,EAAE;gBACT,OAAO,EAAE,MAAM,CAAA;gBACf,UAAU,EAAE,MAAM,CAAA;aACnB,CAAA;SACF,CAAA;QACD,IAAI,EAAE;YACJ,MAAM,EAAE,OAAO,CAAA;YACf,WAAW,EAAE,OAAO,CAAA;YACpB,KAAK,EAAE,MAAM,CAAA;YACb,SAAS,EAAE;gBACT,OAAO,EAAE,MAAM,CAAA;gBACf,UAAU,EAAE,MAAM,CAAA;aACnB,CAAA;SACF,CAAA;QACD,GAAG,EAAE;YACH,MAAM,EAAE,OAAO,CAAA;YACf,WAAW,EAAE,OAAO,CAAA;YACpB,KAAK,EAAE,MAAM,CAAA;YACb,SAAS,EAAE;gBACT,OAAO,EAAE,MAAM,CAAA;gBACf,UAAU,EAAE,MAAM,CAAA;aACnB,CAAA;SACF,CAAA;KACF,CAAA;CACF,CAAA;AAED,MAAM,MAAM,GAAG,GAAG;IAChB,EAAE,EAAE,MAAM,CAAA;IACV,gBAAgB,EAAE,OAAO,CAAA;IACzB,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,QAAQ,EAAE;QACR,MAAM,EAAE,OAAO,CAAA;QACf,OAAO,EAAE,MAAM,CAAA;QACf,KAAK,EAAE,MAAM,CAAA;KACd,CAAA;IACD,OAAO,EAAE;QACP,MAAM,EAAE,OAAO,CAAA;QACf,OAAO,EAAE,MAAM,CAAA;QACf,KAAK,EAAE,MAAM,CAAA;KACd,CAAA;IACD,UAAU,EAAE,KAAK,EAAE,CAAA;IACnB,YAAY,EAAE;QACZ,KAAK,EAAE;YACL,KAAK,EAAE,MAAM,CAAA;YACb,UAAU,EAAE,MAAM,CAAA;YAClB,QAAQ,EAAE,MAAM,CAAA;YAChB,aAAa,EAAE,MAAM,CAAA;SACtB,CAAA;QACD,OAAO,EAAE;YACP,KAAK,EAAE,MAAM,CAAA;YACb,UAAU,EAAE,MAAM,CAAA;YAClB,QAAQ,EAAE,MAAM,CAAA;YAChB,aAAa,EAAE,MAAM,CAAA;SACtB,CAAA;QACD,MAAM,EAAE;YACN,KAAK,EAAE,MAAM,CAAA;YACb,UAAU,EAAE,MAAM,CAAA;YAClB,QAAQ,EAAE,MAAM,CAAA;YAChB,aAAa,EAAE,MAAM,CAAA;SACtB,CAAA;QACD,OAAO,EAAE;YACP,KAAK,EAAE,MAAM,CAAA;YACb,UAAU,EAAE,MAAM,CAAA;YAClB,QAAQ,EAAE,MAAM,CAAA;YAChB,aAAa,EAAE,MAAM,CAAA;SACtB,CAAA;KACF,CAAA;CACF,CAAA;AAED,MAAM,MAAM,KAAK,GAAG;IAClB,IAAI,EAAE,MAAM,CAAA;IACZ,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,mBAAmB,EAAE,MAAM,CAAA;IAC3B,IAAI,EAAE,MAAM,CAAA;CACb,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,KAAK,EAAE,MAAM,EAAE,CAAA;CAChB,CAAA"}
@@ -1,8 +1,9 @@
1
- export type WalletResponse = {
1
+ export type WalletResponse = Wallet[];
2
+ export type Wallet = {
2
3
  activeCom: ActiveCom[];
3
4
  platformWallet: string;
4
5
  com: string;
5
- }[];
6
+ };
6
7
  export type ActiveCom = {
7
8
  code: string;
8
9
  name: string;
@@ -1 +1 @@
1
- {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/wallet/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,SAAS,EAAE,SAAS,EAAE,CAAA;IACtB,cAAc,EAAE,MAAM,CAAA;IACtB,GAAG,EAAE,MAAM,CAAA;CACZ,EAAE,CAAA;AAEH,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,EAAE,OAAO,CAAA;CACrB,CAAA"}
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/wallet/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,MAAM,EAAE,CAAA;AAErC,MAAM,MAAM,MAAM,GAAG;IACnB,SAAS,EAAE,SAAS,EAAE,CAAA;IACtB,cAAc,EAAE,MAAM,CAAA;IACtB,GAAG,EAAE,MAAM,CAAA;CACZ,CAAA;AAED,MAAM,MAAM,SAAS,GAAG;IACtB,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,UAAU,EAAE,MAAM,CAAA;IAClB,WAAW,EAAE,OAAO,CAAA;CACrB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "60p82u21t54k",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "description": "A description of your library",
5
5
  "main": "dist/60p82u21t54k.umd.js",
6
6
  "module": "dist/60p82u21t54k.es.js",