@erpsquad/common 1.8.42 → 1.8.43
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/@types/alltypes.d.ts +3 -0
- package/dist/@types/common.d.ts +1 -0
- package/dist/@types/createPalette.d.ts +47 -0
- package/dist/@types/index.d.ts +5 -0
- package/dist/@types/page.d.ts +4 -0
- package/dist/@types/pagination-model.d.ts +4 -0
- package/dist/_virtual/index/index.esm10.js +3 -3
- package/dist/_virtual/index/index.esm11.js +3 -3
- package/dist/_virtual/index/index.esm4.js +1 -1
- package/dist/_virtual/index/index.esm5.js +3 -3
- package/dist/_virtual/index/index.esm6.js +3 -3
- package/dist/_virtual/index/index.esm7.js +3 -3
- package/dist/_virtual/index/index.esm8.js +3 -3
- package/dist/_virtual/index/index.esm9.js +3 -3
- package/dist/_virtual/index/index10.js +1 -1
- package/dist/_virtual/index/index11.js +1 -1
- package/dist/_virtual/index/index4.js +1 -1
- package/dist/_virtual/index/index5.js +1 -1
- package/dist/_virtual/index/index6.js +1 -1
- package/dist/_virtual/index/index7.js +1 -1
- package/dist/_virtual/index/index8.js +1 -1
- package/dist/_virtual/index/index9.js +1 -1
- package/dist/api-client/api.accounting/api-types.d.ts +15883 -0
- package/dist/api-client/api.drive/api-types.d.ts +696 -0
- package/dist/api-client/api.inventory/api-types.d.ts +6110 -0
- package/dist/api-client/api.inventory/api.d.ts +2 -5
- package/dist/api-client/api.manufacturing/api-types.d.ts +10066 -0
- package/dist/api-client/api.manufacturing/api.d.ts +102 -15
- package/dist/api-client/api.purchase/api-types.d.ts +6715 -0
- package/dist/api-client/api.purchase/api.d.ts +2 -3
- package/dist/api-client/api.rbac/api-types.d.ts +1753 -0
- package/dist/api-client/api.rental/api-types.d.ts +15666 -0
- package/dist/api-client/api.sales/api-types.d.ts +8258 -0
- package/dist/api-client/api.system-feature/api-types.d.ts +2875 -0
- package/dist/api-client/api.system-feature/api.d.ts +2 -0
- package/dist/api-client/api.user/api-types.d.ts +95 -0
- package/dist/assets/common-component/index.d.ts +1 -0
- package/dist/assets/dynamic-svg-icon/dynamic-svg-icon.d.ts +8 -0
- package/dist/assets/dynamic-svg-icon/index.d.ts +2 -0
- package/dist/assets/images.d.ts +208 -0
- package/dist/assets/index.d.ts +5 -0
- package/dist/assets/view-modal/calendar-icon.d.ts +2 -0
- package/dist/assets/view-modal/chart-icon.d.ts +2 -0
- package/dist/assets/view-modal/gantt-icon.d.ts +2 -0
- package/dist/assets/view-modal/grid-icon.d.ts +2 -0
- package/dist/assets/view-modal/index.d.ts +12 -0
- package/dist/assets/view-modal/kanban-icon.d.ts +2 -0
- package/dist/assets/view-modal/table-icon.d.ts +2 -0
- package/dist/components/Dashboard/dashboard-card.d.ts +7 -0
- package/dist/components/Dashboard/dashboard-header.d.ts +7 -0
- package/dist/components/Dashboard/index.d.ts +4 -0
- package/dist/components/accordion/accordion.d.ts +9 -0
- package/dist/components/accordion/index.d.ts +2 -0
- package/dist/components/action-bar/action-bar.d.ts +48 -0
- package/dist/components/action-bar/index.d.ts +2 -0
- package/dist/components/activity-tag/activity-tag.d.ts +3 -0
- package/dist/components/activity-tag/index.d.ts +2 -0
- package/dist/components/activityArea/activityArea.d.ts +3 -0
- package/dist/components/activityArea/index.d.ts +2 -0
- package/dist/components/activityLog/activity-log.d.ts +3 -0
- package/dist/components/activityLog/index.d.ts +2 -0
- package/dist/components/alert/alert.d.ts +4 -0
- package/dist/components/alert/index.d.ts +2 -0
- package/dist/components/appbar/appbar.d.ts +3 -0
- package/dist/components/appbar/index.d.ts +2 -0
- package/dist/components/approval-wrapper/approval-wrapper.d.ts +2 -0
- package/dist/components/approval-wrapper/index.d.ts +2 -0
- package/dist/components/avatar/avatar.d.ts +3 -0
- package/dist/components/avatar/index.d.ts +2 -0
- package/dist/components/board/board.d.ts +19 -0
- package/dist/components/board/columnHeader.d.ts +2 -0
- package/dist/components/board/index.d.ts +4 -0
- package/dist/components/bread-crumb/bread-crumb.d.ts +13 -0
- package/dist/components/bread-crumb/index.d.ts +2 -0
- package/dist/components/button/button.d.ts +4 -0
- package/dist/components/button/index.d.ts +2 -0
- package/dist/components/calculation-summary/calculation-summary.d.ts +11 -0
- package/dist/components/calculation-summary/components/discount-summary.d.ts +13 -0
- package/dist/components/calculation-summary/components/index.d.ts +10 -0
- package/dist/components/calculation-summary/components/items-summary.d.ts +10 -0
- package/dist/components/calculation-summary/components/subtotal-summary.d.ts +10 -0
- package/dist/components/calculation-summary/components/taxes-and-charges-summary.d.ts +14 -0
- package/dist/components/calculation-summary/components/total-summary.d.ts +10 -0
- package/dist/components/calculation-summary/index.d.ts +3 -0
- package/dist/components/calendar/calendar.d.ts +3 -0
- package/dist/components/calendar/index.d.ts +2 -0
- package/dist/components/card-wrapper/card-wrapper.d.ts +7 -0
- package/dist/components/card-wrapper/index.d.ts +2 -0
- package/dist/components/change-user-password-modal/change-user-password-modal.d.ts +6 -0
- package/dist/components/change-user-password-modal/index.d.ts +2 -0
- package/dist/components/charts/ChartLegends.d.ts +7 -0
- package/dist/components/charts/areaLinerChart.d.ts +18 -0
- package/dist/components/charts/bar-chart/bar-chart.d.ts +15 -0
- package/dist/components/charts/bar-chart/index.d.ts +2 -0
- package/dist/components/charts/barChart/barChart.d.ts +19 -0
- package/dist/components/charts/barChart/index.d.ts +2 -0
- package/dist/components/charts/barLineChart/barLinechart.d.ts +29 -0
- package/dist/components/charts/barLineChart/index.d.ts +2 -0
- package/dist/components/charts/donut-chart/donut-chart.d.ts +21 -0
- package/dist/components/charts/donut-chart/index.d.ts +2 -0
- package/dist/components/charts/donutChart/DonutChart.d.ts +21 -0
- package/dist/components/charts/donutChart/index.d.ts +2 -0
- package/dist/components/charts/groupBarChart/GroupBarChart.d.ts +9 -0
- package/dist/components/charts/groupBarChart/index.d.ts +2 -0
- package/dist/components/charts/index.d.ts +12 -0
- package/dist/components/charts/line-chart/area-line-chart.d.ts +15 -0
- package/dist/components/charts/line-chart/area-lineChart.d.ts +15 -0
- package/dist/components/charts/line-chart/index.d.ts +6 -0
- package/dist/components/charts/line-chart/line-chart.d.ts +14 -0
- package/dist/components/charts/multiLineChart/index.d.ts +2 -0
- package/dist/components/charts/multiLineChart/multi-line-chart.d.ts +20 -0
- package/dist/components/checkbox/checkbox.d.ts +4 -0
- package/dist/components/checkbox/index.d.ts +2 -0
- package/dist/components/chip/chip.d.ts +10 -0
- package/dist/components/chip/index.d.ts +2 -0
- package/dist/components/chip-generator/chip-generator.d.ts +27 -0
- package/dist/components/chip-generator/index.d.ts +2 -0
- package/dist/components/color-picker-input/color-picker-input.d.ts +7 -0
- package/dist/components/color-picker-input/index.d.ts +2 -0
- package/dist/components/confirm-modal/confirm-modal.d.ts +21 -0
- package/dist/components/confirm-modal/index.d.ts +3 -0
- package/dist/components/country-select/country-select.d.ts +6 -0
- package/dist/components/country-select/index.d.ts +2 -0
- package/dist/components/custom-snackbar/custom-snackbar.d.ts +10 -0
- package/dist/components/custom-snackbar/index.d.ts +2 -0
- package/dist/components/custom-toggle-switch/custom-toggle-switch.d.ts +10 -0
- package/dist/components/custom-toggle-switch/index.d.ts +2 -0
- package/dist/components/date-picker/date-picker.d.ts +20 -0
- package/dist/components/date-picker/index.d.ts +2 -0
- package/dist/components/date-range-picker/date-range-picker.d.ts +3 -0
- package/dist/components/date-range-picker/index.d.ts +2 -0
- package/dist/components/date-time-picker/date-time-picker.d.ts +20 -0
- package/dist/components/date-time-picker/index.d.ts +2 -0
- package/dist/components/dropdown-button/dropdown-button.d.ts +24 -0
- package/dist/components/dropdown-button/index.d.ts +2 -0
- package/dist/components/dynamic-layout-wrapper/dynamic-layout-wrapper.d.ts +67 -0
- package/dist/components/dynamic-layout-wrapper/index.d.ts +2 -0
- package/dist/components/dynamic-modal.d.ts +9 -0
- package/dist/components/editor/custom-editor.d.ts +9 -0
- package/dist/components/editor/index.d.ts +2 -0
- package/dist/components/entity-view-wrapper/entity-view-wrapper.d.ts +26 -0
- package/dist/components/entity-view-wrapper/index.d.ts +2 -0
- package/dist/components/examples/FlexibleReduxExample.d.ts +8 -0
- package/dist/components/examples/index.d.ts +2 -0
- package/dist/components/expandable-summary-wrapper/expandable-summary-wrapper.d.ts +18 -0
- package/dist/components/expandable-summary-wrapper/index.d.ts +2 -0
- package/dist/components/fallback/fallback.d.ts +9 -0
- package/dist/components/fallback/index.d.ts +2 -0
- package/dist/components/filter/components/add-filter.d.ts +4 -0
- package/dist/components/filter/components/add-group.d.ts +4 -0
- package/dist/components/filter/components/combinator-select.d.ts +2 -0
- package/dist/components/filter/components/delete-group.d.ts +4 -0
- package/dist/components/filter/components/field-select.d.ts +4 -0
- package/dist/components/filter/components/index.d.ts +16 -0
- package/dist/components/filter/components/operator-select.d.ts +4 -0
- package/dist/components/filter/components/remove-action.d.ts +4 -0
- package/dist/components/filter/components/value-editor.d.ts +4 -0
- package/dist/components/filter/fields.d.ts +5 -0
- package/dist/components/filter/filter.d.ts +21 -0
- package/dist/components/filter/index.d.ts +4 -0
- package/dist/components/footer/footer.d.ts +21 -0
- package/dist/components/footer/index.d.ts +2 -0
- package/dist/components/footer.d.ts +4 -0
- package/dist/components/form-control/form-builder/element-controller.d.ts +14 -0
- package/dist/components/form-control/form-builder/form-builder-element/button.d.ts +16 -0
- package/dist/components/form-control/form-builder/form-builder-element/checkbox.d.ts +20 -0
- package/dist/components/form-control/form-builder/form-builder-element/chip-or-placeholder.d.ts +13 -0
- package/dist/components/form-control/form-builder/form-builder-element/date-range-picker.d.ts +24 -0
- package/dist/components/form-control/form-builder/form-builder-element/date-time.d.ts +26 -0
- package/dist/components/form-control/form-builder/form-builder-element/date.d.ts +21 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-currency-input.d.ts +30 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-element-hoc.d.ts +19 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-input-select.d.ts +29 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-select.d.ts +50 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-tags-input.d.ts +24 -0
- package/dist/components/form-control/form-builder/form-builder-element/dynamic-text-editor.d.ts +11 -0
- package/dist/components/form-control/form-builder/form-builder-element/index.d.ts +46 -0
- package/dist/components/form-control/form-builder/form-builder-element/info.d.ts +20 -0
- package/dist/components/form-control/form-builder/form-builder-element/location-add-modal/index.d.ts +2 -0
- package/dist/components/form-control/form-builder/form-builder-element/location-add-modal/location-add-modal.d.ts +11 -0
- package/dist/components/form-control/form-builder/form-builder-element/media.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/phone.d.ts +3 -0
- package/dist/components/form-control/form-builder/form-builder-element/radio-button.d.ts +23 -0
- package/dist/components/form-control/form-builder/form-builder-element/section.d.ts +21 -0
- package/dist/components/form-control/form-builder/form-builder-element/select-configuration.d.ts +14 -0
- package/dist/components/form-control/form-builder/form-builder-element/select.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/table.d.ts +30 -0
- package/dist/components/form-control/form-builder/form-builder-element/text.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/time.d.ts +4 -0
- package/dist/components/form-control/form-builder/form-builder-element/toggle-button.d.ts +17 -0
- package/dist/components/form-control/form-builder/index.d.ts +3 -0
- package/dist/components/form-control/form-parser/data.d.ts +44 -0
- package/dist/components/form-control/form-parser/form-parser.d.ts +3 -0
- package/dist/components/form-control/form-parser/form-section.d.ts +65 -0
- package/dist/components/form-control/form-parser/form-switcher.d.ts +2 -0
- package/dist/components/form-control/form-parser/index.d.ts +8 -0
- package/dist/components/form-control/index.d.ts +2 -0
- package/dist/components/form-header/form-header.d.ts +14 -0
- package/dist/components/form-header/index.d.ts +2 -0
- package/dist/components/gantt/gantt.d.ts +10 -0
- package/dist/components/gantt/index.d.ts +2 -0
- package/dist/components/grid/custom-grid-card/custom-grid-card.d.ts +14 -0
- package/dist/components/grid/custom-grid-card/index.d.ts +2 -0
- package/dist/components/grid/grid-card/grid-card.d.ts +1 -0
- package/dist/components/grid/grid-card/index.d.ts +2 -0
- package/dist/components/grid/grid-wrapper/grid-wrapper.d.ts +8 -0
- package/dist/components/grid/grid-wrapper/index.d.ts +2 -0
- package/dist/components/grid/index.d.ts +3 -0
- package/dist/components/grid-fallback/grid-fallback.d.ts +9 -0
- package/dist/components/grid-fallback/index.d.ts +2 -0
- package/dist/components/header/components/index.d.ts +1 -0
- package/dist/components/header/components/notification-menu/index.d.ts +2 -0
- package/dist/components/header/components/notification-menu/notification-menu.d.ts +2 -0
- package/dist/components/header/header-enhanced.d.ts +19 -0
- package/dist/components/header/header.d.ts +4 -0
- package/dist/components/header/index.d.ts +6 -0
- package/dist/components/header/redux/actionCreator.d.ts +3 -0
- package/dist/components/header/redux/index.d.ts +5 -0
- package/dist/components/header/redux/reducer.d.ts +73 -0
- package/dist/components/header/redux/state.d.ts +14 -0
- package/dist/components/header copy.d.ts +4 -0
- package/dist/components/header-card/header-card.d.ts +9 -0
- package/dist/components/header-card/index.d.ts +2 -0
- package/dist/components/hr-line/hr-line.d.ts +3 -0
- package/dist/components/hr-line/index.d.ts +2 -0
- package/dist/components/icons/action-arrow.d.ts +4 -0
- package/dist/components/icons/action.d.ts +4 -0
- package/dist/components/icons/add-circle.d.ts +4 -0
- package/dist/components/icons/arrow-bidirectional.d.ts +4 -0
- package/dist/components/icons/arrow-circle-down.d.ts +4 -0
- package/dist/components/icons/arrow-down-three.d.ts +4 -0
- package/dist/components/icons/arrow-down-two.d.ts +4 -0
- package/dist/components/icons/arrow-down.d.ts +4 -0
- package/dist/components/icons/arrow-up-down.d.ts +4 -0
- package/dist/components/icons/arrow-up-two.d.ts +4 -0
- package/dist/components/icons/assignments.d.ts +4 -0
- package/dist/components/icons/blank-circle.d.ts +4 -0
- package/dist/components/icons/block-filled.d.ts +6 -0
- package/dist/components/icons/calendar-add.d.ts +4 -0
- package/dist/components/icons/calendar.d.ts +4 -0
- package/dist/components/icons/check-box.d.ts +3 -0
- package/dist/components/icons/checkbox-square.d.ts +4 -0
- package/dist/components/icons/circular-arrow-setting.d.ts +6 -0
- package/dist/components/icons/clock.d.ts +4 -0
- package/dist/components/icons/close.d.ts +6 -0
- package/dist/components/icons/coin-outline.d.ts +4 -0
- package/dist/components/icons/copy.d.ts +4 -0
- package/dist/components/icons/coupon.d.ts +4 -0
- package/dist/components/icons/criteria.d.ts +4 -0
- package/dist/components/icons/cross-hire.d.ts +6 -0
- package/dist/components/icons/cross.d.ts +4 -0
- package/dist/components/icons/custom-styled-icon.d.ts +6 -0
- package/dist/components/icons/dashboard.d.ts +4 -0
- package/dist/components/icons/document-download.d.ts +4 -0
- package/dist/components/icons/document.d.ts +4 -0
- package/dist/components/icons/dollar-circle-filled.d.ts +6 -0
- package/dist/components/icons/dollar-circle.d.ts +4 -0
- package/dist/components/icons/edit.d.ts +4 -0
- package/dist/components/icons/email.d.ts +4 -0
- package/dist/components/icons/export.d.ts +6 -0
- package/dist/components/icons/eye-off.d.ts +4 -0
- package/dist/components/icons/eye-plus-circle.d.ts +6 -0
- package/dist/components/icons/eye.d.ts +4 -0
- package/dist/components/icons/filled-circle.d.ts +4 -0
- package/dist/components/icons/filter-remove.d.ts +4 -0
- package/dist/components/icons/filter.d.ts +4 -0
- package/dist/components/icons/folder-save.d.ts +4 -0
- package/dist/components/icons/grid.d.ts +4 -0
- package/dist/components/icons/hashtag.d.ts +4 -0
- package/dist/components/icons/image.d.ts +4 -0
- package/dist/components/icons/import.d.ts +4 -0
- package/dist/components/icons/index.d.ts +177 -0
- package/dist/components/icons/info-circle.d.ts +4 -0
- package/dist/components/icons/info.d.ts +6 -0
- package/dist/components/icons/link-horizontal.d.ts +4 -0
- package/dist/components/icons/link.d.ts +4 -0
- package/dist/components/icons/location.d.ts +4 -0
- package/dist/components/icons/lowest-lead-time.d.ts +4 -0
- package/dist/components/icons/lowest-min-qty.d.ts +4 -0
- package/dist/components/icons/lowest-price.d.ts +4 -0
- package/dist/components/icons/more.d.ts +4 -0
- package/dist/components/icons/notification.d.ts +4 -0
- package/dist/components/icons/paper-clip.d.ts +4 -0
- package/dist/components/icons/paragraph.d.ts +4 -0
- package/dist/components/icons/payment-request.d.ts +6 -0
- package/dist/components/icons/phone.d.ts +4 -0
- package/dist/components/icons/printer.d.ts +4 -0
- package/dist/components/icons/process-calendar.d.ts +4 -0
- package/dist/components/icons/promotion.d.ts +6 -0
- package/dist/components/icons/radio-button.d.ts +4 -0
- package/dist/components/icons/receipt-filled.d.ts +6 -0
- package/dist/components/icons/receipt-outline.d.ts +4 -0
- package/dist/components/icons/receipt.d.ts +6 -0
- package/dist/components/icons/rectangle-filled.d.ts +4 -0
- package/dist/components/icons/rectangle.d.ts +4 -0
- package/dist/components/icons/refresh-icon.d.ts +4 -0
- package/dist/components/icons/replace.d.ts +4 -0
- package/dist/components/icons/save.d.ts +6 -0
- package/dist/components/icons/search-status.d.ts +4 -0
- package/dist/components/icons/search.d.ts +4 -0
- package/dist/components/icons/settings-fallback.d.ts +7 -0
- package/dist/components/icons/share.d.ts +4 -0
- package/dist/components/icons/sort-arrow-icon.d.ts +4 -0
- package/dist/components/icons/stacked-layer.d.ts +6 -0
- package/dist/components/icons/start-filled.d.ts +6 -0
- package/dist/components/icons/three-dot-icon.d.ts +4 -0
- package/dist/components/icons/tick-circle-filled.d.ts +6 -0
- package/dist/components/icons/tick-circle.d.ts +4 -0
- package/dist/components/icons/tick-octagon.d.ts +4 -0
- package/dist/components/icons/tick.d.ts +4 -0
- package/dist/components/icons/toggle-switch.d.ts +4 -0
- package/dist/components/icons/trash.d.ts +4 -0
- package/dist/components/icons/wave.d.ts +6 -0
- package/dist/components/icons/with-out-tick-octagon.d.ts +4 -0
- package/dist/components/icons/work-centre.d.ts +6 -0
- package/dist/components/info-card/index.d.ts +2 -0
- package/dist/components/info-card/info-card.d.ts +9 -0
- package/dist/components/inventory-reports-title-bar/component/index.d.ts +2 -0
- package/dist/components/inventory-reports-title-bar/component/reportFilter.d.ts +10 -0
- package/dist/components/inventory-reports-title-bar/index.d.ts +5 -0
- package/dist/components/inventory-reports-title-bar/inventory-reports-title-bar.d.ts +43 -0
- package/dist/components/inventory-reports-title-bar/redux/actionCreator.d.ts +11 -0
- package/dist/components/inventory-reports-title-bar/redux/index.d.ts +5 -0
- package/dist/components/inventory-reports-title-bar/redux/reducer.d.ts +3 -0
- package/dist/components/inventory-reports-title-bar/redux/state.d.ts +12 -0
- package/dist/components/inventory-reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/components/inventory-reports-title-bar/report-buttons/report-buttons.d.ts +27 -0
- package/dist/components/label-value/index.d.ts +2 -0
- package/dist/components/label-value/label-value.d.ts +6 -0
- package/dist/components/list/index.d.ts +2 -0
- package/dist/components/list/list.d.ts +2 -0
- package/dist/components/listing/index.d.ts +3 -0
- package/dist/components/listing/listing.d.ts +5 -0
- package/dist/components/listing/types.d.ts +57 -0
- package/dist/components/loader.d.ts +2 -0
- package/dist/components/loaders/erp-loader.d.ts +4 -0
- package/dist/components/loaders/form-loader.d.ts +4 -0
- package/dist/components/loaders/index.d.ts +8 -0
- package/dist/components/loaders/modal-loader.d.ts +4 -0
- package/dist/components/loaders/page-loader.d.ts +4 -0
- package/dist/components/location-select.d.ts +19 -0
- package/dist/components/material-editable-table/aggregation-fns/index.d.ts +13 -0
- package/dist/components/material-editable-table/components/default-aggregation.d.ts +9 -0
- package/dist/components/material-editable-table/components/header-cell.d.ts +5 -0
- package/dist/components/material-editable-table/components/index.d.ts +8 -0
- package/dist/components/material-editable-table/components/inline-edit-fields.d.ts +17 -0
- package/dist/components/material-editable-table/components/number-aggregation.d.ts +9 -0
- package/dist/components/material-editable-table/index.d.ts +4 -0
- package/dist/components/material-editable-table/material-editable-table.d.ts +40 -0
- package/dist/components/material-table/aggregation-fns/index.d.ts +13 -0
- package/dist/components/material-table/components/default-aggregation.d.ts +9 -0
- package/dist/components/material-table/components/header-cell.d.ts +5 -0
- package/dist/components/material-table/components/index.d.ts +8 -0
- package/dist/components/material-table/components/inline-edit-fields.d.ts +17 -0
- package/dist/components/material-table/components/number-aggregation.d.ts +9 -0
- package/dist/components/material-table/index.d.ts +4 -0
- package/dist/components/material-table/material-table.d.ts +81 -0
- package/dist/components/menu/index.d.ts +2 -0
- package/dist/components/menu/menu.d.ts +4 -0
- package/dist/components/modal/index.d.ts +2 -0
- package/dist/components/modal/modal.d.ts +4 -0
- package/dist/components/module-button/index.d.ts +2 -0
- package/dist/components/module-button/module-button.d.ts +2 -0
- package/dist/components/mulitline/index.d.ts +2 -0
- package/dist/components/mulitline/multiline.d.ts +11 -0
- package/dist/components/multi-select/index.d.ts +2 -0
- package/dist/components/multi-select/multi-select.d.ts +30 -0
- package/dist/components/page-navigator/components/add-page-modal.d.ts +11 -0
- package/dist/components/page-navigator/components/add-page.d.ts +9 -0
- package/dist/components/page-navigator/components/index.d.ts +10 -0
- package/dist/components/page-navigator/components/page-action.d.ts +14 -0
- package/dist/components/page-navigator/components/shared-page-modal.d.ts +9 -0
- package/dist/components/page-navigator/components/shared-page-view.d.ts +2 -0
- package/dist/components/page-navigator/index.d.ts +3 -0
- package/dist/components/page-navigator/page-navigator.d.ts +15 -0
- package/dist/components/pagination/index.d.ts +2 -0
- package/dist/components/pagination/pagination.d.ts +9 -0
- package/dist/components/parties-modal/index.d.ts +4 -0
- package/dist/components/parties-modal/parties-modal.d.ts +10 -0
- package/dist/components/parties-modal/utils/constant.d.ts +42 -0
- package/dist/components/parties-modal/utils/index.d.ts +1 -0
- package/dist/components/parties-modal/validator.d.ts +6 -0
- package/dist/components/phone-input/index.d.ts +2 -0
- package/dist/components/phone-input/phone-input.d.ts +19 -0
- package/dist/components/protected-route.d.ts +56 -0
- package/dist/components/providers/ERPUIProvider.d.ts +41 -0
- package/dist/components/providers/index.d.ts +2 -0
- package/dist/components/quick-approval-modal/index.d.ts +2 -0
- package/dist/components/quick-approval-modal/quick-approval-modal.d.ts +13 -0
- package/dist/components/radio/index.d.ts +2 -0
- package/dist/components/radio/radio.d.ts +4 -0
- package/dist/components/reports/dynamic-report/dynamic-report.d.ts +21 -0
- package/dist/components/reports/dynamic-report/dynamic-rows.d.ts +20 -0
- package/dist/components/reports/dynamic-report/index.d.ts +3 -0
- package/dist/components/reports/index.d.ts +1 -0
- package/dist/components/reports-title-bar/index.d.ts +4 -0
- package/dist/components/reports-title-bar/redux/actionCreator.d.ts +1 -0
- package/dist/components/reports-title-bar/redux/index.d.ts +5 -0
- package/dist/components/reports-title-bar/redux/reducer.d.ts +3 -0
- package/dist/components/reports-title-bar/redux/state.d.ts +8 -0
- package/dist/components/reports-title-bar/report-buttons/index.d.ts +2 -0
- package/dist/components/reports-title-bar/report-buttons/report-buttons.d.ts +26 -0
- package/dist/components/reports-title-bar/reports-title-bar.d.ts +30 -0
- package/dist/components/reset-password-modal/index.d.ts +2 -0
- package/dist/components/reset-password-modal/reset-password-modal.d.ts +5 -0
- package/dist/components/rfq-response/index.d.ts +2 -0
- package/dist/components/rfq-response/item-response-details.d.ts +1 -0
- package/dist/components/save-filter-modal/index.d.ts +2 -0
- package/dist/components/save-filter-modal/save-filter-modal.d.ts +8 -0
- package/dist/components/schedule-report/index.d.ts +6 -0
- package/dist/components/schedule-report/schedule-report-modal.d.ts +17 -0
- package/dist/components/schedule-report/schedule-report.d.ts +6 -0
- package/dist/components/schedule-report/utils/common.d.ts +9 -0
- package/dist/components/schedule-report/utils/constant.d.ts +29 -0
- package/dist/components/schedule-report/utils/index.d.ts +3 -0
- package/dist/components/schedule-report/utils/type.d.ts +31 -0
- package/dist/components/schedule-report/validator.d.ts +13 -0
- package/dist/components/search-bar/index.d.ts +2 -0
- package/dist/components/search-bar/search-bar.d.ts +14 -0
- package/dist/components/searchable-select.d.ts +49 -0
- package/dist/components/select/controller/chip-or-placeholder.d.ts +10 -0
- package/dist/components/select/controller/controller-select.d.ts +33 -0
- package/dist/components/select/controller/index.d.ts +4 -0
- package/dist/components/select/index.d.ts +5 -0
- package/dist/components/select/select-search.d.ts +4 -0
- package/dist/components/select/select.d.ts +3 -0
- package/dist/components/share-modal/index.d.ts +5 -0
- package/dist/components/share-modal/redux/actionCreator.d.ts +2 -0
- package/dist/components/share-modal/redux/index.d.ts +5 -0
- package/dist/components/share-modal/redux/reducer.d.ts +21 -0
- package/dist/components/share-modal/redux/state.d.ts +8 -0
- package/dist/components/share-modal/share-modal-enhanced.d.ts +19 -0
- package/dist/components/share-modal/share-modal.d.ts +13 -0
- package/dist/components/sidebar/index.d.ts +2 -0
- package/dist/components/sidebar/sidebar.d.ts +23 -0
- package/dist/components/snackbar/index.d.ts +2 -0
- package/dist/components/snackbar/snackbar.d.ts +4 -0
- package/dist/components/sub-header-doc/index.d.ts +2 -0
- package/dist/components/sub-header-doc/sub-header-doc.d.ts +3 -0
- package/dist/components/switches/android-12-switch.d.ts +2 -0
- package/dist/components/switches/index.d.ts +2 -0
- package/dist/components/tab-bar-ui/index.d.ts +2 -0
- package/dist/components/tab-bar-ui/tab-bar-ui.d.ts +20 -0
- package/dist/components/tabs/index.d.ts +2 -0
- package/dist/components/tabs/tabs.d.ts +24 -0
- package/dist/components/text-area/index.d.ts +2 -0
- package/dist/components/text-area/text-area.d.ts +9 -0
- package/dist/components/text-field/index.d.ts +2 -0
- package/dist/components/text-field/text-field.d.ts +3 -0
- package/dist/components/time-picker/index.d.ts +2 -0
- package/dist/components/time-picker/time-picker.d.ts +16 -0
- package/dist/components/time-range-picker/index.d.ts +2 -0
- package/dist/components/time-range-picker/time-range-picker.d.ts +10 -0
- package/dist/components/title-dropdown-button/index.d.ts +2 -0
- package/dist/components/title-dropdown-button/title-dropdown-button.d.ts +15 -0
- package/dist/components/toast/index.d.ts +2 -0
- package/dist/components/toast/toast.d.ts +9 -0
- package/dist/components/toggle/index.d.ts +2 -0
- package/dist/components/toggle/toggle.d.ts +7 -0
- package/dist/components/toggle-switch/index.d.ts +2 -0
- package/dist/components/toggle-switch/toggle-switch.d.ts +10 -0
- package/dist/components/tooltip/Tooltip.d.ts +4 -0
- package/dist/components/tooltip/index.d.ts +2 -0
- package/dist/components/typography/index.d.ts +2 -0
- package/dist/components/typography/typography.d.ts +8 -0
- package/dist/components/upload/file-confirmation.d.ts +12 -0
- package/dist/components/upload/index.d.ts +4 -0
- package/dist/components/upload/upload.d.ts +15 -0
- package/dist/components/upload-excel/file-confirmation.d.ts +11 -0
- package/dist/components/upload-excel/index.d.ts +4 -0
- package/dist/components/upload-excel/upload-excel.d.ts +16 -0
- package/dist/components/upload-media/index.d.ts +2 -0
- package/dist/components/upload-media/upload-media.d.ts +16 -0
- package/dist/components/user-dropdown/index.d.ts +2 -0
- package/dist/components/user-dropdown/user-dropdown.d.ts +12 -0
- package/dist/components/value-field/index.d.ts +2 -0
- package/dist/components/value-field/value-field.d.ts +8 -0
- package/dist/components/view-modal/index.d.ts +2 -0
- package/dist/components/view-modal/view-modal.d.ts +13 -0
- package/dist/config/index.d.ts +43 -0
- package/dist/constants/action-bar.d.ts +9 -0
- package/dist/constants/all-language.d.ts +6 -0
- package/dist/constants/auth.d.ts +5 -0
- package/dist/constants/common.d.ts +1 -0
- package/dist/constants/defaultColumns.d.ts +109 -0
- package/dist/constants/lang/ar.d.ts +1448 -0
- package/dist/constants/lang/en.d.ts +10645 -0
- package/dist/constants/lang/es.d.ts +142 -0
- package/dist/constants/lang/index.d.ts +6 -0
- package/dist/constants/modules.d.ts +2 -0
- package/dist/constants/mui.constants.d.ts +2 -0
- package/dist/constants/pathnames/index.d.ts +13 -0
- package/dist/constants/pathnames/pathname.accounting.d.ts +165 -0
- package/dist/constants/pathnames/pathname.crm.d.ts +203 -0
- package/dist/constants/pathnames/pathname.d.ts +25 -0
- package/dist/constants/pathnames/pathname.document.d.ts +10 -0
- package/dist/constants/pathnames/pathname.hrms.d.ts +5 -0
- package/dist/constants/pathnames/pathname.inventory.d.ts +154 -0
- package/dist/constants/pathnames/pathname.manufacturing.d.ts +387 -0
- package/dist/constants/pathnames/pathname.office.d.ts +5 -0
- package/dist/constants/pathnames/pathname.procurement.d.ts +150 -0
- package/dist/constants/pathnames/pathname.project.d.ts +5 -0
- package/dist/constants/pathnames/pathname.quotes.d.ts +5 -0
- package/dist/constants/pathnames/pathname.rental.d.ts +43 -0
- package/dist/constants/pathnames/pathname.user.d.ts +20 -0
- package/dist/constants/resource-lang.d.ts +12240 -0
- package/dist/constants/route-page-map.d.ts +10 -0
- package/dist/constants/status.d.ts +4 -0
- package/dist/contexts/AuthContext.d.ts +69 -0
- package/dist/contexts/languageContext.d.ts +24 -0
- package/dist/contexts/page-context.d.ts +72 -0
- package/dist/contexts/permission-context.d.ts +14 -0
- package/dist/hooks/apiHelper.d.ts +12 -0
- package/dist/hooks/common.d.ts +41 -0
- package/dist/hooks/use-deep-memo.d.ts +2 -0
- package/dist/hooks/use-material-calculations.d.ts +81 -0
- package/dist/hooks/use-translations.d.ts +3 -0
- package/dist/hooks/useCheckSkuAndName.d.ts +7 -0
- package/dist/hooks/useDataFetcher.d.ts +25 -0
- package/dist/hooks/useLanguageFallback.d.ts +67 -0
- package/dist/hooks/useLocationFilter.d.ts +43 -0
- package/dist/hooks/useReduxIntegration.d.ts +9 -0
- package/dist/index.d.ts +190 -1
- package/dist/layout/fullScreen/fullScreen.d.ts +1 -0
- package/dist/layout/fullScreen/index.d.ts +2 -0
- package/dist/layout/sidebarScreen/index.d.ts +2 -0
- package/dist/layout/sidebarScreen/sidebarScreen.d.ts +7 -0
- 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/@mui/system/colorManipulator/index.js.map +1 -1
- package/dist/node_modules/@mui/system/createStyled/index.esm.js +6 -6
- package/dist/node_modules/@mui/system/createStyled/index.js +1 -1
- package/dist/node_modules/@mui/system/createStyled/index.js.map +1 -1
- package/dist/node_modules/@mui/system/useThemeWithoutDefault/index.esm.js +1 -1
- package/dist/node_modules/@mui/system/useThemeWithoutDefault/index.js +1 -1
- package/dist/redux/actionCreator.d.ts +7 -0
- package/dist/redux/apiConfig.d.ts +18 -0
- package/dist/redux/hooks.d.ts +7 -0
- package/dist/redux/module-reducer.d.ts +9 -0
- package/dist/redux/slices/headerSlice.d.ts +24 -0
- package/dist/redux/slices/index.d.ts +8 -0
- package/dist/redux/slices/inventoryReportsTitleBarSlice.d.ts +45 -0
- package/dist/redux/slices/reportsTitleBarSlice.d.ts +21 -0
- package/dist/redux/slices/shareSlice.d.ts +26 -0
- package/dist/redux/toolkit.d.ts +1 -0
- package/dist/redux/types.d.ts +66 -0
- package/dist/server.d.ts +8 -0
- package/dist/style.css +72 -72
- package/dist/styles/index.d.ts +1 -1
- package/dist/styles/themes/index.d.ts +21 -0
- package/dist/theme/color.d.ts +38 -0
- package/dist/theme/theme-impl.d.ts +24 -0
- package/dist/theme/themeSelector.d.ts +15 -0
- package/dist/theme/themeWrapper.d.ts +10 -0
- package/dist/theme/types/extendMUIPalette.d.ts +47 -0
- package/dist/theme/types/index.d.ts +1 -0
- package/dist/theme/typography.d.ts +88 -0
- package/dist/types/index.d.ts +1 -21
- package/dist/utils/api.d.ts +662 -0
- package/dist/utils/calculation.d.ts +13 -0
- package/dist/utils/color.d.ts +21 -0
- package/dist/utils/common-utility.d.ts +224 -0
- package/dist/utils/common.d.ts +237 -0
- package/dist/utils/constant.d.ts +18 -0
- package/dist/utils/country.d.ts +1 -0
- package/dist/utils/date-range.d.ts +31 -0
- package/dist/utils/dateFormat.d.ts +11 -0
- package/dist/utils/dateValidation.d.ts +84 -0
- package/dist/utils/deformat-text.d.ts +2 -0
- package/dist/utils/export-filters.d.ts +2 -0
- package/dist/utils/fileSize.d.ts +2 -0
- package/dist/utils/form-builder-conversion.d.ts +2 -0
- package/dist/utils/form-builder-deconversion.d.ts +45 -0
- package/dist/utils/format-text.d.ts +4 -0
- package/dist/utils/i18n.d.ts +3 -0
- package/dist/utils/language.d.ts +1 -0
- package/dist/utils/menu-filter.d.ts +70 -0
- package/dist/utils/metaComponent.d.ts +14 -0
- package/dist/utils/migration-utils.d.ts +7 -0
- package/dist/utils/navigation-utils.d.ts +24 -0
- package/dist/utils/route-utils.d.ts +4 -0
- package/dist/utils/server.d.ts +5 -0
- package/dist/utils/setup.d.ts +1 -0
- package/dist/utils/translations.d.ts +1 -0
- package/dist/views/404.d.ts +7 -0
- package/dist/views/afterAuth/dashboard/dashboard.d.ts +2 -0
- package/dist/views/afterAuth/dashboard/index.d.ts +3 -0
- package/dist/views/afterAuth/dashboard/redux/actionCreator.d.ts +6 -0
- package/dist/views/afterAuth/dashboard/redux/index.d.ts +5 -0
- package/dist/views/afterAuth/dashboard/redux/reducer.d.ts +3508 -0
- package/dist/views/afterAuth/dashboard/redux/state.d.ts +499 -0
- package/dist/views/afterAuth/index.d.ts +2 -0
- package/dist/views/afterAuth/page-view/index.d.ts +4 -0
- package/dist/views/afterAuth/page-view/page-view.d.ts +2 -0
- package/dist/views/afterAuth/page-view/redux/actionCreator.d.ts +1 -0
- package/dist/views/afterAuth/page-view/redux/index.d.ts +5 -0
- package/dist/views/afterAuth/page-view/redux/reducer.d.ts +273 -0
- package/dist/views/afterAuth/page-view/redux/state.d.ts +33 -0
- package/dist/views/afterAuth/page-view/utils/default-data.d.ts +16 -0
- package/dist/views/afterAuth/page-view/utils/index.d.ts +2 -0
- package/dist/views/afterAuth/page-view/utils/local-data.d.ts +16 -0
- package/dist/views/beforeAuth/change-password/change-password.d.ts +1 -0
- package/dist/views/beforeAuth/change-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/activity-tag-data/activity-tag-data.d.ts +11 -0
- package/dist/views/beforeAuth/components/activity-tag-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/calendar-data/calendar-data.d.ts +18 -0
- package/dist/views/beforeAuth/components/calendar-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/drive-dashboard-data/drive-dashboard-data.d.ts +147 -0
- package/dist/views/beforeAuth/components/drive-dashboard-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/gantt-data/gantt-data.d.ts +4 -0
- package/dist/views/beforeAuth/components/gantt-data/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/grid-data/grid-data.d.ts +8 -0
- package/dist/views/beforeAuth/components/grid-data/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/index.d.ts +13 -0
- package/dist/views/beforeAuth/components/kanbann-content/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/kanbann-content/kanbann-raw.d.ts +11 -0
- package/dist/views/beforeAuth/components/list-content/column-raw.d.ts +38 -0
- package/dist/views/beforeAuth/components/list-content/index.d.ts +2 -0
- package/dist/views/beforeAuth/components/list-content/list-data.d.ts +11 -0
- package/dist/views/beforeAuth/components/multiline-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/multiline-data/multiline-data.d.ts +5 -0
- package/dist/views/beforeAuth/components/share-modal-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/share-modal-data/share-modal-data.d.ts +6 -0
- package/dist/views/beforeAuth/components/shared-pages-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/shared-pages-data/shared-pages-data.d.ts +7 -0
- package/dist/views/beforeAuth/components/tabs-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/tabs-data/tabs-data.d.ts +5 -0
- package/dist/views/beforeAuth/components/user-dashboard-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/user-dashboard-data/user-dashboard-data.d.ts +157 -0
- package/dist/views/beforeAuth/components/user-dropdown-data/index.d.ts +1 -0
- package/dist/views/beforeAuth/components/user-dropdown-data/user-dropdown-data.d.ts +6 -0
- package/dist/views/beforeAuth/forgot-password/forgot-password.d.ts +1 -0
- package/dist/views/beforeAuth/forgot-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/index.d.ts +6 -0
- package/dist/views/beforeAuth/landing/index.d.ts +2 -0
- package/dist/views/beforeAuth/landing/landing.d.ts +3 -0
- package/dist/views/beforeAuth/login/index.d.ts +2 -0
- package/dist/views/beforeAuth/reset-password/index.d.ts +1 -0
- package/dist/views/beforeAuth/reset-password/reset-password.d.ts +1 -0
- package/dist/views/form-builder/custom-form.d.ts +7 -0
- package/dist/views/form-builder/element-edit-forms/checkbox.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/column-width.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/field-select.d.ts +4 -0
- package/dist/views/form-builder/element-edit-forms/index.d.ts +14 -0
- package/dist/views/form-builder/element-edit-forms/section.d.ts +3 -0
- package/dist/views/form-builder/element-edit-forms/select.d.ts +33 -0
- package/dist/views/form-builder/element-edit-forms/table-form.d.ts +13 -0
- package/dist/views/form-builder/element-edit-forms/text.d.ts +12 -0
- package/dist/views/form-builder/field_properties.d.ts +99 -0
- package/dist/views/form-builder/form-fields.d.ts +46 -0
- package/dist/views/form-builder/index.d.ts +9 -0
- package/dist/views/form-builder/redux/actionCreator.d.ts +5 -0
- package/dist/views/form-builder/redux/index.d.ts +5 -0
- package/dist/views/form-builder/redux/state.d.ts +27 -0
- package/dist/views/form-builder/types.d.ts +2 -0
- package/dist/views/form-builder/utils/common.d.ts +66 -0
- package/dist/views/form-builder/utils/index.d.ts +1 -0
- package/dist/views/index.d.ts +8 -1
- package/dist/views/privateRoute.d.ts +2 -0
- package/dist/views/template-editor/add-template/add-template.d.ts +4 -0
- package/dist/views/template-editor/add-template/index.d.ts +2 -0
- package/dist/views/template-editor/company-selection-modal/company-selection-modal.d.ts +14 -0
- package/dist/views/template-editor/company-selection-modal/index.d.ts +2 -0
- package/dist/views/template-editor/components/EditorCanvas.d.ts +22 -0
- package/dist/views/template-editor/components/EditorHeader.d.ts +18 -0
- package/dist/views/template-editor/components/EditorSection.d.ts +20 -0
- package/dist/views/template-editor/components/EditorSidebar.d.ts +2 -0
- package/dist/views/template-editor/components/SectionFlowEditor.d.ts +9 -0
- package/dist/views/template-editor/components/SectionFormatPanel.d.ts +46 -0
- package/dist/views/template-editor/components/controllers/AlignmentControl.d.ts +7 -0
- package/dist/views/template-editor/components/controllers/ButtonControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/CodeControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/DividerControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/ImageControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/SignatureControls.d.ts +8 -0
- package/dist/views/template-editor/components/controllers/TableControls.d.ts +36 -0
- package/dist/views/template-editor/components/controllers/TextControls.d.ts +21 -0
- package/dist/views/template-editor/components/controllers/border-control.d.ts +13 -0
- package/dist/views/template-editor/components/controllers/index.d.ts +18 -0
- package/dist/views/template-editor/components/index.d.ts +13 -0
- package/dist/views/template-editor/edit-section-modal/edit-section-modal.d.ts +16 -0
- package/dist/views/template-editor/edit-section-modal/index.d.ts +2 -0
- package/dist/views/template-editor/index.d.ts +11 -0
- package/dist/views/template-editor/routes.d.ts +4 -0
- package/dist/views/template-editor/template-modal/html-thumbnail-preview.d.ts +17 -0
- package/dist/views/template-editor/template-modal/index.d.ts +4 -0
- package/dist/views/template-editor/template-modal/template-modal.d.ts +8 -0
- package/dist/views/template-editor/template-name-modal/index.d.ts +2 -0
- package/dist/views/template-editor/template-name-modal/template-name-modal.d.ts +15 -0
- package/dist/views/template-editor/templates.d.ts +4 -0
- package/dist/views/template-editor/types/editor.d.ts +32 -0
- package/dist/views/template-editor/types/index.d.ts +1 -0
- package/dist/views/template-editor/utils/common.d.ts +17 -0
- package/dist/views/template-editor/utils/constant.d.ts +136 -0
- package/dist/views/template-editor/utils/default-data.d.ts +7 -0
- package/dist/views/template-editor/utils/index.d.ts +5 -0
- package/dist/views/template-editor/utils/style-extractor.d.ts +11 -0
- package/dist/views/template-editor/utils/types.d.ts +33 -0
- package/dist/vite-env.d.ts +24 -0
- package/package.json +1 -1
- package/src/styles/index.d.ts +1 -0
- package/dist/src/components/form-control/form-builder/form-builder-element/number-input.d.ts +0 -0
|
@@ -0,0 +1,2875 @@
|
|
|
1
|
+
export interface FullResponse<T, U extends number> {
|
|
2
|
+
'statusCode': U;
|
|
3
|
+
'headers': object;
|
|
4
|
+
'body': T;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
export type GetV1FileUploadRequest = {
|
|
8
|
+
'key': string;
|
|
9
|
+
'mimeType': string;
|
|
10
|
+
'partCount': number;
|
|
11
|
+
'x-token'?: string;
|
|
12
|
+
'file-size'?: number;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
export type GetV1FileUploadResponseOK = {
|
|
16
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
17
|
+
'success': boolean;
|
|
18
|
+
'status_code': number;
|
|
19
|
+
'message': string;
|
|
20
|
+
'data': unknown;
|
|
21
|
+
'pagination': unknown;
|
|
22
|
+
}
|
|
23
|
+
export type GetV1FileUploadResponseBadRequest = {
|
|
24
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
25
|
+
'success': boolean;
|
|
26
|
+
'status_code': number;
|
|
27
|
+
'message': string;
|
|
28
|
+
}
|
|
29
|
+
export type GetV1FileUploadResponseNotFound = {
|
|
30
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
31
|
+
'success': boolean;
|
|
32
|
+
'status_code': number;
|
|
33
|
+
'message': string;
|
|
34
|
+
}
|
|
35
|
+
export type GetV1FileUploadResponseInternalServerError = {
|
|
36
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
37
|
+
'success': boolean;
|
|
38
|
+
'status_code': number;
|
|
39
|
+
'message': string;
|
|
40
|
+
}
|
|
41
|
+
export type GetV1FileUploadResponses =
|
|
42
|
+
GetV1FileUploadResponseOK
|
|
43
|
+
| GetV1FileUploadResponseBadRequest
|
|
44
|
+
| GetV1FileUploadResponseNotFound
|
|
45
|
+
| GetV1FileUploadResponseInternalServerError
|
|
46
|
+
|
|
47
|
+
export type PostV1FileUploadMarkCompleteRequest = {
|
|
48
|
+
'x-token'?: string;
|
|
49
|
+
'x-timezone'?: string;
|
|
50
|
+
'fileName': string;
|
|
51
|
+
'uploadId': string;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
export type PostV1FileUploadMarkCompleteResponseOK = {
|
|
55
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
56
|
+
'success': boolean;
|
|
57
|
+
'status_code': number;
|
|
58
|
+
'message': string;
|
|
59
|
+
'data': unknown;
|
|
60
|
+
'pagination': unknown;
|
|
61
|
+
}
|
|
62
|
+
export type PostV1FileUploadMarkCompleteResponseBadRequest = {
|
|
63
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
64
|
+
'success': boolean;
|
|
65
|
+
'status_code': number;
|
|
66
|
+
'message': string;
|
|
67
|
+
}
|
|
68
|
+
export type PostV1FileUploadMarkCompleteResponseNotFound = {
|
|
69
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
70
|
+
'success': boolean;
|
|
71
|
+
'status_code': number;
|
|
72
|
+
'message': string;
|
|
73
|
+
}
|
|
74
|
+
export type PostV1FileUploadMarkCompleteResponseInternalServerError = {
|
|
75
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
76
|
+
'success': boolean;
|
|
77
|
+
'status_code': number;
|
|
78
|
+
'message': string;
|
|
79
|
+
}
|
|
80
|
+
export type PostV1FileUploadMarkCompleteResponses =
|
|
81
|
+
PostV1FileUploadMarkCompleteResponseOK
|
|
82
|
+
| PostV1FileUploadMarkCompleteResponseBadRequest
|
|
83
|
+
| PostV1FileUploadMarkCompleteResponseNotFound
|
|
84
|
+
| PostV1FileUploadMarkCompleteResponseInternalServerError
|
|
85
|
+
|
|
86
|
+
export type GetV1UserActivityRequest = {
|
|
87
|
+
'skip'?: number;
|
|
88
|
+
'limit'?: number;
|
|
89
|
+
'order'?: string;
|
|
90
|
+
'filters'?: string;
|
|
91
|
+
'search'?: string;
|
|
92
|
+
'select'?: string;
|
|
93
|
+
'x-token'?: string;
|
|
94
|
+
'x-timezone'?: string;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
export type GetV1UserActivityResponseOK = {
|
|
98
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
99
|
+
'success': boolean;
|
|
100
|
+
'status_code': number;
|
|
101
|
+
'message': string;
|
|
102
|
+
'data': unknown;
|
|
103
|
+
'pagination': unknown;
|
|
104
|
+
}
|
|
105
|
+
export type GetV1UserActivityResponseBadRequest = {
|
|
106
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
107
|
+
'success': boolean;
|
|
108
|
+
'status_code': number;
|
|
109
|
+
'message': string;
|
|
110
|
+
}
|
|
111
|
+
export type GetV1UserActivityResponseNotFound = {
|
|
112
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
113
|
+
'success': boolean;
|
|
114
|
+
'status_code': number;
|
|
115
|
+
'message': string;
|
|
116
|
+
}
|
|
117
|
+
export type GetV1UserActivityResponseInternalServerError = {
|
|
118
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
119
|
+
'success': boolean;
|
|
120
|
+
'status_code': number;
|
|
121
|
+
'message': string;
|
|
122
|
+
}
|
|
123
|
+
export type GetV1UserActivityResponses =
|
|
124
|
+
GetV1UserActivityResponseOK
|
|
125
|
+
| GetV1UserActivityResponseBadRequest
|
|
126
|
+
| GetV1UserActivityResponseNotFound
|
|
127
|
+
| GetV1UserActivityResponseInternalServerError
|
|
128
|
+
|
|
129
|
+
export type PostV1UserActivityRequest = {
|
|
130
|
+
'x-token'?: string;
|
|
131
|
+
'x-timezone'?: string;
|
|
132
|
+
'module': string;
|
|
133
|
+
'resource': string;
|
|
134
|
+
'user_id': string;
|
|
135
|
+
'action': string;
|
|
136
|
+
'user_agent': string;
|
|
137
|
+
'data'?: object;
|
|
138
|
+
'metadata'?: object;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
export type PostV1UserActivityResponseOK = {
|
|
142
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
143
|
+
'success': boolean;
|
|
144
|
+
'status_code': number;
|
|
145
|
+
'message': string;
|
|
146
|
+
'data': unknown;
|
|
147
|
+
'pagination': unknown;
|
|
148
|
+
}
|
|
149
|
+
export type PostV1UserActivityResponseBadRequest = {
|
|
150
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
151
|
+
'success': boolean;
|
|
152
|
+
'status_code': number;
|
|
153
|
+
'message': string;
|
|
154
|
+
}
|
|
155
|
+
export type PostV1UserActivityResponseNotFound = {
|
|
156
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
157
|
+
'success': boolean;
|
|
158
|
+
'status_code': number;
|
|
159
|
+
'message': string;
|
|
160
|
+
}
|
|
161
|
+
export type PostV1UserActivityResponseInternalServerError = {
|
|
162
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
163
|
+
'success': boolean;
|
|
164
|
+
'status_code': number;
|
|
165
|
+
'message': string;
|
|
166
|
+
}
|
|
167
|
+
export type PostV1UserActivityResponses =
|
|
168
|
+
PostV1UserActivityResponseOK
|
|
169
|
+
| PostV1UserActivityResponseBadRequest
|
|
170
|
+
| PostV1UserActivityResponseNotFound
|
|
171
|
+
| PostV1UserActivityResponseInternalServerError
|
|
172
|
+
|
|
173
|
+
export type PostV1FormBuilderRequest = {
|
|
174
|
+
'x-token'?: string;
|
|
175
|
+
'x-timezone'?: string;
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
export type PostV1FormBuilderResponseOK = {
|
|
179
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
180
|
+
'success': boolean;
|
|
181
|
+
'status_code': number;
|
|
182
|
+
'message': string;
|
|
183
|
+
'data': unknown;
|
|
184
|
+
'pagination': unknown;
|
|
185
|
+
}
|
|
186
|
+
export type PostV1FormBuilderResponseBadRequest = {
|
|
187
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
188
|
+
'success': boolean;
|
|
189
|
+
'status_code': number;
|
|
190
|
+
'message': string;
|
|
191
|
+
}
|
|
192
|
+
export type PostV1FormBuilderResponseNotFound = {
|
|
193
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
194
|
+
'success': boolean;
|
|
195
|
+
'status_code': number;
|
|
196
|
+
'message': string;
|
|
197
|
+
}
|
|
198
|
+
export type PostV1FormBuilderResponseInternalServerError = {
|
|
199
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
200
|
+
'success': boolean;
|
|
201
|
+
'status_code': number;
|
|
202
|
+
'message': string;
|
|
203
|
+
}
|
|
204
|
+
export type PostV1FormBuilderResponses =
|
|
205
|
+
PostV1FormBuilderResponseOK
|
|
206
|
+
| PostV1FormBuilderResponseBadRequest
|
|
207
|
+
| PostV1FormBuilderResponseNotFound
|
|
208
|
+
| PostV1FormBuilderResponseInternalServerError
|
|
209
|
+
|
|
210
|
+
export type GetV1FormBuilderRequest = {
|
|
211
|
+
'skip'?: number;
|
|
212
|
+
'limit'?: number;
|
|
213
|
+
'order'?: string;
|
|
214
|
+
'filters'?: string;
|
|
215
|
+
'search'?: string;
|
|
216
|
+
'select'?: string;
|
|
217
|
+
'x-token'?: string;
|
|
218
|
+
'x-timezone'?: string;
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
export type GetV1FormBuilderResponseOK = {
|
|
222
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
223
|
+
'success': boolean;
|
|
224
|
+
'status_code': number;
|
|
225
|
+
'message': string;
|
|
226
|
+
'data': unknown;
|
|
227
|
+
'pagination': unknown;
|
|
228
|
+
}
|
|
229
|
+
export type GetV1FormBuilderResponseBadRequest = {
|
|
230
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
231
|
+
'success': boolean;
|
|
232
|
+
'status_code': number;
|
|
233
|
+
'message': string;
|
|
234
|
+
}
|
|
235
|
+
export type GetV1FormBuilderResponseNotFound = {
|
|
236
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
237
|
+
'success': boolean;
|
|
238
|
+
'status_code': number;
|
|
239
|
+
'message': string;
|
|
240
|
+
}
|
|
241
|
+
export type GetV1FormBuilderResponseInternalServerError = {
|
|
242
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
243
|
+
'success': boolean;
|
|
244
|
+
'status_code': number;
|
|
245
|
+
'message': string;
|
|
246
|
+
}
|
|
247
|
+
export type GetV1FormBuilderResponses =
|
|
248
|
+
GetV1FormBuilderResponseOK
|
|
249
|
+
| GetV1FormBuilderResponseBadRequest
|
|
250
|
+
| GetV1FormBuilderResponseNotFound
|
|
251
|
+
| GetV1FormBuilderResponseInternalServerError
|
|
252
|
+
|
|
253
|
+
export type GetV1FormBuilderIdRequest = {
|
|
254
|
+
'skip'?: number;
|
|
255
|
+
'limit'?: number;
|
|
256
|
+
'order'?: string;
|
|
257
|
+
'filters'?: string;
|
|
258
|
+
'search'?: string;
|
|
259
|
+
'select'?: string;
|
|
260
|
+
'x-token'?: string;
|
|
261
|
+
'x-timezone'?: string;
|
|
262
|
+
'id': string;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
export type GetV1FormBuilderIdResponseOK = {
|
|
266
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
267
|
+
'success': boolean;
|
|
268
|
+
'status_code': number;
|
|
269
|
+
'message': string;
|
|
270
|
+
'data': unknown;
|
|
271
|
+
'pagination': unknown;
|
|
272
|
+
}
|
|
273
|
+
export type GetV1FormBuilderIdResponseBadRequest = {
|
|
274
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
275
|
+
'success': boolean;
|
|
276
|
+
'status_code': number;
|
|
277
|
+
'message': string;
|
|
278
|
+
}
|
|
279
|
+
export type GetV1FormBuilderIdResponseNotFound = {
|
|
280
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
281
|
+
'success': boolean;
|
|
282
|
+
'status_code': number;
|
|
283
|
+
'message': string;
|
|
284
|
+
}
|
|
285
|
+
export type GetV1FormBuilderIdResponseInternalServerError = {
|
|
286
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
287
|
+
'success': boolean;
|
|
288
|
+
'status_code': number;
|
|
289
|
+
'message': string;
|
|
290
|
+
}
|
|
291
|
+
export type GetV1FormBuilderIdResponses =
|
|
292
|
+
GetV1FormBuilderIdResponseOK
|
|
293
|
+
| GetV1FormBuilderIdResponseBadRequest
|
|
294
|
+
| GetV1FormBuilderIdResponseNotFound
|
|
295
|
+
| GetV1FormBuilderIdResponseInternalServerError
|
|
296
|
+
|
|
297
|
+
export type PatchV1FormBuilderIdRequest = {
|
|
298
|
+
'x-token'?: string;
|
|
299
|
+
'x-timezone'?: string;
|
|
300
|
+
'id': string;
|
|
301
|
+
}
|
|
302
|
+
|
|
303
|
+
export type PatchV1FormBuilderIdResponseOK = {
|
|
304
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
305
|
+
'success': boolean;
|
|
306
|
+
'status_code': number;
|
|
307
|
+
'message': string;
|
|
308
|
+
'data': unknown;
|
|
309
|
+
'pagination': unknown;
|
|
310
|
+
}
|
|
311
|
+
export type PatchV1FormBuilderIdResponseBadRequest = {
|
|
312
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
313
|
+
'success': boolean;
|
|
314
|
+
'status_code': number;
|
|
315
|
+
'message': string;
|
|
316
|
+
}
|
|
317
|
+
export type PatchV1FormBuilderIdResponseNotFound = {
|
|
318
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
319
|
+
'success': boolean;
|
|
320
|
+
'status_code': number;
|
|
321
|
+
'message': string;
|
|
322
|
+
}
|
|
323
|
+
export type PatchV1FormBuilderIdResponseInternalServerError = {
|
|
324
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
325
|
+
'success': boolean;
|
|
326
|
+
'status_code': number;
|
|
327
|
+
'message': string;
|
|
328
|
+
}
|
|
329
|
+
export type PatchV1FormBuilderIdResponses =
|
|
330
|
+
PatchV1FormBuilderIdResponseOK
|
|
331
|
+
| PatchV1FormBuilderIdResponseBadRequest
|
|
332
|
+
| PatchV1FormBuilderIdResponseNotFound
|
|
333
|
+
| PatchV1FormBuilderIdResponseInternalServerError
|
|
334
|
+
|
|
335
|
+
export type GetV1FormBuilderFieldsIdRequest = {
|
|
336
|
+
'x-token'?: string;
|
|
337
|
+
'x-timezone'?: string;
|
|
338
|
+
'id': string;
|
|
339
|
+
}
|
|
340
|
+
|
|
341
|
+
export type GetV1FormBuilderFieldsIdResponseOK = {
|
|
342
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
343
|
+
'success': boolean;
|
|
344
|
+
'status_code': number;
|
|
345
|
+
'message': string;
|
|
346
|
+
'data': unknown;
|
|
347
|
+
'pagination': unknown;
|
|
348
|
+
}
|
|
349
|
+
export type GetV1FormBuilderFieldsIdResponseBadRequest = {
|
|
350
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
351
|
+
'success': boolean;
|
|
352
|
+
'status_code': number;
|
|
353
|
+
'message': string;
|
|
354
|
+
}
|
|
355
|
+
export type GetV1FormBuilderFieldsIdResponseNotFound = {
|
|
356
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
357
|
+
'success': boolean;
|
|
358
|
+
'status_code': number;
|
|
359
|
+
'message': string;
|
|
360
|
+
}
|
|
361
|
+
export type GetV1FormBuilderFieldsIdResponseInternalServerError = {
|
|
362
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
363
|
+
'success': boolean;
|
|
364
|
+
'status_code': number;
|
|
365
|
+
'message': string;
|
|
366
|
+
}
|
|
367
|
+
export type GetV1FormBuilderFieldsIdResponses =
|
|
368
|
+
GetV1FormBuilderFieldsIdResponseOK
|
|
369
|
+
| GetV1FormBuilderFieldsIdResponseBadRequest
|
|
370
|
+
| GetV1FormBuilderFieldsIdResponseNotFound
|
|
371
|
+
| GetV1FormBuilderFieldsIdResponseInternalServerError
|
|
372
|
+
|
|
373
|
+
export type GetV1FormBuilderSchemaFieldsNameRequest = {
|
|
374
|
+
'x-token'?: string;
|
|
375
|
+
'x-timezone'?: string;
|
|
376
|
+
'name': string;
|
|
377
|
+
}
|
|
378
|
+
|
|
379
|
+
export type GetV1FormBuilderSchemaFieldsNameResponseOK = {
|
|
380
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
381
|
+
'success': boolean;
|
|
382
|
+
'status_code': number;
|
|
383
|
+
'message': string;
|
|
384
|
+
'data': unknown;
|
|
385
|
+
'pagination': unknown;
|
|
386
|
+
}
|
|
387
|
+
export type GetV1FormBuilderSchemaFieldsNameResponseBadRequest = {
|
|
388
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
389
|
+
'success': boolean;
|
|
390
|
+
'status_code': number;
|
|
391
|
+
'message': string;
|
|
392
|
+
}
|
|
393
|
+
export type GetV1FormBuilderSchemaFieldsNameResponseNotFound = {
|
|
394
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
395
|
+
'success': boolean;
|
|
396
|
+
'status_code': number;
|
|
397
|
+
'message': string;
|
|
398
|
+
}
|
|
399
|
+
export type GetV1FormBuilderSchemaFieldsNameResponseInternalServerError = {
|
|
400
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
401
|
+
'success': boolean;
|
|
402
|
+
'status_code': number;
|
|
403
|
+
'message': string;
|
|
404
|
+
}
|
|
405
|
+
export type GetV1FormBuilderSchemaFieldsNameResponses =
|
|
406
|
+
GetV1FormBuilderSchemaFieldsNameResponseOK
|
|
407
|
+
| GetV1FormBuilderSchemaFieldsNameResponseBadRequest
|
|
408
|
+
| GetV1FormBuilderSchemaFieldsNameResponseNotFound
|
|
409
|
+
| GetV1FormBuilderSchemaFieldsNameResponseInternalServerError
|
|
410
|
+
|
|
411
|
+
export type GetV1FormBuilderRelationalSchemaFieldsNameRequest = {
|
|
412
|
+
'x-token'?: string;
|
|
413
|
+
'x-timezone'?: string;
|
|
414
|
+
'name': string;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
export type GetV1FormBuilderRelationalSchemaFieldsNameResponseOK = {
|
|
418
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
419
|
+
'success': boolean;
|
|
420
|
+
'status_code': number;
|
|
421
|
+
'message': string;
|
|
422
|
+
'data': unknown;
|
|
423
|
+
'pagination': unknown;
|
|
424
|
+
}
|
|
425
|
+
export type GetV1FormBuilderRelationalSchemaFieldsNameResponseBadRequest = {
|
|
426
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
427
|
+
'success': boolean;
|
|
428
|
+
'status_code': number;
|
|
429
|
+
'message': string;
|
|
430
|
+
}
|
|
431
|
+
export type GetV1FormBuilderRelationalSchemaFieldsNameResponseNotFound = {
|
|
432
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
433
|
+
'success': boolean;
|
|
434
|
+
'status_code': number;
|
|
435
|
+
'message': string;
|
|
436
|
+
}
|
|
437
|
+
export type GetV1FormBuilderRelationalSchemaFieldsNameResponseInternalServerError = {
|
|
438
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
439
|
+
'success': boolean;
|
|
440
|
+
'status_code': number;
|
|
441
|
+
'message': string;
|
|
442
|
+
}
|
|
443
|
+
export type GetV1FormBuilderRelationalSchemaFieldsNameResponses =
|
|
444
|
+
GetV1FormBuilderRelationalSchemaFieldsNameResponseOK
|
|
445
|
+
| GetV1FormBuilderRelationalSchemaFieldsNameResponseBadRequest
|
|
446
|
+
| GetV1FormBuilderRelationalSchemaFieldsNameResponseNotFound
|
|
447
|
+
| GetV1FormBuilderRelationalSchemaFieldsNameResponseInternalServerError
|
|
448
|
+
|
|
449
|
+
export type GetV1FilterResourceRequest = {
|
|
450
|
+
'x-token'?: string;
|
|
451
|
+
'x-timezone'?: string;
|
|
452
|
+
'resource': string;
|
|
453
|
+
}
|
|
454
|
+
|
|
455
|
+
export type GetV1FilterResourceResponseOK = {
|
|
456
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
457
|
+
'success': boolean;
|
|
458
|
+
'status_code': number;
|
|
459
|
+
'message': string;
|
|
460
|
+
'data': unknown;
|
|
461
|
+
'pagination': unknown;
|
|
462
|
+
}
|
|
463
|
+
export type GetV1FilterResourceResponseBadRequest = {
|
|
464
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
465
|
+
'success': boolean;
|
|
466
|
+
'status_code': number;
|
|
467
|
+
'message': string;
|
|
468
|
+
}
|
|
469
|
+
export type GetV1FilterResourceResponseNotFound = {
|
|
470
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
471
|
+
'success': boolean;
|
|
472
|
+
'status_code': number;
|
|
473
|
+
'message': string;
|
|
474
|
+
}
|
|
475
|
+
export type GetV1FilterResourceResponseInternalServerError = {
|
|
476
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
477
|
+
'success': boolean;
|
|
478
|
+
'status_code': number;
|
|
479
|
+
'message': string;
|
|
480
|
+
}
|
|
481
|
+
export type GetV1FilterResourceResponses =
|
|
482
|
+
GetV1FilterResourceResponseOK
|
|
483
|
+
| GetV1FilterResourceResponseBadRequest
|
|
484
|
+
| GetV1FilterResourceResponseNotFound
|
|
485
|
+
| GetV1FilterResourceResponseInternalServerError
|
|
486
|
+
|
|
487
|
+
export type GetV1FilterFilterTableRequest = {
|
|
488
|
+
'offset'?: number;
|
|
489
|
+
'limit'?: number;
|
|
490
|
+
'search'?: string;
|
|
491
|
+
'table'?: string;
|
|
492
|
+
'x-token'?: string;
|
|
493
|
+
'x-timezone'?: string;
|
|
494
|
+
}
|
|
495
|
+
|
|
496
|
+
export type GetV1FilterFilterTableResponseOK = {
|
|
497
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
498
|
+
'success': boolean;
|
|
499
|
+
'status_code': number;
|
|
500
|
+
'message': string;
|
|
501
|
+
'data': unknown;
|
|
502
|
+
'pagination': unknown;
|
|
503
|
+
}
|
|
504
|
+
export type GetV1FilterFilterTableResponseBadRequest = {
|
|
505
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
506
|
+
'success': boolean;
|
|
507
|
+
'status_code': number;
|
|
508
|
+
'message': string;
|
|
509
|
+
}
|
|
510
|
+
export type GetV1FilterFilterTableResponseNotFound = {
|
|
511
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
512
|
+
'success': boolean;
|
|
513
|
+
'status_code': number;
|
|
514
|
+
'message': string;
|
|
515
|
+
}
|
|
516
|
+
export type GetV1FilterFilterTableResponseInternalServerError = {
|
|
517
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
518
|
+
'success': boolean;
|
|
519
|
+
'status_code': number;
|
|
520
|
+
'message': string;
|
|
521
|
+
}
|
|
522
|
+
export type GetV1FilterFilterTableResponses =
|
|
523
|
+
GetV1FilterFilterTableResponseOK
|
|
524
|
+
| GetV1FilterFilterTableResponseBadRequest
|
|
525
|
+
| GetV1FilterFilterTableResponseNotFound
|
|
526
|
+
| GetV1FilterFilterTableResponseInternalServerError
|
|
527
|
+
|
|
528
|
+
export type PostV1FilterRequest = {
|
|
529
|
+
'x-token'?: string;
|
|
530
|
+
'x-timezone'?: string;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
export type PostV1FilterResponseOK = {
|
|
534
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
535
|
+
'success': boolean;
|
|
536
|
+
'status_code': number;
|
|
537
|
+
'message': string;
|
|
538
|
+
'data': unknown;
|
|
539
|
+
'pagination': unknown;
|
|
540
|
+
}
|
|
541
|
+
export type PostV1FilterResponseBadRequest = {
|
|
542
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
543
|
+
'success': boolean;
|
|
544
|
+
'status_code': number;
|
|
545
|
+
'message': string;
|
|
546
|
+
}
|
|
547
|
+
export type PostV1FilterResponseNotFound = {
|
|
548
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
549
|
+
'success': boolean;
|
|
550
|
+
'status_code': number;
|
|
551
|
+
'message': string;
|
|
552
|
+
}
|
|
553
|
+
export type PostV1FilterResponseInternalServerError = {
|
|
554
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
555
|
+
'success': boolean;
|
|
556
|
+
'status_code': number;
|
|
557
|
+
'message': string;
|
|
558
|
+
}
|
|
559
|
+
export type PostV1FilterResponses =
|
|
560
|
+
PostV1FilterResponseOK
|
|
561
|
+
| PostV1FilterResponseBadRequest
|
|
562
|
+
| PostV1FilterResponseNotFound
|
|
563
|
+
| PostV1FilterResponseInternalServerError
|
|
564
|
+
|
|
565
|
+
export type PutV1FilterIdRequest = {
|
|
566
|
+
'x-token'?: string;
|
|
567
|
+
'x-timezone'?: string;
|
|
568
|
+
'id': string;
|
|
569
|
+
'name': string;
|
|
570
|
+
}
|
|
571
|
+
|
|
572
|
+
export type PutV1FilterIdResponseOK = {
|
|
573
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
574
|
+
'success': boolean;
|
|
575
|
+
'status_code': number;
|
|
576
|
+
'message': string;
|
|
577
|
+
'data': unknown;
|
|
578
|
+
'pagination': unknown;
|
|
579
|
+
}
|
|
580
|
+
export type PutV1FilterIdResponseBadRequest = {
|
|
581
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
582
|
+
'success': boolean;
|
|
583
|
+
'status_code': number;
|
|
584
|
+
'message': string;
|
|
585
|
+
}
|
|
586
|
+
export type PutV1FilterIdResponseNotFound = {
|
|
587
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
588
|
+
'success': boolean;
|
|
589
|
+
'status_code': number;
|
|
590
|
+
'message': string;
|
|
591
|
+
}
|
|
592
|
+
export type PutV1FilterIdResponseInternalServerError = {
|
|
593
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
594
|
+
'success': boolean;
|
|
595
|
+
'status_code': number;
|
|
596
|
+
'message': string;
|
|
597
|
+
}
|
|
598
|
+
export type PutV1FilterIdResponses =
|
|
599
|
+
PutV1FilterIdResponseOK
|
|
600
|
+
| PutV1FilterIdResponseBadRequest
|
|
601
|
+
| PutV1FilterIdResponseNotFound
|
|
602
|
+
| PutV1FilterIdResponseInternalServerError
|
|
603
|
+
|
|
604
|
+
export type DeleteV1FilterIdRequest = {
|
|
605
|
+
'x-token'?: string;
|
|
606
|
+
'x-timezone'?: string;
|
|
607
|
+
'id': string;
|
|
608
|
+
}
|
|
609
|
+
|
|
610
|
+
export type DeleteV1FilterIdResponseOK = {
|
|
611
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
612
|
+
'success': boolean;
|
|
613
|
+
'status_code': number;
|
|
614
|
+
'message': string;
|
|
615
|
+
'data': unknown;
|
|
616
|
+
'pagination': unknown;
|
|
617
|
+
}
|
|
618
|
+
export type DeleteV1FilterIdResponseBadRequest = {
|
|
619
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
620
|
+
'success': boolean;
|
|
621
|
+
'status_code': number;
|
|
622
|
+
'message': string;
|
|
623
|
+
}
|
|
624
|
+
export type DeleteV1FilterIdResponseNotFound = {
|
|
625
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
626
|
+
'success': boolean;
|
|
627
|
+
'status_code': number;
|
|
628
|
+
'message': string;
|
|
629
|
+
}
|
|
630
|
+
export type DeleteV1FilterIdResponseInternalServerError = {
|
|
631
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
632
|
+
'success': boolean;
|
|
633
|
+
'status_code': number;
|
|
634
|
+
'message': string;
|
|
635
|
+
}
|
|
636
|
+
export type DeleteV1FilterIdResponses =
|
|
637
|
+
DeleteV1FilterIdResponseOK
|
|
638
|
+
| DeleteV1FilterIdResponseBadRequest
|
|
639
|
+
| DeleteV1FilterIdResponseNotFound
|
|
640
|
+
| DeleteV1FilterIdResponseInternalServerError
|
|
641
|
+
|
|
642
|
+
export type GetV1DashboardRequest = {
|
|
643
|
+
'x-token'?: string;
|
|
644
|
+
'x-timezone'?: string;
|
|
645
|
+
}
|
|
646
|
+
|
|
647
|
+
export type GetV1DashboardResponseOK = {
|
|
648
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
649
|
+
'success': boolean;
|
|
650
|
+
'status_code': number;
|
|
651
|
+
'message': string;
|
|
652
|
+
'data': unknown;
|
|
653
|
+
'pagination': unknown;
|
|
654
|
+
}
|
|
655
|
+
export type GetV1DashboardResponseBadRequest = {
|
|
656
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
657
|
+
'success': boolean;
|
|
658
|
+
'status_code': number;
|
|
659
|
+
'message': string;
|
|
660
|
+
}
|
|
661
|
+
export type GetV1DashboardResponseNotFound = {
|
|
662
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
663
|
+
'success': boolean;
|
|
664
|
+
'status_code': number;
|
|
665
|
+
'message': string;
|
|
666
|
+
}
|
|
667
|
+
export type GetV1DashboardResponseInternalServerError = {
|
|
668
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
669
|
+
'success': boolean;
|
|
670
|
+
'status_code': number;
|
|
671
|
+
'message': string;
|
|
672
|
+
}
|
|
673
|
+
export type GetV1DashboardResponses =
|
|
674
|
+
GetV1DashboardResponseOK
|
|
675
|
+
| GetV1DashboardResponseBadRequest
|
|
676
|
+
| GetV1DashboardResponseNotFound
|
|
677
|
+
| GetV1DashboardResponseInternalServerError
|
|
678
|
+
|
|
679
|
+
export type PostV1DashboardRequest = {
|
|
680
|
+
'x-token'?: string;
|
|
681
|
+
'x-timezone'?: string;
|
|
682
|
+
'module': string;
|
|
683
|
+
'user_id': string;
|
|
684
|
+
'name': string;
|
|
685
|
+
'grid_json'?: object;
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
export type PostV1DashboardResponseOK = {
|
|
689
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
690
|
+
'success': boolean;
|
|
691
|
+
'status_code': number;
|
|
692
|
+
'message': string;
|
|
693
|
+
'data': unknown;
|
|
694
|
+
'pagination': unknown;
|
|
695
|
+
}
|
|
696
|
+
export type PostV1DashboardResponseBadRequest = {
|
|
697
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
698
|
+
'success': boolean;
|
|
699
|
+
'status_code': number;
|
|
700
|
+
'message': string;
|
|
701
|
+
}
|
|
702
|
+
export type PostV1DashboardResponseNotFound = {
|
|
703
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
704
|
+
'success': boolean;
|
|
705
|
+
'status_code': number;
|
|
706
|
+
'message': string;
|
|
707
|
+
}
|
|
708
|
+
export type PostV1DashboardResponseInternalServerError = {
|
|
709
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
710
|
+
'success': boolean;
|
|
711
|
+
'status_code': number;
|
|
712
|
+
'message': string;
|
|
713
|
+
}
|
|
714
|
+
export type PostV1DashboardResponses =
|
|
715
|
+
PostV1DashboardResponseOK
|
|
716
|
+
| PostV1DashboardResponseBadRequest
|
|
717
|
+
| PostV1DashboardResponseNotFound
|
|
718
|
+
| PostV1DashboardResponseInternalServerError
|
|
719
|
+
|
|
720
|
+
export type GetV1DashboardIdRequest = {
|
|
721
|
+
'x-token'?: string;
|
|
722
|
+
'x-timezone'?: string;
|
|
723
|
+
'id': string;
|
|
724
|
+
}
|
|
725
|
+
|
|
726
|
+
export type GetV1DashboardIdResponseOK = {
|
|
727
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
728
|
+
'success': boolean;
|
|
729
|
+
'status_code': number;
|
|
730
|
+
'message': string;
|
|
731
|
+
'data': unknown;
|
|
732
|
+
'pagination': unknown;
|
|
733
|
+
}
|
|
734
|
+
export type GetV1DashboardIdResponseBadRequest = {
|
|
735
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
736
|
+
'success': boolean;
|
|
737
|
+
'status_code': number;
|
|
738
|
+
'message': string;
|
|
739
|
+
}
|
|
740
|
+
export type GetV1DashboardIdResponseNotFound = {
|
|
741
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
742
|
+
'success': boolean;
|
|
743
|
+
'status_code': number;
|
|
744
|
+
'message': string;
|
|
745
|
+
}
|
|
746
|
+
export type GetV1DashboardIdResponseInternalServerError = {
|
|
747
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
748
|
+
'success': boolean;
|
|
749
|
+
'status_code': number;
|
|
750
|
+
'message': string;
|
|
751
|
+
}
|
|
752
|
+
export type GetV1DashboardIdResponses =
|
|
753
|
+
GetV1DashboardIdResponseOK
|
|
754
|
+
| GetV1DashboardIdResponseBadRequest
|
|
755
|
+
| GetV1DashboardIdResponseNotFound
|
|
756
|
+
| GetV1DashboardIdResponseInternalServerError
|
|
757
|
+
|
|
758
|
+
export type PutV1DashboardIdRequest = {
|
|
759
|
+
'x-token'?: string;
|
|
760
|
+
'x-timezone'?: string;
|
|
761
|
+
'id': string;
|
|
762
|
+
'module': string;
|
|
763
|
+
'user_id': string;
|
|
764
|
+
'name': string;
|
|
765
|
+
}
|
|
766
|
+
|
|
767
|
+
export type PutV1DashboardIdResponseOK = {
|
|
768
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
769
|
+
'success': boolean;
|
|
770
|
+
'status_code': number;
|
|
771
|
+
'message': string;
|
|
772
|
+
'data': unknown;
|
|
773
|
+
'pagination': unknown;
|
|
774
|
+
}
|
|
775
|
+
export type PutV1DashboardIdResponseBadRequest = {
|
|
776
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
777
|
+
'success': boolean;
|
|
778
|
+
'status_code': number;
|
|
779
|
+
'message': string;
|
|
780
|
+
}
|
|
781
|
+
export type PutV1DashboardIdResponseNotFound = {
|
|
782
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
783
|
+
'success': boolean;
|
|
784
|
+
'status_code': number;
|
|
785
|
+
'message': string;
|
|
786
|
+
}
|
|
787
|
+
export type PutV1DashboardIdResponseInternalServerError = {
|
|
788
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
789
|
+
'success': boolean;
|
|
790
|
+
'status_code': number;
|
|
791
|
+
'message': string;
|
|
792
|
+
}
|
|
793
|
+
export type PutV1DashboardIdResponses =
|
|
794
|
+
PutV1DashboardIdResponseOK
|
|
795
|
+
| PutV1DashboardIdResponseBadRequest
|
|
796
|
+
| PutV1DashboardIdResponseNotFound
|
|
797
|
+
| PutV1DashboardIdResponseInternalServerError
|
|
798
|
+
|
|
799
|
+
export type DeleteV1DashboardIdRequest = {
|
|
800
|
+
'x-token'?: string;
|
|
801
|
+
'x-timezone'?: string;
|
|
802
|
+
'id': string;
|
|
803
|
+
}
|
|
804
|
+
|
|
805
|
+
export type DeleteV1DashboardIdResponseOK = {
|
|
806
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
807
|
+
'success': boolean;
|
|
808
|
+
'status_code': number;
|
|
809
|
+
'message': string;
|
|
810
|
+
'data': unknown;
|
|
811
|
+
'pagination': unknown;
|
|
812
|
+
}
|
|
813
|
+
export type DeleteV1DashboardIdResponseBadRequest = {
|
|
814
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
815
|
+
'success': boolean;
|
|
816
|
+
'status_code': number;
|
|
817
|
+
'message': string;
|
|
818
|
+
}
|
|
819
|
+
export type DeleteV1DashboardIdResponseNotFound = {
|
|
820
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
821
|
+
'success': boolean;
|
|
822
|
+
'status_code': number;
|
|
823
|
+
'message': string;
|
|
824
|
+
}
|
|
825
|
+
export type DeleteV1DashboardIdResponseInternalServerError = {
|
|
826
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
827
|
+
'success': boolean;
|
|
828
|
+
'status_code': number;
|
|
829
|
+
'message': string;
|
|
830
|
+
}
|
|
831
|
+
export type DeleteV1DashboardIdResponses =
|
|
832
|
+
DeleteV1DashboardIdResponseOK
|
|
833
|
+
| DeleteV1DashboardIdResponseBadRequest
|
|
834
|
+
| DeleteV1DashboardIdResponseNotFound
|
|
835
|
+
| DeleteV1DashboardIdResponseInternalServerError
|
|
836
|
+
|
|
837
|
+
export type GetV1DashboardMetricsRequest = {
|
|
838
|
+
'x-token'?: string;
|
|
839
|
+
'x-timezone'?: string;
|
|
840
|
+
}
|
|
841
|
+
|
|
842
|
+
export type GetV1DashboardMetricsResponseOK = {
|
|
843
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
844
|
+
'success': boolean;
|
|
845
|
+
'status_code': number;
|
|
846
|
+
'message': string;
|
|
847
|
+
'data': unknown;
|
|
848
|
+
'pagination': unknown;
|
|
849
|
+
}
|
|
850
|
+
export type GetV1DashboardMetricsResponseBadRequest = {
|
|
851
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
852
|
+
'success': boolean;
|
|
853
|
+
'status_code': number;
|
|
854
|
+
'message': string;
|
|
855
|
+
}
|
|
856
|
+
export type GetV1DashboardMetricsResponseNotFound = {
|
|
857
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
858
|
+
'success': boolean;
|
|
859
|
+
'status_code': number;
|
|
860
|
+
'message': string;
|
|
861
|
+
}
|
|
862
|
+
export type GetV1DashboardMetricsResponseInternalServerError = {
|
|
863
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
864
|
+
'success': boolean;
|
|
865
|
+
'status_code': number;
|
|
866
|
+
'message': string;
|
|
867
|
+
}
|
|
868
|
+
export type GetV1DashboardMetricsResponses =
|
|
869
|
+
GetV1DashboardMetricsResponseOK
|
|
870
|
+
| GetV1DashboardMetricsResponseBadRequest
|
|
871
|
+
| GetV1DashboardMetricsResponseNotFound
|
|
872
|
+
| GetV1DashboardMetricsResponseInternalServerError
|
|
873
|
+
|
|
874
|
+
export type GetV1DashboardRecentRequest = {
|
|
875
|
+
'skip'?: number;
|
|
876
|
+
'limit'?: number;
|
|
877
|
+
'order'?: string;
|
|
878
|
+
'filters'?: string;
|
|
879
|
+
'search'?: string;
|
|
880
|
+
'select'?: string;
|
|
881
|
+
'x-token'?: string;
|
|
882
|
+
'x-timezone'?: string;
|
|
883
|
+
}
|
|
884
|
+
|
|
885
|
+
export type GetV1DashboardRecentResponseOK = {
|
|
886
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
887
|
+
'success': boolean;
|
|
888
|
+
'status_code': number;
|
|
889
|
+
'message': string;
|
|
890
|
+
'data': unknown;
|
|
891
|
+
'pagination': unknown;
|
|
892
|
+
}
|
|
893
|
+
export type GetV1DashboardRecentResponseBadRequest = {
|
|
894
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
895
|
+
'success': boolean;
|
|
896
|
+
'status_code': number;
|
|
897
|
+
'message': string;
|
|
898
|
+
}
|
|
899
|
+
export type GetV1DashboardRecentResponseNotFound = {
|
|
900
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
901
|
+
'success': boolean;
|
|
902
|
+
'status_code': number;
|
|
903
|
+
'message': string;
|
|
904
|
+
}
|
|
905
|
+
export type GetV1DashboardRecentResponseInternalServerError = {
|
|
906
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
907
|
+
'success': boolean;
|
|
908
|
+
'status_code': number;
|
|
909
|
+
'message': string;
|
|
910
|
+
}
|
|
911
|
+
export type GetV1DashboardRecentResponses =
|
|
912
|
+
GetV1DashboardRecentResponseOK
|
|
913
|
+
| GetV1DashboardRecentResponseBadRequest
|
|
914
|
+
| GetV1DashboardRecentResponseNotFound
|
|
915
|
+
| GetV1DashboardRecentResponseInternalServerError
|
|
916
|
+
|
|
917
|
+
export type GetV1PagesResourceRequest = {
|
|
918
|
+
'x-token'?: string;
|
|
919
|
+
'x-timezone'?: string;
|
|
920
|
+
'resource': string;
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
export type GetV1PagesResourceResponseOK = {
|
|
924
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
925
|
+
'success': boolean;
|
|
926
|
+
'status_code': number;
|
|
927
|
+
'message': string;
|
|
928
|
+
'data': unknown;
|
|
929
|
+
'pagination': unknown;
|
|
930
|
+
}
|
|
931
|
+
export type GetV1PagesResourceResponseBadRequest = {
|
|
932
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
933
|
+
'success': boolean;
|
|
934
|
+
'status_code': number;
|
|
935
|
+
'message': string;
|
|
936
|
+
}
|
|
937
|
+
export type GetV1PagesResourceResponseNotFound = {
|
|
938
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
939
|
+
'success': boolean;
|
|
940
|
+
'status_code': number;
|
|
941
|
+
'message': string;
|
|
942
|
+
}
|
|
943
|
+
export type GetV1PagesResourceResponseInternalServerError = {
|
|
944
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
945
|
+
'success': boolean;
|
|
946
|
+
'status_code': number;
|
|
947
|
+
'message': string;
|
|
948
|
+
}
|
|
949
|
+
export type GetV1PagesResourceResponses =
|
|
950
|
+
GetV1PagesResourceResponseOK
|
|
951
|
+
| GetV1PagesResourceResponseBadRequest
|
|
952
|
+
| GetV1PagesResourceResponseNotFound
|
|
953
|
+
| GetV1PagesResourceResponseInternalServerError
|
|
954
|
+
|
|
955
|
+
export type PatchV1PagesPageIdRequest = {
|
|
956
|
+
'x-token'?: string;
|
|
957
|
+
'x-timezone'?: string;
|
|
958
|
+
'page_id': string;
|
|
959
|
+
}
|
|
960
|
+
|
|
961
|
+
export type PatchV1PagesPageIdResponseOK = {
|
|
962
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
963
|
+
'success': boolean;
|
|
964
|
+
'status_code': number;
|
|
965
|
+
'message': string;
|
|
966
|
+
'data': unknown;
|
|
967
|
+
'pagination': unknown;
|
|
968
|
+
}
|
|
969
|
+
export type PatchV1PagesPageIdResponseBadRequest = {
|
|
970
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
971
|
+
'success': boolean;
|
|
972
|
+
'status_code': number;
|
|
973
|
+
'message': string;
|
|
974
|
+
}
|
|
975
|
+
export type PatchV1PagesPageIdResponseNotFound = {
|
|
976
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
977
|
+
'success': boolean;
|
|
978
|
+
'status_code': number;
|
|
979
|
+
'message': string;
|
|
980
|
+
}
|
|
981
|
+
export type PatchV1PagesPageIdResponseInternalServerError = {
|
|
982
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
983
|
+
'success': boolean;
|
|
984
|
+
'status_code': number;
|
|
985
|
+
'message': string;
|
|
986
|
+
}
|
|
987
|
+
export type PatchV1PagesPageIdResponses =
|
|
988
|
+
PatchV1PagesPageIdResponseOK
|
|
989
|
+
| PatchV1PagesPageIdResponseBadRequest
|
|
990
|
+
| PatchV1PagesPageIdResponseNotFound
|
|
991
|
+
| PatchV1PagesPageIdResponseInternalServerError
|
|
992
|
+
|
|
993
|
+
export type PostV1PagesShareRequest = {
|
|
994
|
+
'x-token'?: string;
|
|
995
|
+
'x-timezone'?: string;
|
|
996
|
+
}
|
|
997
|
+
|
|
998
|
+
export type PostV1PagesShareResponseOK = {
|
|
999
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1000
|
+
'success': boolean;
|
|
1001
|
+
'status_code': number;
|
|
1002
|
+
'message': string;
|
|
1003
|
+
'data': unknown;
|
|
1004
|
+
'pagination': unknown;
|
|
1005
|
+
}
|
|
1006
|
+
export type PostV1PagesShareResponseBadRequest = {
|
|
1007
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1008
|
+
'success': boolean;
|
|
1009
|
+
'status_code': number;
|
|
1010
|
+
'message': string;
|
|
1011
|
+
}
|
|
1012
|
+
export type PostV1PagesShareResponseNotFound = {
|
|
1013
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1014
|
+
'success': boolean;
|
|
1015
|
+
'status_code': number;
|
|
1016
|
+
'message': string;
|
|
1017
|
+
}
|
|
1018
|
+
export type PostV1PagesShareResponseInternalServerError = {
|
|
1019
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1020
|
+
'success': boolean;
|
|
1021
|
+
'status_code': number;
|
|
1022
|
+
'message': string;
|
|
1023
|
+
}
|
|
1024
|
+
export type PostV1PagesShareResponses =
|
|
1025
|
+
PostV1PagesShareResponseOK
|
|
1026
|
+
| PostV1PagesShareResponseBadRequest
|
|
1027
|
+
| PostV1PagesShareResponseNotFound
|
|
1028
|
+
| PostV1PagesShareResponseInternalServerError
|
|
1029
|
+
|
|
1030
|
+
export type GetV1PagesUserListRequest = {
|
|
1031
|
+
'x-token'?: string;
|
|
1032
|
+
'x-timezone'?: string;
|
|
1033
|
+
}
|
|
1034
|
+
|
|
1035
|
+
export type GetV1PagesUserListResponseOK = {
|
|
1036
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1037
|
+
'success': boolean;
|
|
1038
|
+
'status_code': number;
|
|
1039
|
+
'message': string;
|
|
1040
|
+
'data': unknown;
|
|
1041
|
+
'pagination': unknown;
|
|
1042
|
+
}
|
|
1043
|
+
export type GetV1PagesUserListResponseBadRequest = {
|
|
1044
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1045
|
+
'success': boolean;
|
|
1046
|
+
'status_code': number;
|
|
1047
|
+
'message': string;
|
|
1048
|
+
}
|
|
1049
|
+
export type GetV1PagesUserListResponseNotFound = {
|
|
1050
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1051
|
+
'success': boolean;
|
|
1052
|
+
'status_code': number;
|
|
1053
|
+
'message': string;
|
|
1054
|
+
}
|
|
1055
|
+
export type GetV1PagesUserListResponseInternalServerError = {
|
|
1056
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1057
|
+
'success': boolean;
|
|
1058
|
+
'status_code': number;
|
|
1059
|
+
'message': string;
|
|
1060
|
+
}
|
|
1061
|
+
export type GetV1PagesUserListResponses =
|
|
1062
|
+
GetV1PagesUserListResponseOK
|
|
1063
|
+
| GetV1PagesUserListResponseBadRequest
|
|
1064
|
+
| GetV1PagesUserListResponseNotFound
|
|
1065
|
+
| GetV1PagesUserListResponseInternalServerError
|
|
1066
|
+
|
|
1067
|
+
export type PostV1WorkflowAutomationRequest = {
|
|
1068
|
+
'x-token'?: string;
|
|
1069
|
+
'x-timezone'?: string;
|
|
1070
|
+
'company_id': number;
|
|
1071
|
+
'name': string;
|
|
1072
|
+
'workflow_triggers': Array<{ 'type': string; 'name': string; 'status_from'?: string; 'status_to'?: string; 'workflow_actions': Array<{ 'type': string; 'name': string; 'status_from'?: string; 'status_to'?: string; 'subject'?: string; 'content'?: string; 'mail'?: string }> }>;
|
|
1073
|
+
}
|
|
1074
|
+
|
|
1075
|
+
export type PostV1WorkflowAutomationResponseOK = {
|
|
1076
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1077
|
+
'success': boolean;
|
|
1078
|
+
'status_code': number;
|
|
1079
|
+
'message': string;
|
|
1080
|
+
'data': unknown;
|
|
1081
|
+
'pagination': unknown;
|
|
1082
|
+
}
|
|
1083
|
+
export type PostV1WorkflowAutomationResponseBadRequest = {
|
|
1084
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1085
|
+
'success': boolean;
|
|
1086
|
+
'status_code': number;
|
|
1087
|
+
'message': string;
|
|
1088
|
+
}
|
|
1089
|
+
export type PostV1WorkflowAutomationResponseNotFound = {
|
|
1090
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1091
|
+
'success': boolean;
|
|
1092
|
+
'status_code': number;
|
|
1093
|
+
'message': string;
|
|
1094
|
+
}
|
|
1095
|
+
export type PostV1WorkflowAutomationResponseInternalServerError = {
|
|
1096
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1097
|
+
'success': boolean;
|
|
1098
|
+
'status_code': number;
|
|
1099
|
+
'message': string;
|
|
1100
|
+
}
|
|
1101
|
+
export type PostV1WorkflowAutomationResponses =
|
|
1102
|
+
PostV1WorkflowAutomationResponseOK
|
|
1103
|
+
| PostV1WorkflowAutomationResponseBadRequest
|
|
1104
|
+
| PostV1WorkflowAutomationResponseNotFound
|
|
1105
|
+
| PostV1WorkflowAutomationResponseInternalServerError
|
|
1106
|
+
|
|
1107
|
+
export type GetV1WorkflowAutomationRequest = {
|
|
1108
|
+
'skip'?: number;
|
|
1109
|
+
'limit'?: number;
|
|
1110
|
+
'order'?: string;
|
|
1111
|
+
'filters'?: string;
|
|
1112
|
+
'search'?: string;
|
|
1113
|
+
'select'?: string;
|
|
1114
|
+
'x-token'?: string;
|
|
1115
|
+
'x-timezone'?: string;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
export type GetV1WorkflowAutomationResponseOK = {
|
|
1119
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1120
|
+
'success': boolean;
|
|
1121
|
+
'status_code': number;
|
|
1122
|
+
'message': string;
|
|
1123
|
+
'data': unknown;
|
|
1124
|
+
'pagination': unknown;
|
|
1125
|
+
}
|
|
1126
|
+
export type GetV1WorkflowAutomationResponseBadRequest = {
|
|
1127
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1128
|
+
'success': boolean;
|
|
1129
|
+
'status_code': number;
|
|
1130
|
+
'message': string;
|
|
1131
|
+
}
|
|
1132
|
+
export type GetV1WorkflowAutomationResponseNotFound = {
|
|
1133
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1134
|
+
'success': boolean;
|
|
1135
|
+
'status_code': number;
|
|
1136
|
+
'message': string;
|
|
1137
|
+
}
|
|
1138
|
+
export type GetV1WorkflowAutomationResponseInternalServerError = {
|
|
1139
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1140
|
+
'success': boolean;
|
|
1141
|
+
'status_code': number;
|
|
1142
|
+
'message': string;
|
|
1143
|
+
}
|
|
1144
|
+
export type GetV1WorkflowAutomationResponses =
|
|
1145
|
+
GetV1WorkflowAutomationResponseOK
|
|
1146
|
+
| GetV1WorkflowAutomationResponseBadRequest
|
|
1147
|
+
| GetV1WorkflowAutomationResponseNotFound
|
|
1148
|
+
| GetV1WorkflowAutomationResponseInternalServerError
|
|
1149
|
+
|
|
1150
|
+
export type GetV1WorkflowAutomationIdRequest = {
|
|
1151
|
+
'skip'?: number;
|
|
1152
|
+
'limit'?: number;
|
|
1153
|
+
'order'?: string;
|
|
1154
|
+
'filters'?: string;
|
|
1155
|
+
'search'?: string;
|
|
1156
|
+
'select'?: string;
|
|
1157
|
+
'x-token'?: string;
|
|
1158
|
+
'x-timezone'?: string;
|
|
1159
|
+
'id': string;
|
|
1160
|
+
}
|
|
1161
|
+
|
|
1162
|
+
export type GetV1WorkflowAutomationIdResponseOK = {
|
|
1163
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1164
|
+
'success': boolean;
|
|
1165
|
+
'status_code': number;
|
|
1166
|
+
'message': string;
|
|
1167
|
+
'data': unknown;
|
|
1168
|
+
'pagination': unknown;
|
|
1169
|
+
}
|
|
1170
|
+
export type GetV1WorkflowAutomationIdResponseBadRequest = {
|
|
1171
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1172
|
+
'success': boolean;
|
|
1173
|
+
'status_code': number;
|
|
1174
|
+
'message': string;
|
|
1175
|
+
}
|
|
1176
|
+
export type GetV1WorkflowAutomationIdResponseNotFound = {
|
|
1177
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1178
|
+
'success': boolean;
|
|
1179
|
+
'status_code': number;
|
|
1180
|
+
'message': string;
|
|
1181
|
+
}
|
|
1182
|
+
export type GetV1WorkflowAutomationIdResponseInternalServerError = {
|
|
1183
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1184
|
+
'success': boolean;
|
|
1185
|
+
'status_code': number;
|
|
1186
|
+
'message': string;
|
|
1187
|
+
}
|
|
1188
|
+
export type GetV1WorkflowAutomationIdResponses =
|
|
1189
|
+
GetV1WorkflowAutomationIdResponseOK
|
|
1190
|
+
| GetV1WorkflowAutomationIdResponseBadRequest
|
|
1191
|
+
| GetV1WorkflowAutomationIdResponseNotFound
|
|
1192
|
+
| GetV1WorkflowAutomationIdResponseInternalServerError
|
|
1193
|
+
|
|
1194
|
+
export type PutV1WorkflowAutomationIdRequest = {
|
|
1195
|
+
'x-token'?: string;
|
|
1196
|
+
'x-timezone'?: string;
|
|
1197
|
+
'id': string;
|
|
1198
|
+
}
|
|
1199
|
+
|
|
1200
|
+
export type PutV1WorkflowAutomationIdResponseOK = {
|
|
1201
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1202
|
+
'success': boolean;
|
|
1203
|
+
'status_code': number;
|
|
1204
|
+
'message': string;
|
|
1205
|
+
'data': unknown;
|
|
1206
|
+
'pagination': unknown;
|
|
1207
|
+
}
|
|
1208
|
+
export type PutV1WorkflowAutomationIdResponseBadRequest = {
|
|
1209
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1210
|
+
'success': boolean;
|
|
1211
|
+
'status_code': number;
|
|
1212
|
+
'message': string;
|
|
1213
|
+
}
|
|
1214
|
+
export type PutV1WorkflowAutomationIdResponseNotFound = {
|
|
1215
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1216
|
+
'success': boolean;
|
|
1217
|
+
'status_code': number;
|
|
1218
|
+
'message': string;
|
|
1219
|
+
}
|
|
1220
|
+
export type PutV1WorkflowAutomationIdResponseInternalServerError = {
|
|
1221
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1222
|
+
'success': boolean;
|
|
1223
|
+
'status_code': number;
|
|
1224
|
+
'message': string;
|
|
1225
|
+
}
|
|
1226
|
+
export type PutV1WorkflowAutomationIdResponses =
|
|
1227
|
+
PutV1WorkflowAutomationIdResponseOK
|
|
1228
|
+
| PutV1WorkflowAutomationIdResponseBadRequest
|
|
1229
|
+
| PutV1WorkflowAutomationIdResponseNotFound
|
|
1230
|
+
| PutV1WorkflowAutomationIdResponseInternalServerError
|
|
1231
|
+
|
|
1232
|
+
export type DeleteV1WorkflowAutomationIdRequest = {
|
|
1233
|
+
'x-token'?: string;
|
|
1234
|
+
'x-timezone'?: string;
|
|
1235
|
+
'id': string;
|
|
1236
|
+
}
|
|
1237
|
+
|
|
1238
|
+
export type DeleteV1WorkflowAutomationIdResponseOK = {
|
|
1239
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1240
|
+
'success': boolean;
|
|
1241
|
+
'status_code': number;
|
|
1242
|
+
'message': string;
|
|
1243
|
+
'data': unknown;
|
|
1244
|
+
'pagination': unknown;
|
|
1245
|
+
}
|
|
1246
|
+
export type DeleteV1WorkflowAutomationIdResponseBadRequest = {
|
|
1247
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1248
|
+
'success': boolean;
|
|
1249
|
+
'status_code': number;
|
|
1250
|
+
'message': string;
|
|
1251
|
+
}
|
|
1252
|
+
export type DeleteV1WorkflowAutomationIdResponseNotFound = {
|
|
1253
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1254
|
+
'success': boolean;
|
|
1255
|
+
'status_code': number;
|
|
1256
|
+
'message': string;
|
|
1257
|
+
}
|
|
1258
|
+
export type DeleteV1WorkflowAutomationIdResponseInternalServerError = {
|
|
1259
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1260
|
+
'success': boolean;
|
|
1261
|
+
'status_code': number;
|
|
1262
|
+
'message': string;
|
|
1263
|
+
}
|
|
1264
|
+
export type DeleteV1WorkflowAutomationIdResponses =
|
|
1265
|
+
DeleteV1WorkflowAutomationIdResponseOK
|
|
1266
|
+
| DeleteV1WorkflowAutomationIdResponseBadRequest
|
|
1267
|
+
| DeleteV1WorkflowAutomationIdResponseNotFound
|
|
1268
|
+
| DeleteV1WorkflowAutomationIdResponseInternalServerError
|
|
1269
|
+
|
|
1270
|
+
export type GetV1WorkflowAutomationTemplatesRequest = {
|
|
1271
|
+
'skip'?: number;
|
|
1272
|
+
'limit'?: number;
|
|
1273
|
+
'order'?: string;
|
|
1274
|
+
'filters'?: string;
|
|
1275
|
+
'search'?: string;
|
|
1276
|
+
'select'?: string;
|
|
1277
|
+
'x-token'?: string;
|
|
1278
|
+
'x-timezone'?: string;
|
|
1279
|
+
}
|
|
1280
|
+
|
|
1281
|
+
export type GetV1WorkflowAutomationTemplatesResponseOK = {
|
|
1282
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1283
|
+
'success': boolean;
|
|
1284
|
+
'status_code': number;
|
|
1285
|
+
'message': string;
|
|
1286
|
+
'data': unknown;
|
|
1287
|
+
'pagination': unknown;
|
|
1288
|
+
}
|
|
1289
|
+
export type GetV1WorkflowAutomationTemplatesResponseBadRequest = {
|
|
1290
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1291
|
+
'success': boolean;
|
|
1292
|
+
'status_code': number;
|
|
1293
|
+
'message': string;
|
|
1294
|
+
}
|
|
1295
|
+
export type GetV1WorkflowAutomationTemplatesResponseNotFound = {
|
|
1296
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1297
|
+
'success': boolean;
|
|
1298
|
+
'status_code': number;
|
|
1299
|
+
'message': string;
|
|
1300
|
+
}
|
|
1301
|
+
export type GetV1WorkflowAutomationTemplatesResponseInternalServerError = {
|
|
1302
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1303
|
+
'success': boolean;
|
|
1304
|
+
'status_code': number;
|
|
1305
|
+
'message': string;
|
|
1306
|
+
}
|
|
1307
|
+
export type GetV1WorkflowAutomationTemplatesResponses =
|
|
1308
|
+
GetV1WorkflowAutomationTemplatesResponseOK
|
|
1309
|
+
| GetV1WorkflowAutomationTemplatesResponseBadRequest
|
|
1310
|
+
| GetV1WorkflowAutomationTemplatesResponseNotFound
|
|
1311
|
+
| GetV1WorkflowAutomationTemplatesResponseInternalServerError
|
|
1312
|
+
|
|
1313
|
+
export type PatchV1WorkflowAutomationStatusIdRequest = {
|
|
1314
|
+
'x-token'?: string;
|
|
1315
|
+
'x-timezone'?: string;
|
|
1316
|
+
'id': string;
|
|
1317
|
+
}
|
|
1318
|
+
|
|
1319
|
+
export type PatchV1WorkflowAutomationStatusIdResponseOK = {
|
|
1320
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1321
|
+
'success': boolean;
|
|
1322
|
+
'status_code': number;
|
|
1323
|
+
'message': string;
|
|
1324
|
+
'data': unknown;
|
|
1325
|
+
'pagination': unknown;
|
|
1326
|
+
}
|
|
1327
|
+
export type PatchV1WorkflowAutomationStatusIdResponseBadRequest = {
|
|
1328
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1329
|
+
'success': boolean;
|
|
1330
|
+
'status_code': number;
|
|
1331
|
+
'message': string;
|
|
1332
|
+
}
|
|
1333
|
+
export type PatchV1WorkflowAutomationStatusIdResponseNotFound = {
|
|
1334
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1335
|
+
'success': boolean;
|
|
1336
|
+
'status_code': number;
|
|
1337
|
+
'message': string;
|
|
1338
|
+
}
|
|
1339
|
+
export type PatchV1WorkflowAutomationStatusIdResponseInternalServerError = {
|
|
1340
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1341
|
+
'success': boolean;
|
|
1342
|
+
'status_code': number;
|
|
1343
|
+
'message': string;
|
|
1344
|
+
}
|
|
1345
|
+
export type PatchV1WorkflowAutomationStatusIdResponses =
|
|
1346
|
+
PatchV1WorkflowAutomationStatusIdResponseOK
|
|
1347
|
+
| PatchV1WorkflowAutomationStatusIdResponseBadRequest
|
|
1348
|
+
| PatchV1WorkflowAutomationStatusIdResponseNotFound
|
|
1349
|
+
| PatchV1WorkflowAutomationStatusIdResponseInternalServerError
|
|
1350
|
+
|
|
1351
|
+
export type PostV1WorkflowAutomationPlayIdRequest = {
|
|
1352
|
+
'skip'?: number;
|
|
1353
|
+
'limit'?: number;
|
|
1354
|
+
'order'?: string;
|
|
1355
|
+
'filters'?: string;
|
|
1356
|
+
'search'?: string;
|
|
1357
|
+
'select'?: string;
|
|
1358
|
+
'x-token'?: string;
|
|
1359
|
+
'x-timezone'?: string;
|
|
1360
|
+
'id': string;
|
|
1361
|
+
}
|
|
1362
|
+
|
|
1363
|
+
export type PostV1WorkflowAutomationPlayIdResponseOK = {
|
|
1364
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1365
|
+
'success': boolean;
|
|
1366
|
+
'status_code': number;
|
|
1367
|
+
'message': string;
|
|
1368
|
+
'data': unknown;
|
|
1369
|
+
'pagination': unknown;
|
|
1370
|
+
}
|
|
1371
|
+
export type PostV1WorkflowAutomationPlayIdResponseBadRequest = {
|
|
1372
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1373
|
+
'success': boolean;
|
|
1374
|
+
'status_code': number;
|
|
1375
|
+
'message': string;
|
|
1376
|
+
}
|
|
1377
|
+
export type PostV1WorkflowAutomationPlayIdResponseNotFound = {
|
|
1378
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1379
|
+
'success': boolean;
|
|
1380
|
+
'status_code': number;
|
|
1381
|
+
'message': string;
|
|
1382
|
+
}
|
|
1383
|
+
export type PostV1WorkflowAutomationPlayIdResponseInternalServerError = {
|
|
1384
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1385
|
+
'success': boolean;
|
|
1386
|
+
'status_code': number;
|
|
1387
|
+
'message': string;
|
|
1388
|
+
}
|
|
1389
|
+
export type PostV1WorkflowAutomationPlayIdResponses =
|
|
1390
|
+
PostV1WorkflowAutomationPlayIdResponseOK
|
|
1391
|
+
| PostV1WorkflowAutomationPlayIdResponseBadRequest
|
|
1392
|
+
| PostV1WorkflowAutomationPlayIdResponseNotFound
|
|
1393
|
+
| PostV1WorkflowAutomationPlayIdResponseInternalServerError
|
|
1394
|
+
|
|
1395
|
+
export type GetV1LanguagesRequest = {
|
|
1396
|
+
'skip'?: number;
|
|
1397
|
+
'limit'?: number;
|
|
1398
|
+
'order'?: string;
|
|
1399
|
+
'filters'?: string;
|
|
1400
|
+
'search'?: string;
|
|
1401
|
+
'select'?: string;
|
|
1402
|
+
'x-token'?: string;
|
|
1403
|
+
'x-timezone'?: string;
|
|
1404
|
+
}
|
|
1405
|
+
|
|
1406
|
+
export type GetV1LanguagesResponseOK = {
|
|
1407
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1408
|
+
'success': boolean;
|
|
1409
|
+
'status_code': number;
|
|
1410
|
+
'message': string;
|
|
1411
|
+
'data': unknown;
|
|
1412
|
+
'pagination': unknown;
|
|
1413
|
+
}
|
|
1414
|
+
export type GetV1LanguagesResponseBadRequest = {
|
|
1415
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1416
|
+
'success': boolean;
|
|
1417
|
+
'status_code': number;
|
|
1418
|
+
'message': string;
|
|
1419
|
+
}
|
|
1420
|
+
export type GetV1LanguagesResponseNotFound = {
|
|
1421
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1422
|
+
'success': boolean;
|
|
1423
|
+
'status_code': number;
|
|
1424
|
+
'message': string;
|
|
1425
|
+
}
|
|
1426
|
+
export type GetV1LanguagesResponseInternalServerError = {
|
|
1427
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1428
|
+
'success': boolean;
|
|
1429
|
+
'status_code': number;
|
|
1430
|
+
'message': string;
|
|
1431
|
+
}
|
|
1432
|
+
export type GetV1LanguagesResponses =
|
|
1433
|
+
GetV1LanguagesResponseOK
|
|
1434
|
+
| GetV1LanguagesResponseBadRequest
|
|
1435
|
+
| GetV1LanguagesResponseNotFound
|
|
1436
|
+
| GetV1LanguagesResponseInternalServerError
|
|
1437
|
+
|
|
1438
|
+
export type PostV1LanguagesRequest = {
|
|
1439
|
+
'x-token'?: string;
|
|
1440
|
+
'x-timezone'?: string;
|
|
1441
|
+
'name': string;
|
|
1442
|
+
'code': string;
|
|
1443
|
+
'direction': string | null;
|
|
1444
|
+
'is_active'?: boolean;
|
|
1445
|
+
'iso_code'?: string;
|
|
1446
|
+
}
|
|
1447
|
+
|
|
1448
|
+
export type PostV1LanguagesResponseOK = {
|
|
1449
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1450
|
+
'success': boolean;
|
|
1451
|
+
'status_code': number;
|
|
1452
|
+
'message': string;
|
|
1453
|
+
'data': unknown;
|
|
1454
|
+
'pagination': unknown;
|
|
1455
|
+
}
|
|
1456
|
+
export type PostV1LanguagesResponseBadRequest = {
|
|
1457
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1458
|
+
'success': boolean;
|
|
1459
|
+
'status_code': number;
|
|
1460
|
+
'message': string;
|
|
1461
|
+
}
|
|
1462
|
+
export type PostV1LanguagesResponseNotFound = {
|
|
1463
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1464
|
+
'success': boolean;
|
|
1465
|
+
'status_code': number;
|
|
1466
|
+
'message': string;
|
|
1467
|
+
}
|
|
1468
|
+
export type PostV1LanguagesResponseInternalServerError = {
|
|
1469
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1470
|
+
'success': boolean;
|
|
1471
|
+
'status_code': number;
|
|
1472
|
+
'message': string;
|
|
1473
|
+
}
|
|
1474
|
+
export type PostV1LanguagesResponses =
|
|
1475
|
+
PostV1LanguagesResponseOK
|
|
1476
|
+
| PostV1LanguagesResponseBadRequest
|
|
1477
|
+
| PostV1LanguagesResponseNotFound
|
|
1478
|
+
| PostV1LanguagesResponseInternalServerError
|
|
1479
|
+
|
|
1480
|
+
export type GetV1LanguagesIdRequest = {
|
|
1481
|
+
'x-token'?: string;
|
|
1482
|
+
'x-timezone'?: string;
|
|
1483
|
+
'id': string;
|
|
1484
|
+
}
|
|
1485
|
+
|
|
1486
|
+
export type GetV1LanguagesIdResponseOK = {
|
|
1487
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1488
|
+
'success': boolean;
|
|
1489
|
+
'status_code': number;
|
|
1490
|
+
'message': string;
|
|
1491
|
+
'data': unknown;
|
|
1492
|
+
'pagination': unknown;
|
|
1493
|
+
}
|
|
1494
|
+
export type GetV1LanguagesIdResponseBadRequest = {
|
|
1495
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1496
|
+
'success': boolean;
|
|
1497
|
+
'status_code': number;
|
|
1498
|
+
'message': string;
|
|
1499
|
+
}
|
|
1500
|
+
export type GetV1LanguagesIdResponseNotFound = {
|
|
1501
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1502
|
+
'success': boolean;
|
|
1503
|
+
'status_code': number;
|
|
1504
|
+
'message': string;
|
|
1505
|
+
}
|
|
1506
|
+
export type GetV1LanguagesIdResponseInternalServerError = {
|
|
1507
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1508
|
+
'success': boolean;
|
|
1509
|
+
'status_code': number;
|
|
1510
|
+
'message': string;
|
|
1511
|
+
}
|
|
1512
|
+
export type GetV1LanguagesIdResponses =
|
|
1513
|
+
GetV1LanguagesIdResponseOK
|
|
1514
|
+
| GetV1LanguagesIdResponseBadRequest
|
|
1515
|
+
| GetV1LanguagesIdResponseNotFound
|
|
1516
|
+
| GetV1LanguagesIdResponseInternalServerError
|
|
1517
|
+
|
|
1518
|
+
export type PutV1LanguagesIdRequest = {
|
|
1519
|
+
'x-token'?: string;
|
|
1520
|
+
'x-timezone'?: string;
|
|
1521
|
+
'id': string;
|
|
1522
|
+
'name': string;
|
|
1523
|
+
'code': string;
|
|
1524
|
+
'direction': string | null;
|
|
1525
|
+
'is_active'?: boolean;
|
|
1526
|
+
'iso_code'?: string;
|
|
1527
|
+
}
|
|
1528
|
+
|
|
1529
|
+
export type PutV1LanguagesIdResponseOK = {
|
|
1530
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1531
|
+
'success': boolean;
|
|
1532
|
+
'status_code': number;
|
|
1533
|
+
'message': string;
|
|
1534
|
+
'data': unknown;
|
|
1535
|
+
'pagination': unknown;
|
|
1536
|
+
}
|
|
1537
|
+
export type PutV1LanguagesIdResponseBadRequest = {
|
|
1538
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1539
|
+
'success': boolean;
|
|
1540
|
+
'status_code': number;
|
|
1541
|
+
'message': string;
|
|
1542
|
+
}
|
|
1543
|
+
export type PutV1LanguagesIdResponseNotFound = {
|
|
1544
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1545
|
+
'success': boolean;
|
|
1546
|
+
'status_code': number;
|
|
1547
|
+
'message': string;
|
|
1548
|
+
}
|
|
1549
|
+
export type PutV1LanguagesIdResponseInternalServerError = {
|
|
1550
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1551
|
+
'success': boolean;
|
|
1552
|
+
'status_code': number;
|
|
1553
|
+
'message': string;
|
|
1554
|
+
}
|
|
1555
|
+
export type PutV1LanguagesIdResponses =
|
|
1556
|
+
PutV1LanguagesIdResponseOK
|
|
1557
|
+
| PutV1LanguagesIdResponseBadRequest
|
|
1558
|
+
| PutV1LanguagesIdResponseNotFound
|
|
1559
|
+
| PutV1LanguagesIdResponseInternalServerError
|
|
1560
|
+
|
|
1561
|
+
export type DeleteV1LanguagesIdRequest = {
|
|
1562
|
+
'x-token'?: string;
|
|
1563
|
+
'x-timezone'?: string;
|
|
1564
|
+
'id': string;
|
|
1565
|
+
}
|
|
1566
|
+
|
|
1567
|
+
export type DeleteV1LanguagesIdResponseOK = {
|
|
1568
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1569
|
+
'success': boolean;
|
|
1570
|
+
'status_code': number;
|
|
1571
|
+
'message': string;
|
|
1572
|
+
'data': unknown;
|
|
1573
|
+
'pagination': unknown;
|
|
1574
|
+
}
|
|
1575
|
+
export type DeleteV1LanguagesIdResponseBadRequest = {
|
|
1576
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1577
|
+
'success': boolean;
|
|
1578
|
+
'status_code': number;
|
|
1579
|
+
'message': string;
|
|
1580
|
+
}
|
|
1581
|
+
export type DeleteV1LanguagesIdResponseNotFound = {
|
|
1582
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1583
|
+
'success': boolean;
|
|
1584
|
+
'status_code': number;
|
|
1585
|
+
'message': string;
|
|
1586
|
+
}
|
|
1587
|
+
export type DeleteV1LanguagesIdResponseInternalServerError = {
|
|
1588
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1589
|
+
'success': boolean;
|
|
1590
|
+
'status_code': number;
|
|
1591
|
+
'message': string;
|
|
1592
|
+
}
|
|
1593
|
+
export type DeleteV1LanguagesIdResponses =
|
|
1594
|
+
DeleteV1LanguagesIdResponseOK
|
|
1595
|
+
| DeleteV1LanguagesIdResponseBadRequest
|
|
1596
|
+
| DeleteV1LanguagesIdResponseNotFound
|
|
1597
|
+
| DeleteV1LanguagesIdResponseInternalServerError
|
|
1598
|
+
|
|
1599
|
+
export type GetV1LanguagesTranslationsGenerateExcelRequest = {
|
|
1600
|
+
'skip'?: number;
|
|
1601
|
+
'limit'?: number;
|
|
1602
|
+
'order'?: string;
|
|
1603
|
+
'filters'?: string;
|
|
1604
|
+
'search'?: string;
|
|
1605
|
+
'select'?: string;
|
|
1606
|
+
'x-token'?: string;
|
|
1607
|
+
'Content-Type'?: string;
|
|
1608
|
+
}
|
|
1609
|
+
|
|
1610
|
+
export type GetV1LanguagesTranslationsGenerateExcelResponseOK = {
|
|
1611
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1612
|
+
'success': boolean;
|
|
1613
|
+
'status_code': number;
|
|
1614
|
+
'message': string;
|
|
1615
|
+
'data': unknown;
|
|
1616
|
+
'pagination': unknown;
|
|
1617
|
+
}
|
|
1618
|
+
export type GetV1LanguagesTranslationsGenerateExcelResponseBadRequest = {
|
|
1619
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1620
|
+
'success': boolean;
|
|
1621
|
+
'status_code': number;
|
|
1622
|
+
'message': string;
|
|
1623
|
+
}
|
|
1624
|
+
export type GetV1LanguagesTranslationsGenerateExcelResponseNotFound = {
|
|
1625
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1626
|
+
'success': boolean;
|
|
1627
|
+
'status_code': number;
|
|
1628
|
+
'message': string;
|
|
1629
|
+
}
|
|
1630
|
+
export type GetV1LanguagesTranslationsGenerateExcelResponseInternalServerError = {
|
|
1631
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1632
|
+
'success': boolean;
|
|
1633
|
+
'status_code': number;
|
|
1634
|
+
'message': string;
|
|
1635
|
+
}
|
|
1636
|
+
export type GetV1LanguagesTranslationsGenerateExcelResponses =
|
|
1637
|
+
GetV1LanguagesTranslationsGenerateExcelResponseOK
|
|
1638
|
+
| GetV1LanguagesTranslationsGenerateExcelResponseBadRequest
|
|
1639
|
+
| GetV1LanguagesTranslationsGenerateExcelResponseNotFound
|
|
1640
|
+
| GetV1LanguagesTranslationsGenerateExcelResponseInternalServerError
|
|
1641
|
+
|
|
1642
|
+
export type PostV1LanguagesLangIdModuleTranslationsImportRequest = {
|
|
1643
|
+
'x-token'?: string;
|
|
1644
|
+
'x-timezone'?: string;
|
|
1645
|
+
'langId': string;
|
|
1646
|
+
'module': string;
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1649
|
+
export type PostV1LanguagesLangIdModuleTranslationsImportResponseOK = {
|
|
1650
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1651
|
+
'success': boolean;
|
|
1652
|
+
'status_code': number;
|
|
1653
|
+
'message': string;
|
|
1654
|
+
'data': unknown;
|
|
1655
|
+
'pagination': unknown;
|
|
1656
|
+
}
|
|
1657
|
+
export type PostV1LanguagesLangIdModuleTranslationsImportResponseBadRequest = {
|
|
1658
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1659
|
+
'success': boolean;
|
|
1660
|
+
'status_code': number;
|
|
1661
|
+
'message': string;
|
|
1662
|
+
}
|
|
1663
|
+
export type PostV1LanguagesLangIdModuleTranslationsImportResponseNotFound = {
|
|
1664
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1665
|
+
'success': boolean;
|
|
1666
|
+
'status_code': number;
|
|
1667
|
+
'message': string;
|
|
1668
|
+
}
|
|
1669
|
+
export type PostV1LanguagesLangIdModuleTranslationsImportResponseInternalServerError = {
|
|
1670
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1671
|
+
'success': boolean;
|
|
1672
|
+
'status_code': number;
|
|
1673
|
+
'message': string;
|
|
1674
|
+
}
|
|
1675
|
+
export type PostV1LanguagesLangIdModuleTranslationsImportResponses =
|
|
1676
|
+
PostV1LanguagesLangIdModuleTranslationsImportResponseOK
|
|
1677
|
+
| PostV1LanguagesLangIdModuleTranslationsImportResponseBadRequest
|
|
1678
|
+
| PostV1LanguagesLangIdModuleTranslationsImportResponseNotFound
|
|
1679
|
+
| PostV1LanguagesLangIdModuleTranslationsImportResponseInternalServerError
|
|
1680
|
+
|
|
1681
|
+
export type GetV1LanguagesTranslationsRequest = {
|
|
1682
|
+
'skip'?: number;
|
|
1683
|
+
'limit'?: number;
|
|
1684
|
+
'order'?: string;
|
|
1685
|
+
'filters'?: string;
|
|
1686
|
+
'search'?: string;
|
|
1687
|
+
'select'?: string;
|
|
1688
|
+
'x-token'?: string;
|
|
1689
|
+
'x-timezone'?: string;
|
|
1690
|
+
}
|
|
1691
|
+
|
|
1692
|
+
export type GetV1LanguagesTranslationsResponseOK = {
|
|
1693
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1694
|
+
'success': boolean;
|
|
1695
|
+
'status_code': number;
|
|
1696
|
+
'message': string;
|
|
1697
|
+
'data': unknown;
|
|
1698
|
+
'pagination': unknown;
|
|
1699
|
+
}
|
|
1700
|
+
export type GetV1LanguagesTranslationsResponseBadRequest = {
|
|
1701
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1702
|
+
'success': boolean;
|
|
1703
|
+
'status_code': number;
|
|
1704
|
+
'message': string;
|
|
1705
|
+
}
|
|
1706
|
+
export type GetV1LanguagesTranslationsResponseNotFound = {
|
|
1707
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1708
|
+
'success': boolean;
|
|
1709
|
+
'status_code': number;
|
|
1710
|
+
'message': string;
|
|
1711
|
+
}
|
|
1712
|
+
export type GetV1LanguagesTranslationsResponseInternalServerError = {
|
|
1713
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1714
|
+
'success': boolean;
|
|
1715
|
+
'status_code': number;
|
|
1716
|
+
'message': string;
|
|
1717
|
+
}
|
|
1718
|
+
export type GetV1LanguagesTranslationsResponses =
|
|
1719
|
+
GetV1LanguagesTranslationsResponseOK
|
|
1720
|
+
| GetV1LanguagesTranslationsResponseBadRequest
|
|
1721
|
+
| GetV1LanguagesTranslationsResponseNotFound
|
|
1722
|
+
| GetV1LanguagesTranslationsResponseInternalServerError
|
|
1723
|
+
|
|
1724
|
+
export type PostV1LanguagesTranslationsRequest = {
|
|
1725
|
+
'x-token'?: string;
|
|
1726
|
+
'x-timezone'?: string;
|
|
1727
|
+
}
|
|
1728
|
+
|
|
1729
|
+
export type PostV1LanguagesTranslationsResponseOK = {
|
|
1730
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1731
|
+
'success': boolean;
|
|
1732
|
+
'status_code': number;
|
|
1733
|
+
'message': string;
|
|
1734
|
+
'data': unknown;
|
|
1735
|
+
'pagination': unknown;
|
|
1736
|
+
}
|
|
1737
|
+
export type PostV1LanguagesTranslationsResponseBadRequest = {
|
|
1738
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1739
|
+
'success': boolean;
|
|
1740
|
+
'status_code': number;
|
|
1741
|
+
'message': string;
|
|
1742
|
+
}
|
|
1743
|
+
export type PostV1LanguagesTranslationsResponseNotFound = {
|
|
1744
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1745
|
+
'success': boolean;
|
|
1746
|
+
'status_code': number;
|
|
1747
|
+
'message': string;
|
|
1748
|
+
}
|
|
1749
|
+
export type PostV1LanguagesTranslationsResponseInternalServerError = {
|
|
1750
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1751
|
+
'success': boolean;
|
|
1752
|
+
'status_code': number;
|
|
1753
|
+
'message': string;
|
|
1754
|
+
}
|
|
1755
|
+
export type PostV1LanguagesTranslationsResponses =
|
|
1756
|
+
PostV1LanguagesTranslationsResponseOK
|
|
1757
|
+
| PostV1LanguagesTranslationsResponseBadRequest
|
|
1758
|
+
| PostV1LanguagesTranslationsResponseNotFound
|
|
1759
|
+
| PostV1LanguagesTranslationsResponseInternalServerError
|
|
1760
|
+
|
|
1761
|
+
export type GetV1LanguagesModulesRequest = {
|
|
1762
|
+
'skip'?: number;
|
|
1763
|
+
'limit'?: number;
|
|
1764
|
+
'order'?: string;
|
|
1765
|
+
'filters'?: string;
|
|
1766
|
+
'search'?: string;
|
|
1767
|
+
'select'?: string;
|
|
1768
|
+
'x-token'?: string;
|
|
1769
|
+
'x-timezone'?: string;
|
|
1770
|
+
}
|
|
1771
|
+
|
|
1772
|
+
export type GetV1LanguagesModulesResponseOK = {
|
|
1773
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1774
|
+
'success': boolean;
|
|
1775
|
+
'status_code': number;
|
|
1776
|
+
'message': string;
|
|
1777
|
+
'data': unknown;
|
|
1778
|
+
'pagination': unknown;
|
|
1779
|
+
}
|
|
1780
|
+
export type GetV1LanguagesModulesResponseBadRequest = {
|
|
1781
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1782
|
+
'success': boolean;
|
|
1783
|
+
'status_code': number;
|
|
1784
|
+
'message': string;
|
|
1785
|
+
}
|
|
1786
|
+
export type GetV1LanguagesModulesResponseNotFound = {
|
|
1787
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1788
|
+
'success': boolean;
|
|
1789
|
+
'status_code': number;
|
|
1790
|
+
'message': string;
|
|
1791
|
+
}
|
|
1792
|
+
export type GetV1LanguagesModulesResponseInternalServerError = {
|
|
1793
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1794
|
+
'success': boolean;
|
|
1795
|
+
'status_code': number;
|
|
1796
|
+
'message': string;
|
|
1797
|
+
}
|
|
1798
|
+
export type GetV1LanguagesModulesResponses =
|
|
1799
|
+
GetV1LanguagesModulesResponseOK
|
|
1800
|
+
| GetV1LanguagesModulesResponseBadRequest
|
|
1801
|
+
| GetV1LanguagesModulesResponseNotFound
|
|
1802
|
+
| GetV1LanguagesModulesResponseInternalServerError
|
|
1803
|
+
|
|
1804
|
+
export type GetV1TemplatesRequest = {
|
|
1805
|
+
'skip'?: number;
|
|
1806
|
+
'limit'?: number;
|
|
1807
|
+
'order'?: string;
|
|
1808
|
+
'filters'?: string;
|
|
1809
|
+
'search'?: string;
|
|
1810
|
+
'select'?: string;
|
|
1811
|
+
'subject'?: string;
|
|
1812
|
+
'resource'?: string;
|
|
1813
|
+
'module'?: string;
|
|
1814
|
+
'company_id'?: string;
|
|
1815
|
+
'x-token'?: string;
|
|
1816
|
+
'x-timezone'?: string;
|
|
1817
|
+
}
|
|
1818
|
+
|
|
1819
|
+
export type GetV1TemplatesResponseOK = {
|
|
1820
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1821
|
+
'success': boolean;
|
|
1822
|
+
'status_code': number;
|
|
1823
|
+
'message': string;
|
|
1824
|
+
'data': unknown;
|
|
1825
|
+
'pagination': unknown;
|
|
1826
|
+
}
|
|
1827
|
+
export type GetV1TemplatesResponseBadRequest = {
|
|
1828
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1829
|
+
'success': boolean;
|
|
1830
|
+
'status_code': number;
|
|
1831
|
+
'message': string;
|
|
1832
|
+
}
|
|
1833
|
+
export type GetV1TemplatesResponseNotFound = {
|
|
1834
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1835
|
+
'success': boolean;
|
|
1836
|
+
'status_code': number;
|
|
1837
|
+
'message': string;
|
|
1838
|
+
}
|
|
1839
|
+
export type GetV1TemplatesResponseInternalServerError = {
|
|
1840
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1841
|
+
'success': boolean;
|
|
1842
|
+
'status_code': number;
|
|
1843
|
+
'message': string;
|
|
1844
|
+
}
|
|
1845
|
+
export type GetV1TemplatesResponses =
|
|
1846
|
+
GetV1TemplatesResponseOK
|
|
1847
|
+
| GetV1TemplatesResponseBadRequest
|
|
1848
|
+
| GetV1TemplatesResponseNotFound
|
|
1849
|
+
| GetV1TemplatesResponseInternalServerError
|
|
1850
|
+
|
|
1851
|
+
export type PostV1TemplatesRequest = {
|
|
1852
|
+
'x-token'?: string;
|
|
1853
|
+
'x-timezone'?: string;
|
|
1854
|
+
'module'?: string | null;
|
|
1855
|
+
'resource'?: string | null;
|
|
1856
|
+
'subject_id': string;
|
|
1857
|
+
'sections': Array<{ 'id': string; 'content': string; 'type': string; 'isSplitPair'?: boolean | null; 'splitGroupId'?: string | null; 'splitWidth'?: string | null }>;
|
|
1858
|
+
'contents': string;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1861
|
+
export type PostV1TemplatesResponseOK = {
|
|
1862
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1863
|
+
'success': boolean;
|
|
1864
|
+
'status_code': number;
|
|
1865
|
+
'message': string;
|
|
1866
|
+
'data': unknown;
|
|
1867
|
+
'pagination': unknown;
|
|
1868
|
+
}
|
|
1869
|
+
export type PostV1TemplatesResponseBadRequest = {
|
|
1870
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1871
|
+
'success': boolean;
|
|
1872
|
+
'status_code': number;
|
|
1873
|
+
'message': string;
|
|
1874
|
+
}
|
|
1875
|
+
export type PostV1TemplatesResponseNotFound = {
|
|
1876
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1877
|
+
'success': boolean;
|
|
1878
|
+
'status_code': number;
|
|
1879
|
+
'message': string;
|
|
1880
|
+
}
|
|
1881
|
+
export type PostV1TemplatesResponseInternalServerError = {
|
|
1882
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1883
|
+
'success': boolean;
|
|
1884
|
+
'status_code': number;
|
|
1885
|
+
'message': string;
|
|
1886
|
+
}
|
|
1887
|
+
export type PostV1TemplatesResponses =
|
|
1888
|
+
PostV1TemplatesResponseOK
|
|
1889
|
+
| PostV1TemplatesResponseBadRequest
|
|
1890
|
+
| PostV1TemplatesResponseNotFound
|
|
1891
|
+
| PostV1TemplatesResponseInternalServerError
|
|
1892
|
+
|
|
1893
|
+
export type PatchV1TemplatesIdRequest = {
|
|
1894
|
+
'x-token'?: string;
|
|
1895
|
+
'x-timezone'?: string;
|
|
1896
|
+
'id': string;
|
|
1897
|
+
'module'?: string | null;
|
|
1898
|
+
'resource'?: string | null;
|
|
1899
|
+
'subject_id'?: string | null;
|
|
1900
|
+
'sections': Array<{ 'id': string; 'content': string; 'type': string; 'isSplitPair'?: boolean | null; 'splitGroupId'?: string | null; 'splitWidth'?: string | null }>;
|
|
1901
|
+
'contents': string;
|
|
1902
|
+
}
|
|
1903
|
+
|
|
1904
|
+
export type PatchV1TemplatesIdResponseOK = {
|
|
1905
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1906
|
+
'success': boolean;
|
|
1907
|
+
'status_code': number;
|
|
1908
|
+
'message': string;
|
|
1909
|
+
'data': unknown;
|
|
1910
|
+
'pagination': unknown;
|
|
1911
|
+
}
|
|
1912
|
+
export type PatchV1TemplatesIdResponseBadRequest = {
|
|
1913
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1914
|
+
'success': boolean;
|
|
1915
|
+
'status_code': number;
|
|
1916
|
+
'message': string;
|
|
1917
|
+
}
|
|
1918
|
+
export type PatchV1TemplatesIdResponseNotFound = {
|
|
1919
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1920
|
+
'success': boolean;
|
|
1921
|
+
'status_code': number;
|
|
1922
|
+
'message': string;
|
|
1923
|
+
}
|
|
1924
|
+
export type PatchV1TemplatesIdResponseInternalServerError = {
|
|
1925
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1926
|
+
'success': boolean;
|
|
1927
|
+
'status_code': number;
|
|
1928
|
+
'message': string;
|
|
1929
|
+
}
|
|
1930
|
+
export type PatchV1TemplatesIdResponses =
|
|
1931
|
+
PatchV1TemplatesIdResponseOK
|
|
1932
|
+
| PatchV1TemplatesIdResponseBadRequest
|
|
1933
|
+
| PatchV1TemplatesIdResponseNotFound
|
|
1934
|
+
| PatchV1TemplatesIdResponseInternalServerError
|
|
1935
|
+
|
|
1936
|
+
export type DeleteV1TemplatesIdRequest = {
|
|
1937
|
+
'x-token'?: string;
|
|
1938
|
+
'x-timezone'?: string;
|
|
1939
|
+
'id': string;
|
|
1940
|
+
}
|
|
1941
|
+
|
|
1942
|
+
export type DeleteV1TemplatesIdResponseOK = {
|
|
1943
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1944
|
+
'success': boolean;
|
|
1945
|
+
'status_code': number;
|
|
1946
|
+
'message': string;
|
|
1947
|
+
'data': unknown;
|
|
1948
|
+
'pagination': unknown;
|
|
1949
|
+
}
|
|
1950
|
+
export type DeleteV1TemplatesIdResponseBadRequest = {
|
|
1951
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1952
|
+
'success': boolean;
|
|
1953
|
+
'status_code': number;
|
|
1954
|
+
'message': string;
|
|
1955
|
+
}
|
|
1956
|
+
export type DeleteV1TemplatesIdResponseNotFound = {
|
|
1957
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1958
|
+
'success': boolean;
|
|
1959
|
+
'status_code': number;
|
|
1960
|
+
'message': string;
|
|
1961
|
+
}
|
|
1962
|
+
export type DeleteV1TemplatesIdResponseInternalServerError = {
|
|
1963
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1964
|
+
'success': boolean;
|
|
1965
|
+
'status_code': number;
|
|
1966
|
+
'message': string;
|
|
1967
|
+
}
|
|
1968
|
+
export type DeleteV1TemplatesIdResponses =
|
|
1969
|
+
DeleteV1TemplatesIdResponseOK
|
|
1970
|
+
| DeleteV1TemplatesIdResponseBadRequest
|
|
1971
|
+
| DeleteV1TemplatesIdResponseNotFound
|
|
1972
|
+
| DeleteV1TemplatesIdResponseInternalServerError
|
|
1973
|
+
|
|
1974
|
+
export type GetV1TemplatesIdRequest = {
|
|
1975
|
+
'x-token'?: string;
|
|
1976
|
+
'x-timezone'?: string;
|
|
1977
|
+
'id': string;
|
|
1978
|
+
}
|
|
1979
|
+
|
|
1980
|
+
export type GetV1TemplatesIdResponseOK = {
|
|
1981
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1982
|
+
'success': boolean;
|
|
1983
|
+
'status_code': number;
|
|
1984
|
+
'message': string;
|
|
1985
|
+
'data': unknown;
|
|
1986
|
+
'pagination': unknown;
|
|
1987
|
+
}
|
|
1988
|
+
export type GetV1TemplatesIdResponseBadRequest = {
|
|
1989
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1990
|
+
'success': boolean;
|
|
1991
|
+
'status_code': number;
|
|
1992
|
+
'message': string;
|
|
1993
|
+
}
|
|
1994
|
+
export type GetV1TemplatesIdResponseNotFound = {
|
|
1995
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
1996
|
+
'success': boolean;
|
|
1997
|
+
'status_code': number;
|
|
1998
|
+
'message': string;
|
|
1999
|
+
}
|
|
2000
|
+
export type GetV1TemplatesIdResponseInternalServerError = {
|
|
2001
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2002
|
+
'success': boolean;
|
|
2003
|
+
'status_code': number;
|
|
2004
|
+
'message': string;
|
|
2005
|
+
}
|
|
2006
|
+
export type GetV1TemplatesIdResponses =
|
|
2007
|
+
GetV1TemplatesIdResponseOK
|
|
2008
|
+
| GetV1TemplatesIdResponseBadRequest
|
|
2009
|
+
| GetV1TemplatesIdResponseNotFound
|
|
2010
|
+
| GetV1TemplatesIdResponseInternalServerError
|
|
2011
|
+
|
|
2012
|
+
export type PatchV1TemplatesIdSetDefaultRequest = {
|
|
2013
|
+
'x-token'?: string;
|
|
2014
|
+
'x-timezone'?: string;
|
|
2015
|
+
'id': string;
|
|
2016
|
+
}
|
|
2017
|
+
|
|
2018
|
+
export type PatchV1TemplatesIdSetDefaultResponseOK = {
|
|
2019
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2020
|
+
'success': boolean;
|
|
2021
|
+
'status_code': number;
|
|
2022
|
+
'message': string;
|
|
2023
|
+
'data': unknown;
|
|
2024
|
+
'pagination': unknown;
|
|
2025
|
+
}
|
|
2026
|
+
export type PatchV1TemplatesIdSetDefaultResponseBadRequest = {
|
|
2027
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2028
|
+
'success': boolean;
|
|
2029
|
+
'status_code': number;
|
|
2030
|
+
'message': string;
|
|
2031
|
+
}
|
|
2032
|
+
export type PatchV1TemplatesIdSetDefaultResponseNotFound = {
|
|
2033
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2034
|
+
'success': boolean;
|
|
2035
|
+
'status_code': number;
|
|
2036
|
+
'message': string;
|
|
2037
|
+
}
|
|
2038
|
+
export type PatchV1TemplatesIdSetDefaultResponseInternalServerError = {
|
|
2039
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2040
|
+
'success': boolean;
|
|
2041
|
+
'status_code': number;
|
|
2042
|
+
'message': string;
|
|
2043
|
+
}
|
|
2044
|
+
export type PatchV1TemplatesIdSetDefaultResponses =
|
|
2045
|
+
PatchV1TemplatesIdSetDefaultResponseOK
|
|
2046
|
+
| PatchV1TemplatesIdSetDefaultResponseBadRequest
|
|
2047
|
+
| PatchV1TemplatesIdSetDefaultResponseNotFound
|
|
2048
|
+
| PatchV1TemplatesIdSetDefaultResponseInternalServerError
|
|
2049
|
+
|
|
2050
|
+
export type GetV1SubjectsRequest = {
|
|
2051
|
+
'skip'?: number;
|
|
2052
|
+
'limit'?: number;
|
|
2053
|
+
'order'?: string;
|
|
2054
|
+
'filters'?: string;
|
|
2055
|
+
'search'?: string;
|
|
2056
|
+
'select'?: string;
|
|
2057
|
+
'x-token'?: string;
|
|
2058
|
+
'x-timezone'?: string;
|
|
2059
|
+
}
|
|
2060
|
+
|
|
2061
|
+
export type GetV1SubjectsResponseOK = {
|
|
2062
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2063
|
+
'success': boolean;
|
|
2064
|
+
'status_code': number;
|
|
2065
|
+
'message': string;
|
|
2066
|
+
'data': unknown;
|
|
2067
|
+
'pagination': unknown;
|
|
2068
|
+
}
|
|
2069
|
+
export type GetV1SubjectsResponseBadRequest = {
|
|
2070
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2071
|
+
'success': boolean;
|
|
2072
|
+
'status_code': number;
|
|
2073
|
+
'message': string;
|
|
2074
|
+
}
|
|
2075
|
+
export type GetV1SubjectsResponseNotFound = {
|
|
2076
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2077
|
+
'success': boolean;
|
|
2078
|
+
'status_code': number;
|
|
2079
|
+
'message': string;
|
|
2080
|
+
}
|
|
2081
|
+
export type GetV1SubjectsResponseInternalServerError = {
|
|
2082
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2083
|
+
'success': boolean;
|
|
2084
|
+
'status_code': number;
|
|
2085
|
+
'message': string;
|
|
2086
|
+
}
|
|
2087
|
+
export type GetV1SubjectsResponses =
|
|
2088
|
+
GetV1SubjectsResponseOK
|
|
2089
|
+
| GetV1SubjectsResponseBadRequest
|
|
2090
|
+
| GetV1SubjectsResponseNotFound
|
|
2091
|
+
| GetV1SubjectsResponseInternalServerError
|
|
2092
|
+
|
|
2093
|
+
export type PostV1SubjectsRequest = {
|
|
2094
|
+
'x-token'?: string;
|
|
2095
|
+
'x-timezone'?: string;
|
|
2096
|
+
'module': string;
|
|
2097
|
+
'resource': string;
|
|
2098
|
+
'type': 'email' | 'pdf' | 'approval_email';
|
|
2099
|
+
'subject': string;
|
|
2100
|
+
}
|
|
2101
|
+
|
|
2102
|
+
export type PostV1SubjectsResponseOK = {
|
|
2103
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2104
|
+
'success': boolean;
|
|
2105
|
+
'status_code': number;
|
|
2106
|
+
'message': string;
|
|
2107
|
+
'data': unknown;
|
|
2108
|
+
'pagination': unknown;
|
|
2109
|
+
}
|
|
2110
|
+
export type PostV1SubjectsResponseBadRequest = {
|
|
2111
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2112
|
+
'success': boolean;
|
|
2113
|
+
'status_code': number;
|
|
2114
|
+
'message': string;
|
|
2115
|
+
}
|
|
2116
|
+
export type PostV1SubjectsResponseNotFound = {
|
|
2117
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2118
|
+
'success': boolean;
|
|
2119
|
+
'status_code': number;
|
|
2120
|
+
'message': string;
|
|
2121
|
+
}
|
|
2122
|
+
export type PostV1SubjectsResponseInternalServerError = {
|
|
2123
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2124
|
+
'success': boolean;
|
|
2125
|
+
'status_code': number;
|
|
2126
|
+
'message': string;
|
|
2127
|
+
}
|
|
2128
|
+
export type PostV1SubjectsResponses =
|
|
2129
|
+
PostV1SubjectsResponseOK
|
|
2130
|
+
| PostV1SubjectsResponseBadRequest
|
|
2131
|
+
| PostV1SubjectsResponseNotFound
|
|
2132
|
+
| PostV1SubjectsResponseInternalServerError
|
|
2133
|
+
|
|
2134
|
+
export type PatchV1SubjectsIdRequest = {
|
|
2135
|
+
'x-token'?: string;
|
|
2136
|
+
'x-timezone'?: string;
|
|
2137
|
+
'id': string;
|
|
2138
|
+
'module': string;
|
|
2139
|
+
'resource': string;
|
|
2140
|
+
'type': 'email' | 'pdf' | 'approval_email';
|
|
2141
|
+
'subject': string;
|
|
2142
|
+
}
|
|
2143
|
+
|
|
2144
|
+
export type PatchV1SubjectsIdResponseOK = {
|
|
2145
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2146
|
+
'success': boolean;
|
|
2147
|
+
'status_code': number;
|
|
2148
|
+
'message': string;
|
|
2149
|
+
'data': unknown;
|
|
2150
|
+
'pagination': unknown;
|
|
2151
|
+
}
|
|
2152
|
+
export type PatchV1SubjectsIdResponseBadRequest = {
|
|
2153
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2154
|
+
'success': boolean;
|
|
2155
|
+
'status_code': number;
|
|
2156
|
+
'message': string;
|
|
2157
|
+
}
|
|
2158
|
+
export type PatchV1SubjectsIdResponseNotFound = {
|
|
2159
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2160
|
+
'success': boolean;
|
|
2161
|
+
'status_code': number;
|
|
2162
|
+
'message': string;
|
|
2163
|
+
}
|
|
2164
|
+
export type PatchV1SubjectsIdResponseInternalServerError = {
|
|
2165
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2166
|
+
'success': boolean;
|
|
2167
|
+
'status_code': number;
|
|
2168
|
+
'message': string;
|
|
2169
|
+
}
|
|
2170
|
+
export type PatchV1SubjectsIdResponses =
|
|
2171
|
+
PatchV1SubjectsIdResponseOK
|
|
2172
|
+
| PatchV1SubjectsIdResponseBadRequest
|
|
2173
|
+
| PatchV1SubjectsIdResponseNotFound
|
|
2174
|
+
| PatchV1SubjectsIdResponseInternalServerError
|
|
2175
|
+
|
|
2176
|
+
export type GetV1SubjectsIdRequest = {
|
|
2177
|
+
'x-token'?: string;
|
|
2178
|
+
'x-timezone'?: string;
|
|
2179
|
+
'id': string;
|
|
2180
|
+
}
|
|
2181
|
+
|
|
2182
|
+
export type GetV1SubjectsIdResponseOK = {
|
|
2183
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2184
|
+
'success': boolean;
|
|
2185
|
+
'status_code': number;
|
|
2186
|
+
'message': string;
|
|
2187
|
+
'data': unknown;
|
|
2188
|
+
'pagination': unknown;
|
|
2189
|
+
}
|
|
2190
|
+
export type GetV1SubjectsIdResponseBadRequest = {
|
|
2191
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2192
|
+
'success': boolean;
|
|
2193
|
+
'status_code': number;
|
|
2194
|
+
'message': string;
|
|
2195
|
+
}
|
|
2196
|
+
export type GetV1SubjectsIdResponseNotFound = {
|
|
2197
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2198
|
+
'success': boolean;
|
|
2199
|
+
'status_code': number;
|
|
2200
|
+
'message': string;
|
|
2201
|
+
}
|
|
2202
|
+
export type GetV1SubjectsIdResponseInternalServerError = {
|
|
2203
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2204
|
+
'success': boolean;
|
|
2205
|
+
'status_code': number;
|
|
2206
|
+
'message': string;
|
|
2207
|
+
}
|
|
2208
|
+
export type GetV1SubjectsIdResponses =
|
|
2209
|
+
GetV1SubjectsIdResponseOK
|
|
2210
|
+
| GetV1SubjectsIdResponseBadRequest
|
|
2211
|
+
| GetV1SubjectsIdResponseNotFound
|
|
2212
|
+
| GetV1SubjectsIdResponseInternalServerError
|
|
2213
|
+
|
|
2214
|
+
export type GetV1TemplateHeaderFooterRequest = {
|
|
2215
|
+
'skip'?: number;
|
|
2216
|
+
'limit'?: number;
|
|
2217
|
+
'order'?: string;
|
|
2218
|
+
'filters'?: string;
|
|
2219
|
+
'search'?: string;
|
|
2220
|
+
'select'?: string;
|
|
2221
|
+
'company_id'?: string;
|
|
2222
|
+
'x-token'?: string;
|
|
2223
|
+
'x-timezone'?: string;
|
|
2224
|
+
}
|
|
2225
|
+
|
|
2226
|
+
export type GetV1TemplateHeaderFooterResponseOK = {
|
|
2227
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2228
|
+
'success': boolean;
|
|
2229
|
+
'status_code': number;
|
|
2230
|
+
'message': string;
|
|
2231
|
+
'data': unknown;
|
|
2232
|
+
'pagination': unknown;
|
|
2233
|
+
}
|
|
2234
|
+
export type GetV1TemplateHeaderFooterResponseBadRequest = {
|
|
2235
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2236
|
+
'success': boolean;
|
|
2237
|
+
'status_code': number;
|
|
2238
|
+
'message': string;
|
|
2239
|
+
}
|
|
2240
|
+
export type GetV1TemplateHeaderFooterResponseNotFound = {
|
|
2241
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2242
|
+
'success': boolean;
|
|
2243
|
+
'status_code': number;
|
|
2244
|
+
'message': string;
|
|
2245
|
+
}
|
|
2246
|
+
export type GetV1TemplateHeaderFooterResponseInternalServerError = {
|
|
2247
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2248
|
+
'success': boolean;
|
|
2249
|
+
'status_code': number;
|
|
2250
|
+
'message': string;
|
|
2251
|
+
}
|
|
2252
|
+
export type GetV1TemplateHeaderFooterResponses =
|
|
2253
|
+
GetV1TemplateHeaderFooterResponseOK
|
|
2254
|
+
| GetV1TemplateHeaderFooterResponseBadRequest
|
|
2255
|
+
| GetV1TemplateHeaderFooterResponseNotFound
|
|
2256
|
+
| GetV1TemplateHeaderFooterResponseInternalServerError
|
|
2257
|
+
|
|
2258
|
+
export type PostV1TemplateHeaderFooterRequest = {
|
|
2259
|
+
'x-token'?: string;
|
|
2260
|
+
'x-timezone'?: string;
|
|
2261
|
+
'company_id': number;
|
|
2262
|
+
'header_sections': Array<{ 'id': string; 'content': string; 'type': string; 'isSplitPair'?: boolean | null; 'splitGroupId'?: string | null; 'splitWidth'?: string | null }>;
|
|
2263
|
+
'footer_sections': Array<{ 'id': string; 'content': string; 'type': string; 'isSplitPair'?: boolean | null; 'splitGroupId'?: string | null; 'splitWidth'?: string | null }>;
|
|
2264
|
+
'contents': string;
|
|
2265
|
+
}
|
|
2266
|
+
|
|
2267
|
+
export type PostV1TemplateHeaderFooterResponseOK = {
|
|
2268
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2269
|
+
'success': boolean;
|
|
2270
|
+
'status_code': number;
|
|
2271
|
+
'message': string;
|
|
2272
|
+
'data': unknown;
|
|
2273
|
+
'pagination': unknown;
|
|
2274
|
+
}
|
|
2275
|
+
export type PostV1TemplateHeaderFooterResponseBadRequest = {
|
|
2276
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2277
|
+
'success': boolean;
|
|
2278
|
+
'status_code': number;
|
|
2279
|
+
'message': string;
|
|
2280
|
+
}
|
|
2281
|
+
export type PostV1TemplateHeaderFooterResponseNotFound = {
|
|
2282
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2283
|
+
'success': boolean;
|
|
2284
|
+
'status_code': number;
|
|
2285
|
+
'message': string;
|
|
2286
|
+
}
|
|
2287
|
+
export type PostV1TemplateHeaderFooterResponseInternalServerError = {
|
|
2288
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2289
|
+
'success': boolean;
|
|
2290
|
+
'status_code': number;
|
|
2291
|
+
'message': string;
|
|
2292
|
+
}
|
|
2293
|
+
export type PostV1TemplateHeaderFooterResponses =
|
|
2294
|
+
PostV1TemplateHeaderFooterResponseOK
|
|
2295
|
+
| PostV1TemplateHeaderFooterResponseBadRequest
|
|
2296
|
+
| PostV1TemplateHeaderFooterResponseNotFound
|
|
2297
|
+
| PostV1TemplateHeaderFooterResponseInternalServerError
|
|
2298
|
+
|
|
2299
|
+
export type PatchV1TemplateHeaderFooterIdRequest = {
|
|
2300
|
+
'x-token'?: string;
|
|
2301
|
+
'x-timezone'?: string;
|
|
2302
|
+
'id': string;
|
|
2303
|
+
'company_id'?: number | null;
|
|
2304
|
+
'header_sections': Array<{ 'id': string; 'content': string; 'type': string; 'isSplitPair'?: boolean | null; 'splitGroupId'?: string | null; 'splitWidth'?: string | null }>;
|
|
2305
|
+
'footer_sections': Array<{ 'id': string; 'content': string; 'type': string; 'isSplitPair'?: boolean | null; 'splitGroupId'?: string | null; 'splitWidth'?: string | null }>;
|
|
2306
|
+
'contents': string;
|
|
2307
|
+
}
|
|
2308
|
+
|
|
2309
|
+
export type PatchV1TemplateHeaderFooterIdResponseOK = {
|
|
2310
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2311
|
+
'success': boolean;
|
|
2312
|
+
'status_code': number;
|
|
2313
|
+
'message': string;
|
|
2314
|
+
'data': unknown;
|
|
2315
|
+
'pagination': unknown;
|
|
2316
|
+
}
|
|
2317
|
+
export type PatchV1TemplateHeaderFooterIdResponseBadRequest = {
|
|
2318
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2319
|
+
'success': boolean;
|
|
2320
|
+
'status_code': number;
|
|
2321
|
+
'message': string;
|
|
2322
|
+
}
|
|
2323
|
+
export type PatchV1TemplateHeaderFooterIdResponseNotFound = {
|
|
2324
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2325
|
+
'success': boolean;
|
|
2326
|
+
'status_code': number;
|
|
2327
|
+
'message': string;
|
|
2328
|
+
}
|
|
2329
|
+
export type PatchV1TemplateHeaderFooterIdResponseInternalServerError = {
|
|
2330
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2331
|
+
'success': boolean;
|
|
2332
|
+
'status_code': number;
|
|
2333
|
+
'message': string;
|
|
2334
|
+
}
|
|
2335
|
+
export type PatchV1TemplateHeaderFooterIdResponses =
|
|
2336
|
+
PatchV1TemplateHeaderFooterIdResponseOK
|
|
2337
|
+
| PatchV1TemplateHeaderFooterIdResponseBadRequest
|
|
2338
|
+
| PatchV1TemplateHeaderFooterIdResponseNotFound
|
|
2339
|
+
| PatchV1TemplateHeaderFooterIdResponseInternalServerError
|
|
2340
|
+
|
|
2341
|
+
export type GetV1TemplateHeaderFooterIdRequest = {
|
|
2342
|
+
'x-token'?: string;
|
|
2343
|
+
'x-timezone'?: string;
|
|
2344
|
+
'id': string;
|
|
2345
|
+
}
|
|
2346
|
+
|
|
2347
|
+
export type GetV1TemplateHeaderFooterIdResponseOK = {
|
|
2348
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2349
|
+
'success': boolean;
|
|
2350
|
+
'status_code': number;
|
|
2351
|
+
'message': string;
|
|
2352
|
+
'data': unknown;
|
|
2353
|
+
'pagination': unknown;
|
|
2354
|
+
}
|
|
2355
|
+
export type GetV1TemplateHeaderFooterIdResponseBadRequest = {
|
|
2356
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2357
|
+
'success': boolean;
|
|
2358
|
+
'status_code': number;
|
|
2359
|
+
'message': string;
|
|
2360
|
+
}
|
|
2361
|
+
export type GetV1TemplateHeaderFooterIdResponseNotFound = {
|
|
2362
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2363
|
+
'success': boolean;
|
|
2364
|
+
'status_code': number;
|
|
2365
|
+
'message': string;
|
|
2366
|
+
}
|
|
2367
|
+
export type GetV1TemplateHeaderFooterIdResponseInternalServerError = {
|
|
2368
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2369
|
+
'success': boolean;
|
|
2370
|
+
'status_code': number;
|
|
2371
|
+
'message': string;
|
|
2372
|
+
}
|
|
2373
|
+
export type GetV1TemplateHeaderFooterIdResponses =
|
|
2374
|
+
GetV1TemplateHeaderFooterIdResponseOK
|
|
2375
|
+
| GetV1TemplateHeaderFooterIdResponseBadRequest
|
|
2376
|
+
| GetV1TemplateHeaderFooterIdResponseNotFound
|
|
2377
|
+
| GetV1TemplateHeaderFooterIdResponseInternalServerError
|
|
2378
|
+
|
|
2379
|
+
export type GetV1TemplateHeaderFooterCompanyIdHeaderFooterRequest = {
|
|
2380
|
+
'x-token'?: string;
|
|
2381
|
+
'x-timezone'?: string;
|
|
2382
|
+
'company_id': string;
|
|
2383
|
+
}
|
|
2384
|
+
|
|
2385
|
+
export type GetV1TemplateHeaderFooterCompanyIdHeaderFooterResponseOK = {
|
|
2386
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2387
|
+
'success': boolean;
|
|
2388
|
+
'status_code': number;
|
|
2389
|
+
'message': string;
|
|
2390
|
+
'data': unknown;
|
|
2391
|
+
'pagination': unknown;
|
|
2392
|
+
}
|
|
2393
|
+
export type GetV1TemplateHeaderFooterCompanyIdHeaderFooterResponseBadRequest = {
|
|
2394
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2395
|
+
'success': boolean;
|
|
2396
|
+
'status_code': number;
|
|
2397
|
+
'message': string;
|
|
2398
|
+
}
|
|
2399
|
+
export type GetV1TemplateHeaderFooterCompanyIdHeaderFooterResponseNotFound = {
|
|
2400
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2401
|
+
'success': boolean;
|
|
2402
|
+
'status_code': number;
|
|
2403
|
+
'message': string;
|
|
2404
|
+
}
|
|
2405
|
+
export type GetV1TemplateHeaderFooterCompanyIdHeaderFooterResponseInternalServerError = {
|
|
2406
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2407
|
+
'success': boolean;
|
|
2408
|
+
'status_code': number;
|
|
2409
|
+
'message': string;
|
|
2410
|
+
}
|
|
2411
|
+
export type GetV1TemplateHeaderFooterCompanyIdHeaderFooterResponses =
|
|
2412
|
+
GetV1TemplateHeaderFooterCompanyIdHeaderFooterResponseOK
|
|
2413
|
+
| GetV1TemplateHeaderFooterCompanyIdHeaderFooterResponseBadRequest
|
|
2414
|
+
| GetV1TemplateHeaderFooterCompanyIdHeaderFooterResponseNotFound
|
|
2415
|
+
| GetV1TemplateHeaderFooterCompanyIdHeaderFooterResponseInternalServerError
|
|
2416
|
+
|
|
2417
|
+
export type GetV1NotificationRequest = {
|
|
2418
|
+
'skip'?: number;
|
|
2419
|
+
'limit'?: number;
|
|
2420
|
+
'order'?: string;
|
|
2421
|
+
'filters'?: string;
|
|
2422
|
+
'search'?: string;
|
|
2423
|
+
'select'?: string;
|
|
2424
|
+
'x-token'?: string;
|
|
2425
|
+
'x-timezone'?: string;
|
|
2426
|
+
}
|
|
2427
|
+
|
|
2428
|
+
export type GetV1NotificationResponseOK = {
|
|
2429
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2430
|
+
'success': boolean;
|
|
2431
|
+
'status_code': number;
|
|
2432
|
+
'message': string;
|
|
2433
|
+
'data': unknown;
|
|
2434
|
+
'pagination': unknown;
|
|
2435
|
+
}
|
|
2436
|
+
export type GetV1NotificationResponseBadRequest = {
|
|
2437
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2438
|
+
'success': boolean;
|
|
2439
|
+
'status_code': number;
|
|
2440
|
+
'message': string;
|
|
2441
|
+
}
|
|
2442
|
+
export type GetV1NotificationResponseNotFound = {
|
|
2443
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2444
|
+
'success': boolean;
|
|
2445
|
+
'status_code': number;
|
|
2446
|
+
'message': string;
|
|
2447
|
+
}
|
|
2448
|
+
export type GetV1NotificationResponseInternalServerError = {
|
|
2449
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2450
|
+
'success': boolean;
|
|
2451
|
+
'status_code': number;
|
|
2452
|
+
'message': string;
|
|
2453
|
+
}
|
|
2454
|
+
export type GetV1NotificationResponses =
|
|
2455
|
+
GetV1NotificationResponseOK
|
|
2456
|
+
| GetV1NotificationResponseBadRequest
|
|
2457
|
+
| GetV1NotificationResponseNotFound
|
|
2458
|
+
| GetV1NotificationResponseInternalServerError
|
|
2459
|
+
|
|
2460
|
+
export type PatchV1NotificationMarkAsReadIdRequest = {
|
|
2461
|
+
'x-token'?: string;
|
|
2462
|
+
'x-timezone'?: string;
|
|
2463
|
+
'id': string;
|
|
2464
|
+
}
|
|
2465
|
+
|
|
2466
|
+
export type PatchV1NotificationMarkAsReadIdResponseOK = {
|
|
2467
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2468
|
+
'success': boolean;
|
|
2469
|
+
'status_code': number;
|
|
2470
|
+
'message': string;
|
|
2471
|
+
'data': unknown;
|
|
2472
|
+
'pagination': unknown;
|
|
2473
|
+
}
|
|
2474
|
+
export type PatchV1NotificationMarkAsReadIdResponseBadRequest = {
|
|
2475
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2476
|
+
'success': boolean;
|
|
2477
|
+
'status_code': number;
|
|
2478
|
+
'message': string;
|
|
2479
|
+
}
|
|
2480
|
+
export type PatchV1NotificationMarkAsReadIdResponseNotFound = {
|
|
2481
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2482
|
+
'success': boolean;
|
|
2483
|
+
'status_code': number;
|
|
2484
|
+
'message': string;
|
|
2485
|
+
}
|
|
2486
|
+
export type PatchV1NotificationMarkAsReadIdResponseInternalServerError = {
|
|
2487
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2488
|
+
'success': boolean;
|
|
2489
|
+
'status_code': number;
|
|
2490
|
+
'message': string;
|
|
2491
|
+
}
|
|
2492
|
+
export type PatchV1NotificationMarkAsReadIdResponses =
|
|
2493
|
+
PatchV1NotificationMarkAsReadIdResponseOK
|
|
2494
|
+
| PatchV1NotificationMarkAsReadIdResponseBadRequest
|
|
2495
|
+
| PatchV1NotificationMarkAsReadIdResponseNotFound
|
|
2496
|
+
| PatchV1NotificationMarkAsReadIdResponseInternalServerError
|
|
2497
|
+
|
|
2498
|
+
export type GetV1NotificationMarkAllAsReadRequest = {
|
|
2499
|
+
'x-token'?: string;
|
|
2500
|
+
'x-timezone'?: string;
|
|
2501
|
+
}
|
|
2502
|
+
|
|
2503
|
+
export type GetV1NotificationMarkAllAsReadResponseOK = {
|
|
2504
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2505
|
+
'success': boolean;
|
|
2506
|
+
'status_code': number;
|
|
2507
|
+
'message': string;
|
|
2508
|
+
'data': unknown;
|
|
2509
|
+
'pagination': unknown;
|
|
2510
|
+
}
|
|
2511
|
+
export type GetV1NotificationMarkAllAsReadResponseBadRequest = {
|
|
2512
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2513
|
+
'success': boolean;
|
|
2514
|
+
'status_code': number;
|
|
2515
|
+
'message': string;
|
|
2516
|
+
}
|
|
2517
|
+
export type GetV1NotificationMarkAllAsReadResponseNotFound = {
|
|
2518
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2519
|
+
'success': boolean;
|
|
2520
|
+
'status_code': number;
|
|
2521
|
+
'message': string;
|
|
2522
|
+
}
|
|
2523
|
+
export type GetV1NotificationMarkAllAsReadResponseInternalServerError = {
|
|
2524
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2525
|
+
'success': boolean;
|
|
2526
|
+
'status_code': number;
|
|
2527
|
+
'message': string;
|
|
2528
|
+
}
|
|
2529
|
+
export type GetV1NotificationMarkAllAsReadResponses =
|
|
2530
|
+
GetV1NotificationMarkAllAsReadResponseOK
|
|
2531
|
+
| GetV1NotificationMarkAllAsReadResponseBadRequest
|
|
2532
|
+
| GetV1NotificationMarkAllAsReadResponseNotFound
|
|
2533
|
+
| GetV1NotificationMarkAllAsReadResponseInternalServerError
|
|
2534
|
+
|
|
2535
|
+
export type PostV1ReportsScheduleReportRequest = {
|
|
2536
|
+
'x-token'?: string;
|
|
2537
|
+
'x-timezone'?: string;
|
|
2538
|
+
'name': string;
|
|
2539
|
+
'subject'?: string;
|
|
2540
|
+
'schedule_date': string | Date;
|
|
2541
|
+
'schedule_time': string;
|
|
2542
|
+
'emails': string;
|
|
2543
|
+
'is_recurring'?: boolean;
|
|
2544
|
+
'autopost'?: 'Day' | 'Week' | 'Month' | '3 month' | '6 month' | '1 Year';
|
|
2545
|
+
'filters'?: object;
|
|
2546
|
+
'type'?: string | null;
|
|
2547
|
+
}
|
|
2548
|
+
|
|
2549
|
+
export type PostV1ReportsScheduleReportResponseOK = {
|
|
2550
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2551
|
+
'success': boolean;
|
|
2552
|
+
'status_code': number;
|
|
2553
|
+
'message': string;
|
|
2554
|
+
'data': unknown;
|
|
2555
|
+
'pagination': unknown;
|
|
2556
|
+
}
|
|
2557
|
+
export type PostV1ReportsScheduleReportResponseBadRequest = {
|
|
2558
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2559
|
+
'success': boolean;
|
|
2560
|
+
'status_code': number;
|
|
2561
|
+
'message': string;
|
|
2562
|
+
}
|
|
2563
|
+
export type PostV1ReportsScheduleReportResponseNotFound = {
|
|
2564
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2565
|
+
'success': boolean;
|
|
2566
|
+
'status_code': number;
|
|
2567
|
+
'message': string;
|
|
2568
|
+
}
|
|
2569
|
+
export type PostV1ReportsScheduleReportResponseInternalServerError = {
|
|
2570
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2571
|
+
'success': boolean;
|
|
2572
|
+
'status_code': number;
|
|
2573
|
+
'message': string;
|
|
2574
|
+
}
|
|
2575
|
+
export type PostV1ReportsScheduleReportResponses =
|
|
2576
|
+
PostV1ReportsScheduleReportResponseOK
|
|
2577
|
+
| PostV1ReportsScheduleReportResponseBadRequest
|
|
2578
|
+
| PostV1ReportsScheduleReportResponseNotFound
|
|
2579
|
+
| PostV1ReportsScheduleReportResponseInternalServerError
|
|
2580
|
+
|
|
2581
|
+
export type GetV1ReportsScheduleReportRequest = {
|
|
2582
|
+
'skip'?: number;
|
|
2583
|
+
'limit'?: number;
|
|
2584
|
+
'order'?: string;
|
|
2585
|
+
'filters'?: string;
|
|
2586
|
+
'search'?: string;
|
|
2587
|
+
'select'?: string;
|
|
2588
|
+
'x-token'?: string;
|
|
2589
|
+
'x-timezone'?: string;
|
|
2590
|
+
}
|
|
2591
|
+
|
|
2592
|
+
export type GetV1ReportsScheduleReportResponseOK = {
|
|
2593
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2594
|
+
'success': boolean;
|
|
2595
|
+
'status_code': number;
|
|
2596
|
+
'message': string;
|
|
2597
|
+
'data': unknown;
|
|
2598
|
+
'pagination': unknown;
|
|
2599
|
+
}
|
|
2600
|
+
export type GetV1ReportsScheduleReportResponseBadRequest = {
|
|
2601
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2602
|
+
'success': boolean;
|
|
2603
|
+
'status_code': number;
|
|
2604
|
+
'message': string;
|
|
2605
|
+
}
|
|
2606
|
+
export type GetV1ReportsScheduleReportResponseNotFound = {
|
|
2607
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2608
|
+
'success': boolean;
|
|
2609
|
+
'status_code': number;
|
|
2610
|
+
'message': string;
|
|
2611
|
+
}
|
|
2612
|
+
export type GetV1ReportsScheduleReportResponseInternalServerError = {
|
|
2613
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2614
|
+
'success': boolean;
|
|
2615
|
+
'status_code': number;
|
|
2616
|
+
'message': string;
|
|
2617
|
+
}
|
|
2618
|
+
export type GetV1ReportsScheduleReportResponses =
|
|
2619
|
+
GetV1ReportsScheduleReportResponseOK
|
|
2620
|
+
| GetV1ReportsScheduleReportResponseBadRequest
|
|
2621
|
+
| GetV1ReportsScheduleReportResponseNotFound
|
|
2622
|
+
| GetV1ReportsScheduleReportResponseInternalServerError
|
|
2623
|
+
|
|
2624
|
+
export type PutV1ReportsUpdateScheduleReportIdRequest = {
|
|
2625
|
+
'x-token'?: string;
|
|
2626
|
+
'x-timezone'?: string;
|
|
2627
|
+
'id': string;
|
|
2628
|
+
'name': string;
|
|
2629
|
+
'subject'?: string;
|
|
2630
|
+
'schedule_date': string | Date;
|
|
2631
|
+
'schedule_time': string;
|
|
2632
|
+
'emails': string;
|
|
2633
|
+
'is_recurring'?: boolean;
|
|
2634
|
+
'autopost'?: 'Day' | 'Week' | 'Month' | '3 month' | '6 month' | '1 Year';
|
|
2635
|
+
'filters'?: object;
|
|
2636
|
+
'type'?: string | null;
|
|
2637
|
+
}
|
|
2638
|
+
|
|
2639
|
+
export type PutV1ReportsUpdateScheduleReportIdResponseOK = {
|
|
2640
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2641
|
+
'success': boolean;
|
|
2642
|
+
'status_code': number;
|
|
2643
|
+
'message': string;
|
|
2644
|
+
'data': unknown;
|
|
2645
|
+
'pagination': unknown;
|
|
2646
|
+
}
|
|
2647
|
+
export type PutV1ReportsUpdateScheduleReportIdResponseBadRequest = {
|
|
2648
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2649
|
+
'success': boolean;
|
|
2650
|
+
'status_code': number;
|
|
2651
|
+
'message': string;
|
|
2652
|
+
}
|
|
2653
|
+
export type PutV1ReportsUpdateScheduleReportIdResponseNotFound = {
|
|
2654
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2655
|
+
'success': boolean;
|
|
2656
|
+
'status_code': number;
|
|
2657
|
+
'message': string;
|
|
2658
|
+
}
|
|
2659
|
+
export type PutV1ReportsUpdateScheduleReportIdResponseInternalServerError = {
|
|
2660
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2661
|
+
'success': boolean;
|
|
2662
|
+
'status_code': number;
|
|
2663
|
+
'message': string;
|
|
2664
|
+
}
|
|
2665
|
+
export type PutV1ReportsUpdateScheduleReportIdResponses =
|
|
2666
|
+
PutV1ReportsUpdateScheduleReportIdResponseOK
|
|
2667
|
+
| PutV1ReportsUpdateScheduleReportIdResponseBadRequest
|
|
2668
|
+
| PutV1ReportsUpdateScheduleReportIdResponseNotFound
|
|
2669
|
+
| PutV1ReportsUpdateScheduleReportIdResponseInternalServerError
|
|
2670
|
+
|
|
2671
|
+
export type DeleteV1ReportsScheduleReportIdRequest = {
|
|
2672
|
+
'x-token'?: string;
|
|
2673
|
+
'x-timezone'?: string;
|
|
2674
|
+
'id': string;
|
|
2675
|
+
}
|
|
2676
|
+
|
|
2677
|
+
export type DeleteV1ReportsScheduleReportIdResponseOK = {
|
|
2678
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2679
|
+
'success': boolean;
|
|
2680
|
+
'status_code': number;
|
|
2681
|
+
'message': string;
|
|
2682
|
+
'data': unknown;
|
|
2683
|
+
'pagination': unknown;
|
|
2684
|
+
}
|
|
2685
|
+
export type DeleteV1ReportsScheduleReportIdResponseBadRequest = {
|
|
2686
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2687
|
+
'success': boolean;
|
|
2688
|
+
'status_code': number;
|
|
2689
|
+
'message': string;
|
|
2690
|
+
}
|
|
2691
|
+
export type DeleteV1ReportsScheduleReportIdResponseNotFound = {
|
|
2692
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2693
|
+
'success': boolean;
|
|
2694
|
+
'status_code': number;
|
|
2695
|
+
'message': string;
|
|
2696
|
+
}
|
|
2697
|
+
export type DeleteV1ReportsScheduleReportIdResponseInternalServerError = {
|
|
2698
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2699
|
+
'success': boolean;
|
|
2700
|
+
'status_code': number;
|
|
2701
|
+
'message': string;
|
|
2702
|
+
}
|
|
2703
|
+
export type DeleteV1ReportsScheduleReportIdResponses =
|
|
2704
|
+
DeleteV1ReportsScheduleReportIdResponseOK
|
|
2705
|
+
| DeleteV1ReportsScheduleReportIdResponseBadRequest
|
|
2706
|
+
| DeleteV1ReportsScheduleReportIdResponseNotFound
|
|
2707
|
+
| DeleteV1ReportsScheduleReportIdResponseInternalServerError
|
|
2708
|
+
|
|
2709
|
+
export type GetV1ReportsReportIdScheduleReportRequest = {
|
|
2710
|
+
'skip'?: number;
|
|
2711
|
+
'limit'?: number;
|
|
2712
|
+
'order'?: string;
|
|
2713
|
+
'filters'?: string;
|
|
2714
|
+
'search'?: string;
|
|
2715
|
+
'select'?: string;
|
|
2716
|
+
'x-token'?: string;
|
|
2717
|
+
'x-timezone'?: string;
|
|
2718
|
+
'report_id': string;
|
|
2719
|
+
}
|
|
2720
|
+
|
|
2721
|
+
export type GetV1ReportsReportIdScheduleReportResponseOK = {
|
|
2722
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2723
|
+
'success': boolean;
|
|
2724
|
+
'status_code': number;
|
|
2725
|
+
'message': string;
|
|
2726
|
+
'data': unknown;
|
|
2727
|
+
'pagination': unknown;
|
|
2728
|
+
}
|
|
2729
|
+
export type GetV1ReportsReportIdScheduleReportResponseBadRequest = {
|
|
2730
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2731
|
+
'success': boolean;
|
|
2732
|
+
'status_code': number;
|
|
2733
|
+
'message': string;
|
|
2734
|
+
}
|
|
2735
|
+
export type GetV1ReportsReportIdScheduleReportResponseNotFound = {
|
|
2736
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2737
|
+
'success': boolean;
|
|
2738
|
+
'status_code': number;
|
|
2739
|
+
'message': string;
|
|
2740
|
+
}
|
|
2741
|
+
export type GetV1ReportsReportIdScheduleReportResponseInternalServerError = {
|
|
2742
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2743
|
+
'success': boolean;
|
|
2744
|
+
'status_code': number;
|
|
2745
|
+
'message': string;
|
|
2746
|
+
}
|
|
2747
|
+
export type GetV1ReportsReportIdScheduleReportResponses =
|
|
2748
|
+
GetV1ReportsReportIdScheduleReportResponseOK
|
|
2749
|
+
| GetV1ReportsReportIdScheduleReportResponseBadRequest
|
|
2750
|
+
| GetV1ReportsReportIdScheduleReportResponseNotFound
|
|
2751
|
+
| GetV1ReportsReportIdScheduleReportResponseInternalServerError
|
|
2752
|
+
|
|
2753
|
+
export type GetV1ReportsReportListRequest = {
|
|
2754
|
+
'skip'?: number;
|
|
2755
|
+
'limit'?: number;
|
|
2756
|
+
'order'?: string;
|
|
2757
|
+
'filters'?: string;
|
|
2758
|
+
'search'?: string;
|
|
2759
|
+
'select'?: string;
|
|
2760
|
+
'x-token'?: string;
|
|
2761
|
+
'x-timezone'?: string;
|
|
2762
|
+
}
|
|
2763
|
+
|
|
2764
|
+
export type GetV1ReportsReportListResponseOK = {
|
|
2765
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2766
|
+
'success': boolean;
|
|
2767
|
+
'status_code': number;
|
|
2768
|
+
'message': string;
|
|
2769
|
+
'data': unknown;
|
|
2770
|
+
'pagination': unknown;
|
|
2771
|
+
}
|
|
2772
|
+
export type GetV1ReportsReportListResponseBadRequest = {
|
|
2773
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2774
|
+
'success': boolean;
|
|
2775
|
+
'status_code': number;
|
|
2776
|
+
'message': string;
|
|
2777
|
+
}
|
|
2778
|
+
export type GetV1ReportsReportListResponseNotFound = {
|
|
2779
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2780
|
+
'success': boolean;
|
|
2781
|
+
'status_code': number;
|
|
2782
|
+
'message': string;
|
|
2783
|
+
}
|
|
2784
|
+
export type GetV1ReportsReportListResponseInternalServerError = {
|
|
2785
|
+
'api': { 'author'?: string; 'version'?: string; 'endpoint'?: string; 'module'?: string };
|
|
2786
|
+
'success': boolean;
|
|
2787
|
+
'status_code': number;
|
|
2788
|
+
'message': string;
|
|
2789
|
+
}
|
|
2790
|
+
export type GetV1ReportsReportListResponses =
|
|
2791
|
+
GetV1ReportsReportListResponseOK
|
|
2792
|
+
| GetV1ReportsReportListResponseBadRequest
|
|
2793
|
+
| GetV1ReportsReportListResponseNotFound
|
|
2794
|
+
| GetV1ReportsReportListResponseInternalServerError
|
|
2795
|
+
|
|
2796
|
+
|
|
2797
|
+
|
|
2798
|
+
export interface Api {
|
|
2799
|
+
setBaseUrl(newUrl: string) : void;
|
|
2800
|
+
setDefaultHeaders(headers: Object) : void;
|
|
2801
|
+
getV1FileUpload(req?: GetV1FileUploadRequest): Promise<GetV1FileUploadResponses>;
|
|
2802
|
+
postV1FileUploadMarkComplete(req?: PostV1FileUploadMarkCompleteRequest): Promise<PostV1FileUploadMarkCompleteResponses>;
|
|
2803
|
+
getV1UserActivity(req?: GetV1UserActivityRequest): Promise<GetV1UserActivityResponses>;
|
|
2804
|
+
postV1UserActivity(req?: PostV1UserActivityRequest): Promise<PostV1UserActivityResponses>;
|
|
2805
|
+
postV1FormBuilder(req?: PostV1FormBuilderRequest): Promise<PostV1FormBuilderResponses>;
|
|
2806
|
+
getV1FormBuilder(req?: GetV1FormBuilderRequest): Promise<GetV1FormBuilderResponses>;
|
|
2807
|
+
getV1FormBuilderId(req?: GetV1FormBuilderIdRequest): Promise<GetV1FormBuilderIdResponses>;
|
|
2808
|
+
patchV1FormBuilderId(req?: PatchV1FormBuilderIdRequest): Promise<PatchV1FormBuilderIdResponses>;
|
|
2809
|
+
getV1FormBuilderFieldsId(req?: GetV1FormBuilderFieldsIdRequest): Promise<GetV1FormBuilderFieldsIdResponses>;
|
|
2810
|
+
getV1FormBuilderSchemaFieldsName(req?: GetV1FormBuilderSchemaFieldsNameRequest): Promise<GetV1FormBuilderSchemaFieldsNameResponses>;
|
|
2811
|
+
getV1FormBuilderRelationalSchemaFieldsName(req?: GetV1FormBuilderRelationalSchemaFieldsNameRequest): Promise<GetV1FormBuilderRelationalSchemaFieldsNameResponses>;
|
|
2812
|
+
getV1FilterResource(req?: GetV1FilterResourceRequest): Promise<GetV1FilterResourceResponses>;
|
|
2813
|
+
getV1FilterFilterTable(req?: GetV1FilterFilterTableRequest): Promise<GetV1FilterFilterTableResponses>;
|
|
2814
|
+
postV1Filter(req?: PostV1FilterRequest): Promise<PostV1FilterResponses>;
|
|
2815
|
+
putV1FilterId(req?: PutV1FilterIdRequest): Promise<PutV1FilterIdResponses>;
|
|
2816
|
+
deleteV1FilterId(req?: DeleteV1FilterIdRequest): Promise<DeleteV1FilterIdResponses>;
|
|
2817
|
+
getV1Dashboard(req?: GetV1DashboardRequest): Promise<GetV1DashboardResponses>;
|
|
2818
|
+
postV1Dashboard(req?: PostV1DashboardRequest): Promise<PostV1DashboardResponses>;
|
|
2819
|
+
getV1DashboardId(req?: GetV1DashboardIdRequest): Promise<GetV1DashboardIdResponses>;
|
|
2820
|
+
putV1DashboardId(req?: PutV1DashboardIdRequest): Promise<PutV1DashboardIdResponses>;
|
|
2821
|
+
deleteV1DashboardId(req?: DeleteV1DashboardIdRequest): Promise<DeleteV1DashboardIdResponses>;
|
|
2822
|
+
getV1DashboardMetrics(req?: GetV1DashboardMetricsRequest): Promise<GetV1DashboardMetricsResponses>;
|
|
2823
|
+
getV1DashboardRecent(req?: GetV1DashboardRecentRequest): Promise<GetV1DashboardRecentResponses>;
|
|
2824
|
+
getV1PagesResource(req?: GetV1PagesResourceRequest): Promise<GetV1PagesResourceResponses>;
|
|
2825
|
+
patchV1PagesPageId(req?: PatchV1PagesPageIdRequest): Promise<PatchV1PagesPageIdResponses>;
|
|
2826
|
+
postV1PagesShare(req?: PostV1PagesShareRequest): Promise<PostV1PagesShareResponses>;
|
|
2827
|
+
getV1PagesUserList(req?: GetV1PagesUserListRequest): Promise<GetV1PagesUserListResponses>;
|
|
2828
|
+
postV1WorkflowAutomation(req?: PostV1WorkflowAutomationRequest): Promise<PostV1WorkflowAutomationResponses>;
|
|
2829
|
+
getV1WorkflowAutomation(req?: GetV1WorkflowAutomationRequest): Promise<GetV1WorkflowAutomationResponses>;
|
|
2830
|
+
getV1WorkflowAutomationId(req?: GetV1WorkflowAutomationIdRequest): Promise<GetV1WorkflowAutomationIdResponses>;
|
|
2831
|
+
putV1WorkflowAutomationId(req?: PutV1WorkflowAutomationIdRequest): Promise<PutV1WorkflowAutomationIdResponses>;
|
|
2832
|
+
deleteV1WorkflowAutomationId(req?: DeleteV1WorkflowAutomationIdRequest): Promise<DeleteV1WorkflowAutomationIdResponses>;
|
|
2833
|
+
getV1WorkflowAutomationTemplates(req?: GetV1WorkflowAutomationTemplatesRequest): Promise<GetV1WorkflowAutomationTemplatesResponses>;
|
|
2834
|
+
patchV1WorkflowAutomationStatusId(req?: PatchV1WorkflowAutomationStatusIdRequest): Promise<PatchV1WorkflowAutomationStatusIdResponses>;
|
|
2835
|
+
postV1WorkflowAutomationPlayId(req?: PostV1WorkflowAutomationPlayIdRequest): Promise<PostV1WorkflowAutomationPlayIdResponses>;
|
|
2836
|
+
getV1Languages(req?: GetV1LanguagesRequest): Promise<GetV1LanguagesResponses>;
|
|
2837
|
+
postV1Languages(req?: PostV1LanguagesRequest): Promise<PostV1LanguagesResponses>;
|
|
2838
|
+
getV1LanguagesId(req?: GetV1LanguagesIdRequest): Promise<GetV1LanguagesIdResponses>;
|
|
2839
|
+
putV1LanguagesId(req?: PutV1LanguagesIdRequest): Promise<PutV1LanguagesIdResponses>;
|
|
2840
|
+
deleteV1LanguagesId(req?: DeleteV1LanguagesIdRequest): Promise<DeleteV1LanguagesIdResponses>;
|
|
2841
|
+
getV1LanguagesTranslationsGenerateExcel(req?: GetV1LanguagesTranslationsGenerateExcelRequest): Promise<GetV1LanguagesTranslationsGenerateExcelResponses>;
|
|
2842
|
+
postV1LanguagesLangIdModuleTranslationsImport(req?: PostV1LanguagesLangIdModuleTranslationsImportRequest): Promise<PostV1LanguagesLangIdModuleTranslationsImportResponses>;
|
|
2843
|
+
getV1LanguagesTranslations(req?: GetV1LanguagesTranslationsRequest): Promise<GetV1LanguagesTranslationsResponses>;
|
|
2844
|
+
postV1LanguagesTranslations(req?: PostV1LanguagesTranslationsRequest): Promise<PostV1LanguagesTranslationsResponses>;
|
|
2845
|
+
getV1LanguagesModules(req?: GetV1LanguagesModulesRequest): Promise<GetV1LanguagesModulesResponses>;
|
|
2846
|
+
getV1Templates(req?: GetV1TemplatesRequest): Promise<GetV1TemplatesResponses>;
|
|
2847
|
+
postV1Templates(req?: PostV1TemplatesRequest): Promise<PostV1TemplatesResponses>;
|
|
2848
|
+
patchV1TemplatesId(req?: PatchV1TemplatesIdRequest): Promise<PatchV1TemplatesIdResponses>;
|
|
2849
|
+
deleteV1TemplatesId(req?: DeleteV1TemplatesIdRequest): Promise<DeleteV1TemplatesIdResponses>;
|
|
2850
|
+
getV1TemplatesId(req?: GetV1TemplatesIdRequest): Promise<GetV1TemplatesIdResponses>;
|
|
2851
|
+
patchV1TemplatesIdSetDefault(req?: PatchV1TemplatesIdSetDefaultRequest): Promise<PatchV1TemplatesIdSetDefaultResponses>;
|
|
2852
|
+
getV1Subjects(req?: GetV1SubjectsRequest): Promise<GetV1SubjectsResponses>;
|
|
2853
|
+
postV1Subjects(req?: PostV1SubjectsRequest): Promise<PostV1SubjectsResponses>;
|
|
2854
|
+
patchV1SubjectsId(req?: PatchV1SubjectsIdRequest): Promise<PatchV1SubjectsIdResponses>;
|
|
2855
|
+
getV1SubjectsId(req?: GetV1SubjectsIdRequest): Promise<GetV1SubjectsIdResponses>;
|
|
2856
|
+
getV1TemplateHeaderFooter(req?: GetV1TemplateHeaderFooterRequest): Promise<GetV1TemplateHeaderFooterResponses>;
|
|
2857
|
+
postV1TemplateHeaderFooter(req?: PostV1TemplateHeaderFooterRequest): Promise<PostV1TemplateHeaderFooterResponses>;
|
|
2858
|
+
patchV1TemplateHeaderFooterId(req?: PatchV1TemplateHeaderFooterIdRequest): Promise<PatchV1TemplateHeaderFooterIdResponses>;
|
|
2859
|
+
getV1TemplateHeaderFooterId(req?: GetV1TemplateHeaderFooterIdRequest): Promise<GetV1TemplateHeaderFooterIdResponses>;
|
|
2860
|
+
getV1TemplateHeaderFooterCompanyIdHeaderFooter(req?: GetV1TemplateHeaderFooterCompanyIdHeaderFooterRequest): Promise<GetV1TemplateHeaderFooterCompanyIdHeaderFooterResponses>;
|
|
2861
|
+
getV1Notification(req?: GetV1NotificationRequest): Promise<GetV1NotificationResponses>;
|
|
2862
|
+
patchV1NotificationMarkAsReadId(req?: PatchV1NotificationMarkAsReadIdRequest): Promise<PatchV1NotificationMarkAsReadIdResponses>;
|
|
2863
|
+
getV1NotificationMarkAllAsRead(req?: GetV1NotificationMarkAllAsReadRequest): Promise<GetV1NotificationMarkAllAsReadResponses>;
|
|
2864
|
+
postV1ReportsScheduleReport(req?: PostV1ReportsScheduleReportRequest): Promise<PostV1ReportsScheduleReportResponses>;
|
|
2865
|
+
getV1ReportsScheduleReport(req?: GetV1ReportsScheduleReportRequest): Promise<GetV1ReportsScheduleReportResponses>;
|
|
2866
|
+
putV1ReportsUpdateScheduleReportId(req?: PutV1ReportsUpdateScheduleReportIdRequest): Promise<PutV1ReportsUpdateScheduleReportIdResponses>;
|
|
2867
|
+
deleteV1ReportsScheduleReportId(req?: DeleteV1ReportsScheduleReportIdRequest): Promise<DeleteV1ReportsScheduleReportIdResponses>;
|
|
2868
|
+
getV1ReportsReportIdScheduleReport(req?: GetV1ReportsReportIdScheduleReportRequest): Promise<GetV1ReportsReportIdScheduleReportResponses>;
|
|
2869
|
+
getV1ReportsReportList(req?: GetV1ReportsReportListRequest): Promise<GetV1ReportsReportListResponses>;
|
|
2870
|
+
}
|
|
2871
|
+
type PlatformaticFrontendClient = Omit<Api, 'setBaseUrl'>
|
|
2872
|
+
type BuildOptions = {
|
|
2873
|
+
headers?: Object
|
|
2874
|
+
}
|
|
2875
|
+
export default function build(url: string, options?: BuildOptions): PlatformaticFrontendClient
|