merchi_sdk_ts 1.33.0 → 1.35.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 (151) hide show
  1. package/coverage/clover.xml +5039 -366
  2. package/coverage/coverage-final.json +132 -7
  3. package/coverage/lcov-report/index.html +75 -90
  4. package/coverage/lcov-report/src/constants/auto_assign_production_on_actions.ts.html +6 -6
  5. package/coverage/lcov-report/src/constants/call_to_actions.ts.html +36 -36
  6. package/coverage/lcov-report/src/constants/discount_types.ts.html +18 -18
  7. package/coverage/lcov-report/src/constants/domain_types.ts.html +12 -12
  8. package/coverage/lcov-report/src/constants/errors.ts.html +38 -38
  9. package/coverage/lcov-report/src/constants/event_types.ts.html +18 -18
  10. package/coverage/lcov-report/src/constants/field_types.ts.html +16 -16
  11. package/coverage/lcov-report/src/constants/index.html +238 -238
  12. package/coverage/lcov-report/src/constants/index.ts.html +102 -102
  13. package/coverage/lcov-report/src/constants/input_types.ts.html +34 -34
  14. package/coverage/lcov-report/src/constants/inventory_statuses.ts.html +6 -6
  15. package/coverage/lcov-report/src/constants/invoice_types.ts.html +18 -18
  16. package/coverage/lcov-report/src/constants/item_types.ts.html +18 -18
  17. package/coverage/lcov-report/src/constants/job/drafting_status.ts.html +22 -22
  18. package/coverage/lcov-report/src/constants/job/index.html +65 -65
  19. package/coverage/lcov-report/src/constants/job/payment_status.ts.html +22 -22
  20. package/coverage/lcov-report/src/constants/job/production_status.ts.html +32 -32
  21. package/coverage/lcov-report/src/constants/job/shipment_status.ts.html +30 -30
  22. package/coverage/lcov-report/src/constants/job/supply_chain_request_status.ts.html +20 -20
  23. package/coverage/lcov-report/src/constants/job_priorities.ts.html +20 -20
  24. package/coverage/lcov-report/src/constants/job_status.ts.html +90 -90
  25. package/coverage/lcov-report/src/constants/job_types.ts.html +40 -40
  26. package/coverage/lcov-report/src/constants/notification_sections.ts.html +34 -34
  27. package/coverage/lcov-report/src/constants/notification_types.ts.html +202 -202
  28. package/coverage/lcov-report/src/constants/notification_urgencies.ts.html +20 -20
  29. package/coverage/lcov-report/src/constants/payment_types.ts.html +28 -28
  30. package/coverage/lcov-report/src/constants/platform.ts.html +16 -16
  31. package/coverage/lcov-report/src/constants/product_types.ts.html +60 -60
  32. package/coverage/lcov-report/src/constants/rights.ts.html +18 -18
  33. package/coverage/lcov-report/src/constants/robots_meta_directives.ts.html +8 -8
  34. package/coverage/lcov-report/src/constants/roles.ts.html +18 -18
  35. package/coverage/lcov-report/src/constants/shipment_companies.ts.html +46 -46
  36. package/coverage/lcov-report/src/constants/shipment_services.ts.html +3 -3
  37. package/coverage/lcov-report/src/constants/system_roles.ts.html +14 -14
  38. package/coverage/lcov-report/src/constants/theme_status.ts.html +5 -5
  39. package/coverage/lcov-report/src/constants/user_types.ts.html +17 -17
  40. package/coverage/lcov-report/src/constants/white_label_accessibilities.ts.html +18 -18
  41. package/coverage/lcov-report/src/cookie.ts.html +3 -3
  42. package/coverage/lcov-report/src/entities/address.ts.html +24 -24
  43. package/coverage/lcov-report/src/entities/agent_conversation.ts.html +19 -19
  44. package/coverage/lcov-report/src/entities/agent_skill.ts.html +30 -30
  45. package/coverage/lcov-report/src/entities/agent_skill_approval.ts.html +14 -14
  46. package/coverage/lcov-report/src/entities/agent_skill_version.ts.html +30 -30
  47. package/coverage/lcov-report/src/entities/agent_token_usage.ts.html +30 -30
  48. package/coverage/lcov-report/src/entities/assignment.ts.html +62 -62
  49. package/coverage/lcov-report/src/entities/automatic_payment_relationship.ts.html +15 -15
  50. package/coverage/lcov-report/src/entities/bank.ts.html +20 -20
  51. package/coverage/lcov-report/src/entities/cart.ts.html +65 -56
  52. package/coverage/lcov-report/src/entities/cart_item.ts.html +66 -66
  53. package/coverage/lcov-report/src/entities/cart_shipment_group.ts.html +12 -12
  54. package/coverage/lcov-report/src/entities/cart_shipment_quote.ts.html +17 -17
  55. package/coverage/lcov-report/src/entities/category.ts.html +24 -24
  56. package/coverage/lcov-report/src/entities/company.ts.html +140 -122
  57. package/coverage/lcov-report/src/entities/company_invitation.ts.html +17 -17
  58. package/coverage/lcov-report/src/entities/country_tax.ts.html +36 -36
  59. package/coverage/lcov-report/src/entities/discount.ts.html +51 -39
  60. package/coverage/lcov-report/src/entities/discount_group.ts.html +18 -18
  61. package/coverage/lcov-report/src/entities/domain.ts.html +224 -149
  62. package/coverage/lcov-report/src/entities/domain_chat_settings.ts.html +33 -33
  63. package/coverage/lcov-report/src/entities/domain_invitation.ts.html +18 -18
  64. package/coverage/lcov-report/src/entities/domain_tag.ts.html +18 -18
  65. package/coverage/lcov-report/src/entities/draft.ts.html +59 -50
  66. package/coverage/lcov-report/src/entities/draft_comment.ts.html +37 -28
  67. package/coverage/lcov-report/src/entities/draft_preview.ts.html +18 -18
  68. package/coverage/lcov-report/src/entities/draft_preview_layer.ts.html +13 -13
  69. package/coverage/lcov-report/src/entities/draft_template.ts.html +31 -49
  70. package/coverage/lcov-report/src/entities/email_address.ts.html +12 -12
  71. package/coverage/lcov-report/src/entities/email_counter.ts.html +12 -12
  72. package/coverage/lcov-report/src/entities/enrolled_domain.ts.html +39 -39
  73. package/coverage/lcov-report/src/entities/exchange_rate.ts.html +12 -12
  74. package/coverage/lcov-report/src/entities/file.ts.html +83 -83
  75. package/coverage/lcov-report/src/entities/index.html +274 -274
  76. package/coverage/lcov-report/src/entities/internal_tag.ts.html +19 -19
  77. package/coverage/lcov-report/src/entities/inventory.ts.html +42 -42
  78. package/coverage/lcov-report/src/entities/inventory_group.ts.html +16 -16
  79. package/coverage/lcov-report/src/entities/inventory_unit_variation.ts.html +31 -31
  80. package/coverage/lcov-report/src/entities/invoice.ts.html +80 -71
  81. package/coverage/lcov-report/src/entities/item.ts.html +44 -44
  82. package/coverage/lcov-report/src/entities/job.ts.html +205 -187
  83. package/coverage/lcov-report/src/entities/job_comment.ts.html +33 -24
  84. package/coverage/lcov-report/src/entities/job_note.ts.html +19 -19
  85. package/coverage/lcov-report/src/entities/job_operation_log.ts.html +19 -19
  86. package/coverage/lcov-report/src/entities/matching_inventory.ts.html +16 -16
  87. package/coverage/lcov-report/src/entities/notification.ts.html +47 -47
  88. package/coverage/lcov-report/src/entities/payment.ts.html +47 -47
  89. package/coverage/lcov-report/src/entities/payment_device.ts.html +15 -15
  90. package/coverage/lcov-report/src/entities/phone_number.ts.html +16 -16
  91. package/coverage/lcov-report/src/entities/product.ts.html +293 -284
  92. package/coverage/lcov-report/src/entities/product_form.ts.html +21 -21
  93. package/coverage/lcov-report/src/entities/product_form_version.ts.html +21 -21
  94. package/coverage/lcov-report/src/entities/product_review.ts.html +25 -25
  95. package/coverage/lcov-report/src/entities/production_comment.ts.html +33 -24
  96. package/coverage/lcov-report/src/entities/quote.ts.html +162 -162
  97. package/coverage/lcov-report/src/entities/quote_item.ts.html +60 -60
  98. package/coverage/lcov-report/src/entities/reminder.ts.html +34 -34
  99. package/coverage/lcov-report/src/entities/session.ts.html +16 -16
  100. package/coverage/lcov-report/src/entities/shipment.ts.html +106 -97
  101. package/coverage/lcov-report/src/entities/shipment_item.ts.html +10 -10
  102. package/coverage/lcov-report/src/entities/shipment_item_fulfillment.ts.html +11 -11
  103. package/coverage/lcov-report/src/entities/shipment_log.ts.html +16 -16
  104. package/coverage/lcov-report/src/entities/shipment_method.ts.html +27 -27
  105. package/coverage/lcov-report/src/entities/shipment_method_variation.ts.html +18 -18
  106. package/coverage/lcov-report/src/entities/short_url.ts.html +17 -17
  107. package/coverage/lcov-report/src/entities/subscription_plan.ts.html +30 -30
  108. package/coverage/lcov-report/src/entities/supply_domain.ts.html +15 -15
  109. package/coverage/lcov-report/src/entities/support_conversation.ts.html +26 -26
  110. package/coverage/lcov-report/src/entities/support_message.ts.html +16 -16
  111. package/coverage/lcov-report/src/entities/system_role.ts.html +11 -11
  112. package/coverage/lcov-report/src/entities/theme.ts.html +62 -62
  113. package/coverage/lcov-report/src/entities/theme_css_setting.ts.html +13 -13
  114. package/coverage/lcov-report/src/entities/user.ts.html +249 -249
  115. package/coverage/lcov-report/src/entities/user_company.ts.html +15 -15
  116. package/coverage/lcov-report/src/entities/variation.ts.html +28 -28
  117. package/coverage/lcov-report/src/entities/variation_field.ts.html +158 -158
  118. package/coverage/lcov-report/src/entities/variation_fields_option.ts.html +87 -87
  119. package/coverage/lcov-report/src/entities/variation_option.ts.html +24 -24
  120. package/coverage/lcov-report/src/entities/variations_group.ts.html +20 -20
  121. package/coverage/lcov-report/src/entity.ts.html +866 -866
  122. package/coverage/lcov-report/src/index.html +49 -49
  123. package/coverage/lcov-report/src/index.ts.html +348 -348
  124. package/coverage/lcov-report/src/merchi.ts.html +234 -234
  125. package/coverage/lcov-report/src/pricing/discount.ts.html +28 -28
  126. package/coverage/lcov-report/src/pricing/estimate.ts.html +297 -297
  127. package/coverage/lcov-report/src/pricing/index.html +85 -85
  128. package/coverage/lcov-report/src/pricing/index.ts.html +22 -22
  129. package/coverage/lcov-report/src/pricing/inventory.ts.html +102 -102
  130. package/coverage/lcov-report/src/pricing/matrix.ts.html +187 -187
  131. package/coverage/lcov-report/src/pricing/round.ts.html +32 -32
  132. package/coverage/lcov-report/src/pricing/visibility.ts.html +112 -112
  133. package/coverage/lcov-report/src/request.ts.html +38 -38
  134. package/coverage/lcov-report/src/test_util.ts.html +11 -11
  135. package/coverage/lcov-report/src/toasts.ts.html +29 -29
  136. package/coverage/lcov-report/src/util/float.ts.html +26 -26
  137. package/coverage/lcov-report/src/util/index.html +48 -48
  138. package/coverage/lcov-report/src/util/index.ts.html +14 -14
  139. package/coverage/lcov-report/src/util/query_string.ts.html +28 -28
  140. package/coverage/lcov-report/src/util/validation.ts.html +14 -14
  141. package/coverage/lcov-report/src/uuid.ts.html +7 -7
  142. package/coverage/lcov.info +7615 -642
  143. package/dist/entities/domain.js +3 -0
  144. package/dist/entities/domain.test.js +8 -0
  145. package/dist/entities/job.js +4 -0
  146. package/dist/entities/product.js +4 -0
  147. package/package.json +1 -1
  148. package/src/entities/domain.test.ts +11 -0
  149. package/src/entities/domain.ts +19 -0
  150. package/src/entities/job.ts +3 -0
  151. package/src/entities/product.ts +3 -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.