@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,44 @@
|
|
|
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 postV1Drive: Api['postV1Drive'];
|
|
6
|
+
export declare const getV1Drive: Api['getV1Drive'];
|
|
7
|
+
export declare const getV1DriveId: Api['getV1DriveId'];
|
|
8
|
+
export declare const putV1DriveId: Api['putV1DriveId'];
|
|
9
|
+
export declare const deleteV1DriveId: Api['deleteV1DriveId'];
|
|
10
|
+
export declare const putV1DriveIdMoveParentDirectory: Api['putV1DriveIdMoveParentDirectory'];
|
|
11
|
+
export declare const getV1DriveActivity: Api['getV1DriveActivity'];
|
|
12
|
+
export declare const getV1DriveActivityId: Api['getV1DriveActivityId'];
|
|
13
|
+
export declare const postV1SharedDriveShare: Api['postV1SharedDriveShare'];
|
|
14
|
+
export declare const getV1SharedDriveId: Api['getV1SharedDriveId'];
|
|
15
|
+
export declare const getV1SharedDrive: Api['getV1SharedDrive'];
|
|
16
|
+
export declare const postV1SharedDriveRevoke: Api['postV1SharedDriveRevoke'];
|
|
17
|
+
export declare const getV1FileUpload: Api['getV1FileUpload'];
|
|
18
|
+
export declare const postV1FileUploadMarkComplete: Api['postV1FileUploadMarkComplete'];
|
|
19
|
+
export declare const postV1DriveLocationId: Api['postV1DriveLocationId'];
|
|
20
|
+
export declare const getV1DriveLocationId: Api['getV1DriveLocationId'];
|
|
21
|
+
export declare const putV1DriveLocationId: Api['putV1DriveLocationId'];
|
|
22
|
+
type BuildOptions = {
|
|
23
|
+
headers?: Object;
|
|
24
|
+
};
|
|
25
|
+
export default function build(url: string, options?: BuildOptions): {
|
|
26
|
+
postV1Drive: any;
|
|
27
|
+
getV1Drive: any;
|
|
28
|
+
getV1DriveId: any;
|
|
29
|
+
putV1DriveId: any;
|
|
30
|
+
deleteV1DriveId: any;
|
|
31
|
+
putV1DriveIdMoveParentDirectory: any;
|
|
32
|
+
getV1DriveActivity: any;
|
|
33
|
+
getV1DriveActivityId: any;
|
|
34
|
+
postV1SharedDriveShare: any;
|
|
35
|
+
getV1SharedDriveId: any;
|
|
36
|
+
getV1SharedDrive: any;
|
|
37
|
+
postV1SharedDriveRevoke: any;
|
|
38
|
+
getV1FileUpload: any;
|
|
39
|
+
postV1FileUploadMarkComplete: any;
|
|
40
|
+
postV1DriveLocationId: any;
|
|
41
|
+
getV1DriveLocationId: any;
|
|
42
|
+
putV1DriveLocationId: any;
|
|
43
|
+
};
|
|
44
|
+
export {};
|
|
@@ -0,0 +1,282 @@
|
|
|
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 postV1InventoryItems: Api['postV1InventoryItems'];
|
|
6
|
+
export declare const getV1InventoryItems: Api['getV1InventoryItems'];
|
|
7
|
+
export declare const getV1InventoryItemsId: Api['getV1InventoryItemsId'];
|
|
8
|
+
export declare const putV1InventoryItemsId: Api['putV1InventoryItemsId'];
|
|
9
|
+
export declare const deleteV1InventoryItemsId: Api['deleteV1InventoryItemsId'];
|
|
10
|
+
export declare const postV1InventoryItemsImport: Api['postV1InventoryItemsImport'];
|
|
11
|
+
export declare const getV1InventoryItemsGenerateExcel: Api['getV1InventoryItemsGenerateExcel'];
|
|
12
|
+
export declare const postV1InventoryItemsCheck: Api['postV1InventoryItemsCheck'];
|
|
13
|
+
export declare const postV1NonInventoryItems: Api['postV1NonInventoryItems'];
|
|
14
|
+
export declare const getV1NonInventoryItems: Api['getV1NonInventoryItems'];
|
|
15
|
+
export declare const getV1NonInventoryItemsId: Api['getV1NonInventoryItemsId'];
|
|
16
|
+
export declare const putV1NonInventoryItemsId: Api['putV1NonInventoryItemsId'];
|
|
17
|
+
export declare const deleteV1NonInventoryItemsId: Api['deleteV1NonInventoryItemsId'];
|
|
18
|
+
export declare const postV1AssemblyItems: Api['postV1AssemblyItems'];
|
|
19
|
+
export declare const getV1AssemblyItems: Api['getV1AssemblyItems'];
|
|
20
|
+
export declare const getV1AssemblyItemsId: Api['getV1AssemblyItemsId'];
|
|
21
|
+
export declare const putV1AssemblyItemsId: Api['putV1AssemblyItemsId'];
|
|
22
|
+
export declare const deleteV1AssemblyItemsId: Api['deleteV1AssemblyItemsId'];
|
|
23
|
+
export declare const postV1AssemblyItemsImport: Api['postV1AssemblyItemsImport'];
|
|
24
|
+
export declare const postV1Attributes: Api['postV1Attributes'];
|
|
25
|
+
export declare const getV1Attributes: Api['getV1Attributes'];
|
|
26
|
+
export declare const getV1AttributesId: Api['getV1AttributesId'];
|
|
27
|
+
export declare const putV1AttributesId: Api['putV1AttributesId'];
|
|
28
|
+
export declare const deleteV1AttributesId: Api['deleteV1AttributesId'];
|
|
29
|
+
export declare const getV1AttributesGenerateExcel: Api['getV1AttributesGenerateExcel'];
|
|
30
|
+
export declare const postV1DiscountItems: Api['postV1DiscountItems'];
|
|
31
|
+
export declare const getV1DiscountItems: Api['getV1DiscountItems'];
|
|
32
|
+
export declare const getV1DiscountItemsId: Api['getV1DiscountItemsId'];
|
|
33
|
+
export declare const putV1DiscountItemsId: Api['putV1DiscountItemsId'];
|
|
34
|
+
export declare const deleteV1DiscountItemsId: Api['deleteV1DiscountItemsId'];
|
|
35
|
+
export declare const getV1DiscountItemsGenerateExcel: Api['getV1DiscountItemsGenerateExcel'];
|
|
36
|
+
export declare const postV1WarehouseLocation: Api['postV1WarehouseLocation'];
|
|
37
|
+
export declare const getV1WarehouseLocation: Api['getV1WarehouseLocation'];
|
|
38
|
+
export declare const getV1WarehouseLocationId: Api['getV1WarehouseLocationId'];
|
|
39
|
+
export declare const putV1WarehouseLocationId: Api['putV1WarehouseLocationId'];
|
|
40
|
+
export declare const deleteV1WarehouseLocationId: Api['deleteV1WarehouseLocationId'];
|
|
41
|
+
export declare const getV1WarehouseLocationGenerateExcel: Api['getV1WarehouseLocationGenerateExcel'];
|
|
42
|
+
export declare const postV1RoutesRules: Api['postV1RoutesRules'];
|
|
43
|
+
export declare const getV1RoutesRules: Api['getV1RoutesRules'];
|
|
44
|
+
export declare const getV1RoutesRulesId: Api['getV1RoutesRulesId'];
|
|
45
|
+
export declare const putV1RoutesRulesId: Api['putV1RoutesRulesId'];
|
|
46
|
+
export declare const deleteV1RoutesRulesId: Api['deleteV1RoutesRulesId'];
|
|
47
|
+
export declare const getV1RoutesRulesOperationTypes: Api['getV1RoutesRulesOperationTypes'];
|
|
48
|
+
export declare const getV1RoutesRulesWarehouses: Api['getV1RoutesRulesWarehouses'];
|
|
49
|
+
export declare const postV1Bin: Api['postV1Bin'];
|
|
50
|
+
export declare const getV1Bin: Api['getV1Bin'];
|
|
51
|
+
export declare const getV1BinId: Api['getV1BinId'];
|
|
52
|
+
export declare const putV1BinId: Api['putV1BinId'];
|
|
53
|
+
export declare const deleteV1BinId: Api['deleteV1BinId'];
|
|
54
|
+
export declare const getV1BinGenerateExcel: Api['getV1BinGenerateExcel'];
|
|
55
|
+
export declare const postV1Uom: Api['postV1Uom'];
|
|
56
|
+
export declare const getV1Uom: Api['getV1Uom'];
|
|
57
|
+
export declare const getV1UomId: Api['getV1UomId'];
|
|
58
|
+
export declare const putV1UomId: Api['putV1UomId'];
|
|
59
|
+
export declare const deleteV1UomId: Api['deleteV1UomId'];
|
|
60
|
+
export declare const deleteV1UomUomEntryId: Api['deleteV1UomUomEntryId'];
|
|
61
|
+
export declare const getV1UomGenerateExcel: Api['getV1UomGenerateExcel'];
|
|
62
|
+
export declare const postV1CategoryItems: Api['postV1CategoryItems'];
|
|
63
|
+
export declare const getV1CategoryItems: Api['getV1CategoryItems'];
|
|
64
|
+
export declare const getV1CategoryItemsId: Api['getV1CategoryItemsId'];
|
|
65
|
+
export declare const putV1CategoryItemsId: Api['putV1CategoryItemsId'];
|
|
66
|
+
export declare const deleteV1CategoryItemsId: Api['deleteV1CategoryItemsId'];
|
|
67
|
+
export declare const getV1CategoryItemsGenerateExcel: Api['getV1CategoryItemsGenerateExcel'];
|
|
68
|
+
export declare const postV1PackageItems: Api['postV1PackageItems'];
|
|
69
|
+
export declare const getV1PackageItems: Api['getV1PackageItems'];
|
|
70
|
+
export declare const getV1PackageItemsId: Api['getV1PackageItemsId'];
|
|
71
|
+
export declare const putV1PackageItemsId: Api['putV1PackageItemsId'];
|
|
72
|
+
export declare const deleteV1PackageItemsId: Api['deleteV1PackageItemsId'];
|
|
73
|
+
export declare const postV1InventoryAdjustment: Api['postV1InventoryAdjustment'];
|
|
74
|
+
export declare const getV1InventoryAdjustment: Api['getV1InventoryAdjustment'];
|
|
75
|
+
export declare const getV1InventoryAdjustmentId: Api['getV1InventoryAdjustmentId'];
|
|
76
|
+
export declare const putV1InventoryAdjustmentId: Api['putV1InventoryAdjustmentId'];
|
|
77
|
+
export declare const deleteV1InventoryAdjustmentId: Api['deleteV1InventoryAdjustmentId'];
|
|
78
|
+
export declare const putV1InventoryAdjustmentIdItemItemIdStockStockId: Api['putV1InventoryAdjustmentIdItemItemIdStockStockId'];
|
|
79
|
+
export declare const getV1InventoryAdjustmentIdDownload: Api['getV1InventoryAdjustmentIdDownload'];
|
|
80
|
+
export declare const getV1InventoryAdjustmentGenerateExcel: Api['getV1InventoryAdjustmentGenerateExcel'];
|
|
81
|
+
export declare const postV1ServiceItems: Api['postV1ServiceItems'];
|
|
82
|
+
export declare const getV1ServiceItems: Api['getV1ServiceItems'];
|
|
83
|
+
export declare const getV1ServiceItemsId: Api['getV1ServiceItemsId'];
|
|
84
|
+
export declare const putV1ServiceItemsId: Api['putV1ServiceItemsId'];
|
|
85
|
+
export declare const deleteV1ServiceItemsId: Api['deleteV1ServiceItemsId'];
|
|
86
|
+
export declare const getV1Brand: Api['getV1Brand'];
|
|
87
|
+
export declare const postV1Brand: Api['postV1Brand'];
|
|
88
|
+
export declare const postV1BinTransfer: Api['postV1BinTransfer'];
|
|
89
|
+
export declare const getV1BinTransfer: Api['getV1BinTransfer'];
|
|
90
|
+
export declare const getV1BinTransferId: Api['getV1BinTransferId'];
|
|
91
|
+
export declare const putV1BinTransferId: Api['putV1BinTransferId'];
|
|
92
|
+
export declare const deleteV1BinTransferId: Api['deleteV1BinTransferId'];
|
|
93
|
+
export declare const getV1BinTransferTrackingId: Api['getV1BinTransferTrackingId'];
|
|
94
|
+
export declare const putV1BinTransferUpdateTrackingId: Api['putV1BinTransferUpdateTrackingId'];
|
|
95
|
+
export declare const putV1BinTransferUpdateStatusId: Api['putV1BinTransferUpdateStatusId'];
|
|
96
|
+
export declare const getV1BinTransferGenerateExcel: Api['getV1BinTransferGenerateExcel'];
|
|
97
|
+
export declare const postV1StockTransfers: Api['postV1StockTransfers'];
|
|
98
|
+
export declare const getV1StockTransfers: Api['getV1StockTransfers'];
|
|
99
|
+
export declare const getV1StockTransfersOperationType: Api['getV1StockTransfersOperationType'];
|
|
100
|
+
export declare const getV1StockTransfersId: Api['getV1StockTransfersId'];
|
|
101
|
+
export declare const putV1StockTransfersId: Api['putV1StockTransfersId'];
|
|
102
|
+
export declare const deleteV1StockTransfersId: Api['deleteV1StockTransfersId'];
|
|
103
|
+
export declare const getV1StockTransfersTrackingId: Api['getV1StockTransfersTrackingId'];
|
|
104
|
+
export declare const putV1StockTransfersUpdateTrackingId: Api['putV1StockTransfersUpdateTrackingId'];
|
|
105
|
+
export declare const putV1StockTransfersUpdateTrackingDetailsId: Api['putV1StockTransfersUpdateTrackingDetailsId'];
|
|
106
|
+
export declare const putV1StockTransfersUpdateStatusId: Api['putV1StockTransfersUpdateStatusId'];
|
|
107
|
+
export declare const getV1StockTransfersIdDownload: Api['getV1StockTransfersIdDownload'];
|
|
108
|
+
export declare const getV1StockTransfersGenerateExcel: Api['getV1StockTransfersGenerateExcel'];
|
|
109
|
+
export declare const postV1StockTransfersIdAddApprover: Api['postV1StockTransfersIdAddApprover'];
|
|
110
|
+
export declare const putV1StockTransfersIdApprovalStatusApprovalId: Api['putV1StockTransfersIdApprovalStatusApprovalId'];
|
|
111
|
+
export declare const postV1Stock: Api['postV1Stock'];
|
|
112
|
+
export declare const getV1Stock: Api['getV1Stock'];
|
|
113
|
+
export declare const getV1StockId: Api['getV1StockId'];
|
|
114
|
+
export declare const putV1StockId: Api['putV1StockId'];
|
|
115
|
+
export declare const deleteV1StockId: Api['deleteV1StockId'];
|
|
116
|
+
export declare const postV1StockGenerateSerials: Api['postV1StockGenerateSerials'];
|
|
117
|
+
export declare const getV1FileUpload: Api['getV1FileUpload'];
|
|
118
|
+
export declare const postV1FileUploadMarkComplete: Api['postV1FileUploadMarkComplete'];
|
|
119
|
+
export declare const postV1Scrap: Api['postV1Scrap'];
|
|
120
|
+
export declare const getV1Scrap: Api['getV1Scrap'];
|
|
121
|
+
export declare const getV1ScrapId: Api['getV1ScrapId'];
|
|
122
|
+
export declare const putV1ScrapId: Api['putV1ScrapId'];
|
|
123
|
+
export declare const deleteV1ScrapId: Api['deleteV1ScrapId'];
|
|
124
|
+
export declare const deleteV1ScrapScrapEntryId: Api['deleteV1ScrapScrapEntryId'];
|
|
125
|
+
export declare const getV1StockReason: Api['getV1StockReason'];
|
|
126
|
+
export declare const postV1StockReason: Api['postV1StockReason'];
|
|
127
|
+
export declare const postV1ReportsInventoryValuationReport: Api['postV1ReportsInventoryValuationReport'];
|
|
128
|
+
export declare const postV1ReportsInventoryValuationChart: Api['postV1ReportsInventoryValuationChart'];
|
|
129
|
+
export declare const postV1ReportsStockStatusReport: Api['postV1ReportsStockStatusReport'];
|
|
130
|
+
export declare const postV1ReportsStockStatusChart: Api['postV1ReportsStockStatusChart'];
|
|
131
|
+
export declare const postV1ReportsReorderReport: Api['postV1ReportsReorderReport'];
|
|
132
|
+
export declare const postV1ReportsReorderChart: Api['postV1ReportsReorderChart'];
|
|
133
|
+
export declare const postV1ReportsExpiryDataReport: Api['postV1ReportsExpiryDataReport'];
|
|
134
|
+
export declare const postV1ReportsExpiryDataChart: Api['postV1ReportsExpiryDataChart'];
|
|
135
|
+
export declare const postV1ReportsStockMovementReport: Api['postV1ReportsStockMovementReport'];
|
|
136
|
+
export declare const postV1ReportsStockMovementChart: Api['postV1ReportsStockMovementChart'];
|
|
137
|
+
export declare const getV1Settings: Api['getV1Settings'];
|
|
138
|
+
export declare const patchV1SettingsId: Api['patchV1SettingsId'];
|
|
139
|
+
export declare const getV1InventoryValuation: Api['getV1InventoryValuation'];
|
|
140
|
+
export declare const postV1InventoryValuationFifoCost: Api['postV1InventoryValuationFifoCost'];
|
|
141
|
+
type BuildOptions = {
|
|
142
|
+
headers?: Object;
|
|
143
|
+
};
|
|
144
|
+
export default function build(url: string, options?: BuildOptions): {
|
|
145
|
+
postV1InventoryItems: any;
|
|
146
|
+
getV1InventoryItems: any;
|
|
147
|
+
getV1InventoryItemsId: any;
|
|
148
|
+
putV1InventoryItemsId: any;
|
|
149
|
+
deleteV1InventoryItemsId: any;
|
|
150
|
+
postV1InventoryItemsImport: any;
|
|
151
|
+
getV1InventoryItemsGenerateExcel: any;
|
|
152
|
+
postV1InventoryItemsCheck: any;
|
|
153
|
+
postV1NonInventoryItems: any;
|
|
154
|
+
getV1NonInventoryItems: any;
|
|
155
|
+
getV1NonInventoryItemsId: any;
|
|
156
|
+
putV1NonInventoryItemsId: any;
|
|
157
|
+
deleteV1NonInventoryItemsId: any;
|
|
158
|
+
postV1AssemblyItems: any;
|
|
159
|
+
getV1AssemblyItems: any;
|
|
160
|
+
getV1AssemblyItemsId: any;
|
|
161
|
+
putV1AssemblyItemsId: any;
|
|
162
|
+
deleteV1AssemblyItemsId: any;
|
|
163
|
+
postV1AssemblyItemsImport: any;
|
|
164
|
+
postV1Attributes: any;
|
|
165
|
+
getV1Attributes: any;
|
|
166
|
+
getV1AttributesId: any;
|
|
167
|
+
putV1AttributesId: any;
|
|
168
|
+
deleteV1AttributesId: any;
|
|
169
|
+
getV1AttributesGenerateExcel: any;
|
|
170
|
+
postV1DiscountItems: any;
|
|
171
|
+
getV1DiscountItems: any;
|
|
172
|
+
getV1DiscountItemsId: any;
|
|
173
|
+
putV1DiscountItemsId: any;
|
|
174
|
+
deleteV1DiscountItemsId: any;
|
|
175
|
+
getV1DiscountItemsGenerateExcel: any;
|
|
176
|
+
postV1WarehouseLocation: any;
|
|
177
|
+
getV1WarehouseLocation: any;
|
|
178
|
+
getV1WarehouseLocationId: any;
|
|
179
|
+
putV1WarehouseLocationId: any;
|
|
180
|
+
deleteV1WarehouseLocationId: any;
|
|
181
|
+
getV1WarehouseLocationGenerateExcel: any;
|
|
182
|
+
postV1RoutesRules: any;
|
|
183
|
+
getV1RoutesRules: any;
|
|
184
|
+
getV1RoutesRulesId: any;
|
|
185
|
+
putV1RoutesRulesId: any;
|
|
186
|
+
deleteV1RoutesRulesId: any;
|
|
187
|
+
getV1RoutesRulesOperationTypes: any;
|
|
188
|
+
getV1RoutesRulesWarehouses: any;
|
|
189
|
+
postV1Bin: any;
|
|
190
|
+
getV1Bin: any;
|
|
191
|
+
getV1BinId: any;
|
|
192
|
+
putV1BinId: any;
|
|
193
|
+
deleteV1BinId: any;
|
|
194
|
+
getV1BinGenerateExcel: any;
|
|
195
|
+
postV1Uom: any;
|
|
196
|
+
getV1Uom: any;
|
|
197
|
+
getV1UomId: any;
|
|
198
|
+
putV1UomId: any;
|
|
199
|
+
deleteV1UomId: any;
|
|
200
|
+
deleteV1UomUomEntryId: any;
|
|
201
|
+
getV1UomGenerateExcel: any;
|
|
202
|
+
postV1CategoryItems: any;
|
|
203
|
+
getV1CategoryItems: any;
|
|
204
|
+
getV1CategoryItemsId: any;
|
|
205
|
+
putV1CategoryItemsId: any;
|
|
206
|
+
deleteV1CategoryItemsId: any;
|
|
207
|
+
getV1CategoryItemsGenerateExcel: any;
|
|
208
|
+
postV1PackageItems: any;
|
|
209
|
+
getV1PackageItems: any;
|
|
210
|
+
getV1PackageItemsId: any;
|
|
211
|
+
putV1PackageItemsId: any;
|
|
212
|
+
deleteV1PackageItemsId: any;
|
|
213
|
+
postV1InventoryAdjustment: any;
|
|
214
|
+
getV1InventoryAdjustment: any;
|
|
215
|
+
getV1InventoryAdjustmentId: any;
|
|
216
|
+
putV1InventoryAdjustmentId: any;
|
|
217
|
+
deleteV1InventoryAdjustmentId: any;
|
|
218
|
+
putV1InventoryAdjustmentIdItemItemIdStockStockId: any;
|
|
219
|
+
getV1InventoryAdjustmentIdDownload: any;
|
|
220
|
+
getV1InventoryAdjustmentGenerateExcel: any;
|
|
221
|
+
postV1ServiceItems: any;
|
|
222
|
+
getV1ServiceItems: any;
|
|
223
|
+
getV1ServiceItemsId: any;
|
|
224
|
+
putV1ServiceItemsId: any;
|
|
225
|
+
deleteV1ServiceItemsId: any;
|
|
226
|
+
getV1Brand: any;
|
|
227
|
+
postV1Brand: any;
|
|
228
|
+
postV1BinTransfer: any;
|
|
229
|
+
getV1BinTransfer: any;
|
|
230
|
+
getV1BinTransferId: any;
|
|
231
|
+
putV1BinTransferId: any;
|
|
232
|
+
deleteV1BinTransferId: any;
|
|
233
|
+
getV1BinTransferTrackingId: any;
|
|
234
|
+
putV1BinTransferUpdateTrackingId: any;
|
|
235
|
+
putV1BinTransferUpdateStatusId: any;
|
|
236
|
+
getV1BinTransferGenerateExcel: any;
|
|
237
|
+
postV1StockTransfers: any;
|
|
238
|
+
getV1StockTransfers: any;
|
|
239
|
+
getV1StockTransfersOperationType: any;
|
|
240
|
+
getV1StockTransfersId: any;
|
|
241
|
+
putV1StockTransfersId: any;
|
|
242
|
+
deleteV1StockTransfersId: any;
|
|
243
|
+
getV1StockTransfersTrackingId: any;
|
|
244
|
+
putV1StockTransfersUpdateTrackingId: any;
|
|
245
|
+
putV1StockTransfersUpdateTrackingDetailsId: any;
|
|
246
|
+
putV1StockTransfersUpdateStatusId: any;
|
|
247
|
+
getV1StockTransfersIdDownload: any;
|
|
248
|
+
getV1StockTransfersGenerateExcel: any;
|
|
249
|
+
postV1StockTransfersIdAddApprover: any;
|
|
250
|
+
putV1StockTransfersIdApprovalStatusApprovalId: any;
|
|
251
|
+
postV1Stock: any;
|
|
252
|
+
getV1Stock: any;
|
|
253
|
+
getV1StockId: any;
|
|
254
|
+
putV1StockId: any;
|
|
255
|
+
deleteV1StockId: any;
|
|
256
|
+
postV1StockGenerateSerials: any;
|
|
257
|
+
getV1FileUpload: any;
|
|
258
|
+
postV1FileUploadMarkComplete: any;
|
|
259
|
+
postV1Scrap: any;
|
|
260
|
+
getV1Scrap: any;
|
|
261
|
+
getV1ScrapId: any;
|
|
262
|
+
putV1ScrapId: any;
|
|
263
|
+
deleteV1ScrapId: any;
|
|
264
|
+
deleteV1ScrapScrapEntryId: any;
|
|
265
|
+
getV1StockReason: any;
|
|
266
|
+
postV1StockReason: any;
|
|
267
|
+
postV1ReportsInventoryValuationReport: any;
|
|
268
|
+
postV1ReportsInventoryValuationChart: any;
|
|
269
|
+
postV1ReportsStockStatusReport: any;
|
|
270
|
+
postV1ReportsStockStatusChart: any;
|
|
271
|
+
postV1ReportsReorderReport: any;
|
|
272
|
+
postV1ReportsReorderChart: any;
|
|
273
|
+
postV1ReportsExpiryDataReport: any;
|
|
274
|
+
postV1ReportsExpiryDataChart: any;
|
|
275
|
+
postV1ReportsStockMovementReport: any;
|
|
276
|
+
postV1ReportsStockMovementChart: any;
|
|
277
|
+
getV1Settings: any;
|
|
278
|
+
patchV1SettingsId: any;
|
|
279
|
+
getV1InventoryValuation: any;
|
|
280
|
+
postV1InventoryValuationFifoCost: any;
|
|
281
|
+
};
|
|
282
|
+
export {};
|