fineract_sdk
Version:
Wrapper around fineract api.
648 lines • 87.6 kB
JavaScript
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./accounting-rule-data"), exports);
__exportStar(require("./accounting-tag-rule-data"), exports);
__exportStar(require("./app-user"), exports);
__exportStar(require("./app-user-client-mapping"), exports);
__exportStar(require("./app-user-data"), exports);
__exportStar(require("./batch-response"), exports);
__exportStar(require("./cashier-data"), exports);
__exportStar(require("./cashier-transaction-data"), exports);
__exportStar(require("./cashier-txn-type"), exports);
__exportStar(require("./charge"), exports);
__exportStar(require("./charge-data"), exports);
__exportStar(require("./charge-fee-on-month-day"), exports);
__exportStar(require("./client"), exports);
__exportStar(require("./client-data"), exports);
__exportStar(require("./code-value-data"), exports);
__exportStar(require("./command-processing-result"), exports);
__exportStar(require("./command-wrapper"), exports);
__exportStar(require("./component"), exports);
__exportStar(require("./component-data"), exports);
__exportStar(require("./create-staff-response"), exports);
__exportStar(require("./currency-data"), exports);
__exportStar(require("./delete-account-number-formats-response"), exports);
__exportStar(require("./delete-accounting-rules-response"), exports);
__exportStar(require("./delete-centers-center-id-response"), exports);
__exportStar(require("./delete-charges-charge-id-response"), exports);
__exportStar(require("./delete-clients-client-id-charges-charge-id-response"), exports);
__exportStar(require("./delete-clients-client-id-identifiers-identifier-id-response"), exports);
__exportStar(require("./delete-clients-client-id-response"), exports);
__exportStar(require("./delete-code-value-data-response"), exports);
__exportStar(require("./delete-codes-response"), exports);
__exportStar(require("./delete-data-tables-datatable-app-table-id-datatable-id-response"), exports);
__exportStar(require("./delete-data-tables-datatable-app-table-id-response"), exports);
__exportStar(require("./delete-data-tables-response"), exports);
__exportStar(require("./delete-entity-datatable-checks-template-response"), exports);
__exportStar(require("./delete-entity-type-entity-id-documents-response"), exports);
__exportStar(require("./delete-financial-activity-accounts-response"), exports);
__exportStar(require("./delete-fixed-deposit-accounts-account-id-response"), exports);
__exportStar(require("./delete-fixed-deposit-products-product-id-response"), exports);
__exportStar(require("./delete-glaccounts-request"), exports);
__exportStar(require("./delete-gl-closures-response"), exports);
__exportStar(require("./delete-groups-group-id-response"), exports);
__exportStar(require("./delete-holidays-holiday-id-response"), exports);
__exportStar(require("./delete-hook-response"), exports);
__exportStar(require("./delete-interest-rate-charts-chart-id-chart-slabs-response"), exports);
__exportStar(require("./delete-interest-rate-charts-chart-id-response"), exports);
__exportStar(require("./delete-loans-loan-id-charges-charge-id-response"), exports);
__exportStar(require("./delete-loans-loan-id-collaterals-collateral-id-response"), exports);
__exportStar(require("./delete-loans-loan-id-response"), exports);
__exportStar(require("./delete-payment-types-payment-type-id-response"), exports);
__exportStar(require("./delete-provisioning-criteria-response"), exports);
__exportStar(require("./delete-recurring-deposit-accounts-response"), exports);
__exportStar(require("./delete-recurring-deposit-products-product-id-response"), exports);
__exportStar(require("./delete-report-mailing-jobs-response"), exports);
__exportStar(require("./delete-reports-response"), exports);
__exportStar(require("./delete-resource-type-resource-id-notes-note-id-response"), exports);
__exportStar(require("./delete-roles-role-id-response"), exports);
__exportStar(require("./delete-savings-accounts-account-id-response"), exports);
__exportStar(require("./delete-savings-accounts-savings-account-id-charges-savings-account-charge-id-response"), exports);
__exportStar(require("./delete-savings-products-product-id-response"), exports);
__exportStar(require("./delete-self-beneficiaries-tptbeneficiary-id-response"), exports);
__exportStar(require("./delete-tellers-teller-id-cashiers-cashier-id-response"), exports);
__exportStar(require("./delete-templates-template-id-response"), exports);
__exportStar(require("./delete-users-user-id-response"), exports);
__exportStar(require("./entity"), exports);
__exportStar(require("./enum-option-data"), exports);
__exportStar(require("./event"), exports);
__exportStar(require("./extension-data"), exports);
__exportStar(require("./external-services-properties-data"), exports);
__exportStar(require("./field"), exports);
__exportStar(require("./financial-activity-data"), exports);
__exportStar(require("./floating-rate"), exports);
__exportStar(require("./floating-rate-period"), exports);
__exportStar(require("./fund-data"), exports);
__exportStar(require("./glaccount"), exports);
__exportStar(require("./glaccount-data"), exports);
__exportStar(require("./geo-code-data"), exports);
__exportStar(require("./get-account-number-formats-id-response"), exports);
__exportStar(require("./get-account-number-formats-response-template"), exports);
__exportStar(require("./get-account-options"), exports);
__exportStar(require("./get-account-rules-response"), exports);
__exportStar(require("./get-account-rules-template-response"), exports);
__exportStar(require("./get-account-transfer-template-response"), exports);
__exportStar(require("./get-account-transfers-from-account-type"), exports);
__exportStar(require("./get-account-transfers-from-account-type-options"), exports);
__exportStar(require("./get-account-transfers-from-client-options"), exports);
__exportStar(require("./get-account-transfers-from-office"), exports);
__exportStar(require("./get-account-transfers-from-office-options"), exports);
__exportStar(require("./get-account-transfers-page-items"), exports);
__exportStar(require("./get-account-transfers-page-items-currency"), exports);
__exportStar(require("./get-account-transfers-page-items-from-account"), exports);
__exportStar(require("./get-account-transfers-page-items-from-office"), exports);
__exportStar(require("./get-account-transfers-page-items-to-account-type"), exports);
__exportStar(require("./get-account-transfers-response"), exports);
__exportStar(require("./get-account-transfers-status"), exports);
__exportStar(require("./get-account-transfers-template-refund-by-transfer-currency"), exports);
__exportStar(require("./get-account-transfers-template-refund-by-transfer-from-account"), exports);
__exportStar(require("./get-account-transfers-template-refund-by-transfer-from-account-options"), exports);
__exportStar(require("./get-account-transfers-template-refund-by-transfer-from-client"), exports);
__exportStar(require("./get-account-transfers-template-refund-by-transfer-from-client-options"), exports);
__exportStar(require("./get-account-transfers-template-refund-by-transfer-from-office"), exports);
__exportStar(require("./get-account-transfers-template-refund-by-transfer-from-office-options"), exports);
__exportStar(require("./get-account-transfers-template-refund-by-transfer-response"), exports);
__exportStar(require("./get-account-transfers-template-refund-by-transfer-to-account"), exports);
__exportStar(require("./get-account-transfers-template-refund-by-transfer-to-client"), exports);
__exportStar(require("./get-account-transfers-template-response"), exports);
__exportStar(require("./get-account-transfers-timeline"), exports);
__exportStar(require("./get-account-transfers-to-account-type-options"), exports);
__exportStar(require("./get-account-transfers-to-office-options"), exports);
__exportStar(require("./get-accounts-charge-calculation-type"), exports);
__exportStar(require("./get-accounts-charge-time-type"), exports);
__exportStar(require("./get-accounts-charges"), exports);
__exportStar(require("./get-accounts-charges-currency"), exports);
__exportStar(require("./get-accounts-currency"), exports);
__exportStar(require("./get-accounts-linked-to-pocket-response"), exports);
__exportStar(require("./get-accounts-lock-period-type-enum"), exports);
__exportStar(require("./get-accounts-page-items"), exports);
__exportStar(require("./get-accounts-purchased-shares"), exports);
__exportStar(require("./get-accounts-purchased-shares-status"), exports);
__exportStar(require("./get-accounts-purchased-shares-type"), exports);
__exportStar(require("./get-accounts-status"), exports);
__exportStar(require("./get-accounts-summary"), exports);
__exportStar(require("./get-accounts-timeline"), exports);
__exportStar(require("./get-accounts-type-account-id-response"), exports);
__exportStar(require("./get-accounts-type-product-options"), exports);
__exportStar(require("./get-accounts-type-purchased-shares"), exports);
__exportStar(require("./get-accounts-type-response"), exports);
__exportStar(require("./get-accounts-type-status"), exports);
__exportStar(require("./get-accounts-type-summary"), exports);
__exportStar(require("./get-accounts-type-template-response"), exports);
__exportStar(require("./get-accounts-type-timeline"), exports);
__exportStar(require("./get-asset-type"), exports);
__exportStar(require("./get-caches-response"), exports);
__exportStar(require("./get-centers-account-type"), exports);
__exportStar(require("./get-centers-center-id-accounts-response"), exports);
__exportStar(require("./get-centers-center-id-currency"), exports);
__exportStar(require("./get-centers-center-id-response"), exports);
__exportStar(require("./get-centers-center-id-status"), exports);
__exportStar(require("./get-centers-deposit-type"), exports);
__exportStar(require("./get-centers-office-options"), exports);
__exportStar(require("./get-centers-page-items"), exports);
__exportStar(require("./get-centers-response"), exports);
__exportStar(require("./get-centers-savings-accounts"), exports);
__exportStar(require("./get-centers-staff-options"), exports);
__exportStar(require("./get-centers-status"), exports);
__exportStar(require("./get-centers-template-response"), exports);
__exportStar(require("./get-centers-timeline"), exports);
__exportStar(require("./get-charge-applies-to"), exports);
__exportStar(require("./get-charge-calculation-type"), exports);
__exportStar(require("./get-charge-payment-mode"), exports);
__exportStar(require("./get-charge-time-type"), exports);
__exportStar(require("./get-charges-applies-to"), exports);
__exportStar(require("./get-charges-applies-to-response"), exports);
__exportStar(require("./get-charges-calculation-type-response"), exports);
__exportStar(require("./get-charges-charge-calculation-type"), exports);
__exportStar(require("./get-charges-charge-time-type"), exports);
__exportStar(require("./get-charges-currency"), exports);
__exportStar(require("./get-charges-currency-response"), exports);
__exportStar(require("./get-charges-payment-mode-response"), exports);
__exportStar(require("./get-charges-response"), exports);
__exportStar(require("./get-charges-template-fee-frequency-options"), exports);
__exportStar(require("./get-charges-template-loan-charge-calculation-type-options"), exports);
__exportStar(require("./get-charges-template-loan-charge-time-type-options"), exports);
__exportStar(require("./get-charges-template-response"), exports);
__exportStar(require("./get-charges-time-type-response"), exports);
__exportStar(require("./get-client-charge-calculation-type"), exports);
__exportStar(require("./get-client-charge-currency"), exports);
__exportStar(require("./get-client-charge-time-type"), exports);
__exportStar(require("./get-client-client-id-addresses-response"), exports);
__exportStar(require("./get-client-id-product-id-accounting-mappings"), exports);
__exportStar(require("./get-client-id-product-id-charge-options"), exports);
__exportStar(require("./get-client-id-product-id-lockin-period-frequency-type-options"), exports);
__exportStar(require("./get-client-id-product-id-minimum-active-period-frequency-type-options"), exports);
__exportStar(require("./get-client-id-product-id-product-options"), exports);
__exportStar(require("./get-client-status"), exports);
__exportStar(require("./get-client-transactions-currency"), exports);
__exportStar(require("./get-clients-allowed-document-types"), exports);
__exportStar(require("./get-clients-charges-page-items"), exports);
__exportStar(require("./get-clients-client-id-accounts-response"), exports);
__exportStar(require("./get-clients-client-id-charges-response"), exports);
__exportStar(require("./get-clients-client-id-identifiers-response"), exports);
__exportStar(require("./get-clients-client-id-identifiers-template-response"), exports);
__exportStar(require("./get-clients-client-id-response"), exports);
__exportStar(require("./get-clients-client-id-status"), exports);
__exportStar(require("./get-clients-client-id-transactions-response"), exports);
__exportStar(require("./get-clients-client-id-transactions-transaction-id-response"), exports);
__exportStar(require("./get-clients-client-id-transactions-type"), exports);
__exportStar(require("./get-clients-column-header-data"), exports);
__exportStar(require("./get-clients-data-tables"), exports);
__exportStar(require("./get-clients-document-type"), exports);
__exportStar(require("./get-clients-loan-accounts"), exports);
__exportStar(require("./get-clients-loan-accounts-status"), exports);
__exportStar(require("./get-clients-loan-accounts-type"), exports);
__exportStar(require("./get-clients-office-options"), exports);
__exportStar(require("./get-clients-page-items"), exports);
__exportStar(require("./get-clients-page-items-response"), exports);
__exportStar(require("./get-clients-response"), exports);
__exportStar(require("./get-clients-saving-product-options"), exports);
__exportStar(require("./get-clients-savings-accounts"), exports);
__exportStar(require("./get-clients-savings-accounts-currency"), exports);
__exportStar(require("./get-clients-savings-accounts-status"), exports);
__exportStar(require("./get-clients-staff-options"), exports);
__exportStar(require("./get-clients-template-response"), exports);
__exportStar(require("./get-clients-timeline"), exports);
__exportStar(require("./get-code-values-data-response"), exports);
__exportStar(require("./get-codes-response"), exports);
__exportStar(require("./get-collateral-currency-response"), exports);
__exportStar(require("./get-collateral-type-response"), exports);
__exportStar(require("./get-collaterals-template-allowed-types"), exports);
__exportStar(require("./get-currencies-response"), exports);
__exportStar(require("./get-data-tables-app-table-id-response"), exports);
__exportStar(require("./get-data-tables-response"), exports);
__exportStar(require("./get-entity-datatable-checks-response"), exports);
__exportStar(require("./get-entity-datatable-checks-template-response"), exports);
__exportStar(require("./get-entity-type-entity-id-documents-response"), exports);
__exportStar(require("./get-equity-type"), exports);
__exportStar(require("./get-field-configuration-entity-response"), exports);
__exportStar(require("./get-financial-activity-accounts-response"), exports);
__exportStar(require("./get-fixed-deposit-accounts-account-chart"), exports);
__exportStar(require("./get-fixed-deposit-accounts-account-chart-currency"), exports);
__exportStar(require("./get-fixed-deposit-accounts-account-id-currency"), exports);
__exportStar(require("./get-fixed-deposit-accounts-account-id-response"), exports);
__exportStar(require("./get-fixed-deposit-accounts-account-id-summary"), exports);
__exportStar(require("./get-fixed-deposit-accounts-chart-slabs"), exports);
__exportStar(require("./get-fixed-deposit-accounts-currency"), exports);
__exportStar(require("./get-fixed-deposit-accounts-deposit-period-frequency"), exports);
__exportStar(require("./get-fixed-deposit-accounts-interest-calculation-days-in-year-type"), exports);
__exportStar(require("./get-fixed-deposit-accounts-interest-calculation-type"), exports);
__exportStar(require("./get-fixed-deposit-accounts-interest-compounding-period-type"), exports);
__exportStar(require("./get-fixed-deposit-accounts-interest-posting-period-type"), exports);
__exportStar(require("./get-fixed-deposit-accounts-max-deposit-term-type"), exports);
__exportStar(require("./get-fixed-deposit-accounts-min-deposit-term-type"), exports);
__exportStar(require("./get-fixed-deposit-accounts-period-type"), exports);
__exportStar(require("./get-fixed-deposit-accounts-period-types"), exports);
__exportStar(require("./get-fixed-deposit-accounts-product-options"), exports);
__exportStar(require("./get-fixed-deposit-accounts-response"), exports);
__exportStar(require("./get-fixed-deposit-accounts-status"), exports);
__exportStar(require("./get-fixed-deposit-accounts-summary"), exports);
__exportStar(require("./get-fixed-deposit-accounts-template-response"), exports);
__exportStar(require("./get-fixed-deposit-accounts-timeline"), exports);
__exportStar(require("./get-fixed-deposit-products-accounting-rule"), exports);
__exportStar(require("./get-fixed-deposit-products-currency"), exports);
__exportStar(require("./get-fixed-deposit-products-interest-calculation-days-in-year-type"), exports);
__exportStar(require("./get-fixed-deposit-products-interest-calculation-type"), exports);
__exportStar(require("./get-fixed-deposit-products-interest-compounding-period-type"), exports);
__exportStar(require("./get-fixed-deposit-products-interest-posting-period-type"), exports);
__exportStar(require("./get-fixed-deposit-products-max-deposit-term-type"), exports);
__exportStar(require("./get-fixed-deposit-products-min-deposit-term-type"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-accounting-mappings"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-active-chart"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-chart-slabs"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-currency"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-fee-to-income-account-mappings"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-fee-to-income-account-mappings-charge"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-fee-to-income-account-mappings-income-account"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-income-from-fee-account"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-income-from-penalty-account"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-interest-compounding-period-type"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-interest-on-savings-account"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-max-deposit-term-type"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-min-deposit-term-type"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-penalty-to-income-account-mappings"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-penalty-to-income-account-mappings-charge"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-period-type"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-pre-closure-penal-interest-on-type"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-response"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-savings-control-account"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-savings-reference-account"), exports);
__exportStar(require("./get-fixed-deposit-products-product-id-transfers-in-suspense-account"), exports);
__exportStar(require("./get-fixed-deposit-products-response"), exports);
__exportStar(require("./get-floating-rates-floating-rate-id-response"), exports);
__exportStar(require("./get-floating-rates-rate-periods"), exports);
__exportStar(require("./get-floating-rates-response"), exports);
__exportStar(require("./get-from-account-options"), exports);
__exportStar(require("./get-from-account-standing-instruction-swagger"), exports);
__exportStar(require("./get-from-account-type-options-response-standing-instruction-swagger"), exports);
__exportStar(require("./get-from-account-type-response-standing-instruction-swagger"), exports);
__exportStar(require("./get-from-account-type-standing-instruction-swagger"), exports);
__exportStar(require("./get-from-client-options-response-standing-instruction-swagger"), exports);
__exportStar(require("./get-from-client-standing-instruction-swagger"), exports);
__exportStar(require("./get-from-office-options-response-standing-instruction-swagger"), exports);
__exportStar(require("./get-from-office-response-standing-instruction-swagger"), exports);
__exportStar(require("./get-from-office-standing-instruction-swagger"), exports);
__exportStar(require("./get-funds-response"), exports);
__exportStar(require("./get-glaccounts-response"), exports);
__exportStar(require("./get-glaccounts-template-response"), exports);
__exportStar(require("./get-gl-closure-response"), exports);
__exportStar(require("./get-global-configurations-response"), exports);
__exportStar(require("./get-groups-group-id-accounts-loan-accounts"), exports);
__exportStar(require("./get-groups-group-id-accounts-loan-type"), exports);
__exportStar(require("./get-groups-group-id-accounts-member-loan-accounts"), exports);
__exportStar(require("./get-groups-group-id-accounts-member-loan-status"), exports);
__exportStar(require("./get-groups-group-id-accounts-member-loan-type"), exports);
__exportStar(require("./get-groups-group-id-accounts-member-savings-accounts"), exports);
__exportStar(require("./get-groups-group-id-accounts-response"), exports);
__exportStar(require("./get-groups-group-id-accounts-saving-account-type"), exports);
__exportStar(require("./get-groups-group-id-accounts-saving-accounts"), exports);
__exportStar(require("./get-groups-group-id-accounts-saving-currency"), exports);
__exportStar(require("./get-groups-group-id-accounts-saving-status"), exports);
__exportStar(require("./get-groups-group-id-accounts-status"), exports);
__exportStar(require("./get-groups-group-id-response"), exports);
__exportStar(require("./get-groups-group-id-timeline"), exports);
__exportStar(require("./get-groups-page-items"), exports);
__exportStar(require("./get-groups-response"), exports);
__exportStar(require("./get-groups-status"), exports);
__exportStar(require("./get-groups-template-client-options"), exports);
__exportStar(require("./get-groups-template-column-header-data"), exports);
__exportStar(require("./get-groups-template-datatables"), exports);
__exportStar(require("./get-groups-template-office-options"), exports);
__exportStar(require("./get-groups-template-response"), exports);
__exportStar(require("./get-groups-template-staff-options"), exports);
__exportStar(require("./get-holidays-response"), exports);
__exportStar(require("./get-hook-response"), exports);
__exportStar(require("./get-hook-template-response"), exports);
__exportStar(require("./get-income-from-fee-account-id"), exports);
__exportStar(require("./get-income-type"), exports);
__exportStar(require("./get-instruction-type-options-response-standing-instruction-swagger"), exports);
__exportStar(require("./get-instruction-type-standing-instruction-swagger"), exports);
__exportStar(require("./get-interest-rate-charts-chart-id-chart-slabs-attribute-name"), exports);
__exportStar(require("./get-interest-rate-charts-chart-id-chart-slabs-condition-type"), exports);
__exportStar(require("./get-interest-rate-charts-chart-id-chart-slabs-entity-type"), exports);
__exportStar(require("./get-interest-rate-charts-chart-id-chart-slabs-incentive-type"), exports);
__exportStar(require("./get-interest-rate-charts-chart-id-chart-slabs-incentives"), exports);
__exportStar(require("./get-interest-rate-charts-chart-id-chart-slabs-response"), exports);
__exportStar(require("./get-interest-rate-charts-chart-slabs"), exports);
__exportStar(require("./get-interest-rate-charts-currency"), exports);
__exportStar(require("./get-interest-rate-charts-response"), exports);
__exportStar(require("./get-interest-rate-charts-template-period-types"), exports);
__exportStar(require("./get-interest-rate-charts-template-response"), exports);
__exportStar(require("./get-jobs-job-idjob-run-history-response"), exports);
__exportStar(require("./get-jobs-response"), exports);
__exportStar(require("./get-loan-accounting-mappings"), exports);
__exportStar(require("./get-loan-charge"), exports);
__exportStar(require("./get-loan-charge-calculation-type"), exports);
__exportStar(require("./get-loan-charge-currency"), exports);
__exportStar(require("./get-loan-charge-template-charge-applies-to"), exports);
__exportStar(require("./get-loan-charge-template-charge-options"), exports);
__exportStar(require("./get-loan-charge-template-charge-time-type"), exports);
__exportStar(require("./get-loan-charge-time-type"), exports);
__exportStar(require("./get-loan-currency"), exports);
__exportStar(require("./get-loan-fee-to-income-account-mappings"), exports);
__exportStar(require("./get-loan-fund-source-account"), exports);
__exportStar(require("./get-loan-income-from-fee-account"), exports);
__exportStar(require("./get-loan-income-from-penalty-account"), exports);
__exportStar(require("./get-loan-interest-on-loan-account"), exports);
__exportStar(require("./get-loan-overpayment-liability-account"), exports);
__exportStar(require("./get-loan-payment-channel-to-fund-source-mappings"), exports);
__exportStar(require("./get-loan-payment-type"), exports);
__exportStar(require("./get-loan-portfolio-account"), exports);
__exportStar(require("./get-loan-products-accounting-mapping-options"), exports);
__exportStar(require("./get-loan-products-accounting-rule"), exports);
__exportStar(require("./get-loan-products-amortization-type"), exports);
__exportStar(require("./get-loan-products-asset-account-options"), exports);
__exportStar(require("./get-loan-products-charge-applies-to"), exports);
__exportStar(require("./get-loan-products-charge-options"), exports);
__exportStar(require("./get-loan-products-currency"), exports);
__exportStar(require("./get-loan-products-currency-options"), exports);
__exportStar(require("./get-loan-products-days-in-year-template-type"), exports);
__exportStar(require("./get-loan-products-expense-account-options"), exports);
__exportStar(require("./get-loan-products-expense-type"), exports);
__exportStar(require("./get-loan-products-income-account-options"), exports);
__exportStar(require("./get-loan-products-income-type"), exports);
__exportStar(require("./get-loan-products-interest-rate-frequency-type"), exports);
__exportStar(require("./get-loan-products-interest-rate-template-frequency-type"), exports);
__exportStar(require("./get-loan-products-interest-recalculation-compounding-frequency-type"), exports);
__exportStar(require("./get-loan-products-interest-recalculation-compounding-type"), exports);
__exportStar(require("./get-loan-products-interest-recalculation-data"), exports);
__exportStar(require("./get-loan-products-interest-recalculation-template-data"), exports);
__exportStar(require("./get-loan-products-interest-template-type"), exports);
__exportStar(require("./get-loan-products-interest-type"), exports);
__exportStar(require("./get-loan-products-liability-account-options"), exports);
__exportStar(require("./get-loan-products-liability-tag-id"), exports);
__exportStar(require("./get-loan-products-liability-type"), exports);
__exportStar(require("./get-loan-products-liability-usage"), exports);
__exportStar(require("./get-loan-products-param-type"), exports);
__exportStar(require("./get-loan-products-payment-type-options"), exports);
__exportStar(require("./get-loan-products-pre-closure-interest-calculation-strategy"), exports);
__exportStar(require("./get-loan-products-principal-variations-for-borrower-cycle"), exports);
__exportStar(require("./get-loan-products-product-id-response"), exports);
__exportStar(require("./get-loan-products-repayment-frequency-type"), exports);
__exportStar(require("./get-loan-products-repayment-template-frequency-type"), exports);
__exportStar(require("./get-loan-products-reschedule-strategy-type"), exports);
__exportStar(require("./get-loan-products-response"), exports);
__exportStar(require("./get-loan-products-template-currency"), exports);
__exportStar(require("./get-loan-products-template-response"), exports);
__exportStar(require("./get-loan-products-transaction-processing-strategy-options"), exports);
__exportStar(require("./get-loan-products-value-condition-type"), exports);
__exportStar(require("./get-loan-products-value-condition-type-options"), exports);
__exportStar(require("./get-loan-transfers-in-suspense-account"), exports);
__exportStar(require("./get-loan-write-off-account"), exports);
__exportStar(require("./get-loans-charge-payment-mode"), exports);
__exportStar(require("./get-loans-currency"), exports);
__exportStar(require("./get-loans-loan-id-amortization-type"), exports);
__exportStar(require("./get-loans-loan-id-charge-calculation-type"), exports);
__exportStar(require("./get-loans-loan-id-charge-payment-mode"), exports);
__exportStar(require("./get-loans-loan-id-charge-time-type"), exports);
__exportStar(require("./get-loans-loan-id-charges-charge-id-response"), exports);
__exportStar(require("./get-loans-loan-id-charges-template-response"), exports);
__exportStar(require("./get-loans-loan-id-collaterals-response"), exports);
__exportStar(require("./get-loans-loan-id-collaterals-template-response"), exports);
__exportStar(require("./get-loans-loan-id-currency"), exports);
__exportStar(require("./get-loans-loan-id-disbursement-details"), exports);
__exportStar(require("./get-loans-loan-id-fee-frequency"), exports);
__exportStar(require("./get-loans-loan-id-interest-calculation-period-type"), exports);
__exportStar(require("./get-loans-loan-id-interest-rate-frequency-type"), exports);
__exportStar(require("./get-loans-loan-id-interest-type"), exports);
__exportStar(require("./get-loans-loan-id-linked-account"), exports);
__exportStar(require("./get-loans-loan-id-loan-type"), exports);
__exportStar(require("./get-loans-loan-id-overdue-charges"), exports);
__exportStar(require("./get-loans-loan-id-repayment-frequency-type"), exports);
__exportStar(require("./get-loans-loan-id-response"), exports);
__exportStar(require("./get-loans-loan-id-status"), exports);
__exportStar(require("./get-loans-loan-id-summary"), exports);
__exportStar(require("./get-loans-loan-id-term-period-frequency-type"), exports);
__exportStar(require("./get-loans-loan-id-timeline"), exports);
__exportStar(require("./get-loans-loan-id-transactions-template-response"), exports);
__exportStar(require("./get-loans-loan-id-transactions-transaction-id-response"), exports);
__exportStar(require("./get-loans-products-days-in-month-template-type"), exports);
__exportStar(require("./get-loans-products-days-in-month-type"), exports);
__exportStar(require("./get-loans-products-days-in-year-type"), exports);
__exportStar(require("./get-loans-products-interest-calculation-period-type"), exports);
__exportStar(require("./get-loans-response"), exports);
__exportStar(require("./get-loans-template-product-options"), exports);
__exportStar(require("./get-loans-template-response"), exports);
__exportStar(require("./get-loans-template-timeline"), exports);
__exportStar(require("./get-loans-total"), exports);
__exportStar(require("./get-loans-transaction-type"), exports);
__exportStar(require("./get-loans-type"), exports);
__exportStar(require("./get-lock-period-type-enum"), exports);
__exportStar(require("./get-maker-checker-response"), exports);
__exportStar(require("./get-maker-checkers-search-template-response"), exports);
__exportStar(require("./get-notes-note-type"), exports);
__exportStar(require("./get-offices-response"), exports);
__exportStar(require("./get-offices-template-response"), exports);
__exportStar(require("./get-page-items-standing-instruction-swagger"), exports);
__exportStar(require("./get-password-preferences-template-response"), exports);
__exportStar(require("./get-payment-types-payment-type-id-response"), exports);
__exportStar(require("./get-payment-types-response"), exports);
__exportStar(require("./get-permissions-response"), exports);
__exportStar(require("./get-pocket-data"), exports);
__exportStar(require("./get-pocket-loan-accounts"), exports);
__exportStar(require("./get-pocket-saving-accounts"), exports);
__exportStar(require("./get-priority-options-response-standing-instruction-swagger"), exports);
__exportStar(require("./get-priority-standing-instruction-swagger"), exports);
__exportStar(require("./get-products-accounting-mapping-options"), exports);
__exportStar(require("./get-products-accounting-mappings"), exports);
__exportStar(require("./get-products-accounting-rule"), exports);
__exportStar(require("./get-products-asset-account-options"), exports);
__exportStar(require("./get-products-charges"), exports);
__exportStar(require("./get-products-currency"), exports);
__exportStar(require("./get-products-equity-account-options"), exports);
__exportStar(require("./get-products-income-account-options"), exports);
__exportStar(require("./get-products-liability-account-options"), exports);
__exportStar(require("./get-products-liability-type"), exports);
__exportStar(require("./get-products-liability-usage"), exports);
__exportStar(require("./get-products-market-price"), exports);
__exportStar(require("./get-products-minimum-active-period-frequency-type-options"), exports);
__exportStar(require("./get-products-page-items"), exports);
__exportStar(require("./get-products-tag-id"), exports);
__exportStar(require("./get-products-type-product-id-response"), exports);
__exportStar(require("./get-products-type-response"), exports);
__exportStar(require("./get-provisioning-criteria-criteria-id-response"), exports);
__exportStar(require("./get-provisioning-criteria-response"), exports);
__exportStar(require("./get-recurrence-frequency-options-response-standing-instruction-swagger"), exports);
__exportStar(require("./get-recurrence-frequency-standing-instruction-swagger"), exports);
__exportStar(require("./get-recurrence-type-options-response-standing-instruction-swagger"), exports);
__exportStar(require("./get-recurrence-type-standing-instruction-swagger"), exports);
__exportStar(require("./get-recurring-currency"), exports);
__exportStar(require("./get-recurring-deposit-accounts-account-chart"), exports);
__exportStar(require("./get-recurring-deposit-accounts-account-chart-currency"), exports);
__exportStar(require("./get-recurring-deposit-accounts-account-id-response"), exports);
__exportStar(require("./get-recurring-deposit-accounts-chart-slabs"), exports);
__exportStar(require("./get-recurring-deposit-accounts-currency"), exports);
__exportStar(require("./get-recurring-deposit-accounts-deposit-period-frequency"), exports);
__exportStar(require("./get-recurring-deposit-accounts-interest-calculation-days-in-year-type"), exports);
__exportStar(require("./get-recurring-deposit-accounts-interest-calculation-type"), exports);
__exportStar(require("./get-recurring-deposit-accounts-interest-compounding-period-type"), exports);
__exportStar(require("./get-recurring-deposit-accounts-interest-posting-period-type"), exports);
__exportStar(require("./get-recurring-deposit-accounts-max-deposit-term-type"), exports);
__exportStar(require("./get-recurring-deposit-accounts-min-deposit-term-type"), exports);
__exportStar(require("./get-recurring-deposit-accounts-period-type"), exports);
__exportStar(require("./get-recurring-deposit-accounts-period-types"), exports);
__exportStar(require("./get-recurring-deposit-accounts-recurring-deposit-account-id-transactions-template-response"), exports);
__exportStar(require("./get-recurring-deposit-accounts-recurring-deposit-account-id-transactions-transaction-id-response"), exports);
__exportStar(require("./get-recurring-deposit-accounts-recurring-deposit-frequency-type"), exports);
__exportStar(require("./get-recurring-deposit-accounts-response"), exports);
__exportStar(require("./get-recurring-deposit-accounts-status"), exports);
__exportStar(require("./get-recurring-deposit-accounts-summary"), exports);
__exportStar(require("./get-recurring-deposit-accounts-template-response"), exports);
__exportStar(require("./get-recurring-deposit-accounts-timeline"), exports);
__exportStar(require("./get-recurring-deposit-products-accounting-rule"), exports);
__exportStar(require("./get-recurring-deposit-products-currency"), exports);
__exportStar(require("./get-recurring-deposit-products-interest-calculation-days-in-year-type"), exports);
__exportStar(require("./get-recurring-deposit-products-interest-calculation-type"), exports);
__exportStar(require("./get-recurring-deposit-products-interest-compounding-period-type"), exports);
__exportStar(require("./get-recurring-deposit-products-interest-posting-period-type"), exports);
__exportStar(require("./get-recurring-deposit-products-max-deposit-term-type"), exports);
__exportStar(require("./get-recurring-deposit-products-min-deposit-term-type"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-accounting-mappings"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-active-chart"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-chart-slabs"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-currency"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-fee-to-income-account-mappings"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-fee-to-income-account-mappings-charge"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-fee-to-income-account-mappings-income-account"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-income-from-fee-account"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-income-from-penalty-account"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-interest-compounding-period-type"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-interest-on-savings-account"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-max-deposit-term-type"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-min-deposit-term-type"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-penalty-to-income-account-mappings"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-penalty-to-income-account-mappings-charge"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-period-type"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-pre-closure-penal-interest-on-type"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-response"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-savings-control-account"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-savings-reference-account"), exports);
__exportStar(require("./get-recurring-deposit-products-product-id-transfers-in-suspense-account"), exports);
__exportStar(require("./get-recurring-deposit-products-recurring-deposit-frequency-type"), exports);
__exportStar(require("./get-recurring-deposit-products-response"), exports);
__exportStar(require("./get-recurring-payment-detail-data"), exports);
__exportStar(require("./get-recurring-payment-type"), exports);
__exportStar(require("./get-recurring-product-options"), exports);
__exportStar(require("./get-recurring-transaction-type"), exports);
__exportStar(require("./get-recurring-transactions-currency"), exports);
__exportStar(require("./get-recurring-transactions-transaction-type"), exports);
__exportStar(require("./get-report-mailing-jobs-response"), exports);
__exportStar(require("./get-report-mailing-jobs-template"), exports);
__exportStar(require("./get-reports-response"), exports);
__exportStar(require("./get-reports-template-response"), exports);
__exportStar(require("./get-resource-type-resource-id-notes-note-id-response"), exports);
__exportStar(require("./get-resource-type-resource-id-notes-response"), exports);
__exportStar(require("./get-roles-response"), exports);
__exportStar(require("./get-roles-role-id-permissions-response"), exports);
__exportStar(require("./get-roles-role-id-permissions-response-permission-data"), exports);
__exportStar(require("./get-roles-role-id-response"), exports);
__exportStar(require("./get-run-report-column-headers"), exports);
__exportStar(require("./get-run-report-response"), exports);
__exportStar(require("./get-savings-accounts-account-id-response"), exports);
__exportStar(require("./get-savings-accounts-response"), exports);
__exportStar(require("./get-savings-accounts-savings-account-id-charges-response"), exports);
__exportStar(require("./get-savings-accounts-savings-account-id-charges-savings-account-charge-id-response"), exports);
__exportStar(require("./get-savings-accounts-savings-account-id-charges-template-response"), exports);
__exportStar(require("./get-savings-accounts-summary"), exports);
__exportStar(require("./get-savings-accounts-template-response"), exports);
__exportStar(require("./get-savings-asset-liability-type"), exports);
__exportStar(require("./get-savings-charge-calculation-type"), exports);
__exportStar(require("./get-savings-charge-payment-mode"), exports);
__exportStar(require("./get-savings-charge-time-type"), exports);
__exportStar(require("./get-savings-charges-charge-time-type"), exports);
__exportStar(require("./get-savings-charges-options"), exports);
__exportStar(require("./get-savings-currency"), exports);
__exportStar(require("./get-savings-interest-calculation-days-in-year-type"), exports);
__exportStar(require("./get-savings-interest-calculation-type"), exports);
__exportStar(require("./get-savings-interest-compounding-period-type"), exports);
__exportStar(require("./get-savings-interest-posting-period-type"), exports);
__exportStar(require("./get-savings-page-items"), exports);
__exportStar(require("./get-savings-product-options"), exports);
__exportStar(require("./get-savings-products-accounting-mapping-options"), exports);
__exportStar(require("./get-savings-products-accounting-mappings"), exports);
__exportStar(require("./get-savings-products-accounting-rule"), exports);
__exportStar(require("./get-savings-products-asset-account-options"), exports);
__exportStar(require("./get-savings-products-charge-applies-to"), exports);
__exportStar(require("./get-savings-products-charge-options"), exports);
__exportStar(require("./get-savings-products-expense-account-options"), exports);
__exportStar(require("./get-savings-products-expense-type"), exports);
__exportStar(require("./get-savings-products-fee-to-income-account-mappings"), exports);
__exportStar(require("./get-savings-products-fee-to-income-account-mappings-charge"), exports);
__exportStar(require("./get-savings-products-fee-to-income-account-mappings-income-account"), exports);
__exportStar(require("./get-savings-products-fund-source-account"), exports);
__exportStar(require("./get-savings-products-income-account-options"), exports);
__exportStar(require("./get-savings-products-income-from-fee-account"), exports);
__exportStar(require("./get-savings-products-income-from-penalty-account"), exports);
__exportStar(require("./get-savings-products-income-type"), exports);
__exportStar(require("./get-savings-products-interest-calculation-days-in-year-type"), exports);
__exportStar(require("./get-savings-products-interest-calculation-type"), exports);
__exportStar(require("./get-savings-products-interest-compounding-period-type"), exports);
__exportStar(require("./get-savings-products-interest-on-savings-account"), exports);
__exportStar(require("./get-savings-products-interest-posting-period-type"), exports);
__exportStar(require("./get-savings-products-liability-account-options"), exports);
__exportStar(require("./get-savings-products-liability-tag-id"), exports);
__exportStar(require("./get-savings-products-liability-type"), exports);
__exportStar(require("./get-savings-products-liability-usage"), exports);
__exportStar(require("./get-savings-products-lockin-period-frequency-type-options"), exports);
__exportStar(require("./get-savings-products-payment-channel-to-fund-source-mappings"), exports);
__exportStar(require("./get-savings-products-payment-type"), exports);
__exportStar(require("./get-savings-products-payment-type-options"), exports);
__exportStar(require("./get-savings-products-penalty-to-income-account-mappings"), exports);
__exportStar(require("./get-savings-products-penalty-to-income-account-mappings-charge"), exports);
__exportStar(require("./get-savings-products-product-id-response"), exports);
__exportStar(require("./get-savings-products-response"), exports);
__exportStar(require("./get-savings-products-savings-control-account"), exports);
__exportStar(require("./get-savings-products-savings-reference-account"), exports);
__exportStar(require("./get-savings-products-template-accounting-rule"), exports);
__exportStar(require("./get-savings-products-template-response"), exports);
__exportStar(require("./get-savings-products-transfers-in-suspense-account"), exports);
__exportStar(require("./get-savings-products-withdrawal-fee-type-options"), exports);
__exportStar(require("./get-savings-status"), exports);
__exportStar(require("./get-savings-summary"), exports);
__exportStar(require("./get-savings-timeline"), exports);
__exportStar(require("./get-scheduler-response"), exports);
__exportStar(require("./get-search-response"), exports);
__exportStar(require("./get-self-beneficiaries-account-options"), exports);
__exportStar(require("./get-self-beneficiaries-tptresponse"), exports);
__exportStar(require("./get-self-beneficiaries-tpttemplate-response"), exports);
__exportStar(require("./get-self-clients-charge-calculation-type"), exports);
__exportStar(require("./get-self-clients-charge-time-type"), exports);
__exportStar(require("./get-self-clients-charges-page-items"), exports);
__exportStar(require("./get-self-clients-client-id-accounts-response"), exports);
__exportStar(require("./get-self-clients-client-id-charges-charge-id-response"), exports);
__exportStar(require("./get-self-clients-client-id-charges-response"), exports);
__exportStar(require("./get-self-clients-client-id-response"), exports);
__exportStar(require("./get-self-clients-client-id-transactions-page-items"), exports);
__exportStar(require("./get-self-clients-client-id-transactions-response"), exports);
__exportStar(require("./get-self-clients-client-id-transactions-transaction-id-response"), exports);
__exportStar(require("./get-self-clients-client-id-transactions-type"), exports);
__exportStar(require("./get-self-clients-loan-accounts"), exports);
__exportStar(require("./get-self-clients-loan-accounts-status"), exports);
__exportStar(require("./get-self-clients-loan-accounts-type"), exports);
__exportStar(require("./get-self-clients-page-items"), exports);
__exportStar(require("./get-self-clients-response"), exports);
__exportStar(require("./get-self-clients-savings-accounts"), exports);
__exportStar(require("./get-self-clients-savings-accounts-currency"), exports);
__exportStar(require("./get-self-clients-savings-accounts-status"), exports);
__exportStar(require("./get-self-clients-status"), exports);
__exportStar(require("./get-self-clients-timeline"), exports);
__exportStar(require("./get-self-loans-charge-calculation-type"), exports);
__exportStar(require("./get-self-loans-charge-time-type"), exports);
__exportStar(require("./get-self-loans-loan-id-charges-response"), exports);
__exportStar(require("./get-self-loans-loan-id-response"), exports);
__exportStar(require("./get-self-loans-loan-id-transactions-transaction-id-response"), exports);
__exportStar(require("./get-self-loans-loan-id-transactions-type"), exports);
__exportStar(require("./get-self-loans-product-options"), exports);
__exportStar(require("./get-self-loans-template-response"), exports);
__exportStar(require("./get-self-loans-timeline"), exports);
__exportStar(require("./get-self-savings