finerio-pfm-unnax
Version:
This SDK lets you connect to [Finerio PFM API Unnax](http://ec2-3-16-174-50.us-east-2.compute.amazonaws.com:8082/swagger-ui/index.html#/) in an easier way.
11 lines (10 loc) • 641 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.SERVER_URL = exports.INSIGHTS_TYPE = exports.BUDGET_TYPE = exports.TRANSACTION_TYPE = exports.FINANCIAL_ENTITY_TYPE = exports.CATEGORY_TYPE = exports.ACCOUNT_TYPE = void 0;
exports.ACCOUNT_TYPE = "PFM_SDK/ACCOUNT_TYPE";
exports.CATEGORY_TYPE = "PFM_SDK/CATEGORY_TYPE";
exports.FINANCIAL_ENTITY_TYPE = "PFM_SDK/FINANCIAL_ENTITY_TYPE";
exports.TRANSACTION_TYPE = "PFM_SDK/TRANSACTION_TYPE";
exports.BUDGET_TYPE = "PFM_SDK/BUDGET_TYPE";
exports.INSIGHTS_TYPE = "PFM_SDK/INSIGHTS_TYPE";
exports.SERVER_URL = "https://unnax-gateway-sandbox.finerioconnect.com";