60p82u21t54k 0.0.77 → 0.0.79
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 +175 -154
- package/dist/60p82u21t54k.umd.js +1 -1
- package/dist/index.d.ts +7 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/model/agTransferCreditReport/type.d.ts +4 -4
- package/dist/model/agTransferCreditReport/type.d.ts.map +1 -1
- package/dist/model/betReport/getBetReportResponse.d.ts +1 -1
- package/dist/model/betReport/getBetReportResponse.d.ts.map +1 -1
- package/dist/model/betReport/type.d.ts +5 -5
- package/dist/model/betReport/type.d.ts.map +1 -1
- package/dist/model/getWeekCardData/getGetWeekCardDataResponse.d.ts.map +1 -1
- package/dist/model/getWeekCardData/type.d.ts +8 -2
- package/dist/model/getWeekCardData/type.d.ts.map +1 -1
- package/dist/model/transactionReport/getTransactionReportResponse.d.ts.map +1 -1
- package/dist/model/transactionReport/type.d.ts +12 -18
- package/dist/model/transactionReport/type.d.ts.map +1 -1
- package/dist/model/transferReport/getTransferReportResponse.d.ts +4 -0
- package/dist/model/transferReport/getTransferReportResponse.d.ts.map +1 -1
- package/dist/model/transferReport/type.d.ts +5 -5
- package/dist/model/transferReport/type.d.ts.map +1 -1
- package/dist/plugin.d.ts +4 -1
- package/dist/plugin.d.ts.map +1 -1
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
export type TransferReportResponse = {
|
|
2
2
|
currentPage: number;
|
|
3
3
|
lastPage: number;
|
|
4
|
-
data:
|
|
4
|
+
data: Data[];
|
|
5
5
|
};
|
|
6
|
-
export type
|
|
6
|
+
export type Data = {
|
|
7
7
|
transferIndex: number;
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
target: string;
|
|
9
|
+
category: string;
|
|
10
10
|
amount: string;
|
|
11
|
-
|
|
11
|
+
dateTime: string;
|
|
12
12
|
};
|
|
13
13
|
//# sourceMappingURL=type.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/transferReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,
|
|
1
|
+
{"version":3,"file":"type.d.ts","sourceRoot":"","sources":["../../../src/model/transferReport/type.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,sBAAsB,GAAG;IACnC,WAAW,EAAE,MAAM,CAAA;IACnB,QAAQ,EAAE,MAAM,CAAA;IAChB,IAAI,EAAE,IAAI,EAAE,CAAA;CACb,CAAA;AAED,MAAM,MAAM,IAAI,GAAG;IACjB,aAAa,EAAE,MAAM,CAAA;IACrB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;IAChB,MAAM,EAAE,MAAM,CAAA;IACd,QAAQ,EAAE,MAAM,CAAA;CACjB,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 } 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 } from './index';
|
|
3
3
|
|
|
4
4
|
export declare const Repository: {
|
|
5
5
|
api: typeof api;
|
|
@@ -102,6 +102,9 @@ export declare const Repository: {
|
|
|
102
102
|
applyReliefFund: typeof applyReliefFund;
|
|
103
103
|
getReliefFundData: typeof getReliefFundData;
|
|
104
104
|
getReliefFundReport: typeof getReliefFundReport;
|
|
105
|
+
getWeekCardClaim: typeof getWeekCardClaim;
|
|
106
|
+
getWeekCardData: typeof getWeekCardData;
|
|
107
|
+
applyWeekCard: typeof applyWeekCard;
|
|
105
108
|
};
|
|
106
109
|
declare const _default: {
|
|
107
110
|
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,
|
|
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,EACd,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwGtB,CAAA;;iBAGc,GAAG;;AADlB,wBAIC"}
|