@snabcentr/common-lib 1.45.3 → 1.46.0
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/manifest.json +1 -1
- package/dist/release_notes.tmp +3 -3
- package/dist/sc-common-lib.js +3282 -2660
- package/dist/sc-common-lib.js.map +1 -1
- package/dist/sc-common-lib.umd.cjs +1 -1
- package/dist/sc-common-lib.umd.cjs.map +1 -1
- package/dist/src/catalog/classes/client-product.d.ts +3 -0
- package/dist/src/catalog/classes/client-product.d.ts.map +1 -1
- package/dist/src/catalog/classes/discount-short-info.d.ts +3 -3
- package/dist/src/catalog/classes/discount-short-info.d.ts.map +1 -1
- package/dist/src/catalog/classes/index.d.ts +5 -0
- package/dist/src/catalog/classes/index.d.ts.map +1 -1
- package/dist/src/catalog/classes/price-analyze.d.ts +36 -0
- package/dist/src/catalog/classes/price-analyze.d.ts.map +1 -0
- package/dist/src/catalog/classes/price-template-catalogable-item.d.ts +22 -0
- package/dist/src/catalog/classes/price-template-catalogable-item.d.ts.map +1 -0
- package/dist/src/catalog/classes/price-template-category.d.ts +19 -0
- package/dist/src/catalog/classes/price-template-category.d.ts.map +1 -0
- package/dist/src/catalog/classes/price-template-client.d.ts +32 -0
- package/dist/src/catalog/classes/price-template-client.d.ts.map +1 -0
- package/dist/src/catalog/classes/price-template-product.d.ts +19 -0
- package/dist/src/catalog/classes/price-template-product.d.ts.map +1 -0
- package/dist/src/catalog/classes/price-template.d.ts +5 -2
- package/dist/src/catalog/classes/price-template.d.ts.map +1 -1
- package/dist/src/catalog/enums/price-coefficient-enum.d.ts +1 -1
- package/dist/src/catalog/interfaces/i-client-product.d.ts +3 -0
- package/dist/src/catalog/interfaces/i-client-product.d.ts.map +1 -1
- package/dist/src/catalog/interfaces/i-commercial-offer-params.d.ts +6 -0
- package/dist/src/catalog/interfaces/i-commercial-offer-params.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-commercial-offer.d.ts +36 -0
- package/dist/src/catalog/interfaces/i-commercial-offer.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-discount-short-info.d.ts +1 -1
- package/dist/src/catalog/interfaces/i-discount-short-info.d.ts.map +1 -1
- package/dist/src/catalog/interfaces/i-price-analyze-params copy.d.ts +32 -0
- package/dist/src/catalog/interfaces/i-price-analyze-params copy.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-price-analyze-params.d.ts +32 -0
- package/dist/src/catalog/interfaces/i-price-analyze-params.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-price-analyze.d.ts +29 -0
- package/dist/src/catalog/interfaces/i-price-analyze.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-price-template-catalogable-item.d.ts +15 -0
- package/dist/src/catalog/interfaces/i-price-template-catalogable-item.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-price-template-category.d.ts +12 -0
- package/dist/src/catalog/interfaces/i-price-template-category.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-price-template-client-update-data.d.ts +14 -0
- package/dist/src/catalog/interfaces/i-price-template-client-update-data.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-price-template-client.d.ts +25 -0
- package/dist/src/catalog/interfaces/i-price-template-client.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-price-template-create-data.d.ts +11 -0
- package/dist/src/catalog/interfaces/i-price-template-create-data.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-price-template-product.d.ts +12 -0
- package/dist/src/catalog/interfaces/i-price-template-product.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/i-price-template.d.ts +5 -2
- package/dist/src/catalog/interfaces/i-price-template.d.ts.map +1 -1
- package/dist/src/catalog/interfaces/i-price-update-data.d.ts +16 -0
- package/dist/src/catalog/interfaces/i-price-update-data.d.ts.map +1 -0
- package/dist/src/catalog/interfaces/index.d.ts +11 -0
- package/dist/src/catalog/interfaces/index.d.ts.map +1 -1
- package/dist/src/catalog/providers/client-price-provider.d.ts +156 -0
- package/dist/src/catalog/providers/client-price-provider.d.ts.map +1 -0
- package/dist/src/catalog/providers/client-price-template-provider.d.ts +64 -0
- package/dist/src/catalog/providers/client-price-template-provider.d.ts.map +1 -0
- package/dist/src/catalog/providers/index.d.ts +4 -0
- package/dist/src/catalog/providers/index.d.ts.map +1 -1
- package/dist/src/catalog/providers/price-analyze-provider.d.ts +40 -0
- package/dist/src/catalog/providers/price-analyze-provider.d.ts.map +1 -0
- package/dist/src/catalog/providers/price-template-provider.d.ts +133 -0
- package/dist/src/catalog/providers/price-template-provider.d.ts.map +1 -0
- package/dist/src/clients/classes/contragent/contragent-base.d.ts +2 -2
- package/dist/src/contacts/classes/contact-person.d.ts +3 -3
- package/dist/src/contacts/classes/contact-person.d.ts.map +1 -1
- package/dist/src/http/classes/http-base-requester.d.ts +11 -1
- package/dist/src/http/classes/http-base-requester.d.ts.map +1 -1
- package/dist/src/system/classes/deletable-named-identity.d.ts +1 -1
- package/dist/src/system/classes/updatable-named-identity.d.ts +1 -1
- package/dist/src/system/classes/updatable-named-identity.d.ts.map +1 -1
- package/dist/src/system/interfaces/i-created-at.d.ts +1 -1
- package/dist/src/system/interfaces/i-deleted-at.d.ts +2 -2
- package/dist/src/system/interfaces/i-deleted-at.d.ts.map +1 -1
- package/dist/src/system/interfaces/i-updated-at.d.ts +1 -1
- package/package.json +1 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.