merchi_sdk_ts 1.35.1 → 1.37.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 (196) hide show
  1. package/coverage/clover.xml +5042 -0
  2. package/coverage/coverage-final.json +133 -0
  3. package/coverage/lcov-report/base.css +224 -0
  4. package/coverage/lcov-report/block-navigation.js +87 -0
  5. package/coverage/lcov-report/discount.ts.html +136 -0
  6. package/coverage/lcov-report/estimate.ts.html +1015 -0
  7. package/coverage/lcov-report/favicon.png +0 -0
  8. package/coverage/lcov-report/index.html +191 -0
  9. package/coverage/lcov-report/index.ts.html +106 -0
  10. package/coverage/lcov-report/inventory.ts.html +352 -0
  11. package/coverage/lcov-report/matrix.ts.html +736 -0
  12. package/coverage/lcov-report/prettify.css +1 -0
  13. package/coverage/lcov-report/prettify.js +2 -0
  14. package/coverage/lcov-report/round.ts.html +166 -0
  15. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  16. package/coverage/lcov-report/sorter.js +196 -0
  17. package/coverage/lcov-report/src/constants/auto_assign_production_on_actions.ts.html +103 -0
  18. package/coverage/lcov-report/src/constants/call_to_actions.ts.html +127 -0
  19. package/coverage/lcov-report/src/constants/discount_types.ts.html +100 -0
  20. package/coverage/lcov-report/src/constants/domain_types.ts.html +121 -0
  21. package/coverage/lcov-report/src/constants/errors.ts.html +181 -0
  22. package/coverage/lcov-report/src/constants/event_types.ts.html +100 -0
  23. package/coverage/lcov-report/src/constants/field_types.ts.html +133 -0
  24. package/coverage/lcov-report/src/constants/index.html +551 -0
  25. package/coverage/lcov-report/src/constants/index.ts.html +238 -0
  26. package/coverage/lcov-report/src/constants/input_types.ts.html +124 -0
  27. package/coverage/lcov-report/src/constants/inventory_statuses.ts.html +103 -0
  28. package/coverage/lcov-report/src/constants/invoice_types.ts.html +100 -0
  29. package/coverage/lcov-report/src/constants/item_types.ts.html +100 -0
  30. package/coverage/lcov-report/src/constants/job/drafting_status.ts.html +106 -0
  31. package/coverage/lcov-report/src/constants/job/index.html +176 -0
  32. package/coverage/lcov-report/src/constants/job/payment_status.ts.html +106 -0
  33. package/coverage/lcov-report/src/constants/job/production_status.ts.html +121 -0
  34. package/coverage/lcov-report/src/constants/job/shipment_status.ts.html +118 -0
  35. package/coverage/lcov-report/src/constants/job/supply_chain_request_status.ts.html +103 -0
  36. package/coverage/lcov-report/src/constants/job_priorities.ts.html +103 -0
  37. package/coverage/lcov-report/src/constants/job_status.ts.html +232 -0
  38. package/coverage/lcov-report/src/constants/job_types.ts.html +133 -0
  39. package/coverage/lcov-report/src/constants/notification_sections.ts.html +124 -0
  40. package/coverage/lcov-report/src/constants/notification_types.ts.html +376 -0
  41. package/coverage/lcov-report/src/constants/notification_urgencies.ts.html +106 -0
  42. package/coverage/lcov-report/src/constants/payment_types.ts.html +115 -0
  43. package/coverage/lcov-report/src/constants/platform.ts.html +103 -0
  44. package/coverage/lcov-report/src/constants/product_types.ts.html +163 -0
  45. package/coverage/lcov-report/src/constants/rights.ts.html +100 -0
  46. package/coverage/lcov-report/src/constants/robots_meta_directives.ts.html +118 -0
  47. package/coverage/lcov-report/src/constants/roles.ts.html +199 -0
  48. package/coverage/lcov-report/src/constants/shipment_companies.ts.html +142 -0
  49. package/coverage/lcov-report/src/constants/shipment_services.ts.html +94 -0
  50. package/coverage/lcov-report/src/constants/system_roles.ts.html +94 -0
  51. package/coverage/lcov-report/src/constants/theme_foundations.ts.html +103 -0
  52. package/coverage/lcov-report/src/constants/theme_status.ts.html +100 -0
  53. package/coverage/lcov-report/src/constants/user_types.ts.html +136 -0
  54. package/coverage/lcov-report/src/constants/white_label_accessibilities.ts.html +103 -0
  55. package/coverage/lcov-report/src/cookie.ts.html +133 -0
  56. package/coverage/lcov-report/src/entities/address.ts.html +280 -0
  57. package/coverage/lcov-report/src/entities/agent_conversation.ts.html +202 -0
  58. package/coverage/lcov-report/src/entities/agent_skill.ts.html +382 -0
  59. package/coverage/lcov-report/src/entities/agent_skill_approval.ts.html +163 -0
  60. package/coverage/lcov-report/src/entities/agent_skill_version.ts.html +277 -0
  61. package/coverage/lcov-report/src/entities/agent_token_usage.ts.html +349 -0
  62. package/coverage/lcov-report/src/entities/assignment.ts.html +382 -0
  63. package/coverage/lcov-report/src/entities/automatic_payment_relationship.ts.html +172 -0
  64. package/coverage/lcov-report/src/entities/bank.ts.html +220 -0
  65. package/coverage/lcov-report/src/entities/cart.ts.html +382 -0
  66. package/coverage/lcov-report/src/entities/cart_item.ts.html +340 -0
  67. package/coverage/lcov-report/src/entities/cart_shipment_group.ts.html +148 -0
  68. package/coverage/lcov-report/src/entities/cart_shipment_quote.ts.html +184 -0
  69. package/coverage/lcov-report/src/entities/category.ts.html +262 -0
  70. package/coverage/lcov-report/src/entities/company.ts.html +1276 -0
  71. package/coverage/lcov-report/src/entities/company_invitation.ts.html +184 -0
  72. package/coverage/lcov-report/src/entities/component.ts.html +361 -0
  73. package/coverage/lcov-report/src/entities/component_tag.ts.html +136 -0
  74. package/coverage/lcov-report/src/entities/component_version.ts.html +175 -0
  75. package/coverage/lcov-report/src/entities/country_tax.ts.html +223 -0
  76. package/coverage/lcov-report/src/entities/discount.ts.html +226 -0
  77. package/coverage/lcov-report/src/entities/discount_group.ts.html +214 -0
  78. package/coverage/lcov-report/src/entities/domain.ts.html +3349 -0
  79. package/coverage/lcov-report/src/entities/domain_chat_settings.ts.html +331 -0
  80. package/coverage/lcov-report/src/entities/domain_invitation.ts.html +193 -0
  81. package/coverage/lcov-report/src/entities/domain_tag.ts.html +211 -0
  82. package/coverage/lcov-report/src/entities/draft.ts.html +322 -0
  83. package/coverage/lcov-report/src/entities/draft_comment.ts.html +274 -0
  84. package/coverage/lcov-report/src/entities/draft_preview.ts.html +196 -0
  85. package/coverage/lcov-report/src/entities/draft_preview_layer.ts.html +148 -0
  86. package/coverage/lcov-report/src/entities/draft_template.ts.html +328 -0
  87. package/coverage/lcov-report/src/entities/email_address.ts.html +157 -0
  88. package/coverage/lcov-report/src/entities/email_counter.ts.html +145 -0
  89. package/coverage/lcov-report/src/entities/enrolled_domain.ts.html +205 -0
  90. package/coverage/lcov-report/src/entities/exchange_rate.ts.html +151 -0
  91. package/coverage/lcov-report/src/entities/file.ts.html +580 -0
  92. package/coverage/lcov-report/src/entities/index.html +1271 -0
  93. package/coverage/lcov-report/src/entities/internal_tag.ts.html +238 -0
  94. package/coverage/lcov-report/src/entities/inventory.ts.html +274 -0
  95. package/coverage/lcov-report/src/entities/inventory_group.ts.html +193 -0
  96. package/coverage/lcov-report/src/entities/inventory_unit_variation.ts.html +172 -0
  97. package/coverage/lcov-report/src/entities/invoice.ts.html +652 -0
  98. package/coverage/lcov-report/src/entities/item.ts.html +262 -0
  99. package/coverage/lcov-report/src/entities/job.ts.html +1288 -0
  100. package/coverage/lcov-report/src/entities/job_comment.ts.html +244 -0
  101. package/coverage/lcov-report/src/entities/job_note.ts.html +205 -0
  102. package/coverage/lcov-report/src/entities/job_operation_log.ts.html +208 -0
  103. package/coverage/lcov-report/src/entities/matching_inventory.ts.html +172 -0
  104. package/coverage/lcov-report/src/entities/menu.ts.html +175 -0
  105. package/coverage/lcov-report/src/entities/menu_item.ts.html +172 -0
  106. package/coverage/lcov-report/src/entities/notification.ts.html +403 -0
  107. package/coverage/lcov-report/src/entities/page.ts.html +181 -0
  108. package/coverage/lcov-report/src/entities/payment.ts.html +280 -0
  109. package/coverage/lcov-report/src/entities/payment_device.ts.html +175 -0
  110. package/coverage/lcov-report/src/entities/phone_number.ts.html +193 -0
  111. package/coverage/lcov-report/src/entities/product.ts.html +1534 -0
  112. package/coverage/lcov-report/src/entities/product_form.ts.html +238 -0
  113. package/coverage/lcov-report/src/entities/product_form_version.ts.html +238 -0
  114. package/coverage/lcov-report/src/entities/product_review.ts.html +748 -0
  115. package/coverage/lcov-report/src/entities/production_comment.ts.html +244 -0
  116. package/coverage/lcov-report/src/entities/quote.ts.html +505 -0
  117. package/coverage/lcov-report/src/entities/quote_item.ts.html +298 -0
  118. package/coverage/lcov-report/src/entities/reminder.ts.html +307 -0
  119. package/coverage/lcov-report/src/entities/seo_domain_page.ts.html +184 -0
  120. package/coverage/lcov-report/src/entities/session.ts.html +169 -0
  121. package/coverage/lcov-report/src/entities/shipment.ts.html +673 -0
  122. package/coverage/lcov-report/src/entities/shipment_item.ts.html +130 -0
  123. package/coverage/lcov-report/src/entities/shipment_item_fulfillment.ts.html +130 -0
  124. package/coverage/lcov-report/src/entities/shipment_log.ts.html +196 -0
  125. package/coverage/lcov-report/src/entities/shipment_method.ts.html +268 -0
  126. package/coverage/lcov-report/src/entities/shipment_method_variation.ts.html +202 -0
  127. package/coverage/lcov-report/src/entities/short_url.ts.html +193 -0
  128. package/coverage/lcov-report/src/entities/subscription_plan.ts.html +304 -0
  129. package/coverage/lcov-report/src/entities/supply_domain.ts.html +166 -0
  130. package/coverage/lcov-report/src/entities/support_conversation.ts.html +280 -0
  131. package/coverage/lcov-report/src/entities/support_message.ts.html +175 -0
  132. package/coverage/lcov-report/src/entities/system_role.ts.html +136 -0
  133. package/coverage/lcov-report/src/entities/theme.ts.html +331 -0
  134. package/coverage/lcov-report/src/entities/theme_css_setting.ts.html +154 -0
  135. package/coverage/lcov-report/src/entities/user.ts.html +1369 -0
  136. package/coverage/lcov-report/src/entities/user_company.ts.html +166 -0
  137. package/coverage/lcov-report/src/entities/variation.ts.html +277 -0
  138. package/coverage/lcov-report/src/entities/variation_field.ts.html +889 -0
  139. package/coverage/lcov-report/src/entities/variation_fields_option.ts.html +406 -0
  140. package/coverage/lcov-report/src/entities/variation_option.ts.html +259 -0
  141. package/coverage/lcov-report/src/entities/variations_group.ts.html +208 -0
  142. package/coverage/lcov-report/src/entity.ts.html +3367 -0
  143. package/coverage/lcov-report/src/index.html +221 -0
  144. package/coverage/lcov-report/src/index.ts.html +652 -0
  145. package/coverage/lcov-report/src/merchi.ts.html +1420 -0
  146. package/coverage/lcov-report/src/pricing/discount.ts.html +136 -0
  147. package/coverage/lcov-report/src/pricing/estimate.ts.html +1015 -0
  148. package/coverage/lcov-report/src/pricing/index.html +206 -0
  149. package/coverage/lcov-report/src/pricing/index.ts.html +106 -0
  150. package/coverage/lcov-report/src/pricing/inventory.ts.html +352 -0
  151. package/coverage/lcov-report/src/pricing/matrix.ts.html +736 -0
  152. package/coverage/lcov-report/src/pricing/round.ts.html +166 -0
  153. package/coverage/lcov-report/src/pricing/visibility.ts.html +418 -0
  154. package/coverage/lcov-report/src/request.ts.html +673 -0
  155. package/coverage/lcov-report/src/test_util.ts.html +139 -0
  156. package/coverage/lcov-report/src/toasts.ts.html +187 -0
  157. package/coverage/lcov-report/src/util/float.ts.html +121 -0
  158. package/coverage/lcov-report/src/util/index.html +161 -0
  159. package/coverage/lcov-report/src/util/index.ts.html +106 -0
  160. package/coverage/lcov-report/src/util/query_string.ts.html +124 -0
  161. package/coverage/lcov-report/src/util/validation.ts.html +91 -0
  162. package/coverage/lcov-report/src/uuid.ts.html +109 -0
  163. package/coverage/lcov-report/visibility.ts.html +418 -0
  164. package/coverage/lcov.info +7742 -0
  165. package/dist/constants/notification_types.js +3 -0
  166. package/dist/constants/roles.js +1 -0
  167. package/dist/constants/theme_foundations.js +7 -0
  168. package/dist/constants/theme_foundations.test.js +4 -0
  169. package/dist/entities/backup.js +45 -0
  170. package/dist/entities/backup.test.js +6 -0
  171. package/dist/entities/company_invoice_settings.js +80 -0
  172. package/dist/entities/company_invoice_settings_version.js +64 -0
  173. package/dist/entities/component.js +141 -0
  174. package/dist/entities/component.test.js +12 -0
  175. package/dist/entities/component_tag.js +49 -0
  176. package/dist/entities/component_tag.test.js +6 -0
  177. package/dist/entities/component_version.js +65 -0
  178. package/dist/entities/component_version.test.js +6 -0
  179. package/dist/entities/discount.js +5 -0
  180. package/dist/entities/discount.test.js +9 -0
  181. package/dist/entities/invoice_template.js +60 -0
  182. package/dist/entities/invoice_template_version.js +52 -0
  183. package/dist/entities/menu.js +65 -0
  184. package/dist/entities/menu.test.js +6 -0
  185. package/dist/entities/menu_item.js +65 -0
  186. package/dist/entities/menu_item.test.js +6 -0
  187. package/dist/entities/page.js +69 -0
  188. package/dist/entities/page.test.js +6 -0
  189. package/dist/entities/seo_domain_page.js +70 -0
  190. package/dist/entities/seo_domain_page.test.js +6 -0
  191. package/package.json +1 -1
  192. package/src/constants/notification_types.ts +3 -0
  193. package/src/constants/roles.ts +1 -0
  194. package/src/entities/discount.test.ts +9 -0
  195. package/src/entities/discount.ts +3 -0
  196. package/yarn-error.log +4718 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.