@pksep/zod-shared 0.0.490
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/action/dto/action-guard.dto.d.ts +15 -0
- package/dist/action/dto/action-guard.dto.js +9 -0
- package/dist/action/dto/actions-by-param.dto.d.ts +43 -0
- package/dist/action/dto/actions-by-param.dto.js +20 -0
- package/dist/action/enums/enums.d.ts +183 -0
- package/dist/action/enums/enums.js +130 -0
- package/dist/action/index.d.ts +7 -0
- package/dist/action/index.js +23 -0
- package/dist/action/interfaces/interface.d.ts +19 -0
- package/dist/action/interfaces/interface.js +2 -0
- package/dist/action/schemas/actions-chain.schema.d.ts +19 -0
- package/dist/action/schemas/actions-chain.schema.js +9 -0
- package/dist/action/schemas/actions.schema.d.ts +158 -0
- package/dist/action/schemas/actions.schema.js +39 -0
- package/dist/action/types/types.d.ts +4 -0
- package/dist/action/types/types.js +2 -0
- package/dist/assemble/dto/assemble-coming.dto.d.ts +35 -0
- package/dist/assemble/dto/assemble-coming.dto.js +22 -0
- package/dist/assemble/dto/assemble-db-request.dto.d.ts +66 -0
- package/dist/assemble/dto/assemble-db-request.dto.js +25 -0
- package/dist/assemble/dto/assemble-deep-deficit.dto.d.ts +16 -0
- package/dist/assemble/dto/assemble-deep-deficit.dto.js +10 -0
- package/dist/assemble/dto/assembly-paginate.dto.d.ts +31 -0
- package/dist/assemble/dto/assembly-paginate.dto.js +16 -0
- package/dist/assemble/dto/create-assemble-kit.dto.d.ts +24 -0
- package/dist/assemble/dto/create-assemble-kit.dto.js +12 -0
- package/dist/assemble/dto/create-assemble.dto.d.ts +24 -0
- package/dist/assemble/dto/create-assemble.dto.js +12 -0
- package/dist/assemble/dto/delete-actual-shipment.dto.d.ts +15 -0
- package/dist/assemble/dto/delete-actual-shipment.dto.js +9 -0
- package/dist/assemble/dto/delete-assemble.dto.d.ts +21 -0
- package/dist/assemble/dto/delete-assemble.dto.js +11 -0
- package/dist/assemble/dto/delete-shipment.dto.d.ts +12 -0
- package/dist/assemble/dto/delete-shipment.dto.js +8 -0
- package/dist/assemble/dto/get-assemble-by-id.dto.d.ts +18 -0
- package/dist/assemble/dto/get-assemble-by-id.dto.js +10 -0
- package/dist/assemble/dto/get-assemble-by-izd.dto.d.ts +18 -0
- package/dist/assemble/dto/get-assemble-by-izd.dto.js +11 -0
- package/dist/assemble/dto/get-assemble-operation-count.dto.d.ts +1503 -0
- package/dist/assemble/dto/get-assemble-operation-count.dto.js +9 -0
- package/dist/assemble/dto/get-assemble-operation-pagination.dto.d.ts +46 -0
- package/dist/assemble/dto/get-assemble-operation-pagination.dto.js +24 -0
- package/dist/assemble/dto/get-assemble-pagination-sclad.dto.d.ts +46 -0
- package/dist/assemble/dto/get-assemble-pagination-sclad.dto.js +24 -0
- package/dist/assemble/dto/get-assemble-pagination.dto.d.ts +55 -0
- package/dist/assemble/dto/get-assemble-pagination.dto.js +27 -0
- package/dist/assemble/dto/set-date-shipment.dto.d.ts +21 -0
- package/dist/assemble/dto/set-date-shipment.dto.js +11 -0
- package/dist/assemble/dto/update-assemble.dto.d.ts +15 -0
- package/dist/assemble/dto/update-assemble.dto.js +9 -0
- package/dist/assemble/enum/enum.d.ts +4 -0
- package/dist/assemble/enum/enum.js +8 -0
- package/dist/assemble/index.d.ts +21 -0
- package/dist/assemble/index.js +37 -0
- package/dist/assemble/interfaces/interfaces.d.ts +102 -0
- package/dist/assemble/interfaces/interfaces.js +2 -0
- package/dist/assemble/schemas/assemble-coming.schema.d.ts +1176 -0
- package/dist/assemble/schemas/assemble-coming.schema.js +21 -0
- package/dist/assemble/schemas/assemble.schema.d.ts +1138 -0
- package/dist/assemble/schemas/assemble.schema.js +32 -0
- package/dist/assemble-kit/dto/assemble-kit-paginate.dto.d.ts +46 -0
- package/dist/assemble-kit/dto/assemble-kit-paginate.dto.js +27 -0
- package/dist/assemble-kit/dto/update-assemble-kit.dto.d.ts +24 -0
- package/dist/assemble-kit/dto/update-assemble-kit.dto.js +16 -0
- package/dist/assemble-kit/index.d.ts +4 -0
- package/dist/assemble-kit/index.js +20 -0
- package/dist/assemble-kit/interfaces/interface.d.ts +4 -0
- package/dist/assemble-kit/interfaces/interface.js +2 -0
- package/dist/assemble-kit/schemas/assemble-kit.schema.d.ts +306 -0
- package/dist/assemble-kit/schemas/assemble-kit.schema.js +27 -0
- package/dist/avatar/index.d.ts +2 -0
- package/dist/avatar/index.js +18 -0
- package/dist/avatar/interfaces/interface.d.ts +6 -0
- package/dist/avatar/interfaces/interface.js +2 -0
- package/dist/avatar/schemas/avatarsSchema.d.ts +25 -0
- package/dist/avatar/schemas/avatarsSchema.js +12 -0
- package/dist/buyer/index.d.ts +4 -0
- package/dist/buyer/index.js +20 -0
- package/dist/buyer/interfaces/interface.d.ts +6 -0
- package/dist/buyer/interfaces/interface.js +2 -0
- package/dist/buyer/schemas/buyer-cbed.schema.d.ts +15 -0
- package/dist/buyer/schemas/buyer-cbed.schema.js +9 -0
- package/dist/buyer/schemas/buyer.schema.d.ts +36 -0
- package/dist/buyer/schemas/buyer.schema.js +16 -0
- package/dist/buyer/schemas/purchases.schema.d.ts +33 -0
- package/dist/buyer/schemas/purchases.schema.js +15 -0
- package/dist/cbed/dto/cbed-pagination.dto.d.ts +40 -0
- package/dist/cbed/dto/cbed-pagination.dto.js +20 -0
- package/dist/cbed/dto/check-designatiom.dto.d.ts +9 -0
- package/dist/cbed/dto/check-designatiom.dto.js +7 -0
- package/dist/cbed/dto/get-archive.dto.d.ts +9 -0
- package/dist/cbed/dto/get-archive.dto.js +7 -0
- package/dist/cbed/dto/get-deficit.dto.d.ts +25 -0
- package/dist/cbed/dto/get-deficit.dto.js +13 -0
- package/dist/cbed/dto/get-include.dto.d.ts +9 -0
- package/dist/cbed/dto/get-include.dto.js +7 -0
- package/dist/cbed/dto/get-one-cbed-dto.d.ts +16 -0
- package/dist/cbed/dto/get-one-cbed-dto.js +24 -0
- package/dist/cbed/dto/get-remains-cbed.dto.d.ts +16 -0
- package/dist/cbed/dto/get-remains-cbed.dto.js +9 -0
- package/dist/cbed/dto/recursive-childrens.dto.d.ts +45 -0
- package/dist/cbed/dto/recursive-childrens.dto.js +19 -0
- package/dist/cbed/dto/set-actual-shipment.dto.d.ts +18 -0
- package/dist/cbed/dto/set-actual-shipment.dto.js +10 -0
- package/dist/cbed/dto/up-create-cbed.dto.d.ts +55 -0
- package/dist/cbed/dto/up-create-cbed.dto.js +61 -0
- package/dist/cbed/index.d.ts +16 -0
- package/dist/cbed/index.js +32 -0
- package/dist/cbed/interfaces/interface.d.ts +3 -0
- package/dist/cbed/interfaces/interface.js +2 -0
- package/dist/cbed/schemas/cbed-detals.schema.d.ts +15 -0
- package/dist/cbed/schemas/cbed-detals.schema.js +9 -0
- package/dist/cbed/schemas/cbed-material.schema.d.ts +15 -0
- package/dist/cbed/schemas/cbed-material.schema.js +9 -0
- package/dist/cbed/schemas/cbed.schema.d.ts +115 -0
- package/dist/cbed/schemas/cbed.schema.js +40 -0
- package/dist/cbed/types/cbed-types.d.ts +9 -0
- package/dist/cbed/types/cbed-types.js +2 -0
- package/dist/cbed/types/cbed.d.ts +5 -0
- package/dist/cbed/types/cbed.js +2 -0
- package/dist/company/default-value/model.d.ts +7 -0
- package/dist/company/default-value/model.js +26 -0
- package/dist/company/dto/companies-pagination.dto.d.ts +52 -0
- package/dist/company/dto/companies-pagination.dto.js +21 -0
- package/dist/company/dto/create-company.dto.d.ts +72 -0
- package/dist/company/dto/create-company.dto.js +21 -0
- package/dist/company/dto/get-include.dto.d.ts +12 -0
- package/dist/company/dto/get-include.dto.js +8 -0
- package/dist/company/dto/update-company.dto.d.ts +75 -0
- package/dist/company/dto/update-company.dto.js +22 -0
- package/dist/company/enums/enums.d.ts +14 -0
- package/dist/company/enums/enums.js +19 -0
- package/dist/company/index.d.ts +9 -0
- package/dist/company/index.js +25 -0
- package/dist/company/interfaces/interface.d.ts +60 -0
- package/dist/company/interfaces/interface.js +12 -0
- package/dist/company/schemas/companies.schema.d.ts +78 -0
- package/dist/company/schemas/companies.schema.js +19 -0
- package/dist/company/type/type.d.ts +5 -0
- package/dist/company/type/type.js +2 -0
- package/dist/contact/default-value/model.d.ts +7 -0
- package/dist/contact/default-value/model.js +26 -0
- package/dist/contact/dto/contact-pagination.dto.d.ts +27 -0
- package/dist/contact/dto/contact-pagination.dto.js +14 -0
- package/dist/contact/dto/create-contact.dto.d.ts +48 -0
- package/dist/contact/dto/create-contact.dto.js +12 -0
- package/dist/contact/dto/get-include.dto.d.ts +12 -0
- package/dist/contact/dto/get-include.dto.js +8 -0
- package/dist/contact/dto/update-contact.dto.d.ts +51 -0
- package/dist/contact/dto/update-contact.dto.js +13 -0
- package/dist/contact/index.d.ts +7 -0
- package/dist/contact/index.js +23 -0
- package/dist/contact/interfaces/interface.d.ts +42 -0
- package/dist/contact/interfaces/interface.js +12 -0
- package/dist/contact/schemas/contact.schema.d.ts +51 -0
- package/dist/contact/schemas/contact.schema.js +16 -0
- package/dist/deficit/dto/create-deficite.dto.d.ts +15 -0
- package/dist/deficit/dto/create-deficite.dto.js +9 -0
- package/dist/deficit/dto/deficit-material.dto.d.ts +9 -0
- package/dist/deficit/dto/deficit-material.dto.js +7 -0
- package/dist/deficit/index.d.ts +4 -0
- package/dist/deficit/index.js +20 -0
- package/dist/deficit/interfaces/interface.d.ts +9 -0
- package/dist/deficit/interfaces/interface.js +2 -0
- package/dist/deficit/schemas/deficit.schema.d.ts +15 -0
- package/dist/deficit/schemas/deficit.schema.js +9 -0
- package/dist/deliveries/dto/all-delivery-pagination.dto.d.ts +19 -0
- package/dist/deliveries/dto/all-delivery-pagination.dto.js +11 -0
- package/dist/deliveries/dto/create-deliveries.dto.d.ts +104 -0
- package/dist/deliveries/dto/create-deliveries.dto.js +25 -0
- package/dist/deliveries/index.d.ts +8 -0
- package/dist/deliveries/index.js +24 -0
- package/dist/deliveries/schemas/deliveries-equipments.schema.d.ts +15 -0
- package/dist/deliveries/schemas/deliveries-equipments.schema.js +9 -0
- package/dist/deliveries/schemas/deliveries-instrument.schema.d.ts +15 -0
- package/dist/deliveries/schemas/deliveries-instrument.schema.js +9 -0
- package/dist/deliveries/schemas/deliveries-inventary.schema.d.ts +15 -0
- package/dist/deliveries/schemas/deliveries-inventary.schema.js +9 -0
- package/dist/deliveries/schemas/deliveries-material.schema.d.ts +15 -0
- package/dist/deliveries/schemas/deliveries-material.schema.js +9 -0
- package/dist/deliveries/schemas/deliveries-position.schema.d.ts +32 -0
- package/dist/deliveries/schemas/deliveries-position.schema.js +15 -0
- package/dist/deliveries/schemas/deliveries.schema.d.ts +64 -0
- package/dist/deliveries/schemas/deliveries.schema.js +21 -0
- package/dist/detal/default-values/default-values.d.ts +58 -0
- package/dist/detal/default-values/default-values.js +63 -0
- package/dist/detal/dto/add-file-to-detal.dto.d.ts +22 -0
- package/dist/detal/dto/add-file-to-detal.dto.js +9 -0
- package/dist/detal/dto/detal-pagination.dto.d.ts +34 -0
- package/dist/detal/dto/detal-pagination.dto.js +16 -0
- package/dist/detal/dto/get-archive.dto.d.ts +9 -0
- package/dist/detal/dto/get-archive.dto.js +7 -0
- package/dist/detal/dto/get-deficit.dto.d.ts +25 -0
- package/dist/detal/dto/get-deficit.dto.js +16 -0
- package/dist/detal/dto/get-detal-deficit-dto.d.ts +25 -0
- package/dist/detal/dto/get-detal-deficit-dto.js +13 -0
- package/dist/detal/dto/get-include-detal.dto.d.ts +9 -0
- package/dist/detal/dto/get-include-detal.dto.js +7 -0
- package/dist/detal/dto/get-one-detal-dto.d.ts +16 -0
- package/dist/detal/dto/get-one-detal-dto.js +17 -0
- package/dist/detal/dto/get-remains-detal.dto.d.ts +16 -0
- package/dist/detal/dto/get-remains-detal.dto.js +9 -0
- package/dist/detal/dto/set-actual-shipment.dto.d.ts +18 -0
- package/dist/detal/dto/set-actual-shipment.dto.js +10 -0
- package/dist/detal/dto/update-detal.dto.d.ts +56 -0
- package/dist/detal/dto/update-detal.dto.js +34 -0
- package/dist/detal/index.d.ts +16 -0
- package/dist/detal/index.js +32 -0
- package/dist/detal/interfaces/interface.d.ts +8 -0
- package/dist/detal/interfaces/interface.js +3 -0
- package/dist/detal/schemas/detal-deficit.schema.d.ts +1916 -0
- package/dist/detal/schemas/detal-deficit.schema.js +10 -0
- package/dist/detal/schemas/detal-material.schema.d.ts +15 -0
- package/dist/detal/schemas/detal-material.schema.js +9 -0
- package/dist/detal/schemas/detal.schema.d.ts +1740 -0
- package/dist/detal/schemas/detal.schema.js +53 -0
- package/dist/detal/types/detal.d.ts +15 -0
- package/dist/detal/types/detal.js +2 -0
- package/dist/document/dto/attach-document-to-entity.dto.d.ts +16 -0
- package/dist/document/dto/attach-document-to-entity.dto.js +10 -0
- package/dist/document/dto/change-type.dto.d.ts +12 -0
- package/dist/document/dto/change-type.dto.js +8 -0
- package/dist/document/dto/check-name-exist.d.ts +9 -0
- package/dist/document/dto/check-name-exist.js +7 -0
- package/dist/document/dto/create-arr-documents.dto.d.ts +9 -0
- package/dist/document/dto/create-arr-documents.dto.js +7 -0
- package/dist/document/dto/create-documents.dto.d.ts +24 -0
- package/dist/document/dto/create-documents.dto.js +12 -0
- package/dist/document/dto/query-pagination.dto.d.ts +16 -0
- package/dist/document/dto/query-pagination.dto.js +12 -0
- package/dist/document/dto/unpin-document.dto.d.ts +16 -0
- package/dist/document/dto/unpin-document.dto.js +10 -0
- package/dist/document/dto/update-document.dto.d.ts +27 -0
- package/dist/document/dto/update-document.dto.js +13 -0
- package/dist/document/index.d.ts +10 -0
- package/dist/document/index.js +26 -0
- package/dist/document/interfaces/interface.d.ts +13 -0
- package/dist/document/interfaces/interface.js +2 -0
- package/dist/document/schemas/documentsSchema.d.ts +79 -0
- package/dist/document/schemas/documentsSchema.js +17 -0
- package/dist/edizm/enum/enum.d.ts +15 -0
- package/dist/edizm/enum/enum.js +18 -0
- package/dist/edizm/index.d.ts +5 -0
- package/dist/edizm/index.js +21 -0
- package/dist/edizm/interfaces/interface.d.ts +8 -0
- package/dist/edizm/interfaces/interface.js +2 -0
- package/dist/edizm/schemas/edizm.schema.d.ts +18 -0
- package/dist/edizm/schemas/edizm.schema.js +9 -0
- package/dist/edizm/schemas/type-edizm.schema.d.ts +35 -0
- package/dist/edizm/schemas/type-edizm.schema.js +10 -0
- package/dist/edizm/schemas/unit-type-edizm.schema.d.ts +15 -0
- package/dist/edizm/schemas/unit-type-edizm.schema.js +9 -0
- package/dist/equipment/dto/check-name-unique.dto.d.ts +13 -0
- package/dist/equipment/dto/check-name-unique.dto.js +9 -0
- package/dist/equipment/dto/create-equipment.dto.d.ts +45 -0
- package/dist/equipment/dto/create-equipment.dto.js +20 -0
- package/dist/equipment/dto/create-equpment-type.dto.d.ts +12 -0
- package/dist/equipment/dto/create-equpment-type.dto.js +8 -0
- package/dist/equipment/dto/get-archive.dto.d.ts +9 -0
- package/dist/equipment/dto/get-archive.dto.js +7 -0
- package/dist/equipment/dto/get-instruments-pagination.dto.d.ts +27 -0
- package/dist/equipment/dto/get-instruments-pagination.dto.js +13 -0
- package/dist/equipment/dto/udate-equipment-type.dto.d.ts +12 -0
- package/dist/equipment/dto/udate-equipment-type.dto.js +8 -0
- package/dist/equipment/dto/update-equipment.dto.d.ts +48 -0
- package/dist/equipment/dto/update-equipment.dto.js +23 -0
- package/dist/equipment/index.d.ts +12 -0
- package/dist/equipment/index.js +28 -0
- package/dist/equipment/interfaces/interface.d.ts +9 -0
- package/dist/equipment/interfaces/interface.js +2 -0
- package/dist/equipment/schemas/equipment-pt.schema.d.ts +17 -0
- package/dist/equipment/schemas/equipment-pt.schema.js +8 -0
- package/dist/equipment/schemas/equipment.schema.d.ts +713 -0
- package/dist/equipment/schemas/equipment.schema.js +37 -0
- package/dist/equipment/schemas/euipment-type.schema.d.ts +3 -0
- package/dist/equipment/schemas/euipment-type.schema.js +12 -0
- package/dist/equipment/schemas/node_tpt_equipment.schema.d.ts +15 -0
- package/dist/equipment/schemas/node_tpt_equipment.schema.js +9 -0
- package/dist/expenditure/dto/get-expenditure.dto.d.ts +34 -0
- package/dist/expenditure/dto/get-expenditure.dto.js +12 -0
- package/dist/expenditure/dto/index.d.ts +1 -0
- package/dist/expenditure/dto/index.js +17 -0
- package/dist/expenditure/enum/enum.d.ts +4 -0
- package/dist/expenditure/enum/enum.js +8 -0
- package/dist/expenditure/index.d.ts +5 -0
- package/dist/expenditure/index.js +21 -0
- package/dist/expenditure/schema/expenditure-consumption.schema.d.ts +68 -0
- package/dist/expenditure/schema/expenditure-consumption.schema.js +10 -0
- package/dist/expenditure/schema/expenditure-position.schema.d.ts +25 -0
- package/dist/expenditure/schema/expenditure-position.schema.js +13 -0
- package/dist/expenditure/schema/expenditure.schema.d.ts +26 -0
- package/dist/expenditure/schema/expenditure.schema.js +11 -0
- package/dist/index.d.ts +40 -0
- package/dist/index.js +56 -0
- package/dist/instrument/dto/check-name-unique.dto.d.ts +13 -0
- package/dist/instrument/dto/check-name-unique.dto.js +9 -0
- package/dist/instrument/dto/create-instrument.dto.d.ts +13 -0
- package/dist/instrument/dto/create-instrument.dto.js +9 -0
- package/dist/instrument/dto/create-name-instrument.dto.d.ts +42 -0
- package/dist/instrument/dto/create-name-instrument.dto.js +19 -0
- package/dist/instrument/dto/create-pt-instrument.dto.d.ts +12 -0
- package/dist/instrument/dto/create-pt-instrument.dto.js +8 -0
- package/dist/instrument/dto/get-instruments-pagination.dto.d.ts +31 -0
- package/dist/instrument/dto/get-instruments-pagination.dto.js +15 -0
- package/dist/instrument/dto/update-instrument.dto.d.ts +16 -0
- package/dist/instrument/dto/update-instrument.dto.js +10 -0
- package/dist/instrument/dto/update-name-instrument.dto.d.ts +45 -0
- package/dist/instrument/dto/update-name-instrument.dto.js +20 -0
- package/dist/instrument/dto/update-pt.dto.d.ts +12 -0
- package/dist/instrument/dto/update-pt.dto.js +8 -0
- package/dist/instrument/index.d.ts +15 -0
- package/dist/instrument/index.js +31 -0
- package/dist/instrument/interfaces/interface.d.ts +12 -0
- package/dist/instrument/interfaces/interface.js +2 -0
- package/dist/instrument/schemas/instrument-equipment.schema.d.ts +18 -0
- package/dist/instrument/schemas/instrument-equipment.schema.js +11 -0
- package/dist/instrument/schemas/instrument-operation.schema.d.ts +18 -0
- package/dist/instrument/schemas/instrument-operation.schema.js +11 -0
- package/dist/instrument/schemas/instrument.schema.d.ts +3 -0
- package/dist/instrument/schemas/instrument.schema.js +14 -0
- package/dist/instrument/schemas/name-instrument.schema.d.ts +3 -0
- package/dist/instrument/schemas/name-instrument.schema.js +39 -0
- package/dist/instrument/schemas/node-pt-t-instrument.schema.d.ts +15 -0
- package/dist/instrument/schemas/node-pt-t-instrument.schema.js +9 -0
- package/dist/instrument/schemas/pt-instrument.schema.d.ts +18 -0
- package/dist/instrument/schemas/pt-instrument.schema.js +12 -0
- package/dist/inventary/dto/check-name-unique.dto.d.ts +13 -0
- package/dist/inventary/dto/check-name-unique.dto.js +9 -0
- package/dist/inventary/dto/create-inventary.dto.d.ts +48 -0
- package/dist/inventary/dto/create-inventary.dto.js +35 -0
- package/dist/inventary/dto/create-pt-inventary.dto.d.ts +12 -0
- package/dist/inventary/dto/create-pt-inventary.dto.js +8 -0
- package/dist/inventary/dto/get-inventary-pagination.dto.d.ts +27 -0
- package/dist/inventary/dto/get-inventary-pagination.dto.js +13 -0
- package/dist/inventary/dto/update-inventary.dto.d.ts +12 -0
- package/dist/inventary/dto/update-inventary.dto.js +8 -0
- package/dist/inventary/index.d.ts +8 -0
- package/dist/inventary/index.js +24 -0
- package/dist/inventary/schemas/inventary-pt.schema.d.ts +3 -0
- package/dist/inventary/schemas/inventary-pt.schema.js +12 -0
- package/dist/inventary/schemas/inventary-type.schema.d.ts +3 -0
- package/dist/inventary/schemas/inventary-type.schema.js +12 -0
- package/dist/inventary/schemas/inventary.schema.d.ts +3 -0
- package/dist/inventary/schemas/inventary.schema.js +32 -0
- package/dist/marks/dto/change-mark-quantity.dto.d.ts +86 -0
- package/dist/marks/dto/change-mark-quantity.dto.js +12 -0
- package/dist/marks/dto/create-mark.dto.d.ts +42 -0
- package/dist/marks/dto/create-mark.dto.js +18 -0
- package/dist/marks/dto/cut-marks.dto.d.ts +22 -0
- package/dist/marks/dto/cut-marks.dto.js +12 -0
- package/dist/marks/dto/get-mark-for-modal.dto.d.ts +19 -0
- package/dist/marks/dto/get-mark-for-modal.dto.js +11 -0
- package/dist/marks/dto/get-result-work.dto.d.ts +36 -0
- package/dist/marks/dto/get-result-work.dto.js +14 -0
- package/dist/marks/dto/update-mark.dto.d.ts +33 -0
- package/dist/marks/dto/update-mark.dto.js +21 -0
- package/dist/marks/enums/enum.d.ts +6 -0
- package/dist/marks/enums/enum.js +10 -0
- package/dist/marks/index.d.ts +10 -0
- package/dist/marks/index.js +26 -0
- package/dist/marks/interfaces/interface.d.ts +7 -0
- package/dist/marks/interfaces/interface.js +2 -0
- package/dist/marks/schemas/marks.schema.d.ts +88 -0
- package/dist/marks/schemas/marks.schema.js +29 -0
- package/dist/marks/type/type.d.ts +50 -0
- package/dist/marks/type/type.js +26 -0
- package/dist/material/dto/check-name-unique.dto.d.ts +13 -0
- package/dist/material/dto/check-name-unique.dto.js +9 -0
- package/dist/material/dto/create-material.dto.d.ts +599 -0
- package/dist/material/dto/create-material.dto.js +86 -0
- package/dist/material/dto/create-subtype-material.dto.d.ts +22 -0
- package/dist/material/dto/create-subtype-material.dto.js +12 -0
- package/dist/material/dto/get-material-paginate.dto.d.ts +27 -0
- package/dist/material/dto/get-material-paginate.dto.js +13 -0
- package/dist/material/dto/get-material-provider.dto.d.ts +21 -0
- package/dist/material/dto/get-material-provider.dto.js +11 -0
- package/dist/material/dto/get-one-material.dto.d.ts +12 -0
- package/dist/material/dto/get-one-material.dto.js +16 -0
- package/dist/material/dto/includes-material.dto.d.ts +12 -0
- package/dist/material/dto/includes-material.dto.js +8 -0
- package/dist/material/dto/material-include.dto.d.ts +12 -0
- package/dist/material/dto/material-include.dto.js +8 -0
- package/dist/material/dto/up-create-type-material.dto.d.ts +19 -0
- package/dist/material/dto/up-create-type-material.dto.js +11 -0
- package/dist/material/enum/enum.d.ts +4 -0
- package/dist/material/enum/enum.js +8 -0
- package/dist/material/index.d.ts +16 -0
- package/dist/material/index.js +32 -0
- package/dist/material/interfaces/interface.d.ts +22 -0
- package/dist/material/interfaces/interface.js +2 -0
- package/dist/material/schemas/mat-pod-mat.schema.d.ts +15 -0
- package/dist/material/schemas/mat-pod-mat.schema.js +9 -0
- package/dist/material/schemas/material-characteristics.schema.d.ts +230 -0
- package/dist/material/schemas/material-characteristics.schema.js +20 -0
- package/dist/material/schemas/material.schema.d.ts +560 -0
- package/dist/material/schemas/material.schema.js +26 -0
- package/dist/material/schemas/subtype-material.schema.d.ts +21 -0
- package/dist/material/schemas/subtype-material.schema.js +11 -0
- package/dist/material/schemas/type-material.schema.d.ts +423 -0
- package/dist/material/schemas/type-material.schema.js +26 -0
- package/dist/metaloworking/dto/create-metaloworking.dto.d.ts +21 -0
- package/dist/metaloworking/dto/create-metaloworking.dto.js +11 -0
- package/dist/metaloworking/dto/delete-metalloworking.dto.d.ts +21 -0
- package/dist/metaloworking/dto/delete-metalloworking.dto.js +11 -0
- package/dist/metaloworking/dto/delete-shipment.dto.d.ts +12 -0
- package/dist/metaloworking/dto/delete-shipment.dto.js +8 -0
- package/dist/metaloworking/dto/get-metallworking-operation-count.dto.d.ts +62 -0
- package/dist/metaloworking/dto/get-metallworking-operation-count.dto.js +9 -0
- package/dist/metaloworking/dto/get-metallworking-operation-pagination.dto.d.ts +43 -0
- package/dist/metaloworking/dto/get-metallworking-operation-pagination.dto.js +17 -0
- package/dist/metaloworking/dto/get-metallworking-pagination.dto.d.ts +46 -0
- package/dist/metaloworking/dto/get-metallworking-pagination.dto.js +19 -0
- package/dist/metaloworking/dto/get-result-work.dto.d.ts +16 -0
- package/dist/metaloworking/dto/get-result-work.dto.js +9 -0
- package/dist/metaloworking/dto/metaloworking-coming.dto.d.ts +35 -0
- package/dist/metaloworking/dto/metaloworking-coming.dto.js +18 -0
- package/dist/metaloworking/dto/set-date-shipment.dto.d.ts +18 -0
- package/dist/metaloworking/dto/set-date-shipment.dto.js +10 -0
- package/dist/metaloworking/dto/update-metalloworking.dto.d.ts +15 -0
- package/dist/metaloworking/dto/update-metalloworking.dto.js +9 -0
- package/dist/metaloworking/index.d.ts +13 -0
- package/dist/metaloworking/index.js +29 -0
- package/dist/metaloworking/schemas/metaloworking-by-operation.schema.d.ts +67 -0
- package/dist/metaloworking/schemas/metaloworking-by-operation.schema.js +22 -0
- package/dist/metaloworking/schemas/metaloworking-coming.schema.d.ts +68 -0
- package/dist/metaloworking/schemas/metaloworking-coming.schema.js +18 -0
- package/dist/metaloworking/schemas/metaloworking.schema.d.ts +42 -0
- package/dist/metaloworking/schemas/metaloworking.schema.js +15 -0
- package/dist/methods/methods.d.ts +1 -0
- package/dist/methods/methods.js +16 -0
- package/dist/movement-error/index.d.ts +1 -0
- package/dist/movement-error/index.js +17 -0
- package/dist/movement-error/schemas/movement-error.schema.d.ts +35 -0
- package/dist/movement-error/schemas/movement-error.schema.js +13 -0
- package/dist/movement-object/dto/create-moving.dto.d.ts +27 -0
- package/dist/movement-object/dto/create-moving.dto.js +14 -0
- package/dist/movement-object/index.d.ts +2 -0
- package/dist/movement-object/index.js +18 -0
- package/dist/movement-object/schemas/get-one-object-history.schema.d.ts +66 -0
- package/dist/movement-object/schemas/get-one-object-history.schema.js +25 -0
- package/dist/moving/index.d.ts +2 -0
- package/dist/moving/index.js +18 -0
- package/dist/moving/interfaces/interface.d.ts +3 -0
- package/dist/moving/interfaces/interface.js +2 -0
- package/dist/moving/schemas/moving.schema.d.ts +1308 -0
- package/dist/moving/schemas/moving.schema.js +18 -0
- package/dist/operations/dto/check-name-unique.dto.d.ts +9 -0
- package/dist/operations/dto/check-name-unique.dto.js +7 -0
- package/dist/operations/dto/create-type-operation.dto.d.ts +45 -0
- package/dist/operations/dto/create-type-operation.dto.js +19 -0
- package/dist/operations/dto/up-create-tech-process.dto.d.ts +27 -0
- package/dist/operations/dto/up-create-tech-process.dto.js +13 -0
- package/dist/operations/dto/update-create-operation.dto.d.ts +42 -0
- package/dist/operations/dto/update-create-operation.dto.js +18 -0
- package/dist/operations/dto/update-operation-tech.dto.d.ts +21 -0
- package/dist/operations/dto/update-operation-tech.dto.js +11 -0
- package/dist/operations/dto/update-type-operation.dto.d.ts +48 -0
- package/dist/operations/dto/update-type-operation.dto.js +20 -0
- package/dist/operations/index.d.ts +12 -0
- package/dist/operations/index.js +28 -0
- package/dist/operations/interfaces/interface.d.ts +57 -0
- package/dist/operations/interfaces/interface.js +13 -0
- package/dist/operations/schemas/operation-equipment.schema.d.ts +15 -0
- package/dist/operations/schemas/operation-equipment.schema.js +9 -0
- package/dist/operations/schemas/operation-material.schema.d.ts +15 -0
- package/dist/operations/schemas/operation-material.schema.js +9 -0
- package/dist/operations/schemas/operation.schema.d.ts +193 -0
- package/dist/operations/schemas/operation.schema.js +28 -0
- package/dist/operations/schemas/type-operation.schema.d.ts +36 -0
- package/dist/operations/schemas/type-operation.schema.js +15 -0
- package/dist/operations/schemas/type_oper_user.schema.d.ts +15 -0
- package/dist/operations/schemas/type_oper_user.schema.js +9 -0
- package/dist/product/dto/get-deficit.dto.d.ts +25 -0
- package/dist/product/dto/get-deficit.dto.js +13 -0
- package/dist/product/dto/get-include.dto.d.ts +9 -0
- package/dist/product/dto/get-include.dto.js +7 -0
- package/dist/product/dto/get-one-producct.dto.d.ts +13 -0
- package/dist/product/dto/get-one-producct.dto.js +9 -0
- package/dist/product/dto/get-remains-product.dto.d.ts +12 -0
- package/dist/product/dto/get-remains-product.dto.js +8 -0
- package/dist/product/dto/product-pagination.dto.d.ts +30 -0
- package/dist/product/dto/product-pagination.dto.js +14 -0
- package/dist/product/dto/recursive-childrens.dto.d.ts +51 -0
- package/dist/product/dto/recursive-childrens.dto.js +21 -0
- package/dist/product/dto/up-create-product.dto.d.ts +62 -0
- package/dist/product/dto/up-create-product.dto.js +25 -0
- package/dist/product/index.d.ts +16 -0
- package/dist/product/index.js +32 -0
- package/dist/product/interfaces/interface.d.ts +11 -0
- package/dist/product/interfaces/interface.js +2 -0
- package/dist/product/schemas/product-cbed.schema.d.ts +16 -0
- package/dist/product/schemas/product-cbed.schema.js +8 -0
- package/dist/product/schemas/product-deficit.schema.d.ts +265 -0
- package/dist/product/schemas/product-deficit.schema.js +10 -0
- package/dist/product/schemas/product-detal.schema.d.ts +16 -0
- package/dist/product/schemas/product-detal.schema.js +8 -0
- package/dist/product/schemas/product-material.schema.d.ts +16 -0
- package/dist/product/schemas/product-material.schema.js +8 -0
- package/dist/product/schemas/product-specification.schema.d.ts +19 -0
- package/dist/product/schemas/product-specification.schema.js +10 -0
- package/dist/product/schemas/product.schema.d.ts +106 -0
- package/dist/product/schemas/product.schema.js +38 -0
- package/dist/product/type/type.d.ts +12 -0
- package/dist/product/type/type.js +2 -0
- package/dist/product/types/product-types.d.ts +12 -0
- package/dist/product/types/product-types.js +2 -0
- package/dist/production-tasks/default-data/default-data.d.ts +2 -0
- package/dist/production-tasks/default-data/default-data.js +7 -0
- package/dist/production-tasks/dto/change-due-date.dto.d.ts +12 -0
- package/dist/production-tasks/dto/change-due-date.dto.js +8 -0
- package/dist/production-tasks/dto/create-operation-pos.dto.d.ts +82 -0
- package/dist/production-tasks/dto/create-operation-pos.dto.js +18 -0
- package/dist/production-tasks/dto/create-production-task.dto.d.ts +83 -0
- package/dist/production-tasks/dto/create-production-task.dto.js +23 -0
- package/dist/production-tasks/dto/cut-production-task.dto.d.ts +22 -0
- package/dist/production-tasks/dto/cut-production-task.dto.js +12 -0
- package/dist/production-tasks/dto/get-by-users.dto.d.ts +16 -0
- package/dist/production-tasks/dto/get-by-users.dto.js +10 -0
- package/dist/production-tasks/dto/get-deficits-detal-by-production-task.dto.d.ts +49 -0
- package/dist/production-tasks/dto/get-deficits-detal-by-production-task.dto.js +21 -0
- package/dist/production-tasks/dto/get-production-task-by-equipment.dto.d.ts +15 -0
- package/dist/production-tasks/dto/get-production-task-by-equipment.dto.js +9 -0
- package/dist/production-tasks/dto/get-production-task-by-user.dto.d.ts +15 -0
- package/dist/production-tasks/dto/get-production-task-by-user.dto.js +9 -0
- package/dist/production-tasks/dto/get-production-task.dto.d.ts +26 -0
- package/dist/production-tasks/dto/get-production-task.dto.js +14 -0
- package/dist/production-tasks/dto/get-result-works.dto.d.ts +13 -0
- package/dist/production-tasks/dto/get-result-works.dto.js +8 -0
- package/dist/production-tasks/dto/get-taks-by-entity.dto.d.ts +13 -0
- package/dist/production-tasks/dto/get-taks-by-entity.dto.js +9 -0
- package/dist/production-tasks/dto/get-taks-by-toperation.dto.d.ts +16 -0
- package/dist/production-tasks/dto/get-taks-by-toperation.dto.js +13 -0
- package/dist/production-tasks/dto/get-toperations.dto.d.ts +13 -0
- package/dist/production-tasks/dto/get-toperations.dto.js +19 -0
- package/dist/production-tasks/dto/online-board-working.dto.d.ts +59 -0
- package/dist/production-tasks/dto/online-board-working.dto.js +28 -0
- package/dist/production-tasks/dto/percent-created.dto.d.ts +13 -0
- package/dist/production-tasks/dto/percent-created.dto.js +9 -0
- package/dist/production-tasks/dto/plan-production-task.dto.d.ts +56 -0
- package/dist/production-tasks/dto/plan-production-task.dto.js +30 -0
- package/dist/production-tasks/dto/set-start-time.dto.d.ts +12 -0
- package/dist/production-tasks/dto/set-start-time.dto.js +8 -0
- package/dist/production-tasks/dto/update-marks.dto.d.ts +37 -0
- package/dist/production-tasks/dto/update-marks.dto.js +9 -0
- package/dist/production-tasks/dto/update-position.dto.d.ts +21 -0
- package/dist/production-tasks/dto/update-position.dto.js +11 -0
- package/dist/production-tasks/dto/update-responsible.dto.d.ts +12 -0
- package/dist/production-tasks/dto/update-responsible.dto.js +8 -0
- package/dist/production-tasks/dto/update-status.dto.d.ts +13 -0
- package/dist/production-tasks/dto/update-status.dto.js +9 -0
- package/dist/production-tasks/dto/update.dto.d.ts +15 -0
- package/dist/production-tasks/dto/update.dto.js +9 -0
- package/dist/production-tasks/enums/production-tasks.d.ts +9 -0
- package/dist/production-tasks/enums/production-tasks.js +14 -0
- package/dist/production-tasks/index.d.ts +32 -0
- package/dist/production-tasks/index.js +48 -0
- package/dist/production-tasks/interfaces/online-board.d.ts +38 -0
- package/dist/production-tasks/interfaces/online-board.js +2 -0
- package/dist/production-tasks/interfaces/production-tasks.d.ts +146 -0
- package/dist/production-tasks/interfaces/production-tasks.js +2 -0
- package/dist/production-tasks/methods/methods.d.ts +3 -0
- package/dist/production-tasks/methods/methods.js +19 -0
- package/dist/production-tasks/schemas/production-operation-pos.schema.d.ts +142 -0
- package/dist/production-tasks/schemas/production-operation-pos.schema.js +35 -0
- package/dist/production-tasks/schemas/production-taks-assembly.schema.d.ts +16 -0
- package/dist/production-tasks/schemas/production-taks-assembly.schema.js +8 -0
- package/dist/production-tasks/schemas/production-taks-metalloworkig.schema.d.ts +16 -0
- package/dist/production-tasks/schemas/production-taks-metalloworkig.schema.js +8 -0
- package/dist/production-tasks/schemas/production-taks-start-time.schema.d.ts +16 -0
- package/dist/production-tasks/schemas/production-taks-start-time.schema.js +8 -0
- package/dist/production-tasks/schemas/production-task.schema.d.ts +36 -0
- package/dist/production-tasks/schemas/production-task.schema.js +16 -0
- package/dist/provider/dto/create-provider.dto.d.ts +46 -0
- package/dist/provider/dto/create-provider.dto.js +20 -0
- package/dist/provider/dto/provider-pagination.dto.d.ts +21 -0
- package/dist/provider/dto/provider-pagination.dto.js +11 -0
- package/dist/provider/index.d.ts +6 -0
- package/dist/provider/index.js +22 -0
- package/dist/provider/interfaces/interface.d.ts +3 -0
- package/dist/provider/interfaces/interface.js +2 -0
- package/dist/provider/schemas/provider.schema.d.ts +33 -0
- package/dist/provider/schemas/provider.schema.js +15 -0
- package/dist/provider/schemas/providers-equipment.schema.d.ts +16 -0
- package/dist/provider/schemas/providers-equipment.schema.js +8 -0
- package/dist/provider/schemas/providers-inventary.schema.d.ts +16 -0
- package/dist/provider/schemas/providers-inventary.schema.js +8 -0
- package/dist/rack/dto/create-rack.dto.d.ts +180 -0
- package/dist/rack/dto/create-rack.dto.js +16 -0
- package/dist/rack/dto/get-all-racks.dto.d.ts +9 -0
- package/dist/rack/dto/get-all-racks.dto.js +7 -0
- package/dist/rack/dto/update-cell.dto.d.ts +51 -0
- package/dist/rack/dto/update-cell.dto.js +35 -0
- package/dist/rack/dto/update-rack.dto.d.ts +183 -0
- package/dist/rack/dto/update-rack.dto.js +17 -0
- package/dist/rack/index.d.ts +7 -0
- package/dist/rack/index.js +23 -0
- package/dist/rack/interfaces/interface.d.ts +392 -0
- package/dist/rack/interfaces/interface.js +24 -0
- package/dist/rack/schemas/rack.schema.d.ts +186 -0
- package/dist/rack/schemas/rack.schema.js +12 -0
- package/dist/rack/types/types.d.ts +6 -0
- package/dist/rack/types/types.js +2 -0
- package/dist/role/default-value/index.d.ts +2 -0
- package/dist/role/default-value/index.js +417 -0
- package/dist/role/dto/check-name-unique.dto.d.ts +9 -0
- package/dist/role/dto/check-name-unique.dto.js +7 -0
- package/dist/role/dto/create-role.dto.d.ts +12 -0
- package/dist/role/dto/create-role.dto.js +12 -0
- package/dist/role/dto/update-assets.dto.d.ts +13 -0
- package/dist/role/dto/update-assets.dto.js +16 -0
- package/dist/role/dto/update-role.dto.d.ts +15 -0
- package/dist/role/dto/update-role.dto.js +9 -0
- package/dist/role/index.d.ts +8 -0
- package/dist/role/index.js +24 -0
- package/dist/role/interfaces/interface.d.ts +4 -0
- package/dist/role/interfaces/interface.js +2 -0
- package/dist/role/schemas/role.schema.d.ts +1233 -0
- package/dist/role/schemas/role.schema.js +12 -0
- package/dist/role/types/role.d.ts +44 -0
- package/dist/role/types/role.js +2 -0
- package/dist/sclad/dto/get-one-stock-order.dto.d.ts +15 -0
- package/dist/sclad/dto/get-one-stock-order.dto.js +13 -0
- package/dist/sclad/dto/get-remains.dto.d.ts +19 -0
- package/dist/sclad/dto/get-remains.dto.js +11 -0
- package/dist/sclad/dto/get-revision-history.dto.d.ts +19 -0
- package/dist/sclad/dto/get-revision-history.dto.js +11 -0
- package/dist/sclad/dto/need-by-parent.dto.d.ts +19 -0
- package/dist/sclad/dto/need-by-parent.dto.js +11 -0
- package/dist/sclad/dto/revision-update.dto.d.ts +19 -0
- package/dist/sclad/dto/revision-update.dto.js +11 -0
- package/dist/sclad/index.d.ts +9 -0
- package/dist/sclad/index.js +25 -0
- package/dist/sclad/interfaces/interface.d.ts +8 -0
- package/dist/sclad/interfaces/interface.js +2 -0
- package/dist/sclad/schemas/remain.schema.d.ts +48 -0
- package/dist/sclad/schemas/remain.schema.js +20 -0
- package/dist/sclad/schemas/remains.schema.d.ts +163 -0
- package/dist/sclad/schemas/remains.schema.js +24 -0
- package/dist/sclad/schemas/revision.schema.d.ts +58 -0
- package/dist/sclad/schemas/revision.schema.js +22 -0
- package/dist/settings/dto/create-edizm.dto.d.ts +15 -0
- package/dist/settings/dto/create-edizm.dto.js +9 -0
- package/dist/settings/dto/create-type-edizm.dto.d.ts +9 -0
- package/dist/settings/dto/create-type-edizm.dto.js +7 -0
- package/dist/settings/dto/delete-edizm.dto.d.ts +9 -0
- package/dist/settings/dto/delete-edizm.dto.js +7 -0
- package/dist/settings/dto/update-edizm.dto.d.ts +15 -0
- package/dist/settings/dto/update-edizm.dto.js +9 -0
- package/dist/settings/index.d.ts +8 -0
- package/dist/settings/index.js +24 -0
- package/dist/settings/interfaces/interface.d.ts +8 -0
- package/dist/settings/interfaces/interface.js +2 -0
- package/dist/settings/schemas/inaction.schema.d.ts +13 -0
- package/dist/settings/schemas/inaction.schema.js +7 -0
- package/dist/settings/schemas/norm-hours.schema.d.ts +13 -0
- package/dist/settings/schemas/norm-hours.schema.js +7 -0
- package/dist/settings/schemas/sebestoim.schema.d.ts +21 -0
- package/dist/settings/schemas/sebestoim.schema.js +11 -0
- package/dist/shipments/dto/change-date-urgency.dto.d.ts +12 -0
- package/dist/shipments/dto/change-date-urgency.dto.js +8 -0
- package/dist/shipments/dto/entity-filtering-by-shipment.dto.d.ts +16 -0
- package/dist/shipments/dto/entity-filtering-by-shipment.dto.js +10 -0
- package/dist/shipments/dto/format-list-shipment.dto.d.ts +28 -0
- package/dist/shipments/dto/format-list-shipment.dto.js +14 -0
- package/dist/shipments/dto/get-attributes.dto.d.ts +12 -0
- package/dist/shipments/dto/get-attributes.dto.js +8 -0
- package/dist/shipments/dto/sh-check-pagination.dto.d.ts +30 -0
- package/dist/shipments/dto/sh-check-pagination.dto.js +10 -0
- package/dist/shipments/dto/sh-check.dto.d.ts +48 -0
- package/dist/shipments/dto/sh-check.dto.js +20 -0
- package/dist/shipments/dto/sh-complit-update.dto.d.ts +28 -0
- package/dist/shipments/dto/sh-complit-update.dto.js +29 -0
- package/dist/shipments/dto/shipments-list-pagination-response.dto.d.ts +239 -0
- package/dist/shipments/dto/shipments-list-pagination-response.dto.js +6 -0
- package/dist/shipments/dto/shipments-list-pagination.dto.d.ts +18 -0
- package/dist/shipments/dto/shipments-list-pagination.dto.js +16 -0
- package/dist/shipments/dto/shipments-paginate.dto.d.ts +40 -0
- package/dist/shipments/dto/shipments-paginate.dto.js +19 -0
- package/dist/shipments/dto/up-create-shipments.dto.d.ts +12 -0
- package/dist/shipments/dto/up-create-shipments.dto.js +8 -0
- package/dist/shipments/index.d.ts +23 -0
- package/dist/shipments/index.js +39 -0
- package/dist/shipments/interface/interface.d.ts +12 -0
- package/dist/shipments/interface/interface.js +2 -0
- package/dist/shipments/schemas/sh-complit-user.schema.d.ts +15 -0
- package/dist/shipments/schemas/sh-complit-user.schema.js +9 -0
- package/dist/shipments/schemas/sh-complit.schema.d.ts +89 -0
- package/dist/shipments/schemas/sh-complit.schema.js +24 -0
- package/dist/shipments/schemas/shipment-list-item.schema.d.ts +164 -0
- package/dist/shipments/schemas/shipment-list-item.schema.js +44 -0
- package/dist/shipments/schemas/shipments-cbed.schema.d.ts +15 -0
- package/dist/shipments/schemas/shipments-cbed.schema.js +9 -0
- package/dist/shipments/schemas/shipments-detal.schema.d.ts +15 -0
- package/dist/shipments/schemas/shipments-detal.schema.js +9 -0
- package/dist/shipments/schemas/shipments-material.schema.d.ts +15 -0
- package/dist/shipments/schemas/shipments-material.schema.js +9 -0
- package/dist/shipments/schemas/shipments-sh-complit.schema.d.ts +15 -0
- package/dist/shipments/schemas/shipments-sh-complit.schema.js +9 -0
- package/dist/shipments/schemas/shipments.schema.d.ts +144 -0
- package/dist/shipments/schemas/shipments.schema.js +27 -0
- package/dist/shipments/schemas/shipped-shipments.schema.d.ts +18 -0
- package/dist/shipments/schemas/shipped-shipments.schema.js +10 -0
- package/dist/shipments/types/increment-shipments-kolvo.type.d.ts +132 -0
- package/dist/shipments/types/increment-shipments-kolvo.type.js +14 -0
- package/dist/shipments/types/types.d.ts +16 -0
- package/dist/shipments/types/types.js +14 -0
- package/dist/shipments/types/update-shipments-by-product.type.d.ts +126 -0
- package/dist/shipments/types/update-shipments-by-product.type.js +12 -0
- package/dist/specification/dto/specification-attributes.dto.d.ts +18 -0
- package/dist/specification/dto/specification-attributes.dto.js +10 -0
- package/dist/specification/index.d.ts +4 -0
- package/dist/specification/index.js +20 -0
- package/dist/specification/interface/interface.d.ts +11 -0
- package/dist/specification/interface/interface.js +2 -0
- package/dist/specification/schema/attributes.schema.d.ts +3305 -0
- package/dist/specification/schema/attributes.schema.js +12 -0
- package/dist/specification/type/type.d.ts +6 -0
- package/dist/specification/type/type.js +2 -0
- package/dist/stock-order/dto/all-stock-orders-pagination.dto.d.ts +28 -0
- package/dist/stock-order/dto/all-stock-orders-pagination.dto.js +14 -0
- package/dist/stock-order/dto/create-stock-order.dto.d.ts +47 -0
- package/dist/stock-order/dto/create-stock-order.dto.js +9 -0
- package/dist/stock-order/dto/get-sotck-order-pagination.dto.d.ts +19 -0
- package/dist/stock-order/dto/get-sotck-order-pagination.dto.js +11 -0
- package/dist/stock-order/dto/get-stock-order-pagination.dto.d.ts +30 -0
- package/dist/stock-order/dto/get-stock-order-pagination.dto.js +10 -0
- package/dist/stock-order/dto/update-stock-order-item.dto.d.ts +15 -0
- package/dist/stock-order/dto/update-stock-order-item.dto.js +9 -0
- package/dist/stock-order/dto/update-stock-order.dto.d.ts +9 -0
- package/dist/stock-order/dto/update-stock-order.dto.js +7 -0
- package/dist/stock-order/enums/enums.d.ts +5 -0
- package/dist/stock-order/enums/enums.js +9 -0
- package/dist/stock-order/index.d.ts +10 -0
- package/dist/stock-order/index.js +26 -0
- package/dist/stock-order/schemas/stock-order-item.schema.d.ts +49 -0
- package/dist/stock-order/schemas/stock-order-item.schema.js +18 -0
- package/dist/stock-order/schemas/stock-order.schema.d.ts +32 -0
- package/dist/stock-order/schemas/stock-order.schema.js +13 -0
- package/dist/stock-order/type/type.d.ts +27 -0
- package/dist/stock-order/type/type.js +14 -0
- package/dist/supply/index.d.ts +1 -0
- package/dist/supply/index.js +17 -0
- package/dist/supply/schemas/supply.schema.d.ts +20 -0
- package/dist/supply/schemas/supply.schema.js +9 -0
- package/dist/tech-process/dto/up-create-tech-process.dto.d.ts +25 -0
- package/dist/tech-process/dto/up-create-tech-process.dto.js +12 -0
- package/dist/tech-process/index.d.ts +2 -0
- package/dist/tech-process/index.js +18 -0
- package/dist/tech-process/schemas/tech-process.schema.d.ts +295 -0
- package/dist/tech-process/schemas/tech-process.schema.js +15 -0
- package/dist/thread/dto/add-thread.dto.d.ts +22 -0
- package/dist/thread/dto/add-thread.dto.js +12 -0
- package/dist/thread/dto/thread-entity.dto.d.ts +13 -0
- package/dist/thread/dto/thread-entity.dto.js +9 -0
- package/dist/thread/dto/thread-pagination.dto.d.ts +19 -0
- package/dist/thread/dto/thread-pagination.dto.js +11 -0
- package/dist/thread/dto/update-thread.dto.d.ts +9 -0
- package/dist/thread/dto/update-thread.dto.js +7 -0
- package/dist/thread/index.d.ts +6 -0
- package/dist/thread/index.js +22 -0
- package/dist/thread/schemas/thread-entity.schema.d.ts +19 -0
- package/dist/thread/schemas/thread-entity.schema.js +11 -0
- package/dist/thread/schemas/thread.schema.d.ts +3 -0
- package/dist/thread/schemas/thread.schema.js +12 -0
- package/dist/user/default-value/model.d.ts +7 -0
- package/dist/user/default-value/model.js +26 -0
- package/dist/user/dto/add-role.dto.d.ts +12 -0
- package/dist/user/dto/add-role.dto.js +18 -0
- package/dist/user/dto/auth-user.dto.d.ts +15 -0
- package/dist/user/dto/auth-user.dto.js +9 -0
- package/dist/user/dto/ban-user.dto.d.ts +12 -0
- package/dist/user/dto/ban-user.dto.js +18 -0
- package/dist/user/dto/create-user.dto.d.ts +72 -0
- package/dist/user/dto/create-user.dto.js +80 -0
- package/dist/user/dto/get-users.dto.d.ts +24 -0
- package/dist/user/dto/get-users.dto.js +44 -0
- package/dist/user/dto/tabel-unique.dto.d.ts +9 -0
- package/dist/user/dto/tabel-unique.dto.js +7 -0
- package/dist/user/enums.d.ts +7 -0
- package/dist/user/enums.js +11 -0
- package/dist/user/index.d.ts +10 -0
- package/dist/user/index.js +26 -0
- package/dist/user/interfaces/create-user.interface.d.ts +45 -0
- package/dist/user/interfaces/create-user.interface.js +18 -0
- package/dist/user/schemas/user.schema.d.ts +858 -0
- package/dist/user/schemas/user.schema.js +42 -0
- package/dist/utils/date.methods.d.ts +68 -0
- package/dist/utils/date.methods.js +141 -0
- package/dist/utils/default-value/default-value.d.ts +12 -0
- package/dist/utils/default-value/default-value.js +25 -0
- package/dist/utils/edizm.d.ts +40 -0
- package/dist/utils/edizm.js +125 -0
- package/dist/utils/enums.d.ts +332 -0
- package/dist/utils/enums.js +396 -0
- package/dist/utils/index.d.ts +27 -0
- package/dist/utils/index.js +43 -0
- package/dist/utils/interface/parent-type.interface.d.ts +7 -0
- package/dist/utils/interface/parent-type.interface.js +2 -0
- package/dist/utils/interface/response.d.ts +4 -0
- package/dist/utils/interface/response.js +2 -0
- package/dist/utils/interfaces.d.ts +3 -0
- package/dist/utils/interfaces.js +2 -0
- package/dist/utils/methods/compression.d.ts +12 -0
- package/dist/utils/methods/compression.js +54 -0
- package/dist/utils/methods/documents.d.ts +6 -0
- package/dist/utils/methods/documents.js +12 -0
- package/dist/utils/methods/operations.d.ts +28 -0
- package/dist/utils/methods/operations.js +97 -0
- package/dist/utils/methods/quantity.d.ts +6 -0
- package/dist/utils/methods/quantity.js +24 -0
- package/dist/utils/methods/sequelize.d.ts +19 -0
- package/dist/utils/methods/sequelize.js +23 -0
- package/dist/utils/methods/shipments.d.ts +23 -0
- package/dist/utils/methods/shipments.js +51 -0
- package/dist/utils/methods/snake-conversion.d.ts +19 -0
- package/dist/utils/methods/snake-conversion.js +51 -0
- package/dist/utils/methods/utils.d.ts +15 -0
- package/dist/utils/methods/utils.js +18 -0
- package/dist/utils/methods.d.ts +362 -0
- package/dist/utils/methods.js +1286 -0
- package/dist/utils/moving.d.ts +11 -0
- package/dist/utils/moving.js +30 -0
- package/dist/utils/operation.d.ts +64 -0
- package/dist/utils/operation.js +223 -0
- package/dist/utils/operations/opeartion.d.ts +15 -0
- package/dist/utils/operations/opeartion.js +32 -0
- package/dist/utils/promise-pool.d.ts +5 -0
- package/dist/utils/promise-pool.js +44 -0
- package/dist/utils/schemas/schema.d.ts +33 -0
- package/dist/utils/schemas/schema.js +16 -0
- package/dist/utils/templatesD3/block-templates.d.ts +32 -0
- package/dist/utils/templatesD3/block-templates.js +85 -0
- package/dist/utils/types/types.d.ts +114 -0
- package/dist/utils/types/types.js +2 -0
- package/dist/utils/types.d.ts +173 -0
- package/dist/utils/types.js +26 -0
- package/dist/utils/validation/transform.d.ts +7 -0
- package/dist/utils/validation/transform.js +19 -0
- package/dist/utils/workings.d.ts +49 -0
- package/dist/utils/workings.js +193 -0
- package/dist/utils/ws.d.ts +10 -0
- package/dist/utils/ws.js +21 -0
- package/dist/waybill/dto/create-waybill-product.dto.d.ts +66 -0
- package/dist/waybill/dto/create-waybill-product.dto.js +27 -0
- package/dist/waybill/dto/create-waybill.dto.d.ts +128 -0
- package/dist/waybill/dto/create-waybill.dto.js +15 -0
- package/dist/waybill/dto/update-waybill.dto.d.ts +19 -0
- package/dist/waybill/dto/update-waybill.dto.js +11 -0
- package/dist/waybill/enum/enum.d.ts +10 -0
- package/dist/waybill/enum/enum.js +14 -0
- package/dist/waybill/index.d.ts +9 -0
- package/dist/waybill/index.js +25 -0
- package/dist/waybill/interface/interface.d.ts +31 -0
- package/dist/waybill/interface/interface.js +2 -0
- package/dist/waybill/schemas/waybill-assembly.schema.d.ts +16 -0
- package/dist/waybill/schemas/waybill-assembly.schema.js +8 -0
- package/dist/waybill/schemas/waybill-metalloworking.schema.d.ts +16 -0
- package/dist/waybill/schemas/waybill-metalloworking.schema.js +8 -0
- package/dist/waybill/schemas/waybill-product.schema.d.ts +98 -0
- package/dist/waybill/schemas/waybill-product.schema.js +29 -0
- package/dist/waybill/schemas/waybill.schema.d.ts +39 -0
- package/dist/waybill/schemas/waybill.schema.js +14 -0
- package/package.json +38 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateProductionOperationPosZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
const production_operation_pos_schema_1 = require("../schemas/production-operation-pos.schema");
|
|
7
|
+
exports.CreateProductionOperationPosZod = zod_1.z.object({
|
|
8
|
+
type: zod_1.z.nativeEnum(utils_1.StockOrderType),
|
|
9
|
+
production_task_id: zod_1.z.number(),
|
|
10
|
+
id: zod_1.z.number().nullish(),
|
|
11
|
+
ass_id: zod_1.z.number().nullish(),
|
|
12
|
+
metall_id: zod_1.z.number().nullish(),
|
|
13
|
+
idx: zod_1.z.number(),
|
|
14
|
+
quantity: zod_1.z.number(),
|
|
15
|
+
operation_positions: zod_1.z.array(production_operation_pos_schema_1.OperationPositionSchema),
|
|
16
|
+
user_filter: zod_1.z.array(production_operation_pos_schema_1.UserProdactionTaskFilterSchema).optional(),
|
|
17
|
+
responsible_user_id: zod_1.z.number().nullish().optional()
|
|
18
|
+
});
|
|
@@ -0,0 +1,83 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { IDescriptionFilters } from '../interfaces/production-tasks';
|
|
3
|
+
import { StockOrderType } from '../../utils';
|
|
4
|
+
export declare const CreateProductionTaskDtoZod: z.ZodObject<{
|
|
5
|
+
dueDate: z.ZodString;
|
|
6
|
+
typeWork: z.ZodType<StockOrderType, z.ZodTypeDef, StockOrderType>;
|
|
7
|
+
detailsFilters: z.ZodType<IDescriptionFilters, z.ZodTypeDef, IDescriptionFilters>;
|
|
8
|
+
productionOperationPos: z.ZodArray<z.ZodObject<{
|
|
9
|
+
id: z.ZodNumber;
|
|
10
|
+
idx: z.ZodNumber;
|
|
11
|
+
quantity: z.ZodNumber;
|
|
12
|
+
operationPositions: z.ZodArray<z.ZodObject<{
|
|
13
|
+
id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
14
|
+
employeeIds: z.ZodDefault<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
15
|
+
equipmentIds: z.ZodDefault<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
16
|
+
tOperationId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
17
|
+
}, "strip", z.ZodTypeAny, {
|
|
18
|
+
employeeIds: number[] | null;
|
|
19
|
+
equipmentIds: number[] | null;
|
|
20
|
+
id?: number | null | undefined;
|
|
21
|
+
tOperationId?: number | null | undefined;
|
|
22
|
+
}, {
|
|
23
|
+
id?: number | null | undefined;
|
|
24
|
+
tOperationId?: number | null | undefined;
|
|
25
|
+
employeeIds?: number[] | null | undefined;
|
|
26
|
+
equipmentIds?: number[] | null | undefined;
|
|
27
|
+
}>, "many">;
|
|
28
|
+
}, "strip", z.ZodTypeAny, {
|
|
29
|
+
id: number;
|
|
30
|
+
quantity: number;
|
|
31
|
+
idx: number;
|
|
32
|
+
operationPositions: {
|
|
33
|
+
employeeIds: number[] | null;
|
|
34
|
+
equipmentIds: number[] | null;
|
|
35
|
+
id?: number | null | undefined;
|
|
36
|
+
tOperationId?: number | null | undefined;
|
|
37
|
+
}[];
|
|
38
|
+
}, {
|
|
39
|
+
id: number;
|
|
40
|
+
quantity: number;
|
|
41
|
+
idx: number;
|
|
42
|
+
operationPositions: {
|
|
43
|
+
id?: number | null | undefined;
|
|
44
|
+
tOperationId?: number | null | undefined;
|
|
45
|
+
employeeIds?: number[] | null | undefined;
|
|
46
|
+
equipmentIds?: number[] | null | undefined;
|
|
47
|
+
}[];
|
|
48
|
+
}>, "many">;
|
|
49
|
+
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
50
|
+
}, "strip", z.ZodTypeAny, {
|
|
51
|
+
dueDate: string;
|
|
52
|
+
typeWork: StockOrderType;
|
|
53
|
+
detailsFilters: IDescriptionFilters;
|
|
54
|
+
productionOperationPos: {
|
|
55
|
+
id: number;
|
|
56
|
+
quantity: number;
|
|
57
|
+
idx: number;
|
|
58
|
+
operationPositions: {
|
|
59
|
+
employeeIds: number[] | null;
|
|
60
|
+
equipmentIds: number[] | null;
|
|
61
|
+
id?: number | null | undefined;
|
|
62
|
+
tOperationId?: number | null | undefined;
|
|
63
|
+
}[];
|
|
64
|
+
}[];
|
|
65
|
+
description?: string | null | undefined;
|
|
66
|
+
}, {
|
|
67
|
+
dueDate: string;
|
|
68
|
+
typeWork: StockOrderType;
|
|
69
|
+
detailsFilters: IDescriptionFilters;
|
|
70
|
+
productionOperationPos: {
|
|
71
|
+
id: number;
|
|
72
|
+
quantity: number;
|
|
73
|
+
idx: number;
|
|
74
|
+
operationPositions: {
|
|
75
|
+
id?: number | null | undefined;
|
|
76
|
+
tOperationId?: number | null | undefined;
|
|
77
|
+
employeeIds?: number[] | null | undefined;
|
|
78
|
+
equipmentIds?: number[] | null | undefined;
|
|
79
|
+
}[];
|
|
80
|
+
}[];
|
|
81
|
+
description?: string | null | undefined;
|
|
82
|
+
}>;
|
|
83
|
+
export type CreateProductionTaskDtoZodType = z.infer<typeof CreateProductionTaskDtoZod>;
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateProductionTaskDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const OperationPositionSchema = zod_1.z.object({
|
|
6
|
+
id: zod_1.z.number().nullable().optional(),
|
|
7
|
+
employeeIds: zod_1.z.array(zod_1.z.number()).nullable().default([]),
|
|
8
|
+
equipmentIds: zod_1.z.array(zod_1.z.number()).nullable().default([]),
|
|
9
|
+
tOperationId: zod_1.z.number().nullable().optional()
|
|
10
|
+
});
|
|
11
|
+
const CreateProductionOperationPosSchema = zod_1.z.object({
|
|
12
|
+
id: zod_1.z.number(),
|
|
13
|
+
idx: zod_1.z.number(),
|
|
14
|
+
quantity: zod_1.z.number(),
|
|
15
|
+
operationPositions: zod_1.z.array(OperationPositionSchema)
|
|
16
|
+
});
|
|
17
|
+
exports.CreateProductionTaskDtoZod = zod_1.z.object({
|
|
18
|
+
dueDate: zod_1.z.string(),
|
|
19
|
+
typeWork: zod_1.z.custom(),
|
|
20
|
+
detailsFilters: zod_1.z.custom(),
|
|
21
|
+
productionOperationPos: zod_1.z.array(CreateProductionOperationPosSchema),
|
|
22
|
+
description: zod_1.z.string().nullable().optional()
|
|
23
|
+
});
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { StockOrderType } from '../../utils';
|
|
3
|
+
export declare const CutProductionTasksByChildDtoZod: z.ZodObject<{
|
|
4
|
+
entityId: z.ZodNumber;
|
|
5
|
+
entityType: z.ZodNativeEnum<typeof StockOrderType>;
|
|
6
|
+
userId: z.ZodOptional<z.ZodNumber>;
|
|
7
|
+
relativeActionId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
8
|
+
transaction: z.ZodAny;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
entityId: number;
|
|
11
|
+
entityType: StockOrderType;
|
|
12
|
+
userId?: number | undefined;
|
|
13
|
+
transaction?: any;
|
|
14
|
+
relativeActionId?: number | null | undefined;
|
|
15
|
+
}, {
|
|
16
|
+
entityId: number;
|
|
17
|
+
entityType: StockOrderType;
|
|
18
|
+
userId?: number | undefined;
|
|
19
|
+
transaction?: any;
|
|
20
|
+
relativeActionId?: number | null | undefined;
|
|
21
|
+
}>;
|
|
22
|
+
export type CutProductionTasksByChildDtoZodType = z.infer<typeof CutProductionTasksByChildDtoZod>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CutProductionTasksByChildDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
exports.CutProductionTasksByChildDtoZod = zod_1.z.object({
|
|
7
|
+
entityId: zod_1.z.number(),
|
|
8
|
+
entityType: zod_1.z.nativeEnum(utils_1.StockOrderType),
|
|
9
|
+
userId: zod_1.z.number().optional(),
|
|
10
|
+
relativeActionId: zod_1.z.number().optional().nullable(),
|
|
11
|
+
transaction: zod_1.z.any()
|
|
12
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { StatusProductionTaskEnum } from '../enums/production-tasks';
|
|
3
|
+
export declare const ProductionTaskByUsersDtoZod: z.ZodObject<{
|
|
4
|
+
page: z.ZodDefault<z.ZodNumber>;
|
|
5
|
+
status: z.ZodOptional<z.ZodNativeEnum<typeof StatusProductionTaskEnum>>;
|
|
6
|
+
responsibleUserIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
page: number;
|
|
9
|
+
responsibleUserIds: number[];
|
|
10
|
+
status?: StatusProductionTaskEnum | undefined;
|
|
11
|
+
}, {
|
|
12
|
+
status?: StatusProductionTaskEnum | undefined;
|
|
13
|
+
page?: number | undefined;
|
|
14
|
+
responsibleUserIds?: number[] | undefined;
|
|
15
|
+
}>;
|
|
16
|
+
export type ProductionTaskByUsersDtoZodType = z.infer<typeof ProductionTaskByUsersDtoZod>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProductionTaskByUsersDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const production_tasks_1 = require("../enums/production-tasks");
|
|
6
|
+
exports.ProductionTaskByUsersDtoZod = zod_1.z.object({
|
|
7
|
+
page: zod_1.z.number().default(1),
|
|
8
|
+
status: zod_1.z.nativeEnum(production_tasks_1.StatusProductionTaskEnum).optional(),
|
|
9
|
+
responsibleUserIds: zod_1.z.array(zod_1.z.number()).optional().default([])
|
|
10
|
+
});
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { IFiltersByByOrder, IFiltersByParents } from '../interfaces/online-board';
|
|
3
|
+
export declare const GetDeficitsDetalByProductionTaskDtoZod: z.ZodObject<{
|
|
4
|
+
page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5
|
+
typeOperationIds: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>>;
|
|
6
|
+
range: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
7
|
+
start: z.ZodAny;
|
|
8
|
+
end: z.ZodAny;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
start?: any;
|
|
11
|
+
end?: any;
|
|
12
|
+
}, {
|
|
13
|
+
start?: any;
|
|
14
|
+
end?: any;
|
|
15
|
+
}>>>;
|
|
16
|
+
assembleIds: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>>;
|
|
17
|
+
employeIds: z.ZodDefault<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>>>;
|
|
18
|
+
searchString: z.ZodOptional<z.ZodString>;
|
|
19
|
+
byParents: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByParents, z.ZodTypeDef, IFiltersByParents>>>;
|
|
20
|
+
byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByByOrder, z.ZodTypeDef, IFiltersByByOrder>>>;
|
|
21
|
+
childrenByProductionTaskIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
22
|
+
}, "strip", z.ZodTypeAny, {
|
|
23
|
+
typeOperationIds: number[] | null;
|
|
24
|
+
employeIds: number[] | null;
|
|
25
|
+
assembleIds: number[] | null;
|
|
26
|
+
page?: number | null | undefined;
|
|
27
|
+
searchString?: string | undefined;
|
|
28
|
+
range?: {
|
|
29
|
+
start?: any;
|
|
30
|
+
end?: any;
|
|
31
|
+
} | null | undefined;
|
|
32
|
+
byParents?: IFiltersByParents | null | undefined;
|
|
33
|
+
byOrder?: IFiltersByByOrder | null | undefined;
|
|
34
|
+
childrenByProductionTaskIds?: number[] | null | undefined;
|
|
35
|
+
}, {
|
|
36
|
+
page?: number | null | undefined;
|
|
37
|
+
searchString?: string | undefined;
|
|
38
|
+
range?: {
|
|
39
|
+
start?: any;
|
|
40
|
+
end?: any;
|
|
41
|
+
} | null | undefined;
|
|
42
|
+
typeOperationIds?: number[] | null | undefined;
|
|
43
|
+
employeIds?: number[] | null | undefined;
|
|
44
|
+
byParents?: IFiltersByParents | null | undefined;
|
|
45
|
+
byOrder?: IFiltersByByOrder | null | undefined;
|
|
46
|
+
childrenByProductionTaskIds?: number[] | null | undefined;
|
|
47
|
+
assembleIds?: number[] | null | undefined;
|
|
48
|
+
}>;
|
|
49
|
+
export type GetDeficitsDetalByProductionTaskDtoZodType = z.infer<typeof GetDeficitsDetalByProductionTaskDtoZod>;
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetDeficitsDetalByProductionTaskDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.GetDeficitsDetalByProductionTaskDtoZod = zod_1.z.object({
|
|
6
|
+
page: zod_1.z.number().int().nullable().optional(),
|
|
7
|
+
typeOperationIds: zod_1.z.array(zod_1.z.number()).nullish().default([]),
|
|
8
|
+
range: zod_1.z
|
|
9
|
+
.object({
|
|
10
|
+
start: zod_1.z.any(),
|
|
11
|
+
end: zod_1.z.any()
|
|
12
|
+
})
|
|
13
|
+
.nullable()
|
|
14
|
+
.optional(),
|
|
15
|
+
assembleIds: zod_1.z.array(zod_1.z.number()).nullish().default([]),
|
|
16
|
+
employeIds: zod_1.z.array(zod_1.z.number()).nullish().optional().default([]),
|
|
17
|
+
searchString: zod_1.z.string().optional(),
|
|
18
|
+
byParents: zod_1.z.custom().nullable().optional(),
|
|
19
|
+
byOrder: zod_1.z.custom().nullable().optional(),
|
|
20
|
+
childrenByProductionTaskIds: zod_1.z.array(zod_1.z.number()).nullable().optional()
|
|
21
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const GetProductionTaskByEquipmentDtoZod: z.ZodObject<{
|
|
3
|
+
equipmentId: z.ZodNumber;
|
|
4
|
+
taskId: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
5
|
+
onlyTOperation: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
equipmentId: number;
|
|
8
|
+
taskId?: number | null | undefined;
|
|
9
|
+
onlyTOperation?: number | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
equipmentId: number;
|
|
12
|
+
taskId?: number | null | undefined;
|
|
13
|
+
onlyTOperation?: number | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
export type GetProductionTaskByEquipmentDtoZodType = z.infer<typeof GetProductionTaskByEquipmentDtoZod>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetProductionTaskByEquipmentDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.GetProductionTaskByEquipmentDtoZod = zod_1.z.object({
|
|
6
|
+
equipmentId: zod_1.z.number().int(),
|
|
7
|
+
taskId: zod_1.z.number().int().nullish(),
|
|
8
|
+
onlyTOperation: zod_1.z.number().int().optional()
|
|
9
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const GetProductionTaskByUserDtoZod: z.ZodObject<{
|
|
3
|
+
userId: z.ZodNumber;
|
|
4
|
+
taskId: z.ZodOptional<z.ZodDefault<z.ZodNullable<z.ZodNumber>>>;
|
|
5
|
+
onlyTOperation: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
userId: number;
|
|
8
|
+
taskId?: number | null | undefined;
|
|
9
|
+
onlyTOperation?: number | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
userId: number;
|
|
12
|
+
taskId?: number | null | undefined;
|
|
13
|
+
onlyTOperation?: number | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
export type GetProductionTaskByUserDtoZodType = z.infer<typeof GetProductionTaskByUserDtoZod>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetProductionTaskByUserDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.GetProductionTaskByUserDtoZod = zod_1.z.object({
|
|
6
|
+
userId: zod_1.z.number().int(),
|
|
7
|
+
taskId: zod_1.z.number().int().nullable().default(null).optional(),
|
|
8
|
+
onlyTOperation: zod_1.z.number().int().optional()
|
|
9
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { StatusProductionTaskEnum } from '../enums/production-tasks';
|
|
3
|
+
import { StockOrderType } from '../../utils';
|
|
4
|
+
export declare const GetProductionTaskDtoZod: z.ZodObject<{
|
|
5
|
+
page: z.ZodDefault<z.ZodNumber>;
|
|
6
|
+
status: z.ZodNullable<z.ZodOptional<z.ZodNativeEnum<typeof StatusProductionTaskEnum>>>;
|
|
7
|
+
responsibleUserIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
8
|
+
responsibleEquipmentIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
9
|
+
productionOperationType: z.ZodOptional<z.ZodNativeEnum<typeof StockOrderType>>;
|
|
10
|
+
searchValue: z.ZodOptional<z.ZodString>;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
page: number;
|
|
13
|
+
responsibleUserIds: number[];
|
|
14
|
+
responsibleEquipmentIds: number[];
|
|
15
|
+
status?: StatusProductionTaskEnum | null | undefined;
|
|
16
|
+
productionOperationType?: StockOrderType | undefined;
|
|
17
|
+
searchValue?: string | undefined;
|
|
18
|
+
}, {
|
|
19
|
+
status?: StatusProductionTaskEnum | null | undefined;
|
|
20
|
+
page?: number | undefined;
|
|
21
|
+
responsibleUserIds?: number[] | undefined;
|
|
22
|
+
responsibleEquipmentIds?: number[] | undefined;
|
|
23
|
+
productionOperationType?: StockOrderType | undefined;
|
|
24
|
+
searchValue?: string | undefined;
|
|
25
|
+
}>;
|
|
26
|
+
export type GetProductionTaskDtoZodType = z.infer<typeof GetProductionTaskDtoZod>;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetProductionTaskDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const production_tasks_1 = require("../enums/production-tasks");
|
|
6
|
+
const utils_1 = require("../../utils");
|
|
7
|
+
exports.GetProductionTaskDtoZod = zod_1.z.object({
|
|
8
|
+
page: zod_1.z.number().default(1),
|
|
9
|
+
status: zod_1.z.nativeEnum(production_tasks_1.StatusProductionTaskEnum).optional().nullable(),
|
|
10
|
+
responsibleUserIds: zod_1.z.array(zod_1.z.number()).optional().default([]),
|
|
11
|
+
responsibleEquipmentIds: zod_1.z.array(zod_1.z.number()).optional().default([]),
|
|
12
|
+
productionOperationType: zod_1.z.nativeEnum(utils_1.StockOrderType).optional(),
|
|
13
|
+
searchValue: zod_1.z.string().optional()
|
|
14
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { DateRangeType } from '../../utils';
|
|
3
|
+
export declare const GetResultWorksDtoZod: z.ZodObject<{
|
|
4
|
+
dateRange: z.ZodNullable<z.ZodOptional<z.ZodType<DateRangeType, z.ZodTypeDef, DateRangeType>>>;
|
|
5
|
+
subdivisonType: z.ZodOptional<z.ZodString>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
dateRange?: DateRangeType | null | undefined;
|
|
8
|
+
subdivisonType?: string | undefined;
|
|
9
|
+
}, {
|
|
10
|
+
dateRange?: DateRangeType | null | undefined;
|
|
11
|
+
subdivisonType?: string | undefined;
|
|
12
|
+
}>;
|
|
13
|
+
export type GetResultWorksDtoZodType = z.infer<typeof GetResultWorksDtoZod>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetResultWorksDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.GetResultWorksDtoZod = zod_1.z.object({
|
|
6
|
+
dateRange: zod_1.z.custom().optional().nullable(),
|
|
7
|
+
subdivisonType: zod_1.z.string().optional()
|
|
8
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { EntityTypes } from '../../utils';
|
|
3
|
+
export declare const ProductionTaskByEntityDtoZod: z.ZodObject<{
|
|
4
|
+
entityType: z.ZodNativeEnum<typeof EntityTypes>;
|
|
5
|
+
entityId: z.ZodNumber;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
entityId: number;
|
|
8
|
+
entityType: EntityTypes;
|
|
9
|
+
}, {
|
|
10
|
+
entityId: number;
|
|
11
|
+
entityType: EntityTypes;
|
|
12
|
+
}>;
|
|
13
|
+
export type ProductionTaskByEntityDtoZodType = z.infer<typeof ProductionTaskByEntityDtoZod>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProductionTaskByEntityDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
exports.ProductionTaskByEntityDtoZod = zod_1.z.object({
|
|
7
|
+
entityType: zod_1.z.nativeEnum(utils_1.EntityTypes),
|
|
8
|
+
entityId: zod_1.z.number().int()
|
|
9
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { StockOrderType } from '../../utils';
|
|
3
|
+
export declare const ProductionTaskByTypeOperationDtoZod: z.ZodObject<{
|
|
4
|
+
productionTaskIds: z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>, number[], number[] | undefined>;
|
|
5
|
+
productionOperationType: z.ZodNativeEnum<typeof StockOrderType>;
|
|
6
|
+
tOperationId: z.ZodNumber;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
tOperationId: number;
|
|
9
|
+
productionOperationType: StockOrderType;
|
|
10
|
+
productionTaskIds: number[];
|
|
11
|
+
}, {
|
|
12
|
+
tOperationId: number;
|
|
13
|
+
productionOperationType: StockOrderType;
|
|
14
|
+
productionTaskIds?: number[] | undefined;
|
|
15
|
+
}>;
|
|
16
|
+
export type ProductionTaskByTypeOperationDtoZodType = z.infer<typeof ProductionTaskByTypeOperationDtoZod>;
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ProductionTaskByTypeOperationDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
exports.ProductionTaskByTypeOperationDtoZod = zod_1.z.object({
|
|
7
|
+
productionTaskIds: zod_1.z
|
|
8
|
+
.array(zod_1.z.number().int())
|
|
9
|
+
.optional()
|
|
10
|
+
.transform(val => val !== null && val !== void 0 ? val : []),
|
|
11
|
+
productionOperationType: zod_1.z.nativeEnum(utils_1.StockOrderType),
|
|
12
|
+
tOperationId: zod_1.z.number().int()
|
|
13
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { StockOrderType } from '../../utils';
|
|
3
|
+
export declare const GetTOperationsListDtoZod: z.ZodObject<{
|
|
4
|
+
productionTaskIds: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>, number[] | undefined, unknown>, number[], unknown>;
|
|
5
|
+
productionOperationType: z.ZodNativeEnum<typeof StockOrderType>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
productionOperationType: StockOrderType;
|
|
8
|
+
productionTaskIds: number[];
|
|
9
|
+
}, {
|
|
10
|
+
productionOperationType: StockOrderType;
|
|
11
|
+
productionTaskIds?: unknown;
|
|
12
|
+
}>;
|
|
13
|
+
export type GetTOperationsListDtoZodType = z.infer<typeof GetTOperationsListDtoZod>;
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetTOperationsListDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
exports.GetTOperationsListDtoZod = zod_1.z.object({
|
|
7
|
+
productionTaskIds: zod_1.z
|
|
8
|
+
.preprocess(value => {
|
|
9
|
+
if (value === undefined || value === '')
|
|
10
|
+
return [];
|
|
11
|
+
if (typeof value === 'string') {
|
|
12
|
+
const ids = value.split(',').map(v => v.trim());
|
|
13
|
+
return ids.filter(v => v !== '').map(v => Number(v));
|
|
14
|
+
}
|
|
15
|
+
return value;
|
|
16
|
+
}, zod_1.z.array(zod_1.z.number().int()).optional())
|
|
17
|
+
.transform(val => val !== null && val !== void 0 ? val : []),
|
|
18
|
+
productionOperationType: zod_1.z.nativeEnum(utils_1.StockOrderType)
|
|
19
|
+
});
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { StockOrderType } from '../../utils';
|
|
3
|
+
import { IFiltersByByOrder, IFiltersByParents, IFiltersByUserProductionTask } from '../interfaces/online-board';
|
|
4
|
+
export declare const OnlineBoardWorkingDtoZod: z.ZodObject<{
|
|
5
|
+
page: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
6
|
+
workingType: z.ZodNativeEnum<typeof StockOrderType>;
|
|
7
|
+
range: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
8
|
+
start: z.ZodAny;
|
|
9
|
+
end: z.ZodAny;
|
|
10
|
+
}, "strip", z.ZodTypeAny, {
|
|
11
|
+
start?: any;
|
|
12
|
+
end?: any;
|
|
13
|
+
}, {
|
|
14
|
+
start?: any;
|
|
15
|
+
end?: any;
|
|
16
|
+
}>>>;
|
|
17
|
+
typeOperationIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
18
|
+
employeIds: z.ZodDefault<z.ZodOptional<z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>>>;
|
|
19
|
+
searchStr: z.ZodOptional<z.ZodString>;
|
|
20
|
+
byParents: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByParents, z.ZodTypeDef, IFiltersByParents>>>;
|
|
21
|
+
byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByByOrder, z.ZodTypeDef, IFiltersByByOrder>>>;
|
|
22
|
+
userByProductioinTask: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByUserProductionTask, z.ZodTypeDef, IFiltersByUserProductionTask>>>;
|
|
23
|
+
childrenByProductionTaskIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
24
|
+
isComplect: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
25
|
+
productionIds: z.ZodDefault<z.ZodOptional<z.ZodNullable<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>>>;
|
|
26
|
+
}, "strip", z.ZodTypeAny, {
|
|
27
|
+
workingType: StockOrderType;
|
|
28
|
+
employeIds: number[] | null;
|
|
29
|
+
isComplect: boolean;
|
|
30
|
+
productionIds: number[] | null;
|
|
31
|
+
page?: number | null | undefined;
|
|
32
|
+
range?: {
|
|
33
|
+
start?: any;
|
|
34
|
+
end?: any;
|
|
35
|
+
} | null | undefined;
|
|
36
|
+
typeOperationIds?: number[] | null | undefined;
|
|
37
|
+
searchStr?: string | undefined;
|
|
38
|
+
byParents?: IFiltersByParents | null | undefined;
|
|
39
|
+
byOrder?: IFiltersByByOrder | null | undefined;
|
|
40
|
+
userByProductioinTask?: IFiltersByUserProductionTask | null | undefined;
|
|
41
|
+
childrenByProductionTaskIds?: number[] | null | undefined;
|
|
42
|
+
}, {
|
|
43
|
+
workingType: StockOrderType;
|
|
44
|
+
page?: number | null | undefined;
|
|
45
|
+
range?: {
|
|
46
|
+
start?: any;
|
|
47
|
+
end?: any;
|
|
48
|
+
} | null | undefined;
|
|
49
|
+
typeOperationIds?: number[] | null | undefined;
|
|
50
|
+
employeIds?: number[] | null | undefined;
|
|
51
|
+
searchStr?: string | undefined;
|
|
52
|
+
byParents?: IFiltersByParents | null | undefined;
|
|
53
|
+
byOrder?: IFiltersByByOrder | null | undefined;
|
|
54
|
+
userByProductioinTask?: IFiltersByUserProductionTask | null | undefined;
|
|
55
|
+
childrenByProductionTaskIds?: number[] | null | undefined;
|
|
56
|
+
isComplect?: boolean | undefined;
|
|
57
|
+
productionIds?: number[] | null | undefined;
|
|
58
|
+
}>;
|
|
59
|
+
export type OnlineBoardWorkingDtoZodType = z.infer<typeof OnlineBoardWorkingDtoZod>;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.OnlineBoardWorkingDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
exports.OnlineBoardWorkingDtoZod = zod_1.z.object({
|
|
7
|
+
page: zod_1.z.number().int().nullable().optional(),
|
|
8
|
+
workingType: zod_1.z.nativeEnum(utils_1.StockOrderType),
|
|
9
|
+
range: zod_1.z
|
|
10
|
+
.object({
|
|
11
|
+
start: zod_1.z.any(),
|
|
12
|
+
end: zod_1.z.any()
|
|
13
|
+
})
|
|
14
|
+
.nullable()
|
|
15
|
+
.optional(),
|
|
16
|
+
typeOperationIds: zod_1.z.array(zod_1.z.number()).nullish(),
|
|
17
|
+
employeIds: zod_1.z.array(zod_1.z.number()).nullish().optional().default([]),
|
|
18
|
+
searchStr: zod_1.z.string().optional(),
|
|
19
|
+
byParents: zod_1.z.custom().nullable().optional(),
|
|
20
|
+
byOrder: zod_1.z.custom().nullable().optional(),
|
|
21
|
+
userByProductioinTask: zod_1.z
|
|
22
|
+
.custom()
|
|
23
|
+
.nullable()
|
|
24
|
+
.optional(),
|
|
25
|
+
childrenByProductionTaskIds: zod_1.z.array(zod_1.z.number()).nullable().optional(),
|
|
26
|
+
isComplect: zod_1.z.boolean().optional().default(false),
|
|
27
|
+
productionIds: zod_1.z.array(zod_1.z.number()).optional().nullish().default([])
|
|
28
|
+
});
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { IzdType } from '../../utils';
|
|
3
|
+
export declare const GetPercentCreatedByProductionTasksDtoZod: z.ZodObject<{
|
|
4
|
+
id: z.ZodNumber;
|
|
5
|
+
productionType: z.ZodNativeEnum<typeof IzdType>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
id: number;
|
|
8
|
+
productionType: IzdType;
|
|
9
|
+
}, {
|
|
10
|
+
id: number;
|
|
11
|
+
productionType: IzdType;
|
|
12
|
+
}>;
|
|
13
|
+
export type GetPercentCreatedByProductionTasksDtoZodType = z.infer<typeof GetPercentCreatedByProductionTasksDtoZod>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetPercentCreatedByProductionTasksDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
exports.GetPercentCreatedByProductionTasksDtoZod = zod_1.z.object({
|
|
7
|
+
id: zod_1.z.number().describe('Идентификатор сущности'),
|
|
8
|
+
productionType: zod_1.z.nativeEnum(utils_1.IzdType).describe('тип сущности')
|
|
9
|
+
});
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { SortReadinesEnum, StockOrderType } from '../../utils';
|
|
3
|
+
import { IFiltersByByOrder, IFiltersByParents } from '../interfaces/online-board';
|
|
4
|
+
export declare const PlanForProductionTaskDtoZod: z.ZodObject<{
|
|
5
|
+
workingType: z.ZodNativeEnum<typeof StockOrderType>;
|
|
6
|
+
byParents: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByParents, z.ZodTypeDef, IFiltersByParents>>>;
|
|
7
|
+
byOrder: z.ZodOptional<z.ZodNullable<z.ZodType<IFiltersByByOrder, z.ZodTypeDef, IFiltersByByOrder>>>;
|
|
8
|
+
onlyDeficit: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
9
|
+
searchStr: z.ZodOptional<z.ZodString>;
|
|
10
|
+
typeOperationIds: z.ZodEffects<z.ZodEffects<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>, number[] | undefined, unknown>, number[], unknown>;
|
|
11
|
+
childrenByProductionTaskIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
12
|
+
range: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
13
|
+
start: z.ZodNullable<z.ZodString>;
|
|
14
|
+
end: z.ZodNullable<z.ZodString>;
|
|
15
|
+
}, "strip", z.ZodTypeAny, {
|
|
16
|
+
start: string | null;
|
|
17
|
+
end: string | null;
|
|
18
|
+
}, {
|
|
19
|
+
start: string | null;
|
|
20
|
+
end: string | null;
|
|
21
|
+
}>>>;
|
|
22
|
+
page: z.ZodNumber;
|
|
23
|
+
excludeIds: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>>;
|
|
24
|
+
sortReadiness: z.ZodDefault<z.ZodNativeEnum<typeof SortReadinesEnum>>;
|
|
25
|
+
}, "strip", z.ZodTypeAny, {
|
|
26
|
+
page: number;
|
|
27
|
+
workingType: StockOrderType;
|
|
28
|
+
typeOperationIds: number[];
|
|
29
|
+
onlyDeficit: boolean;
|
|
30
|
+
excludeIds: number[];
|
|
31
|
+
sortReadiness: SortReadinesEnum;
|
|
32
|
+
range?: {
|
|
33
|
+
start: string | null;
|
|
34
|
+
end: string | null;
|
|
35
|
+
} | null | undefined;
|
|
36
|
+
searchStr?: string | undefined;
|
|
37
|
+
byParents?: IFiltersByParents | null | undefined;
|
|
38
|
+
byOrder?: IFiltersByByOrder | null | undefined;
|
|
39
|
+
childrenByProductionTaskIds?: number[] | null | undefined;
|
|
40
|
+
}, {
|
|
41
|
+
page: number;
|
|
42
|
+
workingType: StockOrderType;
|
|
43
|
+
range?: {
|
|
44
|
+
start: string | null;
|
|
45
|
+
end: string | null;
|
|
46
|
+
} | null | undefined;
|
|
47
|
+
typeOperationIds?: unknown;
|
|
48
|
+
searchStr?: string | undefined;
|
|
49
|
+
byParents?: IFiltersByParents | null | undefined;
|
|
50
|
+
byOrder?: IFiltersByByOrder | null | undefined;
|
|
51
|
+
childrenByProductionTaskIds?: number[] | null | undefined;
|
|
52
|
+
onlyDeficit?: boolean | undefined;
|
|
53
|
+
excludeIds?: number[] | undefined;
|
|
54
|
+
sortReadiness?: SortReadinesEnum | undefined;
|
|
55
|
+
}>;
|
|
56
|
+
export type PlanForProductionTaskDtoZodType = z.infer<typeof PlanForProductionTaskDtoZod>;
|