@mikemo-coposit/am-accounting-shared 0.0.8 → 0.0.10
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/cjs/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/cjs/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/cjs/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/cjs/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/cjs/index.js +211 -155
- package/dist/cjs/schemas/cma/cma.entity.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma/cma.rest.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +399 -399
- package/dist/cjs/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +66 -66
- package/dist/cjs/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +220 -220
- package/dist/cjs/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +44 -44
- package/dist/cjs/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +44 -44
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +417 -417
- package/dist/cjs/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +138 -138
- package/dist/cjs/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -47
- package/dist/cjs/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts +1487 -1487
- package/dist/cjs/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts +4007 -4007
- package/dist/cjs/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +675 -675
- package/dist/cjs/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/cjs/schemas/property/property.entity.schema.d.ts +22 -22
- package/dist/cjs/schemas/property/property.rest.schema.d.ts +292 -292
- package/dist/cjs/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/cjs/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/cjs/schemas/report/index.d.ts +5 -0
- package/dist/cjs/schemas/report/index.d.ts.map +1 -1
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/cjs/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts +10 -6
- package/dist/cjs/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/cjs/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/cjs/utils/property.util.d.ts +1 -1
- package/dist/cjs/utils/property.util.d.ts.map +1 -1
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts +13 -0
- package/dist/esm/constants/cma-transaction/cma-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts +6 -5
- package/dist/esm/constants/mta-transaction/mta-input-type.constant.d.ts.map +1 -1
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts +10 -0
- package/dist/esm/constants/mta-transaction/mta-type.constant.d.ts.map +1 -1
- package/dist/esm/index.mjs +58 -35
- package/dist/esm/schemas/cma/cma.entity.schema.d.ts +44 -44
- package/dist/esm/schemas/cma/cma.rest.schema.d.ts +44 -44
- package/dist/esm/schemas/cma-account-period/cma-account-period-closing-summary.rest.schema.d.ts +399 -399
- package/dist/esm/schemas/cma-account-period/cma-account-period.rest.schema.d.ts +66 -66
- package/dist/esm/schemas/cma-reconciled-transaction/cma-reconciled-transaction.rest.schema.d.ts +220 -220
- package/dist/esm/schemas/cma-transaction/cma-transaction.entity.schema.d.ts +44 -44
- package/dist/esm/schemas/cma-transaction/cma-transaction.rest.schema.d.ts +44 -44
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts +417 -417
- package/dist/esm/schemas/mta-account-period/mta-account-period-closing-summary.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts +138 -138
- package/dist/esm/schemas/mta-reconciled-transaction/mta-reconciled-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/create-mta-transactionrest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts +50 -47
- package/dist/esm/schemas/mta-transaction/mta-transaction.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts +1487 -1487
- package/dist/esm/schemas/payout/payout-provision-data.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts +4007 -4007
- package/dist/esm/schemas/payout/payout.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts +675 -675
- package/dist/esm/schemas/payout-transaction/payout-transaction.rest.entity.d.ts.map +1 -1
- package/dist/esm/schemas/property/property.entity.schema.d.ts +22 -22
- package/dist/esm/schemas/property/property.rest.schema.d.ts +292 -292
- package/dist/esm/schemas/property/property.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts +57 -0
- package/dist/esm/schemas/report/bank-reconciliation-summary.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts +58 -0
- package/dist/esm/schemas/report/common-report-with-cma-selection.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/customer-ledger.rest.schema.d.ts +2 -2
- package/dist/esm/schemas/report/index.d.ts +5 -0
- package/dist/esm/schemas/report/index.d.ts.map +1 -1
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts +34 -0
- package/dist/esm/schemas/report/payment-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/reconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts +10 -6
- package/dist/esm/schemas/report/trust-trial.rest.schema.d.ts.map +1 -1
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts +57 -0
- package/dist/esm/schemas/report/unreconciled-items-list.rest.schema.d.ts.map +1 -0
- package/dist/esm/utils/property.util.d.ts +1 -1
- package/dist/esm/utils/property.util.d.ts.map +1 -1
- package/package.json +8 -9
package/dist/cjs/index.js
CHANGED
|
@@ -2616,223 +2616,234 @@ var __webpack_exports__ = {};
|
|
|
2616
2616
|
"use strict";
|
|
2617
2617
|
__webpack_require__.r(__webpack_exports__);
|
|
2618
2618
|
__webpack_require__.d(__webpack_exports__, {
|
|
2619
|
-
getTransactionNumber: ()=>getTransactionNumber,
|
|
2620
2619
|
payoutMtaToCmaProvisionDataEntitySchema: ()=>payoutMtaToCmaProvisionDataEntitySchema,
|
|
2621
|
-
createMtaTransactionRestReqSchema: ()=>createMtaTransactionRestReqSchema,
|
|
2622
|
-
DEFAULT_PAYOUT_SOURCE_BANK_REF: ()=>DEFAULT_PAYOUT_SOURCE_BANK_REF,
|
|
2623
|
-
dateTimeFilterSchema: ()=>dateTimeFilterSchema,
|
|
2624
|
-
receiptListReportRestReqSchema: ()=>receiptListReportRestReqSchema,
|
|
2625
2620
|
accountBsbMaskedSchema: ()=>accountBsbMaskedSchema,
|
|
2626
|
-
CmaTransactionType: ()=>CmaTransactionType,
|
|
2627
2621
|
formatBankBsb: ()=>formatBankBsb,
|
|
2628
|
-
MtaTransactionTypeToDisplayTextMapper: ()=>MtaTransactionTypeToDisplayTextMapper,
|
|
2629
2622
|
mtaAccountPeriodCloseRestReqSchema: ()=>mtaAccountPeriodCloseRestReqSchema,
|
|
2630
|
-
|
|
2623
|
+
MtaTransactionTypeToDisplayTextMapper: ()=>MtaTransactionTypeToDisplayTextMapper,
|
|
2624
|
+
MtaCustomerTransactionType: ()=>MtaCustomerTransactionType,
|
|
2631
2625
|
MenuStatus: ()=>MenuStatus,
|
|
2632
2626
|
PayoutStatus: ()=>PayoutStatus,
|
|
2633
2627
|
mtaPaymentMethodRestResSchema: ()=>mtaPaymentMethodRestResSchema,
|
|
2634
2628
|
CmaReceiptTransactionType: ()=>CmaReceiptTransactionType,
|
|
2635
2629
|
ReportGroupType: ()=>report_group_type_constant_ReportGroupType,
|
|
2636
|
-
cmaReconciliationEntitySchema: ()=>cmaReconciliationEntitySchema,
|
|
2637
|
-
PayoutType: ()=>PayoutType,
|
|
2638
|
-
payoutTargetDetailsBaseEntitySchema: ()=>payoutTargetDetailsBaseEntitySchema,
|
|
2639
2630
|
payoutTransactionSearchRestReqSchema: ()=>payoutTransactionSearchRestReqSchema,
|
|
2640
|
-
|
|
2631
|
+
PayoutType: ()=>PayoutType,
|
|
2641
2632
|
updateCmaAccountPeriodReconciledToRestReqSchema: ()=>updateCmaAccountPeriodReconciledToRestReqSchema,
|
|
2642
|
-
ReconcileTransactionAction: ()=>reconcile_transaction_action_constant_ReconcileTransactionAction,
|
|
2643
|
-
createCmaTransactionRestReqSchema: ()=>createCmaTransactionRestReqSchema,
|
|
2644
|
-
cmaAccountPeriodRestResSchema: ()=>cmaAccountPeriodRestResSchema,
|
|
2645
2633
|
customerLedgerRestReqSchema: ()=>customerLedgerRestReqSchema,
|
|
2646
|
-
|
|
2634
|
+
unreconciledItemsListReportRestReqSchema: ()=>unreconciledItemsListReportRestReqSchema,
|
|
2635
|
+
cmaAccountPeriodRestResSchema: ()=>cmaAccountPeriodRestResSchema,
|
|
2647
2636
|
mtaReconciliationEntitySchema: ()=>mtaReconciliationEntitySchema,
|
|
2648
2637
|
payoutTargetDetailsEntitySchema: ()=>payoutTargetDetailsEntitySchema,
|
|
2649
|
-
propertyNestedEntitySchema: ()=>propertyNestedEntitySchema,
|
|
2650
|
-
cmaTransactionNestedSchema: ()=>cmaTransactionNestedSchema,
|
|
2651
|
-
AccountType: ()=>account_type_constant_AccountType,
|
|
2652
2638
|
AmmoZeptoBankAccounts: ()=>AmmoZeptoBankAccounts,
|
|
2653
2639
|
DEFAULT_PAYOUT_TARGET_DESCRIPTION: ()=>DEFAULT_PAYOUT_TARGET_DESCRIPTION,
|
|
2654
2640
|
payoutProvisionDataEntitySchema: ()=>payoutProvisionDataEntitySchema,
|
|
2641
|
+
CmaTransactionTypeToDisplayTextMapper: ()=>CmaTransactionTypeToDisplayTextMapper,
|
|
2642
|
+
mtaTransactionRestResSchema: ()=>mtaTransactionRestResSchema,
|
|
2643
|
+
payoutRestReqSchema: ()=>payoutRestReqSchema,
|
|
2644
|
+
payoutBankFileDownloadHistoryEntitySchema: ()=>payoutBankFileDownloadHistoryEntitySchema,
|
|
2645
|
+
menuSchema: ()=>menuSchema,
|
|
2646
|
+
getTransactionStatus: ()=>getTransactionStatus,
|
|
2647
|
+
ASSIGN_UNKNOWN_TO_CUSTOMER: ()=>ASSIGN_UNKNOWN_TO_CUSTOMER,
|
|
2648
|
+
CmaTransactionCreateTypeToDisplayText: ()=>CmaTransactionCreateTypeToDisplayText,
|
|
2649
|
+
mtaReconciledTransactionRestResSchema: ()=>mtaReconciledTransactionRestResSchema,
|
|
2650
|
+
mtaEntitySchema: ()=>mtaEntitySchema,
|
|
2651
|
+
mtaPaymentMethodAccountConfigSchema: ()=>mtaPaymentMethodAccountConfigSchema,
|
|
2652
|
+
PropertyRestResStatus: ()=>PropertyRestResStatus,
|
|
2653
|
+
TRANSACTION_CANCEL: ()=>TRANSACTION_CANCEL,
|
|
2654
|
+
mtaTransactionRestResBaseSchema: ()=>mtaTransactionRestResBaseSchema,
|
|
2655
|
+
mtaAccountPeriodRestResSchema: ()=>mtaAccountPeriodRestResSchema,
|
|
2656
|
+
JsonNullableFilterSchema: ()=>JsonNullableFilterSchema,
|
|
2657
|
+
isUnknownReceiptAssignedToProperty: ()=>isUnknownReceiptAssignedToProperty,
|
|
2658
|
+
createCmaSettlementPayoutRestReqSchema: ()=>createCmaSettlementPayoutRestReqSchema,
|
|
2659
|
+
mtaReconciliationRestResSchema: ()=>mtaReconciliationRestResSchema,
|
|
2660
|
+
propertyEntitySchema: ()=>propertyEntitySchema,
|
|
2661
|
+
MtaStatus: ()=>mta_MtaStatus,
|
|
2662
|
+
cmaRestResBaseSchema: ()=>cmaRestResBaseSchema,
|
|
2663
|
+
payoutTargetDetailsRestResBaseSchema: ()=>payoutTargetDetailsRestResBaseSchema,
|
|
2664
|
+
StringFilterBaseSchema: ()=>StringFilterBaseSchema,
|
|
2665
|
+
payoutItemReqSchema: ()=>payoutItemReqSchema,
|
|
2666
|
+
payoutTransactionEntitySchema: ()=>payoutTransactionEntitySchema,
|
|
2667
|
+
payoutMtaToCmaTargetDetailsEntitySchema: ()=>payoutMtaToCmaTargetDetailsEntitySchema,
|
|
2668
|
+
createCmaReconciliationRestReqSchema: ()=>createCmaReconciliationRestReqSchema,
|
|
2669
|
+
cancelCmaTransactionRestReqSchema: ()=>cancelCmaTransactionRestReqSchema,
|
|
2670
|
+
createMtaRestReqSchema: ()=>createMtaRestReqSchema,
|
|
2671
|
+
ProjectApplyStatusRestRes: ()=>ProjectApplyStatusRestRes,
|
|
2672
|
+
customerEntitySchema: ()=>customerEntitySchema,
|
|
2673
|
+
propertySearchRestReqSchema: ()=>propertySearchRestReqSchema,
|
|
2674
|
+
createMtaToCmaPayoutRestReqSchema: ()=>createMtaToCmaPayoutRestReqSchema,
|
|
2675
|
+
payoutBankFileRestResSchema: ()=>payoutBankFileRestResSchema,
|
|
2676
|
+
payoutBankFileEntitySchema: ()=>payoutBankFileEntitySchema,
|
|
2677
|
+
accountNumberValidationSchema: ()=>accountNumberValidationSchema,
|
|
2678
|
+
mtaAccountPeriodClosingSummaryRestResSchema: ()=>mtaAccountPeriodClosingSummaryRestResSchema,
|
|
2679
|
+
displayBankAccount: ()=>displayBankAccount,
|
|
2680
|
+
menuRestResSchema: ()=>menuRestResSchema,
|
|
2681
|
+
propertyRestResBaseSchema: ()=>propertyRestResBaseSchema,
|
|
2682
|
+
cmaAccountPeriodCloseRestReqSchema: ()=>cmaAccountPeriodCloseRestReqSchema,
|
|
2683
|
+
userRestResSchema: ()=>userRestResSchema,
|
|
2684
|
+
payoutPaymentItemSchema: ()=>payoutPaymentItemSchema,
|
|
2685
|
+
payoutSearchRestReqSchema: ()=>payoutSearchRestReqSchema,
|
|
2686
|
+
reconciledItemsListReportRestReqSchema: ()=>reconciledItemsListReportRestReqSchema,
|
|
2687
|
+
CmaTransactionStatusToDisplayTextMapper: ()=>CmaTransactionStatusToDisplayTextMapper,
|
|
2688
|
+
updateMtaRestReqSchema: ()=>updateMtaRestReqSchema,
|
|
2689
|
+
payoutListRestResSchema: ()=>payoutListRestResSchema,
|
|
2690
|
+
MtaTransactionType: ()=>MtaTransactionType,
|
|
2691
|
+
payoutTransactionRestResSchema: ()=>payoutTransactionRestResSchema,
|
|
2692
|
+
stringToDateSchema: ()=>stringToDateSchema,
|
|
2693
|
+
isTransactionCancelable: ()=>isTransactionCancelable,
|
|
2694
|
+
ReportDataRangeType: ()=>report_data_range_type_constant_ReportDataRangeType,
|
|
2695
|
+
bankCodeSchema: ()=>bankCodeSchema,
|
|
2696
|
+
boolFilterBaseSchema: ()=>boolFilterBaseSchema,
|
|
2697
|
+
createMtaSettlementPayoutSourceAccountSchema: ()=>createMtaSettlementPayoutSourceAccountSchema,
|
|
2698
|
+
projectMtaAllocationEntitySchema: ()=>projectMtaAllocationEntitySchema,
|
|
2699
|
+
projectMtaAllocationRestResSchema: ()=>projectMtaAllocationRestResSchema,
|
|
2700
|
+
projectRestResSchema: ()=>projectRestResSchema,
|
|
2701
|
+
CmaTransactionPaymentMethod: ()=>cma_payment_method_constant_CmaTransactionPaymentMethod,
|
|
2702
|
+
balanceRestResSchema: ()=>balanceRestResSchema,
|
|
2703
|
+
bigIntFilterSchema: ()=>bigIntFilterSchema,
|
|
2704
|
+
payoutCmaSourceDetailsRestSchema: ()=>payoutCmaSourceDetailsRestSchema,
|
|
2705
|
+
stateCodeSchema: ()=>stateCodeSchema,
|
|
2706
|
+
stringFilterSchema: ()=>stringFilterSchema,
|
|
2707
|
+
PropertyStage: ()=>PropertyStage,
|
|
2708
|
+
accountBsbValidationSchema: ()=>accountBsbValidationSchema,
|
|
2709
|
+
payoutTargetDetailsRestSchema: ()=>payoutTargetDetailsRestSchema,
|
|
2710
|
+
cmaAccountPeriodRestResBaseSchema: ()=>cmaAccountPeriodRestResBaseSchema,
|
|
2711
|
+
cmaAccountPeriodClosingSummaryRestResSchema: ()=>cmaAccountPeriodClosingSummaryRestResSchema,
|
|
2712
|
+
MtaUnknownTransactionType: ()=>MtaUnknownTransactionType,
|
|
2713
|
+
cmaTransactionRestResSchema: ()=>cmaTransactionRestResSchema,
|
|
2714
|
+
cmaTransactionSearchRestReqSchema: ()=>cmaTransactionSearchRestReqSchema,
|
|
2715
|
+
accountNumberMaskedSchema: ()=>accountNumberMaskedSchema,
|
|
2716
|
+
isPaymentTransaction: ()=>isPaymentTransaction,
|
|
2717
|
+
dollarsToCentsSchema: ()=>dollarsToCentsSchema,
|
|
2718
|
+
cmaNestedEntitySchema: ()=>cmaNestedEntitySchema,
|
|
2719
|
+
payoutMtaSourceDetailsRestSchema: ()=>payoutMtaSourceDetailsRestSchema,
|
|
2720
|
+
CmaPayoutTransactionType: ()=>CmaPayoutTransactionType,
|
|
2721
|
+
maskString: ()=>maskString,
|
|
2722
|
+
ReconciliationStatus: ()=>reconciliation_constant_ReconciliationStatus,
|
|
2723
|
+
mtaPaymentMethodFloatAccountConfigSchema: ()=>mtaPaymentMethodFloatAccountConfigSchema,
|
|
2724
|
+
payoutMtaToCmaRestResSchema: ()=>payoutMtaToCmaRestResSchema,
|
|
2725
|
+
mtaAccountPeriodEntitySchema: ()=>mtaAccountPeriodEntitySchema,
|
|
2726
|
+
maskBankAccountNumber: ()=>maskBankAccountNumber,
|
|
2727
|
+
dateTimeFilterBaseSchema: ()=>dateTimeFilterBaseSchema,
|
|
2728
|
+
paymentListReportRestReqSchema: ()=>paymentListReportRestReqSchema,
|
|
2729
|
+
AmmoZeptoClient: ()=>AmmoZeptoClient,
|
|
2730
|
+
reconcileMtaTransactionRestReqSchema: ()=>reconcileMtaTransactionRestReqSchema,
|
|
2731
|
+
getTransactionNumber: ()=>getTransactionNumber,
|
|
2732
|
+
createMtaTransactionRestReqSchema: ()=>createMtaTransactionRestReqSchema,
|
|
2733
|
+
DEFAULT_PAYOUT_SOURCE_BANK_REF: ()=>DEFAULT_PAYOUT_SOURCE_BANK_REF,
|
|
2734
|
+
dateTimeFilterSchema: ()=>dateTimeFilterSchema,
|
|
2735
|
+
receiptListReportRestReqSchema: ()=>receiptListReportRestReqSchema,
|
|
2736
|
+
CmaTransactionType: ()=>CmaTransactionType,
|
|
2737
|
+
cancelMtaTransactionRestReqSchema: ()=>cancelMtaTransactionRestReqSchema,
|
|
2738
|
+
payoutTargetDetailsBaseEntitySchema: ()=>payoutTargetDetailsBaseEntitySchema,
|
|
2739
|
+
cmaReconciliationEntitySchema: ()=>cmaReconciliationEntitySchema,
|
|
2740
|
+
CmaTransactionInputType: ()=>cma_input_type_constant_CmaTransactionInputType,
|
|
2741
|
+
ReconcileTransactionAction: ()=>reconcile_transaction_action_constant_ReconcileTransactionAction,
|
|
2742
|
+
createCmaTransactionRestReqSchema: ()=>createCmaTransactionRestReqSchema,
|
|
2743
|
+
cmaReconciledTransactionEntitySchema: ()=>cmaReconciledTransactionEntitySchema,
|
|
2744
|
+
propertyNestedEntitySchema: ()=>propertyNestedEntitySchema,
|
|
2745
|
+
CmaTransactionInputTypeToDisplayText: ()=>CmaTransactionInputTypeToDisplayText,
|
|
2746
|
+
AccountType: ()=>account_type_constant_AccountType,
|
|
2747
|
+
cmaTransactionNestedSchema: ()=>cmaTransactionNestedSchema,
|
|
2655
2748
|
cmaTransactionEntitySchema: ()=>cmaTransactionEntitySchema,
|
|
2656
2749
|
PayoutTargetAccountType: ()=>payout_constant_PayoutTargetAccountType,
|
|
2657
2750
|
AccountPeriodStatus: ()=>account_period_constant_AccountPeriodStatus,
|
|
2658
|
-
CmaTransactionTypeToDisplayTextMapper: ()=>CmaTransactionTypeToDisplayTextMapper,
|
|
2659
2751
|
mtaRestResBaseSchema: ()=>mtaRestResBaseSchema,
|
|
2660
|
-
mtaTransactionRestResSchema: ()=>mtaTransactionRestResSchema,
|
|
2661
|
-
allocateMtaToProjectRestReqSchema: ()=>allocateMtaToProjectRestReqSchema,
|
|
2662
2752
|
updateMtaAccountPeriodReconciledToRestReqSchema: ()=>updateMtaAccountPeriodReconciledToRestReqSchema,
|
|
2753
|
+
allocateMtaToProjectRestReqSchema: ()=>allocateMtaToProjectRestReqSchema,
|
|
2663
2754
|
PayoutSourceAccountType: ()=>payout_constant_PayoutSourceAccountType,
|
|
2664
2755
|
boolFilterSchema: ()=>boolFilterSchema,
|
|
2665
2756
|
centsToDollarsSchema: ()=>centsToDollarsSchema,
|
|
2666
2757
|
createCmaSettlementPayoutSourceAccountSchema: ()=>createCmaSettlementPayoutSourceAccountSchema,
|
|
2667
|
-
payoutBankFileDownloadHistoryEntitySchema: ()=>payoutBankFileDownloadHistoryEntitySchema,
|
|
2668
2758
|
formatCurrency: ()=>formatCurrency,
|
|
2669
|
-
|
|
2670
|
-
menuSchema: ()=>menuSchema,
|
|
2671
|
-
getTransactionStatus: ()=>getTransactionStatus,
|
|
2672
|
-
ASSIGN_UNKNOWN_TO_CUSTOMER: ()=>ASSIGN_UNKNOWN_TO_CUSTOMER,
|
|
2673
|
-
mtaReconciledTransactionRestResSchema: ()=>mtaReconciledTransactionRestResSchema,
|
|
2759
|
+
CmaTransactionCreateType: ()=>cma_input_type_constant_CmaTransactionCreateType,
|
|
2674
2760
|
basePayoutItemShape: ()=>basePayoutItemShape,
|
|
2675
2761
|
isReceiptTransaction: ()=>isReceiptTransaction,
|
|
2676
2762
|
trustTrialBalanceReportRestReqSchema: ()=>trustTrialBalanceReportRestReqSchema,
|
|
2677
2763
|
stringToStartOfDaySchema: ()=>stringToStartOfDaySchema,
|
|
2678
|
-
mtaEntitySchema: ()=>mtaEntitySchema,
|
|
2679
|
-
mtaPaymentMethodAccountConfigSchema: ()=>mtaPaymentMethodAccountConfigSchema,
|
|
2680
|
-
DEFAULT_PAYOUT_SOURCE_DESCRIPTION: ()=>DEFAULT_PAYOUT_SOURCE_DESCRIPTION,
|
|
2681
2764
|
payoutSourceDetailsEntitySchema: ()=>payoutSourceDetailsEntitySchema,
|
|
2765
|
+
DEFAULT_PAYOUT_SOURCE_DESCRIPTION: ()=>DEFAULT_PAYOUT_SOURCE_DESCRIPTION,
|
|
2682
2766
|
payoutStatusSummaryRestResSchema: ()=>payoutStatusSummaryRestResSchema,
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
mtaTransactionRestResBaseSchema: ()=>mtaTransactionRestResBaseSchema,
|
|
2686
|
-
mtaAccountPeriodRestResSchema: ()=>mtaAccountPeriodRestResSchema,
|
|
2767
|
+
payoutCmaTargetDetailsRestSchema: ()=>payoutCmaTargetDetailsRestSchema,
|
|
2768
|
+
updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema: ()=>updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema,
|
|
2687
2769
|
cmaSearchRestReqSchema: ()=>cmaSearchRestReqSchema,
|
|
2688
|
-
JsonNullableFilterSchema: ()=>JsonNullableFilterSchema,
|
|
2689
2770
|
isInterestTransaction: ()=>isInterestTransaction,
|
|
2690
|
-
developerEntitySchema: ()=>developerEntitySchema,
|
|
2691
|
-
isUnknownReceiptAssignedToProperty: ()=>isUnknownReceiptAssignedToProperty,
|
|
2692
|
-
payoutCmaTargetDetailsRestSchema: ()=>payoutCmaTargetDetailsRestSchema,
|
|
2693
2771
|
payoutSourceDetailsRestResBaseSchema: ()=>payoutSourceDetailsRestResBaseSchema,
|
|
2772
|
+
developerEntitySchema: ()=>developerEntitySchema,
|
|
2694
2773
|
propertyAccountsBalanceRestResSchema: ()=>propertyAccountsBalanceRestResSchema,
|
|
2695
|
-
createCmaSettlementPayoutRestReqSchema: ()=>createCmaSettlementPayoutRestReqSchema,
|
|
2696
2774
|
createMtaReconciliationRestReqSchema: ()=>createMtaReconciliationRestReqSchema,
|
|
2697
|
-
mtaReconciliationRestResSchema: ()=>mtaReconciliationRestResSchema,
|
|
2698
2775
|
MtaReceiptTransactionType: ()=>MtaReceiptTransactionType,
|
|
2699
2776
|
projectNestedEntitySchema: ()=>projectNestedEntitySchema,
|
|
2700
|
-
propertyEntitySchema: ()=>propertyEntitySchema,
|
|
2701
2777
|
intFilterSchema: ()=>intFilterSchema,
|
|
2702
2778
|
payoutRestResSchema: ()=>payoutRestResSchema,
|
|
2703
2779
|
createMtaSettlementPayoutRestReqSchema: ()=>createMtaSettlementPayoutRestReqSchema,
|
|
2704
2780
|
reconcileCmaTransactionRestReqSchema: ()=>reconcileCmaTransactionRestReqSchema,
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
payoutTargetDetailsRestResBaseSchema: ()=>payoutTargetDetailsRestResBaseSchema,
|
|
2708
|
-
StringFilterBaseSchema: ()=>StringFilterBaseSchema,
|
|
2781
|
+
MtaTransactionInputTypeToDisplayText: ()=>MtaTransactionInputTypeToDisplayText,
|
|
2782
|
+
updateMenuRestReqSchema: ()=>updateMenuRestReqSchema,
|
|
2709
2783
|
cmaClosedAccountPeriodRestResSchema: ()=>cmaClosedAccountPeriodRestResSchema,
|
|
2710
|
-
payoutItemReqSchema: ()=>payoutItemReqSchema,
|
|
2711
2784
|
cmaReconciliationRestResSchema: ()=>cmaReconciliationRestResSchema,
|
|
2712
2785
|
mtaPaymentMethodEntitySchema: ()=>mtaPaymentMethodEntitySchema,
|
|
2713
|
-
payoutTransactionEntitySchema: ()=>payoutTransactionEntitySchema,
|
|
2714
|
-
updateMenuRestReqSchema: ()=>updateMenuRestReqSchema,
|
|
2715
|
-
payoutMtaToCmaTargetDetailsEntitySchema: ()=>payoutMtaToCmaTargetDetailsEntitySchema,
|
|
2716
2786
|
payoutEntitySchema: ()=>payoutEntitySchema,
|
|
2717
2787
|
payoutSourceDetailsRestSchema: ()=>payoutSourceDetailsRestSchema,
|
|
2718
2788
|
cmaRestResSchema: ()=>cmaRestResSchema,
|
|
2719
2789
|
DEFAULT_PAYOUT_TARGET_BANK_REF: ()=>DEFAULT_PAYOUT_TARGET_BANK_REF,
|
|
2720
|
-
|
|
2721
|
-
|
|
2722
|
-
createMtaRestReqSchema: ()=>createMtaRestReqSchema,
|
|
2723
|
-
ProjectApplyStatusRestRes: ()=>ProjectApplyStatusRestRes,
|
|
2724
|
-
customerEntitySchema: ()=>customerEntitySchema,
|
|
2790
|
+
propertyRestResSchema: ()=>propertyRestResSchema,
|
|
2791
|
+
getPropertyName: ()=>getPropertyName,
|
|
2725
2792
|
generateMtaPaymentMethodFloatAccountConfigForZepto: ()=>generateMtaPaymentMethodFloatAccountConfigForZepto,
|
|
2793
|
+
stringToEndOfDaySchema: ()=>stringToEndOfDaySchema,
|
|
2726
2794
|
AccountingCommonSyncStatus: ()=>AccountingCommonSyncStatus,
|
|
2727
|
-
getPropertyName: ()=>getPropertyName,
|
|
2728
|
-
propertyRestResSchema: ()=>propertyRestResSchema,
|
|
2729
2795
|
CmaTransactionStatus: ()=>CmaTransactionStatus,
|
|
2730
|
-
createMtaToCmaPayoutRestReqSchema: ()=>createMtaToCmaPayoutRestReqSchema,
|
|
2731
|
-
payoutBankFileRestResSchema: ()=>payoutBankFileRestResSchema,
|
|
2732
2796
|
MtaTransactionInputType: ()=>mta_input_type_constant_MtaTransactionInputType,
|
|
2733
2797
|
createCmaRestReqSchema: ()=>createCmaRestReqSchema,
|
|
2734
|
-
payoutBankFileEntitySchema: ()=>payoutBankFileEntitySchema,
|
|
2735
|
-
accountNumberValidationSchema: ()=>accountNumberValidationSchema,
|
|
2736
2798
|
AccountingCommonStatus: ()=>common_status_constant_AccountingCommonStatus,
|
|
2737
|
-
mtaAccountPeriodClosingSummaryRestResSchema: ()=>mtaAccountPeriodClosingSummaryRestResSchema,
|
|
2738
|
-
displayBankAccount: ()=>displayBankAccount,
|
|
2739
|
-
menuRestResSchema: ()=>menuRestResSchema,
|
|
2740
|
-
propertySearchRestReqSchema: ()=>propertySearchRestReqSchema,
|
|
2741
2799
|
mtaTransactionEntitySchema: ()=>mtaTransactionEntitySchema,
|
|
2742
|
-
propertyRestResBaseSchema: ()=>propertyRestResBaseSchema,
|
|
2743
2800
|
getTransactionAmountStr: ()=>getTransactionAmountStr,
|
|
2744
2801
|
cmaAccountPeriodEntitySchema: ()=>cmaAccountPeriodEntitySchema,
|
|
2745
2802
|
userEntitySchema: ()=>userEntitySchema,
|
|
2746
|
-
|
|
2747
|
-
cmaAccountPeriodCloseRestReqSchema: ()=>cmaAccountPeriodCloseRestReqSchema,
|
|
2748
|
-
payoutOtherProvisionDataEntitySchema: ()=>payoutOtherProvisionDataEntitySchema,
|
|
2803
|
+
bankReconciliationSummaryRestReqSchema: ()=>bankReconciliationSummaryRestReqSchema,
|
|
2749
2804
|
markCmaTransactionAsClearedRestReqSchema: ()=>markCmaTransactionAsClearedRestReqSchema,
|
|
2750
|
-
|
|
2751
|
-
updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema: ()=>updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema,
|
|
2805
|
+
payoutOtherProvisionDataEntitySchema: ()=>payoutOtherProvisionDataEntitySchema,
|
|
2752
2806
|
payoutDetailRestResSchema: ()=>payoutDetailRestResSchema,
|
|
2753
2807
|
createSettlementPayoutRestReqSchema: ()=>createSettlementPayoutRestReqSchema,
|
|
2754
|
-
payoutPaymentItemSchema: ()=>payoutPaymentItemSchema,
|
|
2755
2808
|
InputJsonValueSchema: ()=>InputJsonValueSchema,
|
|
2756
2809
|
MtaPayoutTransactionType: ()=>MtaPayoutTransactionType,
|
|
2757
2810
|
cmaTransactionRestResBaseSchema: ()=>cmaTransactionRestResBaseSchema,
|
|
2758
|
-
payoutSearchRestReqSchema: ()=>payoutSearchRestReqSchema,
|
|
2759
|
-
CmaTransactionStatusToDisplayTextMapper: ()=>CmaTransactionStatusToDisplayTextMapper,
|
|
2760
|
-
updateMtaRestReqSchema: ()=>updateMtaRestReqSchema,
|
|
2761
|
-
payoutListRestResSchema: ()=>payoutListRestResSchema,
|
|
2762
|
-
MtaTransactionType: ()=>MtaTransactionType,
|
|
2763
2811
|
cmaAccountPeriodClosingSummaryRestReqSchema: ()=>cmaAccountPeriodClosingSummaryRestReqSchema,
|
|
2764
2812
|
maskBankAccount: ()=>maskBankAccount,
|
|
2765
2813
|
createSettlementPayoutTargetAccountSchema: ()=>createSettlementPayoutTargetAccountSchema,
|
|
2766
|
-
payoutTransactionRestResSchema: ()=>payoutTransactionRestResSchema,
|
|
2767
|
-
stringToDateSchema: ()=>stringToDateSchema,
|
|
2768
2814
|
approveMtaAllocationRestReqSchema: ()=>approveMtaAllocationRestReqSchema,
|
|
2769
2815
|
confirmBankFileProcessedRestReqSchema: ()=>confirmBankFileProcessedRestReqSchema,
|
|
2770
|
-
isTransactionCancelable: ()=>isTransactionCancelable,
|
|
2771
|
-
ReportDataRangeType: ()=>report_data_range_type_constant_ReportDataRangeType,
|
|
2772
|
-
bankCodeSchema: ()=>bankCodeSchema,
|
|
2773
|
-
boolFilterBaseSchema: ()=>boolFilterBaseSchema,
|
|
2774
|
-
commonReportRestReqSchema: ()=>commonReportRestReqSchema,
|
|
2775
2816
|
createMenuRestReqSchema: ()=>createMenuRestReqSchema,
|
|
2817
|
+
mtaClosedAccountPeriodRestResSchema: ()=>mtaClosedAccountPeriodRestResSchema,
|
|
2818
|
+
commonReportRestReqSchema: ()=>commonReportRestReqSchema,
|
|
2819
|
+
isTransactionAssignable: ()=>isTransactionAssignable,
|
|
2776
2820
|
ProjectMtaAllocationStatus: ()=>ProjectMtaAllocationStatus,
|
|
2777
2821
|
cancelPayoutRestReqSchema: ()=>cancelPayoutRestReqSchema,
|
|
2778
|
-
|
|
2779
|
-
isTransactionAssignable: ()=>isTransactionAssignable,
|
|
2780
|
-
mtaClosedAccountPeriodRestResSchema: ()=>mtaClosedAccountPeriodRestResSchema,
|
|
2781
|
-
CmaTransactionPaymentMethod: ()=>cma_payment_method_constant_CmaTransactionPaymentMethod,
|
|
2782
|
-
balanceRestResSchema: ()=>balanceRestResSchema,
|
|
2783
|
-
bigIntFilterSchema: ()=>bigIntFilterSchema,
|
|
2784
|
-
payoutCmaSourceDetailsRestSchema: ()=>payoutCmaSourceDetailsRestSchema,
|
|
2785
|
-
projectMtaAllocationEntitySchema: ()=>projectMtaAllocationEntitySchema,
|
|
2822
|
+
commonReportWithCmaSelectionRestReqSchema: ()=>commonReportWithCmaSelectionRestReqSchema,
|
|
2786
2823
|
mtaListItemRestResSchema: ()=>mtaListItemRestResSchema,
|
|
2787
2824
|
MtaTransactionPaymentMethod: ()=>mta_payment_method_constant_MtaTransactionPaymentMethod,
|
|
2788
2825
|
cmaReconciledTransactionRestResSchema: ()=>cmaReconciledTransactionRestResSchema,
|
|
2789
|
-
projectMtaAllocationRestResSchema: ()=>projectMtaAllocationRestResSchema,
|
|
2790
|
-
projectRestResSchema: ()=>projectRestResSchema,
|
|
2791
2826
|
MtaTransactionStatusToDisplayTextMapper: ()=>MtaTransactionStatusToDisplayTextMapper,
|
|
2792
|
-
PropertyStage: ()=>PropertyStage,
|
|
2793
|
-
accountBsbValidationSchema: ()=>accountBsbValidationSchema,
|
|
2794
2827
|
payoutRestResBaseSchema: ()=>payoutRestResBaseSchema,
|
|
2795
|
-
stateCodeSchema: ()=>stateCodeSchema,
|
|
2796
|
-
payoutTargetDetailsRestSchema: ()=>payoutTargetDetailsRestSchema,
|
|
2797
|
-
stringFilterSchema: ()=>stringFilterSchema,
|
|
2798
2828
|
updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema: ()=>updateOpenReconciliationCurrentBankStatementBalanceRestReqSchema,
|
|
2799
|
-
cmaAccountPeriodRestResBaseSchema: ()=>cmaAccountPeriodRestResBaseSchema,
|
|
2800
|
-
cmaAccountPeriodClosingSummaryRestResSchema: ()=>cmaAccountPeriodClosingSummaryRestResSchema,
|
|
2801
|
-
cmaTransactionRestResSchema: ()=>cmaTransactionRestResSchema,
|
|
2802
2829
|
CmaStatus: ()=>CmaStatus,
|
|
2803
2830
|
MtaTransactionStatus: ()=>MtaTransactionStatus,
|
|
2804
|
-
accountNumberMaskedSchema: ()=>accountNumberMaskedSchema,
|
|
2805
|
-
cmaTransactionSearchRestReqSchema: ()=>cmaTransactionSearchRestReqSchema,
|
|
2806
2831
|
fromDollarsToCents: ()=>fromDollarsToCents,
|
|
2807
2832
|
PayoutBankFileStatus: ()=>PayoutBankFileStatus,
|
|
2808
|
-
isPaymentTransaction: ()=>isPaymentTransaction,
|
|
2809
|
-
dollarsToCentsSchema: ()=>dollarsToCentsSchema,
|
|
2810
2833
|
payoutOtherTargetDetailsRestSchema: ()=>payoutOtherTargetDetailsRestSchema,
|
|
2811
|
-
cmaNestedEntitySchema: ()=>cmaNestedEntitySchema,
|
|
2812
|
-
payoutMtaSourceDetailsRestSchema: ()=>payoutMtaSourceDetailsRestSchema,
|
|
2813
2834
|
mtaAccountPeriodClosingSummaryRestReqSchema: ()=>mtaAccountPeriodClosingSummaryRestReqSchema,
|
|
2814
|
-
CmaPayoutTransactionType: ()=>CmaPayoutTransactionType,
|
|
2815
2835
|
MenuType: ()=>MenuType,
|
|
2816
|
-
ReconciliationStatus: ()=>reconciliation_constant_ReconciliationStatus,
|
|
2817
2836
|
assignUnknownReceiptToPropertyRestReqSchema: ()=>assignUnknownReceiptToPropertyRestReqSchema,
|
|
2818
2837
|
fromCentsToDollars: ()=>fromCentsToDollars,
|
|
2819
|
-
maskString: ()=>maskString,
|
|
2820
|
-
mtaAccountPeriodEntitySchema: ()=>mtaAccountPeriodEntitySchema,
|
|
2821
|
-
mtaPaymentMethodFloatAccountConfigSchema: ()=>mtaPaymentMethodFloatAccountConfigSchema,
|
|
2822
2838
|
mtaReconciledTransactionEntitySchema: ()=>mtaReconciledTransactionEntitySchema,
|
|
2839
|
+
paymentProviderEntitySchema: ()=>paymentProviderEntitySchema,
|
|
2823
2840
|
isUnknownTransaction: ()=>isUnknownTransaction,
|
|
2824
2841
|
cmaEntitySchema: ()=>cmaEntitySchema,
|
|
2825
2842
|
maskBankBsb: ()=>maskBankBsb,
|
|
2826
|
-
paymentProviderEntitySchema: ()=>paymentProviderEntitySchema,
|
|
2827
|
-
maskBankAccountNumber: ()=>maskBankAccountNumber,
|
|
2828
|
-
dateTimeFilterBaseSchema: ()=>dateTimeFilterBaseSchema,
|
|
2829
|
-
mtaRestResSchema: ()=>mtaRestResSchema,
|
|
2830
|
-
payoutMtaToCmaRestResSchema: ()=>payoutMtaToCmaRestResSchema,
|
|
2831
2843
|
projectEntitySchema: ()=>projectEntitySchema,
|
|
2844
|
+
mtaRestResSchema: ()=>mtaRestResSchema,
|
|
2832
2845
|
generateMtaPaymentMethodAccountConfigForZepto: ()=>generateMtaPaymentMethodAccountConfigForZepto,
|
|
2833
|
-
payoutOtherTargetDetailsEntitySchema: ()=>payoutOtherTargetDetailsEntitySchema
|
|
2834
|
-
AmmoZeptoClient: ()=>AmmoZeptoClient,
|
|
2835
|
-
reconcileMtaTransactionRestReqSchema: ()=>reconcileMtaTransactionRestReqSchema
|
|
2846
|
+
payoutOtherTargetDetailsEntitySchema: ()=>payoutOtherTargetDetailsEntitySchema
|
|
2836
2847
|
});
|
|
2837
2848
|
var common_utils_namespaceObject = {};
|
|
2838
2849
|
__webpack_require__.r(common_utils_namespaceObject);
|
|
@@ -2848,11 +2859,25 @@ var __webpack_exports__ = {};
|
|
|
2848
2859
|
INACTIVE: 'inactive'
|
|
2849
2860
|
};
|
|
2850
2861
|
var cma_input_type_constant_CmaTransactionInputType = /*#__PURE__*/ function(CmaTransactionInputType) {
|
|
2851
|
-
CmaTransactionInputType["
|
|
2852
|
-
CmaTransactionInputType["
|
|
2853
|
-
CmaTransactionInputType["FROM_PAYOUT"] = "from_payout";
|
|
2862
|
+
CmaTransactionInputType["RECEIPT"] = "receipt";
|
|
2863
|
+
CmaTransactionInputType["PAYMENT"] = "payment";
|
|
2854
2864
|
return CmaTransactionInputType;
|
|
2855
2865
|
}({});
|
|
2866
|
+
var cma_input_type_constant_CmaTransactionCreateType = /*#__PURE__*/ function(CmaTransactionCreateType) {
|
|
2867
|
+
CmaTransactionCreateType["MANUAL"] = "manual";
|
|
2868
|
+
CmaTransactionCreateType["SYSTEM"] = "system";
|
|
2869
|
+
CmaTransactionCreateType["FROM_PAYOUT"] = "from_payout";
|
|
2870
|
+
return CmaTransactionCreateType;
|
|
2871
|
+
}({});
|
|
2872
|
+
const CmaTransactionInputTypeToDisplayText = {
|
|
2873
|
+
["receipt"]: 'Receipt',
|
|
2874
|
+
["payment"]: 'Payment'
|
|
2875
|
+
};
|
|
2876
|
+
const CmaTransactionCreateTypeToDisplayText = {
|
|
2877
|
+
["manual"]: 'Manual',
|
|
2878
|
+
["system"]: 'System',
|
|
2879
|
+
["from_payout"]: 'From Payout'
|
|
2880
|
+
};
|
|
2856
2881
|
var cma_payment_method_constant_CmaTransactionPaymentMethod = /*#__PURE__*/ function(CmaTransactionPaymentMethod) {
|
|
2857
2882
|
CmaTransactionPaymentMethod["EFT"] = "EFT";
|
|
2858
2883
|
return CmaTransactionPaymentMethod;
|
|
@@ -2934,13 +2959,14 @@ var __webpack_exports__ = {};
|
|
|
2934
2959
|
return MtaStatus;
|
|
2935
2960
|
}({});
|
|
2936
2961
|
var mta_input_type_constant_MtaTransactionInputType = /*#__PURE__*/ function(MtaTransactionInputType) {
|
|
2937
|
-
MtaTransactionInputType["
|
|
2938
|
-
MtaTransactionInputType["
|
|
2939
|
-
MtaTransactionInputType["SYSTEM"] = "system";
|
|
2940
|
-
MtaTransactionInputType["PAYOUT"] = "payout";
|
|
2941
|
-
MtaTransactionInputType["MANUAL"] = "manual";
|
|
2962
|
+
MtaTransactionInputType["RECEIPT"] = "receipt";
|
|
2963
|
+
MtaTransactionInputType["PAYMENT"] = "payment";
|
|
2942
2964
|
return MtaTransactionInputType;
|
|
2943
2965
|
}({});
|
|
2966
|
+
const MtaTransactionInputTypeToDisplayText = {
|
|
2967
|
+
["receipt"]: 'Receipt',
|
|
2968
|
+
["payment"]: 'Payment'
|
|
2969
|
+
};
|
|
2944
2970
|
var mta_payment_method_constant_MtaTransactionPaymentMethod = /*#__PURE__*/ function(MtaTransactionPaymentMethod) {
|
|
2945
2971
|
MtaTransactionPaymentMethod["EFT"] = "EFT";
|
|
2946
2972
|
return MtaTransactionPaymentMethod;
|
|
@@ -2955,12 +2981,18 @@ var __webpack_exports__ = {};
|
|
|
2955
2981
|
[MtaTransactionStatus.CLEARED]: 'Cleared',
|
|
2956
2982
|
[MtaTransactionStatus.RECONCILED]: 'Reconciled'
|
|
2957
2983
|
};
|
|
2958
|
-
const
|
|
2959
|
-
UNKNOWN: 'unknown',
|
|
2984
|
+
const MtaCustomerTransactionType = {
|
|
2960
2985
|
HOLDING_DEPOSIT: 'holding_deposit',
|
|
2961
2986
|
SIGNING_DEPOSIT: 'signing_deposit',
|
|
2962
2987
|
WEEKLY_PAYMENT: 'weekly_payment'
|
|
2963
2988
|
};
|
|
2989
|
+
const MtaUnknownTransactionType = {
|
|
2990
|
+
UNKNOWN: 'unknown'
|
|
2991
|
+
};
|
|
2992
|
+
const MtaReceiptTransactionType = {
|
|
2993
|
+
...MtaCustomerTransactionType,
|
|
2994
|
+
...MtaUnknownTransactionType
|
|
2995
|
+
};
|
|
2964
2996
|
const ASSIGN_UNKNOWN_TO_CUSTOMER = 'assign_unknown_to_customer';
|
|
2965
2997
|
const TRANSACTION_CANCEL = 'transaction_cancel';
|
|
2966
2998
|
const MtaPayoutTransactionType = {
|
|
@@ -3541,7 +3573,7 @@ var __webpack_exports__ = {};
|
|
|
3541
3573
|
};
|
|
3542
3574
|
const isUnknownReceiptAssignedToProperty = (transaction)=>{
|
|
3543
3575
|
if (transaction.transactionType !== MtaTransactionType.UNKNOWN) return null;
|
|
3544
|
-
const index = (transaction.subsequentTransactions || []).findIndex((item)=>item.inputType === mta_input_type_constant_MtaTransactionInputType.
|
|
3576
|
+
const index = (transaction.subsequentTransactions || []).findIndex((item)=>item.inputType === mta_input_type_constant_MtaTransactionInputType.RECEIPT);
|
|
3545
3577
|
if (index > -1) return true;
|
|
3546
3578
|
return false;
|
|
3547
3579
|
};
|
|
@@ -4004,7 +4036,7 @@ var __webpack_exports__ = {};
|
|
|
4004
4036
|
external_zod_namespaceObject.z.nativeEnum(cma_payment_method_constant_CmaTransactionPaymentMethod),
|
|
4005
4037
|
external_zod_namespaceObject.z.string().length(0)
|
|
4006
4038
|
]).transform((val)=>'' === val ? cma_payment_method_constant_CmaTransactionPaymentMethod.EFT : val).default(cma_payment_method_constant_CmaTransactionPaymentMethod.EFT),
|
|
4007
|
-
inputType: external_zod_namespaceObject.z.nativeEnum(cma_input_type_constant_CmaTransactionInputType).default(cma_input_type_constant_CmaTransactionInputType.
|
|
4039
|
+
inputType: external_zod_namespaceObject.z.nativeEnum(cma_input_type_constant_CmaTransactionInputType).default(cma_input_type_constant_CmaTransactionInputType.RECEIPT)
|
|
4008
4040
|
});
|
|
4009
4041
|
const reconcileCmaTransactionRestReqSchema = external_zod_namespaceObject.z.object({
|
|
4010
4042
|
cmaTransactionId: external_zod_namespaceObject.z.string().uuid(),
|
|
@@ -4305,7 +4337,7 @@ var __webpack_exports__ = {};
|
|
|
4305
4337
|
balanceCents: centsToDollarsSchema,
|
|
4306
4338
|
inputType: external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(mta_input_type_constant_MtaTransactionInputType)),
|
|
4307
4339
|
transactionType: external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(MtaTransactionType)),
|
|
4308
|
-
status: external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(
|
|
4340
|
+
status: external_zod_namespaceObject.z.string().pipe(external_zod_namespaceObject.z.nativeEnum(MtaTransactionStatus)),
|
|
4309
4341
|
createdBy: external_zod_namespaceObject.z.union([
|
|
4310
4342
|
external_zod_namespaceObject.z.string().uuid(),
|
|
4311
4343
|
userRestResSchema
|
|
@@ -4474,14 +4506,7 @@ var __webpack_exports__ = {};
|
|
|
4474
4506
|
external_zod_namespaceObject.z.string().length(0)
|
|
4475
4507
|
]).transform((val)=>'' === val ? mta_payment_method_constant_MtaTransactionPaymentMethod.EFT : val).default(mta_payment_method_constant_MtaTransactionPaymentMethod.EFT)
|
|
4476
4508
|
}).superRefine((data, ctx)=>{
|
|
4477
|
-
if (data.inputType
|
|
4478
|
-
code: external_zod_namespaceObject.z.ZodIssueCode.custom,
|
|
4479
|
-
message: 'transactionType is required unless is "unknown" receipt',
|
|
4480
|
-
path: [
|
|
4481
|
-
'transactionType'
|
|
4482
|
-
]
|
|
4483
|
-
});
|
|
4484
|
-
if (data.inputType === mta_input_type_constant_MtaTransactionInputType.CUSTOMER && !data.propertyId) ctx.addIssue({
|
|
4509
|
+
if (data.inputType === mta_input_type_constant_MtaTransactionInputType.RECEIPT && data.transactionType !== MtaTransactionType.UNKNOWN && !data.propertyId) ctx.addIssue({
|
|
4485
4510
|
code: external_zod_namespaceObject.z.ZodIssueCode.custom,
|
|
4486
4511
|
message: 'property is required unless is "unknown" receipt',
|
|
4487
4512
|
path: [
|
|
@@ -4956,18 +4981,11 @@ var __webpack_exports__ = {};
|
|
|
4956
4981
|
});
|
|
4957
4982
|
}
|
|
4958
4983
|
});
|
|
4959
|
-
const
|
|
4960
|
-
propertyIds: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string().uuid()).min(1),
|
|
4961
|
-
reportGroupType: external_zod_namespaceObject.z.nativeEnum(report_group_type_constant_ReportGroupType)
|
|
4962
|
-
}));
|
|
4963
|
-
const receiptListReportRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
|
|
4964
|
-
accountId: external_zod_namespaceObject.z.string().uuid(),
|
|
4965
|
-
accountType: external_zod_namespaceObject.z.nativeEnum(account_type_constant_AccountType)
|
|
4966
|
-
}));
|
|
4967
|
-
const trustTrialBalanceReportRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
|
|
4984
|
+
const commonReportWithCmaSelectionRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
|
|
4968
4985
|
cmaIds: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string().uuid()).nullish(),
|
|
4969
4986
|
mtaId: external_zod_namespaceObject.z.string().uuid().nullish(),
|
|
4970
|
-
accountType: external_zod_namespaceObject.z.nativeEnum(account_type_constant_AccountType)
|
|
4987
|
+
accountType: external_zod_namespaceObject.z.nativeEnum(account_type_constant_AccountType),
|
|
4988
|
+
reportGroupType: external_zod_namespaceObject.z.nativeEnum(report_group_type_constant_ReportGroupType).nullish()
|
|
4971
4989
|
})).superRefine((data, ctx)=>{
|
|
4972
4990
|
if (data.accountType === account_type_constant_AccountType.CMA) {
|
|
4973
4991
|
if (!data.cmaIds || 0 === data.cmaIds.length) ctx.addIssue({
|
|
@@ -4980,6 +4998,22 @@ var __webpack_exports__ = {};
|
|
|
4980
4998
|
message: 'Mta ids are required when account type is MTA'
|
|
4981
4999
|
});
|
|
4982
5000
|
});
|
|
5001
|
+
const bankReconciliationSummaryRestReqSchema = commonReportWithCmaSelectionRestReqSchema;
|
|
5002
|
+
const customerLedgerRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
|
|
5003
|
+
propertyIds: external_zod_namespaceObject.z.array(external_zod_namespaceObject.z.string().uuid()).min(1),
|
|
5004
|
+
reportGroupType: external_zod_namespaceObject.z.nativeEnum(report_group_type_constant_ReportGroupType)
|
|
5005
|
+
}));
|
|
5006
|
+
const paymentListReportRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
|
|
5007
|
+
accountId: external_zod_namespaceObject.z.string().uuid(),
|
|
5008
|
+
accountType: external_zod_namespaceObject.z.nativeEnum(account_type_constant_AccountType)
|
|
5009
|
+
}));
|
|
5010
|
+
const receiptListReportRestReqSchema = commonReportRestReqSchema.and(external_zod_namespaceObject.z.object({
|
|
5011
|
+
accountId: external_zod_namespaceObject.z.string().uuid(),
|
|
5012
|
+
accountType: external_zod_namespaceObject.z.nativeEnum(account_type_constant_AccountType)
|
|
5013
|
+
}));
|
|
5014
|
+
const reconciledItemsListReportRestReqSchema = commonReportWithCmaSelectionRestReqSchema;
|
|
5015
|
+
const trustTrialBalanceReportRestReqSchema = commonReportWithCmaSelectionRestReqSchema;
|
|
5016
|
+
const unreconciledItemsListReportRestReqSchema = commonReportWithCmaSelectionRestReqSchema;
|
|
4983
5017
|
function bind(fn, thisArg) {
|
|
4984
5018
|
return function() {
|
|
4985
5019
|
return fn.apply(thisArg, arguments);
|
|
@@ -6959,7 +6993,7 @@ var __webpack_exports__ = {};
|
|
|
6959
6993
|
request.send(requestData || null);
|
|
6960
6994
|
});
|
|
6961
6995
|
};
|
|
6962
|
-
const
|
|
6996
|
+
const composeSignals_composeSignals = (signals, timeout)=>{
|
|
6963
6997
|
const { length } = signals = signals ? signals.filter(Boolean) : [];
|
|
6964
6998
|
if (timeout || length) {
|
|
6965
6999
|
let controller = new AbortController();
|
|
@@ -6992,7 +7026,7 @@ var __webpack_exports__ = {};
|
|
|
6992
7026
|
return signal;
|
|
6993
7027
|
}
|
|
6994
7028
|
};
|
|
6995
|
-
const
|
|
7029
|
+
const composeSignals = composeSignals_composeSignals;
|
|
6996
7030
|
const streamChunk = function*(chunk, chunkSize) {
|
|
6997
7031
|
let len = chunk.byteLength;
|
|
6998
7032
|
if (!chunkSize || len < chunkSize) return void (yield chunk);
|
|
@@ -7119,7 +7153,7 @@ var __webpack_exports__ = {};
|
|
|
7119
7153
|
const adapters_fetch = isFetchSupported && (async (config)=>{
|
|
7120
7154
|
let { url, method, data, signal, cancelToken, timeout, onDownloadProgress, onUploadProgress, responseType, headers, withCredentials = 'same-origin', fetchOptions } = resolveConfig(config);
|
|
7121
7155
|
responseType = responseType ? (responseType + '').toLowerCase() : 'text';
|
|
7122
|
-
let composedSignal =
|
|
7156
|
+
let composedSignal = composeSignals([
|
|
7123
7157
|
signal,
|
|
7124
7158
|
cancelToken && cancelToken.toAbortSignal()
|
|
7125
7159
|
], timeout);
|
|
@@ -7757,7 +7791,10 @@ exports.AmmoZeptoClient = __webpack_exports__.AmmoZeptoClient;
|
|
|
7757
7791
|
exports.CmaPayoutTransactionType = __webpack_exports__.CmaPayoutTransactionType;
|
|
7758
7792
|
exports.CmaReceiptTransactionType = __webpack_exports__.CmaReceiptTransactionType;
|
|
7759
7793
|
exports.CmaStatus = __webpack_exports__.CmaStatus;
|
|
7794
|
+
exports.CmaTransactionCreateType = __webpack_exports__.CmaTransactionCreateType;
|
|
7795
|
+
exports.CmaTransactionCreateTypeToDisplayText = __webpack_exports__.CmaTransactionCreateTypeToDisplayText;
|
|
7760
7796
|
exports.CmaTransactionInputType = __webpack_exports__.CmaTransactionInputType;
|
|
7797
|
+
exports.CmaTransactionInputTypeToDisplayText = __webpack_exports__.CmaTransactionInputTypeToDisplayText;
|
|
7761
7798
|
exports.CmaTransactionPaymentMethod = __webpack_exports__.CmaTransactionPaymentMethod;
|
|
7762
7799
|
exports.CmaTransactionStatus = __webpack_exports__.CmaTransactionStatus;
|
|
7763
7800
|
exports.CmaTransactionStatusToDisplayTextMapper = __webpack_exports__.CmaTransactionStatusToDisplayTextMapper;
|
|
@@ -7771,15 +7808,18 @@ exports.InputJsonValueSchema = __webpack_exports__.InputJsonValueSchema;
|
|
|
7771
7808
|
exports.JsonNullableFilterSchema = __webpack_exports__.JsonNullableFilterSchema;
|
|
7772
7809
|
exports.MenuStatus = __webpack_exports__.MenuStatus;
|
|
7773
7810
|
exports.MenuType = __webpack_exports__.MenuType;
|
|
7811
|
+
exports.MtaCustomerTransactionType = __webpack_exports__.MtaCustomerTransactionType;
|
|
7774
7812
|
exports.MtaPayoutTransactionType = __webpack_exports__.MtaPayoutTransactionType;
|
|
7775
7813
|
exports.MtaReceiptTransactionType = __webpack_exports__.MtaReceiptTransactionType;
|
|
7776
7814
|
exports.MtaStatus = __webpack_exports__.MtaStatus;
|
|
7777
7815
|
exports.MtaTransactionInputType = __webpack_exports__.MtaTransactionInputType;
|
|
7816
|
+
exports.MtaTransactionInputTypeToDisplayText = __webpack_exports__.MtaTransactionInputTypeToDisplayText;
|
|
7778
7817
|
exports.MtaTransactionPaymentMethod = __webpack_exports__.MtaTransactionPaymentMethod;
|
|
7779
7818
|
exports.MtaTransactionStatus = __webpack_exports__.MtaTransactionStatus;
|
|
7780
7819
|
exports.MtaTransactionStatusToDisplayTextMapper = __webpack_exports__.MtaTransactionStatusToDisplayTextMapper;
|
|
7781
7820
|
exports.MtaTransactionType = __webpack_exports__.MtaTransactionType;
|
|
7782
7821
|
exports.MtaTransactionTypeToDisplayTextMapper = __webpack_exports__.MtaTransactionTypeToDisplayTextMapper;
|
|
7822
|
+
exports.MtaUnknownTransactionType = __webpack_exports__.MtaUnknownTransactionType;
|
|
7783
7823
|
exports.PayoutBankFileStatus = __webpack_exports__.PayoutBankFileStatus;
|
|
7784
7824
|
exports.PayoutSourceAccountType = __webpack_exports__.PayoutSourceAccountType;
|
|
7785
7825
|
exports.PayoutStatus = __webpack_exports__.PayoutStatus;
|
|
@@ -7804,6 +7844,7 @@ exports.approveMtaAllocationRestReqSchema = __webpack_exports__.approveMtaAlloca
|
|
|
7804
7844
|
exports.assignUnknownReceiptToPropertyRestReqSchema = __webpack_exports__.assignUnknownReceiptToPropertyRestReqSchema;
|
|
7805
7845
|
exports.balanceRestResSchema = __webpack_exports__.balanceRestResSchema;
|
|
7806
7846
|
exports.bankCodeSchema = __webpack_exports__.bankCodeSchema;
|
|
7847
|
+
exports.bankReconciliationSummaryRestReqSchema = __webpack_exports__.bankReconciliationSummaryRestReqSchema;
|
|
7807
7848
|
exports.basePayoutItemShape = __webpack_exports__.basePayoutItemShape;
|
|
7808
7849
|
exports.bigIntFilterSchema = __webpack_exports__.bigIntFilterSchema;
|
|
7809
7850
|
exports.boolFilterBaseSchema = __webpack_exports__.boolFilterBaseSchema;
|
|
@@ -7834,6 +7875,7 @@ exports.cmaTransactionRestResBaseSchema = __webpack_exports__.cmaTransactionRest
|
|
|
7834
7875
|
exports.cmaTransactionRestResSchema = __webpack_exports__.cmaTransactionRestResSchema;
|
|
7835
7876
|
exports.cmaTransactionSearchRestReqSchema = __webpack_exports__.cmaTransactionSearchRestReqSchema;
|
|
7836
7877
|
exports.commonReportRestReqSchema = __webpack_exports__.commonReportRestReqSchema;
|
|
7878
|
+
exports.commonReportWithCmaSelectionRestReqSchema = __webpack_exports__.commonReportWithCmaSelectionRestReqSchema;
|
|
7837
7879
|
exports.confirmBankFileProcessedRestReqSchema = __webpack_exports__.confirmBankFileProcessedRestReqSchema;
|
|
7838
7880
|
exports.createCmaReconciliationRestReqSchema = __webpack_exports__.createCmaReconciliationRestReqSchema;
|
|
7839
7881
|
exports.createCmaRestReqSchema = __webpack_exports__.createCmaRestReqSchema;
|
|
@@ -7902,6 +7944,7 @@ exports.mtaRestResSchema = __webpack_exports__.mtaRestResSchema;
|
|
|
7902
7944
|
exports.mtaTransactionEntitySchema = __webpack_exports__.mtaTransactionEntitySchema;
|
|
7903
7945
|
exports.mtaTransactionRestResBaseSchema = __webpack_exports__.mtaTransactionRestResBaseSchema;
|
|
7904
7946
|
exports.mtaTransactionRestResSchema = __webpack_exports__.mtaTransactionRestResSchema;
|
|
7947
|
+
exports.paymentListReportRestReqSchema = __webpack_exports__.paymentListReportRestReqSchema;
|
|
7905
7948
|
exports.paymentProviderEntitySchema = __webpack_exports__.paymentProviderEntitySchema;
|
|
7906
7949
|
exports.payoutBankFileDownloadHistoryEntitySchema = __webpack_exports__.payoutBankFileDownloadHistoryEntitySchema;
|
|
7907
7950
|
exports.payoutBankFileEntitySchema = __webpack_exports__.payoutBankFileEntitySchema;
|
|
@@ -7950,12 +7993,14 @@ exports.propertySearchRestReqSchema = __webpack_exports__.propertySearchRestReqS
|
|
|
7950
7993
|
exports.receiptListReportRestReqSchema = __webpack_exports__.receiptListReportRestReqSchema;
|
|
7951
7994
|
exports.reconcileCmaTransactionRestReqSchema = __webpack_exports__.reconcileCmaTransactionRestReqSchema;
|
|
7952
7995
|
exports.reconcileMtaTransactionRestReqSchema = __webpack_exports__.reconcileMtaTransactionRestReqSchema;
|
|
7996
|
+
exports.reconciledItemsListReportRestReqSchema = __webpack_exports__.reconciledItemsListReportRestReqSchema;
|
|
7953
7997
|
exports.stateCodeSchema = __webpack_exports__.stateCodeSchema;
|
|
7954
7998
|
exports.stringFilterSchema = __webpack_exports__.stringFilterSchema;
|
|
7955
7999
|
exports.stringToDateSchema = __webpack_exports__.stringToDateSchema;
|
|
7956
8000
|
exports.stringToEndOfDaySchema = __webpack_exports__.stringToEndOfDaySchema;
|
|
7957
8001
|
exports.stringToStartOfDaySchema = __webpack_exports__.stringToStartOfDaySchema;
|
|
7958
8002
|
exports.trustTrialBalanceReportRestReqSchema = __webpack_exports__.trustTrialBalanceReportRestReqSchema;
|
|
8003
|
+
exports.unreconciledItemsListReportRestReqSchema = __webpack_exports__.unreconciledItemsListReportRestReqSchema;
|
|
7959
8004
|
exports.updateCmaAccountPeriodReconciledToRestReqSchema = __webpack_exports__.updateCmaAccountPeriodReconciledToRestReqSchema;
|
|
7960
8005
|
exports.updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema = __webpack_exports__.updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema;
|
|
7961
8006
|
exports.updateMenuRestReqSchema = __webpack_exports__.updateMenuRestReqSchema;
|
|
@@ -7975,7 +8020,10 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
7975
8020
|
"CmaPayoutTransactionType",
|
|
7976
8021
|
"CmaReceiptTransactionType",
|
|
7977
8022
|
"CmaStatus",
|
|
8023
|
+
"CmaTransactionCreateType",
|
|
8024
|
+
"CmaTransactionCreateTypeToDisplayText",
|
|
7978
8025
|
"CmaTransactionInputType",
|
|
8026
|
+
"CmaTransactionInputTypeToDisplayText",
|
|
7979
8027
|
"CmaTransactionPaymentMethod",
|
|
7980
8028
|
"CmaTransactionStatus",
|
|
7981
8029
|
"CmaTransactionStatusToDisplayTextMapper",
|
|
@@ -7989,15 +8037,18 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
7989
8037
|
"JsonNullableFilterSchema",
|
|
7990
8038
|
"MenuStatus",
|
|
7991
8039
|
"MenuType",
|
|
8040
|
+
"MtaCustomerTransactionType",
|
|
7992
8041
|
"MtaPayoutTransactionType",
|
|
7993
8042
|
"MtaReceiptTransactionType",
|
|
7994
8043
|
"MtaStatus",
|
|
7995
8044
|
"MtaTransactionInputType",
|
|
8045
|
+
"MtaTransactionInputTypeToDisplayText",
|
|
7996
8046
|
"MtaTransactionPaymentMethod",
|
|
7997
8047
|
"MtaTransactionStatus",
|
|
7998
8048
|
"MtaTransactionStatusToDisplayTextMapper",
|
|
7999
8049
|
"MtaTransactionType",
|
|
8000
8050
|
"MtaTransactionTypeToDisplayTextMapper",
|
|
8051
|
+
"MtaUnknownTransactionType",
|
|
8001
8052
|
"PayoutBankFileStatus",
|
|
8002
8053
|
"PayoutSourceAccountType",
|
|
8003
8054
|
"PayoutStatus",
|
|
@@ -8022,6 +8073,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8022
8073
|
"assignUnknownReceiptToPropertyRestReqSchema",
|
|
8023
8074
|
"balanceRestResSchema",
|
|
8024
8075
|
"bankCodeSchema",
|
|
8076
|
+
"bankReconciliationSummaryRestReqSchema",
|
|
8025
8077
|
"basePayoutItemShape",
|
|
8026
8078
|
"bigIntFilterSchema",
|
|
8027
8079
|
"boolFilterBaseSchema",
|
|
@@ -8052,6 +8104,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8052
8104
|
"cmaTransactionRestResSchema",
|
|
8053
8105
|
"cmaTransactionSearchRestReqSchema",
|
|
8054
8106
|
"commonReportRestReqSchema",
|
|
8107
|
+
"commonReportWithCmaSelectionRestReqSchema",
|
|
8055
8108
|
"confirmBankFileProcessedRestReqSchema",
|
|
8056
8109
|
"createCmaReconciliationRestReqSchema",
|
|
8057
8110
|
"createCmaRestReqSchema",
|
|
@@ -8120,6 +8173,7 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8120
8173
|
"mtaTransactionEntitySchema",
|
|
8121
8174
|
"mtaTransactionRestResBaseSchema",
|
|
8122
8175
|
"mtaTransactionRestResSchema",
|
|
8176
|
+
"paymentListReportRestReqSchema",
|
|
8123
8177
|
"paymentProviderEntitySchema",
|
|
8124
8178
|
"payoutBankFileDownloadHistoryEntitySchema",
|
|
8125
8179
|
"payoutBankFileEntitySchema",
|
|
@@ -8168,12 +8222,14 @@ for(var __webpack_i__ in __webpack_exports__)if (-1 === [
|
|
|
8168
8222
|
"receiptListReportRestReqSchema",
|
|
8169
8223
|
"reconcileCmaTransactionRestReqSchema",
|
|
8170
8224
|
"reconcileMtaTransactionRestReqSchema",
|
|
8225
|
+
"reconciledItemsListReportRestReqSchema",
|
|
8171
8226
|
"stateCodeSchema",
|
|
8172
8227
|
"stringFilterSchema",
|
|
8173
8228
|
"stringToDateSchema",
|
|
8174
8229
|
"stringToEndOfDaySchema",
|
|
8175
8230
|
"stringToStartOfDaySchema",
|
|
8176
8231
|
"trustTrialBalanceReportRestReqSchema",
|
|
8232
|
+
"unreconciledItemsListReportRestReqSchema",
|
|
8177
8233
|
"updateCmaAccountPeriodReconciledToRestReqSchema",
|
|
8178
8234
|
"updateCmaOpenReconciliationCurrentBankStatementBalanceRestReqSchema",
|
|
8179
8235
|
"updateMenuRestReqSchema",
|