@gradientedge/commercetools-utils 5.30.0 → 5.31.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (299) hide show
  1. package/dist/cjs/tsconfig-cjs.tsbuildinfo +1 -1
  2. package/dist/cjs/types/models/approval-flow.d.ts +15 -4
  3. package/dist/cjs/types/models/approval-flow.d.ts.map +1 -1
  4. package/dist/cjs/types/models/approval-flow.js +11 -0
  5. package/dist/cjs/types/models/approval-flow.js.map +1 -1
  6. package/dist/cjs/types/models/approval-rule.d.ts +19 -9
  7. package/dist/cjs/types/models/approval-rule.d.ts.map +1 -1
  8. package/dist/cjs/types/models/approval-rule.js +10 -0
  9. package/dist/cjs/types/models/approval-rule.js.map +1 -1
  10. package/dist/cjs/types/models/associate-role.d.ts +58 -11
  11. package/dist/cjs/types/models/associate-role.d.ts.map +1 -1
  12. package/dist/cjs/types/models/associate-role.js +47 -0
  13. package/dist/cjs/types/models/associate-role.js.map +1 -1
  14. package/dist/cjs/types/models/attribute-group.d.ts +15 -9
  15. package/dist/cjs/types/models/attribute-group.d.ts.map +1 -1
  16. package/dist/cjs/types/models/business-unit-search.d.ts +114 -0
  17. package/dist/cjs/types/models/business-unit-search.d.ts.map +1 -0
  18. package/dist/cjs/types/models/business-unit-search.js +8 -0
  19. package/dist/cjs/types/models/business-unit-search.js.map +1 -0
  20. package/dist/cjs/types/models/business-unit.d.ts +349 -35
  21. package/dist/cjs/types/models/business-unit.d.ts.map +1 -1
  22. package/dist/cjs/types/models/business-unit.js +55 -0
  23. package/dist/cjs/types/models/business-unit.js.map +1 -1
  24. package/dist/cjs/types/models/cart-discount.d.ts +218 -36
  25. package/dist/cjs/types/models/cart-discount.d.ts.map +1 -1
  26. package/dist/cjs/types/models/cart-discount.js +29 -0
  27. package/dist/cjs/types/models/cart-discount.js.map +1 -1
  28. package/dist/cjs/types/models/cart.d.ts +178 -88
  29. package/dist/cjs/types/models/cart.d.ts.map +1 -1
  30. package/dist/cjs/types/models/cart.js +127 -0
  31. package/dist/cjs/types/models/cart.js.map +1 -1
  32. package/dist/cjs/types/models/category.d.ts +32 -26
  33. package/dist/cjs/types/models/category.d.ts.map +1 -1
  34. package/dist/cjs/types/models/channel.d.ts +28 -15
  35. package/dist/cjs/types/models/channel.d.ts.map +1 -1
  36. package/dist/cjs/types/models/channel.js +13 -0
  37. package/dist/cjs/types/models/channel.js.map +1 -1
  38. package/dist/cjs/types/models/common.d.ts +167 -5
  39. package/dist/cjs/types/models/common.d.ts.map +1 -1
  40. package/dist/cjs/types/models/common.js +61 -0
  41. package/dist/cjs/types/models/common.js.map +1 -1
  42. package/dist/cjs/types/models/custom-object.d.ts +2 -2
  43. package/dist/cjs/types/models/custom-object.d.ts.map +1 -1
  44. package/dist/cjs/types/models/customer-group.d.ts +13 -7
  45. package/dist/cjs/types/models/customer-group.d.ts.map +1 -1
  46. package/dist/cjs/types/models/customer.d.ts +53 -39
  47. package/dist/cjs/types/models/customer.d.ts.map +1 -1
  48. package/dist/cjs/types/models/customer.js +11 -0
  49. package/dist/cjs/types/models/customer.js.map +1 -1
  50. package/dist/cjs/types/models/discount-code.d.ts +24 -18
  51. package/dist/cjs/types/models/discount-code.d.ts.map +1 -1
  52. package/dist/cjs/types/models/error.d.ts +193 -167
  53. package/dist/cjs/types/models/error.d.ts.map +1 -1
  54. package/dist/cjs/types/models/extension.d.ts +43 -9
  55. package/dist/cjs/types/models/extension.d.ts.map +1 -1
  56. package/dist/cjs/types/models/extension.js +27 -0
  57. package/dist/cjs/types/models/extension.js.map +1 -1
  58. package/dist/cjs/types/models/index.d.ts +1 -0
  59. package/dist/cjs/types/models/index.d.ts.map +1 -1
  60. package/dist/cjs/types/models/index.js +1 -0
  61. package/dist/cjs/types/models/index.js.map +1 -1
  62. package/dist/cjs/types/models/inventory.d.ts +19 -13
  63. package/dist/cjs/types/models/inventory.d.ts.map +1 -1
  64. package/dist/cjs/types/models/me.d.ts +210 -100
  65. package/dist/cjs/types/models/me.d.ts.map +1 -1
  66. package/dist/cjs/types/models/me.js +10 -0
  67. package/dist/cjs/types/models/me.js.map +1 -1
  68. package/dist/cjs/types/models/message.d.ts +871 -489
  69. package/dist/cjs/types/models/message.d.ts.map +1 -1
  70. package/dist/cjs/types/models/order-edit.d.ts +131 -108
  71. package/dist/cjs/types/models/order-edit.d.ts.map +1 -1
  72. package/dist/cjs/types/models/order.d.ts +211 -69
  73. package/dist/cjs/types/models/order.d.ts.map +1 -1
  74. package/dist/cjs/types/models/order.js +93 -0
  75. package/dist/cjs/types/models/order.js.map +1 -1
  76. package/dist/cjs/types/models/payment.d.ts +42 -23
  77. package/dist/cjs/types/models/payment.d.ts.map +1 -1
  78. package/dist/cjs/types/models/payment.js +20 -0
  79. package/dist/cjs/types/models/payment.js.map +1 -1
  80. package/dist/cjs/types/models/product-discount.d.ts +37 -19
  81. package/dist/cjs/types/models/product-discount.d.ts.map +1 -1
  82. package/dist/cjs/types/models/product-search.d.ts +43 -14
  83. package/dist/cjs/types/models/product-search.d.ts.map +1 -1
  84. package/dist/cjs/types/models/product-search.js +16 -0
  85. package/dist/cjs/types/models/product-search.js.map +1 -1
  86. package/dist/cjs/types/models/product-selection.d.ts +42 -16
  87. package/dist/cjs/types/models/product-selection.d.ts.map +1 -1
  88. package/dist/cjs/types/models/product-selection.js +17 -0
  89. package/dist/cjs/types/models/product-selection.js.map +1 -1
  90. package/dist/cjs/types/models/product-tailoring.d.ts +42 -33
  91. package/dist/cjs/types/models/product-tailoring.d.ts.map +1 -1
  92. package/dist/cjs/types/models/product-type.d.ts +83 -40
  93. package/dist/cjs/types/models/product-type.d.ts.map +1 -1
  94. package/dist/cjs/types/models/product-type.js +48 -0
  95. package/dist/cjs/types/models/product-type.js.map +1 -1
  96. package/dist/cjs/types/models/product.d.ts +97 -59
  97. package/dist/cjs/types/models/product.d.ts.map +1 -1
  98. package/dist/cjs/types/models/product.js +26 -0
  99. package/dist/cjs/types/models/product.js.map +1 -1
  100. package/dist/cjs/types/models/project.d.ts +94 -20
  101. package/dist/cjs/types/models/project.d.ts.map +1 -1
  102. package/dist/cjs/types/models/project.js +73 -0
  103. package/dist/cjs/types/models/project.js.map +1 -1
  104. package/dist/cjs/types/models/quote-request.d.ts +21 -8
  105. package/dist/cjs/types/models/quote-request.d.ts.map +1 -1
  106. package/dist/cjs/types/models/quote-request.js +13 -0
  107. package/dist/cjs/types/models/quote-request.js.map +1 -1
  108. package/dist/cjs/types/models/quote.d.ts +25 -11
  109. package/dist/cjs/types/models/quote.d.ts.map +1 -1
  110. package/dist/cjs/types/models/quote.js +14 -0
  111. package/dist/cjs/types/models/quote.js.map +1 -1
  112. package/dist/cjs/types/models/review.d.ts +20 -14
  113. package/dist/cjs/types/models/review.d.ts.map +1 -1
  114. package/dist/cjs/types/models/search.d.ts +62 -4
  115. package/dist/cjs/types/models/search.d.ts.map +1 -1
  116. package/dist/cjs/types/models/search.js +51 -0
  117. package/dist/cjs/types/models/search.js.map +1 -1
  118. package/dist/cjs/types/models/shipping-method.d.ts +38 -21
  119. package/dist/cjs/types/models/shipping-method.d.ts.map +1 -1
  120. package/dist/cjs/types/models/shipping-method.js +7 -0
  121. package/dist/cjs/types/models/shipping-method.js.map +1 -1
  122. package/dist/cjs/types/models/shopping-list.d.ts +66 -28
  123. package/dist/cjs/types/models/shopping-list.d.ts.map +1 -1
  124. package/dist/cjs/types/models/staged-quote.d.ts +21 -10
  125. package/dist/cjs/types/models/staged-quote.d.ts.map +1 -1
  126. package/dist/cjs/types/models/staged-quote.js +11 -0
  127. package/dist/cjs/types/models/staged-quote.js.map +1 -1
  128. package/dist/cjs/types/models/standalone-price.d.ts +23 -17
  129. package/dist/cjs/types/models/standalone-price.d.ts.map +1 -1
  130. package/dist/cjs/types/models/state.d.ts +33 -13
  131. package/dist/cjs/types/models/state.d.ts.map +1 -1
  132. package/dist/cjs/types/models/state.js +25 -0
  133. package/dist/cjs/types/models/state.js.map +1 -1
  134. package/dist/cjs/types/models/store.d.ts +29 -23
  135. package/dist/cjs/types/models/store.d.ts.map +1 -1
  136. package/dist/cjs/types/models/subscription.d.ts +138 -18
  137. package/dist/cjs/types/models/subscription.d.ts.map +1 -1
  138. package/dist/cjs/types/models/subscription.js +95 -0
  139. package/dist/cjs/types/models/subscription.js.map +1 -1
  140. package/dist/cjs/types/models/tax-category.d.ts +15 -9
  141. package/dist/cjs/types/models/tax-category.d.ts.map +1 -1
  142. package/dist/cjs/types/models/type.d.ts +101 -29
  143. package/dist/cjs/types/models/type.d.ts.map +1 -1
  144. package/dist/cjs/types/models/type.js +76 -0
  145. package/dist/cjs/types/models/type.js.map +1 -1
  146. package/dist/cjs/types/models/warning.d.ts +15 -1
  147. package/dist/cjs/types/models/warning.d.ts.map +1 -1
  148. package/dist/cjs/types/models/zone.d.ts +14 -8
  149. package/dist/cjs/types/models/zone.d.ts.map +1 -1
  150. package/dist/mjs/tsconfig.tsbuildinfo +1 -1
  151. package/dist/mjs/types/models/approval-flow.d.ts +15 -4
  152. package/dist/mjs/types/models/approval-flow.d.ts.map +1 -1
  153. package/dist/mjs/types/models/approval-flow.js +10 -1
  154. package/dist/mjs/types/models/approval-flow.js.map +1 -1
  155. package/dist/mjs/types/models/approval-rule.d.ts +19 -9
  156. package/dist/mjs/types/models/approval-rule.d.ts.map +1 -1
  157. package/dist/mjs/types/models/approval-rule.js +9 -1
  158. package/dist/mjs/types/models/approval-rule.js.map +1 -1
  159. package/dist/mjs/types/models/associate-role.d.ts +58 -11
  160. package/dist/mjs/types/models/associate-role.d.ts.map +1 -1
  161. package/dist/mjs/types/models/associate-role.js +46 -1
  162. package/dist/mjs/types/models/associate-role.js.map +1 -1
  163. package/dist/mjs/types/models/attribute-group.d.ts +15 -9
  164. package/dist/mjs/types/models/attribute-group.d.ts.map +1 -1
  165. package/dist/mjs/types/models/business-unit-search.d.ts +114 -0
  166. package/dist/mjs/types/models/business-unit-search.d.ts.map +1 -0
  167. package/dist/mjs/types/models/business-unit-search.js +7 -0
  168. package/dist/mjs/types/models/business-unit-search.js.map +1 -0
  169. package/dist/mjs/types/models/business-unit.d.ts +349 -35
  170. package/dist/mjs/types/models/business-unit.d.ts.map +1 -1
  171. package/dist/mjs/types/models/business-unit.js +54 -1
  172. package/dist/mjs/types/models/business-unit.js.map +1 -1
  173. package/dist/mjs/types/models/cart-discount.d.ts +218 -36
  174. package/dist/mjs/types/models/cart-discount.d.ts.map +1 -1
  175. package/dist/mjs/types/models/cart-discount.js +28 -1
  176. package/dist/mjs/types/models/cart-discount.js.map +1 -1
  177. package/dist/mjs/types/models/cart.d.ts +178 -88
  178. package/dist/mjs/types/models/cart.d.ts.map +1 -1
  179. package/dist/mjs/types/models/cart.js +126 -1
  180. package/dist/mjs/types/models/cart.js.map +1 -1
  181. package/dist/mjs/types/models/category.d.ts +32 -26
  182. package/dist/mjs/types/models/category.d.ts.map +1 -1
  183. package/dist/mjs/types/models/channel.d.ts +28 -15
  184. package/dist/mjs/types/models/channel.d.ts.map +1 -1
  185. package/dist/mjs/types/models/channel.js +12 -1
  186. package/dist/mjs/types/models/channel.js.map +1 -1
  187. package/dist/mjs/types/models/common.d.ts +167 -5
  188. package/dist/mjs/types/models/common.d.ts.map +1 -1
  189. package/dist/mjs/types/models/common.js +60 -1
  190. package/dist/mjs/types/models/common.js.map +1 -1
  191. package/dist/mjs/types/models/custom-object.d.ts +2 -2
  192. package/dist/mjs/types/models/custom-object.d.ts.map +1 -1
  193. package/dist/mjs/types/models/customer-group.d.ts +13 -7
  194. package/dist/mjs/types/models/customer-group.d.ts.map +1 -1
  195. package/dist/mjs/types/models/customer.d.ts +53 -39
  196. package/dist/mjs/types/models/customer.d.ts.map +1 -1
  197. package/dist/mjs/types/models/customer.js +10 -1
  198. package/dist/mjs/types/models/customer.js.map +1 -1
  199. package/dist/mjs/types/models/discount-code.d.ts +24 -18
  200. package/dist/mjs/types/models/discount-code.d.ts.map +1 -1
  201. package/dist/mjs/types/models/error.d.ts +193 -167
  202. package/dist/mjs/types/models/error.d.ts.map +1 -1
  203. package/dist/mjs/types/models/extension.d.ts +43 -9
  204. package/dist/mjs/types/models/extension.d.ts.map +1 -1
  205. package/dist/mjs/types/models/extension.js +26 -1
  206. package/dist/mjs/types/models/extension.js.map +1 -1
  207. package/dist/mjs/types/models/index.d.ts +1 -0
  208. package/dist/mjs/types/models/index.d.ts.map +1 -1
  209. package/dist/mjs/types/models/index.js +1 -0
  210. package/dist/mjs/types/models/index.js.map +1 -1
  211. package/dist/mjs/types/models/inventory.d.ts +19 -13
  212. package/dist/mjs/types/models/inventory.d.ts.map +1 -1
  213. package/dist/mjs/types/models/me.d.ts +210 -100
  214. package/dist/mjs/types/models/me.d.ts.map +1 -1
  215. package/dist/mjs/types/models/me.js +9 -1
  216. package/dist/mjs/types/models/me.js.map +1 -1
  217. package/dist/mjs/types/models/message.d.ts +871 -489
  218. package/dist/mjs/types/models/message.d.ts.map +1 -1
  219. package/dist/mjs/types/models/order-edit.d.ts +131 -108
  220. package/dist/mjs/types/models/order-edit.d.ts.map +1 -1
  221. package/dist/mjs/types/models/order.d.ts +211 -69
  222. package/dist/mjs/types/models/order.d.ts.map +1 -1
  223. package/dist/mjs/types/models/order.js +92 -1
  224. package/dist/mjs/types/models/order.js.map +1 -1
  225. package/dist/mjs/types/models/payment.d.ts +42 -23
  226. package/dist/mjs/types/models/payment.d.ts.map +1 -1
  227. package/dist/mjs/types/models/payment.js +19 -1
  228. package/dist/mjs/types/models/payment.js.map +1 -1
  229. package/dist/mjs/types/models/product-discount.d.ts +37 -19
  230. package/dist/mjs/types/models/product-discount.d.ts.map +1 -1
  231. package/dist/mjs/types/models/product-search.d.ts +43 -14
  232. package/dist/mjs/types/models/product-search.d.ts.map +1 -1
  233. package/dist/mjs/types/models/product-search.js +15 -1
  234. package/dist/mjs/types/models/product-search.js.map +1 -1
  235. package/dist/mjs/types/models/product-selection.d.ts +42 -16
  236. package/dist/mjs/types/models/product-selection.d.ts.map +1 -1
  237. package/dist/mjs/types/models/product-selection.js +16 -1
  238. package/dist/mjs/types/models/product-selection.js.map +1 -1
  239. package/dist/mjs/types/models/product-tailoring.d.ts +42 -33
  240. package/dist/mjs/types/models/product-tailoring.d.ts.map +1 -1
  241. package/dist/mjs/types/models/product-type.d.ts +83 -40
  242. package/dist/mjs/types/models/product-type.d.ts.map +1 -1
  243. package/dist/mjs/types/models/product-type.js +47 -1
  244. package/dist/mjs/types/models/product-type.js.map +1 -1
  245. package/dist/mjs/types/models/product.d.ts +97 -59
  246. package/dist/mjs/types/models/product.d.ts.map +1 -1
  247. package/dist/mjs/types/models/product.js +25 -1
  248. package/dist/mjs/types/models/product.js.map +1 -1
  249. package/dist/mjs/types/models/project.d.ts +94 -20
  250. package/dist/mjs/types/models/project.d.ts.map +1 -1
  251. package/dist/mjs/types/models/project.js +72 -1
  252. package/dist/mjs/types/models/project.js.map +1 -1
  253. package/dist/mjs/types/models/quote-request.d.ts +21 -8
  254. package/dist/mjs/types/models/quote-request.d.ts.map +1 -1
  255. package/dist/mjs/types/models/quote-request.js +12 -1
  256. package/dist/mjs/types/models/quote-request.js.map +1 -1
  257. package/dist/mjs/types/models/quote.d.ts +25 -11
  258. package/dist/mjs/types/models/quote.d.ts.map +1 -1
  259. package/dist/mjs/types/models/quote.js +13 -1
  260. package/dist/mjs/types/models/quote.js.map +1 -1
  261. package/dist/mjs/types/models/review.d.ts +20 -14
  262. package/dist/mjs/types/models/review.d.ts.map +1 -1
  263. package/dist/mjs/types/models/search.d.ts +62 -4
  264. package/dist/mjs/types/models/search.d.ts.map +1 -1
  265. package/dist/mjs/types/models/search.js +50 -1
  266. package/dist/mjs/types/models/search.js.map +1 -1
  267. package/dist/mjs/types/models/shipping-method.d.ts +38 -21
  268. package/dist/mjs/types/models/shipping-method.d.ts.map +1 -1
  269. package/dist/mjs/types/models/shipping-method.js +6 -1
  270. package/dist/mjs/types/models/shipping-method.js.map +1 -1
  271. package/dist/mjs/types/models/shopping-list.d.ts +66 -28
  272. package/dist/mjs/types/models/shopping-list.d.ts.map +1 -1
  273. package/dist/mjs/types/models/staged-quote.d.ts +21 -10
  274. package/dist/mjs/types/models/staged-quote.d.ts.map +1 -1
  275. package/dist/mjs/types/models/staged-quote.js +10 -1
  276. package/dist/mjs/types/models/staged-quote.js.map +1 -1
  277. package/dist/mjs/types/models/standalone-price.d.ts +23 -17
  278. package/dist/mjs/types/models/standalone-price.d.ts.map +1 -1
  279. package/dist/mjs/types/models/state.d.ts +33 -13
  280. package/dist/mjs/types/models/state.d.ts.map +1 -1
  281. package/dist/mjs/types/models/state.js +24 -1
  282. package/dist/mjs/types/models/state.js.map +1 -1
  283. package/dist/mjs/types/models/store.d.ts +29 -23
  284. package/dist/mjs/types/models/store.d.ts.map +1 -1
  285. package/dist/mjs/types/models/subscription.d.ts +138 -18
  286. package/dist/mjs/types/models/subscription.d.ts.map +1 -1
  287. package/dist/mjs/types/models/subscription.js +94 -1
  288. package/dist/mjs/types/models/subscription.js.map +1 -1
  289. package/dist/mjs/types/models/tax-category.d.ts +15 -9
  290. package/dist/mjs/types/models/tax-category.d.ts.map +1 -1
  291. package/dist/mjs/types/models/type.d.ts +101 -29
  292. package/dist/mjs/types/models/type.d.ts.map +1 -1
  293. package/dist/mjs/types/models/type.js +75 -1
  294. package/dist/mjs/types/models/type.js.map +1 -1
  295. package/dist/mjs/types/models/warning.d.ts +15 -1
  296. package/dist/mjs/types/models/warning.d.ts.map +1 -1
  297. package/dist/mjs/types/models/zone.d.ts +14 -8
  298. package/dist/mjs/types/models/zone.d.ts.map +1 -1
  299. package/package.json +2 -2
