@vc-shell/framework 1.0.110 → 1.0.112

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 (414) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/core/composables/useApiClient/index.ts +1 -1
  3. package/core/composables/useAsync/index.ts +2 -2
  4. package/core/composables/usePermissions/index.ts +7 -18
  5. package/core/composables/useUser/index.ts +13 -11
  6. package/core/directives/loading/index.ts +5 -27
  7. package/core/directives/loading/styles.css +38 -0
  8. package/core/plugins/modularity/index.ts +41 -14
  9. package/core/plugins/permissions/index.ts +3 -3
  10. package/core/types/index.ts +36 -3
  11. package/dist/core/composables/useApiClient/index.d.ts +1 -1
  12. package/dist/core/composables/useApiClient/index.d.ts.map +1 -1
  13. package/dist/core/composables/useAsync/index.d.ts +1 -1
  14. package/dist/core/composables/useAsync/index.d.ts.map +1 -1
  15. package/dist/core/composables/usePermissions/index.d.ts +1 -2
  16. package/dist/core/composables/usePermissions/index.d.ts.map +1 -1
  17. package/dist/core/composables/useUser/index.d.ts +1 -0
  18. package/dist/core/composables/useUser/index.d.ts.map +1 -1
  19. package/dist/core/directives/loading/index.d.ts +3 -2
  20. package/dist/core/directives/loading/index.d.ts.map +1 -1
  21. package/dist/core/plugins/modularity/index.d.ts +13 -4
  22. package/dist/core/plugins/modularity/index.d.ts.map +1 -1
  23. package/dist/core/types/index.d.ts +41 -2
  24. package/dist/core/types/index.d.ts.map +1 -1
  25. package/dist/framework.mjs +25840 -24070
  26. package/dist/index.css +1 -1
  27. package/dist/index.d.ts +1 -2
  28. package/dist/index.d.ts.map +1 -1
  29. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts +14 -23
  30. package/dist/shared/components/app-switcher/components/vc-app-switcher/vc-app-switcher.vue.d.ts.map +1 -1
  31. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts +28 -25
  32. package/dist/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue.d.ts.map +1 -1
  33. package/dist/shared/components/blade-navigation/composables/useBladeNavigation/index.d.ts.map +1 -1
  34. package/dist/shared/components/blade-navigation/types/index.d.ts +5 -2
  35. package/dist/shared/components/blade-navigation/types/index.d.ts.map +1 -1
  36. package/dist/shared/components/change-password/change-password.vue.d.ts.map +1 -1
  37. package/dist/shared/components/error-interceptor/index.d.ts +3 -3
  38. package/dist/shared/components/language-selector/language-selector.vue.d.ts +41 -26
  39. package/dist/shared/components/language-selector/language-selector.vue.d.ts.map +1 -1
  40. package/dist/shared/components/notifications/components/notification-container/index.d.ts +12 -12
  41. package/dist/shared/components/notifications/components/notification-container/index.d.ts.map +1 -1
  42. package/dist/shared/components/notifications/composables/useContainer/index.d.ts.map +1 -1
  43. package/dist/shared/components/popup-handler/components/vc-popup-container/vc-popup-container.vue.d.ts.map +1 -1
  44. package/dist/shared/components/popup-handler/composables/usePopup/index.d.ts.map +1 -1
  45. package/dist/shared/components/user-dropdown-button/index.d.ts +11 -11
  46. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts +35 -22
  47. package/dist/shared/components/user-dropdown-button/user-dropdown-button.vue.d.ts.map +1 -1
  48. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts +39 -28
  49. package/dist/shared/modules/assets/components/assets-details/assets-details.vue.d.ts.map +1 -1
  50. package/dist/shared/modules/assets/components/assets-details/index.d.ts +13 -13
  51. package/dist/shared/modules/assets/index.d.ts +3 -1
  52. package/dist/shared/modules/assets/index.d.ts.map +1 -1
  53. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts +42 -29
  54. package/dist/shared/modules/assets-manager/components/assets-manager/assets-manager.vue.d.ts.map +1 -1
  55. package/dist/shared/modules/assets-manager/components/assets-manager/index.d.ts +9 -9
  56. package/dist/shared/modules/assets-manager/index.d.ts +3 -1
  57. package/dist/shared/modules/assets-manager/index.d.ts.map +1 -1
  58. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts +2204 -0
  59. package/dist/shared/modules/dynamic/components/FIELD_MAP.d.ts.map +1 -0
  60. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts +220 -0
  61. package/dist/shared/modules/dynamic/components/SchemaRender.d.ts.map +1 -0
  62. package/dist/shared/modules/dynamic/components/factories.d.ts +15 -0
  63. package/dist/shared/modules/dynamic/components/factories.d.ts.map +1 -0
  64. package/dist/shared/modules/dynamic/components/fields/Button.d.ts +131 -0
  65. package/dist/shared/modules/dynamic/components/fields/Button.d.ts.map +1 -0
  66. package/dist/shared/modules/dynamic/components/fields/Card.d.ts +131 -0
  67. package/dist/shared/modules/dynamic/components/fields/Card.d.ts.map +1 -0
  68. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts +131 -0
  69. package/dist/shared/modules/dynamic/components/fields/Checkbox.d.ts.map +1 -0
  70. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts +130 -0
  71. package/dist/shared/modules/dynamic/components/fields/DynamicProperty.d.ts.map +1 -0
  72. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts +128 -0
  73. package/dist/shared/modules/dynamic/components/fields/EditorField.d.ts.map +1 -0
  74. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts +131 -0
  75. package/dist/shared/modules/dynamic/components/fields/Fieldset.d.ts.map +1 -0
  76. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts +132 -0
  77. package/dist/shared/modules/dynamic/components/fields/GalleryField.d.ts.map +1 -0
  78. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts +131 -0
  79. package/dist/shared/modules/dynamic/components/fields/InputCurrency.d.ts.map +1 -0
  80. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts +131 -0
  81. package/dist/shared/modules/dynamic/components/fields/InputField.d.ts.map +1 -0
  82. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts +131 -0
  83. package/dist/shared/modules/dynamic/components/fields/SelectField.d.ts.map +1 -0
  84. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts +131 -0
  85. package/dist/shared/modules/dynamic/components/fields/StatusField.d.ts.map +1 -0
  86. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts +13 -0
  87. package/dist/shared/modules/dynamic/components/fields/ValidationField.d.ts.map +1 -0
  88. package/dist/shared/modules/dynamic/components/fields/props.d.ts +124 -0
  89. package/dist/shared/modules/dynamic/components/fields/props.d.ts.map +1 -0
  90. package/dist/shared/modules/dynamic/components/index.d.ts +4 -0
  91. package/dist/shared/modules/dynamic/components/index.d.ts.map +1 -0
  92. package/dist/shared/modules/dynamic/composables/index.d.ts +2 -0
  93. package/dist/shared/modules/dynamic/composables/index.d.ts.map +1 -0
  94. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts +35 -0
  95. package/dist/shared/modules/dynamic/composables/useFilterBuilder/index.d.ts.map +1 -0
  96. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts +8 -0
  97. package/dist/shared/modules/dynamic/factories/base/useDetailsFactory.d.ts.map +1 -0
  98. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts +22 -0
  99. package/dist/shared/modules/dynamic/factories/base/useListFactory.d.ts.map +1 -0
  100. package/dist/shared/modules/dynamic/factories/index.d.ts +4 -0
  101. package/dist/shared/modules/dynamic/factories/index.d.ts.map +1 -0
  102. package/dist/shared/modules/dynamic/factories/types/index.d.ts +101 -0
  103. package/dist/shared/modules/dynamic/factories/types/index.d.ts.map +1 -0
  104. package/dist/shared/modules/dynamic/helpers/getters.d.ts +2 -0
  105. package/dist/shared/modules/dynamic/helpers/getters.d.ts.map +1 -0
  106. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts +13 -0
  107. package/dist/shared/modules/dynamic/helpers/nodeBuilder.d.ts.map +1 -0
  108. package/dist/shared/modules/dynamic/helpers/override.d.ts +7 -0
  109. package/dist/shared/modules/dynamic/helpers/override.d.ts.map +1 -0
  110. package/dist/shared/modules/dynamic/helpers/setters.d.ts +8 -0
  111. package/dist/shared/modules/dynamic/helpers/setters.d.ts.map +1 -0
  112. package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts +11 -0
  113. package/dist/shared/modules/dynamic/helpers/toolbarReducer.d.ts.map +1 -0
  114. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts +2 -0
  115. package/dist/shared/modules/dynamic/helpers/unrefNested.d.ts.map +1 -0
  116. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts +3 -0
  117. package/dist/shared/modules/dynamic/helpers/unwrapInterpolation.d.ts.map +1 -0
  118. package/dist/shared/modules/dynamic/index.d.ts +32 -0
  119. package/dist/shared/modules/dynamic/index.d.ts.map +1 -0
  120. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts +68 -0
  121. package/dist/shared/modules/dynamic/pages/dynamic-blade-form.vue.d.ts.map +1 -0
  122. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts +79 -0
  123. package/dist/shared/modules/dynamic/pages/dynamic-blade-list.vue.d.ts.map +1 -0
  124. package/dist/shared/modules/dynamic/pages/index.d.ts +4 -0
  125. package/dist/shared/modules/dynamic/pages/index.d.ts.map +1 -0
  126. package/dist/shared/modules/dynamic/types/index.d.ts +252 -0
  127. package/dist/shared/modules/dynamic/types/index.d.ts.map +1 -0
  128. package/dist/shared/modules/dynamic/types/models.d.ts +93 -0
  129. package/dist/shared/modules/dynamic/types/models.d.ts.map +1 -0
  130. package/dist/shared/modules/index.d.ts +1 -0
  131. package/dist/shared/modules/index.d.ts.map +1 -1
  132. package/dist/shared/pages/InvitePage/components/invite/Invite.vue.d.ts.map +1 -1
  133. package/dist/shared/pages/InvitePage/index.d.ts +0 -3
  134. package/dist/shared/pages/InvitePage/index.d.ts.map +1 -1
  135. package/dist/shared/pages/InvitePage/plugin.d.ts +4 -0
  136. package/dist/shared/pages/InvitePage/plugin.d.ts.map +1 -0
  137. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts +45 -9
  138. package/dist/shared/pages/LoginPage/components/login/Login.vue.d.ts.map +1 -1
  139. package/dist/shared/pages/LoginPage/components/login/index.d.ts +14 -0
  140. package/dist/shared/pages/LoginPage/components/login/index.d.ts.map +1 -1
  141. package/dist/shared/pages/LoginPage/index.d.ts +0 -1
  142. package/dist/shared/pages/LoginPage/index.d.ts.map +1 -1
  143. package/dist/shared/pages/LoginPage/plugin.d.ts +1 -3
  144. package/dist/shared/pages/LoginPage/plugin.d.ts.map +1 -1
  145. package/dist/shared/pages/ResetPasswordPage/components/reset-password/ResetPassword.vue.d.ts.map +1 -1
  146. package/dist/shared/pages/ResetPasswordPage/index.d.ts +0 -3
  147. package/dist/shared/pages/ResetPasswordPage/index.d.ts.map +1 -1
  148. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts +4 -0
  149. package/dist/shared/pages/ResetPasswordPage/plugin.d.ts.map +1 -0
  150. package/dist/shared/pages/index.d.ts +0 -6
  151. package/dist/shared/pages/index.d.ts.map +1 -1
  152. package/dist/shared/pages/plugin.d.ts +4 -0
  153. package/dist/shared/pages/plugin.d.ts.map +1 -0
  154. package/dist/tsconfig.tsbuildinfo +1 -1
  155. package/dist/ui/components/atoms/vc-badge/index.d.ts +4 -4
  156. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts +22 -11
  157. package/dist/ui/components/atoms/vc-badge/vc-badge.vue.d.ts.map +1 -1
  158. package/dist/ui/components/atoms/vc-button/index.d.ts +1 -208
  159. package/dist/ui/components/atoms/vc-button/index.d.ts.map +1 -1
  160. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts +75 -27
  161. package/dist/ui/components/atoms/vc-button/vc-button.vue.d.ts.map +1 -1
  162. package/dist/ui/components/atoms/vc-card/index.d.ts +32 -38
  163. package/dist/ui/components/atoms/vc-card/index.d.ts.map +1 -1
  164. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts +46 -27
  165. package/dist/ui/components/atoms/vc-card/vc-card.vue.d.ts.map +1 -1
  166. package/dist/ui/components/atoms/vc-checkbox/index.d.ts +72 -38
  167. package/dist/ui/components/atoms/vc-checkbox/index.d.ts.map +1 -1
  168. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts +69 -28
  169. package/dist/ui/components/atoms/vc-checkbox/vc-checkbox.vue.d.ts.map +1 -1
  170. package/dist/ui/components/atoms/vc-col/index.d.ts +1 -1
  171. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts +11 -22
  172. package/dist/ui/components/atoms/vc-col/vc-col.vue.d.ts.map +1 -1
  173. package/dist/ui/components/atoms/vc-container/index.d.ts +5 -5
  174. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts +22 -11
  175. package/dist/ui/components/atoms/vc-container/vc-container.vue.d.ts.map +1 -1
  176. package/dist/ui/components/atoms/vc-hint/index.d.ts +1 -1
  177. package/dist/ui/components/atoms/vc-hint/vc-hint.vue.d.ts.map +1 -1
  178. package/dist/ui/components/atoms/vc-icon/index.d.ts +13 -7
  179. package/dist/ui/components/atoms/vc-icon/index.d.ts.map +1 -1
  180. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts +27 -25
  181. package/dist/ui/components/atoms/vc-icon/vc-icon.vue.d.ts.map +1 -1
  182. package/dist/ui/components/atoms/vc-image/index.d.ts +16 -16
  183. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts +54 -29
  184. package/dist/ui/components/atoms/vc-image/vc-image.vue.d.ts.map +1 -1
  185. package/dist/ui/components/atoms/vc-info-row/index.d.ts +9 -9
  186. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts +30 -23
  187. package/dist/ui/components/atoms/vc-info-row/vc-info-row.vue.d.ts.map +1 -1
  188. package/dist/ui/components/atoms/vc-label/index.d.ts +33 -39
  189. package/dist/ui/components/atoms/vc-label/index.d.ts.map +1 -1
  190. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts +33 -26
  191. package/dist/ui/components/atoms/vc-label/vc-label.vue.d.ts.map +1 -1
  192. package/dist/ui/components/atoms/vc-link/index.d.ts +4 -4
  193. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts +22 -11
  194. package/dist/ui/components/atoms/vc-link/vc-link.vue.d.ts.map +1 -1
  195. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts +9 -10
  196. package/dist/ui/components/atoms/vc-loading/vc-loading.vue.d.ts.map +1 -1
  197. package/dist/ui/components/atoms/vc-progress/index.d.ts +1 -1
  198. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts +19 -24
  199. package/dist/ui/components/atoms/vc-progress/vc-progress.vue.d.ts.map +1 -1
  200. package/dist/ui/components/atoms/vc-row/index.d.ts +1 -1
  201. package/dist/ui/components/atoms/vc-row/vc-row.vue.d.ts.map +1 -1
  202. package/dist/ui/components/atoms/vc-status/index.d.ts +1 -142
  203. package/dist/ui/components/atoms/vc-status/index.d.ts.map +1 -1
  204. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts +29 -28
  205. package/dist/ui/components/atoms/vc-status/vc-status.vue.d.ts.map +1 -1
  206. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts +9 -10
  207. package/dist/ui/components/atoms/vc-status-icon/vc-status-icon.vue.d.ts.map +1 -1
  208. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts +36 -11
  209. package/dist/ui/components/atoms/vc-switch/vc-switch.vue.d.ts.map +1 -1
  210. package/dist/ui/components/atoms/vc-video/index.d.ts +13 -13
  211. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts +49 -24
  212. package/dist/ui/components/atoms/vc-video/vc-video.vue.d.ts.map +1 -1
  213. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts +28 -11
  214. package/dist/ui/components/atoms/vc-widget/vc-widget.vue.d.ts.map +1 -1
  215. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts +5 -3
  216. package/dist/ui/components/molecules/vc-breadcrumbs/_internal/vc-breadcrumbs-item/vc-breadcrumbs-item.vue.d.ts.map +1 -1
  217. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts +23 -22
  218. package/dist/ui/components/molecules/vc-breadcrumbs/vc-breadcrumbs.vue.d.ts.map +1 -1
  219. package/dist/ui/components/molecules/vc-code-editor/index.d.ts +28 -28
  220. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts +48 -23
  221. package/dist/ui/components/molecules/vc-code-editor/vc-code-editor.vue.d.ts.map +1 -1
  222. package/dist/ui/components/molecules/vc-editor/index.d.ts +1 -226
  223. package/dist/ui/components/molecules/vc-editor/index.d.ts.map +1 -1
  224. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts +74 -28
  225. package/dist/ui/components/molecules/vc-editor/vc-editor.vue.d.ts.map +1 -1
  226. package/dist/ui/components/molecules/vc-file-upload/index.d.ts +23 -23
  227. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts +46 -27
  228. package/dist/ui/components/molecules/vc-file-upload/vc-file-upload.vue.d.ts.map +1 -1
  229. package/dist/ui/components/molecules/vc-form/index.d.ts +1 -1
  230. package/dist/ui/components/molecules/vc-form/vc-form.vue.d.ts.map +1 -1
  231. package/dist/ui/components/molecules/vc-input/index.d.ts +1 -390
  232. package/dist/ui/components/molecules/vc-input/index.d.ts.map +1 -1
  233. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts +181 -41
  234. package/dist/ui/components/molecules/vc-input/vc-input.vue.d.ts.map +1 -1
  235. package/dist/ui/components/molecules/vc-input-currency/index.d.ts +90 -90
  236. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts +143 -30
  237. package/dist/ui/components/molecules/vc-input-currency/vc-input-currency.vue.d.ts.map +1 -1
  238. package/dist/ui/components/molecules/vc-multivalue/index.d.ts +74 -10
  239. package/dist/ui/components/molecules/vc-multivalue/index.d.ts.map +1 -1
  240. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts +74 -10
  241. package/dist/ui/components/molecules/vc-multivalue/vc-multivalue.vue.d.ts.map +1 -1
  242. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts +51 -10
  243. package/dist/ui/components/molecules/vc-notification/vc-notification.vue.d.ts.map +1 -1
  244. package/dist/ui/components/molecules/vc-pagination/index.d.ts +6 -6
  245. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts +26 -25
  246. package/dist/ui/components/molecules/vc-pagination/vc-pagination.vue.d.ts.map +1 -1
  247. package/dist/ui/components/molecules/vc-rating/index.d.ts +19 -19
  248. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts +46 -25
  249. package/dist/ui/components/molecules/vc-rating/vc-rating.vue.d.ts.map +1 -1
  250. package/dist/ui/components/molecules/vc-select/index.d.ts +65 -103
  251. package/dist/ui/components/molecules/vc-select/index.d.ts.map +1 -1
  252. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts +65 -479
  253. package/dist/ui/components/molecules/vc-select/vc-select.vue.d.ts.map +1 -1
  254. package/dist/ui/components/molecules/vc-slider/index.d.ts +21 -21
  255. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts +39 -26
  256. package/dist/ui/components/molecules/vc-slider/vc-slider.vue.d.ts.map +1 -1
  257. package/dist/ui/components/molecules/vc-textarea/index.d.ts +40 -40
  258. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts +74 -25
  259. package/dist/ui/components/molecules/vc-textarea/vc-textarea.vue.d.ts.map +1 -1
  260. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts +35 -12
  261. package/dist/ui/components/organisms/vc-app/_internal/vc-app-bar/vc-app-bar.vue.d.ts.map +1 -1
  262. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts +40 -23
  263. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/_internal/vc-app-menu-link.vue.d.ts.map +1 -1
  264. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts +47 -28
  265. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/_internal/vc-app-menu-item/vc-app-menu-item.vue.d.ts.map +1 -1
  266. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts +31 -28
  267. package/dist/ui/components/organisms/vc-app/_internal/vc-app-menu/vc-app-menu.vue.d.ts.map +1 -1
  268. package/dist/ui/components/organisms/vc-app/index.d.ts +67 -67
  269. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts +86 -37
  270. package/dist/ui/components/organisms/vc-app/vc-app.vue.d.ts.map +1 -1
  271. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts +44 -11
  272. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-header/vc-blade-header.vue.d.ts.map +1 -1
  273. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts +61 -34
  274. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/_internal/vc-blade-toolbar-button/vc-blade-toolbar-button.vue.d.ts.map +1 -1
  275. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts +13 -22
  276. package/dist/ui/components/organisms/vc-blade/_internal/vc-blade-toolbar/vc-blade-toolbar.vue.d.ts.map +1 -1
  277. package/dist/ui/components/organisms/vc-blade/index.d.ts +39 -39
  278. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts +62 -31
  279. package/dist/ui/components/organisms/vc-blade/vc-blade.vue.d.ts.map +1 -1
  280. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts +1 -140
  281. package/dist/ui/components/organisms/vc-dynamic-property/index.d.ts.map +1 -1
  282. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts +64 -75
  283. package/dist/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue.d.ts.map +1 -1
  284. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts +58 -35
  285. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-item/vc-gallery-item.vue.d.ts.map +1 -1
  286. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts +22 -25
  287. package/dist/ui/components/organisms/vc-gallery/_internal/vc-gallery-preview/vc-gallery-preview.vue.d.ts.map +1 -1
  288. package/dist/ui/components/organisms/vc-gallery/index.d.ts +37 -31
  289. package/dist/ui/components/organisms/vc-gallery/index.d.ts.map +1 -1
  290. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts +130 -46
  291. package/dist/ui/components/organisms/vc-gallery/vc-gallery.vue.d.ts.map +1 -1
  292. package/dist/ui/components/organisms/vc-login-form/index.d.ts +9 -9
  293. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts +23 -22
  294. package/dist/ui/components/organisms/vc-login-form/vc-login-form.vue.d.ts.map +1 -1
  295. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts +28 -22
  296. package/dist/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue.d.ts.map +1 -1
  297. package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts +0 -6
  298. package/dist/ui/components/organisms/vc-notification-dropdown/index.d.ts.map +1 -1
  299. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts +36 -10
  300. package/dist/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue.d.ts.map +1 -1
  301. package/dist/ui/components/organisms/vc-notification-template/index.d.ts +4 -4
  302. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts +27 -10
  303. package/dist/ui/components/organisms/vc-notification-template/vc-notification-template.vue.d.ts.map +1 -1
  304. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-error/vc-popup-error.vue.d.ts.map +1 -1
  305. package/dist/ui/components/organisms/vc-popup/_internal/vc-popup-warning/vc-popup-warning.vue.d.ts.map +1 -1
  306. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts +38 -31
  307. package/dist/ui/components/organisms/vc-popup/vc-popup.vue.d.ts.map +1 -1
  308. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts +18 -9
  309. package/dist/ui/components/organisms/vc-table/_internal/vc-table-cell/vc-table-cell.vue.d.ts.map +1 -1
  310. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts +12 -19
  311. package/dist/ui/components/organisms/vc-table/_internal/vc-table-column-switcher/vc-table-column-switcher.vue.d.ts.map +1 -1
  312. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts +23 -24
  313. package/dist/ui/components/organisms/vc-table/_internal/vc-table-counter/vc-table-counter.vue.d.ts.map +1 -1
  314. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts +29 -26
  315. package/dist/ui/components/organisms/vc-table/_internal/vc-table-filter/vc-table-filter.vue.d.ts.map +1 -1
  316. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts +14 -14
  317. package/dist/ui/components/organisms/vc-table/_internal/vc-table-mobile-item/vc-table-mobile-item.vue.d.ts.map +1 -1
  318. package/dist/ui/components/organisms/vc-table/index.d.ts +1 -214
  319. package/dist/ui/components/organisms/vc-table/index.d.ts.map +1 -1
  320. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts +90 -105
  321. package/dist/ui/components/organisms/vc-table/vc-table.vue.d.ts.map +1 -1
  322. package/package.json +8 -8
  323. package/shared/components/app-switcher/composables/useAppSwitcher/index.ts +2 -2
  324. package/shared/components/blade-navigation/components/vc-blade-navigation/vc-blade-navigation.vue +16 -14
  325. package/shared/components/blade-navigation/composables/useBladeNavigation/index.ts +37 -30
  326. package/shared/components/blade-navigation/types/index.ts +7 -3
  327. package/shared/components/notifications/composables/useContainer/index.ts +2 -5
  328. package/shared/components/popup-handler/composables/usePopup/index.ts +0 -2
  329. package/shared/modules/assets/components/assets-details/assets-details.vue +6 -6
  330. package/shared/modules/assets/index.ts +2 -2
  331. package/shared/modules/assets-manager/components/assets-manager/assets-manager.vue +3 -3
  332. package/shared/modules/assets-manager/index.ts +2 -2
  333. package/shared/modules/dynamic/components/FIELD_MAP.ts +27 -0
  334. package/shared/modules/dynamic/components/SchemaRender.ts +81 -0
  335. package/shared/modules/dynamic/components/factories.ts +159 -0
  336. package/shared/modules/dynamic/components/fields/Button.ts +31 -0
  337. package/shared/modules/dynamic/components/fields/Card.ts +86 -0
  338. package/shared/modules/dynamic/components/fields/Checkbox.ts +44 -0
  339. package/shared/modules/dynamic/components/fields/DynamicProperty.ts +99 -0
  340. package/shared/modules/dynamic/components/fields/EditorField.ts +43 -0
  341. package/shared/modules/dynamic/components/fields/Fieldset.ts +77 -0
  342. package/shared/modules/dynamic/components/fields/GalleryField.ts +121 -0
  343. package/shared/modules/dynamic/components/fields/InputCurrency.ts +49 -0
  344. package/shared/modules/dynamic/components/fields/InputField.ts +42 -0
  345. package/shared/modules/dynamic/components/fields/SelectField.ts +54 -0
  346. package/shared/modules/dynamic/components/fields/StatusField.ts +55 -0
  347. package/shared/modules/dynamic/components/fields/ValidationField.ts +53 -0
  348. package/shared/modules/dynamic/components/fields/props.ts +52 -0
  349. package/shared/modules/dynamic/components/index.ts +4 -0
  350. package/shared/modules/dynamic/composables/index.ts +1 -0
  351. package/shared/modules/dynamic/composables/useFilterBuilder/index.ts +235 -0
  352. package/shared/modules/dynamic/factories/base/useDetailsFactory.ts +83 -0
  353. package/shared/modules/dynamic/factories/base/useListFactory.ts +68 -0
  354. package/shared/modules/dynamic/factories/index.ts +4 -0
  355. package/shared/modules/dynamic/factories/types/index.ts +103 -0
  356. package/shared/modules/dynamic/helpers/getters.ts +10 -0
  357. package/shared/modules/dynamic/helpers/nodeBuilder.ts +112 -0
  358. package/shared/modules/dynamic/helpers/override.ts +70 -0
  359. package/shared/modules/dynamic/helpers/setters.ts +15 -0
  360. package/shared/modules/dynamic/helpers/toolbarReducer.ts +41 -0
  361. package/shared/modules/dynamic/helpers/unrefNested.ts +14 -0
  362. package/shared/modules/dynamic/helpers/unwrapInterpolation.ts +15 -0
  363. package/shared/modules/dynamic/index.ts +163 -0
  364. package/shared/modules/dynamic/pages/dynamic-blade-form.vue +292 -0
  365. package/shared/modules/dynamic/pages/dynamic-blade-list.vue +467 -0
  366. package/shared/modules/dynamic/pages/index.ts +4 -0
  367. package/shared/modules/dynamic/types/index.ts +289 -0
  368. package/shared/modules/dynamic/types/models.ts +140 -0
  369. package/shared/modules/index.ts +1 -0
  370. package/shared/pages/InvitePage/index.ts +0 -6
  371. package/shared/pages/InvitePage/plugin.ts +5 -0
  372. package/shared/pages/LoginPage/components/login/Login.vue +5 -6
  373. package/shared/pages/LoginPage/index.ts +0 -1
  374. package/shared/pages/LoginPage/plugin.ts +1 -13
  375. package/shared/pages/ResetPasswordPage/index.ts +0 -6
  376. package/shared/pages/ResetPasswordPage/plugin.ts +5 -0
  377. package/shared/pages/index.ts +0 -9
  378. package/shared/pages/plugin.ts +3 -0
  379. package/ui/components/atoms/vc-button/index.ts +1 -10
  380. package/ui/components/atoms/vc-button/vc-button.vue +8 -2
  381. package/ui/components/atoms/vc-card/index.ts +1 -9
  382. package/ui/components/atoms/vc-card/vc-card.vue +6 -1
  383. package/ui/components/atoms/vc-checkbox/index.ts +1 -9
  384. package/ui/components/atoms/vc-checkbox/vc-checkbox.vue +32 -10
  385. package/ui/components/atoms/vc-icon/vc-icon.vue +13 -1
  386. package/ui/components/atoms/vc-label/index.ts +1 -9
  387. package/ui/components/atoms/vc-label/vc-label.vue +5 -0
  388. package/ui/components/atoms/vc-status/index.ts +1 -10
  389. package/ui/components/atoms/vc-status/vc-status.vue +5 -1
  390. package/ui/components/atoms/vc-video/vc-video.vue +2 -2
  391. package/ui/components/atoms/vc-widget/vc-widget.vue +1 -1
  392. package/ui/components/molecules/vc-editor/index.ts +1 -10
  393. package/ui/components/molecules/vc-editor/vc-editor.vue +15 -0
  394. package/ui/components/molecules/vc-file-upload/vc-file-upload.vue +4 -4
  395. package/ui/components/molecules/vc-input/index.ts +1 -60
  396. package/ui/components/molecules/vc-input/vc-input.vue +112 -37
  397. package/ui/components/molecules/vc-input-currency/vc-input-currency.stories.ts +1 -1
  398. package/ui/components/molecules/vc-input-currency/vc-input-currency.vue +21 -17
  399. package/ui/components/molecules/vc-select/index.ts +1 -1
  400. package/ui/components/molecules/vc-select/vc-select.stories.ts +1 -1
  401. package/ui/components/molecules/vc-select/vc-select.vue +11 -37
  402. package/ui/components/organisms/vc-dynamic-property/index.ts +1 -3
  403. package/ui/components/organisms/vc-dynamic-property/vc-dynamic-property.vue +199 -257
  404. package/ui/components/organisms/vc-gallery/vc-gallery.vue +9 -7
  405. package/ui/components/organisms/vc-notification-dropdown/_internal/notification/notification.vue +10 -1
  406. package/ui/components/organisms/vc-notification-dropdown/vc-notification-dropdown.vue +1 -10
  407. package/ui/components/organisms/vc-table/index.ts +1 -3
  408. package/ui/components/organisms/vc-table/vc-table.stories.ts +3 -3
  409. package/ui/components/organisms/vc-table/vc-table.vue +30 -17
  410. package/core/api/catalog.ts +0 -8527
  411. package/dist/core/api/catalog.d.ts +0 -2522
  412. package/dist/core/api/catalog.d.ts.map +0 -1
  413. package/dist/typings/index.d.ts +0 -8
  414. package/dist/typings/index.d.ts.map +0 -1
