@wix/bex-utils 1.28.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 (680) hide show
  1. package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.d.ts +33 -0
  2. package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +452 -0
  3. package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -0
  4. package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.d.ts +21 -0
  5. package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +399 -0
  6. package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -0
  7. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +4576 -0
  8. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.js +2 -0
  9. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +2288 -0
  10. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +29722 -0
  11. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +4559 -0
  12. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.js +2 -0
  13. package/@wix/ambassador-app-settings-v1-settings/build/cjs/rpc.impl.d.ts +36 -0
  14. package/@wix/ambassador-app-settings-v1-settings/build/cjs/rpc.impl.js +182 -0
  15. package/@wix/ambassador-app-settings-v1-settings/build/cjs/rpc.impl.js.map +1 -0
  16. package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +313 -0
  17. package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.js +28 -0
  18. package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.js.map +1 -0
  19. package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.d.ts +33 -0
  20. package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +405 -0
  21. package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -0
  22. package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.d.ts +21 -0
  23. package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +388 -0
  24. package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -0
  25. package/@wix/ambassador-app-settings-v1-settings/build/es/rpc.impl.d.ts +36 -0
  26. package/@wix/ambassador-app-settings-v1-settings/build/es/rpc.impl.js +149 -0
  27. package/@wix/ambassador-app-settings-v1-settings/build/es/rpc.impl.js.map +1 -0
  28. package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +313 -0
  29. package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.js +25 -0
  30. package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.js.map +1 -0
  31. package/@wix/ambassador-app-settings-v1-settings/builders/package.json +7 -0
  32. package/@wix/ambassador-app-settings-v1-settings/http/package.json +7 -0
  33. package/@wix/ambassador-app-settings-v1-settings/package.json +49 -0
  34. package/@wix/ambassador-app-settings-v1-settings/rpc/package.json +6 -0
  35. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +327 -0
  36. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +132 -0
  37. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/action_payload.proto +33 -0
  38. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +335 -0
  39. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/api_errors.proto +117 -0
  40. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +134 -0
  41. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/context.proto +19 -0
  42. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +75 -0
  43. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/errors.proto +113 -0
  44. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/permissions.proto +40 -0
  45. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/sla.proto +24 -0
  46. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +31 -0
  47. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +133 -0
  48. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/graphql/definitions.proto +13 -0
  49. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +45 -0
  50. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/sdk/definitions.proto +191 -0
  51. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +173 -0
  52. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/http_error_status.proto +24 -0
  53. package/@wix/ambassador-app-settings-v1-settings/types/package.json +7 -0
  54. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +16 -0
  55. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +272 -0
  56. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -0
  57. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/http.impl.d.ts +1 -0
  58. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/http.impl.js +5 -0
  59. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/http.impl.js.map +1 -0
  60. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +3 -0
  61. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +14 -0
  62. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -0
  63. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +10 -0
  64. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +148 -0
  65. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -0
  66. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +15110 -0
  67. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.js +2 -0
  68. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +7555 -0
  69. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +99675 -0
  70. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +15101 -0
  71. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.js +2 -0
  72. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +23 -0
  73. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +109 -0
  74. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -0
  75. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +181 -0
  76. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.js +11 -0
  77. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.js.map +1 -0
  78. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +16 -0
  79. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +242 -0
  80. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -0
  81. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/http.impl.d.ts +1 -0
  82. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/http.impl.js +2 -0
  83. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/http.impl.js.map +1 -0
  84. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +3 -0
  85. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +10 -0
  86. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -0
  87. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +10 -0
  88. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +141 -0
  89. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -0
  90. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +23 -0
  91. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +81 -0
  92. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -0
  93. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +181 -0
  94. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.js +8 -0
  95. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.js.map +1 -0
  96. package/@wix/ambassador-data-extensions-v1-data-extension-schema/builders/package.json +7 -0
  97. package/@wix/ambassador-data-extensions-v1-data-extension-schema/crud/http/package.json +7 -0
  98. package/@wix/ambassador-data-extensions-v1-data-extension-schema/crud/rpc/package.json +6 -0
  99. package/@wix/ambassador-data-extensions-v1-data-extension-schema/http/package.json +7 -0
  100. package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +50 -0
  101. package/@wix/ambassador-data-extensions-v1-data-extension-schema/rpc/package.json +6 -0
  102. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +103 -0
  103. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +193 -0
  104. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/alert_enricher/com/wixpress/appservice/api/upstream/spi/com/wixpress/vi/enricher/spi/enrichment_spi.proto +10 -0
  105. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/app_config.proto +20 -0
  106. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/application_automation/com/wixpress/appservice/api/upstream/com/wixpress/automations/service/application_automation_component.proto +167 -0
  107. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automation_trigger.proto +101 -0
  108. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/action/v1/action_spi_provider.proto +173 -0
  109. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_trigger_provider/com/wixpress/appservice/api/upstream/com/wixpress/esb/spi/trigger/v1/trigger_spi_provider.proto +77 -0
  110. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +89 -0
  111. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension_container.proto +31 -0
  112. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_page.proto +42 -0
  113. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_sidebar_category.proto +20 -0
  114. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_widget.proto +32 -0
  115. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/billing_tax_id_validator/com/wixpress/appservice/api/upstream/wix/billing/tax/validation/spi/v1/tax_id_validator.proto +20 -0
  116. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/calendar.proto +18 -0
  117. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/bookings_external_calendar_provider/com/wixpress/appservice/api/upstream/com/wix/bookings/externalcalendar/spi/v1/provider_config.proto +52 -0
  118. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/bookings_pricing_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/pricing/spi/v1/bookings_pricing_provider.proto +17 -0
  119. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/code_package.proto +22 -0
  120. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/comments_filter_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_filter_provider.proto +22 -0
  121. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/comments_moderation_provider/com/wixpress/appservice/api/upstream/wix/comments/ng/v1/spi/comment_moderation_provider.proto +21 -0
  122. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/accepted_message_types.proto +21 -0
  123. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_branding.proto +34 -0
  124. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/channel_configuration.proto +41 -0
  125. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/conversation_limitations.proto +20 -0
  126. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/dm/direct_message_config.proto +21 -0
  127. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/email/email_message_config.proto +16 -0
  128. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/media_capabilities.proto +38 -0
  129. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/entities/v1/channel/sms/sms_message_config.proto +20 -0
  130. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/communication_channel/com/wixpress/appservice/api/upstream/com/wixpress/comm/channels/spi/v1/communication_channels_spi.proto +13 -0
  131. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/component_reference_data_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto +17 -0
  132. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/components_translations_additional_fields_provider/com/wixpress/appservice/api/upstream/wix/devcenter/components/translation/v1/spi/component_additional_fields_translation_config.proto +12 -0
  133. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/components_validator_provider/com/wixpress/appservice/api/upstream/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto +19 -0
  134. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_labels.proto +35 -0
  135. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/cross_sell/com/wixpress/appservice/api/upstream/com/wixpress/buildup/spi/cross_sell_orders_spi.proto +12 -0
  136. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/custom_scope/com/wixpress/appservice/api/upstream/com/wixpress/ecom/scopes/custom_scope_spi.proto +14 -0
  137. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dashboard.proto +24 -0
  138. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dashboard_application.proto +101 -0
  139. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dashboard_platform.proto +11 -0
  140. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/data.proto +15 -0
  141. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/data_extensions.proto +16 -0
  142. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dc_config.proto +9 -0
  143. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dealer_external_filter_provider/com/wixpress/appservice/api/upstream/wix/dealerExternalServiceProviders/api/v1/dealer-external-filter-service.proto +16 -0
  144. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +69 -0
  145. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_additional_fees/com/wixpress/appservice/api/upstream/com/wix/ecommerce/additional_fees_spi/api/v1/additional_fees_spi_config.proto +16 -0
  146. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_catalog/com/wixpress/appservice/api/upstream/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +24 -0
  147. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_default_taxation_category/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/default_tax_group_configuration.proto +33 -0
  148. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_discounts_trigger/com/wixpress/appservice/api/upstream/com/wix/ecom/custom_trigger/v1/spi/custom_triggers_provider.proto +10 -0
  149. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_dropshipping_provider/com/wixpress/appservice/api/upstream/com/wix/ecommerce/dropshipping_provider_spi/api/v1/dropshipping_provider_spi.proto +44 -0
  150. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_line_items_enricher/com/wixpress/appservice/api/upstream/com/wix/ecom/line_items_enricher_spi/api/v1/line_items_enricher_spi.proto +12 -0
  151. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_shipping_rates/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping_rates/v1/shipping-rates-config.proto +32 -0
  152. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_tax_calculator_spi/com/wixpress/appservice/api/upstream/wix/billing/spi/v1/tax_calculator_spi.proto +25 -0
  153. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_validations/com/wixpress/appservice/api/upstream/com/wix/ecommerce/validations_spi/v1/validations_spi_config.proto +21 -0
  154. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +41 -0
  155. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +103 -0
  156. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/entitlement_policy_provider/com/wixpress/appservice/api/upstream/wix/entitlements/spi/v1/policy_provider_spi.proto +16 -0
  157. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/entitlement_provider/com/wixpress/appservice/api/upstream/wix/entitlements/spi/v1/entitlement_provider_spi.proto +19 -0
  158. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/fictional_shipping_provider/shipping_provider_spi.proto +17 -0
  159. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_schema_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_schema_spi.proto +37 -0
  160. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_spi.proto +31 -0
  161. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/spam_submission_permissions.proto +21 -0
  162. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spi_common/com/wixpress/appservice/api/upstream/wix/forms/v4/forms_permissions.proto +20 -0
  163. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_submissions_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_submission_spi.proto +35 -0
  164. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/generic_hooks/com/wixpress/appservice/api/upstream/wix/framework/hooks/generic_hooks_config.proto +34 -0
  165. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/gift_cards_provider/com/wixpress/appservice/api/upstream/wix/gift/cards/provider/api/gift_cards_provider.proto +14 -0
  166. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/google_business_profile_feature_provider/com/wixpress/appservice/api/upstream/wix/promote/gbp_feature_provider_spi/v1/gbp_feature_config.proto +14 -0
  167. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/grid_apps_files_transformer/com/wixpress/appservice/api/upstream/wix/velo/ide/spi/v1/grid_app_files_transformer.proto +28 -0
  168. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/headless_oauth.proto +26 -0
  169. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/iam/com/wixpress/appservice/api/upstream/wix/iam/identity/v1/pre_register_spi.proto +11 -0
  170. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/identity_authenticator/com/wixpress/appservice/api/upstream/wix/iam/identity/authentication/authenticator/v1/authenticator_spi.proto +82 -0
  171. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/identity_idp_connector/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/idp_connector_spi.proto +18 -0
  172. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/identity_post_login/com/wixpress/appservice/api/upstream/wix/iam/authentication/v1/post_login_spi.proto +18 -0
  173. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/invoices/com/wixpress/appservice/api/upstream/wix/invoices/spi/v1/invoices_spi.proto +12 -0
  174. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/invoices_actions.proto +20 -0
  175. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/items_selection_provider/com/wixpress/appservice/api/upstream/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +107 -0
  176. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/local_delivery.proto +24 -0
  177. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/membership/com/wixpress/appservice/api/upstream/com/wix/ecom/memberships_spi/v1/memberships_spi.proto +14 -0
  178. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/multilingual_content_provider/com/wixpress/appservice/api/upstream/com/wixpress/multilingual/sitetranslator/spi/v1/TranslationContentProvider.proto +18 -0
  179. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/multiple_dashboards.proto +24 -0
  180. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/out_of_iframe.proto +32 -0
  181. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +97 -0
  182. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +34 -0
  183. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +12 -0
  184. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/payment_provider/com/wixpress/appservice/api/upstream/wix/psp/v1/payment_service_provider_config.proto +119 -0
  185. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/payments_gateway.proto +11 -0
  186. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ping_notifications.proto +12 -0
  187. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ping_settings_group.proto +25 -0
  188. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/platform.proto +59 -0
  189. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +25 -0
  190. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/portfolio_synced_projects_provider/com/wixpress/appservice/api/upstream/com/wixpress/portfolio/syncedprojects/spi/synced_projects_provider.proto +17 -0
  191. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/premium_custom_charges/com/wixpress/appservice/api/upstream/spi/wix/premium/customcharges/spi/v1/custom_charges_spi.proto +12 -0
  192. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/premium_products_paths/com/wixpress/appservice/api/upstream/spi/com/wixpress/premium/productspaths/v1/products_paths_spi.proto +12 -0
  193. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/recommendations_provider/com/wixpress/appservice/api/upstream/com/wix/ecom/recommendations/spi/recommendations_spi.proto +42 -0
  194. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/restaurants_pos/com/wixpress/appservice/api/upstream/wix/restaurants/pos/v1/pos_provider_config.proto +48 -0
  195. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/seo_keywords_suggestions/com/wixpress/appservice/api/upstream/wix/promote/seo_keywords_suggestions_spi/v1/seo_keywords_suggestions_spi.proto +27 -0
  196. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/shipping_label_carrier/com/wixpress/appservice/api/upstream/com/wix/ecom/shipping/label/carrier_spi/v1/shipping_label_carrier_spi.proto +84 -0
  197. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +13 -0
  198. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/snippet_solution.proto +11 -0
  199. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/social_marketing_design/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_design_spi/v1/social_marketing_design_spi.proto +23 -0
  200. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/social_marketing_designs_provider/com/wixpress/appservice/api/upstream/wix/promote/social_marketing_designs_provider_spi/v1/designs_provider_config.proto +30 -0
  201. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/static_file.proto +17 -0
  202. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio.proto +33 -0
  203. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +117 -0
  204. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/viewer_dynamic_site_structure_provider/com/wixpress/appservice/api/upstream/com/wixpress/structure/spi/v1/dynamic_site_structure_provider.proto +15 -0
  205. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +346 -0
  206. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget.proto +121 -0
  207. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +30 -0
  208. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +34 -0
  209. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/wix_offering.proto +21 -0
  210. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/wix_reviews/com/wixpress/appservice/api/upstream/wix/reviews/product/catalog/spi/v1/reviews_product_catalog_provider.proto +18 -0
  211. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/worker.proto +11 -0
  212. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +333 -0
  213. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_messages.proto +63 -0
  214. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/extensions_messages.proto +111 -0
  215. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_config.proto +16 -0
  216. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/src/main/proto/wix/devcenter/apps/components/reference/data/component_reference_data_spi.proto +61 -0
  217. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/src/main/proto/wix/devcenter/apps/components/validator/components_validator_config.proto +18 -0
  218. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/src/main/proto/wix/devcenter/apps/components/validator/components_validator_spi.proto +42 -0
  219. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/action_payload.proto +33 -0
  220. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +352 -0
  221. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/api_errors.proto +117 -0
  222. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/callback.proto +156 -0
  223. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/context.proto +19 -0
  224. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/entity.proto +80 -0
  225. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/errors.proto +113 -0
  226. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/permissions.proto +40 -0
  227. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/sla.proto +24 -0
  228. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +31 -0
  229. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +133 -0
  230. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/address.proto +140 -0
  231. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/bulk.proto +52 -0
  232. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/identification.proto +40 -0
  233. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/image.proto +8 -0
  234. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/media.proto +225 -0
  235. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/money.proto +32 -0
  236. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/pageurl.proto +32 -0
  237. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/paging.proto +107 -0
  238. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +417 -0
  239. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/sorting.proto +25 -0
  240. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/spi.proto +66 -0
  241. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/wixlink.proto +152 -0
  242. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/devcenter/apps/components/v1/component.proto +50 -0
  243. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/graphql/definitions.proto +13 -0
  244. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/http/field_mask.proto +46 -0
  245. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +114 -0
  246. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +162 -0
  247. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/sdk/definitions.proto +191 -0
  248. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/spi/definitions.proto +173 -0
  249. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/spi/http_error_status.proto +24 -0
  250. package/@wix/ambassador-data-extensions-v1-data-extension-schema/types/package.json +7 -0
  251. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.d.ts +72 -0
  252. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +1043 -0
  253. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -0
  254. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.d.ts +8 -0
  255. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +140 -0
  256. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -0
  257. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +20279 -0
  258. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.js +2 -0
  259. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +10146 -0
  260. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +137941 -0
  261. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +20132 -0
  262. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.js +2 -0
  263. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/rpc.impl.d.ts +19 -0
  264. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/rpc.impl.js +105 -0
  265. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/rpc.impl.js.map +1 -0
  266. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +965 -0
  267. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +121 -0
  268. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -0
  269. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.d.ts +72 -0
  270. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +956 -0
  271. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -0
  272. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.d.ts +8 -0
  273. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +133 -0
  274. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -0
  275. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/rpc.impl.d.ts +19 -0
  276. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/rpc.impl.js +77 -0
  277. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/rpc.impl.js.map +1 -0
  278. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +965 -0
  279. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +118 -0
  280. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -0
  281. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/builders/package.json +7 -0
  282. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/http/package.json +7 -0
  283. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +49 -0
  284. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/rpc/package.json +6 -0
  285. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/advanced-seo-api.proto +66 -0
  286. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +16 -0
  287. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +60 -0
  288. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +88 -0
  289. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_media.proto +31 -0
  290. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_type.proto +21 -0
  291. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/payment_option.proto +19 -0
  292. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/physical_properties.proto +15 -0
  293. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +149 -0
  294. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/price_description.proto +13 -0
  295. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +21 -0
  296. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/secured_media.proto +23 -0
  297. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/service_properties.proto +14 -0
  298. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +48 -0
  299. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/address.proto +39 -0
  300. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/addressComponents.proto +41 -0
  301. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/length.proto +14 -0
  302. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/measurementUnit.proto +30 -0
  303. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/multilingualMigration.proto +8 -0
  304. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformCursor.proto +17 -0
  305. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformMedia.proto +15 -0
  306. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformPaging.proto +36 -0
  307. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformPagingMetadata.proto +48 -0
  308. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +37 -0
  309. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +39 -0
  310. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/unlimitedPlatformQuery.proto +69 -0
  311. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/inventory/api/v1/inventoryEvents.proto +61 -0
  312. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +71 -0
  313. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address_with_contact.proto +14 -0
  314. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +16 -0
  315. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/pickup_address.proto +52 -0
  316. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +26 -0
  317. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/weight.proto +14 -0
  318. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/action_payload.proto +33 -0
  319. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +340 -0
  320. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/api_errors.proto +117 -0
  321. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +156 -0
  322. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/context.proto +19 -0
  323. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +80 -0
  324. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/errors.proto +113 -0
  325. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/permissions.proto +40 -0
  326. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/sla.proto +24 -0
  327. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +31 -0
  328. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +133 -0
  329. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/bulk.proto +10 -0
  330. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +1185 -0
  331. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalogNotReviewed.proto +259 -0
  332. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog_error_data.proto +8 -0
  333. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/collection.proto +39 -0
  334. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/costAndProfit.proto +22 -0
  335. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/event/catalogEvents.proto +104 -0
  336. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/media.proto +89 -0
  337. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/pageUrl.proto +10 -0
  338. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/price.proto +65 -0
  339. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +176 -0
  340. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/productOption.proto +56 -0
  341. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/query.proto +45 -0
  342. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/ribbon.proto +15 -0
  343. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/variant.proto +118 -0
  344. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +75 -0
  345. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/address.proto +140 -0
  346. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +52 -0
  347. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/identification.proto +40 -0
  348. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/image.proto +8 -0
  349. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +225 -0
  350. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/money.proto +32 -0
  351. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/pageurl.proto +32 -0
  352. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/paging.proto +107 -0
  353. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +417 -0
  354. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/sorting.proto +25 -0
  355. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/spi.proto +66 -0
  356. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/wixlink.proto +152 -0
  357. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/cart.proto +44 -0
  358. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupon.proto +25 -0
  359. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupons-adapter.proto +101 -0
  360. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/coupons.proto +206 -0
  361. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/response-status.proto +10 -0
  362. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v1/specification.proto +37 -0
  363. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/cart.proto +46 -0
  364. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupon.proto +43 -0
  365. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/couponAppliedEvent.proto +25 -0
  366. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-adapter.proto +61 -0
  367. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +99 -0
  368. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons.proto +399 -0
  369. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/internal-coupons.proto +46 -0
  370. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/item-for-coupon.proto +22 -0
  371. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/mediaitem.proto +13 -0
  372. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/response-status.proto +10 -0
  373. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/scope.proto +17 -0
  374. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/specification.proto +91 -0
  375. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/catalog.proto +30 -0
  376. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +96 -0
  377. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +145 -0
  378. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservicespi/v1/export_query_v2.proto +53 -0
  379. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservicespi/v1/export_service_spi.proto +50 -0
  380. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/graphql/definitions.proto +13 -0
  381. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/http/field_mask.proto +46 -0
  382. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +79 -0
  383. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobItem.proto +34 -0
  384. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +246 -0
  385. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/upstream/wix/common/paging.proto +34 -0
  386. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventory.proto +225 -0
  387. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/inventoryItem.proto +95 -0
  388. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +16 -0
  389. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/query.proto +30 -0
  390. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/accounts.proto +30 -0
  391. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/applepay-payment-method.proto +40 -0
  392. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/googlepay-payment-method.proto +55 -0
  393. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/mandatory-fields.proto +69 -0
  394. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/orders.proto +588 -0
  395. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-details.proto +42 -0
  396. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +260 -0
  397. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +334 -0
  398. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-payment-method.proto +158 -0
  399. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/paypal-recurring-orders.proto +38 -0
  400. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/pos-transactions.proto +34 -0
  401. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/account.proto +22 -0
  402. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/address.proto +57 -0
  403. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/charge.proto +220 -0
  404. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/mandatory-field.proto +44 -0
  405. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-additional-charges.proto +19 -0
  406. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-buyer-info.proto +25 -0
  407. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-cof-intent.proto +131 -0
  408. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +146 -0
  409. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-item.proto +32 -0
  410. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-return-urls.proto +21 -0
  411. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-status.proto +46 -0
  412. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-urls.proto +41 -0
  413. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order.proto +37 -0
  414. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +296 -0
  415. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +208 -0
  416. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/pos-transaction.proto +41 -0
  417. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/subscription-frequency.proto +14 -0
  418. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/subscription-trial-period.proto +16 -0
  419. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/subscription.proto +35 -0
  420. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/transaction.proto +46 -0
  421. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/payment-events.proto +27 -0
  422. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/order.proto +80 -0
  423. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/payment-details.proto +15 -0
  424. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/payment-event.proto +121 -0
  425. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/recurring-payment.proto +32 -0
  426. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/refund.proto +34 -0
  427. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/transaction.proto +82 -0
  428. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/sdk/definitions.proto +191 -0
  429. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/spi/definitions.proto +173 -0
  430. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/spi/http_error_status.proto +24 -0
  431. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/types/package.json +7 -0
  432. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.d.ts +14 -0
  433. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +168 -0
  434. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -0
  435. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.d.ts +1 -0
  436. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.js +5 -0
  437. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/http.impl.js.map +1 -0
  438. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.d.ts +11 -0
  439. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.js +41 -0
  440. package/@wix/ambassador-os-tags-v1-tag/build/cjs/crud/rpc.impl.js.map +1 -0
  441. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.d.ts +12 -0
  442. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +167 -0
  443. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -0
  444. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +7382 -0
  445. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.js +2 -0
  446. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +3700 -0
  447. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +57101 -0
  448. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +7377 -0
  449. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.js +2 -0
  450. package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.d.ts +21 -0
  451. package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.js +95 -0
  452. package/@wix/ambassador-os-tags-v1-tag/build/cjs/rpc.impl.js.map +1 -0
  453. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +73 -0
  454. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +10 -0
  455. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -0
  456. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.d.ts +14 -0
  457. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +140 -0
  458. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -0
  459. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.d.ts +1 -0
  460. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.js +2 -0
  461. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/http.impl.js.map +1 -0
  462. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.d.ts +11 -0
  463. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.js +34 -0
  464. package/@wix/ambassador-os-tags-v1-tag/build/es/crud/rpc.impl.js.map +1 -0
  465. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.d.ts +12 -0
  466. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +159 -0
  467. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -0
  468. package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.d.ts +21 -0
  469. package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.js +68 -0
  470. package/@wix/ambassador-os-tags-v1-tag/build/es/rpc.impl.js.map +1 -0
  471. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +73 -0
  472. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +7 -0
  473. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -0
  474. package/@wix/ambassador-os-tags-v1-tag/builders/package.json +7 -0
  475. package/@wix/ambassador-os-tags-v1-tag/crud/http/package.json +7 -0
  476. package/@wix/ambassador-os-tags-v1-tag/crud/rpc/package.json +6 -0
  477. package/@wix/ambassador-os-tags-v1-tag/http/package.json +7 -0
  478. package/@wix/ambassador-os-tags-v1-tag/package.json +52 -0
  479. package/@wix/ambassador-os-tags-v1-tag/rpc/package.json +6 -0
  480. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/action_payload.proto +33 -0
  481. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +360 -0
  482. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/api_errors.proto +117 -0
  483. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +156 -0
  484. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/context.proto +19 -0
  485. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +80 -0
  486. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/errors.proto +113 -0
  487. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/permissions.proto +40 -0
  488. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/sla.proto +24 -0
  489. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +31 -0
  490. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +131 -0
  491. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/address.proto +140 -0
  492. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +52 -0
  493. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/dataextensions/extended-fields.proto +18 -0
  494. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/dataextensions/update-extended-fields-messages.proto +15 -0
  495. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +411 -0
  496. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/identification.proto +40 -0
  497. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/image.proto +8 -0
  498. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/media.proto +225 -0
  499. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/money.proto +32 -0
  500. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/pageurl.proto +32 -0
  501. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/paging.proto +107 -0
  502. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +417 -0
  503. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/sorting.proto +25 -0
  504. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/spi.proto +66 -0
  505. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +55 -0
  506. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/wixlink.proto +152 -0
  507. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/graphql/definitions.proto +13 -0
  508. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/http/field_mask.proto +46 -0
  509. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +39 -0
  510. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +12 -0
  511. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +192 -0
  512. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/sdk/definitions.proto +191 -0
  513. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/spi/definitions.proto +173 -0
  514. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/spi/http_error_status.proto +24 -0
  515. package/@wix/ambassador-os-tags-v1-tag/types/package.json +7 -0
  516. package/@wix/bi-logger-cairo-os/dist/cjs/index.js +294 -0
  517. package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +1 -0
  518. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +596 -0
  519. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -0
  520. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +6383 -0
  521. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -0
  522. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js +640 -0
  523. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -0
  524. package/@wix/bi-logger-cairo-os/dist/cjs/types.js +3 -0
  525. package/@wix/bi-logger-cairo-os/dist/cjs/types.js.map +1 -0
  526. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +2085 -0
  527. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -0
  528. package/@wix/bi-logger-cairo-os/dist/esm/index.js +290 -0
  529. package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +1 -0
  530. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +588 -0
  531. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -0
  532. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +6379 -0
  533. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -0
  534. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js +612 -0
  535. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -0
  536. package/@wix/bi-logger-cairo-os/dist/esm/types.js +2 -0
  537. package/@wix/bi-logger-cairo-os/dist/esm/types.js.map +1 -0
  538. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +2005 -0
  539. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -0
  540. package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +93 -0
  541. package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +1338 -0
  542. package/@wix/bi-logger-cairo-os/dist/types/testkit/common.d.ts +10 -0
  543. package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +1339 -0
  544. package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +1333 -0
  545. package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +1853 -0
  546. package/@wix/bi-logger-cairo-os/package.json +50 -0
  547. package/@wix/bi-logger-cairo-os/src/external-types.d.ts +1 -0
  548. package/@wix/bi-logger-cairo-os/src/index.ts +346 -0
  549. package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +1596 -0
  550. package/@wix/bi-logger-cairo-os/src/testkit/common.ts +6456 -0
  551. package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +1606 -0
  552. package/@wix/bi-logger-cairo-os/src/types.ts +2407 -0
  553. package/@wix/bi-logger-cairo-os/src/v2/index.ts +2081 -0
  554. package/@wix/bi-logger-cairo-os/testkit/client/package.json +6 -0
  555. package/@wix/bi-logger-cairo-os/testkit/node/package.json +6 -0
  556. package/@wix/bi-logger-cairo-os/testkit/package.json +6 -0
  557. package/@wix/bi-logger-cairo-os/v2/package.json +6 -0
  558. package/@wix/bi-logger-cairo-os/v2/types.d.ts +1 -0
  559. package/@wix/wix-i18n-config/README.md +247 -0
  560. package/@wix/wix-i18n-config/dist/cjs/i18n.js +72 -0
  561. package/@wix/wix-i18n-config/dist/cjs/i18n.js.map +1 -0
  562. package/@wix/wix-i18n-config/dist/cjs/icu/icu.js +126 -0
  563. package/@wix/wix-i18n-config/dist/cjs/icu/icu.js.map +1 -0
  564. package/@wix/wix-i18n-config/dist/cjs/icu/utils.js +82 -0
  565. package/@wix/wix-i18n-config/dist/cjs/icu/utils.js.map +1 -0
  566. package/@wix/wix-i18n-config/dist/cjs/index.js +28 -0
  567. package/@wix/wix-i18n-config/dist/cjs/index.js.map +1 -0
  568. package/@wix/wix-i18n-config/dist/cjs/initI18n.js +24 -0
  569. package/@wix/wix-i18n-config/dist/cjs/initI18n.js.map +1 -0
  570. package/@wix/wix-i18n-config/dist/cjs/initI18nWithoutICU.js +9 -0
  571. package/@wix/wix-i18n-config/dist/cjs/initI18nWithoutICU.js.map +1 -0
  572. package/@wix/wix-i18n-config/dist/cjs/relative-time-formatting.js +266 -0
  573. package/@wix/wix-i18n-config/dist/cjs/relative-time-formatting.js.map +1 -0
  574. package/@wix/wix-i18n-config/dist/esm/i18n.js +51 -0
  575. package/@wix/wix-i18n-config/dist/esm/i18n.js.map +1 -0
  576. package/@wix/wix-i18n-config/dist/esm/icu/icu.js +106 -0
  577. package/@wix/wix-i18n-config/dist/esm/icu/icu.js.map +1 -0
  578. package/@wix/wix-i18n-config/dist/esm/icu/utils.js +71 -0
  579. package/@wix/wix-i18n-config/dist/esm/icu/utils.js.map +1 -0
  580. package/@wix/wix-i18n-config/dist/esm/index.js +9 -0
  581. package/@wix/wix-i18n-config/dist/esm/index.js.map +1 -0
  582. package/@wix/wix-i18n-config/dist/esm/initI18n.js +10 -0
  583. package/@wix/wix-i18n-config/dist/esm/initI18n.js.map +1 -0
  584. package/@wix/wix-i18n-config/dist/esm/initI18nWithoutICU.js +5 -0
  585. package/@wix/wix-i18n-config/dist/esm/initI18nWithoutICU.js.map +1 -0
  586. package/@wix/wix-i18n-config/dist/esm/relative-time-formatting.js +263 -0
  587. package/@wix/wix-i18n-config/dist/esm/relative-time-formatting.js.map +1 -0
  588. package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -0
  589. package/@wix/wix-i18n-config/dist/types/i18n.d.ts +16 -0
  590. package/@wix/wix-i18n-config/dist/types/i18n.d.ts.map +1 -0
  591. package/@wix/wix-i18n-config/dist/types/icu/icu.d.ts +47 -0
  592. package/@wix/wix-i18n-config/dist/types/icu/icu.d.ts.map +1 -0
  593. package/@wix/wix-i18n-config/dist/types/icu/utils.d.ts +6 -0
  594. package/@wix/wix-i18n-config/dist/types/icu/utils.d.ts.map +1 -0
  595. package/@wix/wix-i18n-config/dist/types/index.d.ts +12 -0
  596. package/@wix/wix-i18n-config/dist/types/index.d.ts.map +1 -0
  597. package/@wix/wix-i18n-config/dist/types/initI18n.d.ts +8 -0
  598. package/@wix/wix-i18n-config/dist/types/initI18n.d.ts.map +1 -0
  599. package/@wix/wix-i18n-config/dist/types/initI18nWithoutICU.d.ts +3 -0
  600. package/@wix/wix-i18n-config/dist/types/initI18nWithoutICU.d.ts.map +1 -0
  601. package/@wix/wix-i18n-config/dist/types/relative-time-formatting.d.ts +7 -0
  602. package/@wix/wix-i18n-config/dist/types/relative-time-formatting.d.ts.map +1 -0
  603. package/@wix/wix-i18n-config/package.json +63 -0
  604. package/README.md +12 -0
  605. package/dist/cjs/PromiseState.js +68 -0
  606. package/dist/cjs/PromiseState.js.map +1 -0
  607. package/dist/cjs/batchUpdates.js +7 -0
  608. package/dist/cjs/batchUpdates.js.map +1 -0
  609. package/dist/cjs/events.js +19 -0
  610. package/dist/cjs/events.js.map +1 -0
  611. package/dist/cjs/exports/react-dom.js +10 -0
  612. package/dist/cjs/exports/react-dom.js.map +1 -0
  613. package/dist/cjs/exports/react-native.js +10 -0
  614. package/dist/cjs/exports/react-native.js.map +1 -0
  615. package/dist/cjs/exports/react.js +10 -0
  616. package/dist/cjs/exports/react.js.map +1 -0
  617. package/dist/cjs/index.js +22 -0
  618. package/dist/cjs/index.js.map +1 -0
  619. package/dist/cjs/reactive.js +23 -0
  620. package/dist/cjs/reactive.js.map +1 -0
  621. package/dist/cjs/reactiveContext.js +9 -0
  622. package/dist/cjs/reactiveContext.js.map +1 -0
  623. package/dist/cjs/setReactDOMBatchUpdates.js +12 -0
  624. package/dist/cjs/setReactDOMBatchUpdates.js.map +1 -0
  625. package/dist/cjs/setReactNativeBatchUpdates.js +10 -0
  626. package/dist/cjs/setReactNativeBatchUpdates.js.map +1 -0
  627. package/dist/cjs/useReactive.js +18 -0
  628. package/dist/cjs/useReactive.js.map +1 -0
  629. package/dist/esm/PromiseState.js +47 -0
  630. package/dist/esm/PromiseState.js.map +1 -0
  631. package/dist/esm/batchUpdates.js +2 -0
  632. package/dist/esm/batchUpdates.js.map +1 -0
  633. package/dist/esm/events.js +15 -0
  634. package/dist/esm/events.js.map +1 -0
  635. package/dist/esm/exports/react-dom.js +2 -0
  636. package/dist/esm/exports/react-dom.js.map +1 -0
  637. package/dist/esm/exports/react-native.js +2 -0
  638. package/dist/esm/exports/react-native.js.map +1 -0
  639. package/dist/esm/exports/react.js +2 -0
  640. package/dist/esm/exports/react.js.map +1 -0
  641. package/dist/esm/index.js +4 -0
  642. package/dist/esm/index.js.map +1 -0
  643. package/dist/esm/reactive.js +17 -0
  644. package/dist/esm/reactive.js.map +1 -0
  645. package/dist/esm/reactiveContext.js +5 -0
  646. package/dist/esm/reactiveContext.js.map +1 -0
  647. package/dist/esm/setReactDOMBatchUpdates.js +7 -0
  648. package/dist/esm/setReactDOMBatchUpdates.js.map +1 -0
  649. package/dist/esm/setReactNativeBatchUpdates.js +6 -0
  650. package/dist/esm/setReactNativeBatchUpdates.js.map +1 -0
  651. package/dist/esm/useReactive.js +14 -0
  652. package/dist/esm/useReactive.js.map +1 -0
  653. package/dist/types/PromiseState.d.ts +35 -0
  654. package/dist/types/PromiseState.d.ts.map +1 -0
  655. package/dist/types/batchUpdates.d.ts +3 -0
  656. package/dist/types/batchUpdates.d.ts.map +1 -0
  657. package/dist/types/events.d.ts +10 -0
  658. package/dist/types/events.d.ts.map +1 -0
  659. package/dist/types/exports/react-dom.d.ts +2 -0
  660. package/dist/types/exports/react-dom.d.ts.map +1 -0
  661. package/dist/types/exports/react-native.d.ts +2 -0
  662. package/dist/types/exports/react-native.d.ts.map +1 -0
  663. package/dist/types/exports/react.d.ts +2 -0
  664. package/dist/types/exports/react.d.ts.map +1 -0
  665. package/dist/types/index.d.ts +4 -0
  666. package/dist/types/index.d.ts.map +1 -0
  667. package/dist/types/reactive.d.ts +9 -0
  668. package/dist/types/reactive.d.ts.map +1 -0
  669. package/dist/types/reactiveContext.d.ts +6 -0
  670. package/dist/types/reactiveContext.d.ts.map +1 -0
  671. package/dist/types/setReactDOMBatchUpdates.d.ts +2 -0
  672. package/dist/types/setReactDOMBatchUpdates.d.ts.map +1 -0
  673. package/dist/types/setReactNativeBatchUpdates.d.ts +2 -0
  674. package/dist/types/setReactNativeBatchUpdates.d.ts.map +1 -0
  675. package/dist/types/useReactive.d.ts +3 -0
  676. package/dist/types/useReactive.d.ts.map +1 -0
  677. package/package.json +147 -0
  678. package/react/package.json +6 -0
  679. package/react-dom/package.json +6 -0
  680. package/react-native/package.json +6 -0
