@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,39 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ActionsSchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.ActionsSchema = zod_1.z.object({
|
|
6
|
+
id: zod_1.z.number().nullish(),
|
|
7
|
+
responsible_id: zod_1.z.number().nullish(),
|
|
8
|
+
action: zod_1.z.array(zod_1.z.custom()),
|
|
9
|
+
type_object: zod_1.z.string(),
|
|
10
|
+
ban: zod_1.z.boolean().optional().default(false),
|
|
11
|
+
equipment_id: zod_1.z.number().nullish(),
|
|
12
|
+
user_id: zod_1.z.number().nullish(),
|
|
13
|
+
movement_object_id: zod_1.z.number().nullish(),
|
|
14
|
+
deliveries_id: zod_1.z.number().nullish(),
|
|
15
|
+
provider_id: zod_1.z.number().nullish(),
|
|
16
|
+
shcomplit_id: zod_1.z.number().nullish(),
|
|
17
|
+
waybill_id: zod_1.z.number().nullish(),
|
|
18
|
+
document_id: zod_1.z.number().nullish(),
|
|
19
|
+
material_id: zod_1.z.number().nullish(),
|
|
20
|
+
instrument_id: zod_1.z.number().nullish(),
|
|
21
|
+
detal_id: zod_1.z.number().nullish(),
|
|
22
|
+
cbed_id: zod_1.z.number().nullish(),
|
|
23
|
+
rack_id: zod_1.z.number().nullish(),
|
|
24
|
+
product_id: zod_1.z.number().nullish(),
|
|
25
|
+
tech_process_id: zod_1.z.number().nullish(),
|
|
26
|
+
buyer_id: zod_1.z.number().nullish(),
|
|
27
|
+
inventary_id: zod_1.z.number().nullish(),
|
|
28
|
+
shipment_id: zod_1.z.number().nullish(),
|
|
29
|
+
metaloworking_id: zod_1.z.number().nullish(),
|
|
30
|
+
ass_id: zod_1.z.number().nullish(),
|
|
31
|
+
assembly_kit_id: zod_1.z.number().nullish(),
|
|
32
|
+
stock_order_id: zod_1.z.number().nullish(),
|
|
33
|
+
stock_order_item_id: zod_1.z.number().nullish(),
|
|
34
|
+
operation_id: zod_1.z.number().nullish(),
|
|
35
|
+
mark_id: zod_1.z.number().nullish(),
|
|
36
|
+
role_id: zod_1.z.number().nullish(),
|
|
37
|
+
parent_action_idL: zod_1.z.number().nullable().optional(),
|
|
38
|
+
production_task_id: zod_1.z.number().nullish()
|
|
39
|
+
});
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ParentTypeEnum } from '../../utils';
|
|
3
|
+
import { EnumAssembleCominFilter } from '../enum/enum';
|
|
4
|
+
export declare const GetAssembleComingDtoZod: z.ZodObject<{
|
|
5
|
+
page: z.ZodNumber;
|
|
6
|
+
searchString: z.ZodString;
|
|
7
|
+
filters: z.ZodDefault<z.ZodNativeEnum<typeof EnumAssembleCominFilter>>;
|
|
8
|
+
parentData: z.ZodDefault<z.ZodObject<{
|
|
9
|
+
parentType: z.ZodNullable<z.ZodNativeEnum<typeof ParentTypeEnum>>;
|
|
10
|
+
parentId: z.ZodNullable<z.ZodNumber>;
|
|
11
|
+
}, "strip", z.ZodTypeAny, {
|
|
12
|
+
parentType: ParentTypeEnum | null;
|
|
13
|
+
parentId: number | null;
|
|
14
|
+
}, {
|
|
15
|
+
parentType: ParentTypeEnum | null;
|
|
16
|
+
parentId: number | null;
|
|
17
|
+
}>>;
|
|
18
|
+
}, "strip", z.ZodTypeAny, {
|
|
19
|
+
page: number;
|
|
20
|
+
searchString: string;
|
|
21
|
+
filters: EnumAssembleCominFilter;
|
|
22
|
+
parentData: {
|
|
23
|
+
parentType: ParentTypeEnum | null;
|
|
24
|
+
parentId: number | null;
|
|
25
|
+
};
|
|
26
|
+
}, {
|
|
27
|
+
page: number;
|
|
28
|
+
searchString: string;
|
|
29
|
+
filters?: EnumAssembleCominFilter | undefined;
|
|
30
|
+
parentData?: {
|
|
31
|
+
parentType: ParentTypeEnum | null;
|
|
32
|
+
parentId: number | null;
|
|
33
|
+
} | undefined;
|
|
34
|
+
}>;
|
|
35
|
+
export type GetAssembleComingDtoZodType = z.infer<typeof GetAssembleComingDtoZod>;
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAssembleComingDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
const enum_1 = require("../enum/enum");
|
|
7
|
+
exports.GetAssembleComingDtoZod = zod_1.z.object({
|
|
8
|
+
page: zod_1.z.number().int(),
|
|
9
|
+
searchString: zod_1.z.string(),
|
|
10
|
+
filters: zod_1.z
|
|
11
|
+
.nativeEnum(enum_1.EnumAssembleCominFilter)
|
|
12
|
+
.default(enum_1.EnumAssembleCominFilter.all),
|
|
13
|
+
parentData: zod_1.z
|
|
14
|
+
.object({
|
|
15
|
+
parentType: zod_1.z.nativeEnum(utils_1.ParentTypeEnum).nullable(),
|
|
16
|
+
parentId: zod_1.z.number().nullable()
|
|
17
|
+
})
|
|
18
|
+
.default({
|
|
19
|
+
parentType: null,
|
|
20
|
+
parentId: null
|
|
21
|
+
})
|
|
22
|
+
});
|
|
@@ -0,0 +1,66 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { statusShipment } from '../../utils';
|
|
3
|
+
export declare const IAssembleDbRequestDataZod: z.ZodObject<{
|
|
4
|
+
serchString: z.ZodOptional<z.ZodString>;
|
|
5
|
+
isIncludeBan: z.ZodOptional<z.ZodBoolean>;
|
|
6
|
+
status: z.ZodOptional<z.ZodArray<z.ZodNativeEnum<typeof statusShipment>, "many">>;
|
|
7
|
+
cbed: z.ZodObject<{
|
|
8
|
+
where: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
where: Record<string, any>;
|
|
11
|
+
}, {
|
|
12
|
+
where: Record<string, any>;
|
|
13
|
+
}>;
|
|
14
|
+
product: z.ZodObject<{
|
|
15
|
+
where: z.ZodRecord<z.ZodString, z.ZodAny>;
|
|
16
|
+
}, "strip", z.ZodTypeAny, {
|
|
17
|
+
where: Record<string, any>;
|
|
18
|
+
}, {
|
|
19
|
+
where: Record<string, any>;
|
|
20
|
+
}>;
|
|
21
|
+
range: z.ZodOptional<z.ZodObject<{
|
|
22
|
+
start: z.ZodString;
|
|
23
|
+
end: z.ZodString;
|
|
24
|
+
}, "strip", z.ZodTypeAny, {
|
|
25
|
+
start: string;
|
|
26
|
+
end: string;
|
|
27
|
+
}, {
|
|
28
|
+
start: string;
|
|
29
|
+
end: string;
|
|
30
|
+
}>>;
|
|
31
|
+
isIncludeShipment: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
32
|
+
requiredShipments: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
33
|
+
}, "strip", z.ZodTypeAny, {
|
|
34
|
+
product: {
|
|
35
|
+
where: Record<string, any>;
|
|
36
|
+
};
|
|
37
|
+
cbed: {
|
|
38
|
+
where: Record<string, any>;
|
|
39
|
+
};
|
|
40
|
+
status?: statusShipment[] | undefined;
|
|
41
|
+
isIncludeBan?: boolean | undefined;
|
|
42
|
+
serchString?: string | undefined;
|
|
43
|
+
range?: {
|
|
44
|
+
start: string;
|
|
45
|
+
end: string;
|
|
46
|
+
} | undefined;
|
|
47
|
+
isIncludeShipment?: boolean | null | undefined;
|
|
48
|
+
requiredShipments?: boolean | null | undefined;
|
|
49
|
+
}, {
|
|
50
|
+
product: {
|
|
51
|
+
where: Record<string, any>;
|
|
52
|
+
};
|
|
53
|
+
cbed: {
|
|
54
|
+
where: Record<string, any>;
|
|
55
|
+
};
|
|
56
|
+
status?: statusShipment[] | undefined;
|
|
57
|
+
isIncludeBan?: boolean | undefined;
|
|
58
|
+
serchString?: string | undefined;
|
|
59
|
+
range?: {
|
|
60
|
+
start: string;
|
|
61
|
+
end: string;
|
|
62
|
+
} | undefined;
|
|
63
|
+
isIncludeShipment?: boolean | null | undefined;
|
|
64
|
+
requiredShipments?: boolean | null | undefined;
|
|
65
|
+
}>;
|
|
66
|
+
export type IAssembleDbRequestDataZodType = z.infer<typeof IAssembleDbRequestDataZod>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.IAssembleDbRequestDataZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
const WhereOptionsZod = zod_1.z.record(zod_1.z.any());
|
|
7
|
+
exports.IAssembleDbRequestDataZod = zod_1.z.object({
|
|
8
|
+
serchString: zod_1.z.string().optional(),
|
|
9
|
+
isIncludeBan: zod_1.z.boolean().optional(),
|
|
10
|
+
status: zod_1.z.array(zod_1.z.nativeEnum(utils_1.statusShipment)).optional(),
|
|
11
|
+
cbed: zod_1.z.object({
|
|
12
|
+
where: WhereOptionsZod
|
|
13
|
+
}),
|
|
14
|
+
product: zod_1.z.object({
|
|
15
|
+
where: WhereOptionsZod
|
|
16
|
+
}),
|
|
17
|
+
range: zod_1.z
|
|
18
|
+
.object({
|
|
19
|
+
start: zod_1.z.string(),
|
|
20
|
+
end: zod_1.z.string()
|
|
21
|
+
})
|
|
22
|
+
.optional(),
|
|
23
|
+
isIncludeShipment: zod_1.z.boolean().nullable().optional(),
|
|
24
|
+
requiredShipments: zod_1.z.boolean().nullable().optional()
|
|
25
|
+
});
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { IzdType } from '../../utils';
|
|
3
|
+
export declare const GetDeepDeficitObjectDtoZod: z.ZodObject<{
|
|
4
|
+
id: z.ZodNumber;
|
|
5
|
+
entityId: z.ZodNumber;
|
|
6
|
+
assembleType: z.ZodNativeEnum<typeof IzdType>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
id: number;
|
|
9
|
+
entityId: number;
|
|
10
|
+
assembleType: IzdType;
|
|
11
|
+
}, {
|
|
12
|
+
id: number;
|
|
13
|
+
entityId: number;
|
|
14
|
+
assembleType: IzdType;
|
|
15
|
+
}>;
|
|
16
|
+
export type GetDeepDeficitObjectDtoZodType = z.infer<typeof GetDeepDeficitObjectDtoZod>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetDeepDeficitObjectDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
exports.GetDeepDeficitObjectDtoZod = zod_1.z.object({
|
|
7
|
+
id: zod_1.z.number().int(),
|
|
8
|
+
entityId: zod_1.z.number().int(),
|
|
9
|
+
assembleType: zod_1.z.nativeEnum(utils_1.IzdType)
|
|
10
|
+
});
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ByParenType, ByShipmentsType, ByWorkersType, IzdType } from '../../utils';
|
|
3
|
+
export declare const AssemblyPaginateDtoZod: z.ZodObject<{
|
|
4
|
+
type: z.ZodEnum<[IzdType.product, IzdType.cbed]>;
|
|
5
|
+
page: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
shipmentIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
7
|
+
searchString: z.ZodDefault<z.ZodString>;
|
|
8
|
+
byParent: z.ZodOptional<z.ZodNullable<z.ZodType<ByParenType, z.ZodTypeDef, ByParenType>>>;
|
|
9
|
+
byShipments: z.ZodOptional<z.ZodNullable<z.ZodType<ByShipmentsType, z.ZodTypeDef, ByShipmentsType>>>;
|
|
10
|
+
byWorkers: z.ZodOptional<z.ZodNullable<z.ZodType<ByWorkersType, z.ZodTypeDef, ByWorkersType>>>;
|
|
11
|
+
isShowDeactivate: z.ZodBoolean;
|
|
12
|
+
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
type: IzdType.product | IzdType.cbed;
|
|
14
|
+
searchString: string;
|
|
15
|
+
isShowDeactivate: boolean;
|
|
16
|
+
page?: number | undefined;
|
|
17
|
+
shipmentIds?: number[] | null | undefined;
|
|
18
|
+
byParent?: ByParenType | null | undefined;
|
|
19
|
+
byShipments?: ByShipmentsType | null | undefined;
|
|
20
|
+
byWorkers?: ByWorkersType | null | undefined;
|
|
21
|
+
}, {
|
|
22
|
+
type: IzdType.product | IzdType.cbed;
|
|
23
|
+
isShowDeactivate: boolean;
|
|
24
|
+
page?: number | undefined;
|
|
25
|
+
searchString?: string | undefined;
|
|
26
|
+
shipmentIds?: number[] | null | undefined;
|
|
27
|
+
byParent?: ByParenType | null | undefined;
|
|
28
|
+
byShipments?: ByShipmentsType | null | undefined;
|
|
29
|
+
byWorkers?: ByWorkersType | null | undefined;
|
|
30
|
+
}>;
|
|
31
|
+
export type AssemblyPaginateDtoZodType = z.infer<typeof AssemblyPaginateDtoZod>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.AssemblyPaginateDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
const IzdTypeEnum = zod_1.z.enum([utils_1.IzdType.product, utils_1.IzdType.cbed]);
|
|
7
|
+
exports.AssemblyPaginateDtoZod = zod_1.z.object({
|
|
8
|
+
type: IzdTypeEnum,
|
|
9
|
+
page: zod_1.z.number().int().optional(),
|
|
10
|
+
shipmentIds: zod_1.z.array(zod_1.z.number()).nullable().optional(),
|
|
11
|
+
searchString: zod_1.z.string().default(''),
|
|
12
|
+
byParent: zod_1.z.custom().nullable().optional(),
|
|
13
|
+
byShipments: zod_1.z.custom().nullable().optional(),
|
|
14
|
+
byWorkers: zod_1.z.custom().nullable().optional(),
|
|
15
|
+
isShowDeactivate: zod_1.z.boolean()
|
|
16
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const CreateAssembleKitDtoZod: z.ZodObject<{
|
|
3
|
+
kolvoCollected: z.ZodNumber;
|
|
4
|
+
assembleId: z.ZodNumber;
|
|
5
|
+
shipmentsIds: z.ZodArray<z.ZodNumber, "many">;
|
|
6
|
+
listCbed: z.ZodAny;
|
|
7
|
+
listDetal: z.ZodAny;
|
|
8
|
+
actionSendlerId: z.ZodNumber;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
assembleId: number;
|
|
11
|
+
kolvoCollected: number;
|
|
12
|
+
shipmentsIds: number[];
|
|
13
|
+
actionSendlerId: number;
|
|
14
|
+
listDetal?: any;
|
|
15
|
+
listCbed?: any;
|
|
16
|
+
}, {
|
|
17
|
+
assembleId: number;
|
|
18
|
+
kolvoCollected: number;
|
|
19
|
+
shipmentsIds: number[];
|
|
20
|
+
actionSendlerId: number;
|
|
21
|
+
listDetal?: any;
|
|
22
|
+
listCbed?: any;
|
|
23
|
+
}>;
|
|
24
|
+
export type CreateAssembleKitDtoType = z.infer<typeof CreateAssembleKitDtoZod>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAssembleKitDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.CreateAssembleKitDtoZod = zod_1.z.object({
|
|
6
|
+
kolvoCollected: zod_1.z.number().int(),
|
|
7
|
+
assembleId: zod_1.z.number().int(),
|
|
8
|
+
shipmentsIds: zod_1.z.array(zod_1.z.number()),
|
|
9
|
+
listCbed: zod_1.z.any(),
|
|
10
|
+
listDetal: zod_1.z.any(),
|
|
11
|
+
actionSendlerId: zod_1.z.number().int()
|
|
12
|
+
});
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const CreateAssembleDtoZod: z.ZodObject<{
|
|
3
|
+
numberOrder: z.ZodString;
|
|
4
|
+
myKolvo: z.ZodNumber;
|
|
5
|
+
description: z.ZodString;
|
|
6
|
+
cbedId: z.ZodNumber;
|
|
7
|
+
type: z.ZodString;
|
|
8
|
+
actionSendlerId: z.ZodNumber;
|
|
9
|
+
}, "strip", z.ZodTypeAny, {
|
|
10
|
+
type: string;
|
|
11
|
+
description: string;
|
|
12
|
+
cbedId: number;
|
|
13
|
+
myKolvo: number;
|
|
14
|
+
actionSendlerId: number;
|
|
15
|
+
numberOrder: string;
|
|
16
|
+
}, {
|
|
17
|
+
type: string;
|
|
18
|
+
description: string;
|
|
19
|
+
cbedId: number;
|
|
20
|
+
myKolvo: number;
|
|
21
|
+
actionSendlerId: number;
|
|
22
|
+
numberOrder: string;
|
|
23
|
+
}>;
|
|
24
|
+
export type CreateAssembleDtoZodType = z.infer<typeof CreateAssembleDtoZod>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.CreateAssembleDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.CreateAssembleDtoZod = zod_1.z.object({
|
|
6
|
+
numberOrder: zod_1.z.string(),
|
|
7
|
+
myKolvo: zod_1.z.number().int(),
|
|
8
|
+
description: zod_1.z.string(),
|
|
9
|
+
cbedId: zod_1.z.number().int(),
|
|
10
|
+
type: zod_1.z.string(),
|
|
11
|
+
actionSendlerId: zod_1.z.number().int()
|
|
12
|
+
});
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const SetActualShipmentAssembleDtoZod: z.ZodObject<{
|
|
3
|
+
cbedIds: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
4
|
+
productIds: z.ZodOptional<z.ZodArray<z.ZodNumber, "many">>;
|
|
5
|
+
transaction: z.ZodDefault<z.ZodOptional<z.ZodAny>>;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
transaction?: any;
|
|
8
|
+
cbedIds?: number[] | undefined;
|
|
9
|
+
productIds?: number[] | undefined;
|
|
10
|
+
}, {
|
|
11
|
+
transaction?: any;
|
|
12
|
+
cbedIds?: number[] | undefined;
|
|
13
|
+
productIds?: number[] | undefined;
|
|
14
|
+
}>;
|
|
15
|
+
export type SetActualShipmentAssembleDtoZodType = z.infer<typeof SetActualShipmentAssembleDtoZod>;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.SetActualShipmentAssembleDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.SetActualShipmentAssembleDtoZod = zod_1.z.object({
|
|
6
|
+
cbedIds: zod_1.z.array(zod_1.z.number()).optional(),
|
|
7
|
+
productIds: zod_1.z.array(zod_1.z.number()).optional(),
|
|
8
|
+
transaction: zod_1.z.any().optional().default({})
|
|
9
|
+
});
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const DeleteAssembleDtoZod: z.ZodObject<{
|
|
3
|
+
id: z.ZodNumber;
|
|
4
|
+
description: z.ZodString;
|
|
5
|
+
userId: z.ZodOptional<z.ZodNumber>;
|
|
6
|
+
transactionArgument: z.ZodOptional<z.ZodAny>;
|
|
7
|
+
relativeActionId: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
8
|
+
}, "strip", z.ZodTypeAny, {
|
|
9
|
+
description: string;
|
|
10
|
+
id: number;
|
|
11
|
+
userId?: number | undefined;
|
|
12
|
+
transactionArgument?: any;
|
|
13
|
+
relativeActionId?: number | null | undefined;
|
|
14
|
+
}, {
|
|
15
|
+
description: string;
|
|
16
|
+
id: number;
|
|
17
|
+
userId?: number | undefined;
|
|
18
|
+
transactionArgument?: any;
|
|
19
|
+
relativeActionId?: number | null | undefined;
|
|
20
|
+
}>;
|
|
21
|
+
export type DeleteAssembleDtoZodType = z.infer<typeof DeleteAssembleDtoZod>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteAssembleDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.DeleteAssembleDtoZod = zod_1.z.object({
|
|
6
|
+
id: zod_1.z.number().describe('Идентификатор сущности'),
|
|
7
|
+
description: zod_1.z.string().describe('Описание'),
|
|
8
|
+
userId: zod_1.z.number().optional().describe('Идентификатор активатора события'),
|
|
9
|
+
transactionArgument: zod_1.z.any().optional().describe('Транзакция'),
|
|
10
|
+
relativeActionId: zod_1.z.number().optional().nullable()
|
|
11
|
+
});
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const DeleteShipmentAssembleDtoZod: z.ZodObject<{
|
|
3
|
+
shipmentId: z.ZodNumber;
|
|
4
|
+
transaction: z.ZodDefault<z.ZodOptional<z.ZodAny>>;
|
|
5
|
+
}, "strip", z.ZodTypeAny, {
|
|
6
|
+
shipmentId: number;
|
|
7
|
+
transaction?: any;
|
|
8
|
+
}, {
|
|
9
|
+
shipmentId: number;
|
|
10
|
+
transaction?: any;
|
|
11
|
+
}>;
|
|
12
|
+
export type DeleteShipmentAssembleDtoZodType = z.infer<typeof DeleteShipmentAssembleDtoZod>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.DeleteShipmentAssembleDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.DeleteShipmentAssembleDtoZod = zod_1.z.object({
|
|
6
|
+
shipmentId: zod_1.z.number().int(),
|
|
7
|
+
transaction: zod_1.z.any().optional().default({})
|
|
8
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const GetAssembleByIdDtoZod: z.ZodObject<{
|
|
3
|
+
id: z.ZodNumber;
|
|
4
|
+
sort: z.ZodDefault<z.ZodBoolean>;
|
|
5
|
+
isIncludeBan: z.ZodNullable<z.ZodDefault<z.ZodBoolean>>;
|
|
6
|
+
transaction: z.ZodOptional<z.ZodAny>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
sort: boolean;
|
|
9
|
+
id: number;
|
|
10
|
+
isIncludeBan: boolean | null;
|
|
11
|
+
transaction?: any;
|
|
12
|
+
}, {
|
|
13
|
+
id: number;
|
|
14
|
+
sort?: boolean | undefined;
|
|
15
|
+
isIncludeBan?: boolean | null | undefined;
|
|
16
|
+
transaction?: any;
|
|
17
|
+
}>;
|
|
18
|
+
export type GetAssembleByIdDtoZodType = z.infer<typeof GetAssembleByIdDtoZod>;
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAssembleByIdDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
exports.GetAssembleByIdDtoZod = zod_1.z.object({
|
|
6
|
+
id: zod_1.z.number().int(),
|
|
7
|
+
sort: zod_1.z.boolean().default(true),
|
|
8
|
+
isIncludeBan: zod_1.z.boolean().default(false).nullable(),
|
|
9
|
+
transaction: zod_1.z.any().optional()
|
|
10
|
+
});
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const GetAssembleByIzdIdDtoZod: z.ZodObject<{
|
|
3
|
+
entityId: z.ZodNumber;
|
|
4
|
+
entityType: z.ZodDefault<z.ZodString>;
|
|
5
|
+
isIncludeBan: z.ZodDefault<z.ZodBoolean>;
|
|
6
|
+
transaction: z.ZodOptional<z.ZodAny>;
|
|
7
|
+
}, "strip", z.ZodTypeAny, {
|
|
8
|
+
isIncludeBan: boolean;
|
|
9
|
+
entityId: number;
|
|
10
|
+
entityType: string;
|
|
11
|
+
transaction?: any;
|
|
12
|
+
}, {
|
|
13
|
+
entityId: number;
|
|
14
|
+
isIncludeBan?: boolean | undefined;
|
|
15
|
+
transaction?: any;
|
|
16
|
+
entityType?: string | undefined;
|
|
17
|
+
}>;
|
|
18
|
+
export type GetAssembleByIzdIdDtoZodType = z.infer<typeof GetAssembleByIzdIdDtoZod>;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.GetAssembleByIzdIdDtoZod = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const utils_1 = require("../../utils");
|
|
6
|
+
exports.GetAssembleByIzdIdDtoZod = zod_1.z.object({
|
|
7
|
+
entityId: zod_1.z.number().int(),
|
|
8
|
+
entityType: zod_1.z.string().default(`${utils_1.IzdType.product}`),
|
|
9
|
+
isIncludeBan: zod_1.z.boolean().default(false),
|
|
10
|
+
transaction: zod_1.z.any().optional()
|
|
11
|
+
});
|