@@ -1,2522 +0,0 @@
1
- export declare class AuthApiBase {
2
- authToken: string;
3
- protected constructor();
4
- getBaseUrl(defaultUrl: string, baseUrl: string): string;
5
- setAuthToken(token: string): void;
6
- protected transformOptions(options: any): Promise<any>;
7
- }
8
- export declare class CatalogModuleAssociationsClient extends AuthApiBase {
9
- private http;
10
- private baseUrl;
11
- protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
12
- constructor(baseUrl?: string, http?: {
13
- fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
14
- });
15
- /**
16
- * Returns list of associations for specified product
17
- * @param productId Owner product id
18
- * @return Success
19
- */
20
- getProductAssociations(productId: string): Promise<ProductAssociation[]>;
21
- protected processGetProductAssociations(response: Response): Promise<ProductAssociation[]>;
22
- /**
23
- * Returns list of associations for specified products
24
- * @param body (optional) Array of product ids
25
- * @return Success
26
- */
27
- getProductsAssociations(body?: string[] | undefined): Promise<ProductAssociation[]>;
28
- protected processGetProductsAssociations(response: Response): Promise<ProductAssociation[]>;
29
- /**
30
- * Updates the specified association
31
- * @param body (optional) The association
32
- * @return Success
33
- */
34
- updateAssociations(body?: ProductAssociation[] | undefined): Promise<void>;
35
- protected processUpdateAssociations(response: Response): Promise<void>;
36
- /**
37
- * Deletes specified associations
38
- * @param ids (optional) associations to delete ids
39
- * @return Success
40
- */
41
- delete(ids?: string[] | undefined): Promise<void>;
42
- protected processDelete(response: Response): Promise<void>;
43
- /**
44
- * Returns associations by search criteria
45
- * @param body (optional)
46
- * @return Success
47
- */
48
- search(body?: ProductAssociationSearchCriteria | undefined): Promise<ProductAssociationSearchResult>;
49
- protected processSearch(response: Response): Promise<ProductAssociationSearchResult>;
50
- }
51
- export declare class CatalogModuleCatalogsClient extends AuthApiBase {
52
- private http;
53
- private baseUrl;
54
- protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
55
- constructor(baseUrl?: string, http?: {
56
- fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
57
- });
58
- /**
59
- * @param body (optional)
60
- * @return Success
61
- */
62
- searchCatalogs(body?: CatalogSearchCriteria | undefined): Promise<CatalogSearchResult>;
63
- protected processSearchCatalogs(response: Response): Promise<CatalogSearchResult>;
64
- /**
65
- * Gets Catalog by id.
66
- * @param id The Catalog id.
67
- * @return Success
68
- */
69
- getCatalog(id: string): Promise<Catalog>;
70
- protected processGetCatalog(response: Response): Promise<Catalog>;
71
- /**
72
- * Deletes catalog by id.
73
- * @param id Catalog id.
74
- * @return Success
75
- */
76
- deleteCatalog(id: string): Promise<void>;
77
- protected processDeleteCatalog(response: Response): Promise<void>;
78
- /**
79
- * Gets the template for a new catalog.
80
- * @return Success
81
- */
82
- getNewCatalog(): Promise<Catalog>;
83
- protected processGetNewCatalog(response: Response): Promise<Catalog>;
84
- /**
85
- * Gets the template for a new virtual catalog.
86
- * @return Success
87
- */
88
- getNewVirtualCatalog(): Promise<Catalog>;
89
- protected processGetNewVirtualCatalog(response: Response): Promise<Catalog>;
90
- /**
91
- * Creates the specified catalog.
92
- * @param body (optional) The catalog to create
93
- * @return Success
94
- */
95
- createCatalog(body?: Catalog | undefined): Promise<Catalog>;
96
- protected processCreateCatalog(response: Response): Promise<Catalog>;
97
- /**
98
- * Updates the specified catalog.
99
- * @param body (optional) The catalog.
100
- * @return Success
101
- */
102
- updateCatalog(body?: Catalog | undefined): Promise<void>;
103
- protected processUpdateCatalog(response: Response): Promise<void>;
104
- }
105
- export declare class CatalogModuleCategoriesClient extends AuthApiBase {
106
- private http;
107
- private baseUrl;
108
- protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
109
- constructor(baseUrl?: string, http?: {
110
- fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
111
- });
112
- /**
113
- * Gets category by id.
114
- * @param id Category id.
115
- * @return Success
116
- */
117
- getCategory(id: string): Promise<Category>;
118
- protected processGetCategory(response: Response): Promise<Category>;
119
- /**
120
- * Gets categories by ids
121
- * @param ids (optional) Categories ids
122
- * @param respGroup (optional) Response group.
123
- * @return Success
124
- */
125
- getCategoriesByIds(ids?: string[] | undefined, respGroup?: string | undefined): Promise<Category[]>;
126
- protected processGetCategoriesByIds(response: Response): Promise<Category[]>;
127
- /**
128
- * Creates or updates the specified category.
129
- * @param body (optional) The category.
130
- * @return Success
131
- */
132
- createOrUpdateCategory(body?: Category | undefined): Promise<void>;
133
- protected processCreateOrUpdateCategory(response: Response): Promise<void>;
134
- /**
135
- * Deletes the specified categories by id.
136
- * @param ids (optional) The categories ids.
137
- * @return Success
138
- */
139
- deleteCategory(ids?: string[] | undefined): Promise<void>;
140
- protected processDeleteCategory(response: Response): Promise<void>;
141
- /**
142
- * Get categories by plenty ids
143
- * @param respGroup (optional) Response group
144
- * @param body (optional) Categories ids
145
- * @return Success
146
- */
147
- getCategoriesByPlentyIds(respGroup?: string | undefined, body?: string[] | undefined): Promise<Category[]>;
148
- protected processGetCategoriesByPlentyIds(response: Response): Promise<Category[]>;
149
- /**
150
- * Gets the template for a new category.
151
- * @param catalogId The catalog id.
152
- * @param parentCategoryId (optional) The parent category id. (Optional)
153
- * @return Success
154
- */
155
- getNewCategory(catalogId: string, parentCategoryId?: string | undefined): Promise<Category>;
156
- protected processGetNewCategory(response: Response): Promise<Category>;
157
- }
158
- export declare class CatalogModuleIndexedSearchClient extends AuthApiBase {
159
- private http;
160
- private baseUrl;
161
- protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
162
- constructor(baseUrl?: string, http?: {
163
- fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
164
- });
165
- /**
166
- * @param body (optional)
167
- * @return Success
168
- */
169
- searchProducts(body?: ProductIndexedSearchCriteria | undefined): Promise<ProductIndexedSearchResult>;
170
- protected processSearchProducts(response: Response): Promise<ProductIndexedSearchResult>;
171
- /**
172
- * @param catalogId (optional) Filter the suggestion results by a catalog ID
173
- * @param query (optional) A word, phrase, or text fragment which will be used to make suggestions
174
- * @param size (optional) Number of suggestions to return
175
- * @return Success
176
- */
177
- getProductSuggestions(catalogId?: string | undefined, query?: string | undefined, size?: number | undefined): Promise<SuggestionResponse>;
178
- protected processGetProductSuggestions(response: Response): Promise<SuggestionResponse>;
179
- /**
180
- * @param body (optional)
181
- * @return Success
182
- */
183
- searchCategories(body?: CategoryIndexedSearchCriteria | undefined): Promise<CategoryIndexedSearchResult>;
184
- protected processSearchCategories(response: Response): Promise<CategoryIndexedSearchResult>;
185
- }
186
- export declare class CatalogModuleListEntryClient extends AuthApiBase {
187
- private http;
188
- private baseUrl;
189
- protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
190
- constructor(baseUrl?: string, http?: {
191
- fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
192
- });
193
- /**
194
- * Searches for the items by complex criteria.
195
- * @param body (optional) The search criteria.
196
- * @return Success
197
- */
198
- listItemsSearch(body?: CatalogListEntrySearchCriteria | undefined): Promise<ListEntrySearchResult>;
199
- protected processListItemsSearch(response: Response): Promise<ListEntrySearchResult>;
200
- /**
201
- * Creates links for categories or items to parent categories and catalogs.
202
- * @param body (optional) The links.
203
- * @return Success
204
- */
205
- createLinks(body?: CategoryLink[] | undefined): Promise<void>;
206
- protected processCreateLinks(response: Response): Promise<void>;
207
- /**
208
- * Bulk create links to categories and items
209
- * @param body (optional)
210
- * @return Success
211
- */
212
- bulkCreateLinks(body?: BulkLinkCreationRequest | undefined): Promise<void>;
213
- protected processBulkCreateLinks(response: Response): Promise<void>;
214
- /**
215
- * @param body (optional)
216
- * @return Success
217
- */
218
- searchLinks(body?: LinkSearchCriteria | undefined): Promise<void>;
219
- protected processSearchLinks(response: Response): Promise<void>;
220
- /**
221
- * Unlinks the linked categories or items from parent categories and catalogs.
222
- * @param body (optional) The links.
223
- * @return Success
224
- */
225
- deleteLinks(body?: CategoryLink[] | undefined): Promise<void>;
226
- protected processDeleteLinks(response: Response): Promise<void>;
227
- /**
228
- * Move categories or products to another location.
229
- * @param body (optional) Move operation request
230
- * @return Success
231
- */
232
- move(body?: ListEntriesMoveRequest | undefined): Promise<void>;
233
- protected processMove(response: Response): Promise<void>;
234
- /**
235
- * Bulk delete by the search criteria.
236
- * @param body (optional)
237
- * @return Success
238
- */
239
- delete(body?: CatalogListEntrySearchCriteria | undefined): Promise<void>;
240
- protected processDelete(response: Response): Promise<void>;
241
- }
242
- export declare class CatalogModuleProductsClient extends AuthApiBase {
243
- private http;
244
- private baseUrl;
245
- protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
246
- constructor(baseUrl?: string, http?: {
247
- fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
248
- });
249
- /**
250
- * Gets product by id.
251
- * @param id Item id.
252
- * @param respGroup (optional) Response group.
253
- * @return Success
254
- */
255
- getProductById(id: string, respGroup?: string | undefined): Promise<CatalogProduct>;
256
- protected processGetProductById(response: Response): Promise<CatalogProduct>;
257
- /**
258
- * @param responseGroup (optional)
259
- * @param body (optional)
260
- * @return Success
261
- */
262
- getByCodes(catalogId: string, responseGroup?: string | undefined, body?: string[] | undefined): Promise<CatalogProduct[]>;
263
- protected processGetByCodes(response: Response): Promise<CatalogProduct[]>;
264
- /**
265
- * Gets products by ids
266
- * @param ids (optional) Item ids
267
- * @param respGroup (optional) Response group.
268
- * @return Success
269
- */
270
- getProductByIds(ids?: string[] | undefined, respGroup?: string | undefined): Promise<CatalogProduct[]>;
271
- protected processGetProductByIds(response: Response): Promise<CatalogProduct[]>;
272
- /**
273
- * Create/Update the specified product.
274
- * @param body (optional) The product.
275
- * @return Success
276
- */
277
- saveProduct(body?: CatalogProduct | undefined): Promise<CatalogProduct>;
278
- protected processSaveProduct(response: Response): Promise<CatalogProduct>;
279
- /**
280
- * Deletes the specified items by id.
281
- * @param ids (optional) The items ids.
282
- * @return Success
283
- */
284
- deleteProduct(ids?: string[] | undefined): Promise<void>;
285
- protected processDeleteProduct(response: Response): Promise<void>;
286
- /**
287
- * Gets products by plenty ids
288
- * @param respGroup (optional) Response group.
289
- * @param body (optional) Item ids
290
- * @return Success
291
- */
292
- getProductByPlentyIds(respGroup?: string | undefined, body?: string[] | undefined): Promise<CatalogProduct[]>;
293
- protected processGetProductByPlentyIds(response: Response): Promise<CatalogProduct[]>;
294
- /**
295
- * Gets the template for a new product (outside of category).
296
- * @param catalogId The catalog id.
297
- * @return Success
298
- */
299
- getNewProductByCatalog(catalogId: string): Promise<CatalogProduct>;
300
- protected processGetNewProductByCatalog(response: Response): Promise<CatalogProduct>;
301
- /**
302
- * Gets the template for a new product (inside category).
303
- * @param catalogId The catalog id.
304
- * @param categoryId The category id.
305
- * @return Success
306
- */
307
- getNewProductByCatalogAndCategory(catalogId: string, categoryId: string): Promise<CatalogProduct>;
308
- protected processGetNewProductByCatalogAndCategory(response: Response): Promise<CatalogProduct>;
309
- /**
310
- * Gets the template for a new variation.
311
- * @param productId The parent product id.
312
- * @return Success
313
- */
314
- getNewVariation(productId: string): Promise<CatalogProduct>;
315
- protected processGetNewVariation(response: Response): Promise<CatalogProduct>;
316
- /**
317
- * @return Success
318
- */
319
- cloneProduct(productId: string): Promise<CatalogProduct>;
320
- protected processCloneProduct(response: Response): Promise<CatalogProduct>;
321
- /**
322
- * Create/Update the specified products.
323
- * @param body (optional) The products.
324
- * @return Success
325
- */
326
- saveProducts(body?: CatalogProduct[] | undefined): Promise<void>;
327
- protected processSaveProducts(response: Response): Promise<void>;
328
- }
329
- export declare class CatalogModulePropertiesClient extends AuthApiBase {
330
- private http;
331
- private baseUrl;
332
- protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
333
- constructor(baseUrl?: string, http?: {
334
- fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
335
- });
336
- /**
337
- * Gets property metainformation by id.
338
- * @param propertyId The property id.
339
- * @return Success
340
- */
341
- getProperty(propertyId: string): Promise<Property>;
342
- protected processGetProperty(response: Response): Promise<Property>;
343
- /**
344
- * Gets the template for a new catalog property.
345
- * @param catalogId The catalog id.
346
- * @return Success
347
- */
348
- getNewCatalogProperty(catalogId: string): Promise<Property>;
349
- protected processGetNewCatalogProperty(response: Response): Promise<Property>;
350
- /**
351
- * Gets the template for a new category property.
352
- * @param categoryId The category id.
353
- * @return Success
354
- */
355
- getNewCategoryProperty(categoryId: string): Promise<Property>;
356
- protected processGetNewCategoryProperty(response: Response): Promise<Property>;
357
- /**
358
- * Creates or updates the specified property.
359
- * @param body (optional) The property.
360
- * @return Success
361
- */
362
- saveProperty(body?: Property | undefined): Promise<void>;
363
- protected processSaveProperty(response: Response): Promise<void>;
364
- /**
365
- * Deletes property by id.
366
- * @param id (optional) The property id.
367
- * @param doDeleteValues (optional) Flag indicating to remove property values from objects as well
368
- * @return Success
369
- */
370
- deleteProperty(id?: string | undefined, doDeleteValues?: boolean | undefined): Promise<void>;
371
- protected processDeleteProperty(response: Response): Promise<void>;
372
- /**
373
- * Validate name for Product-level (unmanaged) property
374
- * @param body (optional)
375
- * @return Success
376
- */
377
- validateName(body?: PropertyValidationRequest | undefined): Promise<ValidationResult>;
378
- protected processValidateName(response: Response): Promise<ValidationResult>;
379
- /**
380
- * @param body (optional)
381
- * @return Success
382
- */
383
- validatePropertyName(body?: CategoryPropertyValidationRequest | undefined): Promise<ValidationResult>;
384
- protected processValidatePropertyName(response: Response): Promise<ValidationResult>;
385
- }
386
- export declare class CatalogModulePropertyDictionaryItemsClient extends AuthApiBase {
387
- private http;
388
- private baseUrl;
389
- protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
390
- constructor(baseUrl?: string, http?: {
391
- fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
392
- });
393
- /**
394
- * Search property dictionary items
395
- * @param body (optional) The search criteria
396
- * @return Success
397
- */
398
- searchPropertyDictionaryItems(body?: PropertyDictionaryItemSearchCriteria | undefined): Promise<PropertyDictionaryItemSearchResult>;
399
- protected processSearchPropertyDictionaryItems(response: Response): Promise<PropertyDictionaryItemSearchResult>;
400
- /**
401
- * Creates or updates the specified property dictionary items
402
- * @param body (optional)
403
- * @return Success
404
- */
405
- saveChanges(body?: PropertyDictionaryItem[] | undefined): Promise<void>;
406
- protected processSaveChanges(response: Response): Promise<void>;
407
- /**
408
- * Delete property dictionary items by ids
409
- * @param ids (optional) The identifiers of objects that needed to be deleted
410
- * @return Success
411
- */
412
- deletePropertyDictionaryItems(ids?: string[] | undefined): Promise<void>;
413
- protected processDeletePropertyDictionaryItems(response: Response): Promise<void>;
414
- }
415
- export declare class CatalogModuleVideosClient extends AuthApiBase {
416
- private http;
417
- private baseUrl;
418
- protected jsonParseReviver: ((key: string, value: any) => any) | undefined;
419
- constructor(baseUrl?: string, http?: {
420
- fetch(url: RequestInfo, init?: RequestInit): Promise<Response>;
421
- });
422
- /**
423
- * Get video options from configuration
424
- * @return Success
425
- */
426
- getOptions(): Promise<VideoOptions>;
427
- protected processGetOptions(response: Response): Promise<VideoOptions>;
428
- /**
429
- * Create video
430
- * @param body (optional)
431
- * @return Success
432
- */
433
- createVideo(body?: VideoCreateRequest | undefined): Promise<Video>;
434
- protected processCreateVideo(response: Response): Promise<Video>;
435
- /**
436
- * Search videos
437
- * @param body (optional)
438
- * @return Success
439
- */
440
- searchVideos(body?: VideoSearchCriteria | undefined): Promise<VideoSearchResult>;
441
- protected processSearchVideos(response: Response): Promise<VideoSearchResult>;
442
- /**
443
- * Create new or update existing videos
444
- * @param body (optional) Video models
445
- * @return Success
446
- */
447
- update(body?: Video[] | undefined): Promise<Video[]>;
448
- protected processUpdate(response: Response): Promise<Video[]>;
449
- /**
450
- * Delete videos by ids
451
- * @param ids (optional) Video ids
452
- * @return Success
453
- */
454
- delete(ids?: string[] | undefined): Promise<void>;
455
- protected processDelete(response: Response): Promise<void>;
456
- }
457
- export declare class Aggregation implements IAggregation {
458
- /** Gets or sets the value of the aggregation type */
459
- aggregationType?: string | undefined;
460
- /** Gets or sets the value of the aggregation field */
461
- field?: string | undefined;
462
- /** Gets or sets the collection of the aggregation labels */
463
- labels?: AggregationLabel[] | undefined;
464
- /** Gets or sets the collection of the aggregation items */
465
- items?: AggregationItem[] | undefined;
466
- constructor(data?: IAggregation);
467
- init(_data?: any): void;
468
- static fromJS(data: any): Aggregation;
469
- toJSON(data?: any): any;
470
- }
471
- export interface IAggregation {
472
- /** Gets or sets the value of the aggregation type */
473
- aggregationType?: string | undefined;
474
- /** Gets or sets the value of the aggregation field */
475
- field?: string | undefined;
476
- /** Gets or sets the collection of the aggregation labels */
477
- labels?: AggregationLabel[] | undefined;
478
- /** Gets or sets the collection of the aggregation items */
479
- items?: AggregationItem[] | undefined;
480
- }
481
- export declare class AggregationItem implements IAggregationItem {
482
- /** Gets or sets the aggregation item value */
483
- value?: any | undefined;
484
- /** Gets or sets the aggregation item count */
485
- count?: number;
486
- /** Gets or sets the flag for aggregation item is applied */
487
- isApplied?: boolean;
488
- /** Gets or sets the collection of the aggregation item labels */
489
- labels?: AggregationLabel[] | undefined;
490
- /** Gets or sets the request lower bound for range aggregation value */
491
- requestedLowerBound?: string | undefined;
492
- /** Gets or sets the request lower bound for range aggregation value */
493
- requestedUpperBound?: string | undefined;
494
- /** Is lower bound for range included */
495
- includeLower?: boolean;
496
- /** Is upper bound for range included */
497
- includeUpper?: boolean;
498
- constructor(data?: IAggregationItem);
499
- init(_data?: any): void;
500
- static fromJS(data: any): AggregationItem;
501
- toJSON(data?: any): any;
502
- }
503
- export interface IAggregationItem {
504
- /** Gets or sets the aggregation item value */
505
- value?: any | undefined;
506
- /** Gets or sets the aggregation item count */
507
- count?: number;
508
- /** Gets or sets the flag for aggregation item is applied */
509
- isApplied?: boolean;
510
- /** Gets or sets the collection of the aggregation item labels */
511
- labels?: AggregationLabel[] | undefined;
512
- /** Gets or sets the request lower bound for range aggregation value */
513
- requestedLowerBound?: string | undefined;
514
- /** Gets or sets the request lower bound for range aggregation value */
515
- requestedUpperBound?: string | undefined;
516
- /** Is lower bound for range included */
517
- includeLower?: boolean;
518
- /** Is upper bound for range included */
519
- includeUpper?: boolean;
520
- }
521
- export declare class AggregationLabel implements IAggregationLabel {
522
- language?: string | undefined;
523
- label?: string | undefined;
524
- constructor(data?: IAggregationLabel);
525
- init(_data?: any): void;
526
- static fromJS(data: any): AggregationLabel;
527
- toJSON(data?: any): any;
528
- }
529
- export interface IAggregationLabel {
530
- language?: string | undefined;
531
- label?: string | undefined;
532
- }
533
- export declare class Asset implements IAsset {
534
- mimeType?: string | undefined;
535
- size?: number;
536
- readonly readableSize?: string | undefined;
537
- binaryData?: string | undefined;
538
- relativeUrl?: string | undefined;
539
- url?: string | undefined;
540
- description?: string | undefined;
541
- sortOrder?: number;
542
- /** Gets or sets the asset type identifier. */
543
- typeId?: string | undefined;
544
- /** Gets or sets the asset group name. */
545
- group?: string | undefined;
546
- /** Gets or sets the asset name. */
547
- name?: string | undefined;
548
- outerId?: string | undefined;
549
- /** Gets or sets the asset language. */
550
- languageCode?: string | undefined;
551
- /** System flag used to mark that object was inherited from other */
552
- readonly isInherited?: boolean;
553
- readonly seoObjectType?: string | undefined;
554
- seoInfos?: SeoInfo[] | undefined;
555
- createdDate?: Date;
556
- modifiedDate?: Date | undefined;
557
- createdBy?: string | undefined;
558
- modifiedBy?: string | undefined;
559
- id?: string | undefined;
560
- constructor(data?: IAsset);
561
- init(_data?: any): void;
562
- static fromJS(data: any): Asset;
563
- toJSON(data?: any): any;
564
- }
565
- export interface IAsset {
566
- mimeType?: string | undefined;
567
- size?: number;
568
- readableSize?: string | undefined;
569
- binaryData?: string | undefined;
570
- relativeUrl?: string | undefined;
571
- url?: string | undefined;
572
- description?: string | undefined;
573
- sortOrder?: number;
574
- /** Gets or sets the asset type identifier. */
575
- typeId?: string | undefined;
576
- /** Gets or sets the asset group name. */
577
- group?: string | undefined;
578
- /** Gets or sets the asset name. */
579
- name?: string | undefined;
580
- outerId?: string | undefined;
581
- /** Gets or sets the asset language. */
582
- languageCode?: string | undefined;
583
- /** System flag used to mark that object was inherited from other */
584
- isInherited?: boolean;
585
- seoObjectType?: string | undefined;
586
- seoInfos?: SeoInfo[] | undefined;
587
- createdDate?: Date;
588
- modifiedDate?: Date | undefined;
589
- createdBy?: string | undefined;
590
- modifiedBy?: string | undefined;
591
- id?: string | undefined;
592
- }
593
- /** Information to search and create links to categories and items */
594
- export declare class BulkLinkCreationRequest implements IBulkLinkCreationRequest {
595
- searchCriteria?: CatalogListEntrySearchCriteria | undefined;
596
- /** The target category identifier for the link */
597
- categoryId?: string | undefined;
598
- /** The target catalog identifier for the link */
599
- catalogId?: string | undefined;
600
- constructor(data?: IBulkLinkCreationRequest);
601
- init(_data?: any): void;
602
- static fromJS(data: any): BulkLinkCreationRequest;
603
- toJSON(data?: any): any;
604
- }
605
- /** Information to search and create links to categories and items */
606
- export interface IBulkLinkCreationRequest {
607
- searchCriteria?: CatalogListEntrySearchCriteria | undefined;
608
- /** The target category identifier for the link */
609
- categoryId?: string | undefined;
610
- /** The target catalog identifier for the link */
611
- catalogId?: string | undefined;
612
- }
613
- export declare class Catalog implements ICatalog {
614
- name?: string | undefined;
615
- isVirtual?: boolean;
616
- outerId?: string | undefined;
617
- readonly defaultLanguage?: CatalogLanguage | undefined;
618
- languages?: CatalogLanguage[] | undefined;
619
- properties?: Property[] | undefined;
620
- createdDate?: Date;
621
- modifiedDate?: Date | undefined;
622
- createdBy?: string | undefined;
623
- modifiedBy?: string | undefined;
624
- id?: string | undefined;
625
- constructor(data?: ICatalog);
626
- init(_data?: any): void;
627
- static fromJS(data: any): Catalog;
628
- toJSON(data?: any): any;
629
- }
630
- export interface ICatalog {
631
- name?: string | undefined;
632
- isVirtual?: boolean;
633
- outerId?: string | undefined;
634
- defaultLanguage?: CatalogLanguage | undefined;
635
- languages?: CatalogLanguage[] | undefined;
636
- properties?: Property[] | undefined;
637
- createdDate?: Date;
638
- modifiedDate?: Date | undefined;
639
- createdBy?: string | undefined;
640
- modifiedBy?: string | undefined;
641
- id?: string | undefined;
642
- }
643
- export declare class CatalogLanguage implements ICatalogLanguage {
644
- catalogId?: string | undefined;
645
- isDefault?: boolean;
646
- languageCode?: string | undefined;
647
- id?: string | undefined;
648
- constructor(data?: ICatalogLanguage);
649
- init(_data?: any): void;
650
- static fromJS(data: any): CatalogLanguage;
651
- toJSON(data?: any): any;
652
- }
653
- export interface ICatalogLanguage {
654
- catalogId?: string | undefined;
655
- isDefault?: boolean;
656
- languageCode?: string | undefined;
657
- id?: string | undefined;
658
- }
659
- export declare class CatalogListEntrySearchCriteria implements ICatalogListEntrySearchCriteria {
660
- code?: string | undefined;
661
- /** Search by vendor */
662
- vendorId?: string | undefined;
663
- vendorIds?: string[] | undefined;
664
- /** Search product with specified type */
665
- productType?: string | undefined;
666
- productTypes?: string[] | undefined;
667
- /** Exclude a specified product type from the search */
668
- excludeProductType?: string | undefined;
669
- excludeProductTypes?: string[] | undefined;
670
- withHidden?: boolean;
671
- hideDirectLinkedCategories?: boolean;
672
- /** Search within variations of specified main product */
673
- mainProductId?: string | undefined;
674
- /** Search in all children categories for specified catalog or categories */
675
- searchInChildren?: boolean;
676
- /** Also search in variations */
677
- searchInVariations?: boolean;
678
- onlyBuyable?: boolean | undefined;
679
- onlyWithTrackingInventory?: boolean | undefined;
680
- catalogId?: string | undefined;
681
- catalogIds?: string[] | undefined;
682
- categoryId?: string | undefined;
683
- categoryIds?: string[] | undefined;
684
- responseGroup?: string | undefined;
685
- objectType?: string | undefined;
686
- objectTypes?: string[] | undefined;
687
- objectIds?: string[] | undefined;
688
- keyword?: string | undefined;
689
- searchPhrase?: string | undefined;
690
- languageCode?: string | undefined;
691
- sort?: string | undefined;
692
- readonly sortInfos?: SortInfo[] | undefined;
693
- skip?: number;
694
- take?: number;
695
- constructor(data?: ICatalogListEntrySearchCriteria);
696
- init(_data?: any): void;
697
- static fromJS(data: any): CatalogListEntrySearchCriteria;
698
- toJSON(data?: any): any;
699
- }
700
- export interface ICatalogListEntrySearchCriteria {
701
- code?: string | undefined;
702
- /** Search by vendor */
703
- vendorId?: string | undefined;
704
- vendorIds?: string[] | undefined;
705
- /** Search product with specified type */
706
- productType?: string | undefined;
707
- productTypes?: string[] | undefined;
708
- /** Exclude a specified product type from the search */
709
- excludeProductType?: string | undefined;
710
- excludeProductTypes?: string[] | undefined;
711
- withHidden?: boolean;
712
- hideDirectLinkedCategories?: boolean;
713
- /** Search within variations of specified main product */
714
- mainProductId?: string | undefined;
715
- /** Search in all children categories for specified catalog or categories */
716
- searchInChildren?: boolean;
717
- /** Also search in variations */
718
- searchInVariations?: boolean;
719
- onlyBuyable?: boolean | undefined;
720
- onlyWithTrackingInventory?: boolean | undefined;
721
- catalogId?: string | undefined;
722
- catalogIds?: string[] | undefined;
723
- categoryId?: string | undefined;
724
- categoryIds?: string[] | undefined;
725
- responseGroup?: string | undefined;
726
- objectType?: string | undefined;
727
- objectTypes?: string[] | undefined;
728
- objectIds?: string[] | undefined;
729
- keyword?: string | undefined;
730
- searchPhrase?: string | undefined;
731
- languageCode?: string | undefined;
732
- sort?: string | undefined;
733
- sortInfos?: SortInfo[] | undefined;
734
- skip?: number;
735
- take?: number;
736
- }
737
- export declare class CatalogProduct implements ICatalogProduct {
738
- /** The type of product. Can be "Physical", "Digital", etc. */
739
- productType?: string | undefined;
740
- /** The Stock Keeping Unit (SKU) code for the product. */
741
- code?: string | undefined;
742
- /** The manufacturer's part number for the product. */
743
- manufacturerPartNumber?: string | undefined;
744
- /** The Global Trade Item Number (GTIN) for the product. This can include UPC (in North America), EAN (in Europe), JAN (in Japan), and ISBN (for books). */
745
- gtin?: string | undefined;
746
- /** The name of the product. */
747
- name?: string | undefined;
748
- /** The ID of the catalog to which this product belongs. */
749
- catalogId?: string | undefined;
750
- /** The ID of the category to which this product belongs. */
751
- categoryId?: string | undefined;
752
- /** Product outline in physical catalog (all parent categories ids concatenated. E.g. (1/21/344)) */
753
- readonly outline?: string | undefined;
754
- /** Product path in physical catalog (all parent categories names concatenated. E.g. (parent1/parent2)) */
755
- readonly path?: string | undefined;
756
- readonly titularItemId?: string | undefined;
757
- /** The ID of the main product associated with this product variation. */
758
- mainProductId?: string | undefined;
759
- /** Specifies whether the product is currently visible on the store for customers to view and purchase.
760
- If set to false, the product is currently sold out. */
761
- isActive?: boolean | undefined;
762
- /** Specifies whether the product is currently visible on the store for customers to view and purchase.
763
- If set to false, the product is currently ouf of stock. */
764
- isBuyable?: boolean | undefined;
765
- /** Indicates whether the inventory service is tracking the availability of this product.
766
- If set to false, the product is considered in stock without any inventory limitations. */
767
- trackInventory?: boolean | undefined;
768
- /** The date and time when the product was last indexed for search. */
769
- indexingDate?: Date | undefined;
770
- /** The maximum quantity of the product that can be purchased in a single order. A value of 0 indicates that there are no limitations on the maximum quantity. */
771
- maxQuantity?: number | undefined;
772
- /** The minimum quantity of the product that must be purchased in a single order. A value of 0 indicates that there are no limitations on the minimum quantity. */
773
- minQuantity?: number | undefined;
774
- /** First listed date and time. If you do not specify an end date, the product will be active until you deactivate it.If you do not specify an end date, the product will be active until you deactivate it.If you do not specify a start date, the product will become active immediately once you save it. */
775
- startDate?: Date;
776
- /** Listing expires on the specific date and time. If you do not specify an end date, the product will be active until you deactivate it. */
777
- endDate?: Date | undefined;
778
- /** The type of package for this product, which determines the product's specific dimensions. */
779
- packageType?: string | undefined;
780
- /** The unit of measurement for the product's weight. */
781
- weightUnit?: string | undefined;
782
- /** The weight of the product, in the unit specified by the WeightUnit property. */
783
- weight?: number | undefined;
784
- /** The unit of measurement for the product's height, length, and width. */
785
- measureUnit?: string | undefined;
786
- /** The height of the product, in the unit specified by the MeasureUnit property. */
787
- height?: number | undefined;
788
- /** The length of the product, in the unit specified by the MeasureUnit property. */
789
- length?: number | undefined;
790
- /** The width of the product, in the unit specified by the MeasureUnit property. */
791
- width?: number | undefined;
792
- enableReview?: boolean | undefined;
793
- /** The maximum number of times the product can be downloaded. A value of 0 indicates no limit. */
794
- maxNumberOfDownload?: number | undefined;
795
- /** The date and time when the download link or access to the product will expire. */
796
- downloadExpiration?: Date | undefined;
797
- /** The type of product download. Valid values include: "Standard Product", "Software", and "Music". */
798
- downloadType?: string | undefined;
799
- /** Indicates whether the product requires the user to agree to any terms or conditions before downloading. */
800
- hasUserAgreement?: boolean | undefined;
801
- /** Specifies the type of shipping option available for the product. */
802
- shippingType?: string | undefined;
803
- /** Specifies the type of tax applied to the product. */
804
- taxType?: string | undefined;
805
- /** ID of the vendor associated with the product. */
806
- vendor?: string | undefined;
807
- /** Indicates the position of the product in the catalog for ordering purposes. */
808
- priority?: number;
809
- /** An external identifier for the product that can be used for integration with external systems. */
810
- outerId?: string | undefined;
811
- properties?: Property[] | undefined;
812
- excludedProperties?: ExcludedProperty[] | undefined;
813
- propertyValues?: PropertyValue[] | undefined;
814
- /** Gets the default image for the product. */
815
- readonly imgSrc?: string | undefined;
816
- images?: Image[] | undefined;
817
- assets?: Asset[] | undefined;
818
- links?: CategoryLink[] | undefined;
819
- variations?: Variation[] | undefined;
820
- /** Each descendant type should override this property to use other object type for seo records */
821
- readonly seoObjectType?: string | undefined;
822
- seoInfos?: SeoInfo[] | undefined;
823
- reviews?: EditorialReview[] | undefined;
824
- associations?: ProductAssociation[] | undefined;
825
- referencedAssociations?: ProductAssociation[] | undefined;
826
- outlines?: Outline[] | undefined;
827
- /** System flag used to mark that object was inherited from other */
828
- readonly isInherited?: boolean;
829
- createdDate?: Date;
830
- modifiedDate?: Date | undefined;
831
- createdBy?: string | undefined;
832
- modifiedBy?: string | undefined;
833
- id?: string | undefined;
834
- constructor(data?: ICatalogProduct);
835
- init(_data?: any): void;
836
- static fromJS(data: any): CatalogProduct;
837
- toJSON(data?: any): any;
838
- }
839
- export interface ICatalogProduct {
840
- /** The type of product. Can be "Physical", "Digital", etc. */
841
- productType?: string | undefined;
842
- /** The Stock Keeping Unit (SKU) code for the product. */
843
- code?: string | undefined;
844
- /** The manufacturer's part number for the product. */
845
- manufacturerPartNumber?: string | undefined;
846
- /** The Global Trade Item Number (GTIN) for the product. This can include UPC (in North America), EAN (in Europe), JAN (in Japan), and ISBN (for books). */
847
- gtin?: string | undefined;
848
- /** The name of the product. */
849
- name?: string | undefined;
850
- /** The ID of the catalog to which this product belongs. */
851
- catalogId?: string | undefined;
852
- /** The ID of the category to which this product belongs. */
853
- categoryId?: string | undefined;
854
- /** Product outline in physical catalog (all parent categories ids concatenated. E.g. (1/21/344)) */
855
- outline?: string | undefined;
856
- /** Product path in physical catalog (all parent categories names concatenated. E.g. (parent1/parent2)) */
857
- path?: string | undefined;
858
- titularItemId?: string | undefined;
859
- /** The ID of the main product associated with this product variation. */
860
- mainProductId?: string | undefined;
861
- /** Specifies whether the product is currently visible on the store for customers to view and purchase.
862
- If set to false, the product is currently sold out. */
863
- isActive?: boolean | undefined;
864
- /** Specifies whether the product is currently visible on the store for customers to view and purchase.
865
- If set to false, the product is currently ouf of stock. */
866
- isBuyable?: boolean | undefined;
867
- /** Indicates whether the inventory service is tracking the availability of this product.
868
- If set to false, the product is considered in stock without any inventory limitations. */
869
- trackInventory?: boolean | undefined;
870
- /** The date and time when the product was last indexed for search. */
871
- indexingDate?: Date | undefined;
872
- /** The maximum quantity of the product that can be purchased in a single order. A value of 0 indicates that there are no limitations on the maximum quantity. */
873
- maxQuantity?: number | undefined;
874
- /** The minimum quantity of the product that must be purchased in a single order. A value of 0 indicates that there are no limitations on the minimum quantity. */
875
- minQuantity?: number | undefined;
876
- /** First listed date and time. If you do not specify an end date, the product will be active until you deactivate it.If you do not specify an end date, the product will be active until you deactivate it.If you do not specify a start date, the product will become active immediately once you save it. */
877
- startDate?: Date;
878
- /** Listing expires on the specific date and time. If you do not specify an end date, the product will be active until you deactivate it. */
879
- endDate?: Date | undefined;
880
- /** The type of package for this product, which determines the product's specific dimensions. */
881
- packageType?: string | undefined;
882
- /** The unit of measurement for the product's weight. */
883
- weightUnit?: string | undefined;
884
- /** The weight of the product, in the unit specified by the WeightUnit property. */
885
- weight?: number | undefined;
886
- /** The unit of measurement for the product's height, length, and width. */
887
- measureUnit?: string | undefined;
888
- /** The height of the product, in the unit specified by the MeasureUnit property. */
889
- height?: number | undefined;
890
- /** The length of the product, in the unit specified by the MeasureUnit property. */
891
- length?: number | undefined;
892
- /** The width of the product, in the unit specified by the MeasureUnit property. */
893
- width?: number | undefined;
894
- enableReview?: boolean | undefined;
895
- /** The maximum number of times the product can be downloaded. A value of 0 indicates no limit. */
896
- maxNumberOfDownload?: number | undefined;
897
- /** The date and time when the download link or access to the product will expire. */
898
- downloadExpiration?: Date | undefined;
899
- /** The type of product download. Valid values include: "Standard Product", "Software", and "Music". */
900
- downloadType?: string | undefined;
901
- /** Indicates whether the product requires the user to agree to any terms or conditions before downloading. */
902
- hasUserAgreement?: boolean | undefined;
903
- /** Specifies the type of shipping option available for the product. */
904
- shippingType?: string | undefined;
905
- /** Specifies the type of tax applied to the product. */
906
- taxType?: string | undefined;
907
- /** ID of the vendor associated with the product. */
908
- vendor?: string | undefined;
909
- /** Indicates the position of the product in the catalog for ordering purposes. */
910
- priority?: number;
911
- /** An external identifier for the product that can be used for integration with external systems. */
912
- outerId?: string | undefined;
913
- properties?: Property[] | undefined;
914
- excludedProperties?: ExcludedProperty[] | undefined;
915
- propertyValues?: PropertyValue[] | undefined;
916
- /** Gets the default image for the product. */
917
- imgSrc?: string | undefined;
918
- images?: Image[] | undefined;
919
- assets?: Asset[] | undefined;
920
- links?: CategoryLink[] | undefined;
921
- variations?: Variation[] | undefined;
922
- /** Each descendant type should override this property to use other object type for seo records */
923
- seoObjectType?: string | undefined;
924
- seoInfos?: SeoInfo[] | undefined;
925
- reviews?: EditorialReview[] | undefined;
926
- associations?: ProductAssociation[] | undefined;
927
- referencedAssociations?: ProductAssociation[] | undefined;
928
- outlines?: Outline[] | undefined;
929
- /** System flag used to mark that object was inherited from other */
930
- isInherited?: boolean;
931
- createdDate?: Date;
932
- modifiedDate?: Date | undefined;
933
- createdBy?: string | undefined;
934
- modifiedBy?: string | undefined;
935
- id?: string | undefined;
936
- }
937
- export declare class CatalogSearchCriteria implements ICatalogSearchCriteria {
938
- catalogIds?: string[] | undefined;
939
- outerIds?: string[] | undefined;
940
- responseGroup?: string | undefined;
941
- objectType?: string | undefined;
942
- objectTypes?: string[] | undefined;
943
- objectIds?: string[] | undefined;
944
- keyword?: string | undefined;
945
- searchPhrase?: string | undefined;
946
- languageCode?: string | undefined;
947
- sort?: string | undefined;
948
- readonly sortInfos?: SortInfo[] | undefined;
949
- skip?: number;
950
- take?: number;
951
- constructor(data?: ICatalogSearchCriteria);
952
- init(_data?: any): void;
953
- static fromJS(data: any): CatalogSearchCriteria;
954
- toJSON(data?: any): any;
955
- }
956
- export interface ICatalogSearchCriteria {
957
- catalogIds?: string[] | undefined;
958
- outerIds?: string[] | undefined;
959
- responseGroup?: string | undefined;
960
- objectType?: string | undefined;
961
- objectTypes?: string[] | undefined;
962
- objectIds?: string[] | undefined;
963
- keyword?: string | undefined;
964
- searchPhrase?: string | undefined;
965
- languageCode?: string | undefined;
966
- sort?: string | undefined;
967
- sortInfos?: SortInfo[] | undefined;
968
- skip?: number;
969
- take?: number;
970
- }
971
- export declare class CatalogSearchResult implements ICatalogSearchResult {
972
- totalCount?: number;
973
- results?: Catalog[] | undefined;
974
- constructor(data?: ICatalogSearchResult);
975
- init(_data?: any): void;
976
- static fromJS(data: any): CatalogSearchResult;
977
- toJSON(data?: any): any;
978
- }
979
- export interface ICatalogSearchResult {
980
- totalCount?: number;
981
- results?: Catalog[] | undefined;
982
- }
983
- export declare class Category implements ICategory {
984
- catalogId?: string | undefined;
985
- parentId?: string | undefined;
986
- code?: string | undefined;
987
- name?: string | undefined;
988
- /** Category outline in physical catalog (all parent categories ids concatenated. E.g. (1/21/344)) */
989
- readonly outline?: string | undefined;
990
- /** Category path in physical catalog (all parent categories names concatenated. E.g. (parent1/parent2)) */
991
- path?: string | undefined;
992
- isVirtual?: boolean;
993
- level?: number;
994
- packageType?: string | undefined;
995
- priority?: number;
996
- isActive?: boolean | undefined;
997
- outerId?: string | undefined;
998
- properties?: Property[] | undefined;
999
- excludedProperties?: ExcludedProperty[] | undefined;
1000
- links?: CategoryLink[] | undefined;
1001
- taxType?: string | undefined;
1002
- readonly seoObjectType?: string | undefined;
1003
- seoInfos?: SeoInfo[] | undefined;
1004
- enableDescription?: boolean | undefined;
1005
- descriptions?: CategoryDescription[] | undefined;
1006
- /** Gets the default image */
1007
- readonly imgSrc?: string | undefined;
1008
- images?: Image[] | undefined;
1009
- outlines?: Outline[] | undefined;
1010
- /** System flag used to mark that object was inherited from other */
1011
- readonly isInherited?: boolean;
1012
- createdDate?: Date;
1013
- modifiedDate?: Date | undefined;
1014
- createdBy?: string | undefined;
1015
- modifiedBy?: string | undefined;
1016
- id?: string | undefined;
1017
- constructor(data?: ICategory);
1018
- init(_data?: any): void;
1019
- static fromJS(data: any): Category;
1020
- toJSON(data?: any): any;
1021
- }
1022
- export interface ICategory {
1023
- catalogId?: string | undefined;
1024
- parentId?: string | undefined;
1025
- code?: string | undefined;
1026
- name?: string | undefined;
1027
- /** Category outline in physical catalog (all parent categories ids concatenated. E.g. (1/21/344)) */
1028
- outline?: string | undefined;
1029
- /** Category path in physical catalog (all parent categories names concatenated. E.g. (parent1/parent2)) */
1030
- path?: string | undefined;
1031
- isVirtual?: boolean;
1032
- level?: number;
1033
- packageType?: string | undefined;
1034
- priority?: number;
1035
- isActive?: boolean | undefined;
1036
- outerId?: string | undefined;
1037
- properties?: Property[] | undefined;
1038
- excludedProperties?: ExcludedProperty[] | undefined;
1039
- links?: CategoryLink[] | undefined;
1040
- taxType?: string | undefined;
1041
- seoObjectType?: string | undefined;
1042
- seoInfos?: SeoInfo[] | undefined;
1043
- enableDescription?: boolean | undefined;
1044
- descriptions?: CategoryDescription[] | undefined;
1045
- /** Gets the default image */
1046
- imgSrc?: string | undefined;
1047
- images?: Image[] | undefined;
1048
- outlines?: Outline[] | undefined;
1049
- /** System flag used to mark that object was inherited from other */
1050
- isInherited?: boolean;
1051
- createdDate?: Date;
1052
- modifiedDate?: Date | undefined;
1053
- createdBy?: string | undefined;
1054
- modifiedBy?: string | undefined;
1055
- id?: string | undefined;
1056
- }
1057
- export declare class CategoryDescription implements ICategoryDescription {
1058
- content?: string | undefined;
1059
- descriptionType?: string | undefined;
1060
- languageCode?: string | undefined;
1061
- isInherited?: boolean;
1062
- createdDate?: Date;
1063
- modifiedDate?: Date | undefined;
1064
- createdBy?: string | undefined;
1065
- modifiedBy?: string | undefined;
1066
- id?: string | undefined;
1067
- constructor(data?: ICategoryDescription);
1068
- init(_data?: any): void;
1069
- static fromJS(data: any): CategoryDescription;
1070
- toJSON(data?: any): any;
1071
- }
1072
- export interface ICategoryDescription {
1073
- content?: string | undefined;
1074
- descriptionType?: string | undefined;
1075
- languageCode?: string | undefined;
1076
- isInherited?: boolean;
1077
- createdDate?: Date;
1078
- modifiedDate?: Date | undefined;
1079
- createdBy?: string | undefined;
1080
- modifiedBy?: string | undefined;
1081
- id?: string | undefined;
1082
- }
1083
- export declare class CategoryIndexedSearchCriteria implements ICategoryIndexedSearchCriteria {
1084
- objectType?: string | undefined;
1085
- storeId?: string | undefined;
1086
- catalogId?: string | undefined;
1087
- catalogIds?: string[] | undefined;
1088
- /** CategoryId1/CategoryId2, no catalog should be included in the outline */
1089
- outline?: string | undefined;
1090
- /** CategoryId1/CategoryId2, no catalog should be included in the outline */
1091
- outlines?: string[] | undefined;
1092
- /** Term format: name:value1,value2 */
1093
- terms?: string[] | undefined;
1094
- /** Assigned groups for current user. Data format: user_groups:value1,value2 */
1095
- userGroups?: string[] | undefined;
1096
- /** Enable fuzzy search, i.e. allow to search color:white even if color:wihte actually passed to criteria */
1097
- isFuzzySearch?: boolean;
1098
- /** Gets or sets the search provider specific raw search query; all other search criteria will be ignored */
1099
- rawQuery?: string | undefined;
1100
- /** Allows to retrieve only a specific set of fields in the result hits */
1101
- includeFields?: string[] | undefined;
1102
- searchPhrase?: string | undefined;
1103
- keyword?: string | undefined;
1104
- responseGroup?: string | undefined;
1105
- objectTypes?: string[] | undefined;
1106
- objectIds?: string[] | undefined;
1107
- languageCode?: string | undefined;
1108
- sort?: string | undefined;
1109
- readonly sortInfos?: SortInfo[] | undefined;
1110
- skip?: number;
1111
- take?: number;
1112
- constructor(data?: ICategoryIndexedSearchCriteria);
1113
- init(_data?: any): void;
1114
- static fromJS(data: any): CategoryIndexedSearchCriteria;
1115
- toJSON(data?: any): any;
1116
- }
1117
- export interface ICategoryIndexedSearchCriteria {
1118
- objectType?: string | undefined;
1119
- storeId?: string | undefined;
1120
- catalogId?: string | undefined;
1121
- catalogIds?: string[] | undefined;
1122
- /** CategoryId1/CategoryId2, no catalog should be included in the outline */
1123
- outline?: string | undefined;
1124
- /** CategoryId1/CategoryId2, no catalog should be included in the outline */
1125
- outlines?: string[] | undefined;
1126
- /** Term format: name:value1,value2 */
1127
- terms?: string[] | undefined;
1128
- /** Assigned groups for current user. Data format: user_groups:value1,value2 */
1129
- userGroups?: string[] | undefined;
1130
- /** Enable fuzzy search, i.e. allow to search color:white even if color:wihte actually passed to criteria */
1131
- isFuzzySearch?: boolean;
1132
- /** Gets or sets the search provider specific raw search query; all other search criteria will be ignored */
1133
- rawQuery?: string | undefined;
1134
- /** Allows to retrieve only a specific set of fields in the result hits */
1135
- includeFields?: string[] | undefined;
1136
- searchPhrase?: string | undefined;
1137
- keyword?: string | undefined;
1138
- responseGroup?: string | undefined;
1139
- objectTypes?: string[] | undefined;
1140
- objectIds?: string[] | undefined;
1141
- languageCode?: string | undefined;
1142
- sort?: string | undefined;
1143
- sortInfos?: SortInfo[] | undefined;
1144
- skip?: number;
1145
- take?: number;
1146
- }
1147
- export declare class CategoryIndexedSearchResult implements ICategoryIndexedSearchResult {
1148
- totalCount?: number;
1149
- items?: Category[] | undefined;
1150
- aggregations?: Aggregation[] | undefined;
1151
- constructor(data?: ICategoryIndexedSearchResult);
1152
- init(_data?: any): void;
1153
- static fromJS(data: any): CategoryIndexedSearchResult;
1154
- toJSON(data?: any): any;
1155
- }
1156
- export interface ICategoryIndexedSearchResult {
1157
- totalCount?: number;
1158
- items?: Category[] | undefined;
1159
- aggregations?: Aggregation[] | undefined;
1160
- }
1161
- export declare class CategoryLink implements ICategoryLink {
1162
- /** Entry identifier which this link belongs to */
1163
- readonly entryId?: string | undefined;
1164
- listEntryId?: string | undefined;
1165
- /** Gets or sets the type of the list entry. E.g. "product", "category" */
1166
- listEntryType?: string | undefined;
1167
- /** Product order position in virtual catalog */
1168
- priority?: number;
1169
- catalogId?: string | undefined;
1170
- categoryId?: string | undefined;
1171
- /** Gets the Id of either target Catetory or Catalog */
1172
- readonly targetId?: string | undefined;
1173
- /** Gets the name of either target Catetory or Catalog */
1174
- readonly name?: string | undefined;
1175
- constructor(data?: ICategoryLink);
1176
- init(_data?: any): void;
1177
- static fromJS(data: any): CategoryLink;
1178
- toJSON(data?: any): any;
1179
- }
1180
- export interface ICategoryLink {
1181
- /** Entry identifier which this link belongs to */
1182
- entryId?: string | undefined;
1183
- listEntryId?: string | undefined;
1184
- /** Gets or sets the type of the list entry. E.g. "product", "category" */
1185
- listEntryType?: string | undefined;
1186
- /** Product order position in virtual catalog */
1187
- priority?: number;
1188
- catalogId?: string | undefined;
1189
- categoryId?: string | undefined;
1190
- /** Gets the Id of either target Catetory or Catalog */
1191
- targetId?: string | undefined;
1192
- /** Gets the name of either target Catetory or Catalog */
1193
- name?: string | undefined;
1194
- }
1195
- export declare class CategoryPropertyValidationRequest implements ICategoryPropertyValidationRequest {
1196
- propertyName?: string | undefined;
1197
- propertyType?: string | undefined;
1198
- categoryId?: string | undefined;
1199
- catalogId?: string | undefined;
1200
- constructor(data?: ICategoryPropertyValidationRequest);
1201
- init(_data?: any): void;
1202
- static fromJS(data: any): CategoryPropertyValidationRequest;
1203
- toJSON(data?: any): any;
1204
- }
1205
- export interface ICategoryPropertyValidationRequest {
1206
- propertyName?: string | undefined;
1207
- propertyType?: string | undefined;
1208
- categoryId?: string | undefined;
1209
- catalogId?: string | undefined;
1210
- }
1211
- export declare class EditorialReview implements IEditorialReview {
1212
- content?: string | undefined;
1213
- reviewType?: string | undefined;
1214
- languageCode?: string | undefined;
1215
- isInherited?: boolean;
1216
- createdDate?: Date;
1217
- modifiedDate?: Date | undefined;
1218
- createdBy?: string | undefined;
1219
- modifiedBy?: string | undefined;
1220
- id?: string | undefined;
1221
- constructor(data?: IEditorialReview);
1222
- init(_data?: any): void;
1223
- static fromJS(data: any): EditorialReview;
1224
- toJSON(data?: any): any;
1225
- }
1226
- export interface IEditorialReview {
1227
- content?: string | undefined;
1228
- reviewType?: string | undefined;
1229
- languageCode?: string | undefined;
1230
- isInherited?: boolean;
1231
- createdDate?: Date;
1232
- modifiedDate?: Date | undefined;
1233
- createdBy?: string | undefined;
1234
- modifiedBy?: string | undefined;
1235
- id?: string | undefined;
1236
- }
1237
- export declare class ExcludedProperty implements IExcludedProperty {
1238
- name?: string | undefined;
1239
- isInherited?: boolean;
1240
- constructor(data?: IExcludedProperty);
1241
- init(_data?: any): void;
1242
- static fromJS(data: any): ExcludedProperty;
1243
- toJSON(data?: any): any;
1244
- }
1245
- export interface IExcludedProperty {
1246
- name?: string | undefined;
1247
- isInherited?: boolean;
1248
- }
1249
- export declare class GeoDistanceFilter implements IGeoDistanceFilter {
1250
- fieldName?: string | undefined;
1251
- location?: GeoPoint | undefined;
1252
- distance?: number;
1253
- constructor(data?: IGeoDistanceFilter);
1254
- init(_data?: any): void;
1255
- static fromJS(data: any): GeoDistanceFilter;
1256
- toJSON(data?: any): any;
1257
- }
1258
- export interface IGeoDistanceFilter {
1259
- fieldName?: string | undefined;
1260
- location?: GeoPoint | undefined;
1261
- distance?: number;
1262
- }
1263
- export declare class GeoPoint implements IGeoPoint {
1264
- latitude?: number;
1265
- longitude?: number;
1266
- constructor(data?: IGeoPoint);
1267
- init(_data?: any): void;
1268
- static fromJS(data: any): GeoPoint;
1269
- toJSON(data?: any): any;
1270
- }
1271
- export interface IGeoPoint {
1272
- latitude?: number;
1273
- longitude?: number;
1274
- }
1275
- export declare class Image implements IImage {
1276
- binaryData?: string | undefined;
1277
- altText?: string | undefined;
1278
- relativeUrl?: string | undefined;
1279
- url?: string | undefined;
1280
- description?: string | undefined;
1281
- sortOrder?: number;
1282
- /** Gets or sets the asset type identifier. */
1283
- typeId?: string | undefined;
1284
- /** Gets or sets the asset group name. */
1285
- group?: string | undefined;
1286
- /** Gets or sets the asset name. */
1287
- name?: string | undefined;
1288
- outerId?: string | undefined;
1289
- /** Gets or sets the asset language. */
1290
- languageCode?: string | undefined;
1291
- /** System flag used to mark that object was inherited from other */
1292
- readonly isInherited?: boolean;
1293
- readonly seoObjectType?: string | undefined;
1294
- seoInfos?: SeoInfo[] | undefined;
1295
- createdDate?: Date;
1296
- modifiedDate?: Date | undefined;
1297
- createdBy?: string | undefined;
1298
- modifiedBy?: string | undefined;
1299
- id?: string | undefined;
1300
- constructor(data?: IImage);
1301
- init(_data?: any): void;
1302
- static fromJS(data: any): Image;
1303
- toJSON(data?: any): any;
1304
- }
1305
- export interface IImage {
1306
- binaryData?: string | undefined;
1307
- altText?: string | undefined;
1308
- relativeUrl?: string | undefined;
1309
- url?: string | undefined;
1310
- description?: string | undefined;
1311
- sortOrder?: number;
1312
- /** Gets or sets the asset type identifier. */
1313
- typeId?: string | undefined;
1314
- /** Gets or sets the asset group name. */
1315
- group?: string | undefined;
1316
- /** Gets or sets the asset name. */
1317
- name?: string | undefined;
1318
- outerId?: string | undefined;
1319
- /** Gets or sets the asset language. */
1320
- languageCode?: string | undefined;
1321
- /** System flag used to mark that object was inherited from other */
1322
- isInherited?: boolean;
1323
- seoObjectType?: string | undefined;
1324
- seoInfos?: SeoInfo[] | undefined;
1325
- createdDate?: Date;
1326
- modifiedDate?: Date | undefined;
1327
- createdBy?: string | undefined;
1328
- modifiedBy?: string | undefined;
1329
- id?: string | undefined;
1330
- }
1331
- export declare class LinkSearchCriteria implements ILinkSearchCriteria {
1332
- categoryIds?: string[] | undefined;
1333
- catalogIds?: string[] | undefined;
1334
- responseGroup?: string | undefined;
1335
- objectType?: string | undefined;
1336
- objectTypes?: string[] | undefined;
1337
- objectIds?: string[] | undefined;
1338
- keyword?: string | undefined;
1339
- searchPhrase?: string | undefined;
1340
- languageCode?: string | undefined;
1341
- sort?: string | undefined;
1342
- readonly sortInfos?: SortInfo[] | undefined;
1343
- skip?: number;
1344
- take?: number;
1345
- constructor(data?: ILinkSearchCriteria);
1346
- init(_data?: any): void;
1347
- static fromJS(data: any): LinkSearchCriteria;
1348
- toJSON(data?: any): any;
1349
- }
1350
- export interface ILinkSearchCriteria {
1351
- categoryIds?: string[] | undefined;
1352
- catalogIds?: string[] | undefined;
1353
- responseGroup?: string | undefined;
1354
- objectType?: string | undefined;
1355
- objectTypes?: string[] | undefined;
1356
- objectIds?: string[] | undefined;
1357
- keyword?: string | undefined;
1358
- searchPhrase?: string | undefined;
1359
- languageCode?: string | undefined;
1360
- sort?: string | undefined;
1361
- sortInfos?: SortInfo[] | undefined;
1362
- skip?: number;
1363
- take?: number;
1364
- }
1365
- /** Represents move list entries command */
1366
- export declare class ListEntriesMoveRequest implements IListEntriesMoveRequest {
1367
- catalog?: string | undefined;
1368
- readonly catalogId?: string | undefined;
1369
- category?: string | undefined;
1370
- listEntries?: ListEntryBase[] | undefined;
1371
- constructor(data?: IListEntriesMoveRequest);
1372
- init(_data?: any): void;
1373
- static fromJS(data: any): ListEntriesMoveRequest;
1374
- toJSON(data?: any): any;
1375
- }
1376
- /** Represents move list entries command */
1377
- export interface IListEntriesMoveRequest {
1378
- catalog?: string | undefined;
1379
- catalogId?: string | undefined;
1380
- category?: string | undefined;
1381
- listEntries?: ListEntryBase[] | undefined;
1382
- }
1383
- /** Base class for all entries used in catalog categories browsing. */
1384
- export declare class ListEntryBase implements IListEntryBase {
1385
- /** Gets or sets the type. E.g. "product", "category" */
1386
- type?: string | undefined;
1387
- /** Gets or sets a value indicating whether this entry is active. */
1388
- isActive?: boolean | undefined;
1389
- /** Gets or sets the image URL. */
1390
- imageUrl?: string | undefined;
1391
- /** Gets or sets the entry code. */
1392
- code?: string | undefined;
1393
- /** Gets or sets the name. */
1394
- name?: string | undefined;
1395
- /** Gets or sets the links. */
1396
- links?: CategoryLink[] | undefined;
1397
- /** All entry parents ids */
1398
- outline?: string[] | undefined;
1399
- /** All entry parents names */
1400
- path?: string[] | undefined;
1401
- /** Gets or sets the catalog id. */
1402
- catalogId?: string | undefined;
1403
- seoObjectType?: string | undefined;
1404
- seoInfos?: SeoInfo[] | undefined;
1405
- createdDate?: Date;
1406
- modifiedDate?: Date | undefined;
1407
- createdBy?: string | undefined;
1408
- modifiedBy?: string | undefined;
1409
- id?: string | undefined;
1410
- constructor(data?: IListEntryBase);
1411
- init(_data?: any): void;
1412
- static fromJS(data: any): ListEntryBase;
1413
- toJSON(data?: any): any;
1414
- }
1415
- /** Base class for all entries used in catalog categories browsing. */
1416
- export interface IListEntryBase {
1417
- /** Gets or sets the type. E.g. "product", "category" */
1418
- type?: string | undefined;
1419
- /** Gets or sets a value indicating whether this entry is active. */
1420
- isActive?: boolean | undefined;
1421
- /** Gets or sets the image URL. */
1422
- imageUrl?: string | undefined;
1423
- /** Gets or sets the entry code. */
1424
- code?: string | undefined;
1425
- /** Gets or sets the name. */
1426
- name?: string | undefined;
1427
- /** Gets or sets the links. */
1428
- links?: CategoryLink[] | undefined;
1429
- /** All entry parents ids */
1430
- outline?: string[] | undefined;
1431
- /** All entry parents names */
1432
- path?: string[] | undefined;
1433
- /** Gets or sets the catalog id. */
1434
- catalogId?: string | undefined;
1435
- seoObjectType?: string | undefined;
1436
- seoInfos?: SeoInfo[] | undefined;
1437
- createdDate?: Date;
1438
- modifiedDate?: Date | undefined;
1439
- createdBy?: string | undefined;
1440
- modifiedBy?: string | undefined;
1441
- id?: string | undefined;
1442
- }
1443
- export declare class ListEntrySearchResult implements IListEntrySearchResult {
1444
- /** Gets or sets the list entries. */
1445
- readonly listEntries?: ListEntryBase[] | undefined;
1446
- totalCount?: number;
1447
- results?: ListEntryBase[] | undefined;
1448
- constructor(data?: IListEntrySearchResult);
1449
- init(_data?: any): void;
1450
- static fromJS(data: any): ListEntrySearchResult;
1451
- toJSON(data?: any): any;
1452
- }
1453
- export interface IListEntrySearchResult {
1454
- /** Gets or sets the list entries. */
1455
- listEntries?: ListEntryBase[] | undefined;
1456
- totalCount?: number;
1457
- results?: ListEntryBase[] | undefined;
1458
- }
1459
- export declare class NumericRange implements INumericRange {
1460
- lower?: number | undefined;
1461
- upper?: number | undefined;
1462
- includeLower?: boolean;
1463
- includeUpper?: boolean;
1464
- constructor(data?: INumericRange);
1465
- init(_data?: any): void;
1466
- static fromJS(data: any): NumericRange;
1467
- toJSON(data?: any): any;
1468
- }
1469
- export interface INumericRange {
1470
- lower?: number | undefined;
1471
- upper?: number | undefined;
1472
- includeLower?: boolean;
1473
- includeUpper?: boolean;
1474
- }
1475
- /** Represents the path from the catalog to one of the child objects (product or category): catalog/parent-category1/.../parent-categoryN/object */
1476
- export declare class Outline implements IOutline {
1477
- /** Outline parts */
1478
- items?: OutlineItem[] | undefined;
1479
- constructor(data?: IOutline);
1480
- init(_data?: any): void;
1481
- static fromJS(data: any): Outline;
1482
- toJSON(data?: any): any;
1483
- }
1484
- /** Represents the path from the catalog to one of the child objects (product or category): catalog/parent-category1/.../parent-categoryN/object */
1485
- export interface IOutline {
1486
- /** Outline parts */
1487
- items?: OutlineItem[] | undefined;
1488
- }
1489
- /** Represents one outline element: catalog, category or product. */
1490
- export declare class OutlineItem implements IOutlineItem {
1491
- /** Object id */
1492
- id?: string | undefined;
1493
- /** Object type */
1494
- seoObjectType?: string | undefined;
1495
- /** All SEO records for the object */
1496
- seoInfos?: SeoInfo[] | undefined;
1497
- /** The name of current item */
1498
- name?: string | undefined;
1499
- /** True when this object is linked to the virtual parent. */
1500
- hasVirtualParent?: boolean;
1501
- constructor(data?: IOutlineItem);
1502
- init(_data?: any): void;
1503
- static fromJS(data: any): OutlineItem;
1504
- toJSON(data?: any): any;
1505
- }
1506
- /** Represents one outline element: catalog, category or product. */
1507
- export interface IOutlineItem {
1508
- /** Object id */
1509
- id?: string | undefined;
1510
- /** Object type */
1511
- seoObjectType?: string | undefined;
1512
- /** All SEO records for the object */
1513
- seoInfos?: SeoInfo[] | undefined;
1514
- /** The name of current item */
1515
- name?: string | undefined;
1516
- /** True when this object is linked to the virtual parent. */
1517
- hasVirtualParent?: boolean;
1518
- }
1519
- export declare class ProductAssociation implements IProductAssociation {
1520
- /** Association type (Accessories, Up-Sales, Cross-Sales, Related etc) */
1521
- type?: string | undefined;
1522
- priority?: number;
1523
- quantity?: number | undefined;
1524
- /** Is a primary key of associating object */
1525
- itemId?: string | undefined;
1526
- /** Each link element can have an associated object like Product, Category, etc.
1527
- Is a primary key of associated object */
1528
- associatedObjectId?: string | undefined;
1529
- /** Associated object type : 'product', 'category' etc */
1530
- associatedObjectType?: string | undefined;
1531
- outerId?: string | undefined;
1532
- /** Display name for associated object */
1533
- readonly associatedObjectName?: string | undefined;
1534
- /** Associated object image URL */
1535
- readonly associatedObjectImg?: string | undefined;
1536
- tags?: string[] | undefined;
1537
- readonly imgSrc?: string | undefined;
1538
- images?: Image[] | undefined;
1539
- id?: string | undefined;
1540
- constructor(data?: IProductAssociation);
1541
- init(_data?: any): void;
1542
- static fromJS(data: any): ProductAssociation;
1543
- toJSON(data?: any): any;
1544
- }
1545
- export interface IProductAssociation {
1546
- /** Association type (Accessories, Up-Sales, Cross-Sales, Related etc) */
1547
- type?: string | undefined;
1548
- priority?: number;
1549
- quantity?: number | undefined;
1550
- /** Is a primary key of associating object */
1551
- itemId?: string | undefined;
1552
- /** Each link element can have an associated object like Product, Category, etc.
1553
- Is a primary key of associated object */
1554
- associatedObjectId?: string | undefined;
1555
- /** Associated object type : 'product', 'category' etc */
1556
- associatedObjectType?: string | undefined;
1557
- outerId?: string | undefined;
1558
- /** Display name for associated object */
1559
- associatedObjectName?: string | undefined;
1560
- /** Associated object image URL */
1561
- associatedObjectImg?: string | undefined;
1562
- tags?: string[] | undefined;
1563
- imgSrc?: string | undefined;
1564
- images?: Image[] | undefined;
1565
- id?: string | undefined;
1566
- }
1567
- export declare class ProductAssociationSearchCriteria implements IProductAssociationSearchCriteria {
1568
- group?: string | undefined;
1569
- tags?: string[] | undefined;
1570
- associatedObjectIds?: string[] | undefined;
1571
- responseGroup?: string | undefined;
1572
- objectType?: string | undefined;
1573
- objectTypes?: string[] | undefined;
1574
- objectIds?: string[] | undefined;
1575
- keyword?: string | undefined;
1576
- searchPhrase?: string | undefined;
1577
- languageCode?: string | undefined;
1578
- sort?: string | undefined;
1579
- readonly sortInfos?: SortInfo[] | undefined;
1580
- skip?: number;
1581
- take?: number;
1582
- constructor(data?: IProductAssociationSearchCriteria);
1583
- init(_data?: any): void;
1584
- static fromJS(data: any): ProductAssociationSearchCriteria;
1585
- toJSON(data?: any): any;
1586
- }
1587
- export interface IProductAssociationSearchCriteria {
1588
- group?: string | undefined;
1589
- tags?: string[] | undefined;
1590
- associatedObjectIds?: string[] | undefined;
1591
- responseGroup?: string | undefined;
1592
- objectType?: string | undefined;
1593
- objectTypes?: string[] | undefined;
1594
- objectIds?: string[] | undefined;
1595
- keyword?: string | undefined;
1596
- searchPhrase?: string | undefined;
1597
- languageCode?: string | undefined;
1598
- sort?: string | undefined;
1599
- sortInfos?: SortInfo[] | undefined;
1600
- skip?: number;
1601
- take?: number;
1602
- }
1603
- export declare class ProductAssociationSearchResult implements IProductAssociationSearchResult {
1604
- totalCount?: number;
1605
- results?: ProductAssociation[] | undefined;
1606
- constructor(data?: IProductAssociationSearchResult);
1607
- init(_data?: any): void;
1608
- static fromJS(data: any): ProductAssociationSearchResult;
1609
- toJSON(data?: any): any;
1610
- }
1611
- export interface IProductAssociationSearchResult {
1612
- totalCount?: number;
1613
- results?: ProductAssociation[] | undefined;
1614
- }
1615
- export declare class ProductIndexedSearchCriteria implements IProductIndexedSearchCriteria {
1616
- objectType?: string | undefined;
1617
- /** Physical, Digital, etc. */
1618
- productType?: string | undefined;
1619
- currency?: string | undefined;
1620
- pricelists?: string[] | undefined;
1621
- priceRange?: NumericRange | undefined;
1622
- /** Gets or sets the class types. */
1623
- classTypes?: string[] | undefined;
1624
- /** Specifies if we search for hidden products. */
1625
- withHidden?: boolean;
1626
- /** Include product variations in result */
1627
- searchInVariations?: boolean;
1628
- /** Gets or sets the start date. The date must be in UTC format as that is format indexes are stored in. */
1629
- startDate?: Date;
1630
- /** Gets or sets the start date from filter. Used for filtering new products. The date must be in UTC format as that is format indexes are stored in. */
1631
- startDateFrom?: Date | undefined;
1632
- /** Gets or sets the end date. The date must be in UTC format as that is format indexes are stored in. */
1633
- endDate?: Date | undefined;
1634
- /** Gets or sets a "white" list of aggregation keys that identify preconfigured aggregations, which SHOULD be calculated and returned with the search result. */
1635
- includeAggregations?: string[] | undefined;
1636
- /** Gets or sets a "black" list of aggregation keys that identify preconfigured aggregations, which SHOULD NOT be calculated and returned with the search result. */
1637
- excludeAggregations?: string[] | undefined;
1638
- /** Geo distance filter */
1639
- geoDistanceFilter?: GeoDistanceFilter | undefined;
1640
- /** Override base SortInfo property to support GeoSortInfo sorting types */
1641
- readonly sortInfos?: SortInfo[] | undefined;
1642
- storeId?: string | undefined;
1643
- catalogId?: string | undefined;
1644
- catalogIds?: string[] | undefined;
1645
- /** CategoryId1/CategoryId2, no catalog should be included in the outline */
1646
- outline?: string | undefined;
1647
- /** CategoryId1/CategoryId2, no catalog should be included in the outline */
1648
- outlines?: string[] | undefined;
1649
- /** Term format: name:value1,value2 */
1650
- terms?: string[] | undefined;
1651
- /** Assigned groups for current user. Data format: user_groups:value1,value2 */
1652
- userGroups?: string[] | undefined;
1653
- /** Enable fuzzy search, i.e. allow to search color:white even if color:wihte actually passed to criteria */
1654
- isFuzzySearch?: boolean;
1655
- /** Gets or sets the search provider specific raw search query; all other search criteria will be ignored */
1656
- rawQuery?: string | undefined;
1657
- /** Allows to retrieve only a specific set of fields in the result hits */
1658
- includeFields?: string[] | undefined;
1659
- searchPhrase?: string | undefined;
1660
- keyword?: string | undefined;
1661
- responseGroup?: string | undefined;
1662
- objectTypes?: string[] | undefined;
1663
- objectIds?: string[] | undefined;
1664
- languageCode?: string | undefined;
1665
- sort?: string | undefined;
1666
- skip?: number;
1667
- take?: number;
1668
- constructor(data?: IProductIndexedSearchCriteria);
1669
- init(_data?: any): void;
1670
- static fromJS(data: any): ProductIndexedSearchCriteria;
1671
- toJSON(data?: any): any;
1672
- }
1673
- export interface IProductIndexedSearchCriteria {
1674
- objectType?: string | undefined;
1675
- /** Physical, Digital, etc. */
1676
- productType?: string | undefined;
1677
- currency?: string | undefined;
1678
- pricelists?: string[] | undefined;
1679
- priceRange?: NumericRange | undefined;
1680
- /** Gets or sets the class types. */
1681
- classTypes?: string[] | undefined;
1682
- /** Specifies if we search for hidden products. */
1683
- withHidden?: boolean;
1684
- /** Include product variations in result */
1685
- searchInVariations?: boolean;
1686
- /** Gets or sets the start date. The date must be in UTC format as that is format indexes are stored in. */
1687
- startDate?: Date;
1688
- /** Gets or sets the start date from filter. Used for filtering new products. The date must be in UTC format as that is format indexes are stored in. */
1689
- startDateFrom?: Date | undefined;
1690
- /** Gets or sets the end date. The date must be in UTC format as that is format indexes are stored in. */
1691
- endDate?: Date | undefined;
1692
- /** Gets or sets a "white" list of aggregation keys that identify preconfigured aggregations, which SHOULD be calculated and returned with the search result. */
1693
- includeAggregations?: string[] | undefined;
1694
- /** Gets or sets a "black" list of aggregation keys that identify preconfigured aggregations, which SHOULD NOT be calculated and returned with the search result. */
1695
- excludeAggregations?: string[] | undefined;
1696
- /** Geo distance filter */
1697
- geoDistanceFilter?: GeoDistanceFilter | undefined;
1698
- /** Override base SortInfo property to support GeoSortInfo sorting types */
1699
- sortInfos?: SortInfo[] | undefined;
1700
- storeId?: string | undefined;
1701
- catalogId?: string | undefined;
1702
- catalogIds?: string[] | undefined;
1703
- /** CategoryId1/CategoryId2, no catalog should be included in the outline */
1704
- outline?: string | undefined;
1705
- /** CategoryId1/CategoryId2, no catalog should be included in the outline */
1706
- outlines?: string[] | undefined;
1707
- /** Term format: name:value1,value2 */
1708
- terms?: string[] | undefined;
1709
- /** Assigned groups for current user. Data format: user_groups:value1,value2 */
1710
- userGroups?: string[] | undefined;
1711
- /** Enable fuzzy search, i.e. allow to search color:white even if color:wihte actually passed to criteria */
1712
- isFuzzySearch?: boolean;
1713
- /** Gets or sets the search provider specific raw search query; all other search criteria will be ignored */
1714
- rawQuery?: string | undefined;
1715
- /** Allows to retrieve only a specific set of fields in the result hits */
1716
- includeFields?: string[] | undefined;
1717
- searchPhrase?: string | undefined;
1718
- keyword?: string | undefined;
1719
- responseGroup?: string | undefined;
1720
- objectTypes?: string[] | undefined;
1721
- objectIds?: string[] | undefined;
1722
- languageCode?: string | undefined;
1723
- sort?: string | undefined;
1724
- skip?: number;
1725
- take?: number;
1726
- }
1727
- export declare class ProductIndexedSearchResult implements IProductIndexedSearchResult {
1728
- totalCount?: number;
1729
- items?: CatalogProduct[] | undefined;
1730
- aggregations?: Aggregation[] | undefined;
1731
- constructor(data?: IProductIndexedSearchResult);
1732
- init(_data?: any): void;
1733
- static fromJS(data: any): ProductIndexedSearchResult;
1734
- toJSON(data?: any): any;
1735
- }
1736
- export interface IProductIndexedSearchResult {
1737
- totalCount?: number;
1738
- items?: CatalogProduct[] | undefined;
1739
- aggregations?: Aggregation[] | undefined;
1740
- }
1741
- export declare class Property implements IProperty {
1742
- /** Gets or sets a value indicating whether user can change property value. */
1743
- isReadOnly?: boolean;
1744
- /** Gets or sets a value indicating whether user can change property metadata or remove this property. */
1745
- readonly isManageable?: boolean;
1746
- /** Gets or sets a value indicating whether this instance is new. A new property should be created on server site instead of trying to update it. */
1747
- isNew?: boolean;
1748
- /** Gets or sets the catalog id that this product belongs to. */
1749
- catalogId?: string | undefined;
1750
- /** Gets or sets the category id that this product belongs to. */
1751
- categoryId?: string | undefined;
1752
- name?: string | undefined;
1753
- required?: boolean;
1754
- dictionary?: boolean;
1755
- multivalue?: boolean;
1756
- multilanguage?: boolean;
1757
- /** Gets or sets a value indicating whether this VirtoCommerce.CatalogModule.Core.Model.Property is hidden. */
1758
- hidden?: boolean;
1759
- valueType?: PropertyValueType2;
1760
- type?: PropertyType2;
1761
- outerId?: string | undefined;
1762
- ownerName?: string | undefined;
1763
- displayOrder?: number | undefined;
1764
- values?: PropertyValue[] | undefined;
1765
- attributes?: PropertyAttribute[] | undefined;
1766
- displayNames?: PropertyDisplayName[] | undefined;
1767
- validationRules?: PropertyValidationRule[] | undefined;
1768
- /** Represents property validation rules definition */
1769
- readonly validationRule?: PropertyValidationRule | undefined;
1770
- isInherited?: boolean;
1771
- createdDate?: Date;
1772
- modifiedDate?: Date | undefined;
1773
- createdBy?: string | undefined;
1774
- modifiedBy?: string | undefined;
1775
- id?: string | undefined;
1776
- constructor(data?: IProperty);
1777
- init(_data?: any): void;
1778
- static fromJS(data: any): Property;
1779
- toJSON(data?: any): any;
1780
- }
1781
- export interface IProperty {
1782
- /** Gets or sets a value indicating whether user can change property value. */
1783
- isReadOnly?: boolean;
1784
- /** Gets or sets a value indicating whether user can change property metadata or remove this property. */
1785
- isManageable?: boolean;
1786
- /** Gets or sets a value indicating whether this instance is new. A new property should be created on server site instead of trying to update it. */
1787
- isNew?: boolean;
1788
- /** Gets or sets the catalog id that this product belongs to. */
1789
- catalogId?: string | undefined;
1790
- /** Gets or sets the category id that this product belongs to. */
1791
- categoryId?: string | undefined;
1792
- name?: string | undefined;
1793
- required?: boolean;
1794
- dictionary?: boolean;
1795
- multivalue?: boolean;
1796
- multilanguage?: boolean;
1797
- /** Gets or sets a value indicating whether this VirtoCommerce.CatalogModule.Core.Model.Property is hidden. */
1798
- hidden?: boolean;
1799
- valueType?: PropertyValueType2;
1800
- type?: PropertyType2;
1801
- outerId?: string | undefined;
1802
- ownerName?: string | undefined;
1803
- displayOrder?: number | undefined;
1804
- values?: PropertyValue[] | undefined;
1805
- attributes?: PropertyAttribute[] | undefined;
1806
- displayNames?: PropertyDisplayName[] | undefined;
1807
- validationRules?: PropertyValidationRule[] | undefined;
1808
- /** Represents property validation rules definition */
1809
- validationRule?: PropertyValidationRule | undefined;
1810
- isInherited?: boolean;
1811
- createdDate?: Date;
1812
- modifiedDate?: Date | undefined;
1813
- createdBy?: string | undefined;
1814
- modifiedBy?: string | undefined;
1815
- id?: string | undefined;
1816
- }
1817
- export declare class PropertyAttribute implements IPropertyAttribute {
1818
- propertyId?: string | undefined;
1819
- value?: string | undefined;
1820
- name?: string | undefined;
1821
- createdDate?: Date;
1822
- modifiedDate?: Date | undefined;
1823
- createdBy?: string | undefined;
1824
- modifiedBy?: string | undefined;
1825
- id?: string | undefined;
1826
- constructor(data?: IPropertyAttribute);
1827
- init(_data?: any): void;
1828
- static fromJS(data: any): PropertyAttribute;
1829
- toJSON(data?: any): any;
1830
- }
1831
- export interface IPropertyAttribute {
1832
- propertyId?: string | undefined;
1833
- value?: string | undefined;
1834
- name?: string | undefined;
1835
- createdDate?: Date;
1836
- modifiedDate?: Date | undefined;
1837
- createdBy?: string | undefined;
1838
- modifiedBy?: string | undefined;
1839
- id?: string | undefined;
1840
- }
1841
- export declare class PropertyDictionaryItem implements IPropertyDictionaryItem {
1842
- propertyId?: string | undefined;
1843
- alias?: string | undefined;
1844
- sortOrder?: number;
1845
- localizedValues?: PropertyDictionaryItemLocalizedValue[] | undefined;
1846
- id?: string | undefined;
1847
- constructor(data?: IPropertyDictionaryItem);
1848
- init(_data?: any): void;
1849
- static fromJS(data: any): PropertyDictionaryItem;
1850
- toJSON(data?: any): any;
1851
- }
1852
- export interface IPropertyDictionaryItem {
1853
- propertyId?: string | undefined;
1854
- alias?: string | undefined;
1855
- sortOrder?: number;
1856
- localizedValues?: PropertyDictionaryItemLocalizedValue[] | undefined;
1857
- id?: string | undefined;
1858
- }
1859
- export declare class PropertyDictionaryItemLocalizedValue implements IPropertyDictionaryItemLocalizedValue {
1860
- languageCode?: string | undefined;
1861
- value?: string | undefined;
1862
- constructor(data?: IPropertyDictionaryItemLocalizedValue);
1863
- init(_data?: any): void;
1864
- static fromJS(data: any): PropertyDictionaryItemLocalizedValue;
1865
- toJSON(data?: any): any;
1866
- }
1867
- export interface IPropertyDictionaryItemLocalizedValue {
1868
- languageCode?: string | undefined;
1869
- value?: string | undefined;
1870
- }
1871
- /** Search criteria used for search property dictionary items */
1872
- export declare class PropertyDictionaryItemSearchCriteria implements IPropertyDictionaryItemSearchCriteria {
1873
- propertyIds?: string[] | undefined;
1874
- catalogIds?: string[] | undefined;
1875
- responseGroup?: string | undefined;
1876
- objectType?: string | undefined;
1877
- objectTypes?: string[] | undefined;
1878
- objectIds?: string[] | undefined;
1879
- keyword?: string | undefined;
1880
- searchPhrase?: string | undefined;
1881
- languageCode?: string | undefined;
1882
- sort?: string | undefined;
1883
- readonly sortInfos?: SortInfo[] | undefined;
1884
- skip?: number;
1885
- take?: number;
1886
- constructor(data?: IPropertyDictionaryItemSearchCriteria);
1887
- init(_data?: any): void;
1888
- static fromJS(data: any): PropertyDictionaryItemSearchCriteria;
1889
- toJSON(data?: any): any;
1890
- }
1891
- /** Search criteria used for search property dictionary items */
1892
- export interface IPropertyDictionaryItemSearchCriteria {
1893
- propertyIds?: string[] | undefined;
1894
- catalogIds?: string[] | undefined;
1895
- responseGroup?: string | undefined;
1896
- objectType?: string | undefined;
1897
- objectTypes?: string[] | undefined;
1898
- objectIds?: string[] | undefined;
1899
- keyword?: string | undefined;
1900
- searchPhrase?: string | undefined;
1901
- languageCode?: string | undefined;
1902
- sort?: string | undefined;
1903
- sortInfos?: SortInfo[] | undefined;
1904
- skip?: number;
1905
- take?: number;
1906
- }
1907
- export declare class PropertyDictionaryItemSearchResult implements IPropertyDictionaryItemSearchResult {
1908
- totalCount?: number;
1909
- results?: PropertyDictionaryItem[] | undefined;
1910
- constructor(data?: IPropertyDictionaryItemSearchResult);
1911
- init(_data?: any): void;
1912
- static fromJS(data: any): PropertyDictionaryItemSearchResult;
1913
- toJSON(data?: any): any;
1914
- }
1915
- export interface IPropertyDictionaryItemSearchResult {
1916
- totalCount?: number;
1917
- results?: PropertyDictionaryItem[] | undefined;
1918
- }
1919
- export declare class PropertyDisplayName implements IPropertyDisplayName {
1920
- name?: string | undefined;
1921
- languageCode?: string | undefined;
1922
- constructor(data?: IPropertyDisplayName);
1923
- init(_data?: any): void;
1924
- static fromJS(data: any): PropertyDisplayName;
1925
- toJSON(data?: any): any;
1926
- }
1927
- export interface IPropertyDisplayName {
1928
- name?: string | undefined;
1929
- languageCode?: string | undefined;
1930
- }
1931
- export declare enum PropertyType {
1932
- Product = "Product",
1933
- Variation = "Variation",
1934
- Category = "Category",
1935
- Catalog = "Catalog"
1936
- }
1937
- /** Property name validation data */
1938
- export declare class PropertyValidationRequest implements IPropertyValidationRequest {
1939
- originalName?: string | undefined;
1940
- name?: string | undefined;
1941
- productId?: string | undefined;
1942
- constructor(data?: IPropertyValidationRequest);
1943
- init(_data?: any): void;
1944
- static fromJS(data: any): PropertyValidationRequest;
1945
- toJSON(data?: any): any;
1946
- }
1947
- /** Property name validation data */
1948
- export interface IPropertyValidationRequest {
1949
- originalName?: string | undefined;
1950
- name?: string | undefined;
1951
- productId?: string | undefined;
1952
- }
1953
- /** Represents property validation rules definition */
1954
- export declare class PropertyValidationRule implements IPropertyValidationRule {
1955
- /** Uniquie value flag constrain */
1956
- isUnique?: boolean;
1957
- /** Down chars count border or null if no defined */
1958
- charCountMin?: number | undefined;
1959
- /** Upper chars count border or null if no defined */
1960
- charCountMax?: number | undefined;
1961
- /** Custom regular expression */
1962
- regExp?: string | undefined;
1963
- propertyId?: string | undefined;
1964
- id?: string | undefined;
1965
- constructor(data?: IPropertyValidationRule);
1966
- init(_data?: any): void;
1967
- static fromJS(data: any): PropertyValidationRule;
1968
- toJSON(data?: any): any;
1969
- }
1970
- /** Represents property validation rules definition */
1971
- export interface IPropertyValidationRule {
1972
- /** Uniquie value flag constrain */
1973
- isUnique?: boolean;
1974
- /** Down chars count border or null if no defined */
1975
- charCountMin?: number | undefined;
1976
- /** Upper chars count border or null if no defined */
1977
- charCountMax?: number | undefined;
1978
- /** Custom regular expression */
1979
- regExp?: string | undefined;
1980
- propertyId?: string | undefined;
1981
- id?: string | undefined;
1982
- }
1983
- export declare class PropertyValue implements IPropertyValue {
1984
- propertyName?: string | undefined;
1985
- propertyId?: string | undefined;
1986
- languageCode?: string | undefined;
1987
- alias?: string | undefined;
1988
- valueType?: PropertyValueValueType;
1989
- valueId?: string | undefined;
1990
- value?: any | undefined;
1991
- readonly propertyMultivalue?: boolean;
1992
- outerId?: string | undefined;
1993
- isInherited?: boolean;
1994
- createdDate?: Date;
1995
- modifiedDate?: Date | undefined;
1996
- createdBy?: string | undefined;
1997
- modifiedBy?: string | undefined;
1998
- id?: string | undefined;
1999
- constructor(data?: IPropertyValue);
2000
- init(_data?: any): void;
2001
- static fromJS(data: any): PropertyValue;
2002
- toJSON(data?: any): any;
2003
- }
2004
- export interface IPropertyValue {
2005
- propertyName?: string | undefined;
2006
- propertyId?: string | undefined;
2007
- languageCode?: string | undefined;
2008
- alias?: string | undefined;
2009
- valueType?: PropertyValueValueType;
2010
- valueId?: string | undefined;
2011
- value?: any | undefined;
2012
- propertyMultivalue?: boolean;
2013
- outerId?: string | undefined;
2014
- isInherited?: boolean;
2015
- createdDate?: Date;
2016
- modifiedDate?: Date | undefined;
2017
- createdBy?: string | undefined;
2018
- modifiedBy?: string | undefined;
2019
- id?: string | undefined;
2020
- }
2021
- export declare enum PropertyValueType {
2022
- ShortText = "ShortText",
2023
- LongText = "LongText",
2024
- Number = "Number",
2025
- DateTime = "DateTime",
2026
- Boolean = "Boolean",
2027
- Integer = "Integer",
2028
- GeoPoint = "GeoPoint"
2029
- }
2030
- export declare class SeoInfo implements ISeoInfo {
2031
- name?: string | undefined;
2032
- /** Slug */
2033
- semanticUrl?: string | undefined;
2034
- /** head title tag content */
2035
- pageTitle?: string | undefined;
2036
- /** <meta name="description" /> */
2037
- metaDescription?: string | undefined;
2038
- imageAltDescription?: string | undefined;
2039
- /** <meta name="keywords" /> */
2040
- metaKeywords?: string | undefined;
2041
- /** Tenant StoreId which SEO defined */
2042
- storeId?: string | undefined;
2043
- /** SEO related object id */
2044
- objectId?: string | undefined;
2045
- /** SEO related object type name */
2046
- objectType?: string | undefined;
2047
- /** Active/Inactive */
2048
- isActive?: boolean;
2049
- languageCode?: string | undefined;
2050
- createdDate?: Date;
2051
- modifiedDate?: Date | undefined;
2052
- createdBy?: string | undefined;
2053
- modifiedBy?: string | undefined;
2054
- id?: string | undefined;
2055
- constructor(data?: ISeoInfo);
2056
- init(_data?: any): void;
2057
- static fromJS(data: any): SeoInfo;
2058
- toJSON(data?: any): any;
2059
- }
2060
- export interface ISeoInfo {
2061
- name?: string | undefined;
2062
- /** Slug */
2063
- semanticUrl?: string | undefined;
2064
- /** head title tag content */
2065
- pageTitle?: string | undefined;
2066
- /** <meta name="description" /> */
2067
- metaDescription?: string | undefined;
2068
- imageAltDescription?: string | undefined;
2069
- /** <meta name="keywords" /> */
2070
- metaKeywords?: string | undefined;
2071
- /** Tenant StoreId which SEO defined */
2072
- storeId?: string | undefined;
2073
- /** SEO related object id */
2074
- objectId?: string | undefined;
2075
- /** SEO related object type name */
2076
- objectType?: string | undefined;
2077
- /** Active/Inactive */
2078
- isActive?: boolean;
2079
- languageCode?: string | undefined;
2080
- createdDate?: Date;
2081
- modifiedDate?: Date | undefined;
2082
- createdBy?: string | undefined;
2083
- modifiedBy?: string | undefined;
2084
- id?: string | undefined;
2085
- }
2086
- export declare enum Severity {
2087
- Error = "Error",
2088
- Warning = "Warning",
2089
- Info = "Info"
2090
- }
2091
- export declare enum SortDirection {
2092
- Ascending = "Ascending",
2093
- Descending = "Descending"
2094
- }
2095
- export declare class SortInfo implements ISortInfo {
2096
- sortColumn?: string | undefined;
2097
- sortDirection?: SortInfoSortDirection;
2098
- constructor(data?: ISortInfo);
2099
- init(_data?: any): void;
2100
- static fromJS(data: any): SortInfo;
2101
- toJSON(data?: any): any;
2102
- }
2103
- export interface ISortInfo {
2104
- sortColumn?: string | undefined;
2105
- sortDirection?: SortInfoSortDirection;
2106
- }
2107
- export declare class SuggestionResponse implements ISuggestionResponse {
2108
- suggestions?: string[] | undefined;
2109
- constructor(data?: ISuggestionResponse);
2110
- init(_data?: any): void;
2111
- static fromJS(data: any): SuggestionResponse;
2112
- toJSON(data?: any): any;
2113
- }
2114
- export interface ISuggestionResponse {
2115
- suggestions?: string[] | undefined;
2116
- }
2117
- export declare class ValidationFailure implements IValidationFailure {
2118
- propertyName?: string | undefined;
2119
- errorMessage?: string | undefined;
2120
- attemptedValue?: any | undefined;
2121
- customState?: any | undefined;
2122
- severity?: ValidationFailureSeverity;
2123
- errorCode?: string | undefined;
2124
- formattedMessagePlaceholderValues?: {
2125
- [key: string]: any;
2126
- } | undefined;
2127
- constructor(data?: IValidationFailure);
2128
- init(_data?: any): void;
2129
- static fromJS(data: any): ValidationFailure;
2130
- toJSON(data?: any): any;
2131
- }
2132
- export interface IValidationFailure {
2133
- propertyName?: string | undefined;
2134
- errorMessage?: string | undefined;
2135
- attemptedValue?: any | undefined;
2136
- customState?: any | undefined;
2137
- severity?: ValidationFailureSeverity;
2138
- errorCode?: string | undefined;
2139
- formattedMessagePlaceholderValues?: {
2140
- [key: string]: any;
2141
- } | undefined;
2142
- }
2143
- export declare class ValidationResult implements IValidationResult {
2144
- readonly isValid?: boolean;
2145
- readonly errors?: ValidationFailure[] | undefined;
2146
- readonly ruleSetsExecuted?: string[] | undefined;
2147
- constructor(data?: IValidationResult);
2148
- init(_data?: any): void;
2149
- static fromJS(data: any): ValidationResult;
2150
- toJSON(data?: any): any;
2151
- }
2152
- export interface IValidationResult {
2153
- isValid?: boolean;
2154
- errors?: ValidationFailure[] | undefined;
2155
- ruleSetsExecuted?: string[] | undefined;
2156
- }
2157
- export declare class Variation implements IVariation {
2158
- /** The type of product. Can be "Physical", "Digital", etc. */
2159
- productType?: string | undefined;
2160
- /** The Stock Keeping Unit (SKU) code for the product. */
2161
- code?: string | undefined;
2162
- /** The manufacturer's part number for the product. */
2163
- manufacturerPartNumber?: string | undefined;
2164
- /** The Global Trade Item Number (GTIN) for the product. This can include UPC (in North America), EAN (in Europe), JAN (in Japan), and ISBN (for books). */
2165
- gtin?: string | undefined;
2166
- /** The name of the product. */
2167
- name?: string | undefined;
2168
- /** The ID of the catalog to which this product belongs. */
2169
- catalogId?: string | undefined;
2170
- /** The ID of the category to which this product belongs. */
2171
- categoryId?: string | undefined;
2172
- /** Product outline in physical catalog (all parent categories ids concatenated. E.g. (1/21/344)) */
2173
- readonly outline?: string | undefined;
2174
- /** Product path in physical catalog (all parent categories names concatenated. E.g. (parent1/parent2)) */
2175
- readonly path?: string | undefined;
2176
- readonly titularItemId?: string | undefined;
2177
- /** The ID of the main product associated with this product variation. */
2178
- mainProductId?: string | undefined;
2179
- /** Specifies whether the product is currently visible on the store for customers to view and purchase.
2180
- If set to false, the product is currently sold out. */
2181
- isActive?: boolean | undefined;
2182
- /** Specifies whether the product is currently visible on the store for customers to view and purchase.
2183
- If set to false, the product is currently ouf of stock. */
2184
- isBuyable?: boolean | undefined;
2185
- /** Indicates whether the inventory service is tracking the availability of this product.
2186
- If set to false, the product is considered in stock without any inventory limitations. */
2187
- trackInventory?: boolean | undefined;
2188
- /** The date and time when the product was last indexed for search. */
2189
- indexingDate?: Date | undefined;
2190
- /** The maximum quantity of the product that can be purchased in a single order. A value of 0 indicates that there are no limitations on the maximum quantity. */
2191
- maxQuantity?: number | undefined;
2192
- /** The minimum quantity of the product that must be purchased in a single order. A value of 0 indicates that there are no limitations on the minimum quantity. */
2193
- minQuantity?: number | undefined;
2194
- /** First listed date and time. If you do not specify an end date, the product will be active until you deactivate it.If you do not specify an end date, the product will be active until you deactivate it.If you do not specify a start date, the product will become active immediately once you save it. */
2195
- startDate?: Date;
2196
- /** Listing expires on the specific date and time. If you do not specify an end date, the product will be active until you deactivate it. */
2197
- endDate?: Date | undefined;
2198
- /** The type of package for this product, which determines the product's specific dimensions. */
2199
- packageType?: string | undefined;
2200
- /** The unit of measurement for the product's weight. */
2201
- weightUnit?: string | undefined;
2202
- /** The weight of the product, in the unit specified by the WeightUnit property. */
2203
- weight?: number | undefined;
2204
- /** The unit of measurement for the product's height, length, and width. */
2205
- measureUnit?: string | undefined;
2206
- /** The height of the product, in the unit specified by the MeasureUnit property. */
2207
- height?: number | undefined;
2208
- /** The length of the product, in the unit specified by the MeasureUnit property. */
2209
- length?: number | undefined;
2210
- /** The width of the product, in the unit specified by the MeasureUnit property. */
2211
- width?: number | undefined;
2212
- enableReview?: boolean | undefined;
2213
- /** The maximum number of times the product can be downloaded. A value of 0 indicates no limit. */
2214
- maxNumberOfDownload?: number | undefined;
2215
- /** The date and time when the download link or access to the product will expire. */
2216
- downloadExpiration?: Date | undefined;
2217
- /** The type of product download. Valid values include: "Standard Product", "Software", and "Music". */
2218
- downloadType?: string | undefined;
2219
- /** Indicates whether the product requires the user to agree to any terms or conditions before downloading. */
2220
- hasUserAgreement?: boolean | undefined;
2221
- /** Specifies the type of shipping option available for the product. */
2222
- shippingType?: string | undefined;
2223
- /** Specifies the type of tax applied to the product. */
2224
- taxType?: string | undefined;
2225
- /** ID of the vendor associated with the product. */
2226
- vendor?: string | undefined;
2227
- /** Indicates the position of the product in the catalog for ordering purposes. */
2228
- priority?: number;
2229
- /** An external identifier for the product that can be used for integration with external systems. */
2230
- outerId?: string | undefined;
2231
- properties?: Property[] | undefined;
2232
- excludedProperties?: ExcludedProperty[] | undefined;
2233
- propertyValues?: PropertyValue[] | undefined;
2234
- /** Gets the default image for the product. */
2235
- readonly imgSrc?: string | undefined;
2236
- images?: Image[] | undefined;
2237
- assets?: Asset[] | undefined;
2238
- links?: CategoryLink[] | undefined;
2239
- variations?: Variation[] | undefined;
2240
- /** Each descendant type should override this property to use other object type for seo records */
2241
- readonly seoObjectType?: string | undefined;
2242
- seoInfos?: SeoInfo[] | undefined;
2243
- reviews?: EditorialReview[] | undefined;
2244
- associations?: ProductAssociation[] | undefined;
2245
- referencedAssociations?: ProductAssociation[] | undefined;
2246
- outlines?: Outline[] | undefined;
2247
- /** System flag used to mark that object was inherited from other */
2248
- readonly isInherited?: boolean;
2249
- createdDate?: Date;
2250
- modifiedDate?: Date | undefined;
2251
- createdBy?: string | undefined;
2252
- modifiedBy?: string | undefined;
2253
- id?: string | undefined;
2254
- constructor(data?: IVariation);
2255
- init(_data?: any): void;
2256
- static fromJS(data: any): Variation;
2257
- toJSON(data?: any): any;
2258
- }
2259
- export interface IVariation {
2260
- /** The type of product. Can be "Physical", "Digital", etc. */
2261
- productType?: string | undefined;
2262
- /** The Stock Keeping Unit (SKU) code for the product. */
2263
- code?: string | undefined;
2264
- /** The manufacturer's part number for the product. */
2265
- manufacturerPartNumber?: string | undefined;
2266
- /** The Global Trade Item Number (GTIN) for the product. This can include UPC (in North America), EAN (in Europe), JAN (in Japan), and ISBN (for books). */
2267
- gtin?: string | undefined;
2268
- /** The name of the product. */
2269
- name?: string | undefined;
2270
- /** The ID of the catalog to which this product belongs. */
2271
- catalogId?: string | undefined;
2272
- /** The ID of the category to which this product belongs. */
2273
- categoryId?: string | undefined;
2274
- /** Product outline in physical catalog (all parent categories ids concatenated. E.g. (1/21/344)) */
2275
- outline?: string | undefined;
2276
- /** Product path in physical catalog (all parent categories names concatenated. E.g. (parent1/parent2)) */
2277
- path?: string | undefined;
2278
- titularItemId?: string | undefined;
2279
- /** The ID of the main product associated with this product variation. */
2280
- mainProductId?: string | undefined;
2281
- /** Specifies whether the product is currently visible on the store for customers to view and purchase.
2282
- If set to false, the product is currently sold out. */
2283
- isActive?: boolean | undefined;
2284
- /** Specifies whether the product is currently visible on the store for customers to view and purchase.
2285
- If set to false, the product is currently ouf of stock. */
2286
- isBuyable?: boolean | undefined;
2287
- /** Indicates whether the inventory service is tracking the availability of this product.
2288
- If set to false, the product is considered in stock without any inventory limitations. */
2289
- trackInventory?: boolean | undefined;
2290
- /** The date and time when the product was last indexed for search. */
2291
- indexingDate?: Date | undefined;
2292
- /** The maximum quantity of the product that can be purchased in a single order. A value of 0 indicates that there are no limitations on the maximum quantity. */
2293
- maxQuantity?: number | undefined;
2294
- /** The minimum quantity of the product that must be purchased in a single order. A value of 0 indicates that there are no limitations on the minimum quantity. */
2295
- minQuantity?: number | undefined;
2296
- /** First listed date and time. If you do not specify an end date, the product will be active until you deactivate it.If you do not specify an end date, the product will be active until you deactivate it.If you do not specify a start date, the product will become active immediately once you save it. */
2297
- startDate?: Date;
2298
- /** Listing expires on the specific date and time. If you do not specify an end date, the product will be active until you deactivate it. */
2299
- endDate?: Date | undefined;
2300
- /** The type of package for this product, which determines the product's specific dimensions. */
2301
- packageType?: string | undefined;
2302
- /** The unit of measurement for the product's weight. */
2303
- weightUnit?: string | undefined;
2304
- /** The weight of the product, in the unit specified by the WeightUnit property. */
2305
- weight?: number | undefined;
2306
- /** The unit of measurement for the product's height, length, and width. */
2307
- measureUnit?: string | undefined;
2308
- /** The height of the product, in the unit specified by the MeasureUnit property. */
2309
- height?: number | undefined;
2310
- /** The length of the product, in the unit specified by the MeasureUnit property. */
2311
- length?: number | undefined;
2312
- /** The width of the product, in the unit specified by the MeasureUnit property. */
2313
- width?: number | undefined;
2314
- enableReview?: boolean | undefined;
2315
- /** The maximum number of times the product can be downloaded. A value of 0 indicates no limit. */
2316
- maxNumberOfDownload?: number | undefined;
2317
- /** The date and time when the download link or access to the product will expire. */
2318
- downloadExpiration?: Date | undefined;
2319
- /** The type of product download. Valid values include: "Standard Product", "Software", and "Music". */
2320
- downloadType?: string | undefined;
2321
- /** Indicates whether the product requires the user to agree to any terms or conditions before downloading. */
2322
- hasUserAgreement?: boolean | undefined;
2323
- /** Specifies the type of shipping option available for the product. */
2324
- shippingType?: string | undefined;
2325
- /** Specifies the type of tax applied to the product. */
2326
- taxType?: string | undefined;
2327
- /** ID of the vendor associated with the product. */
2328
- vendor?: string | undefined;
2329
- /** Indicates the position of the product in the catalog for ordering purposes. */
2330
- priority?: number;
2331
- /** An external identifier for the product that can be used for integration with external systems. */
2332
- outerId?: string | undefined;
2333
- properties?: Property[] | undefined;
2334
- excludedProperties?: ExcludedProperty[] | undefined;
2335
- propertyValues?: PropertyValue[] | undefined;
2336
- /** Gets the default image for the product. */
2337
- imgSrc?: string | undefined;
2338
- images?: Image[] | undefined;
2339
- assets?: Asset[] | undefined;
2340
- links?: CategoryLink[] | undefined;
2341
- variations?: Variation[] | undefined;
2342
- /** Each descendant type should override this property to use other object type for seo records */
2343
- seoObjectType?: string | undefined;
2344
- seoInfos?: SeoInfo[] | undefined;
2345
- reviews?: EditorialReview[] | undefined;
2346
- associations?: ProductAssociation[] | undefined;
2347
- referencedAssociations?: ProductAssociation[] | undefined;
2348
- outlines?: Outline[] | undefined;
2349
- /** System flag used to mark that object was inherited from other */
2350
- isInherited?: boolean;
2351
- createdDate?: Date;
2352
- modifiedDate?: Date | undefined;
2353
- createdBy?: string | undefined;
2354
- modifiedBy?: string | undefined;
2355
- id?: string | undefined;
2356
- }
2357
- /** Video content information */
2358
- export declare class Video implements IVideo {
2359
- name?: string | undefined;
2360
- description?: string | undefined;
2361
- sortOrder?: number;
2362
- uploadDate?: Date | undefined;
2363
- thumbnailUrl?: string | undefined;
2364
- contentUrl?: string | undefined;
2365
- embedUrl?: string | undefined;
2366
- duration?: string | undefined;
2367
- languageCode?: string | undefined;
2368
- ownerId?: string | undefined;
2369
- ownerType?: string | undefined;
2370
- createdDate?: Date;
2371
- modifiedDate?: Date | undefined;
2372
- createdBy?: string | undefined;
2373
- modifiedBy?: string | undefined;
2374
- id?: string | undefined;
2375
- constructor(data?: IVideo);
2376
- init(_data?: any): void;
2377
- static fromJS(data: any): Video;
2378
- toJSON(data?: any): any;
2379
- }
2380
- /** Video content information */
2381
- export interface IVideo {
2382
- name?: string | undefined;
2383
- description?: string | undefined;
2384
- sortOrder?: number;
2385
- uploadDate?: Date | undefined;
2386
- thumbnailUrl?: string | undefined;
2387
- contentUrl?: string | undefined;
2388
- embedUrl?: string | undefined;
2389
- duration?: string | undefined;
2390
- languageCode?: string | undefined;
2391
- ownerId?: string | undefined;
2392
- ownerType?: string | undefined;
2393
- createdDate?: Date;
2394
- modifiedDate?: Date | undefined;
2395
- createdBy?: string | undefined;
2396
- modifiedBy?: string | undefined;
2397
- id?: string | undefined;
2398
- }
2399
- export declare class VideoCreateRequest implements IVideoCreateRequest {
2400
- contentUrl?: string | undefined;
2401
- sortOrder?: number | undefined;
2402
- languageCode?: string | undefined;
2403
- ownerId?: string | undefined;
2404
- ownerType?: string | undefined;
2405
- constructor(data?: IVideoCreateRequest);
2406
- init(_data?: any): void;
2407
- static fromJS(data: any): VideoCreateRequest;
2408
- toJSON(data?: any): any;
2409
- }
2410
- export interface IVideoCreateRequest {
2411
- contentUrl?: string | undefined;
2412
- sortOrder?: number | undefined;
2413
- languageCode?: string | undefined;
2414
- ownerId?: string | undefined;
2415
- ownerType?: string | undefined;
2416
- }
2417
- export declare class VideoOptions implements IVideoOptions {
2418
- /** An API key is a unique string that lets you access an Google YouTube Data API */
2419
- googleApiKey?: string | undefined;
2420
- constructor(data?: IVideoOptions);
2421
- init(_data?: any): void;
2422
- static fromJS(data: any): VideoOptions;
2423
- toJSON(data?: any): any;
2424
- }
2425
- export interface IVideoOptions {
2426
- /** An API key is a unique string that lets you access an Google YouTube Data API */
2427
- googleApiKey?: string | undefined;
2428
- }
2429
- export declare class VideoSearchCriteria implements IVideoSearchCriteria {
2430
- ownerIds?: string[] | undefined;
2431
- ownerType?: string | undefined;
2432
- responseGroup?: string | undefined;
2433
- objectType?: string | undefined;
2434
- objectTypes?: string[] | undefined;
2435
- objectIds?: string[] | undefined;
2436
- keyword?: string | undefined;
2437
- searchPhrase?: string | undefined;
2438
- languageCode?: string | undefined;
2439
- sort?: string | undefined;
2440
- readonly sortInfos?: SortInfo[] | undefined;
2441
- skip?: number;
2442
- take?: number;
2443
- constructor(data?: IVideoSearchCriteria);
2444
- init(_data?: any): void;
2445
- static fromJS(data: any): VideoSearchCriteria;
2446
- toJSON(data?: any): any;
2447
- }
2448
- export interface IVideoSearchCriteria {
2449
- ownerIds?: string[] | undefined;
2450
- ownerType?: string | undefined;
2451
- responseGroup?: string | undefined;
2452
- objectType?: string | undefined;
2453
- objectTypes?: string[] | undefined;
2454
- objectIds?: string[] | undefined;
2455
- keyword?: string | undefined;
2456
- searchPhrase?: string | undefined;
2457
- languageCode?: string | undefined;
2458
- sort?: string | undefined;
2459
- sortInfos?: SortInfo[] | undefined;
2460
- skip?: number;
2461
- take?: number;
2462
- }
2463
- export declare class VideoSearchResult implements IVideoSearchResult {
2464
- totalCount?: number;
2465
- results?: Video[] | undefined;
2466
- constructor(data?: IVideoSearchResult);
2467
- init(_data?: any): void;
2468
- static fromJS(data: any): VideoSearchResult;
2469
- toJSON(data?: any): any;
2470
- }
2471
- export interface IVideoSearchResult {
2472
- totalCount?: number;
2473
- results?: Video[] | undefined;
2474
- }
2475
- export declare enum PropertyValueType2 {
2476
- ShortText = "ShortText",
2477
- LongText = "LongText",
2478
- Number = "Number",
2479
- DateTime = "DateTime",
2480
- Boolean = "Boolean",
2481
- Integer = "Integer",
2482
- GeoPoint = "GeoPoint"
2483
- }
2484
- export declare enum PropertyType2 {
2485
- Product = "Product",
2486
- Variation = "Variation",
2487
- Category = "Category",
2488
- Catalog = "Catalog"
2489
- }
2490
- export declare enum PropertyValueValueType {
2491
- ShortText = "ShortText",
2492
- LongText = "LongText",
2493
- Number = "Number",
2494
- DateTime = "DateTime",
2495
- Boolean = "Boolean",
2496
- Integer = "Integer",
2497
- GeoPoint = "GeoPoint"
2498
- }
2499
- export declare enum SortInfoSortDirection {
2500
- Ascending = "Ascending",
2501
- Descending = "Descending"
2502
- }
2503
- export declare enum ValidationFailureSeverity {
2504
- Error = "Error",
2505
- Warning = "Warning",
2506
- Info = "Info"
2507
- }
2508
- export declare class ApiException extends Error {
2509
- message: string;
2510
- status: number;
2511
- response: string;
2512
- headers: {
2513
- [key: string]: any;
2514
- };
2515
- result: any;
2516
- constructor(message: string, status: number, response: string, headers: {
2517
- [key: string]: any;
2518
- }, result: any);
2519
- protected isApiException: boolean;
2520
- static isApiException(obj: any): obj is ApiException;
2521
- }
2522
- //# sourceMappingURL=catalog.d.ts.map