@erpsquad/common 1.8.27 → 1.8.28
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/_virtual/index/index.esm.js +2 -4
- package/dist/_virtual/index/index.esm.js.map +1 -1
- package/dist/_virtual/index/index.esm2.js +4 -2
- package/dist/_virtual/index/index.esm2.js.map +1 -1
- package/dist/_virtual/index/index.esm3.js +4 -2
- package/dist/_virtual/index/index.esm3.js.map +1 -1
- package/dist/_virtual/index/index.esm4.js +3 -3
- package/dist/_virtual/index/index.esm5.js +2 -4
- package/dist/_virtual/index/index.esm5.js.map +1 -1
- package/dist/_virtual/index/index.js +1 -1
- package/dist/_virtual/index/index2.js +1 -1
- package/dist/_virtual/index/index3.js +1 -1
- package/dist/_virtual/index/index4.js +1 -1
- package/dist/_virtual/index/index5.js +1 -1
- package/dist/api-client/api.inventory/api.d.ts +5 -2
- package/dist/api-client/api.manufacturing/api.d.ts +15 -102
- package/dist/api-client/api.purchase/api.d.ts +3 -2
- package/dist/api-client/api.system-feature/api.d.ts +0 -2
- package/dist/index.d.ts +1 -138
- package/dist/node_modules/@asseinfo/react-kanban/dist/index/index.esm.js +1 -1
- package/dist/node_modules/@asseinfo/react-kanban/dist/index/index.js +1 -1
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon/index.esm.js +1 -1
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon/index.js +1 -1
- package/dist/node_modules/@mui/icons-material/utils/createSvgIcon/index.js.map +1 -1
- package/dist/node_modules/@mui/system/colorManipulator/index.esm.js +2 -2
- package/dist/node_modules/@mui/system/colorManipulator/index.js +1 -1
- package/dist/node_modules/prop-types/index/index.esm.js +1 -1
- package/dist/node_modules/prop-types/index/index.js +1 -1
- package/dist/node_modules/prop-types/index/index.js.map +1 -1
- package/dist/src/api-client/api.accounting/api.d.ts +750 -0
- package/dist/src/api-client/api.drive/api.d.ts +44 -0
- package/dist/src/api-client/api.inventory/api.d.ts +282 -0
- package/dist/src/api-client/api.manufacturing/api.d.ts +476 -0
- package/dist/src/api-client/api.purchase/api.d.ts +330 -0
- package/dist/src/api-client/api.rbac/api.d.ts +99 -0
- package/dist/src/api-client/api.rental/api.d.ts +752 -0
- package/dist/src/api-client/api.sales/api.d.ts +429 -0
- package/dist/src/api-client/api.system-feature/api.d.ts +148 -0
- package/dist/src/api-client/api.user/api.d.ts +14 -0
- package/dist/src/api-client/index.d.ts +20 -0
- package/dist/src/components/index.d.ts +125 -0
- package/dist/src/constants/index.d.ts +13 -0
- package/dist/src/contexts/index.d.ts +5 -0
- package/dist/src/hooks/index.d.ts +16 -0
- package/dist/src/index.d.ts +138 -0
- package/dist/src/layout/index.d.ts +2 -0
- package/dist/src/redux/index.d.ts +9 -0
- package/dist/src/styles/index.d.ts +2 -0
- package/dist/src/theme/index.d.ts +4 -0
- package/dist/src/types/index.d.ts +100 -0
- package/dist/src/utils/index.d.ts +31 -0
- package/dist/src/views/index.d.ts +2 -0
- package/dist/style.css +2 -2
- package/dist/styles/index.d.ts +1 -1
- package/dist/views/index.d.ts +1 -1
- package/package.json +2 -2
- /package/dist/{@types → src/@types}/common.d.ts +0 -0
- /package/dist/{@types → src/@types}/page.d.ts +0 -0
- /package/dist/{@types → src/@types}/pagination-model.d.ts +0 -0
- /package/dist/{assets → src/assets}/dynamic-svg-icon/dynamic-svg-icon.d.ts +0 -0
- /package/dist/{assets → src/assets}/images.d.ts +0 -0
- /package/dist/{assets → src/assets}/view-modal/calendar-icon.d.ts +0 -0
- /package/dist/{assets → src/assets}/view-modal/chart-icon.d.ts +0 -0
- /package/dist/{assets → src/assets}/view-modal/gantt-icon.d.ts +0 -0
- /package/dist/{assets → src/assets}/view-modal/grid-icon.d.ts +0 -0
- /package/dist/{assets → src/assets}/view-modal/kanban-icon.d.ts +0 -0
- /package/dist/{assets → src/assets}/view-modal/table-icon.d.ts +0 -0
- /package/dist/{components → src/components}/Dashboard/dashboard-card.d.ts +0 -0
- /package/dist/{components → src/components}/Dashboard/dashboard-header.d.ts +0 -0
- /package/dist/{components → src/components}/accordion/accordion.d.ts +0 -0
- /package/dist/{components → src/components}/action-bar/action-bar.d.ts +0 -0
- /package/dist/{components → src/components}/activity-tag/activity-tag.d.ts +0 -0
- /package/dist/{components → src/components}/activityArea/activityArea.d.ts +0 -0
- /package/dist/{components → src/components}/activityLog/activity-log.d.ts +0 -0
- /package/dist/{components → src/components}/alert/alert.d.ts +0 -0
- /package/dist/{components → src/components}/appbar/appbar.d.ts +0 -0
- /package/dist/{components → src/components}/approval-wrapper/approval-wrapper.d.ts +0 -0
- /package/dist/{components → src/components}/avatar/avatar.d.ts +0 -0
- /package/dist/{components → src/components}/board/board.d.ts +0 -0
- /package/dist/{components → src/components}/board/columnHeader.d.ts +0 -0
- /package/dist/{components → src/components}/bread-crumb/bread-crumb.d.ts +0 -0
- /package/dist/{components → src/components}/button/button.d.ts +0 -0
- /package/dist/{components → src/components}/calculation-summary/calculation-summary.d.ts +0 -0
- /package/dist/{components → src/components}/calculation-summary/components/discount-summary.d.ts +0 -0
- /package/dist/{components → src/components}/calculation-summary/components/items-summary.d.ts +0 -0
- /package/dist/{components → src/components}/calculation-summary/components/subtotal-summary.d.ts +0 -0
- /package/dist/{components → src/components}/calculation-summary/components/taxes-and-charges-summary.d.ts +0 -0
- /package/dist/{components → src/components}/calculation-summary/components/total-summary.d.ts +0 -0
- /package/dist/{components → src/components}/calendar/calendar.d.ts +0 -0
- /package/dist/{components → src/components}/card-wrapper/card-wrapper.d.ts +0 -0
- /package/dist/{components → src/components}/change-user-password-modal/change-user-password-modal.d.ts +0 -0
- /package/dist/{components → src/components}/charts/ChartLegends.d.ts +0 -0
- /package/dist/{components → src/components}/charts/areaLinerChart.d.ts +0 -0
- /package/dist/{components → src/components}/charts/bar-chart/bar-chart.d.ts +0 -0
- /package/dist/{components → src/components}/charts/barChart/barChart.d.ts +0 -0
- /package/dist/{components → src/components}/charts/barLineChart/barLinechart.d.ts +0 -0
- /package/dist/{components → src/components}/charts/donut-chart/donut-chart.d.ts +0 -0
- /package/dist/{components → src/components}/charts/donutChart/DonutChart.d.ts +0 -0
- /package/dist/{components → src/components}/charts/groupBarChart/GroupBarChart.d.ts +0 -0
- /package/dist/{components → src/components}/charts/line-chart/area-line-chart.d.ts +0 -0
- /package/dist/{components → src/components}/charts/line-chart/area-lineChart.d.ts +0 -0
- /package/dist/{components → src/components}/charts/line-chart/line-chart.d.ts +0 -0
- /package/dist/{components → src/components}/charts/multiLineChart/multi-line-chart.d.ts +0 -0
- /package/dist/{components → src/components}/checkbox/checkbox.d.ts +0 -0
- /package/dist/{components → src/components}/chip/chip.d.ts +0 -0
- /package/dist/{components → src/components}/chip-generator/chip-generator.d.ts +0 -0
- /package/dist/{components → src/components}/color-picker-input/color-picker-input.d.ts +0 -0
- /package/dist/{components → src/components}/confirm-modal/confirm-modal.d.ts +0 -0
- /package/dist/{components → src/components}/country-select/country-select.d.ts +0 -0
- /package/dist/{components → src/components}/custom-snackbar/custom-snackbar.d.ts +0 -0
- /package/dist/{components → src/components}/custom-toggle-switch/custom-toggle-switch.d.ts +0 -0
- /package/dist/{components → src/components}/date-picker/date-picker.d.ts +0 -0
- /package/dist/{components → src/components}/date-range-picker/date-range-picker.d.ts +0 -0
- /package/dist/{components → src/components}/date-time-picker/date-time-picker.d.ts +0 -0
- /package/dist/{components → src/components}/dropdown-button/dropdown-button.d.ts +0 -0
- /package/dist/{components → src/components}/dynamic-layout-wrapper/dynamic-layout-wrapper.d.ts +0 -0
- /package/dist/{components → src/components}/dynamic-modal.d.ts +0 -0
- /package/dist/{components → src/components}/editor/custom-editor.d.ts +0 -0
- /package/dist/{components → src/components}/entity-view-wrapper/entity-view-wrapper.d.ts +0 -0
- /package/dist/{components → src/components}/examples/FlexibleReduxExample.d.ts +0 -0
- /package/dist/{components → src/components}/expandable-summary-wrapper/expandable-summary-wrapper.d.ts +0 -0
- /package/dist/{components → src/components}/fallback/fallback.d.ts +0 -0
- /package/dist/{components → src/components}/filter/components/add-filter.d.ts +0 -0
- /package/dist/{components → src/components}/filter/components/add-group.d.ts +0 -0
- /package/dist/{components → src/components}/filter/components/combinator-select.d.ts +0 -0
- /package/dist/{components → src/components}/filter/components/delete-group.d.ts +0 -0
- /package/dist/{components → src/components}/filter/components/field-select.d.ts +0 -0
- /package/dist/{components → src/components}/filter/components/operator-select.d.ts +0 -0
- /package/dist/{components → src/components}/filter/components/remove-action.d.ts +0 -0
- /package/dist/{components → src/components}/filter/components/value-editor.d.ts +0 -0
- /package/dist/{components → src/components}/filter/fields.d.ts +0 -0
- /package/dist/{components → src/components}/filter/filter.d.ts +0 -0
- /package/dist/{components → src/components}/footer/footer.d.ts +0 -0
- /package/dist/{components → src/components}/footer.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/element-controller.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/button.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/checkbox.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/chip-or-placeholder.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/date-range-picker.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/date-time.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/date.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-currency-input.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-element-hoc.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-input-select.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-select.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-tags-input.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/dynamic-text-editor.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/index.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/info.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/location-add-modal/location-add-modal.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/media.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/number-input.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/phone.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/radio-button.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/section.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/select-configuration.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/select.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/table.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/text.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/time.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-builder/form-builder-element/toggle-button.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-parser/data.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-parser/form-parser.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-parser/form-section.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/form-parser/form-switcher.d.ts +0 -0
- /package/dist/{components → src/components}/form-control/index.d.ts +0 -0
- /package/dist/{components → src/components}/form-header/form-header.d.ts +0 -0
- /package/dist/{components → src/components}/gantt/gantt.d.ts +0 -0
- /package/dist/{components → src/components}/grid/custom-grid-card/custom-grid-card.d.ts +0 -0
- /package/dist/{components → src/components}/grid/grid-card/grid-card.d.ts +0 -0
- /package/dist/{components → src/components}/grid/grid-wrapper/grid-wrapper.d.ts +0 -0
- /package/dist/{components → src/components}/grid-fallback/grid-fallback.d.ts +0 -0
- /package/dist/{components → src/components}/header/components/notification-menu/notification-menu.d.ts +0 -0
- /package/dist/{components → src/components}/header/header-enhanced.d.ts +0 -0
- /package/dist/{components → src/components}/header/header.d.ts +0 -0
- /package/dist/{components → src/components}/header/redux/actionCreator.d.ts +0 -0
- /package/dist/{components → src/components}/header/redux/reducer.d.ts +0 -0
- /package/dist/{components → src/components}/header/redux/state.d.ts +0 -0
- /package/dist/{components → src/components}/header copy.d.ts +0 -0
- /package/dist/{components → src/components}/header-card/header-card.d.ts +0 -0
- /package/dist/{components → src/components}/hr-line/hr-line.d.ts +0 -0
- /package/dist/{components → src/components}/icons/action-arrow.d.ts +0 -0
- /package/dist/{components → src/components}/icons/add-circle.d.ts +0 -0
- /package/dist/{components → src/components}/icons/arrow-bidirectional.d.ts +0 -0
- /package/dist/{components → src/components}/icons/arrow-circle-down.d.ts +0 -0
- /package/dist/{components → src/components}/icons/arrow-down-three.d.ts +0 -0
- /package/dist/{components → src/components}/icons/arrow-down-two.d.ts +0 -0
- /package/dist/{components → src/components}/icons/arrow-down.d.ts +0 -0
- /package/dist/{components → src/components}/icons/arrow-up-down.d.ts +0 -0
- /package/dist/{components → src/components}/icons/arrow-up-two.d.ts +0 -0
- /package/dist/{components → src/components}/icons/assignments.d.ts +0 -0
- /package/dist/{components → src/components}/icons/blank-circle.d.ts +0 -0
- /package/dist/{components → src/components}/icons/block-filled.d.ts +0 -0
- /package/dist/{components → src/components}/icons/calendar-add.d.ts +0 -0
- /package/dist/{components → src/components}/icons/calendar.d.ts +0 -0
- /package/dist/{components → src/components}/icons/check-box.d.ts +0 -0
- /package/dist/{components → src/components}/icons/checkbox-square.d.ts +0 -0
- /package/dist/{components → src/components}/icons/circular-arrow-setting.d.ts +0 -0
- /package/dist/{components → src/components}/icons/clock.d.ts +0 -0
- /package/dist/{components → src/components}/icons/close.d.ts +0 -0
- /package/dist/{components → src/components}/icons/coin-outline.d.ts +0 -0
- /package/dist/{components → src/components}/icons/copy.d.ts +0 -0
- /package/dist/{components → src/components}/icons/coupon.d.ts +0 -0
- /package/dist/{components → src/components}/icons/cross-hire.d.ts +0 -0
- /package/dist/{components → src/components}/icons/custom-styled-icon.d.ts +0 -0
- /package/dist/{components → src/components}/icons/dashboard.d.ts +0 -0
- /package/dist/{components → src/components}/icons/document-download.d.ts +0 -0
- /package/dist/{components → src/components}/icons/document.d.ts +0 -0
- /package/dist/{components → src/components}/icons/dollar-circle-filled.d.ts +0 -0
- /package/dist/{components → src/components}/icons/dollar-circle.d.ts +0 -0
- /package/dist/{components → src/components}/icons/edit.d.ts +0 -0
- /package/dist/{components → src/components}/icons/email.d.ts +0 -0
- /package/dist/{components → src/components}/icons/export.d.ts +0 -0
- /package/dist/{components → src/components}/icons/eye-off.d.ts +0 -0
- /package/dist/{components → src/components}/icons/eye-plus-circle.d.ts +0 -0
- /package/dist/{components → src/components}/icons/eye.d.ts +0 -0
- /package/dist/{components → src/components}/icons/filled-circle.d.ts +0 -0
- /package/dist/{components → src/components}/icons/filter-remove.d.ts +0 -0
- /package/dist/{components → src/components}/icons/filter.d.ts +0 -0
- /package/dist/{components → src/components}/icons/folder-save.d.ts +0 -0
- /package/dist/{components → src/components}/icons/grid.d.ts +0 -0
- /package/dist/{components → src/components}/icons/hashtag.d.ts +0 -0
- /package/dist/{components → src/components}/icons/image.d.ts +0 -0
- /package/dist/{components → src/components}/icons/import.d.ts +0 -0
- /package/dist/{components → src/components}/icons/index.d.ts +0 -0
- /package/dist/{components → src/components}/icons/info-circle.d.ts +0 -0
- /package/dist/{components → src/components}/icons/info.d.ts +0 -0
- /package/dist/{components → src/components}/icons/link-horizontal.d.ts +0 -0
- /package/dist/{components → src/components}/icons/link.d.ts +0 -0
- /package/dist/{components → src/components}/icons/location.d.ts +0 -0
- /package/dist/{components → src/components}/icons/lowest-lead-time.d.ts +0 -0
- /package/dist/{components → src/components}/icons/lowest-min-qty.d.ts +0 -0
- /package/dist/{components → src/components}/icons/lowest-price.d.ts +0 -0
- /package/dist/{components → src/components}/icons/more.d.ts +0 -0
- /package/dist/{components → src/components}/icons/notification.d.ts +0 -0
- /package/dist/{components → src/components}/icons/paper-clip.d.ts +0 -0
- /package/dist/{components → src/components}/icons/paragraph.d.ts +0 -0
- /package/dist/{components → src/components}/icons/payment-request.d.ts +0 -0
- /package/dist/{components → src/components}/icons/phone.d.ts +0 -0
- /package/dist/{components → src/components}/icons/printer.d.ts +0 -0
- /package/dist/{components → src/components}/icons/process-calendar.d.ts +0 -0
- /package/dist/{components → src/components}/icons/promotion.d.ts +0 -0
- /package/dist/{components → src/components}/icons/radio-button.d.ts +0 -0
- /package/dist/{components → src/components}/icons/receipt-filled.d.ts +0 -0
- /package/dist/{components → src/components}/icons/receipt-outline.d.ts +0 -0
- /package/dist/{components → src/components}/icons/receipt.d.ts +0 -0
- /package/dist/{components → src/components}/icons/rectangle-filled.d.ts +0 -0
- /package/dist/{components → src/components}/icons/rectangle.d.ts +0 -0
- /package/dist/{components → src/components}/icons/refresh-icon.d.ts +0 -0
- /package/dist/{components → src/components}/icons/replace.d.ts +0 -0
- /package/dist/{components → src/components}/icons/save.d.ts +0 -0
- /package/dist/{components → src/components}/icons/search-status.d.ts +0 -0
- /package/dist/{components → src/components}/icons/search.d.ts +0 -0
- /package/dist/{components → src/components}/icons/settings-fallback.d.ts +0 -0
- /package/dist/{components → src/components}/icons/sort-arrow-icon.d.ts +0 -0
- /package/dist/{components → src/components}/icons/stacked-layer.d.ts +0 -0
- /package/dist/{components → src/components}/icons/start-filled.d.ts +0 -0
- /package/dist/{components → src/components}/icons/three-dot-icon.d.ts +0 -0
- /package/dist/{components → src/components}/icons/tick-circle-filled.d.ts +0 -0
- /package/dist/{components → src/components}/icons/tick-circle.d.ts +0 -0
- /package/dist/{components → src/components}/icons/tick-octagon.d.ts +0 -0
- /package/dist/{components → src/components}/icons/tick.d.ts +0 -0
- /package/dist/{components → src/components}/icons/toggle-switch.d.ts +0 -0
- /package/dist/{components → src/components}/icons/trash.d.ts +0 -0
- /package/dist/{components → src/components}/icons/wave.d.ts +0 -0
- /package/dist/{components → src/components}/icons/with-out-tick-octagon.d.ts +0 -0
- /package/dist/{components → src/components}/icons/work-centre.d.ts +0 -0
- /package/dist/{components → src/components}/info-card/info-card.d.ts +0 -0
- /package/dist/{components → src/components}/inventory-reports-title-bar/component/reportFilter.d.ts +0 -0
- /package/dist/{components → src/components}/inventory-reports-title-bar/inventory-reports-title-bar.d.ts +0 -0
- /package/dist/{components → src/components}/inventory-reports-title-bar/redux/actionCreator.d.ts +0 -0
- /package/dist/{components → src/components}/inventory-reports-title-bar/redux/reducer.d.ts +0 -0
- /package/dist/{components → src/components}/inventory-reports-title-bar/redux/state.d.ts +0 -0
- /package/dist/{components → src/components}/inventory-reports-title-bar/report-buttons/report-buttons.d.ts +0 -0
- /package/dist/{components → src/components}/list/list.d.ts +0 -0
- /package/dist/{components → src/components}/loader.d.ts +0 -0
- /package/dist/{components → src/components}/loaders/erp-loader.d.ts +0 -0
- /package/dist/{components → src/components}/loaders/form-loader.d.ts +0 -0
- /package/dist/{components → src/components}/loaders/index.d.ts +0 -0
- /package/dist/{components → src/components}/loaders/modal-loader.d.ts +0 -0
- /package/dist/{components → src/components}/loaders/page-loader.d.ts +0 -0
- /package/dist/{components → src/components}/location-select.d.ts +0 -0
- /package/dist/{components → src/components}/material-table/aggregation-fns/index.d.ts +0 -0
- /package/dist/{components → src/components}/material-table/components/default-aggregation.d.ts +0 -0
- /package/dist/{components → src/components}/material-table/components/header-cell.d.ts +0 -0
- /package/dist/{components → src/components}/material-table/components/inline-edit-fields.d.ts +0 -0
- /package/dist/{components → src/components}/material-table/components/number-aggregation.d.ts +0 -0
- /package/dist/{components → src/components}/material-table/material-table.d.ts +0 -0
- /package/dist/{components → src/components}/menu/menu.d.ts +0 -0
- /package/dist/{components → src/components}/modal/modal.d.ts +0 -0
- /package/dist/{components → src/components}/module-button/module-button.d.ts +0 -0
- /package/dist/{components → src/components}/mulitline/multiline.d.ts +0 -0
- /package/dist/{components → src/components}/multi-select/multi-select.d.ts +0 -0
- /package/dist/{components → src/components}/page-navigator/components/add-page-modal.d.ts +0 -0
- /package/dist/{components → src/components}/page-navigator/components/add-page.d.ts +0 -0
- /package/dist/{components → src/components}/page-navigator/components/page-action.d.ts +0 -0
- /package/dist/{components → src/components}/page-navigator/components/shared-page-modal.d.ts +0 -0
- /package/dist/{components → src/components}/page-navigator/components/shared-page-view.d.ts +0 -0
- /package/dist/{components → src/components}/page-navigator/page-navigator.d.ts +0 -0
- /package/dist/{components → src/components}/pagination/pagination.d.ts +0 -0
- /package/dist/{components → src/components}/parties-modal/parties-modal.d.ts +0 -0
- /package/dist/{components → src/components}/parties-modal/utils/constant.d.ts +0 -0
- /package/dist/{components → src/components}/parties-modal/validator.d.ts +0 -0
- /package/dist/{components → src/components}/phone-input/phone-input.d.ts +0 -0
- /package/dist/{components → src/components}/protected-route.d.ts +0 -0
- /package/dist/{components → src/components}/providers/ERPUIProvider.d.ts +0 -0
- /package/dist/{components → src/components}/providers/index.d.ts +0 -0
- /package/dist/{components → src/components}/quick-approval-modal/quick-approval-modal.d.ts +0 -0
- /package/dist/{components → src/components}/radio/radio.d.ts +0 -0
- /package/dist/{components → src/components}/reports/dynamic-report/dynamic-report.d.ts +0 -0
- /package/dist/{components → src/components}/reports/dynamic-report/dynamic-rows.d.ts +0 -0
- /package/dist/{components → src/components}/reports-title-bar/redux/actionCreator.d.ts +0 -0
- /package/dist/{components → src/components}/reports-title-bar/redux/reducer.d.ts +0 -0
- /package/dist/{components → src/components}/reports-title-bar/redux/state.d.ts +0 -0
- /package/dist/{components → src/components}/reports-title-bar/report-buttons/report-buttons.d.ts +0 -0
- /package/dist/{components → src/components}/reports-title-bar/reports-title-bar.d.ts +0 -0
- /package/dist/{components → src/components}/reset-password-modal/reset-password-modal.d.ts +0 -0
- /package/dist/{components → src/components}/rfq-response/item-response-details.d.ts +0 -0
- /package/dist/{components → src/components}/save-filter-modal/save-filter-modal.d.ts +0 -0
- /package/dist/{components → src/components}/schedule-report/schedule-report-modal.d.ts +0 -0
- /package/dist/{components → src/components}/schedule-report/schedule-report.d.ts +0 -0
- /package/dist/{components → src/components}/schedule-report/utils/common.d.ts +0 -0
- /package/dist/{components → src/components}/schedule-report/utils/constant.d.ts +0 -0
- /package/dist/{components → src/components}/schedule-report/utils/type.d.ts +0 -0
- /package/dist/{components → src/components}/schedule-report/validator.d.ts +0 -0
- /package/dist/{components → src/components}/search-bar/search-bar.d.ts +0 -0
- /package/dist/{components → src/components}/searchable-select.d.ts +0 -0
- /package/dist/{components → src/components}/select/controller/chip-or-placeholder.d.ts +0 -0
- /package/dist/{components → src/components}/select/controller/controller-select.d.ts +0 -0
- /package/dist/{components → src/components}/select/select-search.d.ts +0 -0
- /package/dist/{components → src/components}/select/select.d.ts +0 -0
- /package/dist/{components → src/components}/share-modal/redux/actionCreator.d.ts +0 -0
- /package/dist/{components → src/components}/share-modal/redux/reducer.d.ts +0 -0
- /package/dist/{components → src/components}/share-modal/redux/state.d.ts +0 -0
- /package/dist/{components → src/components}/share-modal/share-modal-enhanced.d.ts +0 -0
- /package/dist/{components → src/components}/share-modal/share-modal.d.ts +0 -0
- /package/dist/{components → src/components}/sidebar/sidebar.d.ts +0 -0
- /package/dist/{components → src/components}/snackbar/snackbar.d.ts +0 -0
- /package/dist/{components → src/components}/sub-header-doc/sub-header-doc.d.ts +0 -0
- /package/dist/{components → src/components}/switches/android-12-switch.d.ts +0 -0
- /package/dist/{components → src/components}/tab-bar-ui/tab-bar-ui.d.ts +0 -0
- /package/dist/{components → src/components}/tabs/tabs.d.ts +0 -0
- /package/dist/{components → src/components}/text-area/text-area.d.ts +0 -0
- /package/dist/{components → src/components}/text-field/text-field.d.ts +0 -0
- /package/dist/{components → src/components}/time-picker/time-picker.d.ts +0 -0
- /package/dist/{components → src/components}/time-range-picker/time-range-picker.d.ts +0 -0
- /package/dist/{components → src/components}/title-dropdown-button/title-dropdown-button.d.ts +0 -0
- /package/dist/{components → src/components}/toast/toast.d.ts +0 -0
- /package/dist/{components → src/components}/toggle/toggle.d.ts +0 -0
- /package/dist/{components → src/components}/toggle-switch/toggle-switch.d.ts +0 -0
- /package/dist/{components → src/components}/tooltip/Tooltip.d.ts +0 -0
- /package/dist/{components → src/components}/typography/typography.d.ts +0 -0
- /package/dist/{components → src/components}/upload/file-confirmation.d.ts +0 -0
- /package/dist/{components → src/components}/upload/upload.d.ts +0 -0
- /package/dist/{components → src/components}/upload-excel/file-confirmation.d.ts +0 -0
- /package/dist/{components → src/components}/upload-excel/upload-excel.d.ts +0 -0
- /package/dist/{components → src/components}/upload-media/upload-media.d.ts +0 -0
- /package/dist/{components → src/components}/user-dropdown/user-dropdown.d.ts +0 -0
- /package/dist/{components → src/components}/value-field/value-field.d.ts +0 -0
- /package/dist/{components → src/components}/view-modal/view-modal.d.ts +0 -0
- /package/dist/{config → src/config}/index.d.ts +0 -0
- /package/dist/{constants → src/constants}/action-bar.d.ts +0 -0
- /package/dist/{constants → src/constants}/all-language.d.ts +0 -0
- /package/dist/{constants → src/constants}/auth.d.ts +0 -0
- /package/dist/{constants → src/constants}/common.d.ts +0 -0
- /package/dist/{constants → src/constants}/defaultColumns.d.ts +0 -0
- /package/dist/{constants → src/constants}/lang/ar.d.ts +0 -0
- /package/dist/{constants → src/constants}/lang/en.d.ts +0 -0
- /package/dist/{constants → src/constants}/lang/es.d.ts +0 -0
- /package/dist/{constants → src/constants}/modules.d.ts +0 -0
- /package/dist/{constants → src/constants}/mui.constants.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/index.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.accounting.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.crm.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.document.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.hrms.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.inventory.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.manufacturing.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.office.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.procurement.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.project.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.quotes.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.rental.d.ts +0 -0
- /package/dist/{constants → src/constants}/pathnames/pathname.user.d.ts +0 -0
- /package/dist/{constants → src/constants}/resource-lang.d.ts +0 -0
- /package/dist/{constants → src/constants}/route-page-map.d.ts +0 -0
- /package/dist/{constants → src/constants}/status.d.ts +0 -0
- /package/dist/{contexts → src/contexts}/AuthContext.d.ts +0 -0
- /package/dist/{contexts → src/contexts}/languageContext.d.ts +0 -0
- /package/dist/{contexts → src/contexts}/page-context.d.ts +0 -0
- /package/dist/{contexts → src/contexts}/permission-context.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/apiHelper.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/common.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/use-deep-memo.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/use-material-calculations.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/use-translations.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useCheckSkuAndName.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useDataFetcher.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useLanguageFallback.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useLocationFilter.d.ts +0 -0
- /package/dist/{hooks → src/hooks}/useReduxIntegration.d.ts +0 -0
- /package/dist/{layout → src/layout}/fullScreen/fullScreen.d.ts +0 -0
- /package/dist/{layout → src/layout}/sidebarScreen/sidebarScreen.d.ts +0 -0
- /package/dist/{redux → src/redux}/actionCreator.d.ts +0 -0
- /package/dist/{redux → src/redux}/apiConfig.d.ts +0 -0
- /package/dist/{redux → src/redux}/hooks.d.ts +0 -0
- /package/dist/{redux → src/redux}/module-reducer.d.ts +0 -0
- /package/dist/{redux → src/redux}/slices/headerSlice.d.ts +0 -0
- /package/dist/{redux → src/redux}/slices/index.d.ts +0 -0
- /package/dist/{redux → src/redux}/slices/inventoryReportsTitleBarSlice.d.ts +0 -0
- /package/dist/{redux → src/redux}/slices/reportsTitleBarSlice.d.ts +0 -0
- /package/dist/{redux → src/redux}/slices/shareSlice.d.ts +0 -0
- /package/dist/{redux → src/redux}/toolkit.d.ts +0 -0
- /package/dist/{redux → src/redux}/types.d.ts +0 -0
- /package/dist/{server.d.ts → src/server.d.ts} +0 -0
- /package/dist/{styles → src/styles}/themes/index.d.ts +0 -0
- /package/dist/{theme → src/theme}/color.d.ts +0 -0
- /package/dist/{theme → src/theme}/theme-impl.d.ts +0 -0
- /package/dist/{theme → src/theme}/themeSelector.d.ts +0 -0
- /package/dist/{theme → src/theme}/themeWrapper.d.ts +0 -0
- /package/dist/{theme → src/theme}/typography.d.ts +0 -0
- /package/dist/{utils → src/utils}/api.d.ts +0 -0
- /package/dist/{utils → src/utils}/calculation.d.ts +0 -0
- /package/dist/{utils → src/utils}/color.d.ts +0 -0
- /package/dist/{utils → src/utils}/common-utility.d.ts +0 -0
- /package/dist/{utils → src/utils}/common.d.ts +0 -0
- /package/dist/{utils → src/utils}/constant.d.ts +0 -0
- /package/dist/{utils → src/utils}/country.d.ts +0 -0
- /package/dist/{utils → src/utils}/date-range.d.ts +0 -0
- /package/dist/{utils → src/utils}/dateFormat.d.ts +0 -0
- /package/dist/{utils → src/utils}/dateValidation.d.ts +0 -0
- /package/dist/{utils → src/utils}/deformat-text.d.ts +0 -0
- /package/dist/{utils → src/utils}/export-filters.d.ts +0 -0
- /package/dist/{utils → src/utils}/fileSize.d.ts +0 -0
- /package/dist/{utils → src/utils}/form-builder-conversion.d.ts +0 -0
- /package/dist/{utils → src/utils}/form-builder-deconversion.d.ts +0 -0
- /package/dist/{utils → src/utils}/format-text.d.ts +0 -0
- /package/dist/{utils → src/utils}/i18n.d.ts +0 -0
- /package/dist/{utils → src/utils}/language.d.ts +0 -0
- /package/dist/{utils → src/utils}/menu-filter.d.ts +0 -0
- /package/dist/{utils → src/utils}/metaComponent.d.ts +0 -0
- /package/dist/{utils → src/utils}/migration-utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/navigation-utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/route-utils.d.ts +0 -0
- /package/dist/{utils → src/utils}/server.d.ts +0 -0
- /package/dist/{utils → src/utils}/setup.d.ts +0 -0
- /package/dist/{utils → src/utils}/translations.d.ts +0 -0
- /package/dist/{views → src/views}/404.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/accounting.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/crm.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/dashboard.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/redux/actionCreator.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/redux/reducer.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/dashboard/redux/state.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/document.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/hrms.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/inventory.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/manufacturing.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/office.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/page-view.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/redux/actionCreator.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/redux/reducer.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/redux/state.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/utils/default-data.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/page-view/utils/local-data.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/procurement.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/project.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/purchase.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/quotes.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/rental.d.ts +0 -0
- /package/dist/{views → src/views}/afterAuth/user.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/change-password/change-password.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/activity-tag-data/activity-tag-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/calendar-data/calendar-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/drive-dashboard-data/drive-dashboard-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/gantt-data/gantt-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/grid-data/grid-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/index.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/kanbann-content/kanbann-raw.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/list-content/column-raw.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/list-content/list-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/multiline-data/multiline-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/share-modal-data/share-modal-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/shared-pages-data/shared-pages-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/tabs-data/tabs-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/user-dashboard-data/user-dashboard-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/user-dropdown-data/user-dropdown-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/components/user-profile-data/user-profile-data.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/forgot-password/forgot-password.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/landing/landing.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/login/index.d.ts +0 -0
- /package/dist/{views → src/views}/beforeAuth/reset-password/reset-password.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/custom-form.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/checkbox.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/column-width.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/field-select.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/index.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/section.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/select.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/table-form.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/element-edit-forms/text.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/field_properties.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/form-fields.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/index.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/redux/actionCreator.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/redux/state.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/types.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/utils/common.d.ts +0 -0
- /package/dist/{views → src/views}/form-builder/utils/index.d.ts +0 -0
- /package/dist/{views → src/views}/privateRoute.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/add-template/add-template.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/add-template/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/company-selection-modal/company-selection-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/company-selection-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorCanvas.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorHeader.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorSection.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/EditorSidebar.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/SectionFlowEditor.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/SectionFormatPanel.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/AlignmentControl.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/ButtonControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/CodeControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/DividerControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/ImageControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/SignatureControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/TableControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/TextControls.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/controllers/border-control.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/components/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/edit-section-modal/edit-section-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/edit-section-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/routes.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-modal/html-thumbnail-preview.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-modal/template-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-name-modal/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/template-name-modal/template-name-modal.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/templates.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/types/editor.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/types/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/common.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/constant.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/default-data.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/index.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/style-extractor.d.ts +0 -0
- /package/dist/{views → src/views}/template-editor/utils/types.d.ts +0 -0
|
@@ -0,0 +1,750 @@
|
|
|
1
|
+
import { Api } from './api-types';
|
|
2
|
+
|
|
3
|
+
export declare const setBaseUrl: (newUrl: string) => void;
|
|
4
|
+
export declare const setDefaultHeaders: (headers: Object) => void;
|
|
5
|
+
export declare const postV1ChartOfAccount: Api['postV1ChartOfAccount'];
|
|
6
|
+
export declare const getV1ChartOfAccount: Api['getV1ChartOfAccount'];
|
|
7
|
+
export declare const postV1ChartOfAccountImport: Api['postV1ChartOfAccountImport'];
|
|
8
|
+
export declare const getV1ChartOfAccountAccountTypeDetail: Api['getV1ChartOfAccountAccountTypeDetail'];
|
|
9
|
+
export declare const getV1ChartOfAccountId: Api['getV1ChartOfAccountId'];
|
|
10
|
+
export declare const putV1ChartOfAccountId: Api['putV1ChartOfAccountId'];
|
|
11
|
+
export declare const deleteV1ChartOfAccountId: Api['deleteV1ChartOfAccountId'];
|
|
12
|
+
export declare const getV1ChartOfAccountAccountType: Api['getV1ChartOfAccountAccountType'];
|
|
13
|
+
export declare const getV1ChartOfAccountGenerateExcel: Api['getV1ChartOfAccountGenerateExcel'];
|
|
14
|
+
export declare const postV1TaxCategory: Api['postV1TaxCategory'];
|
|
15
|
+
export declare const getV1TaxCategory: Api['getV1TaxCategory'];
|
|
16
|
+
export declare const postV1TaxCategoryImport: Api['postV1TaxCategoryImport'];
|
|
17
|
+
export declare const getV1TaxCategorySalesAccount: Api['getV1TaxCategorySalesAccount'];
|
|
18
|
+
export declare const getV1TaxCategoryPurchaseAccount: Api['getV1TaxCategoryPurchaseAccount'];
|
|
19
|
+
export declare const getV1TaxCategoryId: Api['getV1TaxCategoryId'];
|
|
20
|
+
export declare const putV1TaxCategoryId: Api['putV1TaxCategoryId'];
|
|
21
|
+
export declare const deleteV1TaxCategoryId: Api['deleteV1TaxCategoryId'];
|
|
22
|
+
export declare const getV1TaxCategoryGenerateExcel: Api['getV1TaxCategoryGenerateExcel'];
|
|
23
|
+
export declare const postV1TaxCode: Api['postV1TaxCode'];
|
|
24
|
+
export declare const getV1TaxCode: Api['getV1TaxCode'];
|
|
25
|
+
export declare const postV1TaxCodeImport: Api['postV1TaxCodeImport'];
|
|
26
|
+
export declare const getV1TaxCodeId: Api['getV1TaxCodeId'];
|
|
27
|
+
export declare const putV1TaxCodeId: Api['putV1TaxCodeId'];
|
|
28
|
+
export declare const deleteV1TaxCodeId: Api['deleteV1TaxCodeId'];
|
|
29
|
+
export declare const getV1TaxCodeTaxCategoryDropdown: Api['getV1TaxCodeTaxCategoryDropdown'];
|
|
30
|
+
export declare const getV1TaxCodeGenerateExcel: Api['getV1TaxCodeGenerateExcel'];
|
|
31
|
+
export declare const postV1TaxTemplates: Api['postV1TaxTemplates'];
|
|
32
|
+
export declare const getV1TaxTemplates: Api['getV1TaxTemplates'];
|
|
33
|
+
export declare const postV1TaxTemplatesImport: Api['postV1TaxTemplatesImport'];
|
|
34
|
+
export declare const getV1TaxTemplatesId: Api['getV1TaxTemplatesId'];
|
|
35
|
+
export declare const putV1TaxTemplatesId: Api['putV1TaxTemplatesId'];
|
|
36
|
+
export declare const deleteV1TaxTemplatesId: Api['deleteV1TaxTemplatesId'];
|
|
37
|
+
export declare const getV1TaxTemplatesGenerateExcel: Api['getV1TaxTemplatesGenerateExcel'];
|
|
38
|
+
export declare const postV1Banks: Api['postV1Banks'];
|
|
39
|
+
export declare const getV1Banks: Api['getV1Banks'];
|
|
40
|
+
export declare const postV1BanksImport: Api['postV1BanksImport'];
|
|
41
|
+
export declare const getV1BanksId: Api['getV1BanksId'];
|
|
42
|
+
export declare const putV1BanksId: Api['putV1BanksId'];
|
|
43
|
+
export declare const deleteV1BanksId: Api['deleteV1BanksId'];
|
|
44
|
+
export declare const getV1BanksGenerateExcel: Api['getV1BanksGenerateExcel'];
|
|
45
|
+
export declare const postV1BankAccounts: Api['postV1BankAccounts'];
|
|
46
|
+
export declare const getV1BankAccounts: Api['getV1BankAccounts'];
|
|
47
|
+
export declare const postV1BankAccountsImport: Api['postV1BankAccountsImport'];
|
|
48
|
+
export declare const getV1BankAccountsId: Api['getV1BankAccountsId'];
|
|
49
|
+
export declare const putV1BankAccountsId: Api['putV1BankAccountsId'];
|
|
50
|
+
export declare const deleteV1BankAccountsId: Api['deleteV1BankAccountsId'];
|
|
51
|
+
export declare const getV1BankAccountsTypes: Api['getV1BankAccountsTypes'];
|
|
52
|
+
export declare const getV1BankAccountsGenerateExcel: Api['getV1BankAccountsGenerateExcel'];
|
|
53
|
+
export declare const getV1Currency: Api['getV1Currency'];
|
|
54
|
+
export declare const postV1Currency: Api['postV1Currency'];
|
|
55
|
+
export declare const getV1CurrencyId: Api['getV1CurrencyId'];
|
|
56
|
+
export declare const putV1CurrencyId: Api['putV1CurrencyId'];
|
|
57
|
+
export declare const deleteV1CurrencyId: Api['deleteV1CurrencyId'];
|
|
58
|
+
export declare const postV1CurrencyInfo: Api['postV1CurrencyInfo'];
|
|
59
|
+
export declare const postV1CurrencyImport: Api['postV1CurrencyImport'];
|
|
60
|
+
export declare const getV1CurrencyGenerateExcel: Api['getV1CurrencyGenerateExcel'];
|
|
61
|
+
export declare const getV1CurrencyExchange: Api['getV1CurrencyExchange'];
|
|
62
|
+
export declare const postV1CurrencyExchange: Api['postV1CurrencyExchange'];
|
|
63
|
+
export declare const getV1CurrencyExchangeId: Api['getV1CurrencyExchangeId'];
|
|
64
|
+
export declare const putV1CurrencyExchangeId: Api['putV1CurrencyExchangeId'];
|
|
65
|
+
export declare const deleteV1CurrencyExchangeId: Api['deleteV1CurrencyExchangeId'];
|
|
66
|
+
export declare const postV1CurrencyExchangeImport: Api['postV1CurrencyExchangeImport'];
|
|
67
|
+
export declare const getV1CurrencyExchangeGenerateExcel: Api['getV1CurrencyExchangeGenerateExcel'];
|
|
68
|
+
export declare const postV1PaymentTerms: Api['postV1PaymentTerms'];
|
|
69
|
+
export declare const getV1PaymentTerms: Api['getV1PaymentTerms'];
|
|
70
|
+
export declare const postV1PaymentTermsImport: Api['postV1PaymentTermsImport'];
|
|
71
|
+
export declare const getV1PaymentTermsId: Api['getV1PaymentTermsId'];
|
|
72
|
+
export declare const putV1PaymentTermsId: Api['putV1PaymentTermsId'];
|
|
73
|
+
export declare const deleteV1PaymentTermsId: Api['deleteV1PaymentTermsId'];
|
|
74
|
+
export declare const getV1PaymentTermsDueDateTypes: Api['getV1PaymentTermsDueDateTypes'];
|
|
75
|
+
export declare const getV1PaymentTermsGenerateExcel: Api['getV1PaymentTermsGenerateExcel'];
|
|
76
|
+
export declare const postV1FiscalYear: Api['postV1FiscalYear'];
|
|
77
|
+
export declare const getV1FiscalYear: Api['getV1FiscalYear'];
|
|
78
|
+
export declare const getV1FiscalYearId: Api['getV1FiscalYearId'];
|
|
79
|
+
export declare const putV1FiscalYearId: Api['putV1FiscalYearId'];
|
|
80
|
+
export declare const deleteV1FiscalYearId: Api['deleteV1FiscalYearId'];
|
|
81
|
+
export declare const getV1FiscalYearGenerateExcel: Api['getV1FiscalYearGenerateExcel'];
|
|
82
|
+
export declare const getV1JournalEntriesReferenceType: Api['getV1JournalEntriesReferenceType'];
|
|
83
|
+
export declare const postV1JournalEntries: Api['postV1JournalEntries'];
|
|
84
|
+
export declare const getV1JournalEntries: Api['getV1JournalEntries'];
|
|
85
|
+
export declare const postV1JournalEntriesImport: Api['postV1JournalEntriesImport'];
|
|
86
|
+
export declare const getV1JournalEntriesId: Api['getV1JournalEntriesId'];
|
|
87
|
+
export declare const putV1JournalEntriesId: Api['putV1JournalEntriesId'];
|
|
88
|
+
export declare const deleteV1JournalEntriesId: Api['deleteV1JournalEntriesId'];
|
|
89
|
+
export declare const postV1JournalEntriesAddApprover: Api['postV1JournalEntriesAddApprover'];
|
|
90
|
+
export declare const putV1JournalEntriesApprovalStatusId: Api['putV1JournalEntriesApprovalStatusId'];
|
|
91
|
+
export declare const getV1JournalEntriesIdExportType: Api['getV1JournalEntriesIdExportType'];
|
|
92
|
+
export declare const getV1JournalEntriesGenerateExcel: Api['getV1JournalEntriesGenerateExcel'];
|
|
93
|
+
export declare const getV1JournalEntriesIdDownload: Api['getV1JournalEntriesIdDownload'];
|
|
94
|
+
export declare const postV1Parties: Api['postV1Parties'];
|
|
95
|
+
export declare const getV1Parties: Api['getV1Parties'];
|
|
96
|
+
export declare const getV1PartiesId: Api['getV1PartiesId'];
|
|
97
|
+
export declare const putV1PartiesId: Api['putV1PartiesId'];
|
|
98
|
+
export declare const deleteV1PartiesId: Api['deleteV1PartiesId'];
|
|
99
|
+
export declare const postV1PartiesImport: Api['postV1PartiesImport'];
|
|
100
|
+
export declare const getV1PartiesIndustry: Api['getV1PartiesIndustry'];
|
|
101
|
+
export declare const getV1PartiesSelectOptions: Api['getV1PartiesSelectOptions'];
|
|
102
|
+
export declare const getV1PartiesGenerateExcel: Api['getV1PartiesGenerateExcel'];
|
|
103
|
+
export declare const postV1PartiesCheck: Api['postV1PartiesCheck'];
|
|
104
|
+
export declare const getV1PartiesIdFetchSoldItems: Api['getV1PartiesIdFetchSoldItems'];
|
|
105
|
+
export declare const getV1PartiesIdFetchPurchaseItems: Api['getV1PartiesIdFetchPurchaseItems'];
|
|
106
|
+
export declare const postV1PaymentEntriesEntries: Api['postV1PaymentEntriesEntries'];
|
|
107
|
+
export declare const getV1PaymentEntriesEntries: Api['getV1PaymentEntriesEntries'];
|
|
108
|
+
export declare const postV1PaymentEntriesImport: Api['postV1PaymentEntriesImport'];
|
|
109
|
+
export declare const getV1PaymentEntriesEntriesIdType: Api['getV1PaymentEntriesEntriesIdType'];
|
|
110
|
+
export declare const putV1PaymentEntriesEntriesId: Api['putV1PaymentEntriesEntriesId'];
|
|
111
|
+
export declare const deleteV1PaymentEntriesEntriesId: Api['deleteV1PaymentEntriesEntriesId'];
|
|
112
|
+
export declare const postV1PaymentEntriesAddApprover: Api['postV1PaymentEntriesAddApprover'];
|
|
113
|
+
export declare const putV1PaymentEntriesApprovalStatusId: Api['putV1PaymentEntriesApprovalStatusId'];
|
|
114
|
+
export declare const getV1PaymentEntriesPurchaseInvoicesId: Api['getV1PaymentEntriesPurchaseInvoicesId'];
|
|
115
|
+
export declare const getV1PaymentEntriesSalesInvoicesId: Api['getV1PaymentEntriesSalesInvoicesId'];
|
|
116
|
+
export declare const getV1PaymentEntriesCreditNoteId: Api['getV1PaymentEntriesCreditNoteId'];
|
|
117
|
+
export declare const getV1PaymentEntriesDebitNoteId: Api['getV1PaymentEntriesDebitNoteId'];
|
|
118
|
+
export declare const getV1PaymentEntriesExpenseReimbursementsId: Api['getV1PaymentEntriesExpenseReimbursementsId'];
|
|
119
|
+
export declare const putV1PaymentEntriesExpenseReimbursementsApprovalStatusId: Api['putV1PaymentEntriesExpenseReimbursementsApprovalStatusId'];
|
|
120
|
+
export declare const getV1PaymentEntriesEntriesTypeIdDownload: Api['getV1PaymentEntriesEntriesTypeIdDownload'];
|
|
121
|
+
export declare const getV1PaymentEntriesGenerateExcel: Api['getV1PaymentEntriesGenerateExcel'];
|
|
122
|
+
export declare const getV1PurchaseInvoicesUom: Api['getV1PurchaseInvoicesUom'];
|
|
123
|
+
export declare const getV1PurchaseInvoicesIncoterms: Api['getV1PurchaseInvoicesIncoterms'];
|
|
124
|
+
export declare const getV1PurchaseInvoicesItems: Api['getV1PurchaseInvoicesItems'];
|
|
125
|
+
export declare const getV1PurchaseInvoicesDiscountItemId: Api['getV1PurchaseInvoicesDiscountItemId'];
|
|
126
|
+
export declare const getV1PurchaseInvoicesWarehouses: Api['getV1PurchaseInvoicesWarehouses'];
|
|
127
|
+
export declare const getV1PurchaseInvoicesSuppliers: Api['getV1PurchaseInvoicesSuppliers'];
|
|
128
|
+
export declare const getV1PurchaseInvoicesSuppliersId: Api['getV1PurchaseInvoicesSuppliersId'];
|
|
129
|
+
export declare const postV1PurchaseInvoices: Api['postV1PurchaseInvoices'];
|
|
130
|
+
export declare const getV1PurchaseInvoices: Api['getV1PurchaseInvoices'];
|
|
131
|
+
export declare const postV1PurchaseInvoicesImport: Api['postV1PurchaseInvoicesImport'];
|
|
132
|
+
export declare const getV1PurchaseInvoicesId: Api['getV1PurchaseInvoicesId'];
|
|
133
|
+
export declare const putV1PurchaseInvoicesId: Api['putV1PurchaseInvoicesId'];
|
|
134
|
+
export declare const deleteV1PurchaseInvoicesId: Api['deleteV1PurchaseInvoicesId'];
|
|
135
|
+
export declare const postV1PurchaseInvoicesItemEntry: Api['postV1PurchaseInvoicesItemEntry'];
|
|
136
|
+
export declare const getV1PurchaseInvoicesItemEntryId: Api['getV1PurchaseInvoicesItemEntryId'];
|
|
137
|
+
export declare const putV1PurchaseInvoicesItemEntryId: Api['putV1PurchaseInvoicesItemEntryId'];
|
|
138
|
+
export declare const deleteV1PurchaseInvoicesItemEntryId: Api['deleteV1PurchaseInvoicesItemEntryId'];
|
|
139
|
+
export declare const postV1PurchaseInvoicesExpenseEntry: Api['postV1PurchaseInvoicesExpenseEntry'];
|
|
140
|
+
export declare const getV1PurchaseInvoicesExpenseEntryId: Api['getV1PurchaseInvoicesExpenseEntryId'];
|
|
141
|
+
export declare const putV1PurchaseInvoicesExpenseEntryId: Api['putV1PurchaseInvoicesExpenseEntryId'];
|
|
142
|
+
export declare const deleteV1PurchaseInvoicesExpenseEntryId: Api['deleteV1PurchaseInvoicesExpenseEntryId'];
|
|
143
|
+
export declare const postV1PurchaseInvoicesAddApprover: Api['postV1PurchaseInvoicesAddApprover'];
|
|
144
|
+
export declare const putV1PurchaseInvoicesApprovalStatusId: Api['putV1PurchaseInvoicesApprovalStatusId'];
|
|
145
|
+
export declare const postV1PurchaseInvoicesAddRecurringDetails: Api['postV1PurchaseInvoicesAddRecurringDetails'];
|
|
146
|
+
export declare const getV1PurchaseInvoicesIdDownload: Api['getV1PurchaseInvoicesIdDownload'];
|
|
147
|
+
export declare const getV1PurchaseInvoicesIdSendEmail: Api['getV1PurchaseInvoicesIdSendEmail'];
|
|
148
|
+
export declare const getV1PurchaseInvoicesGenerateExcel: Api['getV1PurchaseInvoicesGenerateExcel'];
|
|
149
|
+
export declare const getV1PurchaseInvoicesIdFetchAdvancePayment: Api['getV1PurchaseInvoicesIdFetchAdvancePayment'];
|
|
150
|
+
export declare const postV1PurchaseInvoicesIdApplyAdvancePayment: Api['postV1PurchaseInvoicesIdApplyAdvancePayment'];
|
|
151
|
+
export declare const postV1Assets: Api['postV1Assets'];
|
|
152
|
+
export declare const getV1Assets: Api['getV1Assets'];
|
|
153
|
+
export declare const postV1AssetsImport: Api['postV1AssetsImport'];
|
|
154
|
+
export declare const getV1AssetsId: Api['getV1AssetsId'];
|
|
155
|
+
export declare const putV1AssetsId: Api['putV1AssetsId'];
|
|
156
|
+
export declare const deleteV1AssetsId: Api['deleteV1AssetsId'];
|
|
157
|
+
export declare const deleteV1AssetsDepreciationBoardsId: Api['deleteV1AssetsDepreciationBoardsId'];
|
|
158
|
+
export declare const getV1AssetsFixedAssetAccounts: Api['getV1AssetsFixedAssetAccounts'];
|
|
159
|
+
export declare const getV1AssetsDepreciationAccounts: Api['getV1AssetsDepreciationAccounts'];
|
|
160
|
+
export declare const getV1AssetsExpenseAccounts: Api['getV1AssetsExpenseAccounts'];
|
|
161
|
+
export declare const getV1AssetsJournalTypes: Api['getV1AssetsJournalTypes'];
|
|
162
|
+
export declare const getV1AssetsAssetTypes: Api['getV1AssetsAssetTypes'];
|
|
163
|
+
export declare const getV1AssetsDepreciationBoards: Api['getV1AssetsDepreciationBoards'];
|
|
164
|
+
export declare const postV1AssetsDisposalLogs: Api['postV1AssetsDisposalLogs'];
|
|
165
|
+
export declare const postV1AssetsReevaluationLogs: Api['postV1AssetsReevaluationLogs'];
|
|
166
|
+
export declare const postV1AssetsDevaluationLogs: Api['postV1AssetsDevaluationLogs'];
|
|
167
|
+
export declare const deleteV1AssetsInsuranceEntryId: Api['deleteV1AssetsInsuranceEntryId'];
|
|
168
|
+
export declare const getV1AssetsGenerateExcel: Api['getV1AssetsGenerateExcel'];
|
|
169
|
+
export declare const postV1AssetsTransfer: Api['postV1AssetsTransfer'];
|
|
170
|
+
export declare const getV1AssetsTransfer: Api['getV1AssetsTransfer'];
|
|
171
|
+
export declare const getV1AssetsTransferId: Api['getV1AssetsTransferId'];
|
|
172
|
+
export declare const putV1AssetsTransferId: Api['putV1AssetsTransferId'];
|
|
173
|
+
export declare const deleteV1AssetsTransferId: Api['deleteV1AssetsTransferId'];
|
|
174
|
+
export declare const postV1AssetsTransferAddApprover: Api['postV1AssetsTransferAddApprover'];
|
|
175
|
+
export declare const putV1AssetsTransferApprovalStatusId: Api['putV1AssetsTransferApprovalStatusId'];
|
|
176
|
+
export declare const getV1AssetsTransferGenerateExcel: Api['getV1AssetsTransferGenerateExcel'];
|
|
177
|
+
export declare const postV1ExpenseReimbursement: Api['postV1ExpenseReimbursement'];
|
|
178
|
+
export declare const getV1ExpenseReimbursement: Api['getV1ExpenseReimbursement'];
|
|
179
|
+
export declare const getV1ExpenseReimbursementId: Api['getV1ExpenseReimbursementId'];
|
|
180
|
+
export declare const deleteV1ExpenseReimbursementId: Api['deleteV1ExpenseReimbursementId'];
|
|
181
|
+
export declare const putV1ExpenseReimbursementId: Api['putV1ExpenseReimbursementId'];
|
|
182
|
+
export declare const getV1ExpenseReimbursementExpenseCategories: Api['getV1ExpenseReimbursementExpenseCategories'];
|
|
183
|
+
export declare const getV1ExpenseReimbursementEmployees: Api['getV1ExpenseReimbursementEmployees'];
|
|
184
|
+
export declare const postV1ExpenseReimbursementAddApprover: Api['postV1ExpenseReimbursementAddApprover'];
|
|
185
|
+
export declare const putV1ExpenseReimbursementApprovalStatusId: Api['putV1ExpenseReimbursementApprovalStatusId'];
|
|
186
|
+
export declare const getV1ExpenseReimbursementIdDownload: Api['getV1ExpenseReimbursementIdDownload'];
|
|
187
|
+
export declare const getV1ExpenseReimbursementIdDisallowedExpenseDownload: Api['getV1ExpenseReimbursementIdDisallowedExpenseDownload'];
|
|
188
|
+
export declare const getV1ExpenseReimbursementGenerateExcel: Api['getV1ExpenseReimbursementGenerateExcel'];
|
|
189
|
+
export declare const postV1Budget: Api['postV1Budget'];
|
|
190
|
+
export declare const getV1Budget: Api['getV1Budget'];
|
|
191
|
+
export declare const getV1BudgetId: Api['getV1BudgetId'];
|
|
192
|
+
export declare const putV1BudgetId: Api['putV1BudgetId'];
|
|
193
|
+
export declare const deleteV1BudgetId: Api['deleteV1BudgetId'];
|
|
194
|
+
export declare const getV1BudgetBudgetTypes: Api['getV1BudgetBudgetTypes'];
|
|
195
|
+
export declare const getV1BudgetBudgetMonths: Api['getV1BudgetBudgetMonths'];
|
|
196
|
+
export declare const postV1BudgetAddApprover: Api['postV1BudgetAddApprover'];
|
|
197
|
+
export declare const putV1BudgetApprovalStatusId: Api['putV1BudgetApprovalStatusId'];
|
|
198
|
+
export declare const getV1BudgetBudgetComparisonId: Api['getV1BudgetBudgetComparisonId'];
|
|
199
|
+
export declare const getV1BudgetGenerateExcel: Api['getV1BudgetGenerateExcel'];
|
|
200
|
+
export declare const getV1FileUpload: Api['getV1FileUpload'];
|
|
201
|
+
export declare const postV1FileUploadMarkComplete: Api['postV1FileUploadMarkComplete'];
|
|
202
|
+
export declare const postV1CreditNotes: Api['postV1CreditNotes'];
|
|
203
|
+
export declare const getV1CreditNotes: Api['getV1CreditNotes'];
|
|
204
|
+
export declare const postV1CreditNotesImport: Api['postV1CreditNotesImport'];
|
|
205
|
+
export declare const getV1CreditNotesId: Api['getV1CreditNotesId'];
|
|
206
|
+
export declare const putV1CreditNotesId: Api['putV1CreditNotesId'];
|
|
207
|
+
export declare const deleteV1CreditNotesId: Api['deleteV1CreditNotesId'];
|
|
208
|
+
export declare const postV1CreditNotesItemEntries: Api['postV1CreditNotesItemEntries'];
|
|
209
|
+
export declare const getV1CreditNotesItemEntriesId: Api['getV1CreditNotesItemEntriesId'];
|
|
210
|
+
export declare const putV1CreditNotesItemEntriesId: Api['putV1CreditNotesItemEntriesId'];
|
|
211
|
+
export declare const deleteV1CreditNotesItemEntriesId: Api['deleteV1CreditNotesItemEntriesId'];
|
|
212
|
+
export declare const postV1CreditNotesExpenseEntries: Api['postV1CreditNotesExpenseEntries'];
|
|
213
|
+
export declare const getV1CreditNotesExpenseEntriesId: Api['getV1CreditNotesExpenseEntriesId'];
|
|
214
|
+
export declare const putV1CreditNotesExpenseEntriesId: Api['putV1CreditNotesExpenseEntriesId'];
|
|
215
|
+
export declare const deleteV1CreditNotesExpenseEntriesId: Api['deleteV1CreditNotesExpenseEntriesId'];
|
|
216
|
+
export declare const postV1CreditNotesInvoiceDetails: Api['postV1CreditNotesInvoiceDetails'];
|
|
217
|
+
export declare const postV1CreditNotesAddApprover: Api['postV1CreditNotesAddApprover'];
|
|
218
|
+
export declare const putV1CreditNotesApprovalStatusId: Api['putV1CreditNotesApprovalStatusId'];
|
|
219
|
+
export declare const getV1CreditNotesCustomerInvoiceId: Api['getV1CreditNotesCustomerInvoiceId'];
|
|
220
|
+
export declare const getV1CreditNotesVoidId: Api['getV1CreditNotesVoidId'];
|
|
221
|
+
export declare const getV1CreditNotesIdDownload: Api['getV1CreditNotesIdDownload'];
|
|
222
|
+
export declare const getV1CreditNotesGenerateExcel: Api['getV1CreditNotesGenerateExcel'];
|
|
223
|
+
export declare const postV1DebitNotes: Api['postV1DebitNotes'];
|
|
224
|
+
export declare const getV1DebitNotes: Api['getV1DebitNotes'];
|
|
225
|
+
export declare const postV1DebitNotesImport: Api['postV1DebitNotesImport'];
|
|
226
|
+
export declare const getV1DebitNotesId: Api['getV1DebitNotesId'];
|
|
227
|
+
export declare const putV1DebitNotesId: Api['putV1DebitNotesId'];
|
|
228
|
+
export declare const deleteV1DebitNotesId: Api['deleteV1DebitNotesId'];
|
|
229
|
+
export declare const postV1DebitNotesItemEntries: Api['postV1DebitNotesItemEntries'];
|
|
230
|
+
export declare const getV1DebitNotesItemEntriesId: Api['getV1DebitNotesItemEntriesId'];
|
|
231
|
+
export declare const putV1DebitNotesItemEntriesId: Api['putV1DebitNotesItemEntriesId'];
|
|
232
|
+
export declare const deleteV1DebitNotesItemEntriesId: Api['deleteV1DebitNotesItemEntriesId'];
|
|
233
|
+
export declare const postV1DebitNotesExpenseEntries: Api['postV1DebitNotesExpenseEntries'];
|
|
234
|
+
export declare const getV1DebitNotesExpenseEntriesId: Api['getV1DebitNotesExpenseEntriesId'];
|
|
235
|
+
export declare const putV1DebitNotesExpenseEntriesId: Api['putV1DebitNotesExpenseEntriesId'];
|
|
236
|
+
export declare const deleteV1DebitNotesExpenseEntriesId: Api['deleteV1DebitNotesExpenseEntriesId'];
|
|
237
|
+
export declare const postV1DebitNotesInvoiceDetails: Api['postV1DebitNotesInvoiceDetails'];
|
|
238
|
+
export declare const postV1DebitNotesAddApprover: Api['postV1DebitNotesAddApprover'];
|
|
239
|
+
export declare const putV1DebitNotesApprovalStatusId: Api['putV1DebitNotesApprovalStatusId'];
|
|
240
|
+
export declare const getV1DebitNotesVendorInvoiceId: Api['getV1DebitNotesVendorInvoiceId'];
|
|
241
|
+
export declare const getV1DebitNotesReasons: Api['getV1DebitNotesReasons'];
|
|
242
|
+
export declare const postV1DebitNotesInvoiceNote: Api['postV1DebitNotesInvoiceNote'];
|
|
243
|
+
export declare const getV1DebitNotesVoidId: Api['getV1DebitNotesVoidId'];
|
|
244
|
+
export declare const getV1DebitNotesIdDownload: Api['getV1DebitNotesIdDownload'];
|
|
245
|
+
export declare const getV1DebitNotesGenerateExcel: Api['getV1DebitNotesGenerateExcel'];
|
|
246
|
+
export declare const postV1SalesInvoices: Api['postV1SalesInvoices'];
|
|
247
|
+
export declare const getV1SalesInvoices: Api['getV1SalesInvoices'];
|
|
248
|
+
export declare const postV1SalesInvoicesImport: Api['postV1SalesInvoicesImport'];
|
|
249
|
+
export declare const getV1SalesInvoicesId: Api['getV1SalesInvoicesId'];
|
|
250
|
+
export declare const putV1SalesInvoicesId: Api['putV1SalesInvoicesId'];
|
|
251
|
+
export declare const deleteV1SalesInvoicesId: Api['deleteV1SalesInvoicesId'];
|
|
252
|
+
export declare const getV1SalesInvoicesIdDownload: Api['getV1SalesInvoicesIdDownload'];
|
|
253
|
+
export declare const postV1SalesInvoicesItemEntry: Api['postV1SalesInvoicesItemEntry'];
|
|
254
|
+
export declare const getV1SalesInvoicesItemEntryId: Api['getV1SalesInvoicesItemEntryId'];
|
|
255
|
+
export declare const putV1SalesInvoicesItemEntryId: Api['putV1SalesInvoicesItemEntryId'];
|
|
256
|
+
export declare const deleteV1SalesInvoicesItemEntryId: Api['deleteV1SalesInvoicesItemEntryId'];
|
|
257
|
+
export declare const postV1SalesInvoicesAddApprover: Api['postV1SalesInvoicesAddApprover'];
|
|
258
|
+
export declare const putV1SalesInvoicesApprovalStatusId: Api['putV1SalesInvoicesApprovalStatusId'];
|
|
259
|
+
export declare const getV1SalesInvoicesRequestPayment: Api['getV1SalesInvoicesRequestPayment'];
|
|
260
|
+
export declare const getV1SalesInvoicesRequestPaymentId: Api['getV1SalesInvoicesRequestPaymentId'];
|
|
261
|
+
export declare const postV1SalesInvoicesSendPaymentRequest: Api['postV1SalesInvoicesSendPaymentRequest'];
|
|
262
|
+
export declare const getV1SalesInvoicesIdSendEmail: Api['getV1SalesInvoicesIdSendEmail'];
|
|
263
|
+
export declare const postV1SalesInvoicesPromotionCheck: Api['postV1SalesInvoicesPromotionCheck'];
|
|
264
|
+
export declare const postV1SalesInvoicesPromotionApply: Api['postV1SalesInvoicesPromotionApply'];
|
|
265
|
+
export declare const postV1SalesInvoicesPromotionItemApply: Api['postV1SalesInvoicesPromotionItemApply'];
|
|
266
|
+
export declare const deleteV1SalesInvoicesPromotionId: Api['deleteV1SalesInvoicesPromotionId'];
|
|
267
|
+
export declare const getV1SalesInvoicesIdPromotions: Api['getV1SalesInvoicesIdPromotions'];
|
|
268
|
+
export declare const postV1SalesInvoicesSaveDraft: Api['postV1SalesInvoicesSaveDraft'];
|
|
269
|
+
export declare const getV1SalesInvoicesGenerateExcel: Api['getV1SalesInvoicesGenerateExcel'];
|
|
270
|
+
export declare const getV1SalesInvoicesRequestPaymentGenerateExcel: Api['getV1SalesInvoicesRequestPaymentGenerateExcel'];
|
|
271
|
+
export declare const getV1SalesInvoicesIdFetchAdvancePayment: Api['getV1SalesInvoicesIdFetchAdvancePayment'];
|
|
272
|
+
export declare const postV1SalesInvoicesIdApplyAdvancePayment: Api['postV1SalesInvoicesIdApplyAdvancePayment'];
|
|
273
|
+
export declare const postV1ReportsReportIdScheduleReport: Api['postV1ReportsReportIdScheduleReport'];
|
|
274
|
+
export declare const getV1ReportsReportIdScheduleReport: Api['getV1ReportsReportIdScheduleReport'];
|
|
275
|
+
export declare const putV1ReportsUpdateScheduleReportId: Api['putV1ReportsUpdateScheduleReportId'];
|
|
276
|
+
export declare const deleteV1ReportsScheduleReportId: Api['deleteV1ReportsScheduleReportId'];
|
|
277
|
+
export declare const getV1ReportsScheduleReport: Api['getV1ReportsScheduleReport'];
|
|
278
|
+
export declare const postV1ReportsGeneralLedgerReport: Api['postV1ReportsGeneralLedgerReport'];
|
|
279
|
+
export declare const postV1ReportsProfitLossStatement: Api['postV1ReportsProfitLossStatement'];
|
|
280
|
+
export declare const postV1ReportsBalanceSheet: Api['postV1ReportsBalanceSheet'];
|
|
281
|
+
export declare const postV1ReportsTrialBalance: Api['postV1ReportsTrialBalance'];
|
|
282
|
+
export declare const postV1ReportsJournalReport: Api['postV1ReportsJournalReport'];
|
|
283
|
+
export declare const postV1ReportsAgedPayable: Api['postV1ReportsAgedPayable'];
|
|
284
|
+
export declare const postV1ReportsAgedReceivable: Api['postV1ReportsAgedReceivable'];
|
|
285
|
+
export declare const postV1ReportsShareholderReport: Api['postV1ReportsShareholderReport'];
|
|
286
|
+
export declare const postV1ReportsDepreciationScheduler: Api['postV1ReportsDepreciationScheduler'];
|
|
287
|
+
export declare const postV1ReportsCashflowReport: Api['postV1ReportsCashflowReport'];
|
|
288
|
+
export declare const postV1ReportsJournalDetails: Api['postV1ReportsJournalDetails'];
|
|
289
|
+
export declare const getV1ReportsJournalItemsTypeId: Api['getV1ReportsJournalItemsTypeId'];
|
|
290
|
+
export declare const postV1ReportsReportSummary: Api['postV1ReportsReportSummary'];
|
|
291
|
+
export declare const postV1ReportsGeneralLedgerReportDownload: Api['postV1ReportsGeneralLedgerReportDownload'];
|
|
292
|
+
export declare const postV1ReportsVatReport: Api['postV1ReportsVatReport'];
|
|
293
|
+
export declare const postV1ReportsVatReportNarration: Api['postV1ReportsVatReportNarration'];
|
|
294
|
+
export declare const postV1ReportsVatReportDetails: Api['postV1ReportsVatReportDetails'];
|
|
295
|
+
export declare const postV1ReportsVatReportDownload: Api['postV1ReportsVatReportDownload'];
|
|
296
|
+
export declare const postV1ReportsCustomerSoa: Api['postV1ReportsCustomerSoa'];
|
|
297
|
+
export declare const postV1ReportsVendorSoa: Api['postV1ReportsVendorSoa'];
|
|
298
|
+
export declare const postV1ReportsCollectionRegisterReport: Api['postV1ReportsCollectionRegisterReport'];
|
|
299
|
+
export declare const getV1ReconciliatonList: Api['getV1ReconciliatonList'];
|
|
300
|
+
export declare const postV1ReconciliatonBankIdTransactions: Api['postV1ReconciliatonBankIdTransactions'];
|
|
301
|
+
export declare const getV1ReconciliatonBankIdTransactions: Api['getV1ReconciliatonBankIdTransactions'];
|
|
302
|
+
export declare const getV1ReconciliatonBankIdTransactionsTranIdPayment: Api['getV1ReconciliatonBankIdTransactionsTranIdPayment'];
|
|
303
|
+
export declare const patchV1ReconciliatonBankIdTransactionsTranIdReconcile: Api['patchV1ReconciliatonBankIdTransactionsTranIdReconcile'];
|
|
304
|
+
export declare const getV1ReconciliatonGenerateExcel: Api['getV1ReconciliatonGenerateExcel'];
|
|
305
|
+
export declare const getV1CommissionAuthorize: Api['getV1CommissionAuthorize'];
|
|
306
|
+
export declare const postV1CommissionAuthorizeId: Api['postV1CommissionAuthorizeId'];
|
|
307
|
+
export declare const postV1CommissionAuthorizeIdTransaction: Api['postV1CommissionAuthorizeIdTransaction'];
|
|
308
|
+
export declare const getV1CommissionAuthorizeIdTransactionTranId: Api['getV1CommissionAuthorizeIdTransactionTranId'];
|
|
309
|
+
export declare const getV1Commission: Api['getV1Commission'];
|
|
310
|
+
export declare const getV1CommissionId: Api['getV1CommissionId'];
|
|
311
|
+
export declare const postV1CommissionIdAuthorised: Api['postV1CommissionIdAuthorised'];
|
|
312
|
+
export declare const getV1CommissionAuthorizeGenerateExcel: Api['getV1CommissionAuthorizeGenerateExcel'];
|
|
313
|
+
export declare const getV1CommissionGenerateExcel: Api['getV1CommissionGenerateExcel'];
|
|
314
|
+
export declare const postV1CommissionPlans: Api['postV1CommissionPlans'];
|
|
315
|
+
export declare const getV1CommissionPlans: Api['getV1CommissionPlans'];
|
|
316
|
+
export declare const postV1CommissionPlansSaveDraft: Api['postV1CommissionPlansSaveDraft'];
|
|
317
|
+
export declare const getV1CommissionPlansId: Api['getV1CommissionPlansId'];
|
|
318
|
+
export declare const putV1CommissionPlansId: Api['putV1CommissionPlansId'];
|
|
319
|
+
export declare const deleteV1CommissionPlansId: Api['deleteV1CommissionPlansId'];
|
|
320
|
+
export declare const postV1CommissionPlansIdTier: Api['postV1CommissionPlansIdTier'];
|
|
321
|
+
export declare const putV1CommissionPlansIdTierTierId: Api['putV1CommissionPlansIdTierTierId'];
|
|
322
|
+
export declare const getV1CommissionPlansIdTierTierId: Api['getV1CommissionPlansIdTierTierId'];
|
|
323
|
+
export declare const deleteV1CommissionPlansIdTierTierId: Api['deleteV1CommissionPlansIdTierTierId'];
|
|
324
|
+
export declare const getV1CommissionPlansGenerateExcel: Api['getV1CommissionPlansGenerateExcel'];
|
|
325
|
+
export declare const postV1CommissionTargets: Api['postV1CommissionTargets'];
|
|
326
|
+
export declare const getV1CommissionTargets: Api['getV1CommissionTargets'];
|
|
327
|
+
export declare const postV1CommissionTargetsSaveDraft: Api['postV1CommissionTargetsSaveDraft'];
|
|
328
|
+
export declare const getV1CommissionTargetsId: Api['getV1CommissionTargetsId'];
|
|
329
|
+
export declare const putV1CommissionTargetsId: Api['putV1CommissionTargetsId'];
|
|
330
|
+
export declare const deleteV1CommissionTargetsId: Api['deleteV1CommissionTargetsId'];
|
|
331
|
+
export declare const getV1CommissionTargetsGenerateExcel: Api['getV1CommissionTargetsGenerateExcel'];
|
|
332
|
+
export declare const postV1CommissionAssignment: Api['postV1CommissionAssignment'];
|
|
333
|
+
export declare const getV1CommissionAssignment: Api['getV1CommissionAssignment'];
|
|
334
|
+
export declare const postV1CommissionAssignmentSaveDraft: Api['postV1CommissionAssignmentSaveDraft'];
|
|
335
|
+
export declare const getV1CommissionAssignmentId: Api['getV1CommissionAssignmentId'];
|
|
336
|
+
export declare const putV1CommissionAssignmentId: Api['putV1CommissionAssignmentId'];
|
|
337
|
+
export declare const deleteV1CommissionAssignmentId: Api['deleteV1CommissionAssignmentId'];
|
|
338
|
+
export declare const postV1CommissionAssignmentIdSalesperson: Api['postV1CommissionAssignmentIdSalesperson'];
|
|
339
|
+
export declare const putV1CommissionAssignmentIdSalespersonSalespersonId: Api['putV1CommissionAssignmentIdSalespersonSalespersonId'];
|
|
340
|
+
export declare const getV1CommissionAssignmentIdSalespersonSalespersonId: Api['getV1CommissionAssignmentIdSalespersonSalespersonId'];
|
|
341
|
+
export declare const deleteV1CommissionAssignmentIdSalespersonSalespersonId: Api['deleteV1CommissionAssignmentIdSalespersonSalespersonId'];
|
|
342
|
+
export declare const getV1CommissionAssignmentGenerateExcel: Api['getV1CommissionAssignmentGenerateExcel'];
|
|
343
|
+
export declare const getV1CashExpensesUom: Api['getV1CashExpensesUom'];
|
|
344
|
+
export declare const getV1CashExpensesIncoterms: Api['getV1CashExpensesIncoterms'];
|
|
345
|
+
export declare const getV1CashExpensesItems: Api['getV1CashExpensesItems'];
|
|
346
|
+
export declare const getV1CashExpensesDiscountItemId: Api['getV1CashExpensesDiscountItemId'];
|
|
347
|
+
export declare const getV1CashExpensesWarehouses: Api['getV1CashExpensesWarehouses'];
|
|
348
|
+
export declare const getV1CashExpensesSuppliers: Api['getV1CashExpensesSuppliers'];
|
|
349
|
+
export declare const getV1CashExpensesSuppliersId: Api['getV1CashExpensesSuppliersId'];
|
|
350
|
+
export declare const postV1CashExpenses: Api['postV1CashExpenses'];
|
|
351
|
+
export declare const getV1CashExpenses: Api['getV1CashExpenses'];
|
|
352
|
+
export declare const postV1CashExpensesImport: Api['postV1CashExpensesImport'];
|
|
353
|
+
export declare const getV1CashExpensesId: Api['getV1CashExpensesId'];
|
|
354
|
+
export declare const putV1CashExpensesId: Api['putV1CashExpensesId'];
|
|
355
|
+
export declare const deleteV1CashExpensesId: Api['deleteV1CashExpensesId'];
|
|
356
|
+
export declare const postV1CashExpensesItemEntry: Api['postV1CashExpensesItemEntry'];
|
|
357
|
+
export declare const getV1CashExpensesItemEntryId: Api['getV1CashExpensesItemEntryId'];
|
|
358
|
+
export declare const putV1CashExpensesItemEntryId: Api['putV1CashExpensesItemEntryId'];
|
|
359
|
+
export declare const deleteV1CashExpensesItemEntryId: Api['deleteV1CashExpensesItemEntryId'];
|
|
360
|
+
export declare const postV1CashExpensesExpenseEntry: Api['postV1CashExpensesExpenseEntry'];
|
|
361
|
+
export declare const getV1CashExpensesExpenseEntryId: Api['getV1CashExpensesExpenseEntryId'];
|
|
362
|
+
export declare const putV1CashExpensesExpenseEntryId: Api['putV1CashExpensesExpenseEntryId'];
|
|
363
|
+
export declare const deleteV1CashExpensesExpenseEntryId: Api['deleteV1CashExpensesExpenseEntryId'];
|
|
364
|
+
export declare const postV1CashExpensesAddApprover: Api['postV1CashExpensesAddApprover'];
|
|
365
|
+
export declare const putV1CashExpensesApprovalStatusId: Api['putV1CashExpensesApprovalStatusId'];
|
|
366
|
+
export declare const postV1CashExpensesAddRecurringDetails: Api['postV1CashExpensesAddRecurringDetails'];
|
|
367
|
+
export declare const getV1CashExpensesGenerateExcel: Api['getV1CashExpensesGenerateExcel'];
|
|
368
|
+
export declare const getV1ExcelTemplateGenerateTemplate: Api['getV1ExcelTemplateGenerateTemplate'];
|
|
369
|
+
export declare const postV1DashboardFinancialSummary: Api['postV1DashboardFinancialSummary'];
|
|
370
|
+
export declare const postV1DashboardAgeingSummary: Api['postV1DashboardAgeingSummary'];
|
|
371
|
+
export declare const postV1DashboardVendorSummary: Api['postV1DashboardVendorSummary'];
|
|
372
|
+
export declare const postV1DashboardCustomerSummary: Api['postV1DashboardCustomerSummary'];
|
|
373
|
+
export declare const getV1Dashboard: Api['getV1Dashboard'];
|
|
374
|
+
export declare const postV1DashboardCashflowSummary: Api['postV1DashboardCashflowSummary'];
|
|
375
|
+
type BuildOptions = {
|
|
376
|
+
headers?: Object;
|
|
377
|
+
};
|
|
378
|
+
export default function build(url: string, options?: BuildOptions): {
|
|
379
|
+
postV1ChartOfAccount: any;
|
|
380
|
+
getV1ChartOfAccount: any;
|
|
381
|
+
postV1ChartOfAccountImport: any;
|
|
382
|
+
getV1ChartOfAccountAccountTypeDetail: any;
|
|
383
|
+
getV1ChartOfAccountId: any;
|
|
384
|
+
putV1ChartOfAccountId: any;
|
|
385
|
+
deleteV1ChartOfAccountId: any;
|
|
386
|
+
getV1ChartOfAccountAccountType: any;
|
|
387
|
+
getV1ChartOfAccountGenerateExcel: any;
|
|
388
|
+
postV1TaxCategory: any;
|
|
389
|
+
getV1TaxCategory: any;
|
|
390
|
+
postV1TaxCategoryImport: any;
|
|
391
|
+
getV1TaxCategorySalesAccount: any;
|
|
392
|
+
getV1TaxCategoryPurchaseAccount: any;
|
|
393
|
+
getV1TaxCategoryId: any;
|
|
394
|
+
putV1TaxCategoryId: any;
|
|
395
|
+
deleteV1TaxCategoryId: any;
|
|
396
|
+
getV1TaxCategoryGenerateExcel: any;
|
|
397
|
+
postV1TaxCode: any;
|
|
398
|
+
getV1TaxCode: any;
|
|
399
|
+
postV1TaxCodeImport: any;
|
|
400
|
+
getV1TaxCodeId: any;
|
|
401
|
+
putV1TaxCodeId: any;
|
|
402
|
+
deleteV1TaxCodeId: any;
|
|
403
|
+
getV1TaxCodeTaxCategoryDropdown: any;
|
|
404
|
+
getV1TaxCodeGenerateExcel: any;
|
|
405
|
+
postV1TaxTemplates: any;
|
|
406
|
+
getV1TaxTemplates: any;
|
|
407
|
+
postV1TaxTemplatesImport: any;
|
|
408
|
+
getV1TaxTemplatesId: any;
|
|
409
|
+
putV1TaxTemplatesId: any;
|
|
410
|
+
deleteV1TaxTemplatesId: any;
|
|
411
|
+
getV1TaxTemplatesGenerateExcel: any;
|
|
412
|
+
postV1Banks: any;
|
|
413
|
+
getV1Banks: any;
|
|
414
|
+
postV1BanksImport: any;
|
|
415
|
+
getV1BanksId: any;
|
|
416
|
+
putV1BanksId: any;
|
|
417
|
+
deleteV1BanksId: any;
|
|
418
|
+
getV1BanksGenerateExcel: any;
|
|
419
|
+
postV1BankAccounts: any;
|
|
420
|
+
getV1BankAccounts: any;
|
|
421
|
+
postV1BankAccountsImport: any;
|
|
422
|
+
getV1BankAccountsId: any;
|
|
423
|
+
putV1BankAccountsId: any;
|
|
424
|
+
deleteV1BankAccountsId: any;
|
|
425
|
+
getV1BankAccountsTypes: any;
|
|
426
|
+
getV1BankAccountsGenerateExcel: any;
|
|
427
|
+
getV1Currency: any;
|
|
428
|
+
postV1Currency: any;
|
|
429
|
+
getV1CurrencyId: any;
|
|
430
|
+
putV1CurrencyId: any;
|
|
431
|
+
deleteV1CurrencyId: any;
|
|
432
|
+
postV1CurrencyInfo: any;
|
|
433
|
+
postV1CurrencyImport: any;
|
|
434
|
+
getV1CurrencyGenerateExcel: any;
|
|
435
|
+
getV1CurrencyExchange: any;
|
|
436
|
+
postV1CurrencyExchange: any;
|
|
437
|
+
getV1CurrencyExchangeId: any;
|
|
438
|
+
putV1CurrencyExchangeId: any;
|
|
439
|
+
deleteV1CurrencyExchangeId: any;
|
|
440
|
+
postV1CurrencyExchangeImport: any;
|
|
441
|
+
getV1CurrencyExchangeGenerateExcel: any;
|
|
442
|
+
postV1PaymentTerms: any;
|
|
443
|
+
getV1PaymentTerms: any;
|
|
444
|
+
postV1PaymentTermsImport: any;
|
|
445
|
+
getV1PaymentTermsId: any;
|
|
446
|
+
putV1PaymentTermsId: any;
|
|
447
|
+
deleteV1PaymentTermsId: any;
|
|
448
|
+
getV1PaymentTermsDueDateTypes: any;
|
|
449
|
+
getV1PaymentTermsGenerateExcel: any;
|
|
450
|
+
postV1FiscalYear: any;
|
|
451
|
+
getV1FiscalYear: any;
|
|
452
|
+
getV1FiscalYearId: any;
|
|
453
|
+
putV1FiscalYearId: any;
|
|
454
|
+
deleteV1FiscalYearId: any;
|
|
455
|
+
getV1FiscalYearGenerateExcel: any;
|
|
456
|
+
getV1JournalEntriesReferenceType: any;
|
|
457
|
+
postV1JournalEntries: any;
|
|
458
|
+
getV1JournalEntries: any;
|
|
459
|
+
postV1JournalEntriesImport: any;
|
|
460
|
+
getV1JournalEntriesId: any;
|
|
461
|
+
putV1JournalEntriesId: any;
|
|
462
|
+
deleteV1JournalEntriesId: any;
|
|
463
|
+
postV1JournalEntriesAddApprover: any;
|
|
464
|
+
putV1JournalEntriesApprovalStatusId: any;
|
|
465
|
+
getV1JournalEntriesIdExportType: any;
|
|
466
|
+
getV1JournalEntriesGenerateExcel: any;
|
|
467
|
+
getV1JournalEntriesIdDownload: any;
|
|
468
|
+
postV1Parties: any;
|
|
469
|
+
getV1Parties: any;
|
|
470
|
+
getV1PartiesId: any;
|
|
471
|
+
putV1PartiesId: any;
|
|
472
|
+
deleteV1PartiesId: any;
|
|
473
|
+
postV1PartiesImport: any;
|
|
474
|
+
getV1PartiesIndustry: any;
|
|
475
|
+
getV1PartiesSelectOptions: any;
|
|
476
|
+
getV1PartiesGenerateExcel: any;
|
|
477
|
+
postV1PartiesCheck: any;
|
|
478
|
+
getV1PartiesIdFetchSoldItems: any;
|
|
479
|
+
getV1PartiesIdFetchPurchaseItems: any;
|
|
480
|
+
postV1PaymentEntriesEntries: any;
|
|
481
|
+
getV1PaymentEntriesEntries: any;
|
|
482
|
+
postV1PaymentEntriesImport: any;
|
|
483
|
+
getV1PaymentEntriesEntriesIdType: any;
|
|
484
|
+
putV1PaymentEntriesEntriesId: any;
|
|
485
|
+
deleteV1PaymentEntriesEntriesId: any;
|
|
486
|
+
postV1PaymentEntriesAddApprover: any;
|
|
487
|
+
putV1PaymentEntriesApprovalStatusId: any;
|
|
488
|
+
getV1PaymentEntriesPurchaseInvoicesId: any;
|
|
489
|
+
getV1PaymentEntriesSalesInvoicesId: any;
|
|
490
|
+
getV1PaymentEntriesCreditNoteId: any;
|
|
491
|
+
getV1PaymentEntriesDebitNoteId: any;
|
|
492
|
+
getV1PaymentEntriesExpenseReimbursementsId: any;
|
|
493
|
+
putV1PaymentEntriesExpenseReimbursementsApprovalStatusId: any;
|
|
494
|
+
getV1PaymentEntriesEntriesTypeIdDownload: any;
|
|
495
|
+
getV1PaymentEntriesGenerateExcel: any;
|
|
496
|
+
getV1PurchaseInvoicesUom: any;
|
|
497
|
+
getV1PurchaseInvoicesIncoterms: any;
|
|
498
|
+
getV1PurchaseInvoicesItems: any;
|
|
499
|
+
getV1PurchaseInvoicesDiscountItemId: any;
|
|
500
|
+
getV1PurchaseInvoicesWarehouses: any;
|
|
501
|
+
getV1PurchaseInvoicesSuppliers: any;
|
|
502
|
+
getV1PurchaseInvoicesSuppliersId: any;
|
|
503
|
+
postV1PurchaseInvoices: any;
|
|
504
|
+
getV1PurchaseInvoices: any;
|
|
505
|
+
postV1PurchaseInvoicesImport: any;
|
|
506
|
+
getV1PurchaseInvoicesId: any;
|
|
507
|
+
putV1PurchaseInvoicesId: any;
|
|
508
|
+
deleteV1PurchaseInvoicesId: any;
|
|
509
|
+
postV1PurchaseInvoicesItemEntry: any;
|
|
510
|
+
getV1PurchaseInvoicesItemEntryId: any;
|
|
511
|
+
putV1PurchaseInvoicesItemEntryId: any;
|
|
512
|
+
deleteV1PurchaseInvoicesItemEntryId: any;
|
|
513
|
+
postV1PurchaseInvoicesExpenseEntry: any;
|
|
514
|
+
getV1PurchaseInvoicesExpenseEntryId: any;
|
|
515
|
+
putV1PurchaseInvoicesExpenseEntryId: any;
|
|
516
|
+
deleteV1PurchaseInvoicesExpenseEntryId: any;
|
|
517
|
+
postV1PurchaseInvoicesAddApprover: any;
|
|
518
|
+
putV1PurchaseInvoicesApprovalStatusId: any;
|
|
519
|
+
postV1PurchaseInvoicesAddRecurringDetails: any;
|
|
520
|
+
getV1PurchaseInvoicesIdDownload: any;
|
|
521
|
+
getV1PurchaseInvoicesIdSendEmail: any;
|
|
522
|
+
getV1PurchaseInvoicesGenerateExcel: any;
|
|
523
|
+
getV1PurchaseInvoicesIdFetchAdvancePayment: any;
|
|
524
|
+
postV1PurchaseInvoicesIdApplyAdvancePayment: any;
|
|
525
|
+
postV1Assets: any;
|
|
526
|
+
getV1Assets: any;
|
|
527
|
+
postV1AssetsImport: any;
|
|
528
|
+
getV1AssetsId: any;
|
|
529
|
+
putV1AssetsId: any;
|
|
530
|
+
deleteV1AssetsId: any;
|
|
531
|
+
deleteV1AssetsDepreciationBoardsId: any;
|
|
532
|
+
getV1AssetsFixedAssetAccounts: any;
|
|
533
|
+
getV1AssetsDepreciationAccounts: any;
|
|
534
|
+
getV1AssetsExpenseAccounts: any;
|
|
535
|
+
getV1AssetsJournalTypes: any;
|
|
536
|
+
getV1AssetsAssetTypes: any;
|
|
537
|
+
getV1AssetsDepreciationBoards: any;
|
|
538
|
+
postV1AssetsDisposalLogs: any;
|
|
539
|
+
postV1AssetsReevaluationLogs: any;
|
|
540
|
+
postV1AssetsDevaluationLogs: any;
|
|
541
|
+
deleteV1AssetsInsuranceEntryId: any;
|
|
542
|
+
getV1AssetsGenerateExcel: any;
|
|
543
|
+
postV1AssetsTransfer: any;
|
|
544
|
+
getV1AssetsTransfer: any;
|
|
545
|
+
getV1AssetsTransferId: any;
|
|
546
|
+
putV1AssetsTransferId: any;
|
|
547
|
+
deleteV1AssetsTransferId: any;
|
|
548
|
+
postV1AssetsTransferAddApprover: any;
|
|
549
|
+
putV1AssetsTransferApprovalStatusId: any;
|
|
550
|
+
getV1AssetsTransferGenerateExcel: any;
|
|
551
|
+
postV1ExpenseReimbursement: any;
|
|
552
|
+
getV1ExpenseReimbursement: any;
|
|
553
|
+
getV1ExpenseReimbursementId: any;
|
|
554
|
+
deleteV1ExpenseReimbursementId: any;
|
|
555
|
+
putV1ExpenseReimbursementId: any;
|
|
556
|
+
getV1ExpenseReimbursementExpenseCategories: any;
|
|
557
|
+
getV1ExpenseReimbursementEmployees: any;
|
|
558
|
+
postV1ExpenseReimbursementAddApprover: any;
|
|
559
|
+
putV1ExpenseReimbursementApprovalStatusId: any;
|
|
560
|
+
getV1ExpenseReimbursementIdDownload: any;
|
|
561
|
+
getV1ExpenseReimbursementIdDisallowedExpenseDownload: any;
|
|
562
|
+
getV1ExpenseReimbursementGenerateExcel: any;
|
|
563
|
+
postV1Budget: any;
|
|
564
|
+
getV1Budget: any;
|
|
565
|
+
getV1BudgetId: any;
|
|
566
|
+
putV1BudgetId: any;
|
|
567
|
+
deleteV1BudgetId: any;
|
|
568
|
+
getV1BudgetBudgetTypes: any;
|
|
569
|
+
getV1BudgetBudgetMonths: any;
|
|
570
|
+
postV1BudgetAddApprover: any;
|
|
571
|
+
putV1BudgetApprovalStatusId: any;
|
|
572
|
+
getV1BudgetBudgetComparisonId: any;
|
|
573
|
+
getV1BudgetGenerateExcel: any;
|
|
574
|
+
getV1FileUpload: any;
|
|
575
|
+
postV1FileUploadMarkComplete: any;
|
|
576
|
+
postV1CreditNotes: any;
|
|
577
|
+
getV1CreditNotes: any;
|
|
578
|
+
postV1CreditNotesImport: any;
|
|
579
|
+
getV1CreditNotesId: any;
|
|
580
|
+
putV1CreditNotesId: any;
|
|
581
|
+
deleteV1CreditNotesId: any;
|
|
582
|
+
postV1CreditNotesItemEntries: any;
|
|
583
|
+
getV1CreditNotesItemEntriesId: any;
|
|
584
|
+
putV1CreditNotesItemEntriesId: any;
|
|
585
|
+
deleteV1CreditNotesItemEntriesId: any;
|
|
586
|
+
postV1CreditNotesExpenseEntries: any;
|
|
587
|
+
getV1CreditNotesExpenseEntriesId: any;
|
|
588
|
+
putV1CreditNotesExpenseEntriesId: any;
|
|
589
|
+
deleteV1CreditNotesExpenseEntriesId: any;
|
|
590
|
+
postV1CreditNotesInvoiceDetails: any;
|
|
591
|
+
postV1CreditNotesAddApprover: any;
|
|
592
|
+
putV1CreditNotesApprovalStatusId: any;
|
|
593
|
+
getV1CreditNotesCustomerInvoiceId: any;
|
|
594
|
+
getV1CreditNotesVoidId: any;
|
|
595
|
+
getV1CreditNotesIdDownload: any;
|
|
596
|
+
getV1CreditNotesGenerateExcel: any;
|
|
597
|
+
postV1DebitNotes: any;
|
|
598
|
+
getV1DebitNotes: any;
|
|
599
|
+
postV1DebitNotesImport: any;
|
|
600
|
+
getV1DebitNotesId: any;
|
|
601
|
+
putV1DebitNotesId: any;
|
|
602
|
+
deleteV1DebitNotesId: any;
|
|
603
|
+
postV1DebitNotesItemEntries: any;
|
|
604
|
+
getV1DebitNotesItemEntriesId: any;
|
|
605
|
+
putV1DebitNotesItemEntriesId: any;
|
|
606
|
+
deleteV1DebitNotesItemEntriesId: any;
|
|
607
|
+
postV1DebitNotesExpenseEntries: any;
|
|
608
|
+
getV1DebitNotesExpenseEntriesId: any;
|
|
609
|
+
putV1DebitNotesExpenseEntriesId: any;
|
|
610
|
+
deleteV1DebitNotesExpenseEntriesId: any;
|
|
611
|
+
postV1DebitNotesInvoiceDetails: any;
|
|
612
|
+
postV1DebitNotesAddApprover: any;
|
|
613
|
+
putV1DebitNotesApprovalStatusId: any;
|
|
614
|
+
getV1DebitNotesVendorInvoiceId: any;
|
|
615
|
+
getV1DebitNotesReasons: any;
|
|
616
|
+
postV1DebitNotesInvoiceNote: any;
|
|
617
|
+
getV1DebitNotesVoidId: any;
|
|
618
|
+
getV1DebitNotesIdDownload: any;
|
|
619
|
+
getV1DebitNotesGenerateExcel: any;
|
|
620
|
+
postV1SalesInvoices: any;
|
|
621
|
+
getV1SalesInvoices: any;
|
|
622
|
+
postV1SalesInvoicesImport: any;
|
|
623
|
+
getV1SalesInvoicesId: any;
|
|
624
|
+
putV1SalesInvoicesId: any;
|
|
625
|
+
deleteV1SalesInvoicesId: any;
|
|
626
|
+
getV1SalesInvoicesIdDownload: any;
|
|
627
|
+
postV1SalesInvoicesItemEntry: any;
|
|
628
|
+
getV1SalesInvoicesItemEntryId: any;
|
|
629
|
+
putV1SalesInvoicesItemEntryId: any;
|
|
630
|
+
deleteV1SalesInvoicesItemEntryId: any;
|
|
631
|
+
postV1SalesInvoicesAddApprover: any;
|
|
632
|
+
putV1SalesInvoicesApprovalStatusId: any;
|
|
633
|
+
getV1SalesInvoicesRequestPayment: any;
|
|
634
|
+
getV1SalesInvoicesRequestPaymentId: any;
|
|
635
|
+
postV1SalesInvoicesSendPaymentRequest: any;
|
|
636
|
+
getV1SalesInvoicesIdSendEmail: any;
|
|
637
|
+
postV1SalesInvoicesPromotionCheck: any;
|
|
638
|
+
postV1SalesInvoicesPromotionApply: any;
|
|
639
|
+
postV1SalesInvoicesPromotionItemApply: any;
|
|
640
|
+
deleteV1SalesInvoicesPromotionId: any;
|
|
641
|
+
getV1SalesInvoicesIdPromotions: any;
|
|
642
|
+
postV1SalesInvoicesSaveDraft: any;
|
|
643
|
+
getV1SalesInvoicesGenerateExcel: any;
|
|
644
|
+
getV1SalesInvoicesRequestPaymentGenerateExcel: any;
|
|
645
|
+
getV1SalesInvoicesIdFetchAdvancePayment: any;
|
|
646
|
+
postV1SalesInvoicesIdApplyAdvancePayment: any;
|
|
647
|
+
postV1ReportsReportIdScheduleReport: any;
|
|
648
|
+
getV1ReportsReportIdScheduleReport: any;
|
|
649
|
+
putV1ReportsUpdateScheduleReportId: any;
|
|
650
|
+
deleteV1ReportsScheduleReportId: any;
|
|
651
|
+
getV1ReportsScheduleReport: any;
|
|
652
|
+
postV1ReportsGeneralLedgerReport: any;
|
|
653
|
+
postV1ReportsProfitLossStatement: any;
|
|
654
|
+
postV1ReportsBalanceSheet: any;
|
|
655
|
+
postV1ReportsTrialBalance: any;
|
|
656
|
+
postV1ReportsJournalReport: any;
|
|
657
|
+
postV1ReportsAgedPayable: any;
|
|
658
|
+
postV1ReportsAgedReceivable: any;
|
|
659
|
+
postV1ReportsShareholderReport: any;
|
|
660
|
+
postV1ReportsDepreciationScheduler: any;
|
|
661
|
+
postV1ReportsCashflowReport: any;
|
|
662
|
+
postV1ReportsJournalDetails: any;
|
|
663
|
+
getV1ReportsJournalItemsTypeId: any;
|
|
664
|
+
postV1ReportsReportSummary: any;
|
|
665
|
+
postV1ReportsGeneralLedgerReportDownload: any;
|
|
666
|
+
postV1ReportsVatReport: any;
|
|
667
|
+
postV1ReportsVatReportNarration: any;
|
|
668
|
+
postV1ReportsVatReportDetails: any;
|
|
669
|
+
postV1ReportsVatReportDownload: any;
|
|
670
|
+
postV1ReportsCustomerSoa: any;
|
|
671
|
+
postV1ReportsVendorSoa: any;
|
|
672
|
+
postV1ReportsCollectionRegisterReport: any;
|
|
673
|
+
getV1ReconciliatonList: any;
|
|
674
|
+
postV1ReconciliatonBankIdTransactions: any;
|
|
675
|
+
getV1ReconciliatonBankIdTransactions: any;
|
|
676
|
+
getV1ReconciliatonBankIdTransactionsTranIdPayment: any;
|
|
677
|
+
patchV1ReconciliatonBankIdTransactionsTranIdReconcile: any;
|
|
678
|
+
getV1ReconciliatonGenerateExcel: any;
|
|
679
|
+
getV1CommissionAuthorize: any;
|
|
680
|
+
postV1CommissionAuthorizeId: any;
|
|
681
|
+
postV1CommissionAuthorizeIdTransaction: any;
|
|
682
|
+
getV1CommissionAuthorizeIdTransactionTranId: any;
|
|
683
|
+
getV1Commission: any;
|
|
684
|
+
getV1CommissionId: any;
|
|
685
|
+
postV1CommissionIdAuthorised: any;
|
|
686
|
+
getV1CommissionAuthorizeGenerateExcel: any;
|
|
687
|
+
getV1CommissionGenerateExcel: any;
|
|
688
|
+
postV1CommissionPlans: any;
|
|
689
|
+
getV1CommissionPlans: any;
|
|
690
|
+
postV1CommissionPlansSaveDraft: any;
|
|
691
|
+
getV1CommissionPlansId: any;
|
|
692
|
+
putV1CommissionPlansId: any;
|
|
693
|
+
deleteV1CommissionPlansId: any;
|
|
694
|
+
postV1CommissionPlansIdTier: any;
|
|
695
|
+
putV1CommissionPlansIdTierTierId: any;
|
|
696
|
+
getV1CommissionPlansIdTierTierId: any;
|
|
697
|
+
deleteV1CommissionPlansIdTierTierId: any;
|
|
698
|
+
getV1CommissionPlansGenerateExcel: any;
|
|
699
|
+
postV1CommissionTargets: any;
|
|
700
|
+
getV1CommissionTargets: any;
|
|
701
|
+
postV1CommissionTargetsSaveDraft: any;
|
|
702
|
+
getV1CommissionTargetsId: any;
|
|
703
|
+
putV1CommissionTargetsId: any;
|
|
704
|
+
deleteV1CommissionTargetsId: any;
|
|
705
|
+
getV1CommissionTargetsGenerateExcel: any;
|
|
706
|
+
postV1CommissionAssignment: any;
|
|
707
|
+
getV1CommissionAssignment: any;
|
|
708
|
+
postV1CommissionAssignmentSaveDraft: any;
|
|
709
|
+
getV1CommissionAssignmentId: any;
|
|
710
|
+
putV1CommissionAssignmentId: any;
|
|
711
|
+
deleteV1CommissionAssignmentId: any;
|
|
712
|
+
postV1CommissionAssignmentIdSalesperson: any;
|
|
713
|
+
putV1CommissionAssignmentIdSalespersonSalespersonId: any;
|
|
714
|
+
getV1CommissionAssignmentIdSalespersonSalespersonId: any;
|
|
715
|
+
deleteV1CommissionAssignmentIdSalespersonSalespersonId: any;
|
|
716
|
+
getV1CommissionAssignmentGenerateExcel: any;
|
|
717
|
+
getV1CashExpensesUom: any;
|
|
718
|
+
getV1CashExpensesIncoterms: any;
|
|
719
|
+
getV1CashExpensesItems: any;
|
|
720
|
+
getV1CashExpensesDiscountItemId: any;
|
|
721
|
+
getV1CashExpensesWarehouses: any;
|
|
722
|
+
getV1CashExpensesSuppliers: any;
|
|
723
|
+
getV1CashExpensesSuppliersId: any;
|
|
724
|
+
postV1CashExpenses: any;
|
|
725
|
+
getV1CashExpenses: any;
|
|
726
|
+
postV1CashExpensesImport: any;
|
|
727
|
+
getV1CashExpensesId: any;
|
|
728
|
+
putV1CashExpensesId: any;
|
|
729
|
+
deleteV1CashExpensesId: any;
|
|
730
|
+
postV1CashExpensesItemEntry: any;
|
|
731
|
+
getV1CashExpensesItemEntryId: any;
|
|
732
|
+
putV1CashExpensesItemEntryId: any;
|
|
733
|
+
deleteV1CashExpensesItemEntryId: any;
|
|
734
|
+
postV1CashExpensesExpenseEntry: any;
|
|
735
|
+
getV1CashExpensesExpenseEntryId: any;
|
|
736
|
+
putV1CashExpensesExpenseEntryId: any;
|
|
737
|
+
deleteV1CashExpensesExpenseEntryId: any;
|
|
738
|
+
postV1CashExpensesAddApprover: any;
|
|
739
|
+
putV1CashExpensesApprovalStatusId: any;
|
|
740
|
+
postV1CashExpensesAddRecurringDetails: any;
|
|
741
|
+
getV1CashExpensesGenerateExcel: any;
|
|
742
|
+
getV1ExcelTemplateGenerateTemplate: any;
|
|
743
|
+
postV1DashboardFinancialSummary: any;
|
|
744
|
+
postV1DashboardAgeingSummary: any;
|
|
745
|
+
postV1DashboardVendorSummary: any;
|
|
746
|
+
postV1DashboardCustomerSummary: any;
|
|
747
|
+
getV1Dashboard: any;
|
|
748
|
+
postV1DashboardCashflowSummary: any;
|
|
749
|
+
};
|
|
750
|
+
export {};
|