@@ -0,0 +1,2085 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.cairoFiltersPanelUsed = exports.cairoTryAgainClicked = exports.cairoTableTopNotificationDisplayed = exports.cairoPageCtaClicked = exports.cairoAssignTagsToEntities = exports.cairoLearnMore = exports.cairoManageViewActionSelected = exports.cairoSearchForTags = exports.cairoDragActionUnsuccessfulUpdateInServer = exports.cairoItemToggledInExportModal = exports.cairoSortUnsuccessfulUpdateInServer = exports.cairoTagsModalStartLoad = exports.cairoManageViewClicked = exports.cairoTagsModalEndProcess = exports.cairoSearchResults = exports.cairoFileDownloadToastDisplayed = exports.cairoSectionCtaClicked = exports.cairoTableTopNotificationDismissed = exports.cairoTagsWidgetLoaded = exports.newItemCreationEnd = exports.cairoReloadErrorState = exports.cairoErrorInLoadingAComponent = exports.cairoDataExtensionUnsuccessfulUpdateInServer = exports.cairoTagsWidgetClickOnCta = exports.cairoChangesBeforeApply = exports.cairoCtaClicked = exports.cairoAllFiltersCleared = exports.cairoModalCtaClicked = exports.cairoViewsUnsuccessfulUpdateInServer = exports.cairoTabSelected = exports.cairoFileDownloadToastDownloadButtonClicked = exports.cairoPageDiscardChangesBeforeSave = exports.cairoCancelExportModalCtaClicked = exports.cairoExportCtaClicked = exports.pikachuItemCategorySelected = exports.loadStart = exports.pickerStartLoad = exports.cairoSearchViewInViews = exports.cairoExportFailedModalCtaClicked = exports.cairoExportProcessStart = exports.cairoTagsAddDeleteTag = exports.loadEnd = exports.cairoNestedTableCollapseAndExpand = exports.pickerEndLoad = exports.cairoItemSelectionToggled = exports.cairoDiscardChangesBeforeApply = exports.pickerPickerOpenButton = exports.cairoDragItemEndDrop = exports.loadMore = exports.componentDismissed = void 0;
4
+ exports.cairoApiRequestDataLoadEnd = exports.cairoTagsAssignTag = exports.cairoSortPanelUsed = exports.pickerModalUsability = exports.cairoTagsUnsuccessfulUpdateInServer = exports.pikachuCategoriesDropdownButtonClicked = exports.cairoTpaSCtaClicked = exports.cairoPageBackOrBreadcrumbClicked = exports.cairoUndoClicked = exports.cairoExportModalCtaClicked = exports.cairoApplyButtonClicked = exports.cairoExportProcessEnd = exports.cairoReorderingSortColumns = exports.cairoComponentSorted = exports.cairoDataExCustomFieldEndProcess = exports.cairoViewDeleted = exports.cairoViewSaved = exports.cairoDataExCustomFieldAdvancesSettings = exports.cairoFilterToggled = exports.cairoDataExAddCustomField = exports.cairoViewSelected = exports.newItemCreationStart = exports.pickerPickModalCtaButtonClickOrImmediateCta = exports.cairoUserAttemptsToCancelTheExport = exports.cairoFileDownloadToastDismissed = exports.cairoDragItem = void 0;
5
+ /**
6
+ * A function to create a log object for the 'componentDismissed' event (evid: 113)
7
+ *
8
+ * Event description: Sent when a component is dismissed. Relevant components: Picker Modal.
9
+ *
10
+ * @param {componentDismissedParams} params - The parameters for this event
11
+ * @property {string} artifactId - Artifact that owns the component
12
+ * @property {string} cairoVersion
13
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
14
+ * @property {string} componentType - Picker Modal / Picker Dropdown
15
+ * @property {GUID} csid
16
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
17
+ * @property {string} origin - X button/Cancel button
18
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
19
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
20
+ * @return {LogObject<componentDismissedParams>} LogObject<componentDismissedParams>
21
+ */
22
+ function componentDismissed(params) {
23
+ return { evid: 113, src: 144, endpoint: 'cairo-os', params: params };
24
+ }
25
+ exports.componentDismissed = componentDismissed;
26
+ /**
27
+ * A function to create a log object for the 'loadMore' event (evid: 112)
28
+ *
29
+ * Event description: Sent when a Cairo component is done loading more items (after scrolling). Relevant components: Picker Standalone, Picker Modal, Table, Cards.
30
+ *
31
+ * @param {loadMoreParams} params - The parameters for this event
32
+ * @property {string} artifactId - Artifact that owns the component
33
+ * @property {string} cairoVersion
34
+ * @property {string} componentName - Component name, if there are two components of the same type per artifact
35
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
36
+ * @property {GUID} csid
37
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
38
+ * @property {string} currentSortOrder - Which column is currently used to sort the list: {"columnName": "asc"/"desc"}. Relevant for Table and Cards.
39
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
40
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
41
+ * @property {string} domain - Optional domain name from FQDN (crm, stores, etc.)
42
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
43
+ * @property {number} loadedItems - How many new items were loaded in this action
44
+ * @property {number} loadingTime - Component loading time in ms
45
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
46
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
47
+ * @return {LogObject<loadMoreParams>} LogObject<loadMoreParams>
48
+ */
49
+ function loadMore(params) {
50
+ return { evid: 112, src: 144, endpoint: 'cairo-os', params: params };
51
+ }
52
+ exports.loadMore = loadMore;
53
+ /**
54
+ * A function to create a log object for the 'cairoDragItemEndDrop' event (evid: 139)
55
+ *
56
+ * Event description: Sent when a user finish to drag an item
57
+ *
58
+ * @param {cairoDragItemEndDropParams} params - The parameters for this event
59
+ * @property {string} artifactId - Artifact that owns the component
60
+ * @property {string} cairoVersion - cairo version
61
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
62
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
63
+ * @property {GUID} csid
64
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards. For now, it can only be a "category filter" that is displayed in this event. (relate to ticket 525+521).
65
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
66
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
67
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
68
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
69
+ * @property {GUID} dragAndDropID - A "couple" identifier , match between drag action and its drop action
70
+ * @property {number} duration - duration in ms from starting to drag the item untill the action has ended
71
+ * @property {string} endType - (happy flow+ ticket 529) how did the "drag action" end? Will get one of the following:
72
+ * "drop succeeded" = the item has been dropped inside the collection
73
+ * "drop back" = the item has been dropped to it's original index (itemIndexBefore=itenIndexAfter)
74
+ * "drop outside" = the item has been dropped outside the collection (itemIndexBefore=itenIndexAfter)
75
+ * "clicked ESC" = the user clicked on the ESC button and the action was cancelled. "drag disabled" = the user tried to drag an item when the this feature is disabled. If the action was cancelled due to external-to-Cairo logic- event 144:140 will be sent instead.
76
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
77
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
78
+ * @property {boolean} isFromHandle - Is the item dragged from the handle area?
79
+ * @property {boolean} isFromSearch - Did the user try to drag the item from a list of search results (relate to ticket 521).
80
+ * @property {string} itemId - ID of the item that the user tries to drag
81
+ * @property {number} itemIndexAfter - Out of the list of results, what is the new index of the dragged item (after dragging). ** filteredListSize = X --> (1 <= itemIndexAfter <= X) **when endType <> drop succeeded --> itemIndexAfter = itemIndexBefore
82
+ * @property {number} itemIndexBefore - Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
83
+ * @property {number} numItemsBefore - (relate to ticket 526). How many items have been selected before user clicks item and starts the drag action?
84
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
85
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
86
+ * @property {string} searchQuery - What did the user search? isFromSearch = FALSE --> searchQuery = null (relate to ticket 521).
87
+ * @return {LogObject<cairoDragItemEndDropParams>} LogObject<cairoDragItemEndDropParams>
88
+ */
89
+ function cairoDragItemEndDrop(params) {
90
+ return { evid: 139, src: 144, endpoint: 'cairo-os', params: params };
91
+ }
92
+ exports.cairoDragItemEndDrop = cairoDragItemEndDrop;
93
+ /**
94
+ * A function to create a log object for the 'pickerPickerOpenButton' event (evid: 105)
95
+ *
96
+ * Event description: Picker button actions (not within the modal)
97
+ *
98
+ * @param {pickerPickerOpenButtonParams} params - The parameters for this event
99
+ * @property {string} action - Any picker button option (render/hover/click)
100
+ * @property {string} artifactId - Artifact that owns the component
101
+ * @property {string} cairoVersion
102
+ * @property {string} componentName - Optional in case having 2 pickers under the same artifact
103
+ * @property {string} componentType
104
+ * @property {GUID} csid
105
+ * @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
106
+ * @property {number} filteredListSize - How many items are to presented (filtered)
107
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
108
+ * @property {number} listSize - How many items exist (full list)
109
+ * @property {number} maxItems - Max items to select in picker
110
+ * @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
111
+ * @property {string} resource - Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
112
+ * @property {string} type - standalone/modal
113
+ * @return {LogObject<pickerPickerOpenButtonParams>} LogObject<pickerPickerOpenButtonParams>
114
+ */
115
+ function pickerPickerOpenButton(params) {
116
+ return { evid: 105, src: 144, endpoint: 'cairo-os', params: params };
117
+ }
118
+ exports.pickerPickerOpenButton = pickerPickerOpenButton;
119
+ /**
120
+ * A function to create a log object for the 'cairoDiscardChangesBeforeApply' event (evid: 161)
121
+ *
122
+ * Event description: Sent when a user chose to discard his changes in a Cairo component. Relevant components: Table, with apply behavior in the filters panel, or with custom fields option.
123
+ *
124
+ * @param {cairoDiscardChangesBeforeApplyParams} params - The parameters for this event
125
+ * @property {string} artifactId - Artifact that owns the component
126
+ * @property {string} cairoVersion - Cairo version
127
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
128
+ * @property {string} componentType - Table/Cards / Picker
129
+ * @property {GUID} csid - Cairo session ID
130
+ * @property {string} currentStatus - (Optional, relevant for Filters) Json field: The state of feature, if the user would have clicked on the apply button. [{"fieldName": "FIELD_NAME1", "field_value": "VALUE1"}] (for filters -all the filters will appear in this list, filters that not active will get NULL in the filters' value)
131
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
132
+ * @property {string} feature - Filters / Drag and Drop
133
+ * @property {number} numActiveFields - (Optional, relevant for Filters) How many fields are active after the apply button is clicked? (fields that their value is not NULL)
134
+ * @property {number} numOfActions - (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
135
+ * @property {number} numOptionalFields - (Optional, relevant for Filters) If there is an optional fields list (like for filters)- how many options are there?
136
+ * @property {string} origin - Feature's Side Panel / Table Toolbar
137
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
138
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
139
+ * @return {LogObject<cairoDiscardChangesBeforeApplyParams>} LogObject<cairoDiscardChangesBeforeApplyParams>
140
+ */
141
+ function cairoDiscardChangesBeforeApply(params) {
142
+ return { evid: 161, src: 144, endpoint: 'cairo-os', params: params };
143
+ }
144
+ exports.cairoDiscardChangesBeforeApply = cairoDiscardChangesBeforeApply;
145
+ /**
146
+ * A function to create a log object for the 'cairoItemSelectionToggled' event (evid: 114)
147
+ *
148
+ * Event description: Sent when a user select/deselects an item(s) in a list
149
+ *
150
+ * @param {cairoItemSelectionToggledParams} params - The parameters for this event
151
+ * @property {string} artifactId - Artifact that owns the component
152
+ * @property {string} cairoVersion
153
+ * @property {string} clickType - The click purpose : "Selection" / "Deselection"
154
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
155
+ * @property {string} componentType - Picker Standalone/Picker Modal/ Picker Dropdown /Table/Cards
156
+ * @property {GUID} csid
157
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
158
+ * @property {number} currentLevel - What is the hierarchy level (or step) of the selected item? (out of numLevels)
159
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
160
+ * @property {string} currentStep - What is the step (or hierarchy level) of the selected item?
161
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
162
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
163
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
164
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
165
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
166
+ * @property {boolean} isFromSearch - Is the item selected from a list of search results
167
+ * @property {boolean} isSelectAll - Did the user click the "Select All" check box (will get "true" regardless the label attached to the check box: "Select All" or "Deselect All").
168
+ * @property {string} itemId - ID of item that is checked/unchecked (isSelectAll = TRUE --> itemId = "All")
169
+ * @property {number} itemIndex - Out of the list of results, what is the index of the clicked item.
170
+ * ** isSelectAll = TRUE --> itemIndex = 0
171
+ * @property {string} location - Location: Table List Header (for using the checkbox) /
172
+ * Table Bulk Toolbar (for using the CTA)(new from Dec 2022)
173
+ * @property {number} maxItems - (Optional) Max number of items that can be selected. null if there's no limit.
174
+ * @property {number} numItemsAfter - How many items have been selected after user clicks items.
175
+ * @property {number} numItemsBefore - How many items have been selected before user clicks items
176
+ * @property {number} numLevels - How many levels (or steps) exist in the selected item's hierarchy?
177
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
178
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
179
+ * @property {string} searchQuery - What did the user search?
180
+ * @property {number} timeFromAction - The time from user selection until he gets feedback and sees his item(s) checked as selected, in ms (new from Dec 2022)
181
+ * @return {LogObject<cairoItemSelectionToggledParams>} LogObject<cairoItemSelectionToggledParams>
182
+ */
183
+ function cairoItemSelectionToggled(params) {
184
+ return { evid: 114, src: 144, endpoint: 'cairo-os', params: params };
185
+ }
186
+ exports.cairoItemSelectionToggled = cairoItemSelectionToggled;
187
+ /**
188
+ * A function to create a log object for the 'pickerEndLoad' event (evid: 102)
189
+ *
190
+ * Event description: Cairo picker finished loading
191
+ *
192
+ * @param {pickerEndLoadParams} params - The parameters for this event
193
+ * @property {string} artifactId - Artifact that owns the component
194
+ * @property {string} cairoVersion
195
+ * @property {string} componentName - Optional in case having 2 pickers under the same artifact
196
+ * @property {string} componentType
197
+ * @property {GUID} csid
198
+ * @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
199
+ * @property {number} filteredListSize - How many items are to presented (filtered)
200
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
201
+ * @property {number} listSize - How many items exist (full list)
202
+ * @property {number} loadingTime - ms
203
+ * @property {number} maxItems - Max items to select in picker
204
+ * @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
205
+ * @property {string} resource - Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
206
+ * @property {string} type - standalone/modal
207
+ * @return {LogObject<pickerEndLoadParams>} LogObject<pickerEndLoadParams>
208
+ */
209
+ function pickerEndLoad(params) {
210
+ return { evid: 102, src: 144, endpoint: 'cairo-os', params: params };
211
+ }
212
+ exports.pickerEndLoad = pickerEndLoad;
213
+ /**
214
+ * A function to create a log object for the 'cairoNestedTableCollapseAndExpand' event (evid: 165)
215
+ *
216
+ * Event description: Sent when a user clicks on a category item in a nested table, to collapse or expand it (to hide or unhide the items under this category)
217
+ *
218
+ * @param {cairoNestedTableCollapseAndExpandParams} params - The parameters for this event
219
+ * @property {string} artifactId - Artifact that owns the component
220
+ * @property {string} cairoVersion - cairo version
221
+ * @property {string} clickType - The click purpose : "Collapse" / "Expand"
222
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
223
+ * @property {string} componentType - Picker Standalone/Picker Modal/ Picker Dropdown /Table/Cards
224
+ * @property {number} countItems - The value the user see as the count of this item. If "Is select all"= true, then Null
225
+ * @property {GUID} csid - Cairo session id
226
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
227
+ * @property {number} currentLevel - What is the hierarchy level (or step) of the clicked item? (out of numLevels). If "Is select all"= true, then Null
228
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
229
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
230
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
231
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
232
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
233
+ * @property {boolean} isFromSearch - Is the item selected from a list of search results
234
+ * @property {boolean} isSelectAll - True if the user chose to collapse / expand all categories simultaneously
235
+ * @property {string} itemId - ID of the clicked item .If "Is select all"= true, then Null
236
+ * @property {number} itemIndex - Out of the list of results, what is the index of the clicked item .If "Is select all"= true, then Null
237
+ * @property {number} numLevels - How many levels (or steps) exist in the selected item's hierarchy?
238
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
239
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
240
+ * @property {string} searchQuery - What did the user search?
241
+ * @return {LogObject<cairoNestedTableCollapseAndExpandParams>} LogObject<cairoNestedTableCollapseAndExpandParams>
242
+ */
243
+ function cairoNestedTableCollapseAndExpand(params) {
244
+ return { evid: 165, src: 144, endpoint: 'cairo-os', params: params };
245
+ }
246
+ exports.cairoNestedTableCollapseAndExpand = cairoNestedTableCollapseAndExpand;
247
+ /**
248
+ * A function to create a log object for the 'loadEnd' event (evid: 111)
249
+ *
250
+ * Event description: Sent when a Cairo component is done loading. Relevant components: Picker Standalone, Picker Modal, Table, Cards.
251
+ *
252
+ * @param {loadEndParams} params - The parameters for this event
253
+ * @property {string} artifactId - Artifact that owns the component
254
+ * @property {string} cairoVersion
255
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
256
+ * @property {string} componentStatus - for CustomFieldsWidget component: expanded /collapsed. for table-grid switch components: table layout / grid layout. for nested table :All items collapsed / expanded. Null otherwise
257
+ * @property {string} componentType - Picker Standalone/Picker Modal/ Picker Dropdown/ Table/Cards
258
+ * @property {GUID} csid
259
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
260
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
261
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
262
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
263
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
264
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
265
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
266
+ * @property {boolean} isInternalPage - Is under bo.wix.com (new from 03/2023)
267
+ * @property {number} listSize - How many items exist (full list, unfiltered). Relevant for Picker.
268
+ * @property {number} loadingTime - Component loading time in ms
269
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
270
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
271
+ * @property {Url} url - The page's url (new from 03/2023)
272
+ * @return {LogObject<loadEndParams>} LogObject<loadEndParams>
273
+ */
274
+ function loadEnd(params) {
275
+ return { evid: 111, src: 144, endpoint: 'cairo-os', params: params };
276
+ }
277
+ exports.loadEnd = loadEnd;
278
+ /**
279
+ * A function to create a log object for the 'cairoTagsAddDeleteTag' event (evid: 168)
280
+ *
281
+ * Event description: Send when a user add or delete a tag from his component. Relevant for Verticals who allow use tags in their tables.
282
+ *
283
+ * @param {cairoTagsAddDeleteTagParams} params - The parameters for this event
284
+ * @property {string} actionName - Add / Delete / Rename
285
+ * @property {string} artifactId - Artifact that owns the component
286
+ * @property {string} cairoVersion - Cairo version
287
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
288
+ * @property {string} componentType - Component type
289
+ * @property {GUID} csid - Cairo session ID
290
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
291
+ * @property {boolean} isFromSearch - Is the action made from a list of tags search results?
292
+ * @property {number} numTags - How many tags are in the modal after this action?
293
+ * @property {string} origin - Where did the user make the action from? Tags Modal /
294
+ * @property {string} previousName - (Relevant only for action name=Rename) The tag's name, before the change
295
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
296
+ * @property {string} resource - resource
297
+ * @property {string} tagName - The name of the removed/added tag, or the new tag's name - incase of rename tag
298
+ * @return {LogObject<cairoTagsAddDeleteTagParams>} LogObject<cairoTagsAddDeleteTagParams>
299
+ */
300
+ function cairoTagsAddDeleteTag(params) {
301
+ return { evid: 168, src: 144, endpoint: 'cairo-os', params: params };
302
+ }
303
+ exports.cairoTagsAddDeleteTag = cairoTagsAddDeleteTag;
304
+ /**
305
+ * A function to create a log object for the 'cairoExportProcessStart' event (evid: 128)
306
+ *
307
+ * Event description: Sent when the export process begins
308
+ *
309
+ * @param {cairoExportProcessStartParams} params - The parameters for this event
310
+ * @property {string} artifactId - Artifact that owns the component
311
+ * @property {string} cairoVersion
312
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
313
+ * @property {string} componentType - Table
314
+ * @property {GUID} csid
315
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
316
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
317
+ * @property {number} numItems - How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
318
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
319
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
320
+ * @property {string} selectedExportType - What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
321
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
322
+ * @property {number} try - Which try is this; if try > 1, this is a retry
323
+ * @return {LogObject<cairoExportProcessStartParams>} LogObject<cairoExportProcessStartParams>
324
+ */
325
+ function cairoExportProcessStart(params) {
326
+ return { evid: 128, src: 144, endpoint: 'cairo-os', params: params };
327
+ }
328
+ exports.cairoExportProcessStart = cairoExportProcessStart;
329
+ /**
330
+ * A function to create a log object for the 'cairoExportFailedModalCtaClicked' event (evid: 135)
331
+ *
332
+ * Event description: Sent when the user clicks a CTA in the "Export Failed" modal
333
+ *
334
+ * @param {cairoExportFailedModalCtaClickedParams} params - The parameters for this event
335
+ * @property {string} artifactId - Artifact that owns the component
336
+ * @property {string} cairoVersion
337
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
338
+ * @property {string} componentType - Table
339
+ * @property {GUID} csid
340
+ * @property {string} ctaName - Which CTA did the user click in the Export Failed modal: "Cancel"/"X Button" (export is cancelled) OR "Try Again" (export process restarts) OR "learn more" (user is led to contact support)
341
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
342
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
343
+ * @property {number} numItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
344
+ * @property {number} numItemsExported - How many items were exported before the export failed.
345
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
346
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
347
+ * @property {string} selectedExportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
348
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
349
+ * @property {number} try - Which try is this; if try > 1, this is a retry
350
+ * @return {LogObject<cairoExportFailedModalCtaClickedParams>} LogObject<cairoExportFailedModalCtaClickedParams>
351
+ */
352
+ function cairoExportFailedModalCtaClicked(params) {
353
+ return { evid: 135, src: 144, endpoint: 'cairo-os', params: params };
354
+ }
355
+ exports.cairoExportFailedModalCtaClicked = cairoExportFailedModalCtaClicked;
356
+ /**
357
+ * A function to create a log object for the 'cairoSearchViewInViews' event (evid: 151)
358
+ *
359
+ * Event description: Sent when the search results are displayed, after a user searches for a view in a Cairo views list. Relevant components: Table, Cards.
360
+ *
361
+ * @param {cairoSearchViewInViewsParams} params - The parameters for this event
362
+ * @property {string} artifactId - Artifact that owns the component
363
+ * @property {string} cairoVersion - Cairo version
364
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
365
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
366
+ * @property {GUID} csid
367
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
368
+ * @property {string} endType - How did the search action end? "View selected"- the user chose one of the search results, "Search dismissed"- the user cancel the search by any other action. When the "end Type" is "view selected" but "search term" is null= then the user typed and searched, deleted his term and then manually selected a view from his views (not from search results).
369
+ * @property {number} numCategoriesInResults - Out of searchResultsCnt - how many results are from type of "categories"?
370
+ * @property {number} numViews - The distinct views IDs the users has when he searches a view
371
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
372
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
373
+ * @property {number} searchResultsCnt - How many results appeared for the search query. numSearchReults = 0 --> user saw empty state. This count includes "views" and "categories" results.
374
+ * @property {string} searchTerm - What did the user search? "" if removed search term.
375
+ * @return {LogObject<cairoSearchViewInViewsParams>} LogObject<cairoSearchViewInViewsParams>
376
+ */
377
+ function cairoSearchViewInViews(params) {
378
+ return { evid: 151, src: 144, endpoint: 'cairo-os', params: params };
379
+ }
380
+ exports.cairoSearchViewInViews = cairoSearchViewInViews;
381
+ /**
382
+ * A function to create a log object for the 'pickerStartLoad' event (evid: 101)
383
+ *
384
+ * Event description: Cairo picker starts loading
385
+ *
386
+ * @param {pickerStartLoadParams} params - The parameters for this event
387
+ * @property {string} artifactId - Artifact that owns the component
388
+ * @property {string} cairoVersion
389
+ * @property {string} componentName - Optional in case having 2 pickers under the same artifact
390
+ * @property {string} componentType
391
+ * @property {GUID} csid
392
+ * @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
393
+ * @property {number} filteredListSize - How many items are to presented (filtered)
394
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
395
+ * @property {number} listSize - How many items exist (full list)
396
+ * @property {number} maxItems - Max items to select in picker
397
+ * @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
398
+ * @property {string} resource - Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
399
+ * @property {string} type - standalone/modal
400
+ * @return {LogObject<pickerStartLoadParams>} LogObject<pickerStartLoadParams>
401
+ */
402
+ function pickerStartLoad(params) {
403
+ return { evid: 101, src: 144, endpoint: 'cairo-os', params: params };
404
+ }
405
+ exports.pickerStartLoad = pickerStartLoad;
406
+ /**
407
+ * A function to create a log object for the 'loadStart' event (evid: 110)
408
+ *
409
+ * Event description: Sent when a Cairo component starts loading. Relevant components: Picker Standalone, Picker Modal, Table, Cards.
410
+ *
411
+ * @param {loadStartParams} params - The parameters for this event
412
+ * @property {string} additionalFeaturesAvailability - Json field :({featureName: boolean}) (new from 06/2023), for features that don't suppose to impact performance
413
+ * @property {string} artifactId - Artifact that owns the component
414
+ * @property {string} cairoVersion - cairo version
415
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
416
+ * @property {string} componentType - Picker Standalone/Picker Modal/Picker Dropdown Table/Cards
417
+ * @property {GUID} csid
418
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
419
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
420
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
421
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
422
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
423
+ * @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
424
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
425
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
426
+ * @property {Url} url - The page's url (new from 03/2023)
427
+ * @return {LogObject<loadStartParams>} LogObject<loadStartParams>
428
+ */
429
+ function loadStart(params) {
430
+ return { evid: 110, src: 144, endpoint: 'cairo-os', params: params };
431
+ }
432
+ exports.loadStart = loadStart;
433
+ /**
434
+ * A function to create a log object for the 'pikachuItemCategorySelected' event (evid: 109)
435
+ *
436
+ * Event description: Sent when user selects a category from the Pikachu category menu (e.g. Coupons/Services/Products)
437
+ *
438
+ * @param {pikachuItemCategorySelectedParams} params - The parameters for this event
439
+ * @property {string} artifactId - Artifact that owns the component
440
+ * @property {string} cairoVersion
441
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
442
+ * @property {string} componentType
443
+ * @property {GUID} csid
444
+ * @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
445
+ * @property {string} itemCategory - Which type of item would we like to pick: 'Collection'/'Product'/'Service'/'Coupon'/'Standalone form'/'Invoice'/'Price quote'
446
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
447
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
448
+ * @return {LogObject<pikachuItemCategorySelectedParams>} LogObject<pikachuItemCategorySelectedParams>
449
+ */
450
+ function pikachuItemCategorySelected(params) {
451
+ return { evid: 109, src: 144, endpoint: 'cairo-os', params: params };
452
+ }
453
+ exports.pikachuItemCategorySelected = pikachuItemCategorySelected;
454
+ /**
455
+ * A function to create a log object for the 'cairoExportCtaClicked' event (evid: 125)
456
+ *
457
+ * Event description: Sent when a user clicks the "Export" CTA in a Cairo component
458
+ *
459
+ * @param {cairoExportCtaClickedParams} params - The parameters for this event
460
+ * @property {string} artifactId - Artifact that owns the component
461
+ * @property {string} availableExportTypes - A list of all of the available export types, along with the number of items that would be exported using each of the options. E.g. {"All Items": 100, "Filtered Items": 80, "Selected Items": 10}
462
+ * @property {string} cairoVersion
463
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
464
+ * @property {string} componentType - Table
465
+ * @property {GUID} csid
466
+ * @property {string} defaultExportType - What type of export is automatically selected when the user clicks the export CTA: "All Items"/"Filtered Items"/"Selected Items"
467
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
468
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
469
+ * @property {number} filteredListSize - How many items are currently presented to user (filtered)
470
+ * @property {number} numSelectedItems - How many items does the user wish to export
471
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
472
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
473
+ * @return {LogObject<cairoExportCtaClickedParams>} LogObject<cairoExportCtaClickedParams>
474
+ */
475
+ function cairoExportCtaClicked(params) {
476
+ return { evid: 125, src: 144, endpoint: 'cairo-os', params: params };
477
+ }
478
+ exports.cairoExportCtaClicked = cairoExportCtaClicked;
479
+ /**
480
+ * A function to create a log object for the 'cairoCancelExportModalCtaClicked' event (evid: 130)
481
+ *
482
+ * Event description: Sent when the user clicks any of the CTAs in the "Cancel the export?" modal
483
+ *
484
+ * @param {cairoCancelExportModalCtaClickedParams} params - The parameters for this event
485
+ * @property {string} artifactId - Artifact that owns the component
486
+ * @property {string} cairoVersion
487
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
488
+ * @property {string} componentType - Table
489
+ * @property {GUID} csid
490
+ * @property {string} ctaName - Which CTA did the user click in the Cancel Export modal: "Cancel Export"/"Go Back"/"X Button" (modalType = "Export") OR "Cancel"/"Leave" (modalType = "Browser")
491
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
492
+ * @property {number} duration - How much time (in ms) did it take since the export process began
493
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
494
+ * @property {string} modalType - Did the user try to close the tab ("Browser") or cancel the export ("Export")
495
+ * @property {number} numItems - How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
496
+ * @property {number} numItemsExported - How many items were exported before the user tried to cancel the export
497
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
498
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
499
+ * @property {string} selectedExportType - What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
500
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
501
+ * @property {number} try - Which try is this; if try > 1, this is a retry
502
+ * @return {LogObject<cairoCancelExportModalCtaClickedParams>} LogObject<cairoCancelExportModalCtaClickedParams>
503
+ */
504
+ function cairoCancelExportModalCtaClicked(params) {
505
+ return { evid: 130, src: 144, endpoint: 'cairo-os', params: params };
506
+ }
507
+ exports.cairoCancelExportModalCtaClicked = cairoCancelExportModalCtaClicked;
508
+ /**
509
+ * A function to create a log object for the 'cairoPageDiscardChangesBeforeSave' event (evid: 174)
510
+ *
511
+ * Event description: Sent when a user chose to discard his changes in a Cairo's page. (by clicking on cancel / navigate to another page / click on the back button / click on the breadcrumb button)
512
+ *
513
+ * @param {cairoPageDiscardChangesBeforeSaveParams} params - The parameters for this event
514
+ * @property {string} artifactId - Artifact that owns the component
515
+ * @property {string} cairoVersion - Cairo version
516
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
517
+ * @property {string} componentType - Table/Cards / Picker
518
+ * @property {GUID} csid - Cairo session ID
519
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
520
+ * @property {number} numOfActions - Number of changed fields that their changes can be lost
521
+ * @property {number} numOfFields - How many fields are there that can be change in this page?
522
+ * @property {string} origin - Cancel CTA / Breadcrumbs / Back button / Navigation
523
+ * @property {string} pageType - Entity /
524
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
525
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
526
+ * @return {LogObject<cairoPageDiscardChangesBeforeSaveParams>} LogObject<cairoPageDiscardChangesBeforeSaveParams>
527
+ */
528
+ function cairoPageDiscardChangesBeforeSave(params) {
529
+ return { evid: 174, src: 144, endpoint: 'cairo-os', params: params };
530
+ }
531
+ exports.cairoPageDiscardChangesBeforeSave = cairoPageDiscardChangesBeforeSave;
532
+ /**
533
+ * A function to create a log object for the 'cairoFileDownloadToastDownloadButtonClicked' event (evid: 134)
534
+ *
535
+ * Event description: Sent when the user clicks the "Download Manually" button in the toast that is displayed after the export process is complete
536
+ *
537
+ * @param {cairoFileDownloadToastDownloadButtonClickedParams} params - The parameters for this event
538
+ * @property {string} artifactId - Artifact that owns the component
539
+ * @property {string} cairoVersion
540
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
541
+ * @property {string} componentType - Table
542
+ * @property {GUID} csid
543
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
544
+ * @property {number} duration - How much time (in ms) was the notification displayed before the button was clicked
545
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
546
+ * @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
547
+ * @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
548
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
549
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
550
+ * @return {LogObject<cairoFileDownloadToastDownloadButtonClickedParams>} LogObject<cairoFileDownloadToastDownloadButtonClickedParams>
551
+ */
552
+ function cairoFileDownloadToastDownloadButtonClicked(params) {
553
+ return { evid: 134, src: 144, endpoint: 'cairo-os', params: params };
554
+ }
555
+ exports.cairoFileDownloadToastDownloadButtonClicked = cairoFileDownloadToastDownloadButtonClicked;
556
+ /**
557
+ * A function to create a log object for the 'cairoTabSelected' event (evid: 121)
558
+ *
559
+ * Event description: Sent when a user selects a tab in a Cairo component. Relevant components: Table, Cards.
560
+ *
561
+ * @param {cairoTabSelectedParams} params - The parameters for this event
562
+ * @property {string} artifactId - Artifact that owns the component
563
+ * @property {string} cairoVersion
564
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
565
+ * @property {string} componentType - Table/Cards
566
+ * @property {GUID} csid
567
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
568
+ * @property {number} filteredListSize - How many items are currently presented to user, after new tab selection
569
+ * @property {boolean} hasAllTab - TRUE if "All" tab is displayed for this component; FALSE otherwise
570
+ * @property {string} newTabId - Name of the newly selected tab
571
+ * @property {number} newTabIndex - Index of the newly selected tab. 1 <= newTabIndex <= numTabs.
572
+ * @property {number} numTabs - How many tabs are dispalyed to the user
573
+ * @property {string} prevTabId - (Optional) Name of the previous tab that the user had selected. null if no tab was selected.
574
+ * @property {number} prevTabIndex - (Optional) Index of the previous tab that the user had selected. 1 <= prevTabIndex <= numTabs; null if no tab was selected.
575
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
576
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
577
+ * @return {LogObject<cairoTabSelectedParams>} LogObject<cairoTabSelectedParams>
578
+ */
579
+ function cairoTabSelected(params) {
580
+ return { evid: 121, src: 144, endpoint: 'cairo-os', params: params };
581
+ }
582
+ exports.cairoTabSelected = cairoTabSelected;
583
+ /**
584
+ * A function to create a log object for the 'cairoViewsUnsuccessfulUpdateInServer' event (evid: 145)
585
+ *
586
+ * Event description: Sent when a user made an action on a view, but his changes weren't update in the server from different reasons
587
+ *
588
+ * @param {cairoViewsUnsuccessfulUpdateInServerParams} params - The parameters for this event
589
+ * @property {string} actionName - "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
590
+ * @property {string} artifactId - Artifact that owns the component
591
+ * @property {string} cairoVersion - cairo version
592
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
593
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
594
+ * @property {GUID} csid
595
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards. For now, it can only be a "category filter" that is displayed in this event. (relate to ticket 525+521).
596
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
597
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
598
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
599
+ * @property {string} errorType - What is the type of the error? "Update failed" = updates has failed in the server, "Window closed" = the user clicked the X button to close the window before the server finished the update, "Left page"= the user try navigate to another page before the server finished the update
600
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
601
+ * @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
602
+ * @property {string} filtersApplied - A list of filters that were displayed to user when he made the failed action: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
603
+ * @property {boolean} isFromSearch - Was the failed action made on a search results?
604
+ * @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
605
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
606
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
607
+ * @property {string} searchQuery - (not relevant for now) What did the user search? isFromSearch = FALSE --> searchQuery = null .
608
+ * @property {number} timeFromEndAction - duration in ms from the end of the failed action until the error indication
609
+ * @property {string} viewId - Which view was the failed action made on. Relevant for Table and Cards.
610
+ * @return {LogObject<cairoViewsUnsuccessfulUpdateInServerParams>} LogObject<cairoViewsUnsuccessfulUpdateInServerParams>
611
+ */
612
+ function cairoViewsUnsuccessfulUpdateInServer(params) {
613
+ return { evid: 145, src: 144, endpoint: 'cairo-os', params: params };
614
+ }
615
+ exports.cairoViewsUnsuccessfulUpdateInServer = cairoViewsUnsuccessfulUpdateInServer;
616
+ /**
617
+ * A function to create a log object for the 'cairoModalCtaClicked' event (evid: 162)
618
+ *
619
+ * Event description: Sent when a user clicks on a CTA in an an opened modal
620
+ *
621
+ * @param {cairoModalCtaClickedParams} params - The parameters for this event
622
+ * @property {string} artifactId - Artifact that owns the component
623
+ * @property {string} cairoVersion - cairo version
624
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
625
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
626
+ * @property {GUID} csid - Cairo session id
627
+ * @property {string} ctaName - The CTA name the user chose to do in the modal (for example: save, cancel, archive etc.). English only, not localized
628
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
629
+ * @property {string} localizedCtaName - The CTA name, localized
630
+ * @property {string} modalName - The modal's title (Archive custom field, etc.)
631
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
632
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
633
+ * @return {LogObject<cairoModalCtaClickedParams>} LogObject<cairoModalCtaClickedParams>
634
+ */
635
+ function cairoModalCtaClicked(params) {
636
+ return { evid: 162, src: 144, endpoint: 'cairo-os', params: params };
637
+ }
638
+ exports.cairoModalCtaClicked = cairoModalCtaClicked;
639
+ /**
640
+ * A function to create a log object for the 'cairoAllFiltersCleared' event (evid: 118)
641
+ *
642
+ * Event description: Sent when a user clears all of the filters used in a Cairo component. Relevant components: Table, Cards.
643
+ *
644
+ * @param {cairoAllFiltersClearedParams} params - The parameters for this event
645
+ * @property {string} artifactId - Artifact that owns the component
646
+ * @property {string} cairoVersion
647
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
648
+ * @property {string} componentType - Table/Cards
649
+ * @property {GUID} csid
650
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
651
+ * @property {string} filterNames - Comma separated list of filter names that have been cleared
652
+ * @property {number} filteredListSize - How many items were presented to user, before all of the filters were cleared
653
+ * @property {number} numFiltersCleared - How many filters have been cleared
654
+ * @property {string} origin - "sidebar"/"toolbar"
655
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
656
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
657
+ * @return {LogObject<cairoAllFiltersClearedParams>} LogObject<cairoAllFiltersClearedParams>
658
+ */
659
+ function cairoAllFiltersCleared(params) {
660
+ return { evid: 118, src: 144, endpoint: 'cairo-os', params: params };
661
+ }
662
+ exports.cairoAllFiltersCleared = cairoAllFiltersCleared;
663
+ /**
664
+ * A function to create a log object for the 'cairoCtaClicked' event (evid: 115)
665
+ *
666
+ * Event description: Sent when a user clicks a CTA ('save', 'add', 'delete', 'continue', etc.) in a Cairo component. Relevant components: Picker Standalone, Picker Modal, Table, Cards.
667
+ *
668
+ * @param {cairoCtaClickedParams} params - The parameters for this event
669
+ * @property {string} artifactId - Artifact that owns the component
670
+ * @property {string} cairoVersion
671
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
672
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
673
+ * @property {GUID} csid - cairo sessionId
674
+ * @property {number} ctaIndex - 1 <= ctaIndex <= numCtas -- the number of the CTA out of all CTAs in the specific location
675
+ * @property {string} ctaName - "Continue"/"Delete"/"Save"/"Accept"/"Edit"... (in English, not localized)
676
+ * @property {number} currentLevel - What is the hierarchy level (or step) of the selected item? (out of numLevels)
677
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
678
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
679
+ * @property {boolean} isSelectAll - Are all items in the list selected. numItems = filteredListSize ==> isSelectAll = TRUE
680
+ * @property {string} itemId - ID of the item that the user clicked on its CTA
681
+ * @property {number} itemIndex - Out of the list of items, what is the index of the clicked item . ** filteredListSize = X --> (1 <= itemIndex <= X)
682
+ * @property {string} localizedCtaName - The CTA name, localized
683
+ * @property {string} location - CTA location: multi bulk action toolbar, bulk action toolbar, action cell, Customize columns action cell
684
+ * @property {number} maxItems - (Optional) Max number of items that can be selected. null if there's no limit.
685
+ * @property {number} moreActionsIndex - (Optional) If the CTA is part of a "more actions" dropdown, its index in the dropdown; otherwise, null
686
+ * @property {number} numCtas - How many CTAs are available in the current location
687
+ * @property {number} numItems - How many items have been selected
688
+ * @property {number} numLevels - How many levels (or steps) exist in the selected item's hierarchy?
689
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
690
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
691
+ * @property {number} timeFromAction - The time from user CTA click until he gets feedback , in ms (new from Dec 2022)
692
+ * @return {LogObject<cairoCtaClickedParams>} LogObject<cairoCtaClickedParams>
693
+ */
694
+ function cairoCtaClicked(params) {
695
+ return { evid: 115, src: 144, endpoint: 'cairo-os', params: params };
696
+ }
697
+ exports.cairoCtaClicked = cairoCtaClicked;
698
+ /**
699
+ * A function to create a log object for the 'cairoChangesBeforeApply' event (evid: 160)
700
+ *
701
+ * Event description: Sent when a user changes his choices before he clicks on the apply button in a Cairo component. Relevant components: Table, with apply behavior in the filters panel, or with custom fields option.
702
+ *
703
+ * @param {cairoChangesBeforeApplyParams} params - The parameters for this event
704
+ * @property {string} artifactId - Artifact that owns the component
705
+ * @property {string} cairoVersion - Cairo version
706
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
707
+ * @property {string} componentType - Table/Cards / Picker (from 12/2022)
708
+ * @property {GUID} csid - Cairo session ID
709
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
710
+ * @property {string} feature - Filters / Add Custom Field / Edit Custom Field
711
+ * @property {string} fieldName - The field that the user chose to change (not necessary to save) (Null if the user clicked on "clear")
712
+ * @property {string} fieldValue - The chosen value of the field (Null if the user clicked on "clear")
713
+ * @property {boolean} isClearButton - True if the user clicked on the clear button, False otherwise .
714
+ * @property {number} numActiveFields - (relevant only when click on "clear") How many fields were active when the user clicked on the clear button? (fields that their value were not NULL)
715
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
716
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
717
+ * @return {LogObject<cairoChangesBeforeApplyParams>} LogObject<cairoChangesBeforeApplyParams>
718
+ */
719
+ function cairoChangesBeforeApply(params) {
720
+ return { evid: 160, src: 144, endpoint: 'cairo-os', params: params };
721
+ }
722
+ exports.cairoChangesBeforeApply = cairoChangesBeforeApply;
723
+ /**
724
+ * A function to create a log object for the 'cairoTagsWidgetClickOnCta' event (evid: 172)
725
+ *
726
+ * Event description: Send when a user click on the widget's ctas (not including assigning tag). Relevant for Verticals who allow use tags in their tables.
727
+ *
728
+ * @param {cairoTagsWidgetClickOnCtaParams} params - The parameters for this event
729
+ * @property {string} actionName - Assign tags / Create tags / Manage tags
730
+ * @property {string} artifactId - Artifact that owns the component
731
+ * @property {string} cairoVersion - Cairo version
732
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
733
+ * @property {string} componentType - Component type
734
+ * @property {GUID} csid - Cairo session ID
735
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
736
+ * @property {string} itemId - The entity ID
737
+ * @property {number} numTags - How many tags are existing? will get 0 if the user didn't create any tag and an empty state will be opened
738
+ * @property {number} numTagsAssigned - How many tags are already assigned to that item?
739
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
740
+ * @property {string} resource - resource
741
+ * @return {LogObject<cairoTagsWidgetClickOnCtaParams>} LogObject<cairoTagsWidgetClickOnCtaParams>
742
+ */
743
+ function cairoTagsWidgetClickOnCta(params) {
744
+ return { evid: 172, src: 144, endpoint: 'cairo-os', params: params };
745
+ }
746
+ exports.cairoTagsWidgetClickOnCta = cairoTagsWidgetClickOnCta;
747
+ /**
748
+ * A function to create a log object for the 'cairoDataExtensionUnsuccessfulUpdateInServer' event (evid: 163)
749
+ *
750
+ * Event description: Sent when a user tried to save a custom field but his changes weren't update in the server from different reasons
751
+ *
752
+ * @param {cairoDataExtensionUnsuccessfulUpdateInServerParams} params - The parameters for this event
753
+ * @property {string} actionName - The action the user tried to do: Add/ Edit etc. (in English, not localized)
754
+ * @property {string} artifactId - Artifact that owns the component
755
+ * @property {string} cairoVersion - cairo version
756
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
757
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
758
+ * @property {GUID} csid - Cairo session id
759
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
760
+ * @property {string} errorType - What is the type of the error? Technical issue / Network error / 10k Limitation
761
+ * @property {string} fieldName - The name the user typed
762
+ * @property {string} fieldType - What type is the added field? Long text / Date / Number etc.
763
+ * @property {string} key - The key value
764
+ * @property {string} origin - Where did the user click on "add custom field" from? Custom columns panel / Entity page
765
+ * @property {string} permissions - Json field: {"Installed apps": "Value", "Site visitors": "Value"}. The value can be: Null (the user didn't chose anything), Read, Write, Read and Write.
766
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
767
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
768
+ * @return {LogObject<cairoDataExtensionUnsuccessfulUpdateInServerParams>} LogObject<cairoDataExtensionUnsuccessfulUpdateInServerParams>
769
+ */
770
+ function cairoDataExtensionUnsuccessfulUpdateInServer(params) {
771
+ return { evid: 163, src: 144, endpoint: 'cairo-os', params: params };
772
+ }
773
+ exports.cairoDataExtensionUnsuccessfulUpdateInServer = cairoDataExtensionUnsuccessfulUpdateInServer;
774
+ /**
775
+ * A function to create a log object for the 'cairoErrorInLoadingAComponent' event (evid: 164)
776
+ *
777
+ * Event description: Sent when a an error in Cairo component loading process happen . Relevant components: Picker Standalone, Picker Modal, Table, Cards.
778
+ *
779
+ * @param {cairoErrorInLoadingAComponentParams} params - The parameters for this event
780
+ * @property {string} artifactId - Artifact that owns the component
781
+ * @property {string} cairoVersion - cairo version
782
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
783
+ * @property {string} componentType - Picker Standalone/Picker Modal/Picker Dropdown Table/Cards
784
+ * @property {GUID} csid - Cairo session id
785
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
786
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
787
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
788
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
789
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
790
+ * @property {string} errorType - Error type (if known): LoadCustomFieldsWidgetLazyContentFailed /
791
+ * InitCustomFieldsDataExtensionFailed /
792
+ * InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
793
+ * @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
794
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
795
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
796
+ * @property {Url} url - The page's url
797
+ * @return {LogObject<cairoErrorInLoadingAComponentParams>} LogObject<cairoErrorInLoadingAComponentParams>
798
+ */
799
+ function cairoErrorInLoadingAComponent(params) {
800
+ return { evid: 164, src: 144, endpoint: 'cairo-os', params: params };
801
+ }
802
+ exports.cairoErrorInLoadingAComponent = cairoErrorInLoadingAComponent;
803
+ /**
804
+ * A function to create a log object for the 'cairoReloadErrorState' event (evid: 176)
805
+ *
806
+ * Event description: Sent when a an error in Cairo component loading process happened and the user reload the state
807
+ *
808
+ * @param {cairoReloadErrorStateParams} params - The parameters for this event
809
+ * @property {string} artifactId - Artifact that owns the component
810
+ * @property {string} cairoVersion - cairo version
811
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
812
+ * @property {string} componentType - Picker Standalone/Picker Modal/Picker Dropdown Table/Cards
813
+ * @property {GUID} csid - Cairo session id
814
+ * @property {string} cta - cta
815
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
816
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
817
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
818
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
819
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
820
+ * @property {string} errorType - Error type (if known): LoadCustomFieldsWidgetLazyContentFailed /
821
+ * InitCustomFieldsDataExtensionFailed /
822
+ * InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
823
+ * @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
824
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
825
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
826
+ * @property {Url} url - The page's url
827
+ * @return {LogObject<cairoReloadErrorStateParams>} LogObject<cairoReloadErrorStateParams>
828
+ */
829
+ function cairoReloadErrorState(params) {
830
+ return { evid: 176, src: 144, endpoint: 'cairo-os', params: params };
831
+ }
832
+ exports.cairoReloadErrorState = cairoReloadErrorState;
833
+ /**
834
+ * A function to create a log object for the 'newItemCreationEnd' event (evid: 107)
835
+ *
836
+ * Event description: Sent when the "create new" process ends (and the result is shown to the user)
837
+ *
838
+ * @param {newItemCreationEndParams} params - The parameters for this event
839
+ * @property {string} artifactId - Artifact that owns the component
840
+ * @property {string} cairoVersion
841
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
842
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
843
+ * @property {GUID} csid
844
+ * @property {string} currentFilters - filters
845
+ * @property {string} currentSortOrder - sort order
846
+ * @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
847
+ * @property {number} filteredListSize - How many items are currently presented to user (filtered)
848
+ * @property {string} itemId - resultType= "success" --> itemId = ID of newly created item; resultType = "dismissed" --> itemId = null
849
+ * @property {number} listSize - How many items exist, after item creation (full list, unfiltered)
850
+ * @property {number} maxItems - Max number of items that can be selected
851
+ * @property {number} numColumns - columns
852
+ * @property {number} numFiltersActive - filters
853
+ * @property {number} numSelectedItems - How many items have been selected before trying to create a new one. 0 <= numItems < maxItems
854
+ * @property {number} numSortedColumns - sort
855
+ * @property {string} origin - "Add New" click source: "Main CTA" / "Card CTA"
856
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
857
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
858
+ * @property {string} resultType - "success"/"dismissed"
859
+ * @property {string} type - standalone/modal
860
+ * @property {string} visibleColumnsOrder - visible columns order
861
+ * @return {LogObject<newItemCreationEndParams>} LogObject<newItemCreationEndParams>
862
+ */
863
+ function newItemCreationEnd(params) {
864
+ return { evid: 107, src: 144, endpoint: 'cairo-os', params: params };
865
+ }
866
+ exports.newItemCreationEnd = newItemCreationEnd;
867
+ /**
868
+ * A function to create a log object for the 'cairoTagsWidgetLoaded' event (evid: 171)
869
+ *
870
+ * Event description: Send when a Tags' widget is loaded. Relevant for Verticals who allow use tags in their tables.
871
+ *
872
+ * @param {cairoTagsWidgetLoadedParams} params - The parameters for this event
873
+ * @property {string} artifactId - Artifact that owns the component
874
+ * @property {string} cairoVersion - Cairo version
875
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
876
+ * @property {string} componentType - Component type
877
+ * @property {GUID} csid - Cairo session ID
878
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
879
+ * @property {string} itemId - The entity ID (that the widget was loaded in its page)
880
+ * @property {number} numTags - How many tags are existing? will get 0 if the user didn't create any tag and an empty state will be opened
881
+ * @property {number} numTagsAssigned - How many tags are assigned to that entity when the widget is loaded?
882
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
883
+ * @property {string} resource - resource
884
+ * @return {LogObject<cairoTagsWidgetLoadedParams>} LogObject<cairoTagsWidgetLoadedParams>
885
+ */
886
+ function cairoTagsWidgetLoaded(params) {
887
+ return { evid: 171, src: 144, endpoint: 'cairo-os', params: params };
888
+ }
889
+ exports.cairoTagsWidgetLoaded = cairoTagsWidgetLoaded;
890
+ /**
891
+ * A function to create a log object for the 'cairoTableTopNotificationDismissed' event (evid: 137)
892
+ *
893
+ * Event description: Sent when the notification at the top of the table is dismissed, either manually or automatically
894
+ *
895
+ * @param {cairoTableTopNotificationDismissedParams} params - The parameters for this event
896
+ * @property {string} artifactId - Artifact that owns the component
897
+ * @property {string} cairoVersion
898
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
899
+ * @property {string} componentType - Table
900
+ * @property {GUID} csid
901
+ * @property {string} dismissMode - Did the user click the X button ("manual") or was the notification automatically dismissed ("automatic")
902
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
903
+ * @property {number} duration - How much time (in ms) was the notification displayed before it was dismissed
904
+ * @property {number} filteredListSize - How many items are currently presented to user (full list, filtered)
905
+ * @property {string} notificationText - What is displayed to the user, localized
906
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
907
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
908
+ * @return {LogObject<cairoTableTopNotificationDismissedParams>} LogObject<cairoTableTopNotificationDismissedParams>
909
+ */
910
+ function cairoTableTopNotificationDismissed(params) {
911
+ return { evid: 137, src: 144, endpoint: 'cairo-os', params: params };
912
+ }
913
+ exports.cairoTableTopNotificationDismissed = cairoTableTopNotificationDismissed;
914
+ /**
915
+ * A function to create a log object for the 'cairoSectionCtaClicked' event (evid: 153)
916
+ *
917
+ * Event description: Send when a user click on a section CTA (show more / show less etc.)
918
+ *
919
+ * @param {cairoSectionCtaClickedParams} params - The parameters for this event
920
+ * @property {string} artifactId - Artifact that owns the component
921
+ * @property {string} cairoVersion - Cairo version
922
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
923
+ * @property {string} componentType - Section name (Folders)
924
+ * @property {GUID} csid
925
+ * @property {string} ctaId - CTA ID
926
+ * @property {string} ctaName - cta key (show more / show less etc.)
927
+ * @property {string} ctaType - Main / Secondary / More actions
928
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
929
+ * @property {string} localizedCtaName - The CTA name, localized
930
+ * @property {string} loaction - CTA location: Section Toolbar, Collection Toolbar
931
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
932
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
933
+ * @property {string} sectionType - For example: Folders, Table/Grid switch etc.
934
+ * @return {LogObject<cairoSectionCtaClickedParams>} LogObject<cairoSectionCtaClickedParams>
935
+ */
936
+ function cairoSectionCtaClicked(params) {
937
+ return { evid: 153, src: 144, endpoint: 'cairo-os', params: params };
938
+ }
939
+ exports.cairoSectionCtaClicked = cairoSectionCtaClicked;
940
+ /**
941
+ * A function to create a log object for the 'cairoFileDownloadToastDisplayed' event (evid: 132)
942
+ *
943
+ * Event description: Sent when the export ends successfully and the user is prompted that the file is being downloaded
944
+ *
945
+ * @param {cairoFileDownloadToastDisplayedParams} params - The parameters for this event
946
+ * @property {string} artifactId - Artifact that owns the component
947
+ * @property {string} cairoVersion
948
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
949
+ * @property {string} componentType - Table
950
+ * @property {GUID} csid
951
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
952
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
953
+ * @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
954
+ * @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
955
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
956
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
957
+ * @property {number} try - Which try is this; if try > 1, this is a retry
958
+ * @return {LogObject<cairoFileDownloadToastDisplayedParams>} LogObject<cairoFileDownloadToastDisplayedParams>
959
+ */
960
+ function cairoFileDownloadToastDisplayed(params) {
961
+ return { evid: 132, src: 144, endpoint: 'cairo-os', params: params };
962
+ }
963
+ exports.cairoFileDownloadToastDisplayed = cairoFileDownloadToastDisplayed;
964
+ /**
965
+ * A function to create a log object for the 'cairoSearchResults' event (evid: 116)
966
+ *
967
+ * Event description: Sent when the search results are displayed, after a user searches for something in a Cairo component. Relevant components: Picker Standalone, Picker Modal, Table, Cards.
968
+ *
969
+ * @param {cairoSearchResultsParams} params - The parameters for this event
970
+ * @property {string} artifactId - Artifact that owns the component
971
+ * @property {string} cairoVersion
972
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
973
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
974
+ * @property {GUID} csid
975
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
976
+ * @property {number} loadingTime - How much time (in ms) did it take to load the results for searchQuery
977
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
978
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
979
+ * @property {number} searchResultsCnt - How many results appeared for the search query. numSearchReults = 0 --> user saw empty state.
980
+ * @property {string} searchTerm - What did the user search? "" if removed search term.
981
+ * @return {LogObject<cairoSearchResultsParams>} LogObject<cairoSearchResultsParams>
982
+ */
983
+ function cairoSearchResults(params) {
984
+ return { evid: 116, src: 144, endpoint: 'cairo-os', params: params };
985
+ }
986
+ exports.cairoSearchResults = cairoSearchResults;
987
+ /**
988
+ * A function to create a log object for the 'cairoTagsModalEndProcess' event (evid: 167)
989
+ *
990
+ * Event description: Send when a user click on button that will close "Tags Modal". Relevant for Verticals who allow use tags in their tables.
991
+ *
992
+ * @param {cairoTagsModalEndProcessParams} params - The parameters for this event
993
+ * @property {string} artifactId - Artifact that owns the component
994
+ * @property {string} cairoVersion - Cairo version
995
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
996
+ * @property {string} componentType - Component type
997
+ * @property {GUID} csid - Cairo session ID
998
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
999
+ * @property {string} endType - Close without changes
1000
+ * @property {number} numTags - How many tags are in the modal?
1001
+ * @property {string} origin - Where did the user open Manage Tags modal from?
1002
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1003
+ * @property {string} resource - resource
1004
+ * @return {LogObject<cairoTagsModalEndProcessParams>} LogObject<cairoTagsModalEndProcessParams>
1005
+ */
1006
+ function cairoTagsModalEndProcess(params) {
1007
+ return { evid: 167, src: 144, endpoint: 'cairo-os', params: params };
1008
+ }
1009
+ exports.cairoTagsModalEndProcess = cairoTagsModalEndProcess;
1010
+ /**
1011
+ * A function to create a log object for the 'cairoManageViewClicked' event (evid: 142)
1012
+ *
1013
+ * Event description: Sent when a user clicks on "Manage View" in a Cairo component. Relevant components: Table, Cards.
1014
+ *
1015
+ * @param {cairoManageViewClickedParams} params - The parameters for this event
1016
+ * @property {string} artifactId - Artifact that owns the component
1017
+ * @property {string} cairoVersion - Cairo version
1018
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1019
+ * @property {string} componentType - Table/Cards
1020
+ * @property {GUID} csid
1021
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
1022
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1023
+ * @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
1024
+ * @property {number} numFiltersInView - How many filters comprise the saved view
1025
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1026
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1027
+ * @return {LogObject<cairoManageViewClickedParams>} LogObject<cairoManageViewClickedParams>
1028
+ */
1029
+ function cairoManageViewClicked(params) {
1030
+ return { evid: 142, src: 144, endpoint: 'cairo-os', params: params };
1031
+ }
1032
+ exports.cairoManageViewClicked = cairoManageViewClicked;
1033
+ /**
1034
+ * A function to create a log object for the 'cairoTagsModalStartLoad' event (evid: 166)
1035
+ *
1036
+ * Event description: Send when a user click on a "Tags Modal". Relevant for Verticals who allow use tags in their tables.
1037
+ *
1038
+ * @param {cairoTagsModalStartLoadParams} params - The parameters for this event
1039
+ * @property {string} artifactId - Artifact that owns the component
1040
+ * @property {string} cairoVersion - Cairo version
1041
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1042
+ * @property {string} componentType - Component type
1043
+ * @property {GUID} csid - Cairo session ID
1044
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1045
+ * @property {number} numTags - How many tags are to be presented?
1046
+ * @property {string} origin - Where did the user open Manage Tags modal from?
1047
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1048
+ * @property {string} resource - resource
1049
+ * @return {LogObject<cairoTagsModalStartLoadParams>} LogObject<cairoTagsModalStartLoadParams>
1050
+ */
1051
+ function cairoTagsModalStartLoad(params) {
1052
+ return { evid: 166, src: 144, endpoint: 'cairo-os', params: params };
1053
+ }
1054
+ exports.cairoTagsModalStartLoad = cairoTagsModalStartLoad;
1055
+ /**
1056
+ * A function to create a log object for the 'cairoSortUnsuccessfulUpdateInServer' event (evid: 148)
1057
+ *
1058
+ * Event description: Sent when a user made a sort action but his changes weren't update in the server from different reasons
1059
+ *
1060
+ * @param {cairoSortUnsuccessfulUpdateInServerParams} params - The parameters for this event
1061
+ * @property {string} actionName - The action the user tried to do on the sorting column: "Add new sort"/"Change sort column"/"Change sort type"/"Remove sort" / "Reorder sort columns".(in English, not localized)
1062
+ * @property {string} artifactId - Artifact that owns the component
1063
+ * @property {string} cairoVersion - cairo version
1064
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1065
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1066
+ * @property {GUID} csid
1067
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards. For now, it can only be a "category filter" that is displayed in this event. (relate to ticket 525+521).
1068
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
1069
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
1070
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1071
+ * @property {string} errorType - What is the type of the error? "Update failed" = updates has failed in the server, "Window closed" = the user clicked the X button to close the window before the server finished the update, "Left page"= the user try navigate to another page before the server finished the update
1072
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
1073
+ * @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
1074
+ * @property {string} filtersApplied - A list of filters that were displayed to user when he made the failed action: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
1075
+ * @property {boolean} isFromSearch - Was the failed action made on a search results?
1076
+ * @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
1077
+ * @property {string} origin - The location thefailed sort action was made from :"SidePanel"/"ColumnHeader"
1078
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1079
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1080
+ * @property {string} searchQuery - (not relevant for now) What did the user search? isFromSearch = FALSE --> searchQuery = null .
1081
+ * @property {string} sortOrderApplied - Which columns were used to sort the list when the user made the failed action: [{"fieldName": "FIELD_NAME", "order": "asc"}
1082
+ * @property {string} sortingColumn - The sorted column that the user attempted to update (but failed).
1083
+ * @property {string} tabShown
1084
+ * @property {number} timeFromEndAction - duration in ms from the end of the failed action until the error indication
1085
+ * @property {string} viewShown
1086
+ * @property {string} visibleColumnsOrder - Which columns are currently comprise the saved view- by the order the user defined
1087
+ * @return {LogObject<cairoSortUnsuccessfulUpdateInServerParams>} LogObject<cairoSortUnsuccessfulUpdateInServerParams>
1088
+ */
1089
+ function cairoSortUnsuccessfulUpdateInServer(params) {
1090
+ return { evid: 148, src: 144, endpoint: 'cairo-os', params: params };
1091
+ }
1092
+ exports.cairoSortUnsuccessfulUpdateInServer = cairoSortUnsuccessfulUpdateInServer;
1093
+ /**
1094
+ * A function to create a log object for the 'cairoItemToggledInExportModal' event (evid: 126)
1095
+ *
1096
+ * Event description: Sent when user changes selection in the Cairo export modal
1097
+ *
1098
+ * @param {cairoItemToggledInExportModalParams} params - The parameters for this event
1099
+ * @property {string} artifactId - Artifact that owns the component
1100
+ * @property {string} availableExportTypes - A list of all of the available export types, along with the number of items that would be exported using each of the options. E.g. {"All Items": 100, "Filtered Items": 80, "Selected Items": 10}
1101
+ * @property {string} cairoVersion
1102
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1103
+ * @property {string} componentType - Table
1104
+ * @property {GUID} csid
1105
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1106
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
1107
+ * @property {number} filteredListSize - How many items are currently presented to user (filtered)
1108
+ * @property {string} newSelectedExportType - What type of export did the user switch to: "All Items"/"Filtered Items"/"Selected Items"
1109
+ * @property {string} prevSelectedExportType - What type of export did the user have selected before swiching to newSelectedExportType: "All Items"/"Filtered Items"/"Selected Items"
1110
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1111
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1112
+ * @return {LogObject<cairoItemToggledInExportModalParams>} LogObject<cairoItemToggledInExportModalParams>
1113
+ */
1114
+ function cairoItemToggledInExportModal(params) {
1115
+ return { evid: 126, src: 144, endpoint: 'cairo-os', params: params };
1116
+ }
1117
+ exports.cairoItemToggledInExportModal = cairoItemToggledInExportModal;
1118
+ /**
1119
+ * A function to create a log object for the 'cairoDragActionUnsuccessfulUpdateInServer' event (evid: 140)
1120
+ *
1121
+ * Event description: Sent when a user finish to drag items but those changes weren't update in the server from different reasons
1122
+ *
1123
+ * @param {cairoDragActionUnsuccessfulUpdateInServerParams} params - The parameters for this event
1124
+ * @property {string} artifactId - Artifact that owns the component
1125
+ * @property {string} cairoVersion - cairo version
1126
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1127
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1128
+ * @property {GUID} csid
1129
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards. For now, it can only be a "category filter" that is displayed in this event. (relate to ticket 525+521).
1130
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1131
+ * @property {GUID} dragAndDropID - A "couple" identifier , match between drag action and its drop action- will get the identifier of the failed action
1132
+ * @property {string} errorType - What is the type of the error? "Update failed" = updates has failed in the server, "Window closed" = the user clicked the X button to close the window before the server finished the update, "Left page"= the user try navigate to another page before the server finished the update, "External logic" = the action was cancelled due to a vertical logic
1133
+ * @property {number} filteredListSize - How many items are to be presented (filtered)?
1134
+ * @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
1135
+ * @property {string} filtersApplied - A list of filters that were displayed to user when he made the failed action: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
1136
+ * @property {string} itemId - ID of the item that the user tries to drag
1137
+ * @property {number} itemIndexAfter - Out of the list of results, what is the new index of the clicked item (after dragging, the new index). ** filteredListSize = X --> (1 <= itemIndexAfter <= X) **when endType <> drop succeeded --> itemIndexAfter = itemIndexBefore
1138
+ * @property {number} itemIndexBefore - Out of the list of results, what was the index of the clicked item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
1139
+ * @property {number} numItemsBefore - How many items have been selected before user clicks item and starts the drag action?
1140
+ * @property {number} numItemsBeforeFailed - How many items have been selected when user made the failed action?
1141
+ * @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
1142
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1143
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1144
+ * @property {string} searchQuery - (not relevant for now) What did the user search? isFromSearch = FALSE --> searchQuery = null .
1145
+ * @property {string} sortOrderApplied - Which columns were used to sort the list when the user made the failed action: [{"fieldName": "FIELD_NAME", "order": "asc"}
1146
+ * @property {string} tabShown - Which tab was displayed to the user when he made the failed action. Relevant for Table and Cards.
1147
+ * @property {number} timeFromEndDrag - duration in ms from the end of the drag action until the error indication
1148
+ * @property {string} viewShown - Which view was displayed to the user when he made the failed action. Relevant for Table and Cards.
1149
+ * @property {boolean} wasFromHandle - Was the failed action made from the handle area?
1150
+ * @return {LogObject<cairoDragActionUnsuccessfulUpdateInServerParams>} LogObject<cairoDragActionUnsuccessfulUpdateInServerParams>
1151
+ */
1152
+ function cairoDragActionUnsuccessfulUpdateInServer(params) {
1153
+ return { evid: 140, src: 144, endpoint: 'cairo-os', params: params };
1154
+ }
1155
+ exports.cairoDragActionUnsuccessfulUpdateInServer = cairoDragActionUnsuccessfulUpdateInServer;
1156
+ /**
1157
+ * A function to create a log object for the 'cairoSearchForTags' event (evid: 170)
1158
+ *
1159
+ * Event description: Sent when the search results are displayed, after a user searches for a tag. Relevant for tables that enabled using tags.
1160
+ *
1161
+ * @param {cairoSearchForTagsParams} params - The parameters for this event
1162
+ * @property {string} artifactId - Artifact that owns the component
1163
+ * @property {string} cairoVersion - Cairo version
1164
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1165
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1166
+ * @property {GUID} csid - Cairo session id
1167
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1168
+ * @property {string} endType - How did the search action end? "Tag selected"- the user chose one of the search results, "Search dismissed"- the user cancel the search by any other action, "Add new tag"- when the searched tag doesn't exist and the user choose to add it as new
1169
+ * @property {string} location - Where did the user search for the tag? Manage tags modal /
1170
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1171
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1172
+ * @property {number} searchResultsCnt - How many results appeared for the search query. numSearchReults = 0 --> user saw the option to add this tag as new
1173
+ * @property {string} searchTerm - What did the user search? "" if removed search term.
1174
+ * @return {LogObject<cairoSearchForTagsParams>} LogObject<cairoSearchForTagsParams>
1175
+ */
1176
+ function cairoSearchForTags(params) {
1177
+ return { evid: 170, src: 144, endpoint: 'cairo-os', params: params };
1178
+ }
1179
+ exports.cairoSearchForTags = cairoSearchForTags;
1180
+ /**
1181
+ * A function to create a log object for the 'cairoManageViewActionSelected' event (evid: 143)
1182
+ *
1183
+ * Event description: Sent when a user selects one of the actions in "manage view" menu.
1184
+ *
1185
+ * @param {cairoManageViewActionSelectedParams} params - The parameters for this event
1186
+ * @property {number} actionIndex - 1 <= actionIndex <= numActions -- the number of the action out of all actions in the menu
1187
+ * @property {string} actionName - "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
1188
+ * @property {string} artifactId - Artifact that owns the component
1189
+ * @property {string} cairoVersion - cairo version
1190
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1191
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1192
+ * @property {GUID} csid
1193
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
1194
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1195
+ * @property {number} numActions - How many actions are existing in the current menu (including disabled actions)?
1196
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1197
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1198
+ * @return {LogObject<cairoManageViewActionSelectedParams>} LogObject<cairoManageViewActionSelectedParams>
1199
+ */
1200
+ function cairoManageViewActionSelected(params) {
1201
+ return { evid: 143, src: 144, endpoint: 'cairo-os', params: params };
1202
+ }
1203
+ exports.cairoManageViewActionSelected = cairoManageViewActionSelected;
1204
+ /**
1205
+ * A function to create a log object for the 'cairoLearnMore' event (evid: 158)
1206
+ *
1207
+ * Event description: Send when a user click on "Learn More" from Cairo component.
1208
+ *
1209
+ * @param {cairoLearnMoreParams} params - The parameters for this event
1210
+ * @property {string} artifactId - Artifact that owns the component
1211
+ * @property {string} cairoVersion - Cairo version
1212
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1213
+ * @property {string} componentType - Section name (Folders)
1214
+ * @property {GUID} csid - Cairo session ID
1215
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1216
+ * @property {string} origin - Where did the user click on "Learn more" from? Add Custom Field Modal/ Edit Custom Field Modal / Table Toolbar
1217
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1218
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1219
+ * @return {LogObject<cairoLearnMoreParams>} LogObject<cairoLearnMoreParams>
1220
+ */
1221
+ function cairoLearnMore(params) {
1222
+ return { evid: 158, src: 144, endpoint: 'cairo-os', params: params };
1223
+ }
1224
+ exports.cairoLearnMore = cairoLearnMore;
1225
+ /**
1226
+ * A function to create a log object for the 'cairoAssignTagsToEntities' event (evid: 175)
1227
+ *
1228
+ * Event description: Assign Tags to entities
1229
+ *
1230
+ * @param {cairoAssignTagsToEntitiesParams} params - The parameters for this event
1231
+ * @property {string} actionName - Assign / Remove
1232
+ * @property {string} artifactId - Artifact that owns the component
1233
+ * @property {string} assignedTags - array of tags that were assigned (empty array if none)
1234
+ * @property {string} cairoVersion - Cairo version
1235
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1236
+ * @property {string} componentType - Component type
1237
+ * @property {GUID} csid - Cairo session ID
1238
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1239
+ * @property {boolean} isFromSearch - Is the action made from a list of tags search results?
1240
+ * @property {string} itemIds - array of items ids that were selected
1241
+ * @property {number} numItems - How many items have been selected?
1242
+ * @property {string} origin - Where did the user make the action from?
1243
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1244
+ * @property {string} resource - resource
1245
+ * @property {string} unAssignedTags - array of tags that were unassigned (empty array if none)
1246
+ * @return {LogObject<cairoAssignTagsToEntitiesParams>} LogObject<cairoAssignTagsToEntitiesParams>
1247
+ */
1248
+ function cairoAssignTagsToEntities(params) {
1249
+ return { evid: 175, src: 144, endpoint: 'cairo-os', params: params };
1250
+ }
1251
+ exports.cairoAssignTagsToEntities = cairoAssignTagsToEntities;
1252
+ /**
1253
+ * A function to create a log object for the 'cairoPageCtaClicked' event (evid: 150)
1254
+ *
1255
+ * Event description: Sent when a user clicks a Page CTA ('add', 'more actions' etc.).
1256
+ *
1257
+ * @param {cairoPageCtaClickedParams} params - The parameters for this event
1258
+ * @property {string} artifactId - Artifact that owns the component
1259
+ * @property {string} cairoVersion - Cairo version
1260
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1261
+ * @property {string} componentType - Page
1262
+ * @property {GUID} csid
1263
+ * @property {string} ctaName - "Add New"/"More Actions"... (in English only, not localized). For section= vertical / Cairo - it will be defined as unique title. For section=TPA: it will be the component_id of the TPA. To get the TPA app_id - use the table mysql.app_service.components- join on table.component_id= event.ctaName
1264
+ * @property {string} ctaType - Main / Secondary / More Actions Dropdown / More Actions Option
1265
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1266
+ * @property {boolean} isValid - (Relevant only for Save CTA) True=if all fields are validated, False= if there are validation errors
1267
+ * @property {string} location - CTA location: TBD
1268
+ * @property {number} moreActionsIndex - (Relevant only for 'More Action Option' CTA) 0 <= moreActionsIndex <= numCtas -- the number of the CTA out of all CTAs in the more action dropdown
1269
+ * @property {number} numCtas - (Relevant only for 'More Action Option' CTA) How many CTAs are available in the more action dropdown?
1270
+ * @property {string} pageType - Collection / Entity
1271
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1272
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1273
+ * @property {string} section - Relevant only for "cta type"="more actions option". Will get one of the values: Vertical / Cairo / TPA
1274
+ * @return {LogObject<cairoPageCtaClickedParams>} LogObject<cairoPageCtaClickedParams>
1275
+ */
1276
+ function cairoPageCtaClicked(params) {
1277
+ return { evid: 150, src: 144, endpoint: 'cairo-os', params: params };
1278
+ }
1279
+ exports.cairoPageCtaClicked = cairoPageCtaClicked;
1280
+ /**
1281
+ * A function to create a log object for the 'cairoTableTopNotificationDisplayed' event (evid: 136)
1282
+ *
1283
+ * Event description: Sent when a notification is displayed, showing a message that appears between the table header and the table rows
1284
+ *
1285
+ * @param {cairoTableTopNotificationDisplayedParams} params - The parameters for this event
1286
+ * @property {string} artifactId - Artifact that owns the component
1287
+ * @property {string} cairoVersion
1288
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1289
+ * @property {string} componentType - Table
1290
+ * @property {GUID} csid
1291
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1292
+ * @property {number} filteredListSize - How many items are currently presented to user (full list, filtered)
1293
+ * @property {string} notificationText - What is displayed to the user, localized
1294
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1295
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1296
+ * @return {LogObject<cairoTableTopNotificationDisplayedParams>} LogObject<cairoTableTopNotificationDisplayedParams>
1297
+ */
1298
+ function cairoTableTopNotificationDisplayed(params) {
1299
+ return { evid: 136, src: 144, endpoint: 'cairo-os', params: params };
1300
+ }
1301
+ exports.cairoTableTopNotificationDisplayed = cairoTableTopNotificationDisplayed;
1302
+ /**
1303
+ * A function to create a log object for the 'cairoTryAgainClicked' event (evid: 141)
1304
+ *
1305
+ * Event description: Sent when a user clicks on a "try again" CTA he gets in an error notification
1306
+ *
1307
+ * @param {cairoTryAgainClickedParams} params - The parameters for this event
1308
+ * @property {string} actionName - the action name that failed and triggered the notification (for example: drag, column reorder etc.)
1309
+ * @property {string} artifactId - Artifact that owns the component
1310
+ * @property {string} cairoVersion - cairo version
1311
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1312
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1313
+ * @property {GUID} csid
1314
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1315
+ * @property {number} filteredListSize - How many items were presented when the user made the failed action (filtered)
1316
+ * @property {boolean} isFromSearch - Did the user made the failed action on a list of search results
1317
+ * @property {string} loaction - Toast / Custom fields widget / View only widget / Component error state
1318
+ * @property {number} numOfWaitingUpdates - (optional) number of updates in the sequence that follow the failed action
1319
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1320
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1321
+ * @return {LogObject<cairoTryAgainClickedParams>} LogObject<cairoTryAgainClickedParams>
1322
+ */
1323
+ function cairoTryAgainClicked(params) {
1324
+ return { evid: 141, src: 144, endpoint: 'cairo-os', params: params };
1325
+ }
1326
+ exports.cairoTryAgainClicked = cairoTryAgainClicked;
1327
+ /**
1328
+ * A function to create a log object for the 'cairoFiltersPanelUsed' event (evid: 119)
1329
+ *
1330
+ * Event description: (This event was changed in 01/2023 from filter panel used to more generic - any feature panel). Sent when a feature sidebar/menu in a Cairo component is opened or closed. Relevant features: Filters, Sort, Views, Costume Columns. Relevant components: Table, Cards.
1331
+ *
1332
+ * @param {cairoFiltersPanelUsedParams} params - The parameters for this event
1333
+ * @property {string} artifactId - Artifact that owns the component
1334
+ * @property {string} cairoVersion
1335
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1336
+ * @property {string} componentType - Table/Cards
1337
+ * @property {GUID} csid
1338
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"} (new field from 01/2023)
1339
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards. (new field from 01/2023)
1340
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1341
+ * @property {string} feature - Filter / Sort / Costume Columns / Manage Views / Manage custom fields (new field from 01/2023)/Tags
1342
+ * @property {boolean} isOpened - TRUE if the user just opened the sidebar; FALSE if closed
1343
+ * @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view, "false" if it's a user view and "null" if the action wasn't made over any view (new field from 01/2023)
1344
+ * @property {number} numColumns - How many columns are shown? (new field from 01/2023)
1345
+ * @property {number} numFiltersActive - The number of active filters when the user opened/closed the panel/menu
1346
+ * @property {number} numFiltersInView - How many filters comprise the saved view (new field from 01/2023)
1347
+ * @property {number} numSortedColumns - How many columns actively sort the data? (new field from 01/2023)
1348
+ * @property {string} origin - From where did the user open/close the panel: Create View, Filter Button, X Button, Sort CTA, Costume Columns CTA, Manage Views, Entity page custom fields, Assign Tags
1349
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1350
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1351
+ * @property {number} timeFromAction - The time from user click on open/close filter panel until he gets feedback and sees the panel opened/closed, in ms (new from Dec 2022, relevant only for filter)
1352
+ * @property {string} visibleColumnsOrder - Which columns are currently shown to the user - by the order the user defined (new field from 01/2023)
1353
+ * @return {LogObject<cairoFiltersPanelUsedParams>} LogObject<cairoFiltersPanelUsedParams>
1354
+ */
1355
+ function cairoFiltersPanelUsed(params) {
1356
+ return { evid: 119, src: 144, endpoint: 'cairo-os', params: params };
1357
+ }
1358
+ exports.cairoFiltersPanelUsed = cairoFiltersPanelUsed;
1359
+ /**
1360
+ * A function to create a log object for the 'cairoDragItem' event (evid: 138)
1361
+ *
1362
+ * Event description: Sent when a user clicks on an item and tries to drag it, in order to sort the items manually
1363
+ *
1364
+ * @param {cairoDragItemParams} params - The parameters for this event
1365
+ * @property {string} artifactId - Artifact that owns the component
1366
+ * @property {string} cairoVersion - cairo version
1367
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1368
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1369
+ * @property {GUID} csid
1370
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards. For now, it can only be a "category filter" that is displayed in this event. (relate to ticket 525+521).
1371
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
1372
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
1373
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
1374
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1375
+ * @property {GUID} dragAndDropID - A "couple" identifier , match between drag action and its drop action
1376
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
1377
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
1378
+ * @property {boolean} isFromHandle - Is the item dragged from the handle area?
1379
+ * @property {boolean} isFromSearch - Did the user try to drag the item from a list of search results (relate to ticket 521).
1380
+ * @property {string} itemId - ID of the item that the user tries to drag.
1381
+ * @property {number} itemIndex - Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndex <= X)
1382
+ * @property {number} numItemsBefore - (relate to ticket 526). How many items have been selected before user clicks item and starts the drag action?
1383
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1384
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1385
+ * @property {string} searchQuery - What did the user search? isFromSearch = FALSE --> searchQuery = null. (relate to ticket 521).
1386
+ * @return {LogObject<cairoDragItemParams>} LogObject<cairoDragItemParams>
1387
+ */
1388
+ function cairoDragItem(params) {
1389
+ return { evid: 138, src: 144, endpoint: 'cairo-os', params: params };
1390
+ }
1391
+ exports.cairoDragItem = cairoDragItem;
1392
+ /**
1393
+ * A function to create a log object for the 'cairoFileDownloadToastDismissed' event (evid: 133)
1394
+ *
1395
+ * Event description: Sent when the toast that tells the user that the export is done and the file is being downloaded is dismissed (by user or automatically).
1396
+ *
1397
+ * @param {cairoFileDownloadToastDismissedParams} params - The parameters for this event
1398
+ * @property {string} artifactId - Artifact that owns the component
1399
+ * @property {string} cairoVersion
1400
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1401
+ * @property {string} componentType - Table
1402
+ * @property {GUID} csid
1403
+ * @property {string} dismissMode - Did the user click the X button ("manual") or was the notification automatically dismissed ("automatic")
1404
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1405
+ * @property {number} duration - How much time (in ms) was the notification displayed before it was dismissed
1406
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
1407
+ * @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
1408
+ * @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
1409
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1410
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1411
+ * @return {LogObject<cairoFileDownloadToastDismissedParams>} LogObject<cairoFileDownloadToastDismissedParams>
1412
+ */
1413
+ function cairoFileDownloadToastDismissed(params) {
1414
+ return { evid: 133, src: 144, endpoint: 'cairo-os', params: params };
1415
+ }
1416
+ exports.cairoFileDownloadToastDismissed = cairoFileDownloadToastDismissed;
1417
+ /**
1418
+ * A function to create a log object for the 'cairoUserAttemptsToCancelTheExport' event (evid: 129)
1419
+ *
1420
+ * Event description: Sent when the user tries to cancel the export process AFTER it has begun
1421
+ *
1422
+ * @param {cairoUserAttemptsToCancelTheExportParams} params - The parameters for this event
1423
+ * @property {string} artifactId - Artifact that owns the component
1424
+ * @property {string} cairoVersion
1425
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1426
+ * @property {string} componentType - Table
1427
+ * @property {GUID} csid
1428
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1429
+ * @property {number} duration - How much time (in ms) did it take since the export process began
1430
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
1431
+ * @property {number} numItems - How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
1432
+ * @property {number} numItemsExported - How many items were exported before the user tried to cancel the export
1433
+ * @property {string} origin - How did the user try to cancel the export process: "Tab Closed"/"Cancel Buton"/"X Button"
1434
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1435
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1436
+ * @property {string} selectedExportType - What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
1437
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
1438
+ * @property {number} try - Which try is this; if try > 1, this is a retry
1439
+ * @return {LogObject<cairoUserAttemptsToCancelTheExportParams>} LogObject<cairoUserAttemptsToCancelTheExportParams>
1440
+ */
1441
+ function cairoUserAttemptsToCancelTheExport(params) {
1442
+ return { evid: 129, src: 144, endpoint: 'cairo-os', params: params };
1443
+ }
1444
+ exports.cairoUserAttemptsToCancelTheExport = cairoUserAttemptsToCancelTheExport;
1445
+ /**
1446
+ * A function to create a log object for the 'pickerPickModalCtaButtonClickOrImmediateCta' event (evid: 104)
1447
+ *
1448
+ * Event description: Actual pick inside the Cairo picker (CTA button or immediate CTA)
1449
+ *
1450
+ * @param {pickerPickModalCtaButtonClickOrImmediateCtaParams} params - The parameters for this event
1451
+ * @property {string} artifactId - Artifact that owns the component
1452
+ * @property {string} cairoVersion
1453
+ * @property {string} componentName - Optional in case having 2 pickers under the same artifact
1454
+ * @property {string} componentType
1455
+ * @property {GUID} csid
1456
+ * @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
1457
+ * @property {number} filteredListSize - How many items are to presented (filtered)
1458
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
1459
+ * @property {boolean} isImmediate - Is it an immediate CTA
1460
+ * @property {number} itemsCnt - Number of total items picked
1461
+ * @property {number} listSize - How many items exist (full list)
1462
+ * @property {number} maxItems - Max items to select in picker
1463
+ * @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
1464
+ * @property {string} resource - Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
1465
+ * @property {string} type - standalone/modal
1466
+ * @return {LogObject<pickerPickModalCtaButtonClickOrImmediateCtaParams>} LogObject<pickerPickModalCtaButtonClickOrImmediateCtaParams>
1467
+ */
1468
+ function pickerPickModalCtaButtonClickOrImmediateCta(params) {
1469
+ return { evid: 104, src: 144, endpoint: 'cairo-os', params: params };
1470
+ }
1471
+ exports.pickerPickModalCtaButtonClickOrImmediateCta = pickerPickModalCtaButtonClickOrImmediateCta;
1472
+ /**
1473
+ * A function to create a log object for the 'newItemCreationStart' event (evid: 106)
1474
+ *
1475
+ * Event description: Sent when the user clicks the "create new" button
1476
+ *
1477
+ * @param {newItemCreationStartParams} params - The parameters for this event
1478
+ * @property {string} artifactId - Artifact that owns the component
1479
+ * @property {string} cairoVersion
1480
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1481
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1482
+ * @property {GUID} csid
1483
+ * @property {string} currentFilters - current filters
1484
+ * @property {string} currentSortOrder - sorts
1485
+ * @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
1486
+ * @property {number} filteredListSize - How many items are currently presented to user (filtered)
1487
+ * @property {number} listSize - How many items exist, after item creation (full list, unfiltered)
1488
+ * @property {number} maxItems - Max number of items that can be selected
1489
+ * @property {number} numColumns - columns
1490
+ * @property {number} numFiltersActive - filters
1491
+ * @property {number} numSelectedItems - How many items have been selected before trying to create a new one. 0 <= numSelectedItems < maxItems
1492
+ * @property {number} numSortedColumns - sort
1493
+ * @property {string} origin - "Add New" click source: "Main CTA" / "Card CTA"
1494
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1495
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1496
+ * @property {string} type - standalone/modal
1497
+ * @property {string} visibleColumnsOrder - visible columns order
1498
+ * @return {LogObject<newItemCreationStartParams>} LogObject<newItemCreationStartParams>
1499
+ */
1500
+ function newItemCreationStart(params) {
1501
+ return { evid: 106, src: 144, endpoint: 'cairo-os', params: params };
1502
+ }
1503
+ exports.newItemCreationStart = newItemCreationStart;
1504
+ /**
1505
+ * A function to create a log object for the 'cairoViewSelected' event (evid: 123)
1506
+ *
1507
+ * Event description: Sent when a user selects a view in a Cairo component. Relevant components: Table, Cards.
1508
+ *
1509
+ * @param {cairoViewSelectedParams} params - The parameters for this event
1510
+ * @property {string} artifactId - Artifact that owns the component
1511
+ * @property {string} cairoVersion
1512
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1513
+ * @property {string} componentType - Table/Cards
1514
+ * @property {GUID} csid
1515
+ * @property {string} currentFilters - The current state of filters, after the new view selection
1516
+ * @property {string} currentView - The selected view ID (match to "new view name", new field from 12/2022)
1517
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1518
+ * @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
1519
+ * @property {boolean} isDefault - Is the selected view defined as default view?
1520
+ * @property {boolean} isFromSearchView - True if the view was selected from "search view in views dropdown" results (new from 01/2023)
1521
+ * @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
1522
+ * @property {string} newViewName - Name of the newly selected view
1523
+ * @property {number} numFiltersActive - How many filters are active after view selection
1524
+ * @property {string} prevFilters - (Optional) The prevoius state of filters, before the new view selection
1525
+ * @property {string} prevViewName - (Optional) Name of the previous view that the user was using. null if no view was selected.
1526
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1527
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1528
+ * @return {LogObject<cairoViewSelectedParams>} LogObject<cairoViewSelectedParams>
1529
+ */
1530
+ function cairoViewSelected(params) {
1531
+ return { evid: 123, src: 144, endpoint: 'cairo-os', params: params };
1532
+ }
1533
+ exports.cairoViewSelected = cairoViewSelected;
1534
+ /**
1535
+ * A function to create a log object for the 'cairoDataExAddCustomField' event (evid: 155)
1536
+ *
1537
+ * Event description: Send when a user click on a "Add Custom Field". Relevant for Verticals who allow data extensions
1538
+ *
1539
+ * @param {cairoDataExAddCustomFieldParams} params - The parameters for this event
1540
+ * @property {string} artifactId - Artifact that owns the component
1541
+ * @property {string} cairoVersion - Cairo version
1542
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1543
+ * @property {string} componentType - Component type
1544
+ * @property {GUID} csid - Cairo session ID
1545
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1546
+ * @property {number} numColumns - How many columns are shown?
1547
+ * @property {string} origin - Where did the user click on "add custom field" from? Custom columns panel / Entity page / Manage custom fields / Custom fields widget / External (the origin is external to Cairo)
1548
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1549
+ * @property {string} resource
1550
+ * @property {string} visibleColumnsOrder - Which columns are currently shown to the user - by the order the user defined
1551
+ * @return {LogObject<cairoDataExAddCustomFieldParams>} LogObject<cairoDataExAddCustomFieldParams>
1552
+ */
1553
+ function cairoDataExAddCustomField(params) {
1554
+ return { evid: 155, src: 144, endpoint: 'cairo-os', params: params };
1555
+ }
1556
+ exports.cairoDataExAddCustomField = cairoDataExAddCustomField;
1557
+ /**
1558
+ * A function to create a log object for the 'cairoFilterToggled' event (evid: 117)
1559
+ *
1560
+ * Event description: Sent when a user triggers/removes a filter from a Cairo component. Relevant components: Table, Cards.
1561
+ *
1562
+ * @param {cairoFilterToggledParams} params - The parameters for this event
1563
+ * @property {string} actionType - "add"/"remove" -- Did we add or remove filterName from the list of filters
1564
+ * @property {string} artifactId - Artifact that owns the component
1565
+ * @property {string} cairoVersion
1566
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1567
+ * @property {string} componentType - Table/Cards / Picker (from 12/2022)
1568
+ * @property {GUID} csid - Cairo session ID
1569
+ * @property {string} currentFilters - The current state of filters, following the filter trigger
1570
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1571
+ * @property {string} filterName - Which column filter do we want to toggle now, e.g. Beginner / Amateur
1572
+ * @property {string} filterValue - JSON containing filterName's new value
1573
+ * @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
1574
+ * @property {number} listSize - How many items exist (full list, unfiltered)
1575
+ * @property {number} numFiltersActive - How many filters are active after filterName is toggled. actionType = "add" --> numFiltersActive >= 1; actionType = "remove" --> numFiltersActive < numColumns
1576
+ * @property {string} origin - "Panel"/"SubToolbar"/"Toolbar"
1577
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1578
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1579
+ * @return {LogObject<cairoFilterToggledParams>} LogObject<cairoFilterToggledParams>
1580
+ */
1581
+ function cairoFilterToggled(params) {
1582
+ return { evid: 117, src: 144, endpoint: 'cairo-os', params: params };
1583
+ }
1584
+ exports.cairoFilterToggled = cairoFilterToggled;
1585
+ /**
1586
+ * A function to create a log object for the 'cairoDataExCustomFieldAdvancesSettings' event (evid: 157)
1587
+ *
1588
+ * Event description: Send when a user click on "Advanced Settings" in the "Add Custom Field" modal. Relevant for Verticals who allowed data extensions
1589
+ *
1590
+ * @param {cairoDataExCustomFieldAdvancesSettingsParams} params - The parameters for this event
1591
+ * @property {string} actionName - Open / Close the advanced settings
1592
+ * @property {string} artifactId - Artifact that owns the component
1593
+ * @property {string} cairoVersion - Cairo version
1594
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1595
+ * @property {string} componentType - Component type
1596
+ * @property {GUID} csid - Cairo session ID
1597
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1598
+ * @property {string} origin - Where did the user click on "Advanced Settings" from? Add Custom Field Modal / Edit Custom Field Modal
1599
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1600
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1601
+ * @return {LogObject<cairoDataExCustomFieldAdvancesSettingsParams>} LogObject<cairoDataExCustomFieldAdvancesSettingsParams>
1602
+ */
1603
+ function cairoDataExCustomFieldAdvancesSettings(params) {
1604
+ return { evid: 157, src: 144, endpoint: 'cairo-os', params: params };
1605
+ }
1606
+ exports.cairoDataExCustomFieldAdvancesSettings = cairoDataExCustomFieldAdvancesSettings;
1607
+ /**
1608
+ * A function to create a log object for the 'cairoViewSaved' event (evid: 122)
1609
+ *
1610
+ * Event description: Sent when a user creates/saves a view in a Cairo component. Relevant components: Table, Cards.
1611
+ *
1612
+ * @param {cairoViewSavedParams} params - The parameters for this event
1613
+ * @property {string} artifactId - Artifact that owns the component
1614
+ * @property {string} cairoVersion - Cairo version
1615
+ * @property {string} changedAttributes - Which attributes have changed from the last view version? If it's a new view - all the attributes that define the view will be noted. The attributes can be: Filters, Columns Order, Columns Visibility, Sorting, Search (new field from 11/2022)
1616
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1617
+ * @property {string} componentType - Table/Cards
1618
+ * @property {GUID} csid
1619
+ * @property {string} viewFilters - The filters that comprise the view that was just saved
1620
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"} (new field from 11/2022)
1621
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1622
+ * @property {boolean} isDefault - Is the saved view defined as default view?
1623
+ * @property {boolean} isPredefined - (Relevant only for "save as new view" action, will get null in other cases). Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view. (new field from 11/2022)
1624
+ * @property {string} newViewName - Name of the newly created/saved/renamed view
1625
+ * @property {number} numColumnsInView - How many columns comprise the saved view (new field from 11/2022)
1626
+ * @property {number} numFiltersInView - How many filters comprise the saved view
1627
+ * @property {string} origin - From where was the view created: Panel, SubToolbar, Toolbar
1628
+ * @property {string} prevName - View's previous name. In case of 'save as new view' will get null, in case of 'save changes': prev name=new view name, in case of 'rename' will get the previous version of the view's name (new field from 11/2022)
1629
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1630
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1631
+ * @property {string} saveType - The save type the user chose from the 'manage view' menu: "save as new view"/ "save changes" / "rename" (new field from 11/2022)
1632
+ * @property {string} searchQuery - What did the user search? If there wasn't any search --> searchQuery = null. (new field from 11/2022)
1633
+ * @property {string} viewId - The "new view name" unique identifier (new field from 11/2022)
1634
+ * @property {string} visibleColumnsOrder - Which columns are currently comprise the saved view- by the order the user defined (new field from 11/2022)
1635
+ * @return {LogObject<cairoViewSavedParams>} LogObject<cairoViewSavedParams>
1636
+ */
1637
+ function cairoViewSaved(params) {
1638
+ return { evid: 122, src: 144, endpoint: 'cairo-os', params: params };
1639
+ }
1640
+ exports.cairoViewSaved = cairoViewSaved;
1641
+ /**
1642
+ * A function to create a log object for the 'cairoViewDeleted' event (evid: 124)
1643
+ *
1644
+ * Event description: Sent when a user deletes a view in a Cairo component. Relevant components: Table, Cards.
1645
+ *
1646
+ * @param {cairoViewDeletedParams} params - The parameters for this event
1647
+ * @property {string} artifactId - Artifact that owns the component
1648
+ * @property {string} cairoVersion
1649
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1650
+ * @property {string} componentType - Table/Cards
1651
+ * @property {GUID} csid
1652
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1653
+ * @property {boolean} isDefault - Was the deleted view defined as default view?
1654
+ * @property {number} numFiltersInView - How many filters comprised the deleted view
1655
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1656
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1657
+ * @property {string} viewFilters - The filters that comprised the view that was just deleted
1658
+ * @property {string} viewId - The "view name" (deleted view) unique identifier (new field from 11/2022)
1659
+ * @property {string} viewName - Name of the deleted view
1660
+ * @property {boolean} wasSelected - TRUE if viewName was the selected view before deletion; FALSE otherwise
1661
+ * @return {LogObject<cairoViewDeletedParams>} LogObject<cairoViewDeletedParams>
1662
+ */
1663
+ function cairoViewDeleted(params) {
1664
+ return { evid: 124, src: 144, endpoint: 'cairo-os', params: params };
1665
+ }
1666
+ exports.cairoViewDeleted = cairoViewDeleted;
1667
+ /**
1668
+ * A function to create a log object for the 'cairoDataExCustomFieldEndProcess' event (evid: 156)
1669
+ *
1670
+ * Event description: Send when a user click on cancel / add field in the "Add Custom Field" modal. Relevant for Verticals who allowed data extensions
1671
+ *
1672
+ * @param {cairoDataExCustomFieldEndProcessParams} params - The parameters for this event
1673
+ * @property {string} actionName - Add/ Edit
1674
+ * @property {string} artifactId - Artifact that owns the component
1675
+ * @property {string} cairoVersion - Cairo version
1676
+ * @property {string} changedFields - (Relevant when action type is edit) Name / Permission / Name and Permission / No changes
1677
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1678
+ * @property {string} componentType - Section name (Folders)
1679
+ * @property {GUID} csid - Cairo session ID
1680
+ * @property {string} currentDropdownOptions - Only for fieldType= dropdown, the options list by its order
1681
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1682
+ * @property {string} endType - What did the user chose in the modal? Add field / Cancel
1683
+ * @property {string} fieldName - (Relevant when a field was added/edited) The name the user typed
1684
+ * @property {string} fieldType - (Relevant when a field was added) What type is the added field? Long text / Date / Number etc.
1685
+ * @property {string} key - The key value
1686
+ * @property {number} numAdded - (Relevant when a field was added/edited) How many added fields are there in the component (including the current added field)
1687
+ * @property {number} numDropdownOptions - Only for fieldType= dropdown, how many options were saved?
1688
+ * @property {string} origin - Where did the user click on "add custom field" from? Custom columns panel / Entity page
1689
+ * @property {string} permissions - Json field: {"Installed apps": "Value", "Site visitors": "Value"}. The value can be: Null (the user didn't chose anything), Read, Write, Read and Write.
1690
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1691
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1692
+ * @return {LogObject<cairoDataExCustomFieldEndProcessParams>} LogObject<cairoDataExCustomFieldEndProcessParams>
1693
+ */
1694
+ function cairoDataExCustomFieldEndProcess(params) {
1695
+ return { evid: 156, src: 144, endpoint: 'cairo-os', params: params };
1696
+ }
1697
+ exports.cairoDataExCustomFieldEndProcess = cairoDataExCustomFieldEndProcess;
1698
+ /**
1699
+ * A function to create a log object for the 'cairoComponentSorted' event (evid: 120)
1700
+ *
1701
+ * Event description: Sent when a user sorts a Cairo component. Relevant components: Table, Cards.
1702
+ *
1703
+ * @param {cairoComponentSortedParams} params - The parameters for this event
1704
+ * @property {string} artifactId - Artifact that owns the component
1705
+ * @property {string} cairoVersion - Cairo version
1706
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1707
+ * @property {string} componentType - Table/Cards
1708
+ * @property {GUID} csid
1709
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1710
+ * @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
1711
+ * @property {boolean} isAddNewSort - Indication for adding new sort. Will get "true" for cases the event was sent for adding new sort (and "false" for changing the sorted column, sorted order or remove sort) (new from 12/2022)
1712
+ * @property {number} itemIndex - The item index inside the sort panel. First row will get 0. In case of simple sort (only 1 column sorts the table) from the column header - the index will be 0. In case a sorting column was removed from sorting- will get (-1)
1713
+ * @property {number} listSize - How many items exist (full list, unfiltered)
1714
+ * @property {string} newSortOrder - Which columns are currently used to sort the list, by the order the user defined: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards. (new field from 11/2022)
1715
+ * @property {string} newSortedColumn - By which column are we adding sorting now
1716
+ * @property {string} newSortingOrder - "asc"/"desc"/"removed" (was "null" until 12/2022, then changed to "removed")
1717
+ * @property {number} numSortingColumns - The number of columns that sorting the component after the current action
1718
+ * @property {string} origin - The location the sort action was made from :"SidePanel"/"ColumnHeader" (new field from 11/2022)
1719
+ * @property {number} prevNumSortingColumns - The number of columns that were sorting the component before the current action
1720
+ * @property {string} prevSortOrder - Which columns were used to sort the list (before the current addition), by the order the user defined: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards. (new field from 11/2022)
1721
+ * @property {string} prevSortedColumn - The column the user used to sort the component with in the previous sort action. If list wasn't sorted, this should be null
1722
+ * @property {string} prevSortingOrder - The last order the user used to sort the list by "prev sorting column" : "asc"/"desc"/null (if wasn't sorted)
1723
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1724
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1725
+ * @return {LogObject<cairoComponentSortedParams>} LogObject<cairoComponentSortedParams>
1726
+ */
1727
+ function cairoComponentSorted(params) {
1728
+ return { evid: 120, src: 144, endpoint: 'cairo-os', params: params };
1729
+ }
1730
+ exports.cairoComponentSorted = cairoComponentSorted;
1731
+ /**
1732
+ * A function to create a log object for the 'cairoReorderingSortColumns' event (evid: 147)
1733
+ *
1734
+ * Event description: Sent when a user changes the order of the columns that sort a Cairo component. Relevant components: Table, Cards.
1735
+ *
1736
+ * @param {cairoReorderingSortColumnsParams} params - The parameters for this event
1737
+ * @property {string} artifactId - Artifact that owns the component
1738
+ * @property {string} cairoVersion - Cairo version
1739
+ * @property {number} columnIndexAfter - Out of the list of sorting columns, what is the index of the sorting column (after reordering). ** numSortingColumns = X --> (1 <= columnIndexAfter <= X)
1740
+ * @property {number} columnIndexBefore - Out of the list of sorting columns, what was the index of the sorting column (before reordering). ** numSortingColumns = X --> (1 <= columnIndexBefore <= X)
1741
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1742
+ * @property {string} componentType - Table/Cards
1743
+ * @property {GUID} csid
1744
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1745
+ * @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
1746
+ * @property {number} listSize - How many items exist (full list, unfiltered)
1747
+ * @property {string} newSortOrder - Which columns are currently used to sort the list, by the new order the user defined: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
1748
+ * @property {number} numSortingColumns - How many columns are been used for sorting the component?
1749
+ * @property {string} prevSortOrder - Which columns are currently used to sort the list, by the previus order the user defined (before the reordering action) : [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
1750
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1751
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1752
+ * @property {string} sortingColumn - The sorting column that the user changes its place in the sort hierarchy
1753
+ * @property {number} timeFromAction - Time (in ms) that has passed since the user added this specific row in the sort panel. Will give data up to 10 sec from adding the row (if it's over these 10 sec- will get null). When sent for clicking on "add new sort" / for clicking for the first time on a column's header- will get '0'.
1754
+ * @return {LogObject<cairoReorderingSortColumnsParams>} LogObject<cairoReorderingSortColumnsParams>
1755
+ */
1756
+ function cairoReorderingSortColumns(params) {
1757
+ return { evid: 147, src: 144, endpoint: 'cairo-os', params: params };
1758
+ }
1759
+ exports.cairoReorderingSortColumns = cairoReorderingSortColumns;
1760
+ /**
1761
+ * A function to create a log object for the 'cairoExportProcessEnd' event (evid: 131)
1762
+ *
1763
+ * Event description: Sent when the export process ends, either successfully or not (failed/stopped by user)
1764
+ *
1765
+ * @param {cairoExportProcessEndParams} params - The parameters for this event
1766
+ * @property {string} artifactId - Artifact that owns the component
1767
+ * @property {string} cairoVersion
1768
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1769
+ * @property {string} componentType - Table
1770
+ * @property {GUID} csid
1771
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1772
+ * @property {number} duration - How much time (in ms) did it take since the export process began
1773
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
1774
+ * @property {string} fileName - (Optional) Name of the file to be exported
1775
+ * @property {number} numItems - How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
1776
+ * @property {number} numItemsExported - How many items were exported before the export ended, either successfully or not.
1777
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1778
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1779
+ * @property {string} result - Was the export successful or did it fail/stopped by user: "success"/'fail"/"stopped by user"
1780
+ * @property {string} selectedExportType - What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
1781
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
1782
+ * @property {number} try - Which try is this; if try > 1, this is a retry
1783
+ * @return {LogObject<cairoExportProcessEndParams>} LogObject<cairoExportProcessEndParams>
1784
+ */
1785
+ function cairoExportProcessEnd(params) {
1786
+ return { evid: 131, src: 144, endpoint: 'cairo-os', params: params };
1787
+ }
1788
+ exports.cairoExportProcessEnd = cairoExportProcessEnd;
1789
+ /**
1790
+ * A function to create a log object for the 'cairoApplyButtonClicked' event (evid: 159)
1791
+ *
1792
+ * Event description: Sent when a user clicks on apply button in a Cairo component. Relevant components: Table, Cards.
1793
+ *
1794
+ * @param {cairoApplyButtonClickedParams} params - The parameters for this event
1795
+ * @property {string} artifactId
1796
+ * @property {string} cairoVersion - Cairo version
1797
+ * @property {string} changedLevels - In which levels of hierarchy the user changed the order? (numbers with commas between them, 1=the highest parent level )
1798
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1799
+ * @property {string} componentType - Table/Cards / Picker (from 12/2022)
1800
+ * @property {GUID} csid - Cairo session ID
1801
+ * @property {string} currentStatus - (Optional, relevant for Filters) Json field: The current state of feature, following the apply button. [{"fieldName": "FIELD_NAME1", "field_value": "VALUE1"}] (for filters -all the filters will appear in this list, filters that not active will get NULL in the filters' value)
1802
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1803
+ * @property {string} feature - Filters / Drag and Drop
1804
+ * @property {number} filteredListSize - How many items are currently presented to user, after filters toggled (filtered)
1805
+ * @property {number} listSize - How many items exist (full list, unfiltered)
1806
+ * @property {number} numActiveFields - (Optional, relevant for Filters) How many fields are active after the apply button is clicked? (fields that their value is not NULL)
1807
+ * @property {number} numOfActions - (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
1808
+ * @property {number} numOptionalFields - (Optional, relevant for Filters) If there is an optional fields list (like for filters)- how many options are there?
1809
+ * @property {string} origin - Feature's Side Panel / Table Toolbar
1810
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1811
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1812
+ * @return {LogObject<cairoApplyButtonClickedParams>} LogObject<cairoApplyButtonClickedParams>
1813
+ */
1814
+ function cairoApplyButtonClicked(params) {
1815
+ return { evid: 159, src: 144, endpoint: 'cairo-os', params: params };
1816
+ }
1817
+ exports.cairoApplyButtonClicked = cairoApplyButtonClicked;
1818
+ /**
1819
+ * A function to create a log object for the 'cairoExportModalCtaClicked' event (evid: 127)
1820
+ *
1821
+ * Event description: Sent when the user clicks any CTA in the export modal
1822
+ *
1823
+ * @param {cairoExportModalCtaClickedParams} params - The parameters for this event
1824
+ * @property {string} action - Does the user want to proceed with the export or dismiss the modal
1825
+ * @property {string} artifactId - Artifact that owns the component
1826
+ * @property {string} availableExportTypes - A list of all of the available export types, along with the number of items that would be exported using each of the options
1827
+ * @property {string} cairoVersion
1828
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1829
+ * @property {string} componentType - Table
1830
+ * @property {GUID} csid
1831
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1832
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
1833
+ * @property {number} numItems - How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
1834
+ * @property {string} origin - From where did the user close the modal: "Export Button"/"Cancel Button"/"X Button"
1835
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1836
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1837
+ * @property {string} selectedExportType - What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
1838
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
1839
+ * @return {LogObject<cairoExportModalCtaClickedParams>} LogObject<cairoExportModalCtaClickedParams>
1840
+ */
1841
+ function cairoExportModalCtaClicked(params) {
1842
+ return { evid: 127, src: 144, endpoint: 'cairo-os', params: params };
1843
+ }
1844
+ exports.cairoExportModalCtaClicked = cairoExportModalCtaClicked;
1845
+ /**
1846
+ * A function to create a log object for the 'cairoUndoClicked' event (evid: 144)
1847
+ *
1848
+ * Event description: Sent when a user clicks on a "undo" CTA he gets in a toast confirming an action was made
1849
+ *
1850
+ * @param {cairoUndoClickedParams} params - The parameters for this event
1851
+ * @property {string} actionName - The action's name the user wants to undo and triggered the toast (for example: view- save changes, view- rename, view- delete etc.)
1852
+ * @property {string} artifactId - Artifact that owns the component
1853
+ * @property {string} cairoVersion - cairo version
1854
+ * @property {string} changedAttributes - Which attributes have changed from the saved status to the current
1855
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1856
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1857
+ * @property {GUID} csid
1858
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
1859
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
1860
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
1861
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
1862
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1863
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
1864
+ * @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the action he wants to undo?
1865
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1866
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1867
+ * @property {string} sortOrderApplied - Which columns were used to sort the list when the user made the action he wants to undo: [{"fieldName": "FIELD_NAME", "order": "asc"}
1868
+ * @property {string} viewId - The view that the undo action was made on
1869
+ * @property {string} viewName - The view name that the undo action was made on (in case of rename view- this will give the original view name)
1870
+ * @property {string} viewNameApplied - In case of action name=rename view - the new name the user gave to the view and now he undo it
1871
+ * @return {LogObject<cairoUndoClickedParams>} LogObject<cairoUndoClickedParams>
1872
+ */
1873
+ function cairoUndoClicked(params) {
1874
+ return { evid: 144, src: 144, endpoint: 'cairo-os', params: params };
1875
+ }
1876
+ exports.cairoUndoClicked = cairoUndoClicked;
1877
+ /**
1878
+ * A function to create a log object for the 'cairoPageBackOrBreadcrumbClicked' event (evid: 152)
1879
+ *
1880
+ * Event description: Sent when a user clicks a Back button or on the higher hierarchy in the breadcrumbs
1881
+ *
1882
+ * @param {cairoPageBackOrBreadcrumbClickedParams} params - The parameters for this event
1883
+ * @property {string} artifactId - Artifact that owns the component
1884
+ * @property {string} buttonName - 'Back' (for back button clicked) / The category's name the users clicked on.
1885
+ * @property {string} cairoVersion - Cairo version
1886
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1887
+ * @property {string} componentType - Page
1888
+ * @property {GUID} csid
1889
+ * @property {string} destination_page_type - Higher hierarchy (can be relevant both for back button and breadcrumb clicked )/ Last page in BM (relevant only for back button clicked)
1890
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1891
+ * @property {string} pageType - Collection Page
1892
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1893
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1894
+ * @property {string} section - Relevant only for "cta type"="more actions option". For now, will get one of the values: Vertical / Cairo
1895
+ * @return {LogObject<cairoPageBackOrBreadcrumbClickedParams>} LogObject<cairoPageBackOrBreadcrumbClickedParams>
1896
+ */
1897
+ function cairoPageBackOrBreadcrumbClicked(params) {
1898
+ return { evid: 152, src: 144, endpoint: 'cairo-os', params: params };
1899
+ }
1900
+ exports.cairoPageBackOrBreadcrumbClicked = cairoPageBackOrBreadcrumbClicked;
1901
+ /**
1902
+ * A function to create a log object for the 'cairoTpaSCtaClicked' event (evid: 154)
1903
+ *
1904
+ * Event description: Send when a user click on a TPA's CTA from a Cairo component
1905
+ *
1906
+ * @param {cairoTpaSCtaClickedParams} params - The parameters for this event
1907
+ * @property {GUID} appId - App ID (for now- please look at tpaComponentId field description to get this data)
1908
+ * @property {string} artifactId - Artifact that owns the component
1909
+ * @property {string} cairoVersion - Cairo version
1910
+ * @property {string} componentName - (Optional) Component's name, if there are two components of the same type per artifact
1911
+ * @property {string} componentType - Table, Grid, Page etc.
1912
+ * @property {GUID} csid
1913
+ * @property {number} ctaIndex - 0 <= ctaIndex <= numCtas -- the number of the CTA out of all CTAs in the page dropdown menu/ Toolbar
1914
+ * @property {string} ctaName - TPA's component_id. To get the TPA app_id - use the table mysql.app_service.components- join on table.component_id= event.ctaName
1915
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1916
+ * @property {string} location - Page More Action Dropdown / Component Bulk action Toolbar
1917
+ * @property {number} numCtas - How many CTAs are available in the page dropdown menu / toolbar?
1918
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1919
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1920
+ * @property {string} tpaComponentId - TPA's component_id from dev center. To get the TPA app_id - use the table mysql.app_service.components- join on table.component_id= event.tpa_component_id
1921
+ * @return {LogObject<cairoTpaSCtaClickedParams>} LogObject<cairoTpaSCtaClickedParams>
1922
+ */
1923
+ function cairoTpaSCtaClicked(params) {
1924
+ return { evid: 154, src: 144, endpoint: 'cairo-os', params: params };
1925
+ }
1926
+ exports.cairoTpaSCtaClicked = cairoTpaSCtaClicked;
1927
+ /**
1928
+ * A function to create a log object for the 'pikachuCategoriesDropdownButtonClicked' event (evid: 108)
1929
+ *
1930
+ * Event description: Sent when user clicks the general "+"/"Add Items" button that opens Pikachu
1931
+ *
1932
+ * @param {pikachuCategoriesDropdownButtonClickedParams} params - The parameters for this event
1933
+ * @property {string} artifactId - Artifact that owns the component
1934
+ * @property {string} cairoVersion
1935
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1936
+ * @property {string} componentType
1937
+ * @property {GUID} csid
1938
+ * @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
1939
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1940
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1941
+ * @return {LogObject<pikachuCategoriesDropdownButtonClickedParams>} LogObject<pikachuCategoriesDropdownButtonClickedParams>
1942
+ */
1943
+ function pikachuCategoriesDropdownButtonClicked(params) {
1944
+ return { evid: 108, src: 144, endpoint: 'cairo-os', params: params };
1945
+ }
1946
+ exports.pikachuCategoriesDropdownButtonClicked = pikachuCategoriesDropdownButtonClicked;
1947
+ /**
1948
+ * A function to create a log object for the 'cairoTagsUnsuccessfulUpdateInServer' event (evid: 169)
1949
+ *
1950
+ * Event description: Send when a user tried to add/delete/rename/assign/remove assigned tag, but his changes weren't update in the server from different reasons. Relevant for Verticals who allow use tags in their tables.
1951
+ *
1952
+ * @param {cairoTagsUnsuccessfulUpdateInServerParams} params - The parameters for this event
1953
+ * @property {string} actionName - Add / Delete / Rename / Assign / Remove assign / Add and assign / Load tags widget
1954
+ * @property {string} artifactId - Artifact that owns the component
1955
+ * @property {string} cairoVersion - Cairo version
1956
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1957
+ * @property {string} componentType - Component type
1958
+ * @property {GUID} csid - Cairo session ID
1959
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1960
+ * @property {string} errorType - What is the type of the error? Technical issue / Network error
1961
+ * @property {number} numTags - How many tags are in the modal after this action?
1962
+ * @property {string} origin - Where did the user make the action from? Tags Modal / Entity page
1963
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1964
+ * @property {string} resource - resource
1965
+ * @property {string} tagName - The name of the removed/added/assigned tag
1966
+ * @return {LogObject<cairoTagsUnsuccessfulUpdateInServerParams>} LogObject<cairoTagsUnsuccessfulUpdateInServerParams>
1967
+ */
1968
+ function cairoTagsUnsuccessfulUpdateInServer(params) {
1969
+ return { evid: 169, src: 144, endpoint: 'cairo-os', params: params };
1970
+ }
1971
+ exports.cairoTagsUnsuccessfulUpdateInServer = cairoTagsUnsuccessfulUpdateInServer;
1972
+ /**
1973
+ * A function to create a log object for the 'pickerModalUsability' event (evid: 103)
1974
+ *
1975
+ * Event description: Any usability action performed inside the picker
1976
+ *
1977
+ * @param {pickerModalUsabilityParams} params - The parameters for this event
1978
+ * @property {string} action - Use cases: search/search results/checkbox/continue/dismiss/load more
1979
+ * @property {string} artifactId - Artifact that owns the component
1980
+ * @property {string} cairoVersion
1981
+ * @property {string} componentName - Optional in case having 2 pickers under the same artifact
1982
+ * @property {string} componentType
1983
+ * @property {GUID} csid
1984
+ * @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
1985
+ * @property {number} filteredListSize - How many items are to presented (filtered)
1986
+ * @property {string} itemId - (Optional) ID of item checked
1987
+ * @property {number} itemsCnt - (Optional) Number of total items checked
1988
+ * @property {number} itemsLoadedCnt - (Optional) Number of additional items loaded
1989
+ * @property {number} listSize - How many items exist (full list)
1990
+ * @property {number} loadingTime - (Optional) Loading time for use cases such as search results or load more
1991
+ * @property {number} maxItems - Max items to select in picker
1992
+ * @property {string} pickSource - The instance that lead to this (Inbox)
1993
+ * @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
1994
+ * @property {string} resource - Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
1995
+ * @property {number} searchResultsCnt - (Optional) Number of search results
1996
+ * @property {string} searchTerm - (Optional) Search term used
1997
+ * @property {string} type - standalone/modal
1998
+ * @return {LogObject<pickerModalUsabilityParams>} LogObject<pickerModalUsabilityParams>
1999
+ */
2000
+ function pickerModalUsability(params) {
2001
+ return { evid: 103, src: 144, endpoint: 'cairo-os', params: params };
2002
+ }
2003
+ exports.pickerModalUsability = pickerModalUsability;
2004
+ /**
2005
+ * A function to create a log object for the 'cairoSortPanelUsed' event (evid: 146)
2006
+ *
2007
+ * Event description: Sent when the sort sidebar in a Cairo component is opened or closed. Relevant components: Table, Cards.
2008
+ *
2009
+ * @param {cairoSortPanelUsedParams} params - The parameters for this event
2010
+ * @property {string} artifactId
2011
+ * @property {string} cairoVersion - Cairo version
2012
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
2013
+ * @property {string} componentType - Table/Cards
2014
+ * @property {GUID} csid
2015
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
2016
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
2017
+ * @property {boolean} isOpened - TRUE if the user just opened the sidebar; FALSE if closed
2018
+ * @property {number} numSortedColumns - How many columns actively sort the data?
2019
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2020
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2021
+ * @return {LogObject<cairoSortPanelUsedParams>} LogObject<cairoSortPanelUsedParams>
2022
+ */
2023
+ function cairoSortPanelUsed(params) {
2024
+ return { evid: 146, src: 144, endpoint: 'cairo-os', params: params };
2025
+ }
2026
+ exports.cairoSortPanelUsed = cairoSortPanelUsed;
2027
+ /**
2028
+ * A function to create a log object for the 'cairoTagsAssignTag' event (evid: 173)
2029
+ *
2030
+ * Event description: Send when a user assign or remove a tag from an item. Relevant for Verticals who allow use tags in their tables.
2031
+ *
2032
+ * @param {cairoTagsAssignTagParams} params - The parameters for this event
2033
+ * @property {string} actionName - Assign / Remove
2034
+ * @property {string} artifactId - Artifact that owns the component
2035
+ * @property {string} cairoVersion - Cairo version
2036
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
2037
+ * @property {string} componentType - Component type
2038
+ * @property {GUID} csid - Cairo session ID
2039
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
2040
+ * @property {boolean} isFromSearch - Is the action made from a list of tags search results?
2041
+ * @property {string} itemId - (Relevant if numItems=1) The Item which the tag was assigned to / removed from
2042
+ * @property {number} numItems - How many items have been selected?
2043
+ * @property {number} numTags - How many tags are existing? will get 0 if the user didn't create any tag and an empty state will be opened
2044
+ * @property {number} numTagsAssigned - (Relevant if numItems=1) How many tags are assigned to that item after this action?
2045
+ * @property {string} origin - Where did the user make the action from? Entity page /
2046
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2047
+ * @property {string} resource - resource
2048
+ * @property {string} tagName - The name of the assigned/ removed tag
2049
+ * @return {LogObject<cairoTagsAssignTagParams>} LogObject<cairoTagsAssignTagParams>
2050
+ */
2051
+ function cairoTagsAssignTag(params) {
2052
+ return { evid: 173, src: 144, endpoint: 'cairo-os', params: params };
2053
+ }
2054
+ exports.cairoTagsAssignTag = cairoTagsAssignTag;
2055
+ /**
2056
+ * A function to create a log object for the 'cairoApiRequestDataLoadEnd' event (evid: 149)
2057
+ *
2058
+ * Event description: Sent when a Cairo's page can't be saved due to an error.
2059
+ *
2060
+ * @param {cairoApiRequestDataLoadEndParams} params - The parameters for this event
2061
+ * @property {string} artifactId - Artifact that owns the component
2062
+ * @property {string} cairoVersion - Cairo version
2063
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
2064
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
2065
+ * @property {GUID} csid
2066
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
2067
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}, {"fieldName": "FIELD_NAME_1", "order": "desc"}]. Relevant for Table and Cards.
2068
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
2069
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
2070
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
2071
+ * @property {number} duration - Duration in ms, from clicking on the save button until getting the error indication
2072
+ * @property {string} errorType - Technical issue / Logic error / Network error / External error
2073
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
2074
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
2075
+ * @property {string} pageType - Entity / Collection
2076
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
2077
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
2078
+ * @property {string} route - the page's route
2079
+ * @return {LogObject<cairoApiRequestDataLoadEndParams>} LogObject<cairoApiRequestDataLoadEndParams>
2080
+ */
2081
+ function cairoApiRequestDataLoadEnd(params) {
2082
+ return { evid: 149, src: 144, endpoint: 'cairo-os', params: params };
2083
+ }
2084
+ exports.cairoApiRequestDataLoadEnd = cairoApiRequestDataLoadEnd;
2085
+ //# sourceMappingURL=index.js.map