@snabcentr/client-core 3.7.0 → 4.0.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.
Files changed (897) hide show
  1. package/fesm2022/snabcentr-client-core.mjs +459 -490
  2. package/fesm2022/snabcentr-client-core.mjs.map +1 -1
  3. package/package.json +23 -24
  4. package/release_notes.tmp +0 -4
  5. package/types/snabcentr-client-core.d.ts +10138 -0
  6. package/auth/index.d.ts +0 -3
  7. package/auth/interfaces/index.d.ts +0 -5
  8. package/auth/interfaces/sc-i-api-error-response.d.ts +0 -13
  9. package/auth/interfaces/sc-i-auth-token.d.ts +0 -14
  10. package/auth/interfaces/sc-i-login.d.ts +0 -13
  11. package/auth/interfaces/sc-i-phone-login.d.ts +0 -13
  12. package/auth/interfaces/sc-i-token.d.ts +0 -13
  13. package/auth/services/index.d.ts +0 -2
  14. package/auth/services/sc-auth.service.d.ts +0 -78
  15. package/auth/services/sc-token.service.d.ts +0 -79
  16. package/auth/tokens/index.d.ts +0 -3
  17. package/auth/tokens/sc-access-auth-token-storage-key.d.ts +0 -5
  18. package/auth/tokens/sc-guest-token-storage-key.d.ts +0 -5
  19. package/auth/tokens/sc-refresh-auth-token-storage-key.d.ts +0 -5
  20. package/banners/dto/index.d.ts +0 -2
  21. package/banners/dto/sc-banner.d.ts +0 -56
  22. package/banners/dto/sc-i-banner.d.ts +0 -41
  23. package/banners/index.d.ts +0 -2
  24. package/banners/services/sc-banner.service.d.ts +0 -22
  25. package/cart/classes/index.d.ts +0 -2
  26. package/cart/classes/sc-cart.d.ts +0 -26
  27. package/cart/classes/sc-sum.d.ts +0 -12
  28. package/cart/constants/index.d.ts +0 -1
  29. package/cart/constants/sc-empty-cart.d.ts +0 -7
  30. package/cart/index.d.ts +0 -4
  31. package/cart/internal/index.d.ts +0 -1
  32. package/cart/internal/sc-i-cart.d.ts +0 -19
  33. package/cart/services/index.d.ts +0 -1
  34. package/cart/services/sc-cart.service.d.ts +0 -113
  35. package/catalog/classes/index.d.ts +0 -3
  36. package/catalog/classes/sc-cached-data.d.ts +0 -25
  37. package/catalog/classes/sc-cached-item.d.ts +0 -53
  38. package/catalog/classes/sc-catalog-item.d.ts +0 -31
  39. package/catalog/dto/index.d.ts +0 -7
  40. package/catalog/dto/sc-category.d.ts +0 -133
  41. package/catalog/dto/sc-i-discount.d.ts +0 -21
  42. package/catalog/dto/sc-i-product-images.d.ts +0 -25
  43. package/catalog/dto/sc-i-product-notify-when-in-stock.d.ts +0 -21
  44. package/catalog/dto/sc-i-properties.d.ts +0 -88
  45. package/catalog/dto/sc-product.d.ts +0 -177
  46. package/catalog/dto/sc-virtual-category.d.ts +0 -27
  47. package/catalog/enums/index.d.ts +0 -3
  48. package/catalog/enums/sc-catalog-format.d.ts +0 -13
  49. package/catalog/enums/sc-mime-types.d.ts +0 -77
  50. package/catalog/enums/sc-product-tile-type.d.ts +0 -13
  51. package/catalog/index.d.ts +0 -8
  52. package/catalog/interfaces/index.d.ts +0 -13
  53. package/catalog/interfaces/sc-catalog-filter.d.ts +0 -7
  54. package/catalog/interfaces/sc-i-base-catalog-filter.d.ts +0 -17
  55. package/catalog/interfaces/sc-i-catalog-item.d.ts +0 -16
  56. package/catalog/interfaces/sc-i-category-product-params.d.ts +0 -45
  57. package/catalog/interfaces/sc-i-category-products-pagination-params.d.ts +0 -19
  58. package/catalog/interfaces/sc-i-category.d.ts +0 -29
  59. package/catalog/interfaces/sc-i-checkbox-filter.d.ts +0 -31
  60. package/catalog/interfaces/sc-i-product.d.ts +0 -78
  61. package/catalog/interfaces/sc-i-range-filter.d.ts +0 -26
  62. package/catalog/interfaces/sc-i-toggle-filter.d.ts +0 -14
  63. package/catalog/interfaces/sc-i-virtual-category.d.ts +0 -20
  64. package/catalog/interfaces/sc-property-filters.d.ts +0 -5
  65. package/catalog/interfaces/sc-t-product-sort-field.d.ts +0 -4
  66. package/catalog/internal/index.d.ts +0 -1
  67. package/catalog/internal/sc-i-filter-tree-category.d.ts +0 -15
  68. package/catalog/services/index.d.ts +0 -4
  69. package/catalog/services/sc-catalog-filter.service.d.ts +0 -37
  70. package/catalog/services/sc-catalog.service.d.ts +0 -199
  71. package/catalog/services/sc-favorite.service.d.ts +0 -62
  72. package/catalog/services/sc-recommendation.service.d.ts +0 -76
  73. package/catalog/tokens/index.d.ts +0 -1
  74. package/catalog/tokens/sc-count-first-discounted-products.d.ts +0 -5
  75. package/catalog/types/index.d.ts +0 -2
  76. package/catalog/types/sc-filters-tree-catalog.d.ts +0 -5
  77. package/catalog/types/sc-price-history.d.ts +0 -13
  78. package/common/classes/index.d.ts +0 -10
  79. package/common/classes/sc-catalogable-item.d.ts +0 -17
  80. package/common/classes/sc-coded-identity.d.ts +0 -17
  81. package/common/classes/sc-deletable-named-identity.d.ts +0 -17
  82. package/common/classes/sc-hidden-catalogable-item.d.ts +0 -17
  83. package/common/classes/sc-identity.d.ts +0 -25
  84. package/common/classes/sc-image.d.ts +0 -24
  85. package/common/classes/sc-named-identity.d.ts +0 -17
  86. package/common/classes/sc-primary-catalogable-item.d.ts +0 -17
  87. package/common/classes/sc-reference.d.ts +0 -21
  88. package/common/classes/sc-updatable-named-identity.d.ts +0 -17
  89. package/common/enums/index.d.ts +0 -1
  90. package/common/enums/request-state-status-enum.d.ts +0 -17
  91. package/common/index.d.ts +0 -3
  92. package/common/interfaces/index.d.ts +0 -18
  93. package/common/interfaces/sc-i-catalogable-item.d.ts +0 -10
  94. package/common/interfaces/sc-i-coded-identity.d.ts +0 -10
  95. package/common/interfaces/sc-i-created-at.d.ts +0 -9
  96. package/common/interfaces/sc-i-date-period.d.ts +0 -6
  97. package/common/interfaces/sc-i-deletable-named-identity.d.ts +0 -7
  98. package/common/interfaces/sc-i-deleted-at.d.ts +0 -9
  99. package/common/interfaces/sc-i-file.d.ts +0 -13
  100. package/common/interfaces/sc-i-hidden-catalogable-item.d.ts +0 -10
  101. package/common/interfaces/sc-i-identity.d.ts +0 -13
  102. package/common/interfaces/sc-i-image.d.ts +0 -17
  103. package/common/interfaces/sc-i-named-identity.d.ts +0 -7
  104. package/common/interfaces/sc-i-named.d.ts +0 -9
  105. package/common/interfaces/sc-i-primary-catalogable-item.d.ts +0 -10
  106. package/common/interfaces/sc-i-reference.d.ts +0 -14
  107. package/common/interfaces/sc-i-request-state.d.ts +0 -35
  108. package/common/interfaces/sc-i-typed-nullable-range.d.ts +0 -13
  109. package/common/interfaces/sc-i-updatable-named-identity.d.ts +0 -7
  110. package/common/interfaces/sc-i-updated-at.d.ts +0 -9
  111. package/config/index.d.ts +0 -11
  112. package/config/sc-i-api-keys.d.ts +0 -13
  113. package/config/sc-i-app-release.d.ts +0 -17
  114. package/config/sc-i-cache-lifetime.d.ts +0 -27
  115. package/config/sc-i-company-base-info.d.ts +0 -54
  116. package/config/sc-i-date-format.d.ts +0 -17
  117. package/config/sc-i-feedback-api.d.ts +0 -17
  118. package/config/sc-i-maps-default-options.d.ts +0 -13
  119. package/config/sc-i-update-interval.d.ts +0 -13
  120. package/config/sc-i-urls.d.ts +0 -44
  121. package/config/sc-i-user-configs.d.ts +0 -9
  122. package/config/sc-route-keys.d.ts +0 -153
  123. package/configurator/dto/index.d.ts +0 -7
  124. package/configurator/dto/sc-i-configurator-base.d.ts +0 -5
  125. package/configurator/dto/sc-i-configurator-calculate-result.d.ts +0 -18
  126. package/configurator/dto/sc-i-configurator-calculate-sheet.d.ts +0 -9
  127. package/configurator/dto/sc-i-configurator-search-product-base.d.ts +0 -5
  128. package/configurator/dto/sc-i-configurator-settings-base.d.ts +0 -5
  129. package/configurator/dto/sc-i-sandwich-calculate-item.d.ts +0 -17
  130. package/configurator/dto/sc-i-sandwich-calculate.d.ts +0 -14
  131. package/configurator/index.d.ts +0 -3
  132. package/configurator/services/index.d.ts +0 -1
  133. package/configurator/services/sc-configurator.service.d.ts +0 -81
  134. package/configurator/types/index.d.ts +0 -1
  135. package/configurator/types/sc-type-by-key.d.ts +0 -5
  136. package/contacts/dto/index.d.ts +0 -9
  137. package/contacts/dto/sc-i-contact-and-media.d.ts +0 -23
  138. package/contacts/dto/sc-i-direction-manager-contact.d.ts +0 -42
  139. package/contacts/dto/sc-i-feedback-message.d.ts +0 -35
  140. package/contacts/dto/sc-i-org-contact.d.ts +0 -46
  141. package/contacts/dto/sc-i-requisites-with-label.d.ts +0 -13
  142. package/contacts/dto/sc-i-requisites.d.ts +0 -58
  143. package/contacts/dto/sc-i-retail-contact.d.ts +0 -47
  144. package/contacts/dto/sc-i-social-media.d.ts +0 -18
  145. package/contacts/dto/sc-uploaded-file.d.ts +0 -14
  146. package/contacts/enums/index.d.ts +0 -2
  147. package/contacts/enums/sc-feedback-forms.d.ts +0 -29
  148. package/contacts/enums/sc-social-type.d.ts +0 -21
  149. package/contacts/index.d.ts +0 -3
  150. package/contacts/services/index.d.ts +0 -3
  151. package/contacts/services/sc-contacts.service.d.ts +0 -79
  152. package/contacts/services/sc-feedback.service.d.ts +0 -41
  153. package/contacts/services/sc-requisites.service.d.ts +0 -90
  154. package/contragent/dto/index.d.ts +0 -13
  155. package/contragent/dto/sc-contragent-on-data-create.d.ts +0 -8
  156. package/contragent/dto/sc-contragent.d.ts +0 -8
  157. package/contragent/dto/sc-i-bank-account-on-data-create.d.ts +0 -25
  158. package/contragent/dto/sc-i-bank-account.d.ts +0 -15
  159. package/contragent/dto/sc-i-contragent-entrepreneur-on-data-create.d.ts +0 -43
  160. package/contragent/dto/sc-i-contragent-entrepreneur.d.ts +0 -38
  161. package/contragent/dto/sc-i-contragent-individual-on-data-create.d.ts +0 -23
  162. package/contragent/dto/sc-i-contragent-individual.d.ts +0 -18
  163. package/contragent/dto/sc-i-contragent-legal-on-data-create.d.ts +0 -10
  164. package/contragent/dto/sc-i-contragent-legal.d.ts +0 -10
  165. package/contragent/dto/sc-i-contragent-non-resident-legal-on-data-create.d.ts +0 -18
  166. package/contragent/dto/sc-i-contragent-non-resident-legal.d.ts +0 -19
  167. package/contragent/dto/sc-i-opf.d.ts +0 -21
  168. package/contragent/index.d.ts +0 -2
  169. package/contragent/services/index.d.ts +0 -1
  170. package/contragent/services/sc-contragent.service.d.ts +0 -105
  171. package/converters/index.d.ts +0 -2
  172. package/converters/services/sc-converters.service.d.ts +0 -61
  173. package/converters/types/index.d.ts +0 -1
  174. package/converters/types/sc-date-to-string.d.ts +0 -6
  175. package/delivery-address/dto/index.d.ts +0 -2
  176. package/delivery-address/dto/sc-i-delivery-addresses-on-data-create.d.ts +0 -44
  177. package/delivery-address/dto/sc-i-delivery-addresses.d.ts +0 -10
  178. package/delivery-address/index.d.ts +0 -2
  179. package/delivery-address/services/index.d.ts +0 -1
  180. package/delivery-address/services/sc-delivery-address.service.d.ts +0 -73
  181. package/esm2022/auth/index.mjs +0 -4
  182. package/esm2022/auth/interfaces/index.mjs +0 -6
  183. package/esm2022/auth/interfaces/sc-i-api-error-response.mjs +0 -2
  184. package/esm2022/auth/interfaces/sc-i-auth-token.mjs +0 -2
  185. package/esm2022/auth/interfaces/sc-i-login.mjs +0 -2
  186. package/esm2022/auth/interfaces/sc-i-phone-login.mjs +0 -2
  187. package/esm2022/auth/interfaces/sc-i-token.mjs +0 -2
  188. package/esm2022/auth/services/index.mjs +0 -3
  189. package/esm2022/auth/services/sc-auth.service.mjs +0 -162
  190. package/esm2022/auth/services/sc-token.service.mjs +0 -158
  191. package/esm2022/auth/tokens/index.mjs +0 -4
  192. package/esm2022/auth/tokens/sc-access-auth-token-storage-key.mjs +0 -9
  193. package/esm2022/auth/tokens/sc-guest-token-storage-key.mjs +0 -9
  194. package/esm2022/auth/tokens/sc-refresh-auth-token-storage-key.mjs +0 -9
  195. package/esm2022/banners/dto/index.mjs +0 -3
  196. package/esm2022/banners/dto/sc-banner.mjs +0 -34
  197. package/esm2022/banners/dto/sc-i-banner.mjs +0 -2
  198. package/esm2022/banners/index.mjs +0 -3
  199. package/esm2022/banners/services/sc-banner.service.mjs +0 -35
  200. package/esm2022/cart/classes/index.mjs +0 -3
  201. package/esm2022/cart/classes/sc-cart.mjs +0 -18
  202. package/esm2022/cart/classes/sc-sum.mjs +0 -14
  203. package/esm2022/cart/constants/index.mjs +0 -2
  204. package/esm2022/cart/constants/sc-empty-cart.mjs +0 -2
  205. package/esm2022/cart/index.mjs +0 -5
  206. package/esm2022/cart/internal/index.mjs +0 -2
  207. package/esm2022/cart/internal/sc-i-cart.mjs +0 -2
  208. package/esm2022/cart/services/index.mjs +0 -2
  209. package/esm2022/cart/services/sc-cart.service.mjs +0 -203
  210. package/esm2022/catalog/classes/index.mjs +0 -4
  211. package/esm2022/catalog/classes/sc-cached-data.mjs +0 -23
  212. package/esm2022/catalog/classes/sc-cached-item.mjs +0 -60
  213. package/esm2022/catalog/classes/sc-catalog-item.mjs +0 -19
  214. package/esm2022/catalog/dto/index.mjs +0 -8
  215. package/esm2022/catalog/dto/sc-category.mjs +0 -180
  216. package/esm2022/catalog/dto/sc-i-discount.mjs +0 -2
  217. package/esm2022/catalog/dto/sc-i-product-images.mjs +0 -2
  218. package/esm2022/catalog/dto/sc-i-product-notify-when-in-stock.mjs +0 -2
  219. package/esm2022/catalog/dto/sc-i-properties.mjs +0 -2
  220. package/esm2022/catalog/dto/sc-product.mjs +0 -159
  221. package/esm2022/catalog/dto/sc-virtual-category.mjs +0 -22
  222. package/esm2022/catalog/enums/index.mjs +0 -4
  223. package/esm2022/catalog/enums/sc-catalog-format.mjs +0 -16
  224. package/esm2022/catalog/enums/sc-mime-types.mjs +0 -81
  225. package/esm2022/catalog/enums/sc-product-tile-type.mjs +0 -16
  226. package/esm2022/catalog/index.mjs +0 -9
  227. package/esm2022/catalog/interfaces/index.mjs +0 -14
  228. package/esm2022/catalog/interfaces/sc-catalog-filter.mjs +0 -2
  229. package/esm2022/catalog/interfaces/sc-i-base-catalog-filter.mjs +0 -2
  230. package/esm2022/catalog/interfaces/sc-i-catalog-item.mjs +0 -2
  231. package/esm2022/catalog/interfaces/sc-i-category-product-params.mjs +0 -2
  232. package/esm2022/catalog/interfaces/sc-i-category-products-pagination-params.mjs +0 -2
  233. package/esm2022/catalog/interfaces/sc-i-category.mjs +0 -3
  234. package/esm2022/catalog/interfaces/sc-i-checkbox-filter.mjs +0 -2
  235. package/esm2022/catalog/interfaces/sc-i-product.mjs +0 -3
  236. package/esm2022/catalog/interfaces/sc-i-range-filter.mjs +0 -2
  237. package/esm2022/catalog/interfaces/sc-i-toggle-filter.mjs +0 -2
  238. package/esm2022/catalog/interfaces/sc-i-virtual-category.mjs +0 -2
  239. package/esm2022/catalog/interfaces/sc-property-filters.mjs +0 -2
  240. package/esm2022/catalog/interfaces/sc-t-product-sort-field.mjs +0 -2
  241. package/esm2022/catalog/internal/index.mjs +0 -2
  242. package/esm2022/catalog/internal/sc-i-filter-tree-category.mjs +0 -2
  243. package/esm2022/catalog/services/index.mjs +0 -5
  244. package/esm2022/catalog/services/sc-catalog-filter.service.mjs +0 -73
  245. package/esm2022/catalog/services/sc-catalog.service.mjs +0 -357
  246. package/esm2022/catalog/services/sc-favorite.service.mjs +0 -91
  247. package/esm2022/catalog/services/sc-recommendation.service.mjs +0 -165
  248. package/esm2022/catalog/tokens/index.mjs +0 -2
  249. package/esm2022/catalog/tokens/sc-count-first-discounted-products.mjs +0 -8
  250. package/esm2022/catalog/types/index.mjs +0 -3
  251. package/esm2022/catalog/types/sc-filters-tree-catalog.mjs +0 -2
  252. package/esm2022/catalog/types/sc-price-history.mjs +0 -2
  253. package/esm2022/common/classes/index.mjs +0 -11
  254. package/esm2022/common/classes/sc-catalogable-item.mjs +0 -16
  255. package/esm2022/common/classes/sc-coded-identity.mjs +0 -21
  256. package/esm2022/common/classes/sc-deletable-named-identity.mjs +0 -18
  257. package/esm2022/common/classes/sc-hidden-catalogable-item.mjs +0 -16
  258. package/esm2022/common/classes/sc-identity.mjs +0 -23
  259. package/esm2022/common/classes/sc-image.mjs +0 -16
  260. package/esm2022/common/classes/sc-named-identity.mjs +0 -21
  261. package/esm2022/common/classes/sc-primary-catalogable-item.mjs +0 -16
  262. package/esm2022/common/classes/sc-reference.mjs +0 -17
  263. package/esm2022/common/classes/sc-updatable-named-identity.mjs +0 -18
  264. package/esm2022/common/enums/index.mjs +0 -2
  265. package/esm2022/common/enums/request-state-status-enum.mjs +0 -19
  266. package/esm2022/common/index.mjs +0 -4
  267. package/esm2022/common/interfaces/index.mjs +0 -19
  268. package/esm2022/common/interfaces/sc-i-catalogable-item.mjs +0 -2
  269. package/esm2022/common/interfaces/sc-i-coded-identity.mjs +0 -2
  270. package/esm2022/common/interfaces/sc-i-created-at.mjs +0 -2
  271. package/esm2022/common/interfaces/sc-i-date-period.mjs +0 -2
  272. package/esm2022/common/interfaces/sc-i-deletable-named-identity.mjs +0 -2
  273. package/esm2022/common/interfaces/sc-i-deleted-at.mjs +0 -2
  274. package/esm2022/common/interfaces/sc-i-file.mjs +0 -2
  275. package/esm2022/common/interfaces/sc-i-hidden-catalogable-item.mjs +0 -2
  276. package/esm2022/common/interfaces/sc-i-identity.mjs +0 -2
  277. package/esm2022/common/interfaces/sc-i-image.mjs +0 -2
  278. package/esm2022/common/interfaces/sc-i-named-identity.mjs +0 -2
  279. package/esm2022/common/interfaces/sc-i-named.mjs +0 -2
  280. package/esm2022/common/interfaces/sc-i-primary-catalogable-item.mjs +0 -2
  281. package/esm2022/common/interfaces/sc-i-reference.mjs +0 -2
  282. package/esm2022/common/interfaces/sc-i-request-state.mjs +0 -26
  283. package/esm2022/common/interfaces/sc-i-typed-nullable-range.mjs +0 -2
  284. package/esm2022/common/interfaces/sc-i-updatable-named-identity.mjs +0 -2
  285. package/esm2022/common/interfaces/sc-i-updated-at.mjs +0 -2
  286. package/esm2022/config/index.mjs +0 -12
  287. package/esm2022/config/sc-i-api-keys.mjs +0 -2
  288. package/esm2022/config/sc-i-app-release.mjs +0 -2
  289. package/esm2022/config/sc-i-cache-lifetime.mjs +0 -2
  290. package/esm2022/config/sc-i-company-base-info.mjs +0 -2
  291. package/esm2022/config/sc-i-date-format.mjs +0 -2
  292. package/esm2022/config/sc-i-feedback-api.mjs +0 -2
  293. package/esm2022/config/sc-i-maps-default-options.mjs +0 -2
  294. package/esm2022/config/sc-i-update-interval.mjs +0 -2
  295. package/esm2022/config/sc-i-urls.mjs +0 -2
  296. package/esm2022/config/sc-i-user-configs.mjs +0 -2
  297. package/esm2022/config/sc-route-keys.mjs +0 -155
  298. package/esm2022/configurator/dto/index.mjs +0 -8
  299. package/esm2022/configurator/dto/sc-i-configurator-base.mjs +0 -2
  300. package/esm2022/configurator/dto/sc-i-configurator-calculate-result.mjs +0 -2
  301. package/esm2022/configurator/dto/sc-i-configurator-calculate-sheet.mjs +0 -2
  302. package/esm2022/configurator/dto/sc-i-configurator-search-product-base.mjs +0 -2
  303. package/esm2022/configurator/dto/sc-i-configurator-settings-base.mjs +0 -2
  304. package/esm2022/configurator/dto/sc-i-sandwich-calculate-item.mjs +0 -2
  305. package/esm2022/configurator/dto/sc-i-sandwich-calculate.mjs +0 -2
  306. package/esm2022/configurator/index.mjs +0 -4
  307. package/esm2022/configurator/services/index.mjs +0 -2
  308. package/esm2022/configurator/services/sc-configurator.service.mjs +0 -119
  309. package/esm2022/configurator/types/index.mjs +0 -2
  310. package/esm2022/configurator/types/sc-type-by-key.mjs +0 -2
  311. package/esm2022/contacts/dto/index.mjs +0 -10
  312. package/esm2022/contacts/dto/sc-i-contact-and-media.mjs +0 -2
  313. package/esm2022/contacts/dto/sc-i-direction-manager-contact.mjs +0 -2
  314. package/esm2022/contacts/dto/sc-i-feedback-message.mjs +0 -2
  315. package/esm2022/contacts/dto/sc-i-org-contact.mjs +0 -2
  316. package/esm2022/contacts/dto/sc-i-requisites-with-label.mjs +0 -2
  317. package/esm2022/contacts/dto/sc-i-requisites.mjs +0 -2
  318. package/esm2022/contacts/dto/sc-i-retail-contact.mjs +0 -2
  319. package/esm2022/contacts/dto/sc-i-social-media.mjs +0 -2
  320. package/esm2022/contacts/dto/sc-uploaded-file.mjs +0 -16
  321. package/esm2022/contacts/enums/index.mjs +0 -3
  322. package/esm2022/contacts/enums/sc-feedback-forms.mjs +0 -31
  323. package/esm2022/contacts/enums/sc-social-type.mjs +0 -24
  324. package/esm2022/contacts/index.mjs +0 -4
  325. package/esm2022/contacts/services/index.mjs +0 -4
  326. package/esm2022/contacts/services/sc-contacts.service.mjs +0 -110
  327. package/esm2022/contacts/services/sc-feedback.service.mjs +0 -73
  328. package/esm2022/contacts/services/sc-requisites.service.mjs +0 -141
  329. package/esm2022/contragent/dto/index.mjs +0 -14
  330. package/esm2022/contragent/dto/sc-contragent-on-data-create.mjs +0 -2
  331. package/esm2022/contragent/dto/sc-contragent.mjs +0 -2
  332. package/esm2022/contragent/dto/sc-i-bank-account-on-data-create.mjs +0 -2
  333. package/esm2022/contragent/dto/sc-i-bank-account.mjs +0 -2
  334. package/esm2022/contragent/dto/sc-i-contragent-entrepreneur-on-data-create.mjs +0 -2
  335. package/esm2022/contragent/dto/sc-i-contragent-entrepreneur.mjs +0 -2
  336. package/esm2022/contragent/dto/sc-i-contragent-individual-on-data-create.mjs +0 -2
  337. package/esm2022/contragent/dto/sc-i-contragent-individual.mjs +0 -2
  338. package/esm2022/contragent/dto/sc-i-contragent-legal-on-data-create.mjs +0 -2
  339. package/esm2022/contragent/dto/sc-i-contragent-legal.mjs +0 -2
  340. package/esm2022/contragent/dto/sc-i-contragent-non-resident-legal-on-data-create.mjs +0 -2
  341. package/esm2022/contragent/dto/sc-i-contragent-non-resident-legal.mjs +0 -2
  342. package/esm2022/contragent/dto/sc-i-opf.mjs +0 -2
  343. package/esm2022/contragent/index.mjs +0 -3
  344. package/esm2022/contragent/services/index.mjs +0 -2
  345. package/esm2022/contragent/services/sc-contragent.service.mjs +0 -166
  346. package/esm2022/converters/index.mjs +0 -3
  347. package/esm2022/converters/services/sc-converters.service.mjs +0 -136
  348. package/esm2022/converters/types/index.mjs +0 -2
  349. package/esm2022/converters/types/sc-date-to-string.mjs +0 -2
  350. package/esm2022/delivery-address/dto/index.mjs +0 -3
  351. package/esm2022/delivery-address/dto/sc-i-delivery-addresses-on-data-create.mjs +0 -2
  352. package/esm2022/delivery-address/dto/sc-i-delivery-addresses.mjs +0 -2
  353. package/esm2022/delivery-address/index.mjs +0 -3
  354. package/esm2022/delivery-address/services/index.mjs +0 -2
  355. package/esm2022/delivery-address/services/sc-delivery-address.service.mjs +0 -120
  356. package/esm2022/files/classes/sc-document-info-node.mjs +0 -16
  357. package/esm2022/files/classes/sc-document-info.mjs +0 -2
  358. package/esm2022/files/enums/sc-document-info-types-enum.mjs +0 -21
  359. package/esm2022/files/enums/sc-icon-types-enum.mjs +0 -36
  360. package/esm2022/files/index.mjs +0 -6
  361. package/esm2022/files/services/sc-files.service.mjs +0 -92
  362. package/esm2022/frequently-asked-questions/index.mjs +0 -3
  363. package/esm2022/frequently-asked-questions/interfaces/index.mjs +0 -4
  364. package/esm2022/frequently-asked-questions/interfaces/sc-i-faq-group.mjs +0 -2
  365. package/esm2022/frequently-asked-questions/interfaces/sc-i-faq-item.mjs +0 -2
  366. package/esm2022/frequently-asked-questions/interfaces/sc-i-frequently-asked-questions-pagination-params.mjs +0 -2
  367. package/esm2022/frequently-asked-questions/services/index.mjs +0 -2
  368. package/esm2022/frequently-asked-questions/services/sc-frequently-asked-questions.service.mjs +0 -50
  369. package/esm2022/guards/index.mjs +0 -3
  370. package/esm2022/guards/sc-auth-as-client.guard.mjs +0 -56
  371. package/esm2022/guards/sc-id-or-slug.guard.mjs +0 -35
  372. package/esm2022/helpers/index.mjs +0 -4
  373. package/esm2022/helpers/sc-get-current-route.mjs +0 -14
  374. package/esm2022/helpers/sc-image-helper.mjs +0 -91
  375. package/esm2022/helpers/sc-units-helper.mjs +0 -33
  376. package/esm2022/httpInterceptors/classes/index.mjs +0 -2
  377. package/esm2022/httpInterceptors/classes/sc-cache-settings.mjs +0 -16
  378. package/esm2022/httpInterceptors/index.mjs +0 -10
  379. package/esm2022/httpInterceptors/internal/classes/sc-cached-response.mjs +0 -17
  380. package/esm2022/httpInterceptors/sc-auth.interceptor.mjs +0 -31
  381. package/esm2022/httpInterceptors/sc-cache.interceptor.mjs +0 -40
  382. package/esm2022/httpInterceptors/sc-convert.interceptor.mjs +0 -64
  383. package/esm2022/httpInterceptors/sc-date-format.interceptor.mjs +0 -80
  384. package/esm2022/httpInterceptors/sc-errors.interceptor.mjs +0 -89
  385. package/esm2022/httpInterceptors/sc-guest.interceptor.mjs +0 -38
  386. package/esm2022/httpInterceptors/sc-options.interceptor.mjs +0 -42
  387. package/esm2022/httpInterceptors/tokens/index.mjs +0 -8
  388. package/esm2022/httpInterceptors/tokens/sc-auth-add-header-required.mjs +0 -10
  389. package/esm2022/httpInterceptors/tokens/sc-cache-settings.mjs +0 -7
  390. package/esm2022/httpInterceptors/tokens/sc-guest-endpoints.mjs +0 -8
  391. package/esm2022/httpInterceptors/tokens/sc-guest-parameter-name.mjs +0 -8
  392. package/esm2022/httpInterceptors/tokens/sc-is-header-required.mjs +0 -6
  393. package/esm2022/httpInterceptors/tokens/sc-is-logout-request.mjs +0 -6
  394. package/esm2022/httpInterceptors/tokens/sc-is-refresh-token-required.mjs +0 -6
  395. package/esm2022/locations/dto/index.mjs +0 -4
  396. package/esm2022/locations/dto/sc-i-city.mjs +0 -2
  397. package/esm2022/locations/dto/sc-i-country.mjs +0 -2
  398. package/esm2022/locations/dto/sc-i-region.mjs +0 -2
  399. package/esm2022/locations/index.mjs +0 -3
  400. package/esm2022/locations/services/sc-location.service.mjs +0 -116
  401. package/esm2022/news/classes/index.mjs +0 -2
  402. package/esm2022/news/classes/sc-news.mjs +0 -22
  403. package/esm2022/news/index.mjs +0 -5
  404. package/esm2022/news/interfaces/index.mjs +0 -3
  405. package/esm2022/news/interfaces/sc-i-news-tile.mjs +0 -2
  406. package/esm2022/news/interfaces/sc-i-news.mjs +0 -2
  407. package/esm2022/news/services/index.mjs +0 -2
  408. package/esm2022/news/services/sc-news.service.mjs +0 -68
  409. package/esm2022/news/tokens/index.mjs +0 -2
  410. package/esm2022/news/tokens/sc-count-last-news.mjs +0 -9
  411. package/esm2022/notifications/dto/index.mjs +0 -3
  412. package/esm2022/notifications/dto/sc-i-notifications-count.mjs +0 -2
  413. package/esm2022/notifications/dto/sc-i-user-notification.mjs +0 -2
  414. package/esm2022/notifications/enums/index.mjs +0 -3
  415. package/esm2022/notifications/enums/sc-notification-action-types.mjs +0 -28
  416. package/esm2022/notifications/enums/sc-notification-level-names.mjs +0 -20
  417. package/esm2022/notifications/index.mjs +0 -4
  418. package/esm2022/notifications/services/sc-notifications.service.mjs +0 -168
  419. package/esm2022/order/classes/index.mjs +0 -12
  420. package/esm2022/order/classes/sc-delivery-cost.mjs +0 -19
  421. package/esm2022/order/classes/sc-i-order-history.mjs +0 -2
  422. package/esm2022/order/classes/sc-order-base.mjs +0 -28
  423. package/esm2022/order/classes/sc-order-delivery.mjs +0 -2
  424. package/esm2022/order/classes/sc-order-draft-short.mjs +0 -17
  425. package/esm2022/order/classes/sc-order-draft.mjs +0 -59
  426. package/esm2022/order/classes/sc-order-history-user.mjs +0 -2
  427. package/esm2022/order/classes/sc-order-item.mjs +0 -60
  428. package/esm2022/order/classes/sc-order-payment.mjs +0 -2
  429. package/esm2022/order/classes/sc-order-short.mjs +0 -31
  430. package/esm2022/order/classes/sc-order.mjs +0 -102
  431. package/esm2022/order/enums/index.mjs +0 -4
  432. package/esm2022/order/enums/sc-delivery-type.mjs +0 -16
  433. package/esm2022/order/enums/sc-order-draft-type.mjs +0 -16
  434. package/esm2022/order/enums/sc-payment-type.mjs +0 -32
  435. package/esm2022/order/index.mjs +0 -6
  436. package/esm2022/order/internal/index.mjs +0 -15
  437. package/esm2022/order/internal/sc-i-delivery-cost-dto.mjs +0 -2
  438. package/esm2022/order/internal/sc-i-new-order-draft-request.mjs +0 -2
  439. package/esm2022/order/internal/sc-i-new-order-item-base.mjs +0 -2
  440. package/esm2022/order/internal/sc-i-new-order-item-measured.mjs +0 -2
  441. package/esm2022/order/internal/sc-i-new-order.mjs +0 -2
  442. package/esm2022/order/internal/sc-i-order-base.mjs +0 -2
  443. package/esm2022/order/internal/sc-i-order-draft-list-params.mjs +0 -2
  444. package/esm2022/order/internal/sc-i-order-draft-short.mjs +0 -2
  445. package/esm2022/order/internal/sc-i-order-draft.mjs +0 -2
  446. package/esm2022/order/internal/sc-i-order-item.mjs +0 -2
  447. package/esm2022/order/internal/sc-i-order-loader.mjs +0 -2
  448. package/esm2022/order/internal/sc-i-order-short.mjs +0 -2
  449. package/esm2022/order/internal/sc-i-order.mjs +0 -2
  450. package/esm2022/order/internal/sc-i-update-order-order-request.mjs +0 -2
  451. package/esm2022/order/services/index.mjs +0 -3
  452. package/esm2022/order/services/sc-order-drafts.service.mjs +0 -202
  453. package/esm2022/order/services/sc-orders.service.mjs +0 -219
  454. package/esm2022/order/tokens/index.mjs +0 -2
  455. package/esm2022/order/tokens/sc-order-loader.token.mjs +0 -25
  456. package/esm2022/pagination/dto/index.mjs +0 -7
  457. package/esm2022/pagination/dto/sc-i-paginate.mjs +0 -2
  458. package/esm2022/pagination/dto/sc-i-pagination-links.mjs +0 -2
  459. package/esm2022/pagination/dto/sc-i-pagination-meta.mjs +0 -2
  460. package/esm2022/pagination/dto/sc-i-pagination-params.mjs +0 -2
  461. package/esm2022/pagination/dto/sc-i-range-filter.mjs +0 -2
  462. package/esm2022/pagination/dto/sc-i-sort-order.mjs +0 -2
  463. package/esm2022/pagination/index.mjs +0 -3
  464. package/esm2022/pagination/services/sc-pagination.service.mjs +0 -157
  465. package/esm2022/pipes/index.mjs +0 -3
  466. package/esm2022/pipes/sc-id-or-slug.pipe.mjs +0 -41
  467. package/esm2022/pipes/sc-media-image-transformer.pipe.mjs +0 -34
  468. package/esm2022/providers/index.mjs +0 -8
  469. package/esm2022/providers/interfaces/index.mjs +0 -4
  470. package/esm2022/providers/interfaces/sc-i-terminal-provider.mjs +0 -2
  471. package/esm2022/providers/interfaces/sc-i-typed-class-provider.mjs +0 -2
  472. package/esm2022/providers/interfaces/sc-i-typed-value-provider.mjs +0 -2
  473. package/esm2022/providers/sc-category.providers.mjs +0 -37
  474. package/esm2022/providers/search-term.providers.mjs +0 -38
  475. package/esm2022/providers/ssr.providers.mjs +0 -19
  476. package/esm2022/providers/terminal.providers.mjs +0 -43
  477. package/esm2022/providers/types/sc-provider.mjs +0 -2
  478. package/esm2022/providers/virtual-category.providers.mjs +0 -33
  479. package/esm2022/public-api.mjs +0 -40
  480. package/esm2022/questionnaire/dto/index.mjs +0 -5
  481. package/esm2022/questionnaire/dto/sc-i-question-answer.mjs +0 -2
  482. package/esm2022/questionnaire/dto/sc-i-questionnaire.mjs +0 -2
  483. package/esm2022/questionnaire/dto/sc-question-possible-answer.mjs +0 -2
  484. package/esm2022/questionnaire/dto/sc-questionnaire-question.mjs +0 -2
  485. package/esm2022/questionnaire/enums/sc-questionnaire-status-enum.mjs +0 -24
  486. package/esm2022/questionnaire/index.mjs +0 -4
  487. package/esm2022/questionnaire/services/sc-questionnaire.service.mjs +0 -81
  488. package/esm2022/reclamation/dto/index.mjs +0 -6
  489. package/esm2022/reclamation/dto/sc-i-reclamation-on-data-create-item.mjs +0 -2
  490. package/esm2022/reclamation/dto/sc-i-reclamation-on-data-create.mjs +0 -2
  491. package/esm2022/reclamation/dto/sc-i-reclamation.mjs +0 -2
  492. package/esm2022/reclamation/dto/sc-reclamation-item.mjs +0 -2
  493. package/esm2022/reclamation/dto/sc-reclamation-short.mjs +0 -2
  494. package/esm2022/reclamation/index.mjs +0 -4
  495. package/esm2022/reclamation/interfaces/sc-i-pagination-params.mjs +0 -2
  496. package/esm2022/reclamation/services/sc-reclamation.service.mjs +0 -83
  497. package/esm2022/references/dto/index.mjs +0 -5
  498. package/esm2022/references/dto/sc-i-currency.mjs +0 -2
  499. package/esm2022/references/dto/sc-i-product-unit.mjs +0 -2
  500. package/esm2022/references/dto/sc-i-references-types.mjs +0 -2
  501. package/esm2022/references/dto/sc-i-sales-direction.mjs +0 -2
  502. package/esm2022/references/enums/index.mjs +0 -6
  503. package/esm2022/references/enums/sc-opf-list.mjs +0 -24
  504. package/esm2022/references/enums/sc-order-state-status.mjs +0 -45
  505. package/esm2022/references/enums/sc-payment-status.mjs +0 -65
  506. package/esm2022/references/enums/sc-reclamation-status.mjs +0 -25
  507. package/esm2022/references/enums/sc-reference-name.mjs +0 -76
  508. package/esm2022/references/index.mjs +0 -4
  509. package/esm2022/references/services/index.mjs +0 -2
  510. package/esm2022/references/services/sc-references.service.mjs +0 -188
  511. package/esm2022/search/dto/sc-i-simple-search.mjs +0 -2
  512. package/esm2022/search/index.mjs +0 -3
  513. package/esm2022/search/services/sc-search.service.mjs +0 -122
  514. package/esm2022/seo/classes/index.mjs +0 -2
  515. package/esm2022/seo/classes/schema-org-factory.mjs +0 -308
  516. package/esm2022/seo/index.mjs +0 -5
  517. package/esm2022/seo/interfaces/index.mjs +0 -5
  518. package/esm2022/seo/interfaces/sc-i-breadcrumb-item.mjs +0 -12
  519. package/esm2022/seo/interfaces/sc-i-default-page-meta.mjs +0 -2
  520. package/esm2022/seo/interfaces/sc-i-seo-resource.mjs +0 -2
  521. package/esm2022/seo/interfaces/sc-i-seo.mjs +0 -2
  522. package/esm2022/seo/services/index.mjs +0 -2
  523. package/esm2022/seo/services/sc-seo.service.mjs +0 -230
  524. package/esm2022/seo/types/index.mjs +0 -2
  525. package/esm2022/seo/types/robots-tag-type.mjs +0 -2
  526. package/esm2022/snabcentr-client-core.mjs +0 -5
  527. package/esm2022/suggestion/dto/index.mjs +0 -7
  528. package/esm2022/suggestion/dto/sc-i-suggestion-address.mjs +0 -2
  529. package/esm2022/suggestion/dto/sc-i-suggestion-bank.mjs +0 -2
  530. package/esm2022/suggestion/dto/sc-i-suggestion-email.mjs +0 -2
  531. package/esm2022/suggestion/dto/sc-i-suggestion-fio.mjs +0 -2
  532. package/esm2022/suggestion/dto/sc-i-suggestion-organization.mjs +0 -2
  533. package/esm2022/suggestion/dto/sc-suggestion.mjs +0 -2
  534. package/esm2022/suggestion/enums/sc-i-suggestion-type.mjs +0 -28
  535. package/esm2022/suggestion/index.mjs +0 -4
  536. package/esm2022/suggestion/services/sc-suggestion.service.mjs +0 -42
  537. package/esm2022/tokens/index.mjs +0 -19
  538. package/esm2022/tokens/notification-options.mjs +0 -15
  539. package/esm2022/tokens/sc-api-keys.mjs +0 -6
  540. package/esm2022/tokens/sc-cache-lifetime.mjs +0 -6
  541. package/esm2022/tokens/sc-company-info.mjs +0 -6
  542. package/esm2022/tokens/sc-company-name.mjs +0 -6
  543. package/esm2022/tokens/sc-configurator-components.mjs +0 -6
  544. package/esm2022/tokens/sc-configurator-settings.mjs +0 -6
  545. package/esm2022/tokens/sc-date-format.mjs +0 -6
  546. package/esm2022/tokens/sc-default-page-meta.mjs +0 -14
  547. package/esm2022/tokens/sc-feedback-api.mjs +0 -6
  548. package/esm2022/tokens/sc-id-or-slug-in-route.mjs +0 -8
  549. package/esm2022/tokens/sc-is-hidden-error-alert.mjs +0 -10
  550. package/esm2022/tokens/sc-linear-values-token.mjs +0 -12
  551. package/esm2022/tokens/sc-path-image-not-found.mjs +0 -6
  552. package/esm2022/tokens/sc-product-pagination-options.mjs +0 -22
  553. package/esm2022/tokens/sc-release.mjs +0 -6
  554. package/esm2022/tokens/sc-update-interval.mjs +0 -6
  555. package/esm2022/tokens/sc-urls.mjs +0 -6
  556. package/esm2022/ui/index.mjs +0 -3
  557. package/esm2022/ui/services/sc-ui.service.mjs +0 -195
  558. package/esm2022/ui/utils/filter-changed-by-key.mjs +0 -12
  559. package/esm2022/user/dto/index.mjs +0 -18
  560. package/esm2022/user/dto/sc-approved-data.mjs +0 -2
  561. package/esm2022/user/dto/sc-i-bank.mjs +0 -2
  562. package/esm2022/user/dto/sc-i-change-password.mjs +0 -2
  563. package/esm2022/user/dto/sc-i-contact-base.mjs +0 -2
  564. package/esm2022/user/dto/sc-i-contact-on-data-create.mjs +0 -2
  565. package/esm2022/user/dto/sc-i-contact-relation-on-data-create.mjs +0 -2
  566. package/esm2022/user/dto/sc-i-contact-relation.mjs +0 -2
  567. package/esm2022/user/dto/sc-i-contact-with-relations.mjs +0 -2
  568. package/esm2022/user/dto/sc-i-contact.mjs +0 -2
  569. package/esm2022/user/dto/sc-i-manager.mjs +0 -2
  570. package/esm2022/user/dto/sc-i-password-on-data-create.mjs +0 -2
  571. package/esm2022/user/dto/sc-i-phone-on-data-approve.mjs +0 -2
  572. package/esm2022/user/dto/sc-i-simple-user-on-data-create.mjs +0 -2
  573. package/esm2022/user/dto/sc-i-user-on-data-create.mjs +0 -2
  574. package/esm2022/user/dto/sc-i-user-on-data-update.mjs +0 -2
  575. package/esm2022/user/dto/sc-user-metadata.mjs +0 -32
  576. package/esm2022/user/dto/sc-user.mjs +0 -58
  577. package/esm2022/user/enums/index.mjs +0 -3
  578. package/esm2022/user/enums/sc-client-type.mjs +0 -20
  579. package/esm2022/user/enums/sc-user-type.mjs +0 -16
  580. package/esm2022/user/index.mjs +0 -6
  581. package/esm2022/user/internal/dto/index.mjs +0 -2
  582. package/esm2022/user/internal/dto/sc-i-user-dto.mjs +0 -2
  583. package/esm2022/user/services/sc-user.service.mjs +0 -184
  584. package/esm2022/user/tokens/index.mjs +0 -2
  585. package/esm2022/user/tokens/sc-user-providers.mjs +0 -13
  586. package/esm2022/user-metrika/dto/index.mjs +0 -2
  587. package/esm2022/user-metrika/dto/sc-i-user-metrika-event.mjs +0 -2
  588. package/esm2022/user-metrika/enums/index.mjs +0 -2
  589. package/esm2022/user-metrika/enums/sc-user-metrika-goals-enum.mjs +0 -337
  590. package/esm2022/user-metrika/index.mjs +0 -4
  591. package/esm2022/user-metrika/services/index.mjs +0 -2
  592. package/esm2022/user-metrika/services/sc-user-metrika.service.mjs +0 -72
  593. package/esm2022/utils/phone-fotmatter/index.mjs +0 -2
  594. package/esm2022/utils/phone-fotmatter/sc-phone.service.mjs +0 -63
  595. package/esm2022/utm/index.mjs +0 -3
  596. package/esm2022/utm/interfaces/index.mjs +0 -3
  597. package/esm2022/utm/interfaces/sc-utm-params.mjs +0 -2
  598. package/esm2022/utm/interfaces/sc-utm.mjs +0 -2
  599. package/esm2022/utm/services/index.mjs +0 -2
  600. package/esm2022/utm/services/sc-utm.service.mjs +0 -157
  601. package/esm2022/vCard/index.mjs +0 -2
  602. package/esm2022/vCard/sc-v-card.service.mjs +0 -103
  603. package/esm2022/vacancies/classes/index.mjs +0 -3
  604. package/esm2022/vacancies/classes/sc-vacancies-list.mjs +0 -18
  605. package/esm2022/vacancies/classes/sc-vacancy.mjs +0 -19
  606. package/esm2022/vacancies/index.mjs +0 -5
  607. package/esm2022/vacancies/interfaces/index.mjs +0 -5
  608. package/esm2022/vacancies/interfaces/sc-i-employment.mjs +0 -2
  609. package/esm2022/vacancies/interfaces/sc-i-experience.mjs +0 -2
  610. package/esm2022/vacancies/interfaces/sc-i-salary.mjs +0 -2
  611. package/esm2022/vacancies/interfaces/sc-i-vacancies-data-source.mjs +0 -2
  612. package/esm2022/vacancies/internal/dto/index.mjs +0 -3
  613. package/esm2022/vacancies/internal/dto/sc-i-vacancies-list.mjs +0 -2
  614. package/esm2022/vacancies/internal/dto/sc-i-vacancy.mjs +0 -2
  615. package/esm2022/vacancies/services/index.mjs +0 -2
  616. package/esm2022/vacancies/services/sc-vacancies.service.mjs +0 -55
  617. package/esm2022/vacancies/tokens/index.mjs +0 -2
  618. package/esm2022/vacancies/tokens/sc-vacancies-datasource.mjs +0 -6
  619. package/esm2022/verification/index.mjs +0 -3
  620. package/esm2022/verification/interfaces/sc-i-phone-check.mjs +0 -2
  621. package/esm2022/verification/services/sc-verification.service.mjs +0 -68
  622. package/esm2022/warehouse/dto/index.mjs +0 -3
  623. package/esm2022/warehouse/dto/sc-i-warehouse-stock-count.mjs +0 -2
  624. package/esm2022/warehouse/dto/sc-warehouse.mjs +0 -2
  625. package/esm2022/warehouse/index.mjs +0 -3
  626. package/esm2022/warehouse/services/sc-warehouse.service.mjs +0 -119
  627. package/files/classes/sc-document-info-node.d.ts +0 -24
  628. package/files/classes/sc-document-info.d.ts +0 -42
  629. package/files/enums/sc-document-info-types-enum.d.ts +0 -17
  630. package/files/enums/sc-icon-types-enum.d.ts +0 -33
  631. package/files/index.d.ts +0 -5
  632. package/files/services/sc-files.service.d.ts +0 -34
  633. package/frequently-asked-questions/index.d.ts +0 -2
  634. package/frequently-asked-questions/interfaces/index.d.ts +0 -3
  635. package/frequently-asked-questions/interfaces/sc-i-faq-group.d.ts +0 -13
  636. package/frequently-asked-questions/interfaces/sc-i-faq-item.d.ts +0 -22
  637. package/frequently-asked-questions/interfaces/sc-i-frequently-asked-questions-pagination-params.d.ts +0 -10
  638. package/frequently-asked-questions/services/index.d.ts +0 -1
  639. package/frequently-asked-questions/services/sc-frequently-asked-questions.service.d.ts +0 -33
  640. package/guards/index.d.ts +0 -2
  641. package/guards/sc-auth-as-client.guard.d.ts +0 -29
  642. package/guards/sc-id-or-slug.guard.d.ts +0 -7
  643. package/helpers/index.d.ts +0 -3
  644. package/helpers/sc-get-current-route.d.ts +0 -8
  645. package/helpers/sc-image-helper.d.ts +0 -52
  646. package/helpers/sc-units-helper.d.ts +0 -24
  647. package/httpInterceptors/classes/index.d.ts +0 -1
  648. package/httpInterceptors/classes/sc-cache-settings.d.ts +0 -20
  649. package/httpInterceptors/index.d.ts +0 -9
  650. package/httpInterceptors/internal/classes/sc-cached-response.d.ts +0 -22
  651. package/httpInterceptors/sc-auth.interceptor.d.ts +0 -20
  652. package/httpInterceptors/sc-cache.interceptor.d.ts +0 -16
  653. package/httpInterceptors/sc-convert.interceptor.d.ts +0 -21
  654. package/httpInterceptors/sc-date-format.interceptor.d.ts +0 -28
  655. package/httpInterceptors/sc-errors.interceptor.d.ts +0 -36
  656. package/httpInterceptors/sc-guest.interceptor.d.ts +0 -24
  657. package/httpInterceptors/sc-options.interceptor.d.ts +0 -24
  658. package/httpInterceptors/tokens/index.d.ts +0 -7
  659. package/httpInterceptors/tokens/sc-auth-add-header-required.d.ts +0 -8
  660. package/httpInterceptors/tokens/sc-cache-settings.d.ts +0 -6
  661. package/httpInterceptors/tokens/sc-guest-endpoints.d.ts +0 -5
  662. package/httpInterceptors/tokens/sc-guest-parameter-name.d.ts +0 -5
  663. package/httpInterceptors/tokens/sc-is-header-required.d.ts +0 -5
  664. package/httpInterceptors/tokens/sc-is-logout-request.d.ts +0 -5
  665. package/httpInterceptors/tokens/sc-is-refresh-token-required.d.ts +0 -5
  666. package/index.d.ts +0 -5
  667. package/locations/dto/index.d.ts +0 -3
  668. package/locations/dto/sc-i-city.d.ts +0 -32
  669. package/locations/dto/sc-i-country.d.ts +0 -13
  670. package/locations/dto/sc-i-region.d.ts +0 -33
  671. package/locations/index.d.ts +0 -2
  672. package/locations/services/sc-location.service.d.ts +0 -65
  673. package/news/classes/index.d.ts +0 -1
  674. package/news/classes/sc-news.d.ts +0 -38
  675. package/news/index.d.ts +0 -4
  676. package/news/interfaces/index.d.ts +0 -2
  677. package/news/interfaces/sc-i-news-tile.d.ts +0 -22
  678. package/news/interfaces/sc-i-news.d.ts +0 -11
  679. package/news/services/index.d.ts +0 -1
  680. package/news/services/sc-news.service.d.ts +0 -48
  681. package/news/tokens/index.d.ts +0 -1
  682. package/news/tokens/sc-count-last-news.d.ts +0 -5
  683. package/notifications/dto/index.d.ts +0 -2
  684. package/notifications/dto/sc-i-notifications-count.d.ts +0 -17
  685. package/notifications/dto/sc-i-user-notification.d.ts +0 -68
  686. package/notifications/enums/index.d.ts +0 -2
  687. package/notifications/enums/sc-notification-action-types.d.ts +0 -25
  688. package/notifications/enums/sc-notification-level-names.d.ts +0 -17
  689. package/notifications/index.d.ts +0 -3
  690. package/notifications/services/sc-notifications.service.d.ts +0 -104
  691. package/order/classes/index.d.ts +0 -11
  692. package/order/classes/sc-delivery-cost.d.ts +0 -34
  693. package/order/classes/sc-i-order-history.d.ts +0 -23
  694. package/order/classes/sc-order-base.d.ts +0 -32
  695. package/order/classes/sc-order-delivery.d.ts +0 -24
  696. package/order/classes/sc-order-draft-short.d.ts +0 -22
  697. package/order/classes/sc-order-draft.d.ts +0 -63
  698. package/order/classes/sc-order-history-user.d.ts +0 -21
  699. package/order/classes/sc-order-item.d.ts +0 -98
  700. package/order/classes/sc-order-payment.d.ts +0 -19
  701. package/order/classes/sc-order-short.d.ts +0 -48
  702. package/order/classes/sc-order.d.ts +0 -112
  703. package/order/enums/index.d.ts +0 -3
  704. package/order/enums/sc-delivery-type.d.ts +0 -13
  705. package/order/enums/sc-order-draft-type.d.ts +0 -13
  706. package/order/enums/sc-payment-type.d.ts +0 -29
  707. package/order/index.d.ts +0 -5
  708. package/order/internal/index.d.ts +0 -14
  709. package/order/internal/sc-i-delivery-cost-dto.d.ts +0 -20
  710. package/order/internal/sc-i-new-order-draft-request.d.ts +0 -13
  711. package/order/internal/sc-i-new-order-item-base.d.ts +0 -21
  712. package/order/internal/sc-i-new-order-item-measured.d.ts +0 -10
  713. package/order/internal/sc-i-new-order.d.ts +0 -48
  714. package/order/internal/sc-i-order-base.d.ts +0 -25
  715. package/order/internal/sc-i-order-draft-list-params.d.ts +0 -32
  716. package/order/internal/sc-i-order-draft-short.d.ts +0 -15
  717. package/order/internal/sc-i-order-draft.d.ts +0 -43
  718. package/order/internal/sc-i-order-item.d.ts +0 -91
  719. package/order/internal/sc-i-order-loader.d.ts +0 -51
  720. package/order/internal/sc-i-order-short.d.ts +0 -48
  721. package/order/internal/sc-i-order.d.ts +0 -112
  722. package/order/internal/sc-i-update-order-order-request.d.ts +0 -9
  723. package/order/services/index.d.ts +0 -2
  724. package/order/services/sc-order-drafts.service.d.ts +0 -118
  725. package/order/services/sc-orders.service.d.ts +0 -134
  726. package/order/tokens/index.d.ts +0 -1
  727. package/order/tokens/sc-order-loader.token.d.ts +0 -26
  728. package/pagination/dto/index.d.ts +0 -6
  729. package/pagination/dto/sc-i-paginate.d.ts +0 -19
  730. package/pagination/dto/sc-i-pagination-links.d.ts +0 -21
  731. package/pagination/dto/sc-i-pagination-meta.d.ts +0 -33
  732. package/pagination/dto/sc-i-pagination-params.d.ts +0 -17
  733. package/pagination/dto/sc-i-range-filter.d.ts +0 -15
  734. package/pagination/dto/sc-i-sort-order.d.ts +0 -15
  735. package/pagination/index.d.ts +0 -2
  736. package/pagination/services/sc-pagination.service.d.ts +0 -83
  737. package/pipes/index.d.ts +0 -2
  738. package/pipes/sc-id-or-slug.pipe.d.ts +0 -25
  739. package/pipes/sc-media-image-transformer.pipe.d.ts +0 -26
  740. package/providers/index.d.ts +0 -7
  741. package/providers/interfaces/index.d.ts +0 -3
  742. package/providers/interfaces/sc-i-terminal-provider.d.ts +0 -13
  743. package/providers/interfaces/sc-i-typed-class-provider.d.ts +0 -10
  744. package/providers/interfaces/sc-i-typed-value-provider.d.ts +0 -10
  745. package/providers/sc-category.providers.d.ts +0 -11
  746. package/providers/search-term.providers.d.ts +0 -27
  747. package/providers/ssr.providers.d.ts +0 -14
  748. package/providers/terminal.providers.d.ts +0 -23
  749. package/providers/types/sc-provider.d.ts +0 -8
  750. package/providers/virtual-category.providers.d.ts +0 -11
  751. package/public-api.d.ts +0 -39
  752. package/questionnaire/dto/index.d.ts +0 -4
  753. package/questionnaire/dto/sc-i-question-answer.d.ts +0 -13
  754. package/questionnaire/dto/sc-i-questionnaire.d.ts +0 -22
  755. package/questionnaire/dto/sc-question-possible-answer.d.ts +0 -17
  756. package/questionnaire/dto/sc-questionnaire-question.d.ts +0 -26
  757. package/questionnaire/enums/sc-questionnaire-status-enum.d.ts +0 -21
  758. package/questionnaire/index.d.ts +0 -3
  759. package/questionnaire/services/sc-questionnaire.service.d.ts +0 -51
  760. package/reclamation/dto/index.d.ts +0 -5
  761. package/reclamation/dto/sc-i-reclamation-on-data-create-item.d.ts +0 -17
  762. package/reclamation/dto/sc-i-reclamation-on-data-create.d.ts +0 -39
  763. package/reclamation/dto/sc-i-reclamation.d.ts +0 -34
  764. package/reclamation/dto/sc-reclamation-item.d.ts +0 -34
  765. package/reclamation/dto/sc-reclamation-short.d.ts +0 -29
  766. package/reclamation/index.d.ts +0 -3
  767. package/reclamation/interfaces/sc-i-pagination-params.d.ts +0 -23
  768. package/reclamation/services/sc-reclamation.service.d.ts +0 -59
  769. package/references/dto/index.d.ts +0 -4
  770. package/references/dto/sc-i-currency.d.ts +0 -29
  771. package/references/dto/sc-i-product-unit.d.ts +0 -29
  772. package/references/dto/sc-i-references-types.d.ts +0 -21
  773. package/references/dto/sc-i-sales-direction.d.ts +0 -21
  774. package/references/enums/index.d.ts +0 -5
  775. package/references/enums/sc-opf-list.d.ts +0 -21
  776. package/references/enums/sc-order-state-status.d.ts +0 -42
  777. package/references/enums/sc-payment-status.d.ts +0 -62
  778. package/references/enums/sc-reclamation-status.d.ts +0 -22
  779. package/references/enums/sc-reference-name.d.ts +0 -73
  780. package/references/index.d.ts +0 -3
  781. package/references/services/index.d.ts +0 -1
  782. package/references/services/sc-references.service.d.ts +0 -152
  783. package/search/dto/sc-i-simple-search.d.ts +0 -56
  784. package/search/index.d.ts +0 -2
  785. package/search/services/sc-search.service.d.ts +0 -61
  786. package/seo/classes/index.d.ts +0 -1
  787. package/seo/classes/schema-org-factory.d.ts +0 -95
  788. package/seo/index.d.ts +0 -4
  789. package/seo/interfaces/index.d.ts +0 -4
  790. package/seo/interfaces/sc-i-breadcrumb-item.d.ts +0 -25
  791. package/seo/interfaces/sc-i-default-page-meta.d.ts +0 -17
  792. package/seo/interfaces/sc-i-seo-resource.d.ts +0 -14
  793. package/seo/interfaces/sc-i-seo.d.ts +0 -40
  794. package/seo/services/index.d.ts +0 -1
  795. package/seo/services/sc-seo.service.d.ts +0 -129
  796. package/seo/types/index.d.ts +0 -1
  797. package/seo/types/robots-tag-type.d.ts +0 -4
  798. package/suggestion/dto/index.d.ts +0 -6
  799. package/suggestion/dto/sc-i-suggestion-address.d.ts +0 -98
  800. package/suggestion/dto/sc-i-suggestion-bank.d.ts +0 -33
  801. package/suggestion/dto/sc-i-suggestion-email.d.ts +0 -17
  802. package/suggestion/dto/sc-i-suggestion-fio.d.ts +0 -25
  803. package/suggestion/dto/sc-i-suggestion-organization.d.ts +0 -50
  804. package/suggestion/dto/sc-suggestion.d.ts +0 -9
  805. package/suggestion/enums/sc-i-suggestion-type.d.ts +0 -25
  806. package/suggestion/index.d.ts +0 -3
  807. package/suggestion/services/sc-suggestion.service.d.ts +0 -28
  808. package/tokens/index.d.ts +0 -18
  809. package/tokens/notification-options.d.ts +0 -22
  810. package/tokens/sc-api-keys.d.ts +0 -6
  811. package/tokens/sc-cache-lifetime.d.ts +0 -6
  812. package/tokens/sc-company-info.d.ts +0 -6
  813. package/tokens/sc-company-name.d.ts +0 -5
  814. package/tokens/sc-configurator-components.d.ts +0 -7
  815. package/tokens/sc-configurator-settings.d.ts +0 -7
  816. package/tokens/sc-date-format.d.ts +0 -6
  817. package/tokens/sc-default-page-meta.d.ts +0 -14
  818. package/tokens/sc-feedback-api.d.ts +0 -6
  819. package/tokens/sc-id-or-slug-in-route.d.ts +0 -5
  820. package/tokens/sc-is-hidden-error-alert.d.ts +0 -9
  821. package/tokens/sc-linear-values-token.d.ts +0 -9
  822. package/tokens/sc-path-image-not-found.d.ts +0 -5
  823. package/tokens/sc-product-pagination-options.d.ts +0 -14
  824. package/tokens/sc-release.d.ts +0 -6
  825. package/tokens/sc-update-interval.d.ts +0 -6
  826. package/tokens/sc-urls.d.ts +0 -6
  827. package/ui/index.d.ts +0 -2
  828. package/ui/services/sc-ui.service.d.ts +0 -122
  829. package/ui/utils/filter-changed-by-key.d.ts +0 -9
  830. package/user/dto/index.d.ts +0 -17
  831. package/user/dto/sc-approved-data.d.ts +0 -13
  832. package/user/dto/sc-i-bank.d.ts +0 -21
  833. package/user/dto/sc-i-change-password.d.ts +0 -13
  834. package/user/dto/sc-i-contact-base.d.ts +0 -21
  835. package/user/dto/sc-i-contact-on-data-create.d.ts +0 -19
  836. package/user/dto/sc-i-contact-relation-on-data-create.d.ts +0 -5
  837. package/user/dto/sc-i-contact-relation.d.ts +0 -13
  838. package/user/dto/sc-i-contact-with-relations.d.ts +0 -28
  839. package/user/dto/sc-i-contact.d.ts +0 -14
  840. package/user/dto/sc-i-manager.d.ts +0 -38
  841. package/user/dto/sc-i-password-on-data-create.d.ts +0 -17
  842. package/user/dto/sc-i-phone-on-data-approve.d.ts +0 -13
  843. package/user/dto/sc-i-simple-user-on-data-create.d.ts +0 -42
  844. package/user/dto/sc-i-user-on-data-create.d.ts +0 -46
  845. package/user/dto/sc-i-user-on-data-update.d.ts +0 -39
  846. package/user/dto/sc-user-metadata.d.ts +0 -46
  847. package/user/dto/sc-user.d.ts +0 -97
  848. package/user/enums/index.d.ts +0 -2
  849. package/user/enums/sc-client-type.d.ts +0 -17
  850. package/user/enums/sc-user-type.d.ts +0 -13
  851. package/user/index.d.ts +0 -5
  852. package/user/internal/dto/index.d.ts +0 -1
  853. package/user/internal/dto/sc-i-user-dto.d.ts +0 -80
  854. package/user/services/sc-user.service.d.ts +0 -118
  855. package/user/tokens/index.d.ts +0 -1
  856. package/user/tokens/sc-user-providers.d.ts +0 -7
  857. package/user-metrika/dto/index.d.ts +0 -1
  858. package/user-metrika/dto/sc-i-user-metrika-event.d.ts +0 -14
  859. package/user-metrika/enums/index.d.ts +0 -1
  860. package/user-metrika/enums/sc-user-metrika-goals-enum.d.ts +0 -334
  861. package/user-metrika/index.d.ts +0 -3
  862. package/user-metrika/services/index.d.ts +0 -1
  863. package/user-metrika/services/sc-user-metrika.service.d.ts +0 -43
  864. package/utils/phone-fotmatter/index.d.ts +0 -1
  865. package/utils/phone-fotmatter/sc-phone.service.d.ts +0 -36
  866. package/utm/index.d.ts +0 -2
  867. package/utm/interfaces/index.d.ts +0 -2
  868. package/utm/interfaces/sc-utm-params.d.ts +0 -25
  869. package/utm/interfaces/sc-utm.d.ts +0 -25
  870. package/utm/services/index.d.ts +0 -1
  871. package/utm/services/sc-utm.service.d.ts +0 -96
  872. package/vCard/index.d.ts +0 -1
  873. package/vCard/sc-v-card.service.d.ts +0 -51
  874. package/vacancies/classes/index.d.ts +0 -2
  875. package/vacancies/classes/sc-vacancies-list.d.ts +0 -29
  876. package/vacancies/classes/sc-vacancy.d.ts +0 -37
  877. package/vacancies/index.d.ts +0 -4
  878. package/vacancies/interfaces/index.d.ts +0 -4
  879. package/vacancies/interfaces/sc-i-employment.d.ts +0 -13
  880. package/vacancies/interfaces/sc-i-experience.d.ts +0 -13
  881. package/vacancies/interfaces/sc-i-salary.d.ts +0 -21
  882. package/vacancies/interfaces/sc-i-vacancies-data-source.d.ts +0 -13
  883. package/vacancies/internal/dto/index.d.ts +0 -2
  884. package/vacancies/internal/dto/sc-i-vacancies-list.d.ts +0 -24
  885. package/vacancies/internal/dto/sc-i-vacancy.d.ts +0 -32
  886. package/vacancies/services/index.d.ts +0 -1
  887. package/vacancies/services/sc-vacancies.service.d.ts +0 -31
  888. package/vacancies/tokens/index.d.ts +0 -1
  889. package/vacancies/tokens/sc-vacancies-datasource.d.ts +0 -6
  890. package/verification/index.d.ts +0 -2
  891. package/verification/interfaces/sc-i-phone-check.d.ts +0 -13
  892. package/verification/services/sc-verification.service.d.ts +0 -49
  893. package/warehouse/dto/index.d.ts +0 -2
  894. package/warehouse/dto/sc-i-warehouse-stock-count.d.ts +0 -17
  895. package/warehouse/dto/sc-warehouse.d.ts +0 -42
  896. package/warehouse/index.d.ts +0 -2
  897. package/warehouse/services/sc-warehouse.service.d.ts +0 -63