@@ -3,12 +3,21 @@
3
3
  * Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
4
4
  * For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
5
5
  */
6
- import { BaseResource, CreatedBy, LastModifiedBy, LocalizedString } from './common.js';
6
+ import { BaseResource, CreatedBy, IReference, IResourceIdentifier, LastModifiedBy, LocalizedString } from './common.js';
7
7
  /**
8
8
  * Specifies how an Attribute (or a set of Attributes) should be validated across all variants of a Product:
9
9
  *
10
10
  */
11
+ export declare enum AttributeConstraintEnumValues {
12
+ CombinationUnique = "CombinationUnique",
13
+ None = "None",
14
+ SameForAll = "SameForAll",
15
+ Unique = "Unique"
16
+ }
11
17
  export type AttributeConstraintEnum = 'CombinationUnique' | 'None' | 'SameForAll' | 'Unique' | string;
18
+ export declare enum AttributeConstraintEnumDraftValues {
19
+ None = "None"
20
+ }
12
21
  export type AttributeConstraintEnumDraft = 'None' | string;
13
22
  /**
14
23
  * Describes a Product Attribute and allows you to define meta-information associated with the Attribute (like whether it should be searchable, or its constraints).
@@ -54,7 +63,7 @@ export interface AttributeDefinition {
54
63
  */
