@silexpert/core 0.4.102 → 0.4.104
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/es/api/resources/FecFile.d.ts +2 -2
- package/es/api/resources/FecFile.d.ts.map +1 -1
- package/es/api/resources/FecFile.js +2 -2
- package/es/api/resources/FecFile.js.map +1 -1
- package/es/api/resources/GeneralLedger.d.ts +2 -0
- package/es/api/resources/GeneralLedger.d.ts.map +1 -1
- package/es/api/resources/GeneralLedger.js +18 -0
- package/es/api/resources/GeneralLedger.js.map +1 -1
- package/es/api/resources/PartneredAccountant.d.ts +6 -2
- package/es/api/resources/PartneredAccountant.d.ts.map +1 -1
- package/es/api/resources/PartneredAccountant.js +15 -3
- package/es/api/resources/PartneredAccountant.js.map +1 -1
- package/es/api/resources/Product.d.ts +10 -0
- package/es/api/resources/Product.d.ts.map +1 -0
- package/es/api/resources/Product.js +21 -0
- package/es/api/resources/Product.js.map +1 -0
- package/es/api/resources/Society.d.ts +3 -1
- package/es/api/resources/Society.d.ts.map +1 -1
- package/es/api/resources/Society.js +7 -0
- package/es/api/resources/Society.js.map +1 -1
- package/es/types/Enum/ProductType.d.ts +6 -0
- package/es/types/Enum/ProductType.d.ts.map +1 -0
- package/es/types/Enum/ProductType.js +7 -0
- package/es/types/Enum/ProductType.js.map +1 -0
- package/es/types/Enum/RegistrationSource.d.ts +5 -0
- package/es/types/Enum/RegistrationSource.d.ts.map +1 -0
- package/es/types/Enum/RegistrationSource.js +6 -0
- package/es/types/Enum/RegistrationSource.js.map +1 -0
- package/es/types/Enum/Unit.d.ts +9 -0
- package/es/types/Enum/Unit.d.ts.map +1 -0
- package/es/types/Enum/Unit.js +98 -0
- package/es/types/Enum/Unit.js.map +1 -0
- package/es/types/Interface/api/BasePaginate.d.ts +4 -0
- package/es/types/Interface/api/BasePaginate.d.ts.map +1 -1
- package/es/types/Interface/api/BasePaginate.js +27 -1
- package/es/types/Interface/api/BasePaginate.js.map +1 -1
- package/es/types/Interface/api/fecFile/QueryFecFile.d.ts +4 -0
- package/es/types/Interface/api/fecFile/QueryFecFile.d.ts.map +1 -0
- package/es/types/Interface/api/fecFile/QueryFecFile.js +17 -0
- package/es/types/Interface/api/fecFile/QueryFecFile.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.d.ts +26 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js +96 -0
- package/es/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.d.ts +6 -0
- package/es/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js +3 -0
- package/es/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.d.ts +4 -0
- package/es/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js +22 -0
- package/es/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantInvoice.d.ts +11 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantInvoice.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantInvoice.js +2 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantInvoice.js.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.d.ts +6 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.d.ts.map +1 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.js +2 -0
- package/es/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.js.map +1 -0
- package/es/types/Interface/api/product/CreateProduct.d.ts +10 -0
- package/es/types/Interface/api/product/CreateProduct.d.ts.map +1 -0
- package/es/types/Interface/api/product/CreateProduct.js +62 -0
- package/es/types/Interface/api/product/CreateProduct.js.map +1 -0
- package/es/types/Interface/api/product/QueryProduct.d.ts +5 -0
- package/es/types/Interface/api/product/QueryProduct.d.ts.map +1 -0
- package/es/types/Interface/api/product/QueryProduct.js +27 -0
- package/es/types/Interface/api/product/QueryProduct.js.map +1 -0
- package/es/types/Interface/api/product/UpdateProduct.d.ts +4 -0
- package/es/types/Interface/api/product/UpdateProduct.d.ts.map +1 -0
- package/es/types/Interface/api/product/UpdateProduct.js +4 -0
- package/es/types/Interface/api/product/UpdateProduct.js.map +1 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts +5 -0
- package/es/types/Interface/api/society/CreateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/CreateSociety.js +14 -0
- package/es/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.d.ts +4 -0
- package/es/types/Interface/api/society/UpdateSociety.d.ts.map +1 -1
- package/es/types/Interface/api/society/UpdateSociety.js +6 -0
- package/es/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.d.ts +2 -4
- package/es/types/Interface/models/IEstimateInvoice.d.ts.map +1 -1
- package/es/types/Interface/models/IEstimateInvoice.js.map +1 -1
- package/es/types/Interface/models/IPartneredAccountantToSociety.d.ts +12 -0
- package/es/types/Interface/models/IPartneredAccountantToSociety.d.ts.map +1 -0
- package/es/types/Interface/models/IPartneredAccountantToSociety.js +2 -0
- package/es/types/Interface/models/IPartneredAccountantToSociety.js.map +1 -0
- package/es/types/Interface/models/IPermission.d.ts +1 -1
- package/es/types/Interface/models/IPermission.d.ts.map +1 -1
- package/es/types/Interface/models/IPermission.js.map +1 -1
- package/es/types/Interface/models/IProduct.d.ts +6 -13
- package/es/types/Interface/models/IProduct.d.ts.map +1 -1
- package/es/types/Interface/models/IProduct.js.map +1 -1
- package/es/types/Interface/models/IProductInvoice.d.ts +22 -0
- package/es/types/Interface/models/IProductInvoice.d.ts.map +1 -0
- package/es/types/Interface/models/IProductInvoice.js +2 -0
- package/es/types/Interface/models/IProductInvoice.js.map +1 -0
- package/es/types/index.d.ts +14 -3
- package/es/types/index.d.ts.map +1 -1
- package/es/types/index.js +14 -3
- package/es/types/index.js.map +1 -1
- package/es/utils/validators/objectId.validator.d.ts +11 -0
- package/es/utils/validators/objectId.validator.d.ts.map +1 -0
- package/es/utils/validators/objectId.validator.js +19 -0
- package/es/utils/validators/objectId.validator.js.map +1 -0
- package/js/api/resources/FecFile.js +3 -3
- package/js/api/resources/FecFile.js.map +1 -1
- package/js/api/resources/GeneralLedger.js +20 -0
- package/js/api/resources/GeneralLedger.js.map +1 -1
- package/js/api/resources/PartneredAccountant.js +23 -4
- package/js/api/resources/PartneredAccountant.js.map +1 -1
- package/js/api/resources/Product.js +36 -0
- package/js/api/resources/Product.js.map +1 -0
- package/js/api/resources/Society.js +14 -0
- package/js/api/resources/Society.js.map +1 -1
- package/js/types/Enum/ProductType.js +13 -0
- package/js/types/Enum/ProductType.js.map +1 -0
- package/js/types/Enum/RegistrationSource.js +12 -0
- package/js/types/Enum/RegistrationSource.js.map +1 -0
- package/js/types/Enum/Unit.js +103 -0
- package/js/types/Enum/Unit.js.map +1 -0
- package/js/types/Interface/api/BasePaginate.js +25 -0
- package/js/types/Interface/api/BasePaginate.js.map +1 -1
- package/js/types/Interface/api/fecFile/QueryFecFile.js +27 -0
- package/js/types/Interface/api/fecFile/QueryFecFile.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js +94 -0
- package/js/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js +10 -0
- package/js/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.js.map +1 -0
- package/js/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js +33 -0
- package/js/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.js.map +1 -0
- package/js/types/Interface/{models/IUnit.js → api/partneredAccountant/ReadPartneredAccountantInvoice.js} +1 -1
- package/js/types/Interface/{models/IUnit.js.map → api/partneredAccountant/ReadPartneredAccountantInvoice.js.map} +1 -1
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.js +6 -0
- package/js/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.js.map +1 -0
- package/js/types/Interface/api/product/CreateProduct.js +51 -0
- package/js/types/Interface/api/product/CreateProduct.js.map +1 -0
- package/js/types/Interface/api/product/QueryProduct.js +33 -0
- package/js/types/Interface/api/product/QueryProduct.js.map +1 -0
- package/js/types/Interface/api/product/UpdateProduct.js +13 -0
- package/js/types/Interface/api/product/UpdateProduct.js.map +1 -0
- package/js/types/Interface/api/society/CreateSociety.js +16 -0
- package/js/types/Interface/api/society/CreateSociety.js.map +1 -1
- package/js/types/Interface/api/society/UpdateSociety.js +7 -1
- package/js/types/Interface/api/society/UpdateSociety.js.map +1 -1
- package/js/types/Interface/models/{IProductType.js → IPartneredAccountantToSociety.js} +1 -1
- package/js/types/Interface/models/{IProductType.js.map → IPartneredAccountantToSociety.js.map} +1 -1
- package/js/types/Interface/models/{IItemEstimate.js → IProductInvoice.js} +1 -1
- package/js/types/Interface/models/{IItemEstimate.js.map → IProductInvoice.js.map} +1 -1
- package/js/types/index.js +159 -27
- package/js/types/index.js.map +1 -1
- package/js/utils/validators/objectId.validator.js +29 -0
- package/js/utils/validators/objectId.validator.js.map +1 -0
- package/package.json +1 -1
- package/ts/api/resources/FecFile.ts +6 -2
- package/ts/api/resources/GeneralLedger.ts +22 -0
- package/ts/api/resources/PartneredAccountant.ts +29 -4
- package/ts/api/resources/Product.ts +31 -0
- package/ts/api/resources/Society.ts +11 -0
- package/ts/types/Enum/ProductType.ts +5 -0
- package/ts/types/Enum/RegistrationSource.ts +4 -0
- package/ts/types/Enum/Unit.ts +105 -0
- package/ts/types/Interface/api/BasePaginate.ts +17 -0
- package/ts/types/Interface/api/fecFile/QueryFecFile.ts +6 -0
- package/ts/types/Interface/api/partneredAccountant/CreatePartneredAccountantSociety.ts +68 -0
- package/ts/types/Interface/api/partneredAccountant/CreatedPartneredAccountantSociety.ts +6 -0
- package/ts/types/Interface/api/partneredAccountant/QueryPartneredAccountantSocieties.ts +11 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantInvoice.ts +10 -0
- package/ts/types/Interface/api/partneredAccountant/ReadPartneredAccountantSociety.ts +4 -0
- package/ts/types/Interface/api/product/CreateProduct.ts +48 -0
- package/ts/types/Interface/api/product/QueryProduct.ts +15 -0
- package/ts/types/Interface/api/product/UpdateProduct.ts +3 -0
- package/ts/types/Interface/api/society/CreateSociety.ts +11 -0
- package/ts/types/Interface/api/society/UpdateSociety.ts +6 -0
- package/ts/types/Interface/models/IEstimateInvoice.ts +2 -4
- package/ts/types/Interface/models/IPartneredAccountantToSociety.ts +15 -0
- package/ts/types/Interface/models/IPermission.ts +1 -1
- package/ts/types/Interface/models/IProduct.ts +6 -13
- package/ts/types/Interface/models/{IItemEstimate.ts → IProductInvoice.ts} +8 -12
- package/ts/types/index.ts +15 -4
- package/ts/utils/validators/objectId.validator.ts +31 -0
- package/es/types/Interface/models/IItemEstimate.d.ts +0 -26
- package/es/types/Interface/models/IItemEstimate.d.ts.map +0 -1
- package/es/types/Interface/models/IItemEstimate.js +0 -2
- package/es/types/Interface/models/IItemEstimate.js.map +0 -1
- package/es/types/Interface/models/IProductType.d.ts +0 -7
- package/es/types/Interface/models/IProductType.d.ts.map +0 -1
- package/es/types/Interface/models/IProductType.js +0 -2
- package/es/types/Interface/models/IProductType.js.map +0 -1
- package/es/types/Interface/models/IUnit.d.ts +0 -8
- package/es/types/Interface/models/IUnit.d.ts.map +0 -1
- package/es/types/Interface/models/IUnit.js +0 -2
- package/es/types/Interface/models/IUnit.js.map +0 -1
- package/ts/types/Interface/models/IProductType.ts +0 -7
- package/ts/types/Interface/models/IUnit.ts +0 -8