@@ -1,16 +0,0 @@
1
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Перехватчик запросов для кэширования результатов.
6
- */
7
- export declare class ScCacheInterceptor implements HttpInterceptor {
8
- /**
9
- * Коллекция пар ключ-значение для результатов запросов по строке запроса.
10
- */
11
- private cache;
12
- /** @inheritDoc */
13
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
14
- static ɵfac: i0.ɵɵFactoryDeclaration<ScCacheInterceptor, never>;
15
- static ɵprov: i0.ɵɵInjectableDeclaration<ScCacheInterceptor>;
16
- }
@@ -1,21 +0,0 @@
1
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { ScIUrls } from '../config';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Перехватчик для конвертации данных.
7
- */
8
- export declare class ScConvertInterceptor implements HttpInterceptor {
9
- private readonly urls;
10
- /**
11
- * Инициализирует экземпляр класса {@link ScConvertInterceptor}.
12
- *
13
- * @param urls Список ссылок на разделы backend'a.
14
- */
15
- constructor(urls: ScIUrls);
16
- /** @inheritDoc */
17
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
18
- private httpParamsToSnake;
19
- static ɵfac: i0.ɵɵFactoryDeclaration<ScConvertInterceptor, never>;
20
- static ɵprov: i0.ɵɵInjectableDeclaration<ScConvertInterceptor>;
21
- }
@@ -1,28 +0,0 @@
1
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Перехватчик для форматирования дат в ошибках запросов к API.
6
- */
7
- export declare class ScDateFormatInterceptor implements HttpInterceptor {
8
- /**
9
- * Формат дат.
10
- */
11
- private readonly dateFormats;
12
- /** @inheritDoc */
13
- intercept(request: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
14
- /**
15
- * Форматирует даты в ошибках запросов к API.
16
- *
17
- * @param error Объект с ошибками API.
18
- */
19
- private formatDatesInErrors;
20
- /**
21
- * Форматирует даты в строке.
22
- *
23
- * @param text Исходная строка.
24
- */
25
- private formatDateInString;
26
- static ɵfac: i0.ɵɵFactoryDeclaration<ScDateFormatInterceptor, never>;
27
- static ɵprov: i0.ɵɵInjectableDeclaration<ScDateFormatInterceptor>;
28
- }
@@ -1,36 +0,0 @@
1
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { ScAuthService, ScTokenService } from '../auth';
4
- import { ScIApiKeys } from '../config';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * Перехватчик обработки ошибок запросов.
8
- */
9
- export declare class ScErrorsInterceptor implements HttpInterceptor {
10
- private readonly apiKeys;
11
- private readonly tokenService;
12
- private readonly authService;
13
- /**
14
- * Наблюдаемый признак того, что токен в данный момент обновляется.
15
- */
16
- private isTokenRefreshing$;
17
- /**
18
- * Инициализирует экземпляр класса {@link ScErrorsInterceptor}.
19
- *
20
- * @param apiKeys Данные о API ключах.
21
- * @param tokenService Сервис для работы с ключами аутентификации.
22
- * @param authService Сервис аутентификации.
23
- */
24
- constructor(apiKeys: ScIApiKeys, tokenService: ScTokenService, authService: ScAuthService);
25
- /** @inheritDoc */
26
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
27
- /**
28
- * Обработчик 401 ошибки.
29
- *
30
- * @param request Запрос, который выдал ошибку.
31
- * @param next Следующий перехватчик в цепочке перехватчиков.
32
- */
33
- private handle401Error;
34
- static ɵfac: i0.ɵɵFactoryDeclaration<ScErrorsInterceptor, never>;
35
- static ɵprov: i0.ɵɵInjectableDeclaration<ScErrorsInterceptor>;
36
- }
@@ -1,24 +0,0 @@
1
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Перехватчик запросов API для добавления в них параметра при котором кешируются запросы у гостя.
6
- */
7
- export declare class ScGuestInterceptor implements HttpInterceptor {
8
- /**
9
- * Список URL которые нужно кешировать для гостя.
10
- */
11
- private readonly guestEndpoints;
12
- /**
13
- * Имя параметра, при котором кешируются запросы у гостя.
14
- */
15
- private readonly guestParameterName;
16
- /**
17
- * Сервис аутентификации пользователей.
18
- */
19
- private readonly user$;
20
- /** @inheritDoc */
21
- intercept(request: HttpRequest<unknown>, next: HttpHandler): Observable<HttpEvent<unknown>>;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<ScGuestInterceptor, never>;
23
- static ɵprov: i0.ɵɵInjectableDeclaration<ScGuestInterceptor>;
24
- }
@@ -1,24 +0,0 @@
1
- import { HttpEvent, HttpHandler, HttpInterceptor, HttpRequest } from '@angular/common/http';
2
- import { Observable } from 'rxjs';
3
- import { ScIAppRelease } from '../config';
4
- import * as i0 from "@angular/core";
5
- /**
6
- * Перехватчик запросов для внедрения опций приложения в заголовок.
7
- */
8
- export declare class ScOptionsInterceptor implements HttpInterceptor {
9
- private readonly release;
10
- /**
11
- * Заголовки опций приложения.
12
- */
13
- private readonly headers;
14
- /**
15
- * Инициализирует экземпляр класса {@link ScOptionsInterceptor}.
16
- *
17
- * @param release Данные о текущем выпуске приложения.
18
- */
19
- constructor(release: ScIAppRelease);
20
- /** @inheritDoc */
21
- intercept(request: HttpRequest<any>, next: HttpHandler): Observable<HttpEvent<any>>;
22
- static ɵfac: i0.ɵɵFactoryDeclaration<ScOptionsInterceptor, never>;
23
- static ɵprov: i0.ɵɵInjectableDeclaration<ScOptionsInterceptor>;
24
- }
@@ -1,7 +0,0 @@
1
- export * from './sc-is-header-required';
2
- export * from './sc-auth-add-header-required';
3
- export * from './sc-cache-settings';
4
- export * from './sc-is-logout-request';
5
- export * from './sc-is-refresh-token-required';
6
- export * from './sc-guest-endpoints';
7
- export * from './sc-guest-parameter-name';
@@ -1,8 +0,0 @@
1
- import { HttpContextToken } from '@angular/common/http';
2
- /**
3
- * Токен, указывающий на необходимость добавления заголовка аутентификации приложения в исходящие запросы.
4
- * Нужен для того, чтобы регулировать заголовки аутентификации отдельно от остальных заголовков.
5
- *
6
- * Если указать `false`, то заголовки аутентификации будут проигнорированы при отправке запросов, не зависимо от значения {@link SC_IS_HEADER_REQUIRED}.
7
- */
8
- export declare const SC_AUTH_ADD_HEADER_REQUIRED: HttpContextToken<boolean>;
@@ -1,6 +0,0 @@
1
- import { HttpContextToken } from '@angular/common/http';
2
- import { ScCacheSettings } from '../classes/sc-cache-settings';
3
- /**
4
- * Токен настроек кэширования запроса.
5
- */
6
- export declare const SC_CACHE_SETTINGS: HttpContextToken<ScCacheSettings>;
@@ -1,5 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- /**
3
- * Токен списка URL, которые нужно кешировать для гостя.
4
- */
5
- export declare const SC_GUEST_ENDPOINTS_TOKEN: InjectionToken<string[]>;
@@ -1,5 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- /**
3
- * Токен имени параметра, при котором кешируются запросы у гостя.
4
- */
5
- export declare const SC_GUEST_PARAMETER_NAME_TOKEN: InjectionToken<string>;
@@ -1,5 +0,0 @@
1
- import { HttpContextToken } from '@angular/common/http';
2
- /**
3
- * Токен, указывающий на необходимость добавления заголовков в исходящие запросы.
4
- */
5
- export declare const SC_IS_HEADER_REQUIRED: HttpContextToken<boolean>;
@@ -1,5 +0,0 @@
1
- import { HttpContextToken } from '@angular/common/http';
2
- /**
3
- * Токен, указывающий, что выполняется запрос выхода из системы.
4
- */
5
- export declare const SC_IS_LOGOUT_REQUEST: HttpContextToken<boolean>;
@@ -1,5 +0,0 @@
1
- import { HttpContextToken } from '@angular/common/http';
2
- /**
3
- * Токен, указывающий, что выполняется запрос на обновление ключей доступа.
4
- */
5
- export declare const SC_IS_REFRESH_REQUIRED: HttpContextToken<boolean>;
package/index.d.ts DELETED
@@ -1,5 +0,0 @@
1
- /**
2
- * Generated bundle index. Do not edit.
3
- */
4
- /// <amd-module name="@snabcentr/client-core" />
5
- export * from './public-api';
@@ -1,3 +0,0 @@
1
- export * from './sc-i-city';
2
- export * from './sc-i-country';
3
- export * from './sc-i-region';
@@ -1,32 +0,0 @@
1
- import { ScIRegion, ScIRegionWithCountry } from './sc-i-region';
2
- /**
3
- * Модель данных города.
4
- */
5
- export interface ScICity {
6
- /**
7
- * Идентификатор города.
8
- */
9
- id: number;
10
- /**
11
- * Наименование города.
12
- */
13
- name: string;
14
- }
15
- /**
16
- * Модель данных города с информацией о регионе.
17
- */
18
- export interface ScICityWithRegion extends ScICity {
19
- /**
20
- * Данные о регионе (обязательное поле).
21
- */
22
- region: ScIRegion;
23
- }
24
- /**
25
- * Модель данных города с информацией о регионе и стране.
26
- */
27
- export interface ScICityWithRegionAndCountry extends ScICityWithRegion {
28
- /**
29
- * Данные о регионе с информацией о стране (обязательное поле).
30
- */
31
- region: ScIRegionWithCountry;
32
- }
@@ -1,13 +0,0 @@
1
- /**
2
- * Модель данных страны.
3
- */
4
- export interface ScICountry {
5
- /**
6
- * Идентификатор страны.
7
- */
8
- id: number;
9
- /**
10
- * Наименование страны.
11
- */
12
- name: string;
13
- }
@@ -1,33 +0,0 @@
1
- import { ScICity } from './sc-i-city';
2
- import { ScICountry } from './sc-i-country';
3
- /**
4
- * Модель данных региона.
5
- */
6
- export interface ScIRegion {
7
- /**
8
- * Идентификатор региона.
9
- */
10
- id: number;
11
- /**
12
- * Наименование региона.
13
- */
14
- name: string;
15
- }
16
- /**
17
- * Модель данных региона с информацией о городах.
18
- */
19
- export interface ScIRegionWithCities extends ScIRegion {
20
- /**
21
- * Список городов региона (обязательное поле).
22
- */
23
- cities?: ScICity[];
24
- }
25
- /**
26
- * Модель данных региона с информацией о стране.
27
- */
28
- export interface ScIRegionWithCountry extends ScIRegion {
29
- /**
30
- * Данные о стране (обязательное поле).
31
- */
32
- country: ScICountry;
33
- }
@@ -1,2 +0,0 @@
1
- export * from './dto';
2
- export * from './services/sc-location.service';
@@ -1,65 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { ScICity, ScICityWithRegion, ScICityWithRegionAndCountry, ScICountry, ScIRegion, ScIRegionWithCountry } from '../dto';
3
- import * as i0 from "@angular/core";
4
- /**
5
- * Сервис для получения списков стран, регионов, городов.
6
- */
7
- export declare class ScLocationsService {
8
- /**
9
- * Сервис справочников.
10
- */
11
- private readonly referencesService;
12
- /**
13
- * Создает запрос получения списка стран.
14
- */
15
- getCountries$(): Observable<ScICountry[]>;
16
- /**
17
- * Создает запрос получения списка регионов указанной страны.
18
- *
19
- * @param countryId Идентификатор записи страны {@link number}.
20
- */
21
- getRegions$(countryId: number): Observable<ScIRegion[]>;
22
- /**
23
- * Создает запрос получения списка регионов указанной страны с информацией о стране.
24
- *
25
- * @param countryId Идентификатор записи страны {@link number}.
26
- */
27
- getRegionsWithCountry$(countryId: number): Observable<ScIRegionWithCountry[]>;
28
- /**
29
- * Создает запрос получения списка городов указанного региона.
30
- *
31
- * @param countryId Идентификатор записи страны {@link number}.
32
- * @param regionId Идентификатор записи региона {@link regionId}.
33
- */
34
- getCities$(countryId: number, regionId: number): Observable<ScICity[]>;
35
- /**
36
- * Создает запрос получения списка городов указанного региона и страны с информацией о регионе.
37
- *
38
- * @param countryId Идентификатор записи страны {@link number}.
39
- * @param regionId Идентификатор записи региона {@link regionId}.
40
- */
41
- getCitiesWithRegion$(countryId: number, regionId: number): Observable<ScICityWithRegion[]>;
42
- /**
43
- * Создает запрос получения списка городов указанного региона и страны с информацией о регионе и стране.
44
- *
45
- * @param countryId Идентификатор записи страны {@link number}.
46
- * @param regionId Идентификатор записи региона {@link regionId}.
47
- */
48
- getCityesWithRegionAndCountry$(countryId: number, regionId: number): Observable<ScICityWithRegionAndCountry[]>;
49
- /**
50
- * Создает запрос получения списка городов указанного региона и страны по поисковому запросу.
51
- *
52
- * @param term Поисковый запрос.
53
- * @param countryId Идентификатор записи страны.
54
- * @param regionId Идентификатор записи региона.
55
- */
56
- getCitiesByTerm$(term: string, countryId?: number, regionId?: number): Observable<ScICityWithRegion[]>;
57
- /**
58
- * Создает запрос получения информации о городе с информацией о регионе и стране.
59
- *
60
- * @param cityId Идентификатор записи города.
61
- */
62
- getCityById$(cityId: number): Observable<ScICityWithRegionAndCountry>;
63
- static ɵfac: i0.ɵɵFactoryDeclaration<ScLocationsService, never>;
64
- static ɵprov: i0.ɵɵInjectableDeclaration<ScLocationsService>;
65
- }
@@ -1 +0,0 @@
1
- export * from './sc-news';
@@ -1,38 +0,0 @@
1
- import { ScIdentity } from '../../common/classes/sc-identity';
2
- import { ScISeo } from '../../seo/interfaces/sc-i-seo';
3
- import { ScINews } from '../interfaces/sc-i-news';
4
- /**
5
- * Модель данных новости.
6
- */
7
- export declare class ScNews extends ScIdentity implements ScINews {
8
- /**
9
- * @inheritDoc
10
- */
11
- subject: string;
12
- /**
13
- * @inheritDoc
14
- */
15
- image?: string;
16
- /**
17
- * @inheritDoc
18
- */
19
- imageWebp?: string;
20
- /**
21
- * @inheritDoc
22
- */
23
- createdAt: string;
24
- /**
25
- * @inheritDoc
26
- */
27
- text: string;
28
- /**
29
- * @inheritDoc
30
- */
31
- seo?: ScISeo;
32
- /**
33
- * Инициализирует экземпляр класса {@link ScCategory}.
34
- *
35
- * @param data Данные для инициализации.
36
- */
37
- constructor(data: ScINews);
38
- }
package/news/index.d.ts DELETED
@@ -1,4 +0,0 @@
1
- export * from './interfaces';
2
- export * from './classes';
3
- export * from './services';
4
- export * from './tokens';
@@ -1,2 +0,0 @@
1
- export * from './sc-i-news';
2
- export * from './sc-i-news-tile';
@@ -1,22 +0,0 @@
1
- import { ScIIdentity } from '../../common/interfaces/sc-i-identity';
2
- /**
3
- * Краткие данные о новости.
4
- */
5
- export interface ScINewsTile extends ScIIdentity {
6
- /**
7
- * Заголовок.
8
- */
9
- subject: string;
10
- /**
11
- * Ссылка на основное изображение.
12
- */
13
- image?: string;
14
- /**
15
- * Ссылка на основное изображение в формате WebP.
16
- */
17
- imageWebp?: string;
18
- /**
19
- * Дата и время создания записи.
20
- */
21
- createdAt: string;
22
- }
@@ -1,11 +0,0 @@
1
- import { ScISeoResource } from '../../seo/interfaces/sc-i-seo-resource';
2
- import { ScINewsTile } from './sc-i-news-tile';
3
- /**
4
- * Данные о новости.
5
- */
6
- export interface ScINews extends Omit<ScINewsTile, 'image'>, ScISeoResource {
7
- /**
8
- * HTML-строка с содержимым новости.
9
- */
10
- text: string;
11
- }
@@ -1 +0,0 @@
1
- export * from './sc-news.service';
@@ -1,48 +0,0 @@
1
- import { Observable } from 'rxjs';
2
- import { ScIPaginate, ScIPaginationParams } from '../../pagination';
3
- import { ScNews } from '../classes/sc-news';
4
- import { ScINewsTile } from '../interfaces/sc-i-news-tile';
5
- import * as i0 from "@angular/core";
6
- /**
7
- * Сервис для получения списка новостей.
8
- */
9
- export declare class ScNewsService {
10
- /**
11
- * HTTP-клиент.
12
- */
13
- private readonly http;
14
- /**
15
- * Список ссылок приложения.
16
- */
17
- private readonly urls;
18
- /**
19
- * Количество последних новостей.
20
- */
21
- private readonly countLasNews;
22
- /**
23
- * {@link Observable} данных о текущем пользователе.
24
- */
25
- private readonly user$;
26
- /**
27
- * {@link Observable} получения списка последних новостей.
28
- */
29
- private readonly lastNewsList$;
30
- /**
31
- * Возвращает {@link Observable} списка новостей с пагинацией.
32
- *
33
- * @param params параметры пагинации новостей.
34
- */
35
- getListOfNews$(params: ScIPaginationParams): Observable<ScIPaginate<ScINewsTile>>;
36
- /**
37
- * Возвращает {@link Observable} полной информации о новости.
38
- *
39
- * @param newsId Идентификатор новости.
40
- */
41
- getNews$(newsId: number): Observable<ScNews>;
42
- /**
43
- * Возвращает {@link Observable} получения списка последних новостей.
44
- */
45
- getLastNewsList$(): Observable<ScIPaginate<ScINewsTile>>;
46
- static ɵfac: i0.ɵɵFactoryDeclaration<ScNewsService, never>;
47
- static ɵprov: i0.ɵɵInjectableDeclaration<ScNewsService>;
48
- }
@@ -1 +0,0 @@
1
- export * from './sc-count-last-news';
@@ -1,5 +0,0 @@
1
- import { InjectionToken } from '@angular/core';
2
- /**
3
- * Токен, указывающий число записей новостей отображаемых в "Последние новости".
4
- */
5
- export declare const SC_COUNT_LAST_NEWS: InjectionToken<number>;
@@ -1,2 +0,0 @@
1
- export * from './sc-i-notifications-count';
2
- export * from './sc-i-user-notification';
@@ -1,17 +0,0 @@
1
- /**
2
- * Модель данных количества уведомлений пользователя.
3
- */
4
- export interface ScINotificationsCount {
5
- /**
6
- * Общее количество уведомлений.
7
- */
8
- all: number;
9
- /**
10
- * Количество прочитанных уведомлений.
11
- */
12
- read: number;
13
- /**
14
- * Количество непрочитанных уведомлений.
15
- */
16
- notRead: number;
17
- }
@@ -1,68 +0,0 @@
1
- import { ScNotificationActionTypes, ScNotificationLevelNames } from '../enums';
2
- /**
3
- * Модель данных уведомления пользователя.
4
- */
5
- export interface ScIUserNotification {
6
- /**
7
- * Идентификатор уведомления.
8
- */
9
- id: number;
10
- /**
11
- * Уровень уведомления.
12
- */
13
- level: {
14
- /**
15
- * Символьное обозначение уровня уведомления.
16
- */
17
- name: ScNotificationLevelNames;
18
- /**
19
- * Описание уровня уведомления.
20
- */
21
- description: string;
22
- };
23
- /**
24
- * Текст уведомления.
25
- */
26
- message: string;
27
- /**
28
- * Дата и время создания уведомления.
29
- */
30
- createdAt: string;
31
- /**
32
- * Дата и время прочтения уведомления.
33
- */
34
- readAt?: string;
35
- /**
36
- * Данные о действии по уведомлению.
37
- */
38
- action?: {
39
- /**
40
- * Тип действия по уведомлению.
41
- */
42
- type: ScNotificationActionTypes;
43
- /**
44
- * Идентификатор записи заказа.
45
- */
46
- orderId?: number;
47
- /**
48
- * Идентификатор рекламации.
49
- */
50
- reclamationId?: number;
51
- /**
52
- * Идентификатор новости.
53
- */
54
- newsId?: number;
55
- /**
56
- * Идентификатор товара.
57
- */
58
- productId?: number;
59
- /**
60
- * Символьное обозначение (slug) товара.
61
- */
62
- productSlug?: string;
63
- /**
64
- * Внешняя ссылка действия по уведомлению.
65
- */
66
- url?: string;
67
- };
68
- }
@@ -1,2 +0,0 @@
1
- export * from './sc-notification-action-types';
2
- export * from './sc-notification-level-names';
@@ -1,25 +0,0 @@
1
- /**
2
- * Перечисление типов действий для уведомлений.
3
- */
4
- export declare enum ScNotificationActionTypes {
5
- /**
6
- * Переход на страницу рекламации.
7
- */
8
- reclamationPage = "reclamation_page",
9
- /**
10
- * Переход на страницу заказа.
11
- */
12
- orderPage = "order_page",
13
- /**
14
- * Переход на страницу новости.
15
- */
16
- newsPage = "news_page",
17
- /**
18
- * Переход на страницу товара.
19
- */
20
- productPage = "product_page",
21
- /**
22
- * Переход на страницу онлайн оплаты.
23
- */
24
- onlinePayment = "online_payment"
25
- }