55
64
  readonly inputHint: TextInputHint;
56
65
  /**
57
- * If `true`, the Attribute's values are available for the [Product Projections Search API](/../api/projects/products-search) for use in full-text search queries, filters, and facets.
66
+ * If `true`, the Attribute's values are available in the [Product Projection Search](/../api/projects/products-search) or the [Product Search](/../api/projects/product-search) API for use in full-text search queries, filters, and facets.
58
67
  *
59
68
  * Which exact features are available with this flag depends on the specific [AttributeType](ctp:api:type:AttributeType).
60
69
  * The maximum size of a searchable field is **restricted** by the [Field content size limit](/../api/limits#field-content-size).
@@ -78,7 +87,7 @@ export interface AttributeDefinitionDraft {
78
87
  */
79
88
  readonly type: AttributeType;
80
89
  /**
81
- * User-defined name of the Attribute that is unique with the [Project](ctp:api:type:Project).
90
+ * User-defined name of the Attribute that is unique to the [Project](ctp:api:type:Project).
82
91
  *
83
92
  * When using the same `name` for an Attribute in multiple ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes, else an [AttributeDefinitionAlreadyExists](ctp:api:type:AttributeDefinitionAlreadyExistsError) error is returned.
84
93
  * An exception to this are the values of an `enum` or `lenum` Type and sets thereof.
@@ -115,7 +124,7 @@ export interface AttributeDefinitionDraft {
115
124
  */
116
125
  readonly inputHint?: TextInputHint;
117
126
  /**
118
- * Set to `true` if the Attribute's values should be available in the [Product Projections Search API](/../api/projects/products-search) and can be used in full-text search queries, filters, and facets.
127
+ * Set to `true` if the Attribute's values should be available in the [Product Projection Search](/../api/projects/products-search) or the [Product Search](/../api/projects/product-search) API and can be used in full-text search queries, filters, and facets.
119
128
  * Which exact features are available with this flag depends on the specific [AttributeType](ctp:api:type:AttributeType).
120
129
  * The maximum size of a searchable field is **restricted** by the [Field content size limit](/../api/limits#field-content-size).
121
130
  * This constraint is enforced at both Product creation and Product update.
@@ -164,29 +173,53 @@ export interface AttributePlainEnumValue {
164
173
  * Name of the resource type that the value should reference. Supported resource type identifiers:
165
174
  *
166
175
  */
176
+ export declare enum AttributeReferenceTypeIdValues {
177
+ AssociateRole = "associate-role",
178
+ BusinessUnit = "business-unit",
179
+ Cart = "cart",
180
+ CartDiscount = "cart-discount",
181
+ Category = "category",
182
+ Channel = "channel",
183
+ Customer = "customer",
184
+ CustomerGroup = "customer-group",
185
+ KeyValueDocument = "key-value-document",
186
+ Order = "order",
187
+ Product = "product",
188
+ ProductType = "product-type",
189
+ Review = "review",
190
+ ShippingMethod = "shipping-method",
191
+ State = "state",
192
+ Zone = "zone"
193
+ }
167
194
  export type AttributeReferenceTypeId = 'associate-role' | 'business-unit' | 'cart' | 'cart-discount' | 'category' | 'channel' | 'customer' | 'customer-group' | 'key-value-document' | 'order' | 'product' | 'product-type' | 'review' | 'shipping-method' | 'state' | 'zone' | string;
168
195
  /**
169
196
  * Umbrella type for specific attribute types discriminated by property `name`.
170
197
  */
171
198
  export type AttributeType = AttributeBooleanType | AttributeDateTimeType | AttributeDateType | AttributeEnumType | AttributeLocalizableTextType | AttributeLocalizedEnumType | AttributeMoneyType | AttributeNestedType | AttributeNumberType | AttributeReferenceType | AttributeSetType | AttributeTextType | AttributeTimeType;
199
+ export interface IAttributeType {
200
+ /**
201
+ *
202
+ */
203
+ readonly name: string;
204
+ }
172
205
  /**
173
206
  * Attribute type for Boolean values. Valid values for the Attribute are `true` and `false` (JSON Boolean).
174
207
  *
175
208
  */
176
- export interface AttributeBooleanType {
209
+ export interface AttributeBooleanType extends IAttributeType {
177
210
  readonly name: 'boolean';
178
211
  }
179
- export interface AttributeDateTimeType {
212
+ export interface AttributeDateTimeType extends IAttributeType {
180
213
  readonly name: 'datetime';
181
214
  }
182
- export interface AttributeDateType {
215
+ export interface AttributeDateType extends IAttributeType {
183
216
  readonly name: 'date';
184
217
  }
185
218
  /**
186
219
  * Attribute type for plain enum values. Useful for predefined language-agnostic values selectable in drop downs when only one value should be selected. Use [AttributeSetType](ctp:api:type:AttributeSetType) of AttributeEnumType instead if multiple values can be selected from the list.
187
220
  *
188
221
  */
189
- export interface AttributeEnumType {
222
+ export interface AttributeEnumType extends IAttributeType {
190
223
  readonly name: 'enum';
191
224
  /**
192
225
  * Available values that can be assigned to Products.
@@ -199,14 +232,14 @@ export interface AttributeEnumType {
199
232
  * Attribute type for [LocalizedString](ctp:api:type:LocalizedString) values.
200
233
  *
201
234
  */
202
- export interface AttributeLocalizableTextType {
235
+ export interface AttributeLocalizableTextType extends IAttributeType {
203
236
  readonly name: 'ltext';
204
237
  }
205
238
  /**
206
239
  * Attribute type for localized enum values. Useful for predefined language-specific values selectable in drop-down menus if only one value can be selected. Use [AttributeSetType](ctp:api:type:AttributeSetType) of AttributeLocalizedEnumValue instead if multiple values can be selected.
207
240
  *
208
241
  */
209
- export interface AttributeLocalizedEnumType {
242
+ export interface AttributeLocalizedEnumType extends IAttributeType {
210
243
  readonly name: 'lenum';
211
244
  /**
212
245
  * Available values that can be assigned to Products.
@@ -215,14 +248,14 @@ export interface AttributeLocalizedEnumType {
215
248
  */
216
249
  readonly values: AttributeLocalizedEnumValue[];
217
250
  }
218
- export interface AttributeMoneyType {
251
+ export interface AttributeMoneyType extends IAttributeType {
219
252
  readonly name: 'money';
220
253
  }
221
254
  /**
222
255
  * Attribute type for nesting Attributes based on some existing ProductType. It does not support `isSearchable` and is not supported in queries. The only supported AttributeConstraint is `None`.
223
256
  *
224
257
  */
225
- export interface AttributeNestedType {
258
+ export interface AttributeNestedType extends IAttributeType {
226
259
  readonly name: 'nested';
227
260
  /**
228
261
  * Attributes that can be stored as nested Attributes of the current Attribute.
@@ -231,10 +264,10 @@ export interface AttributeNestedType {
231
264
  */
232
265
  readonly typeReference: ProductTypeReference;
233
266
  }
234
- export interface AttributeNumberType {
267
+ export interface AttributeNumberType extends IAttributeType {
235
268
  readonly name: 'number';
236
269
  }
237
- export interface AttributeReferenceType {
270
+ export interface AttributeReferenceType extends IAttributeType {
238
271
  readonly name: 'reference';
239
272
  /**
240
273
  * Name of the resource type that the value should reference.
@@ -247,7 +280,7 @@ export interface AttributeReferenceType {
247
280
  * AttributeType that defines a set (without duplicate elements) with values of the given `elementType`. It does not support `isRequired`. Since this type itself is an AttributeType, it is possible to construct an AttributeSetType of an AttributeSetType of any AttributeType, and to continue with this iteration until terminating with any non-AttributeSetType. In case the AttributeSetType iteration terminates with an [AttributeNestedType](ctp:api:type:AttributeNestedType), the iteration can have 5 steps at maximum.
248
281
  *
249
282
  */
250
- export interface AttributeSetType {
283
+ export interface AttributeSetType extends IAttributeType {
251
284
  readonly name: 'set';
252
285
  /**
253
286
  * Attribute type of the elements in the set.
@@ -259,10 +292,10 @@ export interface AttributeSetType {
259
292
  * Attribute type for plain text values.
260
293
  *
261
294
  */
262
- export interface AttributeTextType {
295
+ export interface AttributeTextType extends IAttributeType {
263
296
  readonly name: 'text';
264
297
  }
265
- export interface AttributeTimeType {
298
+ export interface AttributeTimeType extends IAttributeType {
266
299
  readonly name: 'time';
267
300
  }
268
301
  export interface ProductType extends BaseResource {
@@ -394,7 +427,7 @@ export interface ProductTypePagedQueryResponse {
394
427
  * [Reference](ctp:api:type:Reference) to a [ProductType](ctp:api:type:ProductType).
395
428
  *
396
429
  */
397
- export interface ProductTypeReference {
430
+ export interface ProductTypeReference extends IReference {
398
431
  readonly typeId: 'product-type';
399
432
  /**
400
433
  * Unique identifier of the referenced [ProductType](ctp:api:type:ProductType).
@@ -413,7 +446,7 @@ export interface ProductTypeReference {
413
446
  * [ResourceIdentifier](ctp:api:type:ResourceIdentifier) to a [ProductType](ctp:api:type:ProductType). Either `id` or `key` is required. If both are set, an [InvalidJsonInput](/../api/errors#invalidjsoninput) error is returned.
414
447
  *
415
448
  */
416
- export interface ProductTypeResourceIdentifier {
449
+ export interface ProductTypeResourceIdentifier extends IResourceIdentifier {
417
450
  readonly typeId: 'product-type';
418
451
  /**
419
452
  * Unique identifier of the referenced [ProductType](ctp:api:type:ProductType). Required if `key` is absent.
@@ -444,12 +477,22 @@ export interface ProductTypeUpdate {
444
477
  readonly actions: ProductTypeUpdateAction[];
445
478
  }
446
479
  export type ProductTypeUpdateAction = ProductTypeAddAttributeDefinitionAction | ProductTypeAddLocalizedEnumValueAction | ProductTypeAddPlainEnumValueAction | ProductTypeChangeAttributeConstraintAction | ProductTypeChangeAttributeNameAction | ProductTypeChangeAttributeOrderByNameAction | ProductTypeChangeDescriptionAction | ProductTypeChangeEnumKeyAction | ProductTypeChangeInputHintAction | ProductTypeChangeIsSearchableAction | ProductTypeChangeLabelAction | ProductTypeChangeLocalizedEnumValueLabelAction | ProductTypeChangeLocalizedEnumValueOrderAction | ProductTypeChangeNameAction | ProductTypeChangePlainEnumValueLabelAction | ProductTypeChangePlainEnumValueOrderAction | ProductTypeRemoveAttributeDefinitionAction | ProductTypeRemoveEnumValuesAction | ProductTypeSetInputTipAction | ProductTypeSetKeyAction;
480
+ export interface IProductTypeUpdateAction {
481
+ /**
482
+ *
483
+ */
484
+ readonly action: string;
485
+ }
447
486
  /**
448
487
  * A text input hint is a string with one of the following values:
449
488
  *
450
489
  */
490
+ export declare enum TextInputHintValues {
491
+ MultiLine = "MultiLine",
492
+ SingleLine = "SingleLine"
493
+ }
451
494
  export type TextInputHint = 'MultiLine' | 'SingleLine' | string;
452
- export interface ProductTypeAddAttributeDefinitionAction {
495
+ export interface ProductTypeAddAttributeDefinitionAction extends IProductTypeUpdateAction {
453
496
  readonly action: 'addAttributeDefinition';
454
497
  /**
455
498
  * Value to append to `attributes`.
@@ -461,7 +504,7 @@ export interface ProductTypeAddAttributeDefinitionAction {
461
504
  * Adds a localizable enum to the values of [AttributeLocalizedEnumType](ctp:api:type:AttributeLocalizedEnumType). It can update an AttributeLocalizedEnumType AttributeDefinition or an [AttributeSetType](ctp:api:type:AttributeSetType) of AttributeLocalizedEnumType AttributeDefinition.
462
505
  *
463
506
  */
464
- export interface ProductTypeAddLocalizedEnumValueAction {
507
+ export interface ProductTypeAddLocalizedEnumValueAction extends IProductTypeUpdateAction {
465
508
  readonly action: 'addLocalizedEnumValue';
466
509
  /**
467
510
  * Name of the AttributeDefinition to update.
@@ -480,7 +523,7 @@ export interface ProductTypeAddLocalizedEnumValueAction {
480
523
  * Adds an enum to the values of [AttributeEnumType](ctp:api:type:AttributeEnumType) AttributeDefinition, or [AttributeSetType](ctp:api:type:AttributeSetType) of AttributeEnumType AttributeDefinition.
481
524
  *
482
525
  */
483
- export interface ProductTypeAddPlainEnumValueAction {
526
+ export interface ProductTypeAddPlainEnumValueAction extends IProductTypeUpdateAction {
484
527
  readonly action: 'addPlainEnumValue';
485
528
  /**
486
529
  * Name of the AttributeDefinition to update.
@@ -499,7 +542,7 @@ export interface ProductTypeAddPlainEnumValueAction {
499
542
  * Updates the `attributeConstraint` of an [AttributeDefinition](ctp:api:type:AttributeDefinition). For now only following changes are supported: `SameForAll` to `None` and `Unique` to `None`.
500
543
  *
501
544
  */
502
- export interface ProductTypeChangeAttributeConstraintAction {
545
+ export interface ProductTypeChangeAttributeConstraintAction extends IProductTypeUpdateAction {
503
546
  readonly action: 'changeAttributeConstraint';
504
547
  /**
505
548
  * Name of the AttributeDefinition to update.
@@ -520,7 +563,7 @@ export interface ProductTypeChangeAttributeConstraintAction {
520
563
  * If the AttributeDefinition name to be changed does not exist, an [AttributeNameDoesNotExist](ctp:api:type:AttributeNameDoesNotExistError) error is returned.
521
564
  *
522
565
  */
523
- export interface ProductTypeChangeAttributeNameAction {
566
+ export interface ProductTypeChangeAttributeNameAction extends IProductTypeUpdateAction {
524
567
  readonly action: 'changeAttributeName';
525
568
  /**
526
569
  * Name of the AttributeDefinition to update.
@@ -528,7 +571,7 @@ export interface ProductTypeChangeAttributeNameAction {
528
571
  */
529
572
  readonly attributeName: string;
530
573
  /**
531
- * New user-defined name of the Attribute that is unique with the [Project](ctp:api:type:Project).
574
+ * New user-defined name of the Attribute that is unique to the [Project](ctp:api:type:Project).
532
575
  *
533
576
  * When using the same `name` for an Attribute in two or more ProductTypes, all fields of the AttributeDefinition of this Attribute must be the same across the ProductTypes. If not, an [AttributeDefinitionAlreadyExists](ctp:api:type:AttributeDefinitionAlreadyExistsError) error is returned.
534
577
  * An exception to this are the values of an `enum` or `lenum` type and sets thereof.
@@ -536,7 +579,7 @@ export interface ProductTypeChangeAttributeNameAction {
536
579
  */
537
580
  readonly newAttributeName: string;
538
581
  }
539
- export interface ProductTypeChangeAttributeOrderByNameAction {
582
+ export interface ProductTypeChangeAttributeOrderByNameAction extends IProductTypeUpdateAction {
540
583
  readonly action: 'changeAttributeOrderByName';
541
584
  /**
542
585
  * Names of Attributes to reorder. This array must include all Attributes currently present on a ProductType in a different order.
@@ -545,7 +588,7 @@ export interface ProductTypeChangeAttributeOrderByNameAction {
545
588
  */
546
589
  readonly attributeNames: string[];
547
590
  }
548
- export interface ProductTypeChangeDescriptionAction {
591
+ export interface ProductTypeChangeDescriptionAction extends IProductTypeUpdateAction {
549
592
  readonly action: 'changeDescription';
550
593
  /**
551
594
  * New value to set.
@@ -561,7 +604,7 @@ export interface ProductTypeChangeDescriptionAction {
561
604
  * All Products will be updated to the new key in an [eventually consistent](/general-concepts#eventual-consistency) way.
562
605
  *
563
606
  */
564
- export interface ProductTypeChangeEnumKeyAction {
607
+ export interface ProductTypeChangeEnumKeyAction extends IProductTypeUpdateAction {
565
608
  readonly action: 'changeEnumKey';
566
609
  /**
567
610
  * Name of the AttributeDefinition to update.
@@ -585,7 +628,7 @@ export interface ProductTypeChangeEnumKeyAction {
585
628
  * Updates the `inputHint` of an [AttributeDefinition](ctp:api:type:AttributeDefinition).
586
629
  *
587
630
  */
588
- export interface ProductTypeChangeInputHintAction {
631
+ export interface ProductTypeChangeInputHintAction extends IProductTypeUpdateAction {
589
632
  readonly action: 'changeInputHint';
590
633
  /**
591
634
  * Name of the AttributeDefinition to update.
@@ -603,7 +646,7 @@ export interface ProductTypeChangeInputHintAction {
603
646
  * Following this update the Products are reindexed asynchronously to reflect this change on the search endpoint. When enabling search on an existing Attribute type definition, the constraint regarding the maximum size of a searchable Attribute will not be enforced. Instead, Product AttributeDefinitions exceeding this limit will be treated as not searchable and will not be available for full-text search.
604
647
  *
605
648
  */
606
- export interface ProductTypeChangeIsSearchableAction {
649
+ export interface ProductTypeChangeIsSearchableAction extends IProductTypeUpdateAction {
607
650
  readonly action: 'changeIsSearchable';
608
651
  /**
609
652
  * Name of the AttributeDefinition to update.
@@ -618,7 +661,7 @@ export interface ProductTypeChangeIsSearchableAction {
618
661
  */
619
662
  readonly isSearchable: boolean;
620
663
  }
621
- export interface ProductTypeChangeLabelAction {
664
+ export interface ProductTypeChangeLabelAction extends IProductTypeUpdateAction {
622
665
  readonly action: 'changeLabel';
623
666
  /**
624
667
  * Name of the AttributeDefinition to update.
@@ -637,7 +680,7 @@ export interface ProductTypeChangeLabelAction {
637
680
  * All Products will be updated to the new label in an [eventually consistent](/general-concepts#eventual-consistency) way.
638
681
  *
639
682
  */
640
- export interface ProductTypeChangeLocalizedEnumValueLabelAction {
683
+ export interface ProductTypeChangeLocalizedEnumValueLabelAction extends IProductTypeUpdateAction {
641
684
  readonly action: 'changeLocalizedEnumValueLabel';
642
685
  /**
643
686
  * Name of the AttributeDefinition to update.
@@ -655,7 +698,7 @@ export interface ProductTypeChangeLocalizedEnumValueLabelAction {
655
698
  * Updates the order of localized enum `values` in an [AttributeLocalizedEnumType](ctp:api:type:AttributeLocalizedEnumType) AttributeDefinition. It can update an AttributeLocalizedEnumType AttributeDefinition or an [AttributeSetType](ctp:api:type:AttributeSetType) of AttributeLocalizedEnumType AttributeDefinition.
656
699
  *
657
700
  */
658
- export interface ProductTypeChangeLocalizedEnumValueOrderAction {
701
+ export interface ProductTypeChangeLocalizedEnumValueOrderAction extends IProductTypeUpdateAction {
659
702
  readonly action: 'changeLocalizedEnumValueOrder';
660
703
  /**
661
704
  * Name of the AttributeDefinition to update.
@@ -669,7 +712,7 @@ export interface ProductTypeChangeLocalizedEnumValueOrderAction {
669
712
  */
670
713
  readonly values: AttributeLocalizedEnumValue[];
671
714
  }
672
- export interface ProductTypeChangeNameAction {
715
+ export interface ProductTypeChangeNameAction extends IProductTypeUpdateAction {
673
716
  readonly action: 'changeName';
674
717
  /**
675
718
  * New value to set.
@@ -683,7 +726,7 @@ export interface ProductTypeChangeNameAction {
683
726
  * All Products will be updated to the new label in an [eventually consistent](/general-concepts#eventual-consistency) way.
684
727
  *
685
728
  */
686
- export interface ProductTypeChangePlainEnumValueLabelAction {
729
+ export interface ProductTypeChangePlainEnumValueLabelAction extends IProductTypeUpdateAction {
687
730
  readonly action: 'changePlainEnumValueLabel';
688
731
  /**
689
732
  * Name of the AttributeDefinition to update.
@@ -701,7 +744,7 @@ export interface ProductTypeChangePlainEnumValueLabelAction {
701
744
  * Updates the order of enum `values` in an [AttributeEnumType](ctp:api:type:AttributeEnumType) AttributeDefinition. It can update an AttributeEnumType AttributeDefinition or an [AttributeSetType](ctp:api:type:AttributeSetType) of AttributeEnumType AttributeDefinition.
702
745
  *
703
746
  */
704
- export interface ProductTypeChangePlainEnumValueOrderAction {
747
+ export interface ProductTypeChangePlainEnumValueOrderAction extends IProductTypeUpdateAction {
705
748
  readonly action: 'changePlainEnumValueOrder';
706
749
  /**
707
750
  * Name of the AttributeDefinition to update.
@@ -721,7 +764,7 @@ export interface ProductTypeChangePlainEnumValueOrderAction {
721
764
  * The `CombinationUnique` constraint is not checked when an Attribute is removed, and uniqueness violations may occur when you remove an Attribute with a `CombinationUnique` constraint.
722
765
  *
723
766
  */
724
- export interface ProductTypeRemoveAttributeDefinitionAction {
767
+ export interface ProductTypeRemoveAttributeDefinitionAction extends IProductTypeUpdateAction {
725
768
  readonly action: 'removeAttributeDefinition';
726
769
  /**
727
770
  * Name of the Attribute to remove.
@@ -735,7 +778,7 @@ export interface ProductTypeRemoveAttributeDefinitionAction {
735
778
  * If the Attribute is **not** required, the Attributes of all Products using those enum keys will also be removed in an [eventually consistent](/general-concepts#eventual-consistency) way. If the Attribute is required, the operation returns an [EnumValueIsUsed](ctp:api:type:EnumValueIsUsedError) error.
736
779
  *
737
780
  */
738
- export interface ProductTypeRemoveEnumValuesAction {
781
+ export interface ProductTypeRemoveEnumValuesAction extends IProductTypeUpdateAction {
739
782
  readonly action: 'removeEnumValues';
740
783
  /**
741
784
  * Name of the AttributeDefinition to update.
@@ -749,7 +792,7 @@ export interface ProductTypeRemoveEnumValuesAction {
749
792
  */
750
793
  readonly keys: string[];
751
794
  }
752
- export interface ProductTypeSetInputTipAction {
795
+ export interface ProductTypeSetInputTipAction extends IProductTypeUpdateAction {
753
796
  readonly action: 'setInputTip';
754
797
  /**
755
798
  * Name of the AttributeDefinition to update.
@@ -764,7 +807,7 @@ export interface ProductTypeSetInputTipAction {
764
807
  */
765
808
  readonly inputTip?: LocalizedString;
766
809
  }
767
- export interface ProductTypeSetKeyAction {
810
+ export interface ProductTypeSetKeyAction extends IProductTypeUpdateAction {
768
811
  readonly action: 'setKey';
769
812
  /**
770
813
  * Value to set. If empty, any existing value will be removed.
@@ -1 +1 @@
1
- {"version":3,"file":"product-type.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/models/product-type.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"product-type.d.ts","sourceRoot":"","sources":["../../../../src/lib/types/models/product-type.ts"],"names":[],"mappings":"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"}
@@ -3,5 +3,51 @@
3
3
  * Please don't change this file manually but run `rmf-codegen generate raml_file_path -o output_path -t typescript_client` to update it.
4
4
  * For more information about the commercetools platform APIs, visit https://docs.commercetools.com/.
5
5
  */
6
- export {};
6
+ /**
7
+ * Specifies how an Attribute (or a set of Attributes) should be validated across all variants of a Product:
8
+ *
9
+ */
10
+ export var AttributeConstraintEnumValues;
11
+ (function (AttributeConstraintEnumValues) {
12
+ AttributeConstraintEnumValues["CombinationUnique"] = "CombinationUnique";
13
+ AttributeConstraintEnumValues["None"] = "None";
14
+ AttributeConstraintEnumValues["SameForAll"] = "SameForAll";
15
+ AttributeConstraintEnumValues["Unique"] = "Unique";
16
+ })(AttributeConstraintEnumValues || (AttributeConstraintEnumValues = {}));
17
+ export var AttributeConstraintEnumDraftValues;
18
+ (function (AttributeConstraintEnumDraftValues) {
19
+ AttributeConstraintEnumDraftValues["None"] = "None";
20
+ })(AttributeConstraintEnumDraftValues || (AttributeConstraintEnumDraftValues = {}));
21
+ /**
22
+ * Name of the resource type that the value should reference. Supported resource type identifiers:
23
+ *
24
+ */
25
+ export var AttributeReferenceTypeIdValues;
26
+ (function (AttributeReferenceTypeIdValues) {
27
+ AttributeReferenceTypeIdValues["AssociateRole"] = "associate-role";
28
+ AttributeReferenceTypeIdValues["BusinessUnit"] = "business-unit";
29
+ AttributeReferenceTypeIdValues["Cart"] = "cart";
30
+ AttributeReferenceTypeIdValues["CartDiscount"] = "cart-discount";
31
+ AttributeReferenceTypeIdValues["Category"] = "category";
32
+ AttributeReferenceTypeIdValues["Channel"] = "channel";
33
+ AttributeReferenceTypeIdValues["Customer"] = "customer";
34
+ AttributeReferenceTypeIdValues["CustomerGroup"] = "customer-group";
35
+ AttributeReferenceTypeIdValues["KeyValueDocument"] = "key-value-document";
36
+ AttributeReferenceTypeIdValues["Order"] = "order";
37
+ AttributeReferenceTypeIdValues["Product"] = "product";
38
+ AttributeReferenceTypeIdValues["ProductType"] = "product-type";
39
+ AttributeReferenceTypeIdValues["Review"] = "review";
40
+ AttributeReferenceTypeIdValues["ShippingMethod"] = "shipping-method";
41
+ AttributeReferenceTypeIdValues["State"] = "state";
42
+ AttributeReferenceTypeIdValues["Zone"] = "zone";
43
+ })(AttributeReferenceTypeIdValues || (AttributeReferenceTypeIdValues = {}));
44
+ /**
45
+ * A text input hint is a string with one of the following values:
46
+ *
47
+ */
48
+ export var TextInputHintValues;
49
+ (function (TextInputHintValues) {
50
+ TextInputHintValues["MultiLine"] = "MultiLine";
51
+ TextInputHintValues["SingleLine"] = "SingleLine";
52
+ })(TextInputHintValues || (TextInputHintValues = {}));
7
53
  //# sourceMappingURL=product-type.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"product-type.js","sourceRoot":"","sources":["../../../../src/lib/types/models/product-type.ts"],"names":[],"mappings":"AAAA;;;;GAIG"}
1
+ {"version":3,"file":"product-type.js","sourceRoot":"","sources":["../../../../src/lib/types/models/product-type.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAIH;;;GAGG;AACH,MAAM,CAAN,IAAY,6BAKX;AALD,WAAY,6BAA6B;IACvC,wEAAuC,CAAA;IACvC,8CAAa,CAAA;IACb,0DAAyB,CAAA;IACzB,kDAAiB,CAAA;AACnB,CAAC,EALW,6BAA6B,KAA7B,6BAA6B,QAKxC;AAGD,MAAM,CAAN,IAAY,kCAEX;AAFD,WAAY,kCAAkC;IAC5C,mDAAa,CAAA;AACf,CAAC,EAFW,kCAAkC,KAAlC,kCAAkC,QAE7C;AAyJD;;;GAGG;AACH,MAAM,CAAN,IAAY,8BAiBX;AAjBD,WAAY,8BAA8B;IACxC,kEAAgC,CAAA;IAChC,gEAA8B,CAAA;IAC9B,+CAAa,CAAA;IACb,gEAA8B,CAAA;IAC9B,uDAAqB,CAAA;IACrB,qDAAmB,CAAA;IACnB,uDAAqB,CAAA;IACrB,kEAAgC,CAAA;IAChC,yEAAuC,CAAA;IACvC,iDAAe,CAAA;IACf,qDAAmB,CAAA;IACnB,8DAA4B,CAAA;IAC5B,mDAAiB,CAAA;IACjB,oEAAkC,CAAA;IAClC,iDAAe,CAAA;IACf,+CAAa,CAAA;AACf,CAAC,EAjBW,8BAA8B,KAA9B,8BAA8B,QAiBzC;AAwVD;;;GAGG;AACH,MAAM,CAAN,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC7B,8CAAuB,CAAA;IACvB,gDAAyB,CAAA;AAC3B,CAAC,EAHW,mBAAmB,KAAnB,mBAAmB,QAG9B"}