60p82u21t54k 0.0.95 → 0.0.97

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.
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getMissionClaim/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,uBAAuB,GAAG;IACpC,MAAM,EAAE,MAAM,CAAA;IACd,OAAO,EAAE,MAAM,CAAA;CAChB,CAAA"}
@@ -0,0 +1,26 @@
1
+ import { GetMissionDataResponse } from './type';
2
+
3
+ export declare const getGetMissionDataResponse: (raw: RawGetMissionDataResponse) => GetMissionDataResponse;
4
+ export type RawGetMissionDataResponse = {
5
+ status: number;
6
+ msg: string | null;
7
+ data: {
8
+ tier: {
9
+ type: number;
10
+ requirement: number;
11
+ reward: string;
12
+ dataid: number;
13
+ achieve: number | null;
14
+ claimable: string;
15
+ collected: string;
16
+ transid: string;
17
+ }[];
18
+ reward: string;
19
+ datefrom: string;
20
+ dateto: string;
21
+ final_claimable: boolean;
22
+ final_transid: number;
23
+ final_collected: string;
24
+ };
25
+ };
26
+ //# sourceMappingURL=getGetMissionDataResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getGetMissionDataResponse.d.ts","sourceRoot":"","sources":["../../../src/model/getMissionData/getGetMissionDataResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,sBAAsB,EAA8B,MAAM,QAAQ,CAAA;AAG3E,eAAO,MAAM,yBAAyB,QAC/B,yBAAyB,KAC7B,sBA0CF,CAAA;AA+CD,MAAM,MAAM,yBAAyB,GAAG;IACtC,MAAM,EAAE,MAAM,CAAA;IACd,GAAG,EAAE,MAAM,GAAG,IAAI,CAAA;IAClB,IAAI,EAAE;QACJ,IAAI,EAAE;YACJ,IAAI,EAAE,MAAM,CAAA;YACZ,WAAW,EAAE,MAAM,CAAA;YACnB,MAAM,EAAE,MAAM,CAAA;YACd,MAAM,EAAE,MAAM,CAAA;YACd,OAAO,EAAE,MAAM,GAAG,IAAI,CAAA;YACtB,SAAS,EAAE,MAAM,CAAA;YACjB,SAAS,EAAE,MAAM,CAAA;YACjB,OAAO,EAAE,MAAM,CAAA;SAChB,EAAE,CAAA;QACH,MAAM,EAAE,MAAM,CAAA;QACd,QAAQ,EAAE,MAAM,CAAA;QAChB,MAAM,EAAE,MAAM,CAAA;QACd,eAAe,EAAE,OAAO,CAAA;QACxB,aAAa,EAAE,MAAM,CAAA;QACrB,eAAe,EAAE,MAAM,CAAA;KACxB,CAAA;CACF,CAAA"}
@@ -0,0 +1,41 @@
1
+ export type GetMissionDataResponse = {
2
+ status: number;
3
+ data: {
4
+ period: string;
5
+ gift: {
6
+ deposit: {
7
+ current: number;
8
+ total: number;
9
+ percentage: string;
10
+ };
11
+ activeBet: {
12
+ current: number;
13
+ total: number;
14
+ percentage: string;
15
+ };
16
+ grandPrize: {
17
+ countDownTimestamp: number;
18
+ status: MissionStatus;
19
+ prize: string;
20
+ };
21
+ };
22
+ deposit: MissionType[];
23
+ activeBet: MissionType[];
24
+ } | null;
25
+ };
26
+ export type MissionType = {
27
+ id: string;
28
+ reward: string;
29
+ status: MissionStatus;
30
+ progress: {
31
+ current: number;
32
+ total: number;
33
+ currentPercentage: string;
34
+ };
35
+ };
36
+ export declare enum MissionStatus {
37
+ inProgress = "inProgress",
38
+ collectable = "collectable",
39
+ collected = "collected"
40
+ }
41
+ //# sourceMappingURL=type.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/getMissionData/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC,MAAM,EAAE,MAAM,CAAA;IACd,IAAI,EAAE;QACJ,MAAM,EAAE,MAAM,CAAA;QACd,IAAI,EAAE;YACJ,OAAO,EAAE;gBACP,OAAO,EAAE,MAAM,CAAA;gBACf,KAAK,EAAE,MAAM,CAAA;gBACb,UAAU,EAAE,MAAM,CAAA;aACnB,CAAA;YACD,SAAS,EAAE;gBACT,OAAO,EAAE,MAAM,CAAA;gBACf,KAAK,EAAE,MAAM,CAAA;gBACb,UAAU,EAAE,MAAM,CAAA;aACnB,CAAA;YACD,UAAU,EAAE;gBACV,kBAAkB,EAAE,MAAM,CAAA;gBAC1B,MAAM,EAAE,aAAa,CAAA;gBACrB,KAAK,EAAE,MAAM,CAAA;aACd,CAAA;SACF,CAAA;QACD,OAAO,EAAE,WAAW,EAAE,CAAA;QACtB,SAAS,EAAE,WAAW,EAAE,CAAA;KACzB,GAAG,IAAI,CAAA;CACT,CAAA;AAED,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,EAAE,MAAM,CAAA;IACV,MAAM,EAAE,MAAM,CAAA;IACd,MAAM,EAAE,aAAa,CAAA;IACrB,QAAQ,EAAE;QACR,OAAO,EAAE,MAAM,CAAA;QACf,KAAK,EAAE,MAAM,CAAA;QACb,iBAAiB,EAAE,MAAM,CAAA;KAC1B,CAAA;CACF,CAAA;AAED,oBAAY,aAAa;IACvB,UAAU,eAAe;IACzB,WAAW,gBAAgB;IAC3B,SAAS,cAAc;CACxB"}
@@ -1,5 +1,5 @@
1
1
  import { LoginResponse } from './type';
2
2
 
3
- export declare const debug: (username: string, password: string) => Promise<LoginResponse>;
4
- export declare const call: (os: string, username: string, password: string, phoneNo: string, loginType: string) => Promise<LoginResponse>;
3
+ export declare const call: (username: string, password: string) => Promise<LoginResponse>;
4
+ export declare const newCall: (os: string, username: string, password: string, phoneNo: string, loginType: string) => Promise<LoginResponse>;
5
5
  //# sourceMappingURL=loginApi.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"loginApi.d.ts","sourceRoot":"","sources":["../../../src/model/login/loginApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAIlD,eAAO,MAAM,KAAK,aACN,MAAM,YACN,MAAM,KACf,OAAO,CAAC,aAAa,CA+BvB,CAAA;AAGD,eAAO,MAAM,IAAI,OACX,MAAM,YACA,MAAM,YACN,MAAM,WACP,MAAM,aACJ,MAAM,KAChB,OAAO,CAAC,aAAa,CAoCvB,CAAA"}
1
+ {"version":3,"file":"loginApi.d.ts","sourceRoot":"","sources":["../../../src/model/login/loginApi.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAA;AAIlD,eAAO,MAAM,IAAI,aACL,MAAM,YACN,MAAM,KACf,OAAO,CAAC,aAAa,CA+BvB,CAAA;AAGD,eAAO,MAAM,OAAO,OACd,MAAM,YACA,MAAM,YACN,MAAM,WACP,MAAM,aACJ,MAAM,KAChB,OAAO,CAAC,aAAa,CAoCvB,CAAA"}
package/dist/plugin.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import { App } from 'vue';
2
- import { api, loginApi, logoutApi, autoRegisterApi, setLocaleApi, apiType, loginType, logoutType, announcementType, paymentsProviderType, gameListType, vipListType, promotionType, cmsListType, mainWalletType, upcomingMatchType, depositType, applyVipBonusType, withdrawalGetType, addBankCardType, withdrawType, getSettingType, transactionReportType, changePasswordType, walletType, getEventListType, getEventTokenType, getExtraGameType, mailBoxType, fishGameListType, slotGameListType, getTurnOverRewardDataType, getTurnOverRewardReportType, getInviteRewardDataType, getInviteRewardReportType, getTopupRewardDataType, getTopupRewardReportType, getRewardReferralType, getDepositPromotionType, getInviteRewardClaimType, getTopUpRewardClaimType, getTurnOverRewardClaimType, getInviteRewardSettingType, getTopUpRewardSettingType, getTurnOverRewardSettingType, requestForgetPasswordType, submitForgetPasswordType, submitGiftCode, playGame, requestUpdateMobileTacCode, submitUpdateMobileTacCode, getVerifyPromo, getImageType, getValidateType, updateProfilePictureType, readMailType, checkRedPacketValidateType, getUserProfileType, requestTacCodeType, getUsernameByReferType, applyPromoType, applySignInType, applyRedPacketType, getCountryType, transferToMainType, transferProcessType, submitValidateType, checkTransferCreditType, friendListType, friendListEditType, getActivePPType, getActiveProductType, requestWithdrawTacType, requestWithdrawalCodeType, commissionWithdrawType, submitWithdrawalCodeType, submitCryptoAccountType, requestTransferMoneyType, submitTransferMoneyType, signInViewInfoType, signInRecordType, referralProfileType, referralMemberProfileType, registerActionType, transferReportType, agTransferCreditReportType, betReportType, getTwoFactorAuthenticateType, submitTwoFactorAuthenticateType, getUserDeviceListType, unbindUserDeviceType, searchNumberHistoryType, changeWithdrawalCodeType, checkRedPacketTokenType, submitWithdrawalAlipayType, applyReliefFund, getReliefFundData, getReliefFundReport, getWeekCardClaim, getWeekCardData, applyWeekCard, transferSettingType, transferType, claimIncentiveRebate, getIncentiveData, getIncentiveRebate, registerFormType, getFavouriteGameType, updateFavouriteGameType, requestForgetUsernameType, submitForgetUsernameType } from './index';
2
+ import { api, loginApi, logoutApi, autoRegisterApi, setLocaleApi, apiType, loginType, logoutType, announcementType, paymentsProviderType, gameListType, vipListType, promotionType, cmsListType, mainWalletType, upcomingMatchType, depositType, applyVipBonusType, withdrawalGetType, addBankCardType, withdrawType, getSettingType, transactionReportType, changePasswordType, walletType, getEventListType, getEventTokenType, getExtraGameType, mailBoxType, fishGameListType, slotGameListType, getTurnOverRewardDataType, getTurnOverRewardReportType, getInviteRewardDataType, getInviteRewardReportType, getTopupRewardDataType, getTopupRewardReportType, getRewardReferralType, getDepositPromotionType, getInviteRewardClaimType, getTopUpRewardClaimType, getTurnOverRewardClaimType, getInviteRewardSettingType, getTopUpRewardSettingType, getTurnOverRewardSettingType, requestForgetPasswordType, submitForgetPasswordType, submitGiftCode, playGame, requestUpdateMobileTacCode, submitUpdateMobileTacCode, getVerifyPromo, getImageType, getValidateType, updateProfilePictureType, readMailType, checkRedPacketValidateType, getUserProfileType, requestTacCodeType, getUsernameByReferType, applyPromoType, applySignInType, applyRedPacketType, getCountryType, transferToMainType, transferProcessType, submitValidateType, checkTransferCreditType, friendListType, friendListEditType, getActivePPType, getActiveProductType, requestWithdrawTacType, requestWithdrawalCodeType, commissionWithdrawType, submitWithdrawalCodeType, submitCryptoAccountType, requestTransferMoneyType, submitTransferMoneyType, signInViewInfoType, signInRecordType, referralProfileType, referralMemberProfileType, registerActionType, transferReportType, agTransferCreditReportType, betReportType, getTwoFactorAuthenticateType, submitTwoFactorAuthenticateType, getUserDeviceListType, unbindUserDeviceType, searchNumberHistoryType, changeWithdrawalCodeType, checkRedPacketTokenType, submitWithdrawalAlipayType, applyReliefFund, getReliefFundData, getReliefFundReport, getWeekCardClaim, getWeekCardData, applyWeekCard, transferSettingType, transferType, claimIncentiveRebate, getIncentiveData, getIncentiveRebate, getMissionData, getMissionClaim, registerFormType, getFavouriteGameType, updateFavouriteGameType, requestForgetUsernameType, submitForgetUsernameType } from './index';
3
3
 
4
4
  export declare const Repository: {
5
5
  api: typeof api;
@@ -110,6 +110,8 @@ export declare const Repository: {
110
110
  claimIncentiveRebate: typeof claimIncentiveRebate;
111
111
  getIncentiveData: typeof getIncentiveData;
112
112
  getIncentiveRebate: typeof getIncentiveRebate;
113
+ getMissionData: typeof getMissionData;
114
+ getMissionClaim: typeof getMissionClaim;
113
115
  registerFormType: typeof registerFormType;
114
116
  getFavouriteGameType: typeof getFavouriteGameType;
115
117
  updateFavouriteGameType: typeof updateFavouriteGameType;
@@ -1 +1 @@
1
- {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AACzB,OAAO,EACL,GAAG,EACH,QAAQ,EACR,SAAS,EACT,eAAe,EACf,YAAY,EACZ,OAAO,EACP,SAAS,EACT,UAAU,EACV,gBAAgB,EAChB,oBAAoB,EACpB,YAAY,EACZ,WAAW,EACX,aAAa,EACb,WAAW,EACX,cAAc,EACd,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,cAAc,EACd,qBAAqB,EACrB,kBAAkB,EAClB,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,gBAAgB,EAChB,WAAW,EACX,gBAAgB,EAChB,gBAAgB,EAChB,yBAAyB,EACzB,2BAA2B,EAC3B,uBAAuB,EACvB,yBAAyB,EACzB,sBAAsB,EACtB,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,EACvB,wBAAwB,EACxB,uBAAuB,EACvB,0BAA0B,EAC1B,0BAA0B,EAC1B,yBAAyB,EACzB,4BAA4B,EAC5B,yBAAyB,EACzB,wBAAwB,EACxB,cAAc,EACd,QAAQ,EACR,0BAA0B,EAC1B,yBAAyB,EACzB,cAAc,EACd,YAAY,EACZ,eAAe,EACf,wBAAwB,EACxB,YAAY,EACZ,0BAA0B,EAC1B,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,EACtB,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,cAAc,EAGd,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,uBAAuB,EACvB,cAAc,EACd,kBAAkB,EAClB,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACtB,yBAAyB,EACzB,sBAAsB,EACtB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,uBAAuB,EACvB,kBAAkB,EAClB,gBAAgB,EAChB,mBAAmB,EACnB,yBAAyB,EACzB,kBAAkB,EAClB,kBAAkB,EAClB,0BAA0B,EAC1B,aAAa,EACb,4BAA4B,EAC5B,+BAA+B,EAC/B,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,wBAAwB,EACxB,uBAAuB,EACvB,0BAA0B,EAC1B,eAAe,EACf,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,eAAe,EACf,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,gBAAgB,EAChB,oBAAoB,EACpB,uBAAuB,EACvB,yBAAyB,EACzB,wBAAwB,EACzB,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkHtB,CAAA;;iBAGc,GAAG;;AADlB,wBAIC"}
1
+ {"version":3,"file":"plugin.d.ts","sourceRoot":"","sources":["../src/plugin.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAA;AACzB,OAAO,EACL,GAAG,EACH,QAAQ,EACR,SAAS,EACT,eAAe,EACf,YAAY,EACZ,OAAO,EACP,SAAS,EACT,UAAU,EACV,gBAAgB,EAChB,oBAAoB,EACpB,YAAY,EACZ,WAAW,EACX,aAAa,EACb,WAAW,EACX,cAAc,EACd,iBAAiB,EACjB,WAAW,EACX,iBAAiB,EACjB,iBAAiB,EACjB,eAAe,EACf,YAAY,EACZ,cAAc,EACd,qBAAqB,EACrB,kBAAkB,EAClB,UAAU,EACV,gBAAgB,EAChB,iBAAiB,EACjB,gBAAgB,EAChB,WAAW,EACX,gBAAgB,EAChB,gBAAgB,EAChB,yBAAyB,EACzB,2BAA2B,EAC3B,uBAAuB,EACvB,yBAAyB,EACzB,sBAAsB,EACtB,wBAAwB,EACxB,qBAAqB,EACrB,uBAAuB,EACvB,wBAAwB,EACxB,uBAAuB,EACvB,0BAA0B,EAC1B,0BAA0B,EAC1B,yBAAyB,EACzB,4BAA4B,EAC5B,yBAAyB,EACzB,wBAAwB,EACxB,cAAc,EACd,QAAQ,EACR,0BAA0B,EAC1B,yBAAyB,EACzB,cAAc,EACd,YAAY,EACZ,eAAe,EACf,wBAAwB,EACxB,YAAY,EACZ,0BAA0B,EAC1B,kBAAkB,EAClB,kBAAkB,EAClB,sBAAsB,EACtB,cAAc,EACd,eAAe,EACf,kBAAkB,EAClB,cAAc,EAGd,kBAAkB,EAClB,mBAAmB,EACnB,kBAAkB,EAClB,uBAAuB,EACvB,cAAc,EACd,kBAAkB,EAClB,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACtB,yBAAyB,EACzB,sBAAsB,EACtB,wBAAwB,EACxB,uBAAuB,EACvB,wBAAwB,EACxB,uBAAuB,EACvB,kBAAkB,EAClB,gBAAgB,EAChB,mBAAmB,EACnB,yBAAyB,EACzB,kBAAkB,EAClB,kBAAkB,EAClB,0BAA0B,EAC1B,aAAa,EACb,4BAA4B,EAC5B,+BAA+B,EAC/B,qBAAqB,EACrB,oBAAoB,EACpB,uBAAuB,EACvB,wBAAwB,EACxB,uBAAuB,EACvB,0BAA0B,EAC1B,eAAe,EACf,iBAAiB,EACjB,mBAAmB,EACnB,gBAAgB,EAChB,eAAe,EACf,aAAa,EACb,mBAAmB,EACnB,YAAY,EACZ,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,cAAc,EACd,eAAe,EACf,gBAAgB,EAChB,oBAAoB,EACpB,uBAAuB,EACvB,yBAAyB,EACzB,wBAAwB,EACzB,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoHtB,CAAA;;iBAGc,GAAG;;AADlB,wBAIC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "60p82u21t54k",
3
- "version": "0.0.95",
3
+ "version": "0.0.97",
4
4
  "description": "A description of your library",
5
5
  "main": "dist/60p82u21t54k.umd.js",
6
6
  "module": "dist/60p82u21t54k.es.js",