@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,1853 @@
1
+ import { LogObject, cairoAllFiltersClearedParams, cairoApiRequestDataLoadEndParams, cairoApplyButtonClickedParams, cairoAssignTagsToEntitiesParams, cairoCancelExportModalCtaClickedParams, cairoChangesBeforeApplyParams, cairoComponentSortedParams, cairoCtaClickedParams, cairoDataExAddCustomFieldParams, cairoDataExCustomFieldAdvancesSettingsParams, cairoDataExCustomFieldEndProcessParams, cairoDataExtensionUnsuccessfulUpdateInServerParams, cairoDiscardChangesBeforeApplyParams, cairoDragActionUnsuccessfulUpdateInServerParams, cairoDragItemEndDropParams, cairoDragItemParams, cairoErrorInLoadingAComponentParams, cairoExportCtaClickedParams, cairoExportFailedModalCtaClickedParams, cairoExportModalCtaClickedParams, cairoExportProcessEndParams, cairoExportProcessStartParams, cairoFileDownloadToastDismissedParams, cairoFileDownloadToastDisplayedParams, cairoFileDownloadToastDownloadButtonClickedParams, cairoFilterToggledParams, cairoFiltersPanelUsedParams, cairoItemSelectionToggledParams, cairoItemToggledInExportModalParams, cairoLearnMoreParams, cairoManageViewActionSelectedParams, cairoManageViewClickedParams, cairoModalCtaClickedParams, cairoNestedTableCollapseAndExpandParams, cairoPageBackOrBreadcrumbClickedParams, cairoPageCtaClickedParams, cairoPageDiscardChangesBeforeSaveParams, cairoReloadErrorStateParams, cairoReorderingSortColumnsParams, cairoSearchForTagsParams, cairoSearchResultsParams, cairoSearchViewInViewsParams, cairoSectionCtaClickedParams, cairoSortPanelUsedParams, cairoSortUnsuccessfulUpdateInServerParams, cairoTabSelectedParams, cairoTableTopNotificationDismissedParams, cairoTableTopNotificationDisplayedParams, cairoTagsAddDeleteTagParams, cairoTagsAssignTagParams, cairoTagsModalEndProcessParams, cairoTagsModalStartLoadParams, cairoTagsUnsuccessfulUpdateInServerParams, cairoTagsWidgetClickOnCtaParams, cairoTagsWidgetLoadedParams, cairoTpaSCtaClickedParams, cairoTryAgainClickedParams, cairoUndoClickedParams, cairoUserAttemptsToCancelTheExportParams, cairoViewDeletedParams, cairoViewSavedParams, cairoViewSelectedParams, cairoViewsUnsuccessfulUpdateInServerParams, componentDismissedParams, loadEndParams, loadMoreParams, loadStartParams, newItemCreationEndParams, newItemCreationStartParams, pickerEndLoadParams, pickerModalUsabilityParams, pickerPickModalCtaButtonClickOrImmediateCtaParams, pickerPickerOpenButtonParams, pickerStartLoadParams, pikachuCategoriesDropdownButtonClickedParams, pikachuItemCategorySelectedParams } from '../types';
2
+ /**
3
+ * A function to create a log object for the 'componentDismissed' event (evid: 113)
4
+ *
5
+ * Event description: Sent when a component is dismissed. Relevant components: Picker Modal.
6
+ *
7
+ * @param {componentDismissedParams} params - The parameters for this event
8
+ * @property {string} artifactId - Artifact that owns the component
9
+ * @property {string} cairoVersion
10
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
11
+ * @property {string} componentType - Picker Modal / Picker Dropdown
12
+ * @property {GUID} csid
13
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
14
+ * @property {string} origin - X button/Cancel button
15
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
16
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
17
+ * @return {LogObject<componentDismissedParams>} LogObject<componentDismissedParams>
18
+ */
19
+ export declare function componentDismissed(params: componentDismissedParams): LogObject<componentDismissedParams>;
20
+ /**
21
+ * A function to create a log object for the 'loadMore' event (evid: 112)
22
+ *
23
+ * Event description: Sent when a Cairo component is done loading more items (after scrolling). Relevant components: Picker Standalone, Picker Modal, Table, Cards.
24
+ *
25
+ * @param {loadMoreParams} params - The parameters for this event
26
+ * @property {string} artifactId - Artifact that owns the component
27
+ * @property {string} cairoVersion
28
+ * @property {string} componentName - Component name, if there are two components of the same type per artifact
29
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
30
+ * @property {GUID} csid
31
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
32
+ * @property {string} currentSortOrder - Which column is currently used to sort the list: {"columnName": "asc"/"desc"}. Relevant for Table and Cards.
33
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
34
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
35
+ * @property {string} domain - Optional domain name from FQDN (crm, stores, etc.)
36
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
37
+ * @property {number} loadedItems - How many new items were loaded in this action
38
+ * @property {number} loadingTime - Component loading time in ms
39
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
40
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
41
+ * @return {LogObject<loadMoreParams>} LogObject<loadMoreParams>
42
+ */
43
+ export declare function loadMore(params: loadMoreParams): LogObject<loadMoreParams>;
44
+ /**
45
+ * A function to create a log object for the 'cairoDragItemEndDrop' event (evid: 139)
46
+ *
47
+ * Event description: Sent when a user finish to drag an item
48
+ *
49
+ * @param {cairoDragItemEndDropParams} params - The parameters for this event
50
+ * @property {string} artifactId - Artifact that owns the component
51
+ * @property {string} cairoVersion - cairo version
52
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
53
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
54
+ * @property {GUID} csid
55
+ * @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).
56
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
57
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
58
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
59
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
60
+ * @property {GUID} dragAndDropID - A "couple" identifier , match between drag action and its drop action
61
+ * @property {number} duration - duration in ms from starting to drag the item untill the action has ended
62
+ * @property {string} endType - (happy flow+ ticket 529) how did the "drag action" end? Will get one of the following:
63
+ * "drop succeeded" = the item has been dropped inside the collection
64
+ * "drop back" = the item has been dropped to it's original index (itemIndexBefore=itenIndexAfter)
65
+ * "drop outside" = the item has been dropped outside the collection (itemIndexBefore=itenIndexAfter)
66
+ * "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.
67
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
68
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
69
+ * @property {boolean} isFromHandle - Is the item dragged from the handle area?
70
+ * @property {boolean} isFromSearch - Did the user try to drag the item from a list of search results (relate to ticket 521).
71
+ * @property {string} itemId - ID of the item that the user tries to drag
72
+ * @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
73
+ * @property {number} itemIndexBefore - Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
74
+ * @property {number} numItemsBefore - (relate to ticket 526). How many items have been selected before user clicks item and starts the drag action?
75
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
76
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
77
+ * @property {string} searchQuery - What did the user search? isFromSearch = FALSE --> searchQuery = null (relate to ticket 521).
78
+ * @return {LogObject<cairoDragItemEndDropParams>} LogObject<cairoDragItemEndDropParams>
79
+ */
80
+ export declare function cairoDragItemEndDrop(params: cairoDragItemEndDropParams): LogObject<cairoDragItemEndDropParams>;
81
+ /**
82
+ * A function to create a log object for the 'pickerPickerOpenButton' event (evid: 105)
83
+ *
84
+ * Event description: Picker button actions (not within the modal)
85
+ *
86
+ * @param {pickerPickerOpenButtonParams} params - The parameters for this event
87
+ * @property {string} action - Any picker button option (render/hover/click)
88
+ * @property {string} artifactId - Artifact that owns the component
89
+ * @property {string} cairoVersion
90
+ * @property {string} componentName - Optional in case having 2 pickers under the same artifact
91
+ * @property {string} componentType
92
+ * @property {GUID} csid
93
+ * @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
94
+ * @property {number} filteredListSize - How many items are to presented (filtered)
95
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
96
+ * @property {number} listSize - How many items exist (full list)
97
+ * @property {number} maxItems - Max items to select in picker
98
+ * @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
99
+ * @property {string} resource - Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
100
+ * @property {string} type - standalone/modal
101
+ * @return {LogObject<pickerPickerOpenButtonParams>} LogObject<pickerPickerOpenButtonParams>
102
+ */
103
+ export declare function pickerPickerOpenButton(params: pickerPickerOpenButtonParams): LogObject<pickerPickerOpenButtonParams>;
104
+ /**
105
+ * A function to create a log object for the 'cairoDiscardChangesBeforeApply' event (evid: 161)
106
+ *
107
+ * 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.
108
+ *
109
+ * @param {cairoDiscardChangesBeforeApplyParams} params - The parameters for this event
110
+ * @property {string} artifactId - Artifact that owns the component
111
+ * @property {string} cairoVersion - Cairo version
112
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
113
+ * @property {string} componentType - Table/Cards / Picker
114
+ * @property {GUID} csid - Cairo session ID
115
+ * @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)
116
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
117
+ * @property {string} feature - Filters / Drag and Drop
118
+ * @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)
119
+ * @property {number} numOfActions - (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
120
+ * @property {number} numOptionalFields - (Optional, relevant for Filters) If there is an optional fields list (like for filters)- how many options are there?
121
+ * @property {string} origin - Feature's Side Panel / Table Toolbar
122
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
123
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
124
+ * @return {LogObject<cairoDiscardChangesBeforeApplyParams>} LogObject<cairoDiscardChangesBeforeApplyParams>
125
+ */
126
+ export declare function cairoDiscardChangesBeforeApply(params: cairoDiscardChangesBeforeApplyParams): LogObject<cairoDiscardChangesBeforeApplyParams>;
127
+ /**
128
+ * A function to create a log object for the 'cairoItemSelectionToggled' event (evid: 114)
129
+ *
130
+ * Event description: Sent when a user select/deselects an item(s) in a list
131
+ *
132
+ * @param {cairoItemSelectionToggledParams} params - The parameters for this event
133
+ * @property {string} artifactId - Artifact that owns the component
134
+ * @property {string} cairoVersion
135
+ * @property {string} clickType - The click purpose : "Selection" / "Deselection"
136
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
137
+ * @property {string} componentType - Picker Standalone/Picker Modal/ Picker Dropdown /Table/Cards
138
+ * @property {GUID} csid
139
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
140
+ * @property {number} currentLevel - What is the hierarchy level (or step) of the selected item? (out of numLevels)
141
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
142
+ * @property {string} currentStep - What is the step (or hierarchy level) of the selected item?
143
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
144
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
145
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
146
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
147
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
148
+ * @property {boolean} isFromSearch - Is the item selected from a list of search results
149
+ * @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").
150
+ * @property {string} itemId - ID of item that is checked/unchecked (isSelectAll = TRUE --> itemId = "All")
151
+ * @property {number} itemIndex - Out of the list of results, what is the index of the clicked item.
152
+ * ** isSelectAll = TRUE --> itemIndex = 0
153
+ * @property {string} location - Location: Table List Header (for using the checkbox) /
154
+ * Table Bulk Toolbar (for using the CTA)(new from Dec 2022)
155
+ * @property {number} maxItems - (Optional) Max number of items that can be selected. null if there's no limit.
156
+ * @property {number} numItemsAfter - How many items have been selected after user clicks items.
157
+ * @property {number} numItemsBefore - How many items have been selected before user clicks items
158
+ * @property {number} numLevels - How many levels (or steps) exist in the selected item's hierarchy?
159
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
160
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
161
+ * @property {string} searchQuery - What did the user search?
162
+ * @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)
163
+ * @return {LogObject<cairoItemSelectionToggledParams>} LogObject<cairoItemSelectionToggledParams>
164
+ */
165
+ export declare function cairoItemSelectionToggled(params: cairoItemSelectionToggledParams): LogObject<cairoItemSelectionToggledParams>;
166
+ /**
167
+ * A function to create a log object for the 'pickerEndLoad' event (evid: 102)
168
+ *
169
+ * Event description: Cairo picker finished loading
170
+ *
171
+ * @param {pickerEndLoadParams} params - The parameters for this event
172
+ * @property {string} artifactId - Artifact that owns the component
173
+ * @property {string} cairoVersion
174
+ * @property {string} componentName - Optional in case having 2 pickers under the same artifact
175
+ * @property {string} componentType
176
+ * @property {GUID} csid
177
+ * @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
178
+ * @property {number} filteredListSize - How many items are to presented (filtered)
179
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
180
+ * @property {number} listSize - How many items exist (full list)
181
+ * @property {number} loadingTime - ms
182
+ * @property {number} maxItems - Max items to select in picker
183
+ * @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
184
+ * @property {string} resource - Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
185
+ * @property {string} type - standalone/modal
186
+ * @return {LogObject<pickerEndLoadParams>} LogObject<pickerEndLoadParams>
187
+ */
188
+ export declare function pickerEndLoad(params: pickerEndLoadParams): LogObject<pickerEndLoadParams>;
189
+ /**
190
+ * A function to create a log object for the 'cairoNestedTableCollapseAndExpand' event (evid: 165)
191
+ *
192
+ * 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)
193
+ *
194
+ * @param {cairoNestedTableCollapseAndExpandParams} params - The parameters for this event
195
+ * @property {string} artifactId - Artifact that owns the component
196
+ * @property {string} cairoVersion - cairo version
197
+ * @property {string} clickType - The click purpose : "Collapse" / "Expand"
198
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
199
+ * @property {string} componentType - Picker Standalone/Picker Modal/ Picker Dropdown /Table/Cards
200
+ * @property {number} countItems - The value the user see as the count of this item. If "Is select all"= true, then Null
201
+ * @property {GUID} csid - Cairo session id
202
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
203
+ * @property {number} currentLevel - What is the hierarchy level (or step) of the clicked item? (out of numLevels). If "Is select all"= true, then Null
204
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
205
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
206
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
207
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
208
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
209
+ * @property {boolean} isFromSearch - Is the item selected from a list of search results
210
+ * @property {boolean} isSelectAll - True if the user chose to collapse / expand all categories simultaneously
211
+ * @property {string} itemId - ID of the clicked item .If "Is select all"= true, then Null
212
+ * @property {number} itemIndex - Out of the list of results, what is the index of the clicked item .If "Is select all"= true, then Null
213
+ * @property {number} numLevels - How many levels (or steps) exist in the selected item's hierarchy?
214
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
215
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
216
+ * @property {string} searchQuery - What did the user search?
217
+ * @return {LogObject<cairoNestedTableCollapseAndExpandParams>} LogObject<cairoNestedTableCollapseAndExpandParams>
218
+ */
219
+ export declare function cairoNestedTableCollapseAndExpand(params: cairoNestedTableCollapseAndExpandParams): LogObject<cairoNestedTableCollapseAndExpandParams>;
220
+ /**
221
+ * A function to create a log object for the 'loadEnd' event (evid: 111)
222
+ *
223
+ * Event description: Sent when a Cairo component is done loading. Relevant components: Picker Standalone, Picker Modal, Table, Cards.
224
+ *
225
+ * @param {loadEndParams} params - The parameters for this event
226
+ * @property {string} artifactId - Artifact that owns the component
227
+ * @property {string} cairoVersion
228
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
229
+ * @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
230
+ * @property {string} componentType - Picker Standalone/Picker Modal/ Picker Dropdown/ Table/Cards
231
+ * @property {GUID} csid
232
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
233
+ * @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.
234
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
235
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
236
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
237
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
238
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
239
+ * @property {boolean} isInternalPage - Is under bo.wix.com (new from 03/2023)
240
+ * @property {number} listSize - How many items exist (full list, unfiltered). Relevant for Picker.
241
+ * @property {number} loadingTime - Component loading time in ms
242
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
243
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
244
+ * @property {Url} url - The page's url (new from 03/2023)
245
+ * @return {LogObject<loadEndParams>} LogObject<loadEndParams>
246
+ */
247
+ export declare function loadEnd(params: loadEndParams): LogObject<loadEndParams>;
248
+ /**
249
+ * A function to create a log object for the 'cairoTagsAddDeleteTag' event (evid: 168)
250
+ *
251
+ * Event description: Send when a user add or delete a tag from his component. Relevant for Verticals who allow use tags in their tables.
252
+ *
253
+ * @param {cairoTagsAddDeleteTagParams} params - The parameters for this event
254
+ * @property {string} actionName - Add / Delete / Rename
255
+ * @property {string} artifactId - Artifact that owns the component
256
+ * @property {string} cairoVersion - Cairo version
257
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
258
+ * @property {string} componentType - Component type
259
+ * @property {GUID} csid - Cairo session ID
260
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
261
+ * @property {boolean} isFromSearch - Is the action made from a list of tags search results?
262
+ * @property {number} numTags - How many tags are in the modal after this action?
263
+ * @property {string} origin - Where did the user make the action from? Tags Modal /
264
+ * @property {string} previousName - (Relevant only for action name=Rename) The tag's name, before the change
265
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
266
+ * @property {string} resource - resource
267
+ * @property {string} tagName - The name of the removed/added tag, or the new tag's name - incase of rename tag
268
+ * @return {LogObject<cairoTagsAddDeleteTagParams>} LogObject<cairoTagsAddDeleteTagParams>
269
+ */
270
+ export declare function cairoTagsAddDeleteTag(params: cairoTagsAddDeleteTagParams): LogObject<cairoTagsAddDeleteTagParams>;
271
+ /**
272
+ * A function to create a log object for the 'cairoExportProcessStart' event (evid: 128)
273
+ *
274
+ * Event description: Sent when the export process begins
275
+ *
276
+ * @param {cairoExportProcessStartParams} params - The parameters for this event
277
+ * @property {string} artifactId - Artifact that owns the component
278
+ * @property {string} cairoVersion
279
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
280
+ * @property {string} componentType - Table
281
+ * @property {GUID} csid
282
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
283
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
284
+ * @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.
285
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
286
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
287
+ * @property {string} selectedExportType - What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
288
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
289
+ * @property {number} try - Which try is this; if try > 1, this is a retry
290
+ * @return {LogObject<cairoExportProcessStartParams>} LogObject<cairoExportProcessStartParams>
291
+ */
292
+ export declare function cairoExportProcessStart(params: cairoExportProcessStartParams): LogObject<cairoExportProcessStartParams>;
293
+ /**
294
+ * A function to create a log object for the 'cairoExportFailedModalCtaClicked' event (evid: 135)
295
+ *
296
+ * Event description: Sent when the user clicks a CTA in the "Export Failed" modal
297
+ *
298
+ * @param {cairoExportFailedModalCtaClickedParams} params - The parameters for this event
299
+ * @property {string} artifactId - Artifact that owns the component
300
+ * @property {string} cairoVersion
301
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
302
+ * @property {string} componentType - Table
303
+ * @property {GUID} csid
304
+ * @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)
305
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
306
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
307
+ * @property {number} numItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
308
+ * @property {number} numItemsExported - How many items were exported before the export failed.
309
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
310
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
311
+ * @property {string} selectedExportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
312
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
313
+ * @property {number} try - Which try is this; if try > 1, this is a retry
314
+ * @return {LogObject<cairoExportFailedModalCtaClickedParams>} LogObject<cairoExportFailedModalCtaClickedParams>
315
+ */
316
+ export declare function cairoExportFailedModalCtaClicked(params: cairoExportFailedModalCtaClickedParams): LogObject<cairoExportFailedModalCtaClickedParams>;
317
+ /**
318
+ * A function to create a log object for the 'cairoSearchViewInViews' event (evid: 151)
319
+ *
320
+ * 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.
321
+ *
322
+ * @param {cairoSearchViewInViewsParams} params - The parameters for this event
323
+ * @property {string} artifactId - Artifact that owns the component
324
+ * @property {string} cairoVersion - Cairo version
325
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
326
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
327
+ * @property {GUID} csid
328
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
329
+ * @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).
330
+ * @property {number} numCategoriesInResults - Out of searchResultsCnt - how many results are from type of "categories"?
331
+ * @property {number} numViews - The distinct views IDs the users has when he searches a view
332
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
333
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
334
+ * @property {number} searchResultsCnt - How many results appeared for the search query. numSearchReults = 0 --> user saw empty state. This count includes "views" and "categories" results.
335
+ * @property {string} searchTerm - What did the user search? "" if removed search term.
336
+ * @return {LogObject<cairoSearchViewInViewsParams>} LogObject<cairoSearchViewInViewsParams>
337
+ */
338
+ export declare function cairoSearchViewInViews(params: cairoSearchViewInViewsParams): LogObject<cairoSearchViewInViewsParams>;
339
+ /**
340
+ * A function to create a log object for the 'pickerStartLoad' event (evid: 101)
341
+ *
342
+ * Event description: Cairo picker starts loading
343
+ *
344
+ * @param {pickerStartLoadParams} params - The parameters for this event
345
+ * @property {string} artifactId - Artifact that owns the component
346
+ * @property {string} cairoVersion
347
+ * @property {string} componentName - Optional in case having 2 pickers under the same artifact
348
+ * @property {string} componentType
349
+ * @property {GUID} csid
350
+ * @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
351
+ * @property {number} filteredListSize - How many items are to presented (filtered)
352
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
353
+ * @property {number} listSize - How many items exist (full list)
354
+ * @property {number} maxItems - Max items to select in picker
355
+ * @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
356
+ * @property {string} resource - Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
357
+ * @property {string} type - standalone/modal
358
+ * @return {LogObject<pickerStartLoadParams>} LogObject<pickerStartLoadParams>
359
+ */
360
+ export declare function pickerStartLoad(params: pickerStartLoadParams): LogObject<pickerStartLoadParams>;
361
+ /**
362
+ * A function to create a log object for the 'loadStart' event (evid: 110)
363
+ *
364
+ * Event description: Sent when a Cairo component starts loading. Relevant components: Picker Standalone, Picker Modal, Table, Cards.
365
+ *
366
+ * @param {loadStartParams} params - The parameters for this event
367
+ * @property {string} additionalFeaturesAvailability - Json field :({featureName: boolean}) (new from 06/2023), for features that don't suppose to impact performance
368
+ * @property {string} artifactId - Artifact that owns the component
369
+ * @property {string} cairoVersion - cairo version
370
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
371
+ * @property {string} componentType - Picker Standalone/Picker Modal/Picker Dropdown Table/Cards
372
+ * @property {GUID} csid
373
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
374
+ * @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.
375
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
376
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
377
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
378
+ * @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
379
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
380
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
381
+ * @property {Url} url - The page's url (new from 03/2023)
382
+ * @return {LogObject<loadStartParams>} LogObject<loadStartParams>
383
+ */
384
+ export declare function loadStart(params: loadStartParams): LogObject<loadStartParams>;
385
+ /**
386
+ * A function to create a log object for the 'pikachuItemCategorySelected' event (evid: 109)
387
+ *
388
+ * Event description: Sent when user selects a category from the Pikachu category menu (e.g. Coupons/Services/Products)
389
+ *
390
+ * @param {pikachuItemCategorySelectedParams} params - The parameters for this event
391
+ * @property {string} artifactId - Artifact that owns the component
392
+ * @property {string} cairoVersion
393
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
394
+ * @property {string} componentType
395
+ * @property {GUID} csid
396
+ * @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
397
+ * @property {string} itemCategory - Which type of item would we like to pick: 'Collection'/'Product'/'Service'/'Coupon'/'Standalone form'/'Invoice'/'Price quote'
398
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
399
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
400
+ * @return {LogObject<pikachuItemCategorySelectedParams>} LogObject<pikachuItemCategorySelectedParams>
401
+ */
402
+ export declare function pikachuItemCategorySelected(params: pikachuItemCategorySelectedParams): LogObject<pikachuItemCategorySelectedParams>;
403
+ /**
404
+ * A function to create a log object for the 'cairoExportCtaClicked' event (evid: 125)
405
+ *
406
+ * Event description: Sent when a user clicks the "Export" CTA in a Cairo component
407
+ *
408
+ * @param {cairoExportCtaClickedParams} params - The parameters for this event
409
+ * @property {string} artifactId - Artifact that owns the component
410
+ * @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}
411
+ * @property {string} cairoVersion
412
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
413
+ * @property {string} componentType - Table
414
+ * @property {GUID} csid
415
+ * @property {string} defaultExportType - What type of export is automatically selected when the user clicks the export CTA: "All Items"/"Filtered Items"/"Selected Items"
416
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
417
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
418
+ * @property {number} filteredListSize - How many items are currently presented to user (filtered)
419
+ * @property {number} numSelectedItems - How many items does the user wish to export
420
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
421
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
422
+ * @return {LogObject<cairoExportCtaClickedParams>} LogObject<cairoExportCtaClickedParams>
423
+ */
424
+ export declare function cairoExportCtaClicked(params: cairoExportCtaClickedParams): LogObject<cairoExportCtaClickedParams>;
425
+ /**
426
+ * A function to create a log object for the 'cairoCancelExportModalCtaClicked' event (evid: 130)
427
+ *
428
+ * Event description: Sent when the user clicks any of the CTAs in the "Cancel the export?" modal
429
+ *
430
+ * @param {cairoCancelExportModalCtaClickedParams} params - The parameters for this event
431
+ * @property {string} artifactId - Artifact that owns the component
432
+ * @property {string} cairoVersion
433
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
434
+ * @property {string} componentType - Table
435
+ * @property {GUID} csid
436
+ * @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")
437
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
438
+ * @property {number} duration - How much time (in ms) did it take since the export process began
439
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
440
+ * @property {string} modalType - Did the user try to close the tab ("Browser") or cancel the export ("Export")
441
+ * @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.
442
+ * @property {number} numItemsExported - How many items were exported before the user tried to cancel the export
443
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
444
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
445
+ * @property {string} selectedExportType - What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
446
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
447
+ * @property {number} try - Which try is this; if try > 1, this is a retry
448
+ * @return {LogObject<cairoCancelExportModalCtaClickedParams>} LogObject<cairoCancelExportModalCtaClickedParams>
449
+ */
450
+ export declare function cairoCancelExportModalCtaClicked(params: cairoCancelExportModalCtaClickedParams): LogObject<cairoCancelExportModalCtaClickedParams>;
451
+ /**
452
+ * A function to create a log object for the 'cairoPageDiscardChangesBeforeSave' event (evid: 174)
453
+ *
454
+ * 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)
455
+ *
456
+ * @param {cairoPageDiscardChangesBeforeSaveParams} params - The parameters for this event
457
+ * @property {string} artifactId - Artifact that owns the component
458
+ * @property {string} cairoVersion - Cairo version
459
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
460
+ * @property {string} componentType - Table/Cards / Picker
461
+ * @property {GUID} csid - Cairo session ID
462
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
463
+ * @property {number} numOfActions - Number of changed fields that their changes can be lost
464
+ * @property {number} numOfFields - How many fields are there that can be change in this page?
465
+ * @property {string} origin - Cancel CTA / Breadcrumbs / Back button / Navigation
466
+ * @property {string} pageType - Entity /
467
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
468
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
469
+ * @return {LogObject<cairoPageDiscardChangesBeforeSaveParams>} LogObject<cairoPageDiscardChangesBeforeSaveParams>
470
+ */
471
+ export declare function cairoPageDiscardChangesBeforeSave(params: cairoPageDiscardChangesBeforeSaveParams): LogObject<cairoPageDiscardChangesBeforeSaveParams>;
472
+ /**
473
+ * A function to create a log object for the 'cairoFileDownloadToastDownloadButtonClicked' event (evid: 134)
474
+ *
475
+ * Event description: Sent when the user clicks the "Download Manually" button in the toast that is displayed after the export process is complete
476
+ *
477
+ * @param {cairoFileDownloadToastDownloadButtonClickedParams} params - The parameters for this event
478
+ * @property {string} artifactId - Artifact that owns the component
479
+ * @property {string} cairoVersion
480
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
481
+ * @property {string} componentType - Table
482
+ * @property {GUID} csid
483
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
484
+ * @property {number} duration - How much time (in ms) was the notification displayed before the button was clicked
485
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
486
+ * @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
487
+ * @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
488
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
489
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
490
+ * @return {LogObject<cairoFileDownloadToastDownloadButtonClickedParams>} LogObject<cairoFileDownloadToastDownloadButtonClickedParams>
491
+ */
492
+ export declare function cairoFileDownloadToastDownloadButtonClicked(params: cairoFileDownloadToastDownloadButtonClickedParams): LogObject<cairoFileDownloadToastDownloadButtonClickedParams>;
493
+ /**
494
+ * A function to create a log object for the 'cairoTabSelected' event (evid: 121)
495
+ *
496
+ * Event description: Sent when a user selects a tab in a Cairo component. Relevant components: Table, Cards.
497
+ *
498
+ * @param {cairoTabSelectedParams} params - The parameters for this event
499
+ * @property {string} artifactId - Artifact that owns the component
500
+ * @property {string} cairoVersion
501
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
502
+ * @property {string} componentType - Table/Cards
503
+ * @property {GUID} csid
504
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
505
+ * @property {number} filteredListSize - How many items are currently presented to user, after new tab selection
506
+ * @property {boolean} hasAllTab - TRUE if "All" tab is displayed for this component; FALSE otherwise
507
+ * @property {string} newTabId - Name of the newly selected tab
508
+ * @property {number} newTabIndex - Index of the newly selected tab. 1 <= newTabIndex <= numTabs.
509
+ * @property {number} numTabs - How many tabs are dispalyed to the user
510
+ * @property {string} prevTabId - (Optional) Name of the previous tab that the user had selected. null if no tab was selected.
511
+ * @property {number} prevTabIndex - (Optional) Index of the previous tab that the user had selected. 1 <= prevTabIndex <= numTabs; null if no tab was selected.
512
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
513
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
514
+ * @return {LogObject<cairoTabSelectedParams>} LogObject<cairoTabSelectedParams>
515
+ */
516
+ export declare function cairoTabSelected(params: cairoTabSelectedParams): LogObject<cairoTabSelectedParams>;
517
+ /**
518
+ * A function to create a log object for the 'cairoViewsUnsuccessfulUpdateInServer' event (evid: 145)
519
+ *
520
+ * Event description: Sent when a user made an action on a view, but his changes weren't update in the server from different reasons
521
+ *
522
+ * @param {cairoViewsUnsuccessfulUpdateInServerParams} params - The parameters for this event
523
+ * @property {string} actionName - "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
524
+ * @property {string} artifactId - Artifact that owns the component
525
+ * @property {string} cairoVersion - cairo version
526
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
527
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
528
+ * @property {GUID} csid
529
+ * @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).
530
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
531
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
532
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
533
+ * @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
534
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
535
+ * @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
536
+ * @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.
537
+ * @property {boolean} isFromSearch - Was the failed action made on a search results?
538
+ * @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
539
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
540
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
541
+ * @property {string} searchQuery - (not relevant for now) What did the user search? isFromSearch = FALSE --> searchQuery = null .
542
+ * @property {number} timeFromEndAction - duration in ms from the end of the failed action until the error indication
543
+ * @property {string} viewId - Which view was the failed action made on. Relevant for Table and Cards.
544
+ * @return {LogObject<cairoViewsUnsuccessfulUpdateInServerParams>} LogObject<cairoViewsUnsuccessfulUpdateInServerParams>
545
+ */
546
+ export declare function cairoViewsUnsuccessfulUpdateInServer(params: cairoViewsUnsuccessfulUpdateInServerParams): LogObject<cairoViewsUnsuccessfulUpdateInServerParams>;
547
+ /**
548
+ * A function to create a log object for the 'cairoModalCtaClicked' event (evid: 162)
549
+ *
550
+ * Event description: Sent when a user clicks on a CTA in an an opened modal
551
+ *
552
+ * @param {cairoModalCtaClickedParams} params - The parameters for this event
553
+ * @property {string} artifactId - Artifact that owns the component
554
+ * @property {string} cairoVersion - cairo version
555
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
556
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
557
+ * @property {GUID} csid - Cairo session id
558
+ * @property {string} ctaName - The CTA name the user chose to do in the modal (for example: save, cancel, archive etc.). English only, not localized
559
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
560
+ * @property {string} localizedCtaName - The CTA name, localized
561
+ * @property {string} modalName - The modal's title (Archive custom field, etc.)
562
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
563
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
564
+ * @return {LogObject<cairoModalCtaClickedParams>} LogObject<cairoModalCtaClickedParams>
565
+ */
566
+ export declare function cairoModalCtaClicked(params: cairoModalCtaClickedParams): LogObject<cairoModalCtaClickedParams>;
567
+ /**
568
+ * A function to create a log object for the 'cairoAllFiltersCleared' event (evid: 118)
569
+ *
570
+ * Event description: Sent when a user clears all of the filters used in a Cairo component. Relevant components: Table, Cards.
571
+ *
572
+ * @param {cairoAllFiltersClearedParams} params - The parameters for this event
573
+ * @property {string} artifactId - Artifact that owns the component
574
+ * @property {string} cairoVersion
575
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
576
+ * @property {string} componentType - Table/Cards
577
+ * @property {GUID} csid
578
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
579
+ * @property {string} filterNames - Comma separated list of filter names that have been cleared
580
+ * @property {number} filteredListSize - How many items were presented to user, before all of the filters were cleared
581
+ * @property {number} numFiltersCleared - How many filters have been cleared
582
+ * @property {string} origin - "sidebar"/"toolbar"
583
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
584
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
585
+ * @return {LogObject<cairoAllFiltersClearedParams>} LogObject<cairoAllFiltersClearedParams>
586
+ */
587
+ export declare function cairoAllFiltersCleared(params: cairoAllFiltersClearedParams): LogObject<cairoAllFiltersClearedParams>;
588
+ /**
589
+ * A function to create a log object for the 'cairoCtaClicked' event (evid: 115)
590
+ *
591
+ * 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.
592
+ *
593
+ * @param {cairoCtaClickedParams} params - The parameters for this event
594
+ * @property {string} artifactId - Artifact that owns the component
595
+ * @property {string} cairoVersion
596
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
597
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
598
+ * @property {GUID} csid - cairo sessionId
599
+ * @property {number} ctaIndex - 1 <= ctaIndex <= numCtas -- the number of the CTA out of all CTAs in the specific location
600
+ * @property {string} ctaName - "Continue"/"Delete"/"Save"/"Accept"/"Edit"... (in English, not localized)
601
+ * @property {number} currentLevel - What is the hierarchy level (or step) of the selected item? (out of numLevels)
602
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
603
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
604
+ * @property {boolean} isSelectAll - Are all items in the list selected. numItems = filteredListSize ==> isSelectAll = TRUE
605
+ * @property {string} itemId - ID of the item that the user clicked on its CTA
606
+ * @property {number} itemIndex - Out of the list of items, what is the index of the clicked item . ** filteredListSize = X --> (1 <= itemIndex <= X)
607
+ * @property {string} localizedCtaName - The CTA name, localized
608
+ * @property {string} location - CTA location: multi bulk action toolbar, bulk action toolbar, action cell, Customize columns action cell
609
+ * @property {number} maxItems - (Optional) Max number of items that can be selected. null if there's no limit.
610
+ * @property {number} moreActionsIndex - (Optional) If the CTA is part of a "more actions" dropdown, its index in the dropdown; otherwise, null
611
+ * @property {number} numCtas - How many CTAs are available in the current location
612
+ * @property {number} numItems - How many items have been selected
613
+ * @property {number} numLevels - How many levels (or steps) exist in the selected item's hierarchy?
614
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
615
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
616
+ * @property {number} timeFromAction - The time from user CTA click until he gets feedback , in ms (new from Dec 2022)
617
+ * @return {LogObject<cairoCtaClickedParams>} LogObject<cairoCtaClickedParams>
618
+ */
619
+ export declare function cairoCtaClicked(params: cairoCtaClickedParams): LogObject<cairoCtaClickedParams>;
620
+ /**
621
+ * A function to create a log object for the 'cairoChangesBeforeApply' event (evid: 160)
622
+ *
623
+ * 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.
624
+ *
625
+ * @param {cairoChangesBeforeApplyParams} params - The parameters for this event
626
+ * @property {string} artifactId - Artifact that owns the component
627
+ * @property {string} cairoVersion - Cairo version
628
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
629
+ * @property {string} componentType - Table/Cards / Picker (from 12/2022)
630
+ * @property {GUID} csid - Cairo session ID
631
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
632
+ * @property {string} feature - Filters / Add Custom Field / Edit Custom Field
633
+ * @property {string} fieldName - The field that the user chose to change (not necessary to save) (Null if the user clicked on "clear")
634
+ * @property {string} fieldValue - The chosen value of the field (Null if the user clicked on "clear")
635
+ * @property {boolean} isClearButton - True if the user clicked on the clear button, False otherwise .
636
+ * @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)
637
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
638
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
639
+ * @return {LogObject<cairoChangesBeforeApplyParams>} LogObject<cairoChangesBeforeApplyParams>
640
+ */
641
+ export declare function cairoChangesBeforeApply(params: cairoChangesBeforeApplyParams): LogObject<cairoChangesBeforeApplyParams>;
642
+ /**
643
+ * A function to create a log object for the 'cairoTagsWidgetClickOnCta' event (evid: 172)
644
+ *
645
+ * 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.
646
+ *
647
+ * @param {cairoTagsWidgetClickOnCtaParams} params - The parameters for this event
648
+ * @property {string} actionName - Assign tags / Create tags / Manage tags
649
+ * @property {string} artifactId - Artifact that owns the component
650
+ * @property {string} cairoVersion - Cairo version
651
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
652
+ * @property {string} componentType - Component type
653
+ * @property {GUID} csid - Cairo session ID
654
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
655
+ * @property {string} itemId - The entity ID
656
+ * @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
657
+ * @property {number} numTagsAssigned - How many tags are already assigned to that item?
658
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
659
+ * @property {string} resource - resource
660
+ * @return {LogObject<cairoTagsWidgetClickOnCtaParams>} LogObject<cairoTagsWidgetClickOnCtaParams>
661
+ */
662
+ export declare function cairoTagsWidgetClickOnCta(params: cairoTagsWidgetClickOnCtaParams): LogObject<cairoTagsWidgetClickOnCtaParams>;
663
+ /**
664
+ * A function to create a log object for the 'cairoDataExtensionUnsuccessfulUpdateInServer' event (evid: 163)
665
+ *
666
+ * Event description: Sent when a user tried to save a custom field but his changes weren't update in the server from different reasons
667
+ *
668
+ * @param {cairoDataExtensionUnsuccessfulUpdateInServerParams} params - The parameters for this event
669
+ * @property {string} actionName - The action the user tried to do: Add/ Edit etc. (in English, not localized)
670
+ * @property {string} artifactId - Artifact that owns the component
671
+ * @property {string} cairoVersion - cairo version
672
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
673
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
674
+ * @property {GUID} csid - Cairo session id
675
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
676
+ * @property {string} errorType - What is the type of the error? Technical issue / Network error / 10k Limitation
677
+ * @property {string} fieldName - The name the user typed
678
+ * @property {string} fieldType - What type is the added field? Long text / Date / Number etc.
679
+ * @property {string} key - The key value
680
+ * @property {string} origin - Where did the user click on "add custom field" from? Custom columns panel / Entity page
681
+ * @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.
682
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
683
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
684
+ * @return {LogObject<cairoDataExtensionUnsuccessfulUpdateInServerParams>} LogObject<cairoDataExtensionUnsuccessfulUpdateInServerParams>
685
+ */
686
+ export declare function cairoDataExtensionUnsuccessfulUpdateInServer(params: cairoDataExtensionUnsuccessfulUpdateInServerParams): LogObject<cairoDataExtensionUnsuccessfulUpdateInServerParams>;
687
+ /**
688
+ * A function to create a log object for the 'cairoErrorInLoadingAComponent' event (evid: 164)
689
+ *
690
+ * Event description: Sent when a an error in Cairo component loading process happen . Relevant components: Picker Standalone, Picker Modal, Table, Cards.
691
+ *
692
+ * @param {cairoErrorInLoadingAComponentParams} params - The parameters for this event
693
+ * @property {string} artifactId - Artifact that owns the component
694
+ * @property {string} cairoVersion - cairo version
695
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
696
+ * @property {string} componentType - Picker Standalone/Picker Modal/Picker Dropdown Table/Cards
697
+ * @property {GUID} csid - Cairo session id
698
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
699
+ * @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.
700
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
701
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
702
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
703
+ * @property {string} errorType - Error type (if known): LoadCustomFieldsWidgetLazyContentFailed /
704
+ * InitCustomFieldsDataExtensionFailed /
705
+ * InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
706
+ * @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
707
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
708
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
709
+ * @property {Url} url - The page's url
710
+ * @return {LogObject<cairoErrorInLoadingAComponentParams>} LogObject<cairoErrorInLoadingAComponentParams>
711
+ */
712
+ export declare function cairoErrorInLoadingAComponent(params: cairoErrorInLoadingAComponentParams): LogObject<cairoErrorInLoadingAComponentParams>;
713
+ /**
714
+ * A function to create a log object for the 'cairoReloadErrorState' event (evid: 176)
715
+ *
716
+ * Event description: Sent when a an error in Cairo component loading process happened and the user reload the state
717
+ *
718
+ * @param {cairoReloadErrorStateParams} params - The parameters for this event
719
+ * @property {string} artifactId - Artifact that owns the component
720
+ * @property {string} cairoVersion - cairo version
721
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
722
+ * @property {string} componentType - Picker Standalone/Picker Modal/Picker Dropdown Table/Cards
723
+ * @property {GUID} csid - Cairo session id
724
+ * @property {string} cta - cta
725
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
726
+ * @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.
727
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
728
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
729
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
730
+ * @property {string} errorType - Error type (if known): LoadCustomFieldsWidgetLazyContentFailed /
731
+ * InitCustomFieldsDataExtensionFailed /
732
+ * InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
733
+ * @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
734
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
735
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
736
+ * @property {Url} url - The page's url
737
+ * @return {LogObject<cairoReloadErrorStateParams>} LogObject<cairoReloadErrorStateParams>
738
+ */
739
+ export declare function cairoReloadErrorState(params: cairoReloadErrorStateParams): LogObject<cairoReloadErrorStateParams>;
740
+ /**
741
+ * A function to create a log object for the 'newItemCreationEnd' event (evid: 107)
742
+ *
743
+ * Event description: Sent when the "create new" process ends (and the result is shown to the user)
744
+ *
745
+ * @param {newItemCreationEndParams} params - The parameters for this event
746
+ * @property {string} artifactId - Artifact that owns the component
747
+ * @property {string} cairoVersion
748
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
749
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
750
+ * @property {GUID} csid
751
+ * @property {string} currentFilters - filters
752
+ * @property {string} currentSortOrder - sort order
753
+ * @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
754
+ * @property {number} filteredListSize - How many items are currently presented to user (filtered)
755
+ * @property {string} itemId - resultType= "success" --> itemId = ID of newly created item; resultType = "dismissed" --> itemId = null
756
+ * @property {number} listSize - How many items exist, after item creation (full list, unfiltered)
757
+ * @property {number} maxItems - Max number of items that can be selected
758
+ * @property {number} numColumns - columns
759
+ * @property {number} numFiltersActive - filters
760
+ * @property {number} numSelectedItems - How many items have been selected before trying to create a new one. 0 <= numItems < maxItems
761
+ * @property {number} numSortedColumns - sort
762
+ * @property {string} origin - "Add New" click source: "Main CTA" / "Card CTA"
763
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
764
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
765
+ * @property {string} resultType - "success"/"dismissed"
766
+ * @property {string} type - standalone/modal
767
+ * @property {string} visibleColumnsOrder - visible columns order
768
+ * @return {LogObject<newItemCreationEndParams>} LogObject<newItemCreationEndParams>
769
+ */
770
+ export declare function newItemCreationEnd(params: newItemCreationEndParams): LogObject<newItemCreationEndParams>;
771
+ /**
772
+ * A function to create a log object for the 'cairoTagsWidgetLoaded' event (evid: 171)
773
+ *
774
+ * Event description: Send when a Tags' widget is loaded. Relevant for Verticals who allow use tags in their tables.
775
+ *
776
+ * @param {cairoTagsWidgetLoadedParams} params - The parameters for this event
777
+ * @property {string} artifactId - Artifact that owns the component
778
+ * @property {string} cairoVersion - Cairo version
779
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
780
+ * @property {string} componentType - Component type
781
+ * @property {GUID} csid - Cairo session ID
782
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
783
+ * @property {string} itemId - The entity ID (that the widget was loaded in its page)
784
+ * @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
785
+ * @property {number} numTagsAssigned - How many tags are assigned to that entity when the widget is loaded?
786
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
787
+ * @property {string} resource - resource
788
+ * @return {LogObject<cairoTagsWidgetLoadedParams>} LogObject<cairoTagsWidgetLoadedParams>
789
+ */
790
+ export declare function cairoTagsWidgetLoaded(params: cairoTagsWidgetLoadedParams): LogObject<cairoTagsWidgetLoadedParams>;
791
+ /**
792
+ * A function to create a log object for the 'cairoTableTopNotificationDismissed' event (evid: 137)
793
+ *
794
+ * Event description: Sent when the notification at the top of the table is dismissed, either manually or automatically
795
+ *
796
+ * @param {cairoTableTopNotificationDismissedParams} params - The parameters for this event
797
+ * @property {string} artifactId - Artifact that owns the component
798
+ * @property {string} cairoVersion
799
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
800
+ * @property {string} componentType - Table
801
+ * @property {GUID} csid
802
+ * @property {string} dismissMode - Did the user click the X button ("manual") or was the notification automatically dismissed ("automatic")
803
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
804
+ * @property {number} duration - How much time (in ms) was the notification displayed before it was dismissed
805
+ * @property {number} filteredListSize - How many items are currently presented to user (full list, filtered)
806
+ * @property {string} notificationText - What is displayed to the user, localized
807
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
808
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
809
+ * @return {LogObject<cairoTableTopNotificationDismissedParams>} LogObject<cairoTableTopNotificationDismissedParams>
810
+ */
811
+ export declare function cairoTableTopNotificationDismissed(params: cairoTableTopNotificationDismissedParams): LogObject<cairoTableTopNotificationDismissedParams>;
812
+ /**
813
+ * A function to create a log object for the 'cairoSectionCtaClicked' event (evid: 153)
814
+ *
815
+ * Event description: Send when a user click on a section CTA (show more / show less etc.)
816
+ *
817
+ * @param {cairoSectionCtaClickedParams} params - The parameters for this event
818
+ * @property {string} artifactId - Artifact that owns the component
819
+ * @property {string} cairoVersion - Cairo version
820
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
821
+ * @property {string} componentType - Section name (Folders)
822
+ * @property {GUID} csid
823
+ * @property {string} ctaId - CTA ID
824
+ * @property {string} ctaName - cta key (show more / show less etc.)
825
+ * @property {string} ctaType - Main / Secondary / More actions
826
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
827
+ * @property {string} localizedCtaName - The CTA name, localized
828
+ * @property {string} loaction - CTA location: Section Toolbar, Collection Toolbar
829
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
830
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
831
+ * @property {string} sectionType - For example: Folders, Table/Grid switch etc.
832
+ * @return {LogObject<cairoSectionCtaClickedParams>} LogObject<cairoSectionCtaClickedParams>
833
+ */
834
+ export declare function cairoSectionCtaClicked(params: cairoSectionCtaClickedParams): LogObject<cairoSectionCtaClickedParams>;
835
+ /**
836
+ * A function to create a log object for the 'cairoFileDownloadToastDisplayed' event (evid: 132)
837
+ *
838
+ * Event description: Sent when the export ends successfully and the user is prompted that the file is being downloaded
839
+ *
840
+ * @param {cairoFileDownloadToastDisplayedParams} params - The parameters for this event
841
+ * @property {string} artifactId - Artifact that owns the component
842
+ * @property {string} cairoVersion
843
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
844
+ * @property {string} componentType - Table
845
+ * @property {GUID} csid
846
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
847
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
848
+ * @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
849
+ * @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
850
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
851
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
852
+ * @property {number} try - Which try is this; if try > 1, this is a retry
853
+ * @return {LogObject<cairoFileDownloadToastDisplayedParams>} LogObject<cairoFileDownloadToastDisplayedParams>
854
+ */
855
+ export declare function cairoFileDownloadToastDisplayed(params: cairoFileDownloadToastDisplayedParams): LogObject<cairoFileDownloadToastDisplayedParams>;
856
+ /**
857
+ * A function to create a log object for the 'cairoSearchResults' event (evid: 116)
858
+ *
859
+ * 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.
860
+ *
861
+ * @param {cairoSearchResultsParams} params - The parameters for this event
862
+ * @property {string} artifactId - Artifact that owns the component
863
+ * @property {string} cairoVersion
864
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
865
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
866
+ * @property {GUID} csid
867
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
868
+ * @property {number} loadingTime - How much time (in ms) did it take to load the results for searchQuery
869
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
870
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
871
+ * @property {number} searchResultsCnt - How many results appeared for the search query. numSearchReults = 0 --> user saw empty state.
872
+ * @property {string} searchTerm - What did the user search? "" if removed search term.
873
+ * @return {LogObject<cairoSearchResultsParams>} LogObject<cairoSearchResultsParams>
874
+ */
875
+ export declare function cairoSearchResults(params: cairoSearchResultsParams): LogObject<cairoSearchResultsParams>;
876
+ /**
877
+ * A function to create a log object for the 'cairoTagsModalEndProcess' event (evid: 167)
878
+ *
879
+ * Event description: Send when a user click on button that will close "Tags Modal". Relevant for Verticals who allow use tags in their tables.
880
+ *
881
+ * @param {cairoTagsModalEndProcessParams} params - The parameters for this event
882
+ * @property {string} artifactId - Artifact that owns the component
883
+ * @property {string} cairoVersion - Cairo version
884
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
885
+ * @property {string} componentType - Component type
886
+ * @property {GUID} csid - Cairo session ID
887
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
888
+ * @property {string} endType - Close without changes
889
+ * @property {number} numTags - How many tags are in the modal?
890
+ * @property {string} origin - Where did the user open Manage Tags modal from?
891
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
892
+ * @property {string} resource - resource
893
+ * @return {LogObject<cairoTagsModalEndProcessParams>} LogObject<cairoTagsModalEndProcessParams>
894
+ */
895
+ export declare function cairoTagsModalEndProcess(params: cairoTagsModalEndProcessParams): LogObject<cairoTagsModalEndProcessParams>;
896
+ /**
897
+ * A function to create a log object for the 'cairoManageViewClicked' event (evid: 142)
898
+ *
899
+ * Event description: Sent when a user clicks on "Manage View" in a Cairo component. Relevant components: Table, Cards.
900
+ *
901
+ * @param {cairoManageViewClickedParams} params - The parameters for this event
902
+ * @property {string} artifactId - Artifact that owns the component
903
+ * @property {string} cairoVersion - Cairo version
904
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
905
+ * @property {string} componentType - Table/Cards
906
+ * @property {GUID} csid
907
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
908
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
909
+ * @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
910
+ * @property {number} numFiltersInView - How many filters comprise the saved view
911
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
912
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
913
+ * @return {LogObject<cairoManageViewClickedParams>} LogObject<cairoManageViewClickedParams>
914
+ */
915
+ export declare function cairoManageViewClicked(params: cairoManageViewClickedParams): LogObject<cairoManageViewClickedParams>;
916
+ /**
917
+ * A function to create a log object for the 'cairoTagsModalStartLoad' event (evid: 166)
918
+ *
919
+ * Event description: Send when a user click on a "Tags Modal". Relevant for Verticals who allow use tags in their tables.
920
+ *
921
+ * @param {cairoTagsModalStartLoadParams} params - The parameters for this event
922
+ * @property {string} artifactId - Artifact that owns the component
923
+ * @property {string} cairoVersion - Cairo version
924
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
925
+ * @property {string} componentType - Component type
926
+ * @property {GUID} csid - Cairo session ID
927
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
928
+ * @property {number} numTags - How many tags are to be presented?
929
+ * @property {string} origin - Where did the user open Manage Tags modal from?
930
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
931
+ * @property {string} resource - resource
932
+ * @return {LogObject<cairoTagsModalStartLoadParams>} LogObject<cairoTagsModalStartLoadParams>
933
+ */
934
+ export declare function cairoTagsModalStartLoad(params: cairoTagsModalStartLoadParams): LogObject<cairoTagsModalStartLoadParams>;
935
+ /**
936
+ * A function to create a log object for the 'cairoSortUnsuccessfulUpdateInServer' event (evid: 148)
937
+ *
938
+ * Event description: Sent when a user made a sort action but his changes weren't update in the server from different reasons
939
+ *
940
+ * @param {cairoSortUnsuccessfulUpdateInServerParams} params - The parameters for this event
941
+ * @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)
942
+ * @property {string} artifactId - Artifact that owns the component
943
+ * @property {string} cairoVersion - cairo version
944
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
945
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
946
+ * @property {GUID} csid
947
+ * @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).
948
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
949
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
950
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
951
+ * @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
952
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
953
+ * @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
954
+ * @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.
955
+ * @property {boolean} isFromSearch - Was the failed action made on a search results?
956
+ * @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
957
+ * @property {string} origin - The location thefailed sort action was made from :"SidePanel"/"ColumnHeader"
958
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
959
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
960
+ * @property {string} searchQuery - (not relevant for now) What did the user search? isFromSearch = FALSE --> searchQuery = null .
961
+ * @property {string} sortOrderApplied - Which columns were used to sort the list when the user made the failed action: [{"fieldName": "FIELD_NAME", "order": "asc"}
962
+ * @property {string} sortingColumn - The sorted column that the user attempted to update (but failed).
963
+ * @property {string} tabShown
964
+ * @property {number} timeFromEndAction - duration in ms from the end of the failed action until the error indication
965
+ * @property {string} viewShown
966
+ * @property {string} visibleColumnsOrder - Which columns are currently comprise the saved view- by the order the user defined
967
+ * @return {LogObject<cairoSortUnsuccessfulUpdateInServerParams>} LogObject<cairoSortUnsuccessfulUpdateInServerParams>
968
+ */
969
+ export declare function cairoSortUnsuccessfulUpdateInServer(params: cairoSortUnsuccessfulUpdateInServerParams): LogObject<cairoSortUnsuccessfulUpdateInServerParams>;
970
+ /**
971
+ * A function to create a log object for the 'cairoItemToggledInExportModal' event (evid: 126)
972
+ *
973
+ * Event description: Sent when user changes selection in the Cairo export modal
974
+ *
975
+ * @param {cairoItemToggledInExportModalParams} params - The parameters for this event
976
+ * @property {string} artifactId - Artifact that owns the component
977
+ * @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}
978
+ * @property {string} cairoVersion
979
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
980
+ * @property {string} componentType - Table
981
+ * @property {GUID} csid
982
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
983
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
984
+ * @property {number} filteredListSize - How many items are currently presented to user (filtered)
985
+ * @property {string} newSelectedExportType - What type of export did the user switch to: "All Items"/"Filtered Items"/"Selected Items"
986
+ * @property {string} prevSelectedExportType - What type of export did the user have selected before swiching to newSelectedExportType: "All Items"/"Filtered Items"/"Selected Items"
987
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
988
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
989
+ * @return {LogObject<cairoItemToggledInExportModalParams>} LogObject<cairoItemToggledInExportModalParams>
990
+ */
991
+ export declare function cairoItemToggledInExportModal(params: cairoItemToggledInExportModalParams): LogObject<cairoItemToggledInExportModalParams>;
992
+ /**
993
+ * A function to create a log object for the 'cairoDragActionUnsuccessfulUpdateInServer' event (evid: 140)
994
+ *
995
+ * Event description: Sent when a user finish to drag items but those changes weren't update in the server from different reasons
996
+ *
997
+ * @param {cairoDragActionUnsuccessfulUpdateInServerParams} params - The parameters for this event
998
+ * @property {string} artifactId - Artifact that owns the component
999
+ * @property {string} cairoVersion - cairo version
1000
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1001
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1002
+ * @property {GUID} csid
1003
+ * @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).
1004
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1005
+ * @property {GUID} dragAndDropID - A "couple" identifier , match between drag action and its drop action- will get the identifier of the failed action
1006
+ * @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
1007
+ * @property {number} filteredListSize - How many items are to be presented (filtered)?
1008
+ * @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
1009
+ * @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.
1010
+ * @property {string} itemId - ID of the item that the user tries to drag
1011
+ * @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
1012
+ * @property {number} itemIndexBefore - Out of the list of results, what was the index of the clicked item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
1013
+ * @property {number} numItemsBefore - How many items have been selected before user clicks item and starts the drag action?
1014
+ * @property {number} numItemsBeforeFailed - How many items have been selected when user made the failed action?
1015
+ * @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
1016
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1017
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1018
+ * @property {string} searchQuery - (not relevant for now) What did the user search? isFromSearch = FALSE --> searchQuery = null .
1019
+ * @property {string} sortOrderApplied - Which columns were used to sort the list when the user made the failed action: [{"fieldName": "FIELD_NAME", "order": "asc"}
1020
+ * @property {string} tabShown - Which tab was displayed to the user when he made the failed action. Relevant for Table and Cards.
1021
+ * @property {number} timeFromEndDrag - duration in ms from the end of the drag action until the error indication
1022
+ * @property {string} viewShown - Which view was displayed to the user when he made the failed action. Relevant for Table and Cards.
1023
+ * @property {boolean} wasFromHandle - Was the failed action made from the handle area?
1024
+ * @return {LogObject<cairoDragActionUnsuccessfulUpdateInServerParams>} LogObject<cairoDragActionUnsuccessfulUpdateInServerParams>
1025
+ */
1026
+ export declare function cairoDragActionUnsuccessfulUpdateInServer(params: cairoDragActionUnsuccessfulUpdateInServerParams): LogObject<cairoDragActionUnsuccessfulUpdateInServerParams>;
1027
+ /**
1028
+ * A function to create a log object for the 'cairoSearchForTags' event (evid: 170)
1029
+ *
1030
+ * Event description: Sent when the search results are displayed, after a user searches for a tag. Relevant for tables that enabled using tags.
1031
+ *
1032
+ * @param {cairoSearchForTagsParams} params - The parameters for this event
1033
+ * @property {string} artifactId - Artifact that owns the component
1034
+ * @property {string} cairoVersion - Cairo version
1035
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1036
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1037
+ * @property {GUID} csid - Cairo session id
1038
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1039
+ * @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
1040
+ * @property {string} location - Where did the user search for the tag? Manage tags modal /
1041
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1042
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1043
+ * @property {number} searchResultsCnt - How many results appeared for the search query. numSearchReults = 0 --> user saw the option to add this tag as new
1044
+ * @property {string} searchTerm - What did the user search? "" if removed search term.
1045
+ * @return {LogObject<cairoSearchForTagsParams>} LogObject<cairoSearchForTagsParams>
1046
+ */
1047
+ export declare function cairoSearchForTags(params: cairoSearchForTagsParams): LogObject<cairoSearchForTagsParams>;
1048
+ /**
1049
+ * A function to create a log object for the 'cairoManageViewActionSelected' event (evid: 143)
1050
+ *
1051
+ * Event description: Sent when a user selects one of the actions in "manage view" menu.
1052
+ *
1053
+ * @param {cairoManageViewActionSelectedParams} params - The parameters for this event
1054
+ * @property {number} actionIndex - 1 <= actionIndex <= numActions -- the number of the action out of all actions in the menu
1055
+ * @property {string} actionName - "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
1056
+ * @property {string} artifactId - Artifact that owns the component
1057
+ * @property {string} cairoVersion - cairo version
1058
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1059
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1060
+ * @property {GUID} csid
1061
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
1062
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1063
+ * @property {number} numActions - How many actions are existing in the current menu (including disabled actions)?
1064
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1065
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1066
+ * @return {LogObject<cairoManageViewActionSelectedParams>} LogObject<cairoManageViewActionSelectedParams>
1067
+ */
1068
+ export declare function cairoManageViewActionSelected(params: cairoManageViewActionSelectedParams): LogObject<cairoManageViewActionSelectedParams>;
1069
+ /**
1070
+ * A function to create a log object for the 'cairoLearnMore' event (evid: 158)
1071
+ *
1072
+ * Event description: Send when a user click on "Learn More" from Cairo component.
1073
+ *
1074
+ * @param {cairoLearnMoreParams} params - The parameters for this event
1075
+ * @property {string} artifactId - Artifact that owns the component
1076
+ * @property {string} cairoVersion - Cairo version
1077
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1078
+ * @property {string} componentType - Section name (Folders)
1079
+ * @property {GUID} csid - Cairo session ID
1080
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1081
+ * @property {string} origin - Where did the user click on "Learn more" from? Add Custom Field Modal/ Edit Custom Field Modal / Table Toolbar
1082
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1083
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1084
+ * @return {LogObject<cairoLearnMoreParams>} LogObject<cairoLearnMoreParams>
1085
+ */
1086
+ export declare function cairoLearnMore(params: cairoLearnMoreParams): LogObject<cairoLearnMoreParams>;
1087
+ /**
1088
+ * A function to create a log object for the 'cairoAssignTagsToEntities' event (evid: 175)
1089
+ *
1090
+ * Event description: Assign Tags to entities
1091
+ *
1092
+ * @param {cairoAssignTagsToEntitiesParams} params - The parameters for this event
1093
+ * @property {string} actionName - Assign / Remove
1094
+ * @property {string} artifactId - Artifact that owns the component
1095
+ * @property {string} assignedTags - array of tags that were assigned (empty array if none)
1096
+ * @property {string} cairoVersion - Cairo version
1097
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1098
+ * @property {string} componentType - Component type
1099
+ * @property {GUID} csid - Cairo session ID
1100
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1101
+ * @property {boolean} isFromSearch - Is the action made from a list of tags search results?
1102
+ * @property {string} itemIds - array of items ids that were selected
1103
+ * @property {number} numItems - How many items have been selected?
1104
+ * @property {string} origin - Where did the user make the action from?
1105
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1106
+ * @property {string} resource - resource
1107
+ * @property {string} unAssignedTags - array of tags that were unassigned (empty array if none)
1108
+ * @return {LogObject<cairoAssignTagsToEntitiesParams>} LogObject<cairoAssignTagsToEntitiesParams>
1109
+ */
1110
+ export declare function cairoAssignTagsToEntities(params: cairoAssignTagsToEntitiesParams): LogObject<cairoAssignTagsToEntitiesParams>;
1111
+ /**
1112
+ * A function to create a log object for the 'cairoPageCtaClicked' event (evid: 150)
1113
+ *
1114
+ * Event description: Sent when a user clicks a Page CTA ('add', 'more actions' etc.).
1115
+ *
1116
+ * @param {cairoPageCtaClickedParams} params - The parameters for this event
1117
+ * @property {string} artifactId - Artifact that owns the component
1118
+ * @property {string} cairoVersion - Cairo version
1119
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1120
+ * @property {string} componentType - Page
1121
+ * @property {GUID} csid
1122
+ * @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
1123
+ * @property {string} ctaType - Main / Secondary / More Actions Dropdown / More Actions Option
1124
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1125
+ * @property {boolean} isValid - (Relevant only for Save CTA) True=if all fields are validated, False= if there are validation errors
1126
+ * @property {string} location - CTA location: TBD
1127
+ * @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
1128
+ * @property {number} numCtas - (Relevant only for 'More Action Option' CTA) How many CTAs are available in the more action dropdown?
1129
+ * @property {string} pageType - Collection / Entity
1130
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1131
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1132
+ * @property {string} section - Relevant only for "cta type"="more actions option". Will get one of the values: Vertical / Cairo / TPA
1133
+ * @return {LogObject<cairoPageCtaClickedParams>} LogObject<cairoPageCtaClickedParams>
1134
+ */
1135
+ export declare function cairoPageCtaClicked(params: cairoPageCtaClickedParams): LogObject<cairoPageCtaClickedParams>;
1136
+ /**
1137
+ * A function to create a log object for the 'cairoTableTopNotificationDisplayed' event (evid: 136)
1138
+ *
1139
+ * Event description: Sent when a notification is displayed, showing a message that appears between the table header and the table rows
1140
+ *
1141
+ * @param {cairoTableTopNotificationDisplayedParams} params - The parameters for this event
1142
+ * @property {string} artifactId - Artifact that owns the component
1143
+ * @property {string} cairoVersion
1144
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1145
+ * @property {string} componentType - Table
1146
+ * @property {GUID} csid
1147
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1148
+ * @property {number} filteredListSize - How many items are currently presented to user (full list, filtered)
1149
+ * @property {string} notificationText - What is displayed to the user, localized
1150
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1151
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1152
+ * @return {LogObject<cairoTableTopNotificationDisplayedParams>} LogObject<cairoTableTopNotificationDisplayedParams>
1153
+ */
1154
+ export declare function cairoTableTopNotificationDisplayed(params: cairoTableTopNotificationDisplayedParams): LogObject<cairoTableTopNotificationDisplayedParams>;
1155
+ /**
1156
+ * A function to create a log object for the 'cairoTryAgainClicked' event (evid: 141)
1157
+ *
1158
+ * Event description: Sent when a user clicks on a "try again" CTA he gets in an error notification
1159
+ *
1160
+ * @param {cairoTryAgainClickedParams} params - The parameters for this event
1161
+ * @property {string} actionName - the action name that failed and triggered the notification (for example: drag, column reorder etc.)
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
1167
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1168
+ * @property {number} filteredListSize - How many items were presented when the user made the failed action (filtered)
1169
+ * @property {boolean} isFromSearch - Did the user made the failed action on a list of search results
1170
+ * @property {string} loaction - Toast / Custom fields widget / View only widget / Component error state
1171
+ * @property {number} numOfWaitingUpdates - (optional) number of updates in the sequence that follow the failed action
1172
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1173
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1174
+ * @return {LogObject<cairoTryAgainClickedParams>} LogObject<cairoTryAgainClickedParams>
1175
+ */
1176
+ export declare function cairoTryAgainClicked(params: cairoTryAgainClickedParams): LogObject<cairoTryAgainClickedParams>;
1177
+ /**
1178
+ * A function to create a log object for the 'cairoFiltersPanelUsed' event (evid: 119)
1179
+ *
1180
+ * 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.
1181
+ *
1182
+ * @param {cairoFiltersPanelUsedParams} params - The parameters for this event
1183
+ * @property {string} artifactId - Artifact that owns the component
1184
+ * @property {string} cairoVersion
1185
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1186
+ * @property {string} componentType - Table/Cards
1187
+ * @property {GUID} csid
1188
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"} (new field from 01/2023)
1189
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards. (new field from 01/2023)
1190
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1191
+ * @property {string} feature - Filter / Sort / Costume Columns / Manage Views / Manage custom fields (new field from 01/2023)/Tags
1192
+ * @property {boolean} isOpened - TRUE if the user just opened the sidebar; FALSE if closed
1193
+ * @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)
1194
+ * @property {number} numColumns - How many columns are shown? (new field from 01/2023)
1195
+ * @property {number} numFiltersActive - The number of active filters when the user opened/closed the panel/menu
1196
+ * @property {number} numFiltersInView - How many filters comprise the saved view (new field from 01/2023)
1197
+ * @property {number} numSortedColumns - How many columns actively sort the data? (new field from 01/2023)
1198
+ * @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
1199
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1200
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1201
+ * @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)
1202
+ * @property {string} visibleColumnsOrder - Which columns are currently shown to the user - by the order the user defined (new field from 01/2023)
1203
+ * @return {LogObject<cairoFiltersPanelUsedParams>} LogObject<cairoFiltersPanelUsedParams>
1204
+ */
1205
+ export declare function cairoFiltersPanelUsed(params: cairoFiltersPanelUsedParams): LogObject<cairoFiltersPanelUsedParams>;
1206
+ /**
1207
+ * A function to create a log object for the 'cairoDragItem' event (evid: 138)
1208
+ *
1209
+ * Event description: Sent when a user clicks on an item and tries to drag it, in order to sort the items manually
1210
+ *
1211
+ * @param {cairoDragItemParams} params - The parameters for this event
1212
+ * @property {string} artifactId - Artifact that owns the component
1213
+ * @property {string} cairoVersion - cairo version
1214
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1215
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1216
+ * @property {GUID} csid
1217
+ * @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).
1218
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
1219
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
1220
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
1221
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1222
+ * @property {GUID} dragAndDropID - A "couple" identifier , match between drag action and its drop action
1223
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
1224
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
1225
+ * @property {boolean} isFromHandle - Is the item dragged from the handle area?
1226
+ * @property {boolean} isFromSearch - Did the user try to drag the item from a list of search results (relate to ticket 521).
1227
+ * @property {string} itemId - ID of the item that the user tries to drag.
1228
+ * @property {number} itemIndex - Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndex <= X)
1229
+ * @property {number} numItemsBefore - (relate to ticket 526). How many items have been selected before user clicks item and starts the drag action?
1230
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1231
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1232
+ * @property {string} searchQuery - What did the user search? isFromSearch = FALSE --> searchQuery = null. (relate to ticket 521).
1233
+ * @return {LogObject<cairoDragItemParams>} LogObject<cairoDragItemParams>
1234
+ */
1235
+ export declare function cairoDragItem(params: cairoDragItemParams): LogObject<cairoDragItemParams>;
1236
+ /**
1237
+ * A function to create a log object for the 'cairoFileDownloadToastDismissed' event (evid: 133)
1238
+ *
1239
+ * 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).
1240
+ *
1241
+ * @param {cairoFileDownloadToastDismissedParams} params - The parameters for this event
1242
+ * @property {string} artifactId - Artifact that owns the component
1243
+ * @property {string} cairoVersion
1244
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1245
+ * @property {string} componentType - Table
1246
+ * @property {GUID} csid
1247
+ * @property {string} dismissMode - Did the user click the X button ("manual") or was the notification automatically dismissed ("automatic")
1248
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1249
+ * @property {number} duration - How much time (in ms) was the notification displayed before it was dismissed
1250
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
1251
+ * @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
1252
+ * @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
1253
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1254
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1255
+ * @return {LogObject<cairoFileDownloadToastDismissedParams>} LogObject<cairoFileDownloadToastDismissedParams>
1256
+ */
1257
+ export declare function cairoFileDownloadToastDismissed(params: cairoFileDownloadToastDismissedParams): LogObject<cairoFileDownloadToastDismissedParams>;
1258
+ /**
1259
+ * A function to create a log object for the 'cairoUserAttemptsToCancelTheExport' event (evid: 129)
1260
+ *
1261
+ * Event description: Sent when the user tries to cancel the export process AFTER it has begun
1262
+ *
1263
+ * @param {cairoUserAttemptsToCancelTheExportParams} params - The parameters for this event
1264
+ * @property {string} artifactId - Artifact that owns the component
1265
+ * @property {string} cairoVersion
1266
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1267
+ * @property {string} componentType - Table
1268
+ * @property {GUID} csid
1269
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1270
+ * @property {number} duration - How much time (in ms) did it take since the export process began
1271
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
1272
+ * @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.
1273
+ * @property {number} numItemsExported - How many items were exported before the user tried to cancel the export
1274
+ * @property {string} origin - How did the user try to cancel the export process: "Tab Closed"/"Cancel Buton"/"X Button"
1275
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1276
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1277
+ * @property {string} selectedExportType - What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
1278
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
1279
+ * @property {number} try - Which try is this; if try > 1, this is a retry
1280
+ * @return {LogObject<cairoUserAttemptsToCancelTheExportParams>} LogObject<cairoUserAttemptsToCancelTheExportParams>
1281
+ */
1282
+ export declare function cairoUserAttemptsToCancelTheExport(params: cairoUserAttemptsToCancelTheExportParams): LogObject<cairoUserAttemptsToCancelTheExportParams>;
1283
+ /**
1284
+ * A function to create a log object for the 'pickerPickModalCtaButtonClickOrImmediateCta' event (evid: 104)
1285
+ *
1286
+ * Event description: Actual pick inside the Cairo picker (CTA button or immediate CTA)
1287
+ *
1288
+ * @param {pickerPickModalCtaButtonClickOrImmediateCtaParams} params - The parameters for this event
1289
+ * @property {string} artifactId - Artifact that owns the component
1290
+ * @property {string} cairoVersion
1291
+ * @property {string} componentName - Optional in case having 2 pickers under the same artifact
1292
+ * @property {string} componentType
1293
+ * @property {GUID} csid
1294
+ * @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
1295
+ * @property {number} filteredListSize - How many items are to presented (filtered)
1296
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
1297
+ * @property {boolean} isImmediate - Is it an immediate CTA
1298
+ * @property {number} itemsCnt - Number of total items picked
1299
+ * @property {number} listSize - How many items exist (full list)
1300
+ * @property {number} maxItems - Max items to select in picker
1301
+ * @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
1302
+ * @property {string} resource - Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
1303
+ * @property {string} type - standalone/modal
1304
+ * @return {LogObject<pickerPickModalCtaButtonClickOrImmediateCtaParams>} LogObject<pickerPickModalCtaButtonClickOrImmediateCtaParams>
1305
+ */
1306
+ export declare function pickerPickModalCtaButtonClickOrImmediateCta(params: pickerPickModalCtaButtonClickOrImmediateCtaParams): LogObject<pickerPickModalCtaButtonClickOrImmediateCtaParams>;
1307
+ /**
1308
+ * A function to create a log object for the 'newItemCreationStart' event (evid: 106)
1309
+ *
1310
+ * Event description: Sent when the user clicks the "create new" button
1311
+ *
1312
+ * @param {newItemCreationStartParams} params - The parameters for this event
1313
+ * @property {string} artifactId - Artifact that owns the component
1314
+ * @property {string} cairoVersion
1315
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1316
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1317
+ * @property {GUID} csid
1318
+ * @property {string} currentFilters - current filters
1319
+ * @property {string} currentSortOrder - sorts
1320
+ * @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
1321
+ * @property {number} filteredListSize - How many items are currently presented to user (filtered)
1322
+ * @property {number} listSize - How many items exist, after item creation (full list, unfiltered)
1323
+ * @property {number} maxItems - Max number of items that can be selected
1324
+ * @property {number} numColumns - columns
1325
+ * @property {number} numFiltersActive - filters
1326
+ * @property {number} numSelectedItems - How many items have been selected before trying to create a new one. 0 <= numSelectedItems < maxItems
1327
+ * @property {number} numSortedColumns - sort
1328
+ * @property {string} origin - "Add New" click source: "Main CTA" / "Card CTA"
1329
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1330
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1331
+ * @property {string} type - standalone/modal
1332
+ * @property {string} visibleColumnsOrder - visible columns order
1333
+ * @return {LogObject<newItemCreationStartParams>} LogObject<newItemCreationStartParams>
1334
+ */
1335
+ export declare function newItemCreationStart(params: newItemCreationStartParams): LogObject<newItemCreationStartParams>;
1336
+ /**
1337
+ * A function to create a log object for the 'cairoViewSelected' event (evid: 123)
1338
+ *
1339
+ * Event description: Sent when a user selects a view in a Cairo component. Relevant components: Table, Cards.
1340
+ *
1341
+ * @param {cairoViewSelectedParams} params - The parameters for this event
1342
+ * @property {string} artifactId - Artifact that owns the component
1343
+ * @property {string} cairoVersion
1344
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1345
+ * @property {string} componentType - Table/Cards
1346
+ * @property {GUID} csid
1347
+ * @property {string} currentFilters - The current state of filters, after the new view selection
1348
+ * @property {string} currentView - The selected view ID (match to "new view name", new field from 12/2022)
1349
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1350
+ * @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
1351
+ * @property {boolean} isDefault - Is the selected view defined as default view?
1352
+ * @property {boolean} isFromSearchView - True if the view was selected from "search view in views dropdown" results (new from 01/2023)
1353
+ * @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
1354
+ * @property {string} newViewName - Name of the newly selected view
1355
+ * @property {number} numFiltersActive - How many filters are active after view selection
1356
+ * @property {string} prevFilters - (Optional) The prevoius state of filters, before the new view selection
1357
+ * @property {string} prevViewName - (Optional) Name of the previous view that the user was using. null if no view was selected.
1358
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1359
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1360
+ * @return {LogObject<cairoViewSelectedParams>} LogObject<cairoViewSelectedParams>
1361
+ */
1362
+ export declare function cairoViewSelected(params: cairoViewSelectedParams): LogObject<cairoViewSelectedParams>;
1363
+ /**
1364
+ * A function to create a log object for the 'cairoDataExAddCustomField' event (evid: 155)
1365
+ *
1366
+ * Event description: Send when a user click on a "Add Custom Field". Relevant for Verticals who allow data extensions
1367
+ *
1368
+ * @param {cairoDataExAddCustomFieldParams} params - The parameters for this event
1369
+ * @property {string} artifactId - Artifact that owns the component
1370
+ * @property {string} cairoVersion - Cairo version
1371
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1372
+ * @property {string} componentType - Component type
1373
+ * @property {GUID} csid - Cairo session ID
1374
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1375
+ * @property {number} numColumns - How many columns are shown?
1376
+ * @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)
1377
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1378
+ * @property {string} resource
1379
+ * @property {string} visibleColumnsOrder - Which columns are currently shown to the user - by the order the user defined
1380
+ * @return {LogObject<cairoDataExAddCustomFieldParams>} LogObject<cairoDataExAddCustomFieldParams>
1381
+ */
1382
+ export declare function cairoDataExAddCustomField(params: cairoDataExAddCustomFieldParams): LogObject<cairoDataExAddCustomFieldParams>;
1383
+ /**
1384
+ * A function to create a log object for the 'cairoFilterToggled' event (evid: 117)
1385
+ *
1386
+ * Event description: Sent when a user triggers/removes a filter from a Cairo component. Relevant components: Table, Cards.
1387
+ *
1388
+ * @param {cairoFilterToggledParams} params - The parameters for this event
1389
+ * @property {string} actionType - "add"/"remove" -- Did we add or remove filterName from the list of filters
1390
+ * @property {string} artifactId - Artifact that owns the component
1391
+ * @property {string} cairoVersion
1392
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1393
+ * @property {string} componentType - Table/Cards / Picker (from 12/2022)
1394
+ * @property {GUID} csid - Cairo session ID
1395
+ * @property {string} currentFilters - The current state of filters, following the filter trigger
1396
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1397
+ * @property {string} filterName - Which column filter do we want to toggle now, e.g. Beginner / Amateur
1398
+ * @property {string} filterValue - JSON containing filterName's new value
1399
+ * @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
1400
+ * @property {number} listSize - How many items exist (full list, unfiltered)
1401
+ * @property {number} numFiltersActive - How many filters are active after filterName is toggled. actionType = "add" --> numFiltersActive >= 1; actionType = "remove" --> numFiltersActive < numColumns
1402
+ * @property {string} origin - "Panel"/"SubToolbar"/"Toolbar"
1403
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1404
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1405
+ * @return {LogObject<cairoFilterToggledParams>} LogObject<cairoFilterToggledParams>
1406
+ */
1407
+ export declare function cairoFilterToggled(params: cairoFilterToggledParams): LogObject<cairoFilterToggledParams>;
1408
+ /**
1409
+ * A function to create a log object for the 'cairoDataExCustomFieldAdvancesSettings' event (evid: 157)
1410
+ *
1411
+ * Event description: Send when a user click on "Advanced Settings" in the "Add Custom Field" modal. Relevant for Verticals who allowed data extensions
1412
+ *
1413
+ * @param {cairoDataExCustomFieldAdvancesSettingsParams} params - The parameters for this event
1414
+ * @property {string} actionName - Open / Close the advanced settings
1415
+ * @property {string} artifactId - Artifact that owns the component
1416
+ * @property {string} cairoVersion - Cairo version
1417
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1418
+ * @property {string} componentType - Component type
1419
+ * @property {GUID} csid - Cairo session ID
1420
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1421
+ * @property {string} origin - Where did the user click on "Advanced Settings" from? Add Custom Field Modal / Edit Custom Field Modal
1422
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1423
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1424
+ * @return {LogObject<cairoDataExCustomFieldAdvancesSettingsParams>} LogObject<cairoDataExCustomFieldAdvancesSettingsParams>
1425
+ */
1426
+ export declare function cairoDataExCustomFieldAdvancesSettings(params: cairoDataExCustomFieldAdvancesSettingsParams): LogObject<cairoDataExCustomFieldAdvancesSettingsParams>;
1427
+ /**
1428
+ * A function to create a log object for the 'cairoViewSaved' event (evid: 122)
1429
+ *
1430
+ * Event description: Sent when a user creates/saves a view in a Cairo component. Relevant components: Table, Cards.
1431
+ *
1432
+ * @param {cairoViewSavedParams} params - The parameters for this event
1433
+ * @property {string} artifactId - Artifact that owns the component
1434
+ * @property {string} cairoVersion - Cairo version
1435
+ * @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)
1436
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1437
+ * @property {string} componentType - Table/Cards
1438
+ * @property {GUID} csid
1439
+ * @property {string} viewFilters - The filters that comprise the view that was just saved
1440
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"} (new field from 11/2022)
1441
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1442
+ * @property {boolean} isDefault - Is the saved view defined as default view?
1443
+ * @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)
1444
+ * @property {string} newViewName - Name of the newly created/saved/renamed view
1445
+ * @property {number} numColumnsInView - How many columns comprise the saved view (new field from 11/2022)
1446
+ * @property {number} numFiltersInView - How many filters comprise the saved view
1447
+ * @property {string} origin - From where was the view created: Panel, SubToolbar, Toolbar
1448
+ * @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)
1449
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1450
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1451
+ * @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)
1452
+ * @property {string} searchQuery - What did the user search? If there wasn't any search --> searchQuery = null. (new field from 11/2022)
1453
+ * @property {string} viewId - The "new view name" unique identifier (new field from 11/2022)
1454
+ * @property {string} visibleColumnsOrder - Which columns are currently comprise the saved view- by the order the user defined (new field from 11/2022)
1455
+ * @return {LogObject<cairoViewSavedParams>} LogObject<cairoViewSavedParams>
1456
+ */
1457
+ export declare function cairoViewSaved(params: cairoViewSavedParams): LogObject<cairoViewSavedParams>;
1458
+ /**
1459
+ * A function to create a log object for the 'cairoViewDeleted' event (evid: 124)
1460
+ *
1461
+ * Event description: Sent when a user deletes a view in a Cairo component. Relevant components: Table, Cards.
1462
+ *
1463
+ * @param {cairoViewDeletedParams} params - The parameters for this event
1464
+ * @property {string} artifactId - Artifact that owns the component
1465
+ * @property {string} cairoVersion
1466
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1467
+ * @property {string} componentType - Table/Cards
1468
+ * @property {GUID} csid
1469
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1470
+ * @property {boolean} isDefault - Was the deleted view defined as default view?
1471
+ * @property {number} numFiltersInView - How many filters comprised the deleted view
1472
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1473
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1474
+ * @property {string} viewFilters - The filters that comprised the view that was just deleted
1475
+ * @property {string} viewId - The "view name" (deleted view) unique identifier (new field from 11/2022)
1476
+ * @property {string} viewName - Name of the deleted view
1477
+ * @property {boolean} wasSelected - TRUE if viewName was the selected view before deletion; FALSE otherwise
1478
+ * @return {LogObject<cairoViewDeletedParams>} LogObject<cairoViewDeletedParams>
1479
+ */
1480
+ export declare function cairoViewDeleted(params: cairoViewDeletedParams): LogObject<cairoViewDeletedParams>;
1481
+ /**
1482
+ * A function to create a log object for the 'cairoDataExCustomFieldEndProcess' event (evid: 156)
1483
+ *
1484
+ * Event description: Send when a user click on cancel / add field in the "Add Custom Field" modal. Relevant for Verticals who allowed data extensions
1485
+ *
1486
+ * @param {cairoDataExCustomFieldEndProcessParams} params - The parameters for this event
1487
+ * @property {string} actionName - Add/ Edit
1488
+ * @property {string} artifactId - Artifact that owns the component
1489
+ * @property {string} cairoVersion - Cairo version
1490
+ * @property {string} changedFields - (Relevant when action type is edit) Name / Permission / Name and Permission / No changes
1491
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1492
+ * @property {string} componentType - Section name (Folders)
1493
+ * @property {GUID} csid - Cairo session ID
1494
+ * @property {string} currentDropdownOptions - Only for fieldType= dropdown, the options list by its order
1495
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1496
+ * @property {string} endType - What did the user chose in the modal? Add field / Cancel
1497
+ * @property {string} fieldName - (Relevant when a field was added/edited) The name the user typed
1498
+ * @property {string} fieldType - (Relevant when a field was added) What type is the added field? Long text / Date / Number etc.
1499
+ * @property {string} key - The key value
1500
+ * @property {number} numAdded - (Relevant when a field was added/edited) How many added fields are there in the component (including the current added field)
1501
+ * @property {number} numDropdownOptions - Only for fieldType= dropdown, how many options were saved?
1502
+ * @property {string} origin - Where did the user click on "add custom field" from? Custom columns panel / Entity page
1503
+ * @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.
1504
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1505
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1506
+ * @return {LogObject<cairoDataExCustomFieldEndProcessParams>} LogObject<cairoDataExCustomFieldEndProcessParams>
1507
+ */
1508
+ export declare function cairoDataExCustomFieldEndProcess(params: cairoDataExCustomFieldEndProcessParams): LogObject<cairoDataExCustomFieldEndProcessParams>;
1509
+ /**
1510
+ * A function to create a log object for the 'cairoComponentSorted' event (evid: 120)
1511
+ *
1512
+ * Event description: Sent when a user sorts a Cairo component. Relevant components: Table, Cards.
1513
+ *
1514
+ * @param {cairoComponentSortedParams} params - The parameters for this event
1515
+ * @property {string} artifactId - Artifact that owns the component
1516
+ * @property {string} cairoVersion - Cairo version
1517
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1518
+ * @property {string} componentType - Table/Cards
1519
+ * @property {GUID} csid
1520
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1521
+ * @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
1522
+ * @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)
1523
+ * @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)
1524
+ * @property {number} listSize - How many items exist (full list, unfiltered)
1525
+ * @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)
1526
+ * @property {string} newSortedColumn - By which column are we adding sorting now
1527
+ * @property {string} newSortingOrder - "asc"/"desc"/"removed" (was "null" until 12/2022, then changed to "removed")
1528
+ * @property {number} numSortingColumns - The number of columns that sorting the component after the current action
1529
+ * @property {string} origin - The location the sort action was made from :"SidePanel"/"ColumnHeader" (new field from 11/2022)
1530
+ * @property {number} prevNumSortingColumns - The number of columns that were sorting the component before the current action
1531
+ * @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)
1532
+ * @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
1533
+ * @property {string} prevSortingOrder - The last order the user used to sort the list by "prev sorting column" : "asc"/"desc"/null (if wasn't sorted)
1534
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1535
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1536
+ * @return {LogObject<cairoComponentSortedParams>} LogObject<cairoComponentSortedParams>
1537
+ */
1538
+ export declare function cairoComponentSorted(params: cairoComponentSortedParams): LogObject<cairoComponentSortedParams>;
1539
+ /**
1540
+ * A function to create a log object for the 'cairoReorderingSortColumns' event (evid: 147)
1541
+ *
1542
+ * Event description: Sent when a user changes the order of the columns that sort a Cairo component. Relevant components: Table, Cards.
1543
+ *
1544
+ * @param {cairoReorderingSortColumnsParams} params - The parameters for this event
1545
+ * @property {string} artifactId - Artifact that owns the component
1546
+ * @property {string} cairoVersion - Cairo version
1547
+ * @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)
1548
+ * @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)
1549
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1550
+ * @property {string} componentType - Table/Cards
1551
+ * @property {GUID} csid
1552
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1553
+ * @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
1554
+ * @property {number} listSize - How many items exist (full list, unfiltered)
1555
+ * @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.
1556
+ * @property {number} numSortingColumns - How many columns are been used for sorting the component?
1557
+ * @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.
1558
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1559
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1560
+ * @property {string} sortingColumn - The sorting column that the user changes its place in the sort hierarchy
1561
+ * @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'.
1562
+ * @return {LogObject<cairoReorderingSortColumnsParams>} LogObject<cairoReorderingSortColumnsParams>
1563
+ */
1564
+ export declare function cairoReorderingSortColumns(params: cairoReorderingSortColumnsParams): LogObject<cairoReorderingSortColumnsParams>;
1565
+ /**
1566
+ * A function to create a log object for the 'cairoExportProcessEnd' event (evid: 131)
1567
+ *
1568
+ * Event description: Sent when the export process ends, either successfully or not (failed/stopped by user)
1569
+ *
1570
+ * @param {cairoExportProcessEndParams} params - The parameters for this event
1571
+ * @property {string} artifactId - Artifact that owns the component
1572
+ * @property {string} cairoVersion
1573
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1574
+ * @property {string} componentType - Table
1575
+ * @property {GUID} csid
1576
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1577
+ * @property {number} duration - How much time (in ms) did it take since the export process began
1578
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
1579
+ * @property {string} fileName - (Optional) Name of the file to be exported
1580
+ * @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.
1581
+ * @property {number} numItemsExported - How many items were exported before the export ended, either successfully or not.
1582
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1583
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1584
+ * @property {string} result - Was the export successful or did it fail/stopped by user: "success"/'fail"/"stopped by user"
1585
+ * @property {string} selectedExportType - What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
1586
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
1587
+ * @property {number} try - Which try is this; if try > 1, this is a retry
1588
+ * @return {LogObject<cairoExportProcessEndParams>} LogObject<cairoExportProcessEndParams>
1589
+ */
1590
+ export declare function cairoExportProcessEnd(params: cairoExportProcessEndParams): LogObject<cairoExportProcessEndParams>;
1591
+ /**
1592
+ * A function to create a log object for the 'cairoApplyButtonClicked' event (evid: 159)
1593
+ *
1594
+ * Event description: Sent when a user clicks on apply button in a Cairo component. Relevant components: Table, Cards.
1595
+ *
1596
+ * @param {cairoApplyButtonClickedParams} params - The parameters for this event
1597
+ * @property {string} artifactId
1598
+ * @property {string} cairoVersion - Cairo version
1599
+ * @property {string} changedLevels - In which levels of hierarchy the user changed the order? (numbers with commas between them, 1=the highest parent level )
1600
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1601
+ * @property {string} componentType - Table/Cards / Picker (from 12/2022)
1602
+ * @property {GUID} csid - Cairo session ID
1603
+ * @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)
1604
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1605
+ * @property {string} feature - Filters / Drag and Drop
1606
+ * @property {number} filteredListSize - How many items are currently presented to user, after filters toggled (filtered)
1607
+ * @property {number} listSize - How many items exist (full list, unfiltered)
1608
+ * @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)
1609
+ * @property {number} numOfActions - (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
1610
+ * @property {number} numOptionalFields - (Optional, relevant for Filters) If there is an optional fields list (like for filters)- how many options are there?
1611
+ * @property {string} origin - Feature's Side Panel / Table Toolbar
1612
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1613
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1614
+ * @return {LogObject<cairoApplyButtonClickedParams>} LogObject<cairoApplyButtonClickedParams>
1615
+ */
1616
+ export declare function cairoApplyButtonClicked(params: cairoApplyButtonClickedParams): LogObject<cairoApplyButtonClickedParams>;
1617
+ /**
1618
+ * A function to create a log object for the 'cairoExportModalCtaClicked' event (evid: 127)
1619
+ *
1620
+ * Event description: Sent when the user clicks any CTA in the export modal
1621
+ *
1622
+ * @param {cairoExportModalCtaClickedParams} params - The parameters for this event
1623
+ * @property {string} action - Does the user want to proceed with the export or dismiss the modal
1624
+ * @property {string} artifactId - Artifact that owns the component
1625
+ * @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
1626
+ * @property {string} cairoVersion
1627
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1628
+ * @property {string} componentType - Table
1629
+ * @property {GUID} csid
1630
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1631
+ * @property {string} exportId - A unique ID that will help join all events related to a specific export process
1632
+ * @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.
1633
+ * @property {string} origin - From where did the user close the modal: "Export Button"/"Cancel Button"/"X Button"
1634
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1635
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1636
+ * @property {string} selectedExportType - What type of export does the user want: "All Items"/"Filtered Items"/"Selected Items"
1637
+ * @property {boolean} supportsTotal - Does the vertical using Cairo support total number of items in list
1638
+ * @return {LogObject<cairoExportModalCtaClickedParams>} LogObject<cairoExportModalCtaClickedParams>
1639
+ */
1640
+ export declare function cairoExportModalCtaClicked(params: cairoExportModalCtaClickedParams): LogObject<cairoExportModalCtaClickedParams>;
1641
+ /**
1642
+ * A function to create a log object for the 'cairoUndoClicked' event (evid: 144)
1643
+ *
1644
+ * Event description: Sent when a user clicks on a "undo" CTA he gets in a toast confirming an action was made
1645
+ *
1646
+ * @param {cairoUndoClickedParams} params - The parameters for this event
1647
+ * @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.)
1648
+ * @property {string} artifactId - Artifact that owns the component
1649
+ * @property {string} cairoVersion - cairo version
1650
+ * @property {string} changedAttributes - Which attributes have changed from the saved status to the current
1651
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1652
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1653
+ * @property {GUID} csid
1654
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
1655
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
1656
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
1657
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
1658
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1659
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
1660
+ * @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the action he wants to undo?
1661
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1662
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1663
+ * @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"}
1664
+ * @property {string} viewId - The view that the undo action was made on
1665
+ * @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)
1666
+ * @property {string} viewNameApplied - In case of action name=rename view - the new name the user gave to the view and now he undo it
1667
+ * @return {LogObject<cairoUndoClickedParams>} LogObject<cairoUndoClickedParams>
1668
+ */
1669
+ export declare function cairoUndoClicked(params: cairoUndoClickedParams): LogObject<cairoUndoClickedParams>;
1670
+ /**
1671
+ * A function to create a log object for the 'cairoPageBackOrBreadcrumbClicked' event (evid: 152)
1672
+ *
1673
+ * Event description: Sent when a user clicks a Back button or on the higher hierarchy in the breadcrumbs
1674
+ *
1675
+ * @param {cairoPageBackOrBreadcrumbClickedParams} params - The parameters for this event
1676
+ * @property {string} artifactId - Artifact that owns the component
1677
+ * @property {string} buttonName - 'Back' (for back button clicked) / The category's name the users clicked on.
1678
+ * @property {string} cairoVersion - Cairo version
1679
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1680
+ * @property {string} componentType - Page
1681
+ * @property {GUID} csid
1682
+ * @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)
1683
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1684
+ * @property {string} pageType - Collection Page
1685
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1686
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1687
+ * @property {string} section - Relevant only for "cta type"="more actions option". For now, will get one of the values: Vertical / Cairo
1688
+ * @return {LogObject<cairoPageBackOrBreadcrumbClickedParams>} LogObject<cairoPageBackOrBreadcrumbClickedParams>
1689
+ */
1690
+ export declare function cairoPageBackOrBreadcrumbClicked(params: cairoPageBackOrBreadcrumbClickedParams): LogObject<cairoPageBackOrBreadcrumbClickedParams>;
1691
+ /**
1692
+ * A function to create a log object for the 'cairoTpaSCtaClicked' event (evid: 154)
1693
+ *
1694
+ * Event description: Send when a user click on a TPA's CTA from a Cairo component
1695
+ *
1696
+ * @param {cairoTpaSCtaClickedParams} params - The parameters for this event
1697
+ * @property {GUID} appId - App ID (for now- please look at tpaComponentId field description to get this data)
1698
+ * @property {string} artifactId - Artifact that owns the component
1699
+ * @property {string} cairoVersion - Cairo version
1700
+ * @property {string} componentName - (Optional) Component's name, if there are two components of the same type per artifact
1701
+ * @property {string} componentType - Table, Grid, Page etc.
1702
+ * @property {GUID} csid
1703
+ * @property {number} ctaIndex - 0 <= ctaIndex <= numCtas -- the number of the CTA out of all CTAs in the page dropdown menu/ Toolbar
1704
+ * @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
1705
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1706
+ * @property {string} location - Page More Action Dropdown / Component Bulk action Toolbar
1707
+ * @property {number} numCtas - How many CTAs are available in the page dropdown menu / toolbar?
1708
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1709
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1710
+ * @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
1711
+ * @return {LogObject<cairoTpaSCtaClickedParams>} LogObject<cairoTpaSCtaClickedParams>
1712
+ */
1713
+ export declare function cairoTpaSCtaClicked(params: cairoTpaSCtaClickedParams): LogObject<cairoTpaSCtaClickedParams>;
1714
+ /**
1715
+ * A function to create a log object for the 'pikachuCategoriesDropdownButtonClicked' event (evid: 108)
1716
+ *
1717
+ * Event description: Sent when user clicks the general "+"/"Add Items" button that opens Pikachu
1718
+ *
1719
+ * @param {pikachuCategoriesDropdownButtonClickedParams} params - The parameters for this event
1720
+ * @property {string} artifactId - Artifact that owns the component
1721
+ * @property {string} cairoVersion
1722
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1723
+ * @property {string} componentType
1724
+ * @property {GUID} csid
1725
+ * @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
1726
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1727
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1728
+ * @return {LogObject<pikachuCategoriesDropdownButtonClickedParams>} LogObject<pikachuCategoriesDropdownButtonClickedParams>
1729
+ */
1730
+ export declare function pikachuCategoriesDropdownButtonClicked(params: pikachuCategoriesDropdownButtonClickedParams): LogObject<pikachuCategoriesDropdownButtonClickedParams>;
1731
+ /**
1732
+ * A function to create a log object for the 'cairoTagsUnsuccessfulUpdateInServer' event (evid: 169)
1733
+ *
1734
+ * 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.
1735
+ *
1736
+ * @param {cairoTagsUnsuccessfulUpdateInServerParams} params - The parameters for this event
1737
+ * @property {string} actionName - Add / Delete / Rename / Assign / Remove assign / Add and assign / Load tags widget
1738
+ * @property {string} artifactId - Artifact that owns the component
1739
+ * @property {string} cairoVersion - Cairo version
1740
+ * @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
1741
+ * @property {string} componentType - Component type
1742
+ * @property {GUID} csid - Cairo session ID
1743
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1744
+ * @property {string} errorType - What is the type of the error? Technical issue / Network error
1745
+ * @property {number} numTags - How many tags are in the modal after this action?
1746
+ * @property {string} origin - Where did the user make the action from? Tags Modal / Entity page
1747
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1748
+ * @property {string} resource - resource
1749
+ * @property {string} tagName - The name of the removed/added/assigned tag
1750
+ * @return {LogObject<cairoTagsUnsuccessfulUpdateInServerParams>} LogObject<cairoTagsUnsuccessfulUpdateInServerParams>
1751
+ */
1752
+ export declare function cairoTagsUnsuccessfulUpdateInServer(params: cairoTagsUnsuccessfulUpdateInServerParams): LogObject<cairoTagsUnsuccessfulUpdateInServerParams>;
1753
+ /**
1754
+ * A function to create a log object for the 'pickerModalUsability' event (evid: 103)
1755
+ *
1756
+ * Event description: Any usability action performed inside the picker
1757
+ *
1758
+ * @param {pickerModalUsabilityParams} params - The parameters for this event
1759
+ * @property {string} action - Use cases: search/search results/checkbox/continue/dismiss/load more
1760
+ * @property {string} artifactId - Artifact that owns the component
1761
+ * @property {string} cairoVersion
1762
+ * @property {string} componentName - Optional in case having 2 pickers under the same artifact
1763
+ * @property {string} componentType
1764
+ * @property {GUID} csid
1765
+ * @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
1766
+ * @property {number} filteredListSize - How many items are to presented (filtered)
1767
+ * @property {string} itemId - (Optional) ID of item checked
1768
+ * @property {number} itemsCnt - (Optional) Number of total items checked
1769
+ * @property {number} itemsLoadedCnt - (Optional) Number of additional items loaded
1770
+ * @property {number} listSize - How many items exist (full list)
1771
+ * @property {number} loadingTime - (Optional) Loading time for use cases such as search results or load more
1772
+ * @property {number} maxItems - Max items to select in picker
1773
+ * @property {string} pickSource - The instance that lead to this (Inbox)
1774
+ * @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
1775
+ * @property {string} resource - Singular form of the resource name. E.g. order, contact, etc. from FDQN ("goal" of picker)
1776
+ * @property {number} searchResultsCnt - (Optional) Number of search results
1777
+ * @property {string} searchTerm - (Optional) Search term used
1778
+ * @property {string} type - standalone/modal
1779
+ * @return {LogObject<pickerModalUsabilityParams>} LogObject<pickerModalUsabilityParams>
1780
+ */
1781
+ export declare function pickerModalUsability(params: pickerModalUsabilityParams): LogObject<pickerModalUsabilityParams>;
1782
+ /**
1783
+ * A function to create a log object for the 'cairoSortPanelUsed' event (evid: 146)
1784
+ *
1785
+ * Event description: Sent when the sort sidebar in a Cairo component is opened or closed. Relevant components: Table, Cards.
1786
+ *
1787
+ * @param {cairoSortPanelUsedParams} params - The parameters for this event
1788
+ * @property {string} artifactId
1789
+ * @property {string} cairoVersion - Cairo version
1790
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1791
+ * @property {string} componentType - Table/Cards
1792
+ * @property {GUID} csid
1793
+ * @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
1794
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1795
+ * @property {boolean} isOpened - TRUE if the user just opened the sidebar; FALSE if closed
1796
+ * @property {number} numSortedColumns - How many columns actively sort the data?
1797
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1798
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1799
+ * @return {LogObject<cairoSortPanelUsedParams>} LogObject<cairoSortPanelUsedParams>
1800
+ */
1801
+ export declare function cairoSortPanelUsed(params: cairoSortPanelUsedParams): LogObject<cairoSortPanelUsedParams>;
1802
+ /**
1803
+ * A function to create a log object for the 'cairoTagsAssignTag' event (evid: 173)
1804
+ *
1805
+ * Event description: Send when a user assign or remove a tag from an item. Relevant for Verticals who allow use tags in their tables.
1806
+ *
1807
+ * @param {cairoTagsAssignTagParams} params - The parameters for this event
1808
+ * @property {string} actionName - Assign / Remove
1809
+ * @property {string} artifactId - Artifact that owns the component
1810
+ * @property {string} cairoVersion - Cairo version
1811
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1812
+ * @property {string} componentType - Component type
1813
+ * @property {GUID} csid - Cairo session ID
1814
+ * @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
1815
+ * @property {boolean} isFromSearch - Is the action made from a list of tags search results?
1816
+ * @property {string} itemId - (Relevant if numItems=1) The Item which the tag was assigned to / removed from
1817
+ * @property {number} numItems - How many items have been selected?
1818
+ * @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
1819
+ * @property {number} numTagsAssigned - (Relevant if numItems=1) How many tags are assigned to that item after this action?
1820
+ * @property {string} origin - Where did the user make the action from? Entity page /
1821
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1822
+ * @property {string} resource - resource
1823
+ * @property {string} tagName - The name of the assigned/ removed tag
1824
+ * @return {LogObject<cairoTagsAssignTagParams>} LogObject<cairoTagsAssignTagParams>
1825
+ */
1826
+ export declare function cairoTagsAssignTag(params: cairoTagsAssignTagParams): LogObject<cairoTagsAssignTagParams>;
1827
+ /**
1828
+ * A function to create a log object for the 'cairoApiRequestDataLoadEnd' event (evid: 149)
1829
+ *
1830
+ * Event description: Sent when a Cairo's page can't be saved due to an error.
1831
+ *
1832
+ * @param {cairoApiRequestDataLoadEndParams} params - The parameters for this event
1833
+ * @property {string} artifactId - Artifact that owns the component
1834
+ * @property {string} cairoVersion - Cairo version
1835
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
1836
+ * @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
1837
+ * @property {GUID} csid
1838
+ * @property {string} currentFilters - A list of filters that are currently displayed to user: {"filter1": "filterValue1", "filter2": "filterValue2a", "filterValue2b"}. Relevant for Table and Cards.
1839
+ * @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.
1840
+ * @property {string} currentTab - Which tab is currently displayed to the user. Relevant for Table and Cards.
1841
+ * @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
1842
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
1843
+ * @property {number} duration - Duration in ms, from clicking on the save button until getting the error indication
1844
+ * @property {string} errorType - Technical issue / Logic error / Network error / External error
1845
+ * @property {number} filteredListSize - How many items are to be presented (filtered)
1846
+ * @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
1847
+ * @property {string} pageType - Entity / Collection
1848
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
1849
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
1850
+ * @property {string} route - the page's route
1851
+ * @return {LogObject<cairoApiRequestDataLoadEndParams>} LogObject<cairoApiRequestDataLoadEndParams>
1852
+ */
1853
+ export declare function cairoApiRequestDataLoadEnd(params: cairoApiRequestDataLoadEndParams): LogObject<cairoApiRequestDataLoadEndParams>;