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.
@@ -1,13 +1,13 @@
1
1
  export type TransferReportResponse = {
2
2
  currentPage: number;
3
3
  lastPage: number;
4
- data: CreditLimitTransferData[];
4
+ data: Data[];
5
5
  };
6
- export type CreditLimitTransferData = {
6
+ export type Data = {
7
7
  transferIndex: number;
8
- comFrom: string;
9
- comTo: string;
8
+ target: string;
9
+ category: string;
10
10
  amount: string;
11
- transferDateTime: string;
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,uBAAuB,EAAE,CAAA;CAChC,CAAA;AAED,MAAM,MAAM,uBAAuB,GAAG;IACpC,aAAa,EAAE,MAAM,CAAA;IACrB,OAAO,EAAE,MAAM,CAAA;IACf,KAAK,EAAE,MAAM,CAAA;IACb,MAAM,EAAE,MAAM,CAAA;IACd,gBAAgB,EAAE,MAAM,CAAA;CACzB,CAAA"}
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;
@@ -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,EACpB,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqGtB,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,EACd,MAAM,SAAS,CAAA;AAEhB,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwGtB,CAAA;;iBAGc,GAAG;;AADlB,wBAIC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "60p82u21t54k",
3
- "version": "0.0.77",
3
+ "version": "0.0.79",
4
4
  "description": "A description of your library",
5
5
  "main": "dist/60p82u21t54k.umd.js",
6
6
  "module": "dist/60p82u21t54k.es.js",