60p82u21t54k 0.0.83 → 0.0.85
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.
- package/dist/60p82u21t54k.es.js +325 -307
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/api/api.d.ts.map +1 -1
- package/dist/api/type.d.ts +4 -1
- package/dist/api/type.d.ts.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/model/gameList/getGameListResponse.d.ts.map +1 -1
- package/dist/model/registerForm/getRegisterFormResponse.d.ts +31 -0
- package/dist/model/registerForm/getRegisterFormResponse.d.ts.map +1 -0
- package/dist/model/registerForm/type.d.ts +13 -0
- package/dist/model/registerForm/type.d.ts.map +1 -0
- package/dist/plugin.d.ts +2 -1
- package/dist/plugin.d.ts.map +1 -1
- package/package.json +1 -1
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 } 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, registerFormType } from './index';
|
|
3
3
|
|
|
4
4
|
export declare const Repository: {
|
|
5
5
|
api: typeof api;
|
|
@@ -110,6 +110,7 @@ export declare const Repository: {
|
|
|
110
110
|
claimIncentiveRebate: typeof claimIncentiveRebate;
|
|
111
111
|
getIncentiveData: typeof getIncentiveData;
|
|
112
112
|
getIncentiveRebate: typeof getIncentiveRebate;
|
|
113
|
+
registerFormType: typeof registerFormType;
|
|
113
114
|
};
|
|
114
115
|
declare const _default: {
|
|
115
116
|
install(app: App): void;
|
package/dist/plugin.d.ts.map
CHANGED
|
@@ -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,
|
|
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,EACjB,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8GtB,CAAA;;iBAGc,GAAG;;AADlB,wBAIC"}
|