@wix/bex-utils 1.29.0 → 1.30.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.
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js +176 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +256 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +129 -25
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +4366 -2869
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +253 -50
- package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +26 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.d.ts +29 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js +146 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +2 -2
- package/@wix/ambassador-app-settings-v1-settings/meta/package.json +7 -0
- package/@wix/ambassador-app-settings-v1-settings/package.json +6 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +15 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +58 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +19 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +24 -2
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +6 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +1 -0
- package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +15 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +44 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +3229 -341
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +1546 -102
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +35849 -2496
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +3258 -371
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +14 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +3 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +17 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +42 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.d.ts +16 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +2 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/meta/package.json +7 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +6 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +18 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +11 -3
- 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 +33 -3
- 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 +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/automations_velo_action_provider/com/wixpress/appservice/api/upstream/com/wixpress/automations/velo_spi/v1/velo_spi.proto +12 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/availability_time_slots_configuration_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/availability/spi/v2/availability_time_slots_configuration_provider.proto +17 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +5 -0
- 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 → benefit_programs_policy_provider/com/wixpress/appservice/api/upstream/wix/benefit_programs}/spi/v1/policy_provider_spi.proto +3 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/bookings_resource_types_provider/com/wixpress/appservice/api/upstream/com/wixpress/bookings/resources/spi/v2/bookings_resource_types_provider.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/calendar_event_type_provider/com/wixpress/appservice/api/upstream/wix/calendar/events/spi/v3/event_type_provider_config.proto +22 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/comments_context_provider/com/wixpress/appservice/api/upstream/wix/comments/context/v1/spi/comments_context_provider.proto +33 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/custom_table_reservations_provider/com/wixpress/appservice/api/upstream/wix/reservations/v1/custom_reservation_approval.proto +14 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +4 -0
- 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 +6 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/ecom_payment_settings/com/wixpress/appservice/api/upstream/com/wix/ecommerce/payment_settings_spi/v1/payment_settings_spi_config.proto +18 -0
- 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 +5 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +29 -7
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +2 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/external_database/com/wixpress/appservice/api/upstream/com/wixpress/cloud/external-database-spi/v1/external_database_spi.proto +19 -0
- 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 +6 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_permissions.proto +23 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/forms_spam_submission_reports_provider/com/wixpress/appservice/api/upstream/wix/forms/v4/form_spam_submission_report_spi.proto +25 -0
- 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 +8 -7
- 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 +24 -15
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_preferences_filter_provider/wix/notifications/preferences/v1/NotificationPreferencesFilterConfig.proto +11 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +0 -27
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +27 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +107 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/proposal-editor-provider/com/wixpress/appservice/api/upstream/wix/proposals/spi/v1/proposals-editor-provider.proto +22 -0
- 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 +1 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +3 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +6 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/shared.proto +24 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/user_notification.proto +91 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +8 -2
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +2 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +17 -2
- 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 +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +59 -12
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +1 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +6 -1
- package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +16 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js +100 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +694 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +349 -22
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +7034 -304
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +687 -42
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.d.ts +21 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js +74 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +0 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/meta/package.json +7 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +6 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +11 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +4 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/platform_catalog_spi.proto +5 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +4 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/subscription_option_info.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +30 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +23 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +2 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +14 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +4 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +141 -7
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +2 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +25 -1
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +15 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +4 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +26 -3
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +1 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +6 -6
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +17 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +5 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +12 -4
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +6 -2
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/double-payment-events.proto +26 -0
- package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/double-payment-event.proto +18 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js +119 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +85 -29
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +3128 -531
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +170 -58
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +4 -3
- package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +5 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +22 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js +92 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +6 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +1 -0
- package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -1
- package/@wix/ambassador-os-tags-v1-tag/meta/package.json +7 -0
- package/@wix/ambassador-os-tags-v1-tag/package.json +4 -3
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +0 -7
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +2 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +3 -0
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +5 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +0 -5
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +120 -4
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +2 -2
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +4 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +1 -1
- package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +7 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +765 -5
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +154 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +765 -5
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +154 -2
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +153 -1
- package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +154 -2
- package/@wix/bi-logger-cairo-os/package.json +2 -2
- package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +153 -1
- package/@wix/bi-logger-cairo-os/src/testkit/common.ts +765 -5
- package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +153 -1
- package/@wix/bi-logger-cairo-os/src/types.ts +154 -3
- package/@wix/bi-logger-cairo-os/src/v2/index.ts +154 -2
- package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/wix-i18n-config/package.json +4 -4
- package/package.json +2 -2
- 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 +0 -19
|
@@ -8,12 +8,14 @@ exports.cairoApiRequestDataLoadEnd = exports.cairoTagsAssignTag = exports.cairoS
|
|
|
8
8
|
* Event description: Sent when a component is dismissed. Relevant components: Picker Modal.
|
|
9
9
|
*
|
|
10
10
|
* @param {componentDismissedParams} params - The parameters for this event
|
|
11
|
+
* @property {string} appId
|
|
11
12
|
* @property {string} artifactId - Artifact that owns the component
|
|
12
13
|
* @property {string} cairoVersion
|
|
13
14
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
14
15
|
* @property {string} componentType - Picker Modal / Picker Dropdown
|
|
15
16
|
* @property {GUID} csid
|
|
16
17
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
18
|
+
* @property {boolean} isTPA
|
|
17
19
|
* @property {string} origin - X button/Cancel button
|
|
18
20
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
19
21
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -29,6 +31,7 @@ exports.componentDismissed = componentDismissed;
|
|
|
29
31
|
* Event description: Sent when a Cairo component is done loading more items (after scrolling). Relevant components: Picker Standalone, Picker Modal, Table, Cards.
|
|
30
32
|
*
|
|
31
33
|
* @param {loadMoreParams} params - The parameters for this event
|
|
34
|
+
* @property {string} appId
|
|
32
35
|
* @property {string} artifactId - Artifact that owns the component
|
|
33
36
|
* @property {string} cairoVersion
|
|
34
37
|
* @property {string} componentName - Component name, if there are two components of the same type per artifact
|
|
@@ -40,6 +43,7 @@ exports.componentDismissed = componentDismissed;
|
|
|
40
43
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
41
44
|
* @property {string} domain - Optional domain name from FQDN (crm, stores, etc.)
|
|
42
45
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
46
|
+
* @property {boolean} isTPA
|
|
43
47
|
* @property {number} loadedItems - How many new items were loaded in this action
|
|
44
48
|
* @property {number} loadingTime - Component loading time in ms
|
|
45
49
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -56,6 +60,7 @@ exports.loadMore = loadMore;
|
|
|
56
60
|
* Event description: Sent when a user finish to drag an item
|
|
57
61
|
*
|
|
58
62
|
* @param {cairoDragItemEndDropParams} params - The parameters for this event
|
|
63
|
+
* @property {string} appId
|
|
59
64
|
* @property {string} artifactId - Artifact that owns the component
|
|
60
65
|
* @property {string} cairoVersion - cairo version
|
|
61
66
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -77,6 +82,7 @@ exports.loadMore = loadMore;
|
|
|
77
82
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
78
83
|
* @property {boolean} isFromHandle - Is the item dragged from the handle area?
|
|
79
84
|
* @property {boolean} isFromSearch - Did the user try to drag the item from a list of search results (relate to ticket 521).
|
|
85
|
+
* @property {boolean} isTPA
|
|
80
86
|
* @property {string} itemId - ID of the item that the user tries to drag
|
|
81
87
|
* @property {number} itemIndexAfter - Out of the list of results, what is the new index of the dragged item (after dragging). ** filteredListSize = X --> (1 <= itemIndexAfter <= X) **when endType <> drop succeeded --> itemIndexAfter = itemIndexBefore
|
|
82
88
|
* @property {number} itemIndexBefore - Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
|
|
@@ -97,6 +103,7 @@ exports.cairoDragItemEndDrop = cairoDragItemEndDrop;
|
|
|
97
103
|
*
|
|
98
104
|
* @param {pickerPickerOpenButtonParams} params - The parameters for this event
|
|
99
105
|
* @property {string} action - Any picker button option (render/hover/click)
|
|
106
|
+
* @property {string} appId
|
|
100
107
|
* @property {string} artifactId - Artifact that owns the component
|
|
101
108
|
* @property {string} cairoVersion
|
|
102
109
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -105,6 +112,7 @@ exports.cairoDragItemEndDrop = cairoDragItemEndDrop;
|
|
|
105
112
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
106
113
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
107
114
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
115
|
+
* @property {boolean} isTPA
|
|
108
116
|
* @property {number} listSize - How many items exist (full list)
|
|
109
117
|
* @property {number} maxItems - Max items to select in picker
|
|
110
118
|
* @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
|
|
@@ -122,6 +130,7 @@ exports.pickerPickerOpenButton = pickerPickerOpenButton;
|
|
|
122
130
|
* Event description: Sent when a user chose to discard his changes in a Cairo component. Relevant components: Table, with apply behavior in the filters panel, or with custom fields option.
|
|
123
131
|
*
|
|
124
132
|
* @param {cairoDiscardChangesBeforeApplyParams} params - The parameters for this event
|
|
133
|
+
* @property {string} appId
|
|
125
134
|
* @property {string} artifactId - Artifact that owns the component
|
|
126
135
|
* @property {string} cairoVersion - Cairo version
|
|
127
136
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -130,6 +139,7 @@ exports.pickerPickerOpenButton = pickerPickerOpenButton;
|
|
|
130
139
|
* @property {string} currentStatus - (Optional, relevant for Filters) Json field: The state of feature, if the user would have clicked on the apply button. [{"fieldName": "FIELD_NAME1", "field_value": "VALUE1"}] (for filters -all the filters will appear in this list, filters that not active will get NULL in the filters' value)
|
|
131
140
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
132
141
|
* @property {string} feature - Filters / Drag and Drop
|
|
142
|
+
* @property {boolean} isTPA
|
|
133
143
|
* @property {number} numActiveFields - (Optional, relevant for Filters) How many fields are active after the apply button is clicked? (fields that their value is not NULL)
|
|
134
144
|
* @property {number} numOfActions - (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
|
|
135
145
|
* @property {number} numOptionalFields - (Optional, relevant for Filters) If there is an optional fields list (like for filters)- how many options are there?
|
|
@@ -148,6 +158,7 @@ exports.cairoDiscardChangesBeforeApply = cairoDiscardChangesBeforeApply;
|
|
|
148
158
|
* Event description: Sent when a user select/deselects an item(s) in a list
|
|
149
159
|
*
|
|
150
160
|
* @param {cairoItemSelectionToggledParams} params - The parameters for this event
|
|
161
|
+
* @property {string} appId
|
|
151
162
|
* @property {string} artifactId - Artifact that owns the component
|
|
152
163
|
* @property {string} cairoVersion
|
|
153
164
|
* @property {string} clickType - The click purpose : "Selection" / "Deselection"
|
|
@@ -165,6 +176,7 @@ exports.cairoDiscardChangesBeforeApply = cairoDiscardChangesBeforeApply;
|
|
|
165
176
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
166
177
|
* @property {boolean} isFromSearch - Is the item selected from a list of search results
|
|
167
178
|
* @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").
|
|
179
|
+
* @property {boolean} isTPA
|
|
168
180
|
* @property {string} itemId - ID of item that is checked/unchecked (isSelectAll = TRUE --> itemId = "All")
|
|
169
181
|
* @property {number} itemIndex - Out of the list of results, what is the index of the clicked item.
|
|
170
182
|
* ** isSelectAll = TRUE --> itemIndex = 0
|
|
@@ -190,6 +202,7 @@ exports.cairoItemSelectionToggled = cairoItemSelectionToggled;
|
|
|
190
202
|
* Event description: Cairo picker finished loading
|
|
191
203
|
*
|
|
192
204
|
* @param {pickerEndLoadParams} params - The parameters for this event
|
|
205
|
+
* @property {string} appId
|
|
193
206
|
* @property {string} artifactId - Artifact that owns the component
|
|
194
207
|
* @property {string} cairoVersion
|
|
195
208
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -198,6 +211,7 @@ exports.cairoItemSelectionToggled = cairoItemSelectionToggled;
|
|
|
198
211
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
199
212
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
200
213
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
214
|
+
* @property {boolean} isTPA
|
|
201
215
|
* @property {number} listSize - How many items exist (full list)
|
|
202
216
|
* @property {number} loadingTime - ms
|
|
203
217
|
* @property {number} maxItems - Max items to select in picker
|
|
@@ -216,6 +230,7 @@ exports.pickerEndLoad = pickerEndLoad;
|
|
|
216
230
|
* Event description: Sent when a user clicks on a category item in a nested table, to collapse or expand it (to hide or unhide the items under this category)
|
|
217
231
|
*
|
|
218
232
|
* @param {cairoNestedTableCollapseAndExpandParams} params - The parameters for this event
|
|
233
|
+
* @property {string} appId
|
|
219
234
|
* @property {string} artifactId - Artifact that owns the component
|
|
220
235
|
* @property {string} cairoVersion - cairo version
|
|
221
236
|
* @property {string} clickType - The click purpose : "Collapse" / "Expand"
|
|
@@ -232,6 +247,7 @@ exports.pickerEndLoad = pickerEndLoad;
|
|
|
232
247
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
233
248
|
* @property {boolean} isFromSearch - Is the item selected from a list of search results
|
|
234
249
|
* @property {boolean} isSelectAll - True if the user chose to collapse / expand all categories simultaneously
|
|
250
|
+
* @property {boolean} isTPA
|
|
235
251
|
* @property {string} itemId - ID of the clicked item .If "Is select all"= true, then Null
|
|
236
252
|
* @property {number} itemIndex - Out of the list of results, what is the index of the clicked item .If "Is select all"= true, then Null
|
|
237
253
|
* @property {number} numLevels - How many levels (or steps) exist in the selected item's hierarchy?
|
|
@@ -250,6 +266,7 @@ exports.cairoNestedTableCollapseAndExpand = cairoNestedTableCollapseAndExpand;
|
|
|
250
266
|
* Event description: Sent when a Cairo component is done loading. Relevant components: Picker Standalone, Picker Modal, Table, Cards.
|
|
251
267
|
*
|
|
252
268
|
* @param {loadEndParams} params - The parameters for this event
|
|
269
|
+
* @property {string} appId
|
|
253
270
|
* @property {string} artifactId - Artifact that owns the component
|
|
254
271
|
* @property {string} cairoVersion
|
|
255
272
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -264,6 +281,7 @@ exports.cairoNestedTableCollapseAndExpand = cairoNestedTableCollapseAndExpand;
|
|
|
264
281
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
265
282
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
266
283
|
* @property {boolean} isInternalPage - Is under bo.wix.com (new from 03/2023)
|
|
284
|
+
* @property {boolean} isTPA
|
|
267
285
|
* @property {number} listSize - How many items exist (full list, unfiltered). Relevant for Picker.
|
|
268
286
|
* @property {number} loadingTime - Component loading time in ms
|
|
269
287
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -282,6 +300,7 @@ exports.loadEnd = loadEnd;
|
|
|
282
300
|
*
|
|
283
301
|
* @param {cairoTagsAddDeleteTagParams} params - The parameters for this event
|
|
284
302
|
* @property {string} actionName - Add / Delete / Rename
|
|
303
|
+
* @property {string} appId
|
|
285
304
|
* @property {string} artifactId - Artifact that owns the component
|
|
286
305
|
* @property {string} cairoVersion - Cairo version
|
|
287
306
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -289,6 +308,7 @@ exports.loadEnd = loadEnd;
|
|
|
289
308
|
* @property {GUID} csid - Cairo session ID
|
|
290
309
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
291
310
|
* @property {boolean} isFromSearch - Is the action made from a list of tags search results?
|
|
311
|
+
* @property {boolean} isTPA
|
|
292
312
|
* @property {number} numTags - How many tags are in the modal after this action?
|
|
293
313
|
* @property {string} origin - Where did the user make the action from? Tags Modal /
|
|
294
314
|
* @property {string} previousName - (Relevant only for action name=Rename) The tag's name, before the change
|
|
@@ -307,6 +327,7 @@ exports.cairoTagsAddDeleteTag = cairoTagsAddDeleteTag;
|
|
|
307
327
|
* Event description: Sent when the export process begins
|
|
308
328
|
*
|
|
309
329
|
* @param {cairoExportProcessStartParams} params - The parameters for this event
|
|
330
|
+
* @property {string} appId
|
|
310
331
|
* @property {string} artifactId - Artifact that owns the component
|
|
311
332
|
* @property {string} cairoVersion
|
|
312
333
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -314,6 +335,7 @@ exports.cairoTagsAddDeleteTag = cairoTagsAddDeleteTag;
|
|
|
314
335
|
* @property {GUID} csid
|
|
315
336
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
316
337
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
338
|
+
* @property {boolean} isTPA
|
|
317
339
|
* @property {number} numItems - How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
318
340
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
319
341
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -332,6 +354,7 @@ exports.cairoExportProcessStart = cairoExportProcessStart;
|
|
|
332
354
|
* Event description: Sent when the user clicks a CTA in the "Export Failed" modal
|
|
333
355
|
*
|
|
334
356
|
* @param {cairoExportFailedModalCtaClickedParams} params - The parameters for this event
|
|
357
|
+
* @property {string} appId
|
|
335
358
|
* @property {string} artifactId - Artifact that owns the component
|
|
336
359
|
* @property {string} cairoVersion
|
|
337
360
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -340,6 +363,7 @@ exports.cairoExportProcessStart = cairoExportProcessStart;
|
|
|
340
363
|
* @property {string} ctaName - Which CTA did the user click in the Export Failed modal: "Cancel"/"X Button" (export is cancelled) OR "Try Again" (export process restarts) OR "learn more" (user is led to contact support)
|
|
341
364
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
342
365
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
366
|
+
* @property {boolean} isTPA
|
|
343
367
|
* @property {number} numItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
344
368
|
* @property {number} numItemsExported - How many items were exported before the export failed.
|
|
345
369
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -359,6 +383,7 @@ exports.cairoExportFailedModalCtaClicked = cairoExportFailedModalCtaClicked;
|
|
|
359
383
|
* Event description: Sent when the search results are displayed, after a user searches for a view in a Cairo views list. Relevant components: Table, Cards.
|
|
360
384
|
*
|
|
361
385
|
* @param {cairoSearchViewInViewsParams} params - The parameters for this event
|
|
386
|
+
* @property {string} appId
|
|
362
387
|
* @property {string} artifactId - Artifact that owns the component
|
|
363
388
|
* @property {string} cairoVersion - Cairo version
|
|
364
389
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -366,6 +391,7 @@ exports.cairoExportFailedModalCtaClicked = cairoExportFailedModalCtaClicked;
|
|
|
366
391
|
* @property {GUID} csid
|
|
367
392
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
368
393
|
* @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).
|
|
394
|
+
* @property {boolean} isTPA
|
|
369
395
|
* @property {number} numCategoriesInResults - Out of searchResultsCnt - how many results are from type of "categories"?
|
|
370
396
|
* @property {number} numViews - The distinct views IDs the users has when he searches a view
|
|
371
397
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -384,6 +410,7 @@ exports.cairoSearchViewInViews = cairoSearchViewInViews;
|
|
|
384
410
|
* Event description: Cairo picker starts loading
|
|
385
411
|
*
|
|
386
412
|
* @param {pickerStartLoadParams} params - The parameters for this event
|
|
413
|
+
* @property {string} appId
|
|
387
414
|
* @property {string} artifactId - Artifact that owns the component
|
|
388
415
|
* @property {string} cairoVersion
|
|
389
416
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -392,6 +419,7 @@ exports.cairoSearchViewInViews = cairoSearchViewInViews;
|
|
|
392
419
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
393
420
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
394
421
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
422
|
+
* @property {boolean} isTPA
|
|
395
423
|
* @property {number} listSize - How many items exist (full list)
|
|
396
424
|
* @property {number} maxItems - Max items to select in picker
|
|
397
425
|
* @property {string} product - Name of the product / api. E.g. contacts, booking, site_properties, etc. from FDQN
|
|
@@ -410,6 +438,7 @@ exports.pickerStartLoad = pickerStartLoad;
|
|
|
410
438
|
*
|
|
411
439
|
* @param {loadStartParams} params - The parameters for this event
|
|
412
440
|
* @property {string} additionalFeaturesAvailability - Json field :({featureName: boolean}) (new from 06/2023), for features that don't suppose to impact performance
|
|
441
|
+
* @property {string} appId
|
|
413
442
|
* @property {string} artifactId - Artifact that owns the component
|
|
414
443
|
* @property {string} cairoVersion - cairo version
|
|
415
444
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -421,6 +450,7 @@ exports.pickerStartLoad = pickerStartLoad;
|
|
|
421
450
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
422
451
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
423
452
|
* @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
|
|
453
|
+
* @property {boolean} isTPA
|
|
424
454
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
425
455
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
426
456
|
* @property {Url} url - The page's url (new from 03/2023)
|
|
@@ -436,12 +466,14 @@ exports.loadStart = loadStart;
|
|
|
436
466
|
* Event description: Sent when user selects a category from the Pikachu category menu (e.g. Coupons/Services/Products)
|
|
437
467
|
*
|
|
438
468
|
* @param {pikachuItemCategorySelectedParams} params - The parameters for this event
|
|
469
|
+
* @property {string} appId
|
|
439
470
|
* @property {string} artifactId - Artifact that owns the component
|
|
440
471
|
* @property {string} cairoVersion
|
|
441
472
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
442
473
|
* @property {string} componentType
|
|
443
474
|
* @property {GUID} csid
|
|
444
475
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
476
|
+
* @property {boolean} isTPA
|
|
445
477
|
* @property {string} itemCategory - Which type of item would we like to pick: 'Collection'/'Product'/'Service'/'Coupon'/'Standalone form'/'Invoice'/'Price quote'
|
|
446
478
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
447
479
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -457,6 +489,7 @@ exports.pikachuItemCategorySelected = pikachuItemCategorySelected;
|
|
|
457
489
|
* Event description: Sent when a user clicks the "Export" CTA in a Cairo component
|
|
458
490
|
*
|
|
459
491
|
* @param {cairoExportCtaClickedParams} params - The parameters for this event
|
|
492
|
+
* @property {string} appId
|
|
460
493
|
* @property {string} artifactId - Artifact that owns the component
|
|
461
494
|
* @property {string} availableExportTypes - A list of all of the available export types, along with the number of items that would be exported using each of the options. E.g. {"All Items": 100, "Filtered Items": 80, "Selected Items": 10}
|
|
462
495
|
* @property {string} cairoVersion
|
|
@@ -467,6 +500,7 @@ exports.pikachuItemCategorySelected = pikachuItemCategorySelected;
|
|
|
467
500
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
468
501
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
469
502
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
503
|
+
* @property {boolean} isTPA
|
|
470
504
|
* @property {number} numSelectedItems - How many items does the user wish to export
|
|
471
505
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
472
506
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -482,6 +516,7 @@ exports.cairoExportCtaClicked = cairoExportCtaClicked;
|
|
|
482
516
|
* Event description: Sent when the user clicks any of the CTAs in the "Cancel the export?" modal
|
|
483
517
|
*
|
|
484
518
|
* @param {cairoCancelExportModalCtaClickedParams} params - The parameters for this event
|
|
519
|
+
* @property {string} appId
|
|
485
520
|
* @property {string} artifactId - Artifact that owns the component
|
|
486
521
|
* @property {string} cairoVersion
|
|
487
522
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -491,6 +526,7 @@ exports.cairoExportCtaClicked = cairoExportCtaClicked;
|
|
|
491
526
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
492
527
|
* @property {number} duration - How much time (in ms) did it take since the export process began
|
|
493
528
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
529
|
+
* @property {boolean} isTPA
|
|
494
530
|
* @property {string} modalType - Did the user try to close the tab ("Browser") or cancel the export ("Export")
|
|
495
531
|
* @property {number} numItems - How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
496
532
|
* @property {number} numItemsExported - How many items were exported before the user tried to cancel the export
|
|
@@ -511,12 +547,14 @@ exports.cairoCancelExportModalCtaClicked = cairoCancelExportModalCtaClicked;
|
|
|
511
547
|
* Event description: Sent when a user chose to discard his changes in a Cairo's page. (by clicking on cancel / navigate to another page / click on the back button / click on the breadcrumb button)
|
|
512
548
|
*
|
|
513
549
|
* @param {cairoPageDiscardChangesBeforeSaveParams} params - The parameters for this event
|
|
550
|
+
* @property {string} appId
|
|
514
551
|
* @property {string} artifactId - Artifact that owns the component
|
|
515
552
|
* @property {string} cairoVersion - Cairo version
|
|
516
553
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
517
554
|
* @property {string} componentType - Table/Cards / Picker
|
|
518
555
|
* @property {GUID} csid - Cairo session ID
|
|
519
556
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
557
|
+
* @property {boolean} isTPA
|
|
520
558
|
* @property {number} numOfActions - Number of changed fields that their changes can be lost
|
|
521
559
|
* @property {number} numOfFields - How many fields are there that can be change in this page?
|
|
522
560
|
* @property {string} origin - Cancel CTA / Breadcrumbs / Back button / Navigation
|
|
@@ -535,6 +573,7 @@ exports.cairoPageDiscardChangesBeforeSave = cairoPageDiscardChangesBeforeSave;
|
|
|
535
573
|
* Event description: Sent when the user clicks the "Download Manually" button in the toast that is displayed after the export process is complete
|
|
536
574
|
*
|
|
537
575
|
* @param {cairoFileDownloadToastDownloadButtonClickedParams} params - The parameters for this event
|
|
576
|
+
* @property {string} appId
|
|
538
577
|
* @property {string} artifactId - Artifact that owns the component
|
|
539
578
|
* @property {string} cairoVersion
|
|
540
579
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -544,6 +583,7 @@ exports.cairoPageDiscardChangesBeforeSave = cairoPageDiscardChangesBeforeSave;
|
|
|
544
583
|
* @property {number} duration - How much time (in ms) was the notification displayed before the button was clicked
|
|
545
584
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
546
585
|
* @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
586
|
+
* @property {boolean} isTPA
|
|
547
587
|
* @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
548
588
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
549
589
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -559,7 +599,8 @@ exports.cairoFileDownloadToastDownloadButtonClicked = cairoFileDownloadToastDown
|
|
|
559
599
|
* Event description: Sent when a user is making his first change in visible columns- add / remove / reorder them- for every time he opened the side panel. Relevant components: Table, Cards.
|
|
560
600
|
*
|
|
561
601
|
* @param {cairoCustomizeColumnsInSidePanelParams} params - The parameters for this event
|
|
562
|
-
* @property {string} actionName -
|
|
602
|
+
* @property {string} actionName - Visibility / Reorder
|
|
603
|
+
* @property {string} appId
|
|
563
604
|
* @property {string} artifactId - Artifact that owns the component
|
|
564
605
|
* @property {string} cairoVersion - version
|
|
565
606
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -568,11 +609,11 @@ exports.cairoFileDownloadToastDownloadButtonClicked = cairoFileDownloadToastDown
|
|
|
568
609
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards. (new field from 01/2023)
|
|
569
610
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
570
611
|
* @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)
|
|
612
|
+
* @property {boolean} isTPA
|
|
571
613
|
* @property {number} numColumns - How many columns are shown? (new field from 01/2023)
|
|
572
614
|
* @property {number} numFiltersActive - The number of active filters when the user opened/closed the panel/menu
|
|
573
615
|
* @property {number} numFiltersInView - How many filters comprise the saved view (new field from 01/2023)
|
|
574
616
|
* @property {number} numSortedColumns - How many columns actively sort the data? (new field from 01/2023)
|
|
575
|
-
* @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
|
|
576
617
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
577
618
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
578
619
|
* @property {string} visibleColumnsOrder - Which columns are currently shown to the user - by the order the user defined (new field from 01/2023)
|
|
@@ -588,6 +629,7 @@ exports.cairoCustomizeColumnsInSidePanel = cairoCustomizeColumnsInSidePanel;
|
|
|
588
629
|
* Event description: Sent when a user selects a tab in a Cairo component. Relevant components: Table, Cards.
|
|
589
630
|
*
|
|
590
631
|
* @param {cairoTabSelectedParams} params - The parameters for this event
|
|
632
|
+
* @property {string} appId
|
|
591
633
|
* @property {string} artifactId - Artifact that owns the component
|
|
592
634
|
* @property {string} cairoVersion
|
|
593
635
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -596,6 +638,7 @@ exports.cairoCustomizeColumnsInSidePanel = cairoCustomizeColumnsInSidePanel;
|
|
|
596
638
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
597
639
|
* @property {number} filteredListSize - How many items are currently presented to user, after new tab selection
|
|
598
640
|
* @property {boolean} hasAllTab - TRUE if "All" tab is displayed for this component; FALSE otherwise
|
|
641
|
+
* @property {boolean} isTPA
|
|
599
642
|
* @property {string} newTabId - Name of the newly selected tab
|
|
600
643
|
* @property {number} newTabIndex - Index of the newly selected tab. 1 <= newTabIndex <= numTabs.
|
|
601
644
|
* @property {number} numTabs - How many tabs are dispalyed to the user
|
|
@@ -616,6 +659,7 @@ exports.cairoTabSelected = cairoTabSelected;
|
|
|
616
659
|
*
|
|
617
660
|
* @param {cairoViewsUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
618
661
|
* @property {string} actionName - "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
|
|
662
|
+
* @property {string} appId
|
|
619
663
|
* @property {string} artifactId - Artifact that owns the component
|
|
620
664
|
* @property {string} cairoVersion - cairo version
|
|
621
665
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -630,6 +674,7 @@ exports.cairoTabSelected = cairoTabSelected;
|
|
|
630
674
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
|
|
631
675
|
* @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.
|
|
632
676
|
* @property {boolean} isFromSearch - Was the failed action made on a search results?
|
|
677
|
+
* @property {boolean} isTPA
|
|
633
678
|
* @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
|
|
634
679
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
635
680
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -648,6 +693,7 @@ exports.cairoViewsUnsuccessfulUpdateInServer = cairoViewsUnsuccessfulUpdateInSer
|
|
|
648
693
|
* Event description: Sent when a user clicks on a CTA in an an opened modal
|
|
649
694
|
*
|
|
650
695
|
* @param {cairoModalCtaClickedParams} params - The parameters for this event
|
|
696
|
+
* @property {string} appId
|
|
651
697
|
* @property {string} artifactId - Artifact that owns the component
|
|
652
698
|
* @property {string} cairoVersion - cairo version
|
|
653
699
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -655,6 +701,7 @@ exports.cairoViewsUnsuccessfulUpdateInServer = cairoViewsUnsuccessfulUpdateInSer
|
|
|
655
701
|
* @property {GUID} csid - Cairo session id
|
|
656
702
|
* @property {string} ctaName - The CTA name the user chose to do in the modal (for example: save, cancel, archive etc.). English only, not localized
|
|
657
703
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
704
|
+
* @property {boolean} isTPA
|
|
658
705
|
* @property {string} localizedCtaName - The CTA name, localized
|
|
659
706
|
* @property {string} modalName - The modal's title (Archive custom field, etc.)
|
|
660
707
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -671,6 +718,7 @@ exports.cairoModalCtaClicked = cairoModalCtaClicked;
|
|
|
671
718
|
* Event description: Sent when a user clears all of the filters used in a Cairo component. Relevant components: Table, Cards.
|
|
672
719
|
*
|
|
673
720
|
* @param {cairoAllFiltersClearedParams} params - The parameters for this event
|
|
721
|
+
* @property {string} appId
|
|
674
722
|
* @property {string} artifactId - Artifact that owns the component
|
|
675
723
|
* @property {string} cairoVersion
|
|
676
724
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -679,6 +727,7 @@ exports.cairoModalCtaClicked = cairoModalCtaClicked;
|
|
|
679
727
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
680
728
|
* @property {string} filterNames - Comma separated list of filter names that have been cleared
|
|
681
729
|
* @property {number} filteredListSize - How many items were presented to user, before all of the filters were cleared
|
|
730
|
+
* @property {boolean} isTPA
|
|
682
731
|
* @property {number} numFiltersCleared - How many filters have been cleared
|
|
683
732
|
* @property {string} origin - "sidebar"/"toolbar"
|
|
684
733
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -695,6 +744,7 @@ exports.cairoAllFiltersCleared = cairoAllFiltersCleared;
|
|
|
695
744
|
* 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.
|
|
696
745
|
*
|
|
697
746
|
* @param {cairoCtaClickedParams} params - The parameters for this event
|
|
747
|
+
* @property {string} appId
|
|
698
748
|
* @property {string} artifactId - Artifact that owns the component
|
|
699
749
|
* @property {string} cairoVersion
|
|
700
750
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -706,6 +756,7 @@ exports.cairoAllFiltersCleared = cairoAllFiltersCleared;
|
|
|
706
756
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
707
757
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
708
758
|
* @property {boolean} isSelectAll - Are all items in the list selected. numItems = filteredListSize ==> isSelectAll = TRUE
|
|
759
|
+
* @property {boolean} isTPA
|
|
709
760
|
* @property {string} itemId - ID of the item that the user clicked on its CTA
|
|
710
761
|
* @property {number} itemIndex - Out of the list of items, what is the index of the clicked item . ** filteredListSize = X --> (1 <= itemIndex <= X)
|
|
711
762
|
* @property {string} localizedCtaName - The CTA name, localized
|
|
@@ -730,6 +781,7 @@ exports.cairoCtaClicked = cairoCtaClicked;
|
|
|
730
781
|
* 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.
|
|
731
782
|
*
|
|
732
783
|
* @param {cairoChangesBeforeApplyParams} params - The parameters for this event
|
|
784
|
+
* @property {string} appId
|
|
733
785
|
* @property {string} artifactId - Artifact that owns the component
|
|
734
786
|
* @property {string} cairoVersion - Cairo version
|
|
735
787
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -740,6 +792,7 @@ exports.cairoCtaClicked = cairoCtaClicked;
|
|
|
740
792
|
* @property {string} fieldName - The field that the user chose to change (not necessary to save) (Null if the user clicked on "clear")
|
|
741
793
|
* @property {string} fieldValue - The chosen value of the field (Null if the user clicked on "clear")
|
|
742
794
|
* @property {boolean} isClearButton - True if the user clicked on the clear button, False otherwise .
|
|
795
|
+
* @property {boolean} isTPA
|
|
743
796
|
* @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)
|
|
744
797
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
745
798
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -756,12 +809,14 @@ exports.cairoChangesBeforeApply = cairoChangesBeforeApply;
|
|
|
756
809
|
*
|
|
757
810
|
* @param {cairoTagsWidgetClickOnCtaParams} params - The parameters for this event
|
|
758
811
|
* @property {string} actionName - Assign tags / Create tags / Manage tags
|
|
812
|
+
* @property {string} appId
|
|
759
813
|
* @property {string} artifactId - Artifact that owns the component
|
|
760
814
|
* @property {string} cairoVersion - Cairo version
|
|
761
815
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
762
816
|
* @property {string} componentType - Component type
|
|
763
817
|
* @property {GUID} csid - Cairo session ID
|
|
764
818
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
819
|
+
* @property {boolean} isTPA
|
|
765
820
|
* @property {string} itemId - The entity ID
|
|
766
821
|
* @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
|
|
767
822
|
* @property {number} numTagsAssigned - How many tags are already assigned to that item?
|
|
@@ -780,6 +835,7 @@ exports.cairoTagsWidgetClickOnCta = cairoTagsWidgetClickOnCta;
|
|
|
780
835
|
*
|
|
781
836
|
* @param {cairoDataExtensionUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
782
837
|
* @property {string} actionName - The action the user tried to do: Add/ Edit etc. (in English, not localized)
|
|
838
|
+
* @property {string} appId
|
|
783
839
|
* @property {string} artifactId - Artifact that owns the component
|
|
784
840
|
* @property {string} cairoVersion - cairo version
|
|
785
841
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -789,6 +845,7 @@ exports.cairoTagsWidgetClickOnCta = cairoTagsWidgetClickOnCta;
|
|
|
789
845
|
* @property {string} errorType - What is the type of the error? Technical issue / Network error / 10k Limitation
|
|
790
846
|
* @property {string} fieldName - The name the user typed
|
|
791
847
|
* @property {string} fieldType - What type is the added field? Long text / Date / Number etc.
|
|
848
|
+
* @property {boolean} isTPA
|
|
792
849
|
* @property {string} key - The key value
|
|
793
850
|
* @property {string} origin - Where did the user click on "add custom field" from? Custom columns panel / Entity page
|
|
794
851
|
* @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.
|
|
@@ -806,6 +863,7 @@ exports.cairoDataExtensionUnsuccessfulUpdateInServer = cairoDataExtensionUnsucce
|
|
|
806
863
|
* Event description: Sent when a an error in Cairo component loading process happen . Relevant components: Picker Standalone, Picker Modal, Table, Cards.
|
|
807
864
|
*
|
|
808
865
|
* @param {cairoErrorInLoadingAComponentParams} params - The parameters for this event
|
|
866
|
+
* @property {string} appId
|
|
809
867
|
* @property {string} artifactId - Artifact that owns the component
|
|
810
868
|
* @property {string} cairoVersion - cairo version
|
|
811
869
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -820,6 +878,7 @@ exports.cairoDataExtensionUnsuccessfulUpdateInServer = cairoDataExtensionUnsucce
|
|
|
820
878
|
* InitCustomFieldsDataExtensionFailed /
|
|
821
879
|
* InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
|
|
822
880
|
* @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
|
|
881
|
+
* @property {boolean} isTPA
|
|
823
882
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
824
883
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
825
884
|
* @property {Url} url - The page's url
|
|
@@ -835,6 +894,7 @@ exports.cairoErrorInLoadingAComponent = cairoErrorInLoadingAComponent;
|
|
|
835
894
|
* Event description: Sent when a an error in Cairo component loading process happened and the user reload the state
|
|
836
895
|
*
|
|
837
896
|
* @param {cairoReloadErrorStateParams} params - The parameters for this event
|
|
897
|
+
* @property {string} appId
|
|
838
898
|
* @property {string} artifactId - Artifact that owns the component
|
|
839
899
|
* @property {string} cairoVersion - cairo version
|
|
840
900
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -850,6 +910,7 @@ exports.cairoErrorInLoadingAComponent = cairoErrorInLoadingAComponent;
|
|
|
850
910
|
* InitCustomFieldsDataExtensionFailed /
|
|
851
911
|
* InitCustomFieldsWidgetContainerFailed / InitCustomFieldsDataExtensionFailed
|
|
852
912
|
* @property {string} featuresAvailability - Json field :({featureName: boolean}) (new from 03/2023)
|
|
913
|
+
* @property {boolean} isTPA
|
|
853
914
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
854
915
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
855
916
|
* @property {Url} url - The page's url
|
|
@@ -865,6 +926,7 @@ exports.cairoReloadErrorState = cairoReloadErrorState;
|
|
|
865
926
|
* Event description: Sent when the "create new" process ends (and the result is shown to the user)
|
|
866
927
|
*
|
|
867
928
|
* @param {newItemCreationEndParams} params - The parameters for this event
|
|
929
|
+
* @property {string} appId
|
|
868
930
|
* @property {string} artifactId - Artifact that owns the component
|
|
869
931
|
* @property {string} cairoVersion
|
|
870
932
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -874,6 +936,7 @@ exports.cairoReloadErrorState = cairoReloadErrorState;
|
|
|
874
936
|
* @property {string} currentSortOrder - sort order
|
|
875
937
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
876
938
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
939
|
+
* @property {boolean} isTPA
|
|
877
940
|
* @property {string} itemId - resultType= "success" --> itemId = ID of newly created item; resultType = "dismissed" --> itemId = null
|
|
878
941
|
* @property {number} listSize - How many items exist, after item creation (full list, unfiltered)
|
|
879
942
|
* @property {number} maxItems - Max number of items that can be selected
|
|
@@ -899,12 +962,14 @@ exports.newItemCreationEnd = newItemCreationEnd;
|
|
|
899
962
|
* Event description: Send when a Tags' widget is loaded. Relevant for Verticals who allow use tags in their tables.
|
|
900
963
|
*
|
|
901
964
|
* @param {cairoTagsWidgetLoadedParams} params - The parameters for this event
|
|
965
|
+
* @property {string} appId
|
|
902
966
|
* @property {string} artifactId - Artifact that owns the component
|
|
903
967
|
* @property {string} cairoVersion - Cairo version
|
|
904
968
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
905
969
|
* @property {string} componentType - Component type
|
|
906
970
|
* @property {GUID} csid - Cairo session ID
|
|
907
971
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
972
|
+
* @property {boolean} isTPA
|
|
908
973
|
* @property {string} itemId - The entity ID (that the widget was loaded in its page)
|
|
909
974
|
* @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
|
|
910
975
|
* @property {number} numTagsAssigned - How many tags are assigned to that entity when the widget is loaded?
|
|
@@ -922,6 +987,7 @@ exports.cairoTagsWidgetLoaded = cairoTagsWidgetLoaded;
|
|
|
922
987
|
* Event description: Sent when the notification at the top of the table is dismissed, either manually or automatically
|
|
923
988
|
*
|
|
924
989
|
* @param {cairoTableTopNotificationDismissedParams} params - The parameters for this event
|
|
990
|
+
* @property {string} appId
|
|
925
991
|
* @property {string} artifactId - Artifact that owns the component
|
|
926
992
|
* @property {string} cairoVersion
|
|
927
993
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -931,6 +997,7 @@ exports.cairoTagsWidgetLoaded = cairoTagsWidgetLoaded;
|
|
|
931
997
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
932
998
|
* @property {number} duration - How much time (in ms) was the notification displayed before it was dismissed
|
|
933
999
|
* @property {number} filteredListSize - How many items are currently presented to user (full list, filtered)
|
|
1000
|
+
* @property {boolean} isTPA
|
|
934
1001
|
* @property {string} notificationText - What is displayed to the user, localized
|
|
935
1002
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
936
1003
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -946,6 +1013,7 @@ exports.cairoTableTopNotificationDismissed = cairoTableTopNotificationDismissed;
|
|
|
946
1013
|
* Event description: Send when a user click on a section CTA (show more / show less etc.)
|
|
947
1014
|
*
|
|
948
1015
|
* @param {cairoSectionCtaClickedParams} params - The parameters for this event
|
|
1016
|
+
* @property {string} appId
|
|
949
1017
|
* @property {string} artifactId - Artifact that owns the component
|
|
950
1018
|
* @property {string} cairoVersion - Cairo version
|
|
951
1019
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -955,6 +1023,7 @@ exports.cairoTableTopNotificationDismissed = cairoTableTopNotificationDismissed;
|
|
|
955
1023
|
* @property {string} ctaName - cta key (show more / show less etc.)
|
|
956
1024
|
* @property {string} ctaType - Main / Secondary / More actions
|
|
957
1025
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1026
|
+
* @property {boolean} isTPA
|
|
958
1027
|
* @property {string} localizedCtaName - The CTA name, localized
|
|
959
1028
|
* @property {string} loaction - CTA location: Section Toolbar, Collection Toolbar
|
|
960
1029
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -972,6 +1041,7 @@ exports.cairoSectionCtaClicked = cairoSectionCtaClicked;
|
|
|
972
1041
|
* Event description: Sent when the export ends successfully and the user is prompted that the file is being downloaded
|
|
973
1042
|
*
|
|
974
1043
|
* @param {cairoFileDownloadToastDisplayedParams} params - The parameters for this event
|
|
1044
|
+
* @property {string} appId
|
|
975
1045
|
* @property {string} artifactId - Artifact that owns the component
|
|
976
1046
|
* @property {string} cairoVersion
|
|
977
1047
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -980,6 +1050,7 @@ exports.cairoSectionCtaClicked = cairoSectionCtaClicked;
|
|
|
980
1050
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
981
1051
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
982
1052
|
* @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
1053
|
+
* @property {boolean} isTPA
|
|
983
1054
|
* @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
984
1055
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
985
1056
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -996,12 +1067,14 @@ exports.cairoFileDownloadToastDisplayed = cairoFileDownloadToastDisplayed;
|
|
|
996
1067
|
* 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.
|
|
997
1068
|
*
|
|
998
1069
|
* @param {cairoSearchResultsParams} params - The parameters for this event
|
|
1070
|
+
* @property {string} appId
|
|
999
1071
|
* @property {string} artifactId - Artifact that owns the component
|
|
1000
1072
|
* @property {string} cairoVersion
|
|
1001
1073
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
1002
1074
|
* @property {string} componentType - Picker Standalone/Picker Modal/Table/Cards
|
|
1003
1075
|
* @property {GUID} csid
|
|
1004
1076
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1077
|
+
* @property {boolean} isTPA
|
|
1005
1078
|
* @property {number} loadingTime - How much time (in ms) did it take to load the results for searchQuery
|
|
1006
1079
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1007
1080
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1019,6 +1092,7 @@ exports.cairoSearchResults = cairoSearchResults;
|
|
|
1019
1092
|
* Event description: Send when a user click on button that will close "Tags Modal". Relevant for Verticals who allow use tags in their tables.
|
|
1020
1093
|
*
|
|
1021
1094
|
* @param {cairoTagsModalEndProcessParams} params - The parameters for this event
|
|
1095
|
+
* @property {string} appId
|
|
1022
1096
|
* @property {string} artifactId - Artifact that owns the component
|
|
1023
1097
|
* @property {string} cairoVersion - Cairo version
|
|
1024
1098
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -1026,6 +1100,7 @@ exports.cairoSearchResults = cairoSearchResults;
|
|
|
1026
1100
|
* @property {GUID} csid - Cairo session ID
|
|
1027
1101
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1028
1102
|
* @property {string} endType - Close without changes
|
|
1103
|
+
* @property {boolean} isTPA
|
|
1029
1104
|
* @property {number} numTags - How many tags are in the modal?
|
|
1030
1105
|
* @property {string} origin - Where did the user open Manage Tags modal from?
|
|
1031
1106
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1042,6 +1117,7 @@ exports.cairoTagsModalEndProcess = cairoTagsModalEndProcess;
|
|
|
1042
1117
|
* Event description: Sent when a user clicks on "Manage View" in a Cairo component. Relevant components: Table, Cards.
|
|
1043
1118
|
*
|
|
1044
1119
|
* @param {cairoManageViewClickedParams} params - The parameters for this event
|
|
1120
|
+
* @property {string} appId
|
|
1045
1121
|
* @property {string} artifactId - Artifact that owns the component
|
|
1046
1122
|
* @property {string} cairoVersion - Cairo version
|
|
1047
1123
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1050,6 +1126,7 @@ exports.cairoTagsModalEndProcess = cairoTagsModalEndProcess;
|
|
|
1050
1126
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
1051
1127
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1052
1128
|
* @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
|
|
1129
|
+
* @property {boolean} isTPA
|
|
1053
1130
|
* @property {number} numFiltersInView - How many filters comprise the saved view
|
|
1054
1131
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1055
1132
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1065,12 +1142,14 @@ exports.cairoManageViewClicked = cairoManageViewClicked;
|
|
|
1065
1142
|
* Event description: Send when a user click on a "Tags Modal". Relevant for Verticals who allow use tags in their tables.
|
|
1066
1143
|
*
|
|
1067
1144
|
* @param {cairoTagsModalStartLoadParams} params - The parameters for this event
|
|
1145
|
+
* @property {string} appId
|
|
1068
1146
|
* @property {string} artifactId - Artifact that owns the component
|
|
1069
1147
|
* @property {string} cairoVersion - Cairo version
|
|
1070
1148
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1071
1149
|
* @property {string} componentType - Component type
|
|
1072
1150
|
* @property {GUID} csid - Cairo session ID
|
|
1073
1151
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1152
|
+
* @property {boolean} isTPA
|
|
1074
1153
|
* @property {number} numTags - How many tags are to be presented?
|
|
1075
1154
|
* @property {string} origin - Where did the user open Manage Tags modal from?
|
|
1076
1155
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1088,6 +1167,7 @@ exports.cairoTagsModalStartLoad = cairoTagsModalStartLoad;
|
|
|
1088
1167
|
*
|
|
1089
1168
|
* @param {cairoSortUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
1090
1169
|
* @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)
|
|
1170
|
+
* @property {string} appId
|
|
1091
1171
|
* @property {string} artifactId - Artifact that owns the component
|
|
1092
1172
|
* @property {string} cairoVersion - cairo version
|
|
1093
1173
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1102,6 +1182,7 @@ exports.cairoTagsModalStartLoad = cairoTagsModalStartLoad;
|
|
|
1102
1182
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
|
|
1103
1183
|
* @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.
|
|
1104
1184
|
* @property {boolean} isFromSearch - Was the failed action made on a search results?
|
|
1185
|
+
* @property {boolean} isTPA
|
|
1105
1186
|
* @property {number} numOfWaitingUpdates - number of updates in the sequence that follow the failed action
|
|
1106
1187
|
* @property {string} origin - The location thefailed sort action was made from :"SidePanel"/"ColumnHeader"
|
|
1107
1188
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1125,6 +1206,7 @@ exports.cairoSortUnsuccessfulUpdateInServer = cairoSortUnsuccessfulUpdateInServe
|
|
|
1125
1206
|
* Event description: Sent when user changes selection in the Cairo export modal
|
|
1126
1207
|
*
|
|
1127
1208
|
* @param {cairoItemToggledInExportModalParams} params - The parameters for this event
|
|
1209
|
+
* @property {string} appId
|
|
1128
1210
|
* @property {string} artifactId - Artifact that owns the component
|
|
1129
1211
|
* @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}
|
|
1130
1212
|
* @property {string} cairoVersion
|
|
@@ -1134,6 +1216,7 @@ exports.cairoSortUnsuccessfulUpdateInServer = cairoSortUnsuccessfulUpdateInServe
|
|
|
1134
1216
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1135
1217
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1136
1218
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
1219
|
+
* @property {boolean} isTPA
|
|
1137
1220
|
* @property {string} newSelectedExportType - What type of export did the user switch to: "All Items"/"Filtered Items"/"Selected Items"
|
|
1138
1221
|
* @property {string} prevSelectedExportType - What type of export did the user have selected before swiching to newSelectedExportType: "All Items"/"Filtered Items"/"Selected Items"
|
|
1139
1222
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1150,6 +1233,7 @@ exports.cairoItemToggledInExportModal = cairoItemToggledInExportModal;
|
|
|
1150
1233
|
* Event description: Sent when a user finish to drag items but those changes weren't update in the server from different reasons
|
|
1151
1234
|
*
|
|
1152
1235
|
* @param {cairoDragActionUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
1236
|
+
* @property {string} appId
|
|
1153
1237
|
* @property {string} artifactId - Artifact that owns the component
|
|
1154
1238
|
* @property {string} cairoVersion - cairo version
|
|
1155
1239
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1162,6 +1246,7 @@ exports.cairoItemToggledInExportModal = cairoItemToggledInExportModal;
|
|
|
1162
1246
|
* @property {number} filteredListSize - How many items are to be presented (filtered)?
|
|
1163
1247
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the failed action?
|
|
1164
1248
|
* @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.
|
|
1249
|
+
* @property {boolean} isTPA
|
|
1165
1250
|
* @property {string} itemId - ID of the item that the user tries to drag
|
|
1166
1251
|
* @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
|
|
1167
1252
|
* @property {number} itemIndexBefore - Out of the list of results, what was the index of the clicked item (before dragging). ** filteredListSize = X --> (1 <= itemIndexBefore <= X)
|
|
@@ -1188,6 +1273,7 @@ exports.cairoDragActionUnsuccessfulUpdateInServer = cairoDragActionUnsuccessfulU
|
|
|
1188
1273
|
* Event description: Sent when the search results are displayed, after a user searches for a tag. Relevant for tables that enabled using tags.
|
|
1189
1274
|
*
|
|
1190
1275
|
* @param {cairoSearchForTagsParams} params - The parameters for this event
|
|
1276
|
+
* @property {string} appId
|
|
1191
1277
|
* @property {string} artifactId - Artifact that owns the component
|
|
1192
1278
|
* @property {string} cairoVersion - Cairo version
|
|
1193
1279
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1195,6 +1281,7 @@ exports.cairoDragActionUnsuccessfulUpdateInServer = cairoDragActionUnsuccessfulU
|
|
|
1195
1281
|
* @property {GUID} csid - Cairo session id
|
|
1196
1282
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1197
1283
|
* @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
|
|
1284
|
+
* @property {boolean} isTPA
|
|
1198
1285
|
* @property {string} location - Where did the user search for the tag? Manage tags modal /
|
|
1199
1286
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1200
1287
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1214,6 +1301,7 @@ exports.cairoSearchForTags = cairoSearchForTags;
|
|
|
1214
1301
|
* @param {cairoManageViewActionSelectedParams} params - The parameters for this event
|
|
1215
1302
|
* @property {number} actionIndex - 1 <= actionIndex <= numActions -- the number of the action out of all actions in the menu
|
|
1216
1303
|
* @property {string} actionName - "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
|
|
1304
|
+
* @property {string} appId
|
|
1217
1305
|
* @property {string} artifactId - Artifact that owns the component
|
|
1218
1306
|
* @property {string} cairoVersion - cairo version
|
|
1219
1307
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1221,6 +1309,7 @@ exports.cairoSearchForTags = cairoSearchForTags;
|
|
|
1221
1309
|
* @property {GUID} csid
|
|
1222
1310
|
* @property {string} currentView - Which view is currently displayed to the user. Relevant for Table and Cards.
|
|
1223
1311
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1312
|
+
* @property {boolean} isTPA
|
|
1224
1313
|
* @property {number} numActions - How many actions are existing in the current menu (including disabled actions)?
|
|
1225
1314
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1226
1315
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1236,12 +1325,14 @@ exports.cairoManageViewActionSelected = cairoManageViewActionSelected;
|
|
|
1236
1325
|
* Event description: Send when a user click on "Learn More" from Cairo component.
|
|
1237
1326
|
*
|
|
1238
1327
|
* @param {cairoLearnMoreParams} params - The parameters for this event
|
|
1328
|
+
* @property {string} appId
|
|
1239
1329
|
* @property {string} artifactId - Artifact that owns the component
|
|
1240
1330
|
* @property {string} cairoVersion - Cairo version
|
|
1241
1331
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1242
1332
|
* @property {string} componentType - Section name (Folders)
|
|
1243
1333
|
* @property {GUID} csid - Cairo session ID
|
|
1244
1334
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1335
|
+
* @property {boolean} isTPA
|
|
1245
1336
|
* @property {string} origin - Where did the user click on "Learn more" from? Add Custom Field Modal/ Edit Custom Field Modal / Table Toolbar
|
|
1246
1337
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1247
1338
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1258,6 +1349,7 @@ exports.cairoLearnMore = cairoLearnMore;
|
|
|
1258
1349
|
*
|
|
1259
1350
|
* @param {cairoAssignTagsToEntitiesParams} params - The parameters for this event
|
|
1260
1351
|
* @property {string} actionName - Assign / Remove
|
|
1352
|
+
* @property {string} appId
|
|
1261
1353
|
* @property {string} artifactId - Artifact that owns the component
|
|
1262
1354
|
* @property {string} assignedTags - array of tags that were assigned (empty array if none)
|
|
1263
1355
|
* @property {string} cairoVersion - Cairo version
|
|
@@ -1266,6 +1358,7 @@ exports.cairoLearnMore = cairoLearnMore;
|
|
|
1266
1358
|
* @property {GUID} csid - Cairo session ID
|
|
1267
1359
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1268
1360
|
* @property {boolean} isFromSearch - Is the action made from a list of tags search results?
|
|
1361
|
+
* @property {boolean} isTPA
|
|
1269
1362
|
* @property {string} itemIds - array of items ids that were selected
|
|
1270
1363
|
* @property {number} numItems - How many items have been selected?
|
|
1271
1364
|
* @property {string} origin - Where did the user make the action from?
|
|
@@ -1284,6 +1377,7 @@ exports.cairoAssignTagsToEntities = cairoAssignTagsToEntities;
|
|
|
1284
1377
|
* Event description: Sent when a user clicks a Page CTA ('add', 'more actions' etc.).
|
|
1285
1378
|
*
|
|
1286
1379
|
* @param {cairoPageCtaClickedParams} params - The parameters for this event
|
|
1380
|
+
* @property {string} appId
|
|
1287
1381
|
* @property {string} artifactId - Artifact that owns the component
|
|
1288
1382
|
* @property {string} cairoVersion - Cairo version
|
|
1289
1383
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -1292,6 +1386,7 @@ exports.cairoAssignTagsToEntities = cairoAssignTagsToEntities;
|
|
|
1292
1386
|
* @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
|
|
1293
1387
|
* @property {string} ctaType - Main / Secondary / More Actions Dropdown / More Actions Option
|
|
1294
1388
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1389
|
+
* @property {boolean} isTPA
|
|
1295
1390
|
* @property {boolean} isValid - (Relevant only for Save CTA) True=if all fields are validated, False= if there are validation errors
|
|
1296
1391
|
* @property {string} location - CTA location: TBD
|
|
1297
1392
|
* @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
|
|
@@ -1312,6 +1407,7 @@ exports.cairoPageCtaClicked = cairoPageCtaClicked;
|
|
|
1312
1407
|
* Event description: Sent when a notification is displayed, showing a message that appears between the table header and the table rows
|
|
1313
1408
|
*
|
|
1314
1409
|
* @param {cairoTableTopNotificationDisplayedParams} params - The parameters for this event
|
|
1410
|
+
* @property {string} appId
|
|
1315
1411
|
* @property {string} artifactId - Artifact that owns the component
|
|
1316
1412
|
* @property {string} cairoVersion
|
|
1317
1413
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1319,6 +1415,7 @@ exports.cairoPageCtaClicked = cairoPageCtaClicked;
|
|
|
1319
1415
|
* @property {GUID} csid
|
|
1320
1416
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1321
1417
|
* @property {number} filteredListSize - How many items are currently presented to user (full list, filtered)
|
|
1418
|
+
* @property {boolean} isTPA
|
|
1322
1419
|
* @property {string} notificationText - What is displayed to the user, localized
|
|
1323
1420
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1324
1421
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1335,6 +1432,7 @@ exports.cairoTableTopNotificationDisplayed = cairoTableTopNotificationDisplayed;
|
|
|
1335
1432
|
*
|
|
1336
1433
|
* @param {cairoTryAgainClickedParams} params - The parameters for this event
|
|
1337
1434
|
* @property {string} actionName - the action name that failed and triggered the notification (for example: drag, column reorder etc.)
|
|
1435
|
+
* @property {string} appId
|
|
1338
1436
|
* @property {string} artifactId - Artifact that owns the component
|
|
1339
1437
|
* @property {string} cairoVersion - cairo version
|
|
1340
1438
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1343,6 +1441,7 @@ exports.cairoTableTopNotificationDisplayed = cairoTableTopNotificationDisplayed;
|
|
|
1343
1441
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
1344
1442
|
* @property {number} filteredListSize - How many items were presented when the user made the failed action (filtered)
|
|
1345
1443
|
* @property {boolean} isFromSearch - Did the user made the failed action on a list of search results
|
|
1444
|
+
* @property {boolean} isTPA
|
|
1346
1445
|
* @property {string} loaction - Toast / Custom fields widget / View only widget / Component error state
|
|
1347
1446
|
* @property {number} numOfWaitingUpdates - (optional) number of updates in the sequence that follow the failed action
|
|
1348
1447
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1359,6 +1458,7 @@ exports.cairoTryAgainClicked = cairoTryAgainClicked;
|
|
|
1359
1458
|
* 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.
|
|
1360
1459
|
*
|
|
1361
1460
|
* @param {cairoFiltersPanelUsedParams} params - The parameters for this event
|
|
1461
|
+
* @property {string} appId
|
|
1362
1462
|
* @property {string} artifactId - Artifact that owns the component
|
|
1363
1463
|
* @property {string} cairoVersion
|
|
1364
1464
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1370,6 +1470,7 @@ exports.cairoTryAgainClicked = cairoTryAgainClicked;
|
|
|
1370
1470
|
* @property {string} feature - Filter / Sort / Costume Columns / Manage Views / Manage custom fields (new field from 01/2023)/Tags
|
|
1371
1471
|
* @property {boolean} isOpened - TRUE if the user just opened the sidebar; FALSE if closed
|
|
1372
1472
|
* @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)
|
|
1473
|
+
* @property {boolean} isTPA
|
|
1373
1474
|
* @property {number} numColumns - How many columns are shown? (new field from 01/2023)
|
|
1374
1475
|
* @property {number} numFiltersActive - The number of active filters when the user opened/closed the panel/menu
|
|
1375
1476
|
* @property {number} numFiltersInView - How many filters comprise the saved view (new field from 01/2023)
|
|
@@ -1391,6 +1492,7 @@ exports.cairoFiltersPanelUsed = cairoFiltersPanelUsed;
|
|
|
1391
1492
|
* Event description: Sent when a user clicks on an item and tries to drag it, in order to sort the items manually
|
|
1392
1493
|
*
|
|
1393
1494
|
* @param {cairoDragItemParams} params - The parameters for this event
|
|
1495
|
+
* @property {string} appId
|
|
1394
1496
|
* @property {string} artifactId - Artifact that owns the component
|
|
1395
1497
|
* @property {string} cairoVersion - cairo version
|
|
1396
1498
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1406,6 +1508,7 @@ exports.cairoFiltersPanelUsed = cairoFiltersPanelUsed;
|
|
|
1406
1508
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
1407
1509
|
* @property {boolean} isFromHandle - Is the item dragged from the handle area?
|
|
1408
1510
|
* @property {boolean} isFromSearch - Did the user try to drag the item from a list of search results (relate to ticket 521).
|
|
1511
|
+
* @property {boolean} isTPA
|
|
1409
1512
|
* @property {string} itemId - ID of the item that the user tries to drag.
|
|
1410
1513
|
* @property {number} itemIndex - Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndex <= X)
|
|
1411
1514
|
* @property {number} numItemsBefore - (relate to ticket 526). How many items have been selected before user clicks item and starts the drag action?
|
|
@@ -1424,6 +1527,7 @@ exports.cairoDragItem = cairoDragItem;
|
|
|
1424
1527
|
* 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).
|
|
1425
1528
|
*
|
|
1426
1529
|
* @param {cairoFileDownloadToastDismissedParams} params - The parameters for this event
|
|
1530
|
+
* @property {string} appId
|
|
1427
1531
|
* @property {string} artifactId - Artifact that owns the component
|
|
1428
1532
|
* @property {string} cairoVersion
|
|
1429
1533
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1434,6 +1538,7 @@ exports.cairoDragItem = cairoDragItem;
|
|
|
1434
1538
|
* @property {number} duration - How much time (in ms) was the notification displayed before it was dismissed
|
|
1435
1539
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1436
1540
|
* @property {string} exportType - What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
1541
|
+
* @property {boolean} isTPA
|
|
1437
1542
|
* @property {number} numSelectedItems - How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
1438
1543
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1439
1544
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1449,6 +1554,7 @@ exports.cairoFileDownloadToastDismissed = cairoFileDownloadToastDismissed;
|
|
|
1449
1554
|
* Event description: Sent when the user tries to cancel the export process AFTER it has begun
|
|
1450
1555
|
*
|
|
1451
1556
|
* @param {cairoUserAttemptsToCancelTheExportParams} params - The parameters for this event
|
|
1557
|
+
* @property {string} appId
|
|
1452
1558
|
* @property {string} artifactId - Artifact that owns the component
|
|
1453
1559
|
* @property {string} cairoVersion
|
|
1454
1560
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1457,6 +1563,7 @@ exports.cairoFileDownloadToastDismissed = cairoFileDownloadToastDismissed;
|
|
|
1457
1563
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1458
1564
|
* @property {number} duration - How much time (in ms) did it take since the export process began
|
|
1459
1565
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1566
|
+
* @property {boolean} isTPA
|
|
1460
1567
|
* @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.
|
|
1461
1568
|
* @property {number} numItemsExported - How many items were exported before the user tried to cancel the export
|
|
1462
1569
|
* @property {string} origin - How did the user try to cancel the export process: "Tab Closed"/"Cancel Buton"/"X Button"
|
|
@@ -1477,6 +1584,7 @@ exports.cairoUserAttemptsToCancelTheExport = cairoUserAttemptsToCancelTheExport;
|
|
|
1477
1584
|
* Event description: Actual pick inside the Cairo picker (CTA button or immediate CTA)
|
|
1478
1585
|
*
|
|
1479
1586
|
* @param {pickerPickModalCtaButtonClickOrImmediateCtaParams} params - The parameters for this event
|
|
1587
|
+
* @property {string} appId
|
|
1480
1588
|
* @property {string} artifactId - Artifact that owns the component
|
|
1481
1589
|
* @property {string} cairoVersion
|
|
1482
1590
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -1486,6 +1594,7 @@ exports.cairoUserAttemptsToCancelTheExport = cairoUserAttemptsToCancelTheExport;
|
|
|
1486
1594
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
1487
1595
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
1488
1596
|
* @property {boolean} isImmediate - Is it an immediate CTA
|
|
1597
|
+
* @property {boolean} isTPA
|
|
1489
1598
|
* @property {number} itemsCnt - Number of total items picked
|
|
1490
1599
|
* @property {number} listSize - How many items exist (full list)
|
|
1491
1600
|
* @property {number} maxItems - Max items to select in picker
|
|
@@ -1504,6 +1613,7 @@ exports.pickerPickModalCtaButtonClickOrImmediateCta = pickerPickModalCtaButtonCl
|
|
|
1504
1613
|
* Event description: Sent when the user clicks the "create new" button
|
|
1505
1614
|
*
|
|
1506
1615
|
* @param {newItemCreationStartParams} params - The parameters for this event
|
|
1616
|
+
* @property {string} appId
|
|
1507
1617
|
* @property {string} artifactId - Artifact that owns the component
|
|
1508
1618
|
* @property {string} cairoVersion
|
|
1509
1619
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1513,6 +1623,7 @@ exports.pickerPickModalCtaButtonClickOrImmediateCta = pickerPickModalCtaButtonCl
|
|
|
1513
1623
|
* @property {string} currentSortOrder - sorts
|
|
1514
1624
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
1515
1625
|
* @property {number} filteredListSize - How many items are currently presented to user (filtered)
|
|
1626
|
+
* @property {boolean} isTPA
|
|
1516
1627
|
* @property {number} listSize - How many items exist, after item creation (full list, unfiltered)
|
|
1517
1628
|
* @property {number} maxItems - Max number of items that can be selected
|
|
1518
1629
|
* @property {number} numColumns - columns
|
|
@@ -1536,6 +1647,7 @@ exports.newItemCreationStart = newItemCreationStart;
|
|
|
1536
1647
|
* Event description: Sent when a user selects a view in a Cairo component. Relevant components: Table, Cards.
|
|
1537
1648
|
*
|
|
1538
1649
|
* @param {cairoViewSelectedParams} params - The parameters for this event
|
|
1650
|
+
* @property {string} appId
|
|
1539
1651
|
* @property {string} artifactId - Artifact that owns the component
|
|
1540
1652
|
* @property {string} cairoVersion
|
|
1541
1653
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1548,6 +1660,7 @@ exports.newItemCreationStart = newItemCreationStart;
|
|
|
1548
1660
|
* @property {boolean} isDefault - Is the selected view defined as default view?
|
|
1549
1661
|
* @property {boolean} isFromSearchView - True if the view was selected from "search view in views dropdown" results (new from 01/2023)
|
|
1550
1662
|
* @property {boolean} isPredefined - Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
|
|
1663
|
+
* @property {boolean} isTPA
|
|
1551
1664
|
* @property {string} newViewName - Name of the newly selected view
|
|
1552
1665
|
* @property {number} numFiltersActive - How many filters are active after view selection
|
|
1553
1666
|
* @property {string} prevFilters - (Optional) The prevoius state of filters, before the new view selection
|
|
@@ -1566,12 +1679,14 @@ exports.cairoViewSelected = cairoViewSelected;
|
|
|
1566
1679
|
* Event description: Send when a user click on a "Add Custom Field". Relevant for Verticals who allow data extensions
|
|
1567
1680
|
*
|
|
1568
1681
|
* @param {cairoDataExAddCustomFieldParams} params - The parameters for this event
|
|
1682
|
+
* @property {string} appId
|
|
1569
1683
|
* @property {string} artifactId - Artifact that owns the component
|
|
1570
1684
|
* @property {string} cairoVersion - Cairo version
|
|
1571
1685
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1572
1686
|
* @property {string} componentType - Component type
|
|
1573
1687
|
* @property {GUID} csid - Cairo session ID
|
|
1574
1688
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1689
|
+
* @property {boolean} isTPA
|
|
1575
1690
|
* @property {number} numColumns - How many columns are shown?
|
|
1576
1691
|
* @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)
|
|
1577
1692
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1590,6 +1705,7 @@ exports.cairoDataExAddCustomField = cairoDataExAddCustomField;
|
|
|
1590
1705
|
*
|
|
1591
1706
|
* @param {cairoFilterToggledParams} params - The parameters for this event
|
|
1592
1707
|
* @property {string} actionType - "add"/"remove" -- Did we add or remove filterName from the list of filters
|
|
1708
|
+
* @property {string} appId
|
|
1593
1709
|
* @property {string} artifactId - Artifact that owns the component
|
|
1594
1710
|
* @property {string} cairoVersion
|
|
1595
1711
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1600,6 +1716,7 @@ exports.cairoDataExAddCustomField = cairoDataExAddCustomField;
|
|
|
1600
1716
|
* @property {string} filterName - Which column filter do we want to toggle now, e.g. Beginner / Amateur
|
|
1601
1717
|
* @property {string} filterValue - JSON containing filterName's new value
|
|
1602
1718
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
1719
|
+
* @property {boolean} isTPA
|
|
1603
1720
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1604
1721
|
* @property {number} numFiltersActive - How many filters are active after filterName is toggled. actionType = "add" --> numFiltersActive >= 1; actionType = "remove" --> numFiltersActive < numColumns
|
|
1605
1722
|
* @property {string} origin - "Panel"/"SubToolbar"/"Toolbar"
|
|
@@ -1618,12 +1735,14 @@ exports.cairoFilterToggled = cairoFilterToggled;
|
|
|
1618
1735
|
*
|
|
1619
1736
|
* @param {cairoDataExCustomFieldAdvancesSettingsParams} params - The parameters for this event
|
|
1620
1737
|
* @property {string} actionName - Open / Close the advanced settings
|
|
1738
|
+
* @property {string} appId
|
|
1621
1739
|
* @property {string} artifactId - Artifact that owns the component
|
|
1622
1740
|
* @property {string} cairoVersion - Cairo version
|
|
1623
1741
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
1624
1742
|
* @property {string} componentType - Component type
|
|
1625
1743
|
* @property {GUID} csid - Cairo session ID
|
|
1626
1744
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1745
|
+
* @property {boolean} isTPA
|
|
1627
1746
|
* @property {string} origin - Where did the user click on "Advanced Settings" from? Add Custom Field Modal / Edit Custom Field Modal
|
|
1628
1747
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1629
1748
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1639,6 +1758,7 @@ exports.cairoDataExCustomFieldAdvancesSettings = cairoDataExCustomFieldAdvancesS
|
|
|
1639
1758
|
* Event description: Sent when a user creates/saves a view in a Cairo component. Relevant components: Table, Cards.
|
|
1640
1759
|
*
|
|
1641
1760
|
* @param {cairoViewSavedParams} params - The parameters for this event
|
|
1761
|
+
* @property {string} appId
|
|
1642
1762
|
* @property {string} artifactId - Artifact that owns the component
|
|
1643
1763
|
* @property {string} cairoVersion - Cairo version
|
|
1644
1764
|
* @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)
|
|
@@ -1650,6 +1770,7 @@ exports.cairoDataExCustomFieldAdvancesSettings = cairoDataExCustomFieldAdvancesS
|
|
|
1650
1770
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1651
1771
|
* @property {boolean} isDefault - Is the saved view defined as default view?
|
|
1652
1772
|
* @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)
|
|
1773
|
+
* @property {boolean} isTPA
|
|
1653
1774
|
* @property {string} newViewName - Name of the newly created/saved/renamed view
|
|
1654
1775
|
* @property {number} numColumnsInView - How many columns comprise the saved view (new field from 11/2022)
|
|
1655
1776
|
* @property {number} numFiltersInView - How many filters comprise the saved view
|
|
@@ -1673,6 +1794,7 @@ exports.cairoViewSaved = cairoViewSaved;
|
|
|
1673
1794
|
* Event description: Sent when a user deletes a view in a Cairo component. Relevant components: Table, Cards.
|
|
1674
1795
|
*
|
|
1675
1796
|
* @param {cairoViewDeletedParams} params - The parameters for this event
|
|
1797
|
+
* @property {string} appId
|
|
1676
1798
|
* @property {string} artifactId - Artifact that owns the component
|
|
1677
1799
|
* @property {string} cairoVersion
|
|
1678
1800
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1680,6 +1802,7 @@ exports.cairoViewSaved = cairoViewSaved;
|
|
|
1680
1802
|
* @property {GUID} csid
|
|
1681
1803
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1682
1804
|
* @property {boolean} isDefault - Was the deleted view defined as default view?
|
|
1805
|
+
* @property {boolean} isTPA
|
|
1683
1806
|
* @property {number} numFiltersInView - How many filters comprised the deleted view
|
|
1684
1807
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1685
1808
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1700,6 +1823,7 @@ exports.cairoViewDeleted = cairoViewDeleted;
|
|
|
1700
1823
|
*
|
|
1701
1824
|
* @param {cairoDataExCustomFieldEndProcessParams} params - The parameters for this event
|
|
1702
1825
|
* @property {string} actionName - Add/ Edit
|
|
1826
|
+
* @property {string} appId
|
|
1703
1827
|
* @property {string} artifactId - Artifact that owns the component
|
|
1704
1828
|
* @property {string} cairoVersion - Cairo version
|
|
1705
1829
|
* @property {string} changedFields - (Relevant when action type is edit) Name / Permission / Name and Permission / No changes
|
|
@@ -1711,6 +1835,7 @@ exports.cairoViewDeleted = cairoViewDeleted;
|
|
|
1711
1835
|
* @property {string} endType - What did the user chose in the modal? Add field / Cancel
|
|
1712
1836
|
* @property {string} fieldName - (Relevant when a field was added/edited) The name the user typed
|
|
1713
1837
|
* @property {string} fieldType - (Relevant when a field was added) What type is the added field? Long text / Date / Number etc.
|
|
1838
|
+
* @property {boolean} isTPA
|
|
1714
1839
|
* @property {string} key - The key value
|
|
1715
1840
|
* @property {number} numAdded - (Relevant when a field was added/edited) How many added fields are there in the component (including the current added field)
|
|
1716
1841
|
* @property {number} numDropdownOptions - Only for fieldType= dropdown, how many options were saved?
|
|
@@ -1730,6 +1855,7 @@ exports.cairoDataExCustomFieldEndProcess = cairoDataExCustomFieldEndProcess;
|
|
|
1730
1855
|
* Event description: Sent when a user sorts a Cairo component. Relevant components: Table, Cards.
|
|
1731
1856
|
*
|
|
1732
1857
|
* @param {cairoComponentSortedParams} params - The parameters for this event
|
|
1858
|
+
* @property {string} appId
|
|
1733
1859
|
* @property {string} artifactId - Artifact that owns the component
|
|
1734
1860
|
* @property {string} cairoVersion - Cairo version
|
|
1735
1861
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1738,6 +1864,7 @@ exports.cairoDataExCustomFieldEndProcess = cairoDataExCustomFieldEndProcess;
|
|
|
1738
1864
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1739
1865
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
1740
1866
|
* @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)
|
|
1867
|
+
* @property {boolean} isTPA
|
|
1741
1868
|
* @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)
|
|
1742
1869
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1743
1870
|
* @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)
|
|
@@ -1763,6 +1890,7 @@ exports.cairoComponentSorted = cairoComponentSorted;
|
|
|
1763
1890
|
* Event description: Sent when a user changes the order of the columns that sort a Cairo component. Relevant components: Table, Cards.
|
|
1764
1891
|
*
|
|
1765
1892
|
* @param {cairoReorderingSortColumnsParams} params - The parameters for this event
|
|
1893
|
+
* @property {string} appId
|
|
1766
1894
|
* @property {string} artifactId - Artifact that owns the component
|
|
1767
1895
|
* @property {string} cairoVersion - Cairo version
|
|
1768
1896
|
* @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)
|
|
@@ -1772,6 +1900,7 @@ exports.cairoComponentSorted = cairoComponentSorted;
|
|
|
1772
1900
|
* @property {GUID} csid
|
|
1773
1901
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1774
1902
|
* @property {number} filteredListSize - How many items are currently presented to user, after filter toggle (filtered)
|
|
1903
|
+
* @property {boolean} isTPA
|
|
1775
1904
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1776
1905
|
* @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.
|
|
1777
1906
|
* @property {number} numSortingColumns - How many columns are been used for sorting the component?
|
|
@@ -1792,6 +1921,7 @@ exports.cairoReorderingSortColumns = cairoReorderingSortColumns;
|
|
|
1792
1921
|
* Event description: Sent when the export process ends, either successfully or not (failed/stopped by user)
|
|
1793
1922
|
*
|
|
1794
1923
|
* @param {cairoExportProcessEndParams} params - The parameters for this event
|
|
1924
|
+
* @property {string} appId
|
|
1795
1925
|
* @property {string} artifactId - Artifact that owns the component
|
|
1796
1926
|
* @property {string} cairoVersion
|
|
1797
1927
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -1801,6 +1931,7 @@ exports.cairoReorderingSortColumns = cairoReorderingSortColumns;
|
|
|
1801
1931
|
* @property {number} duration - How much time (in ms) did it take since the export process began
|
|
1802
1932
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1803
1933
|
* @property {string} fileName - (Optional) Name of the file to be exported
|
|
1934
|
+
* @property {boolean} isTPA
|
|
1804
1935
|
* @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.
|
|
1805
1936
|
* @property {number} numItemsExported - How many items were exported before the export ended, either successfully or not.
|
|
1806
1937
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1821,6 +1952,7 @@ exports.cairoExportProcessEnd = cairoExportProcessEnd;
|
|
|
1821
1952
|
* Event description: Sent when a user clicks on apply button in a Cairo component. Relevant components: Table, Cards.
|
|
1822
1953
|
*
|
|
1823
1954
|
* @param {cairoApplyButtonClickedParams} params - The parameters for this event
|
|
1955
|
+
* @property {string} appId
|
|
1824
1956
|
* @property {string} artifactId
|
|
1825
1957
|
* @property {string} cairoVersion - Cairo version
|
|
1826
1958
|
* @property {string} changedLevels - In which levels of hierarchy the user changed the order? (numbers with commas between them, 1=the highest parent level )
|
|
@@ -1831,6 +1963,7 @@ exports.cairoExportProcessEnd = cairoExportProcessEnd;
|
|
|
1831
1963
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
1832
1964
|
* @property {string} feature - Filters / Drag and Drop
|
|
1833
1965
|
* @property {number} filteredListSize - How many items are currently presented to user, after filters toggled (filtered)
|
|
1966
|
+
* @property {boolean} isTPA
|
|
1834
1967
|
* @property {number} listSize - How many items exist (full list, unfiltered)
|
|
1835
1968
|
* @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)
|
|
1836
1969
|
* @property {number} numOfActions - (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
|
|
@@ -1851,6 +1984,7 @@ exports.cairoApplyButtonClicked = cairoApplyButtonClicked;
|
|
|
1851
1984
|
*
|
|
1852
1985
|
* @param {cairoExportModalCtaClickedParams} params - The parameters for this event
|
|
1853
1986
|
* @property {string} action - Does the user want to proceed with the export or dismiss the modal
|
|
1987
|
+
* @property {string} appId
|
|
1854
1988
|
* @property {string} artifactId - Artifact that owns the component
|
|
1855
1989
|
* @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
|
|
1856
1990
|
* @property {string} cairoVersion
|
|
@@ -1859,6 +1993,7 @@ exports.cairoApplyButtonClicked = cairoApplyButtonClicked;
|
|
|
1859
1993
|
* @property {GUID} csid
|
|
1860
1994
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1861
1995
|
* @property {string} exportId - A unique ID that will help join all events related to a specific export process
|
|
1996
|
+
* @property {boolean} isTPA
|
|
1862
1997
|
* @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.
|
|
1863
1998
|
* @property {string} origin - From where did the user close the modal: "Export Button"/"Cancel Button"/"X Button"
|
|
1864
1999
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1878,6 +2013,7 @@ exports.cairoExportModalCtaClicked = cairoExportModalCtaClicked;
|
|
|
1878
2013
|
*
|
|
1879
2014
|
* @param {cairoUndoClickedParams} params - The parameters for this event
|
|
1880
2015
|
* @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.)
|
|
2016
|
+
* @property {string} appId
|
|
1881
2017
|
* @property {string} artifactId - Artifact that owns the component
|
|
1882
2018
|
* @property {string} cairoVersion - cairo version
|
|
1883
2019
|
* @property {string} changedAttributes - Which attributes have changed from the saved status to the current
|
|
@@ -1891,6 +2027,7 @@ exports.cairoExportModalCtaClicked = cairoExportModalCtaClicked;
|
|
|
1891
2027
|
* @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
1892
2028
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
1893
2029
|
* @property {number} filteredListSizeShown - How many items were presented (filtered) to the user when he made the action he wants to undo?
|
|
2030
|
+
* @property {boolean} isTPA
|
|
1894
2031
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1895
2032
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
1896
2033
|
* @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"}
|
|
@@ -1909,6 +2046,7 @@ exports.cairoUndoClicked = cairoUndoClicked;
|
|
|
1909
2046
|
* Event description: Sent when a user clicks a Back button or on the higher hierarchy in the breadcrumbs
|
|
1910
2047
|
*
|
|
1911
2048
|
* @param {cairoPageBackOrBreadcrumbClickedParams} params - The parameters for this event
|
|
2049
|
+
* @property {string} appId
|
|
1912
2050
|
* @property {string} artifactId - Artifact that owns the component
|
|
1913
2051
|
* @property {string} buttonName - 'Back' (for back button clicked) / The category's name the users clicked on.
|
|
1914
2052
|
* @property {string} cairoVersion - Cairo version
|
|
@@ -1917,6 +2055,7 @@ exports.cairoUndoClicked = cairoUndoClicked;
|
|
|
1917
2055
|
* @property {GUID} csid
|
|
1918
2056
|
* @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)
|
|
1919
2057
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2058
|
+
* @property {boolean} isTPA
|
|
1920
2059
|
* @property {string} pageType - Collection Page
|
|
1921
2060
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1922
2061
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -1942,6 +2081,7 @@ exports.cairoPageBackOrBreadcrumbClicked = cairoPageBackOrBreadcrumbClicked;
|
|
|
1942
2081
|
* @property {number} ctaIndex - 0 <= ctaIndex <= numCtas -- the number of the CTA out of all CTAs in the page dropdown menu/ Toolbar
|
|
1943
2082
|
* @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
|
|
1944
2083
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2084
|
+
* @property {boolean} isTPA
|
|
1945
2085
|
* @property {string} location - Page More Action Dropdown / Component Bulk action Toolbar
|
|
1946
2086
|
* @property {number} numCtas - How many CTAs are available in the page dropdown menu / toolbar?
|
|
1947
2087
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1959,12 +2099,14 @@ exports.cairoTpaSCtaClicked = cairoTpaSCtaClicked;
|
|
|
1959
2099
|
* Event description: Sent when user clicks the general "+"/"Add Items" button that opens Pikachu
|
|
1960
2100
|
*
|
|
1961
2101
|
* @param {pikachuCategoriesDropdownButtonClickedParams} params - The parameters for this event
|
|
2102
|
+
* @property {string} appId
|
|
1962
2103
|
* @property {string} artifactId - Artifact that owns the component
|
|
1963
2104
|
* @property {string} cairoVersion
|
|
1964
2105
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
1965
2106
|
* @property {string} componentType
|
|
1966
2107
|
* @property {GUID} csid
|
|
1967
2108
|
* @property {string} domain - Optional domain name from FQDN (CRM, Store, etc.)
|
|
2109
|
+
* @property {boolean} isTPA
|
|
1968
2110
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
1969
2111
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
1970
2112
|
* @return {LogObject<pikachuCategoriesDropdownButtonClickedParams>} LogObject<pikachuCategoriesDropdownButtonClickedParams>
|
|
@@ -1980,6 +2122,7 @@ exports.pikachuCategoriesDropdownButtonClicked = pikachuCategoriesDropdownButton
|
|
|
1980
2122
|
*
|
|
1981
2123
|
* @param {cairoTagsUnsuccessfulUpdateInServerParams} params - The parameters for this event
|
|
1982
2124
|
* @property {string} actionName - Add / Delete / Rename / Assign / Remove assign / Add and assign / Load tags widget
|
|
2125
|
+
* @property {string} appId
|
|
1983
2126
|
* @property {string} artifactId - Artifact that owns the component
|
|
1984
2127
|
* @property {string} cairoVersion - Cairo version
|
|
1985
2128
|
* @property {string} componentName - (Optional) Page name, if there are two pages of the same type per artifact
|
|
@@ -1987,6 +2130,7 @@ exports.pikachuCategoriesDropdownButtonClicked = pikachuCategoriesDropdownButton
|
|
|
1987
2130
|
* @property {GUID} csid - Cairo session ID
|
|
1988
2131
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1989
2132
|
* @property {string} errorType - What is the type of the error? Technical issue / Network error
|
|
2133
|
+
* @property {boolean} isTPA
|
|
1990
2134
|
* @property {number} numTags - How many tags are in the modal after this action?
|
|
1991
2135
|
* @property {string} origin - Where did the user make the action from? Tags Modal / Entity page
|
|
1992
2136
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -2005,6 +2149,7 @@ exports.cairoTagsUnsuccessfulUpdateInServer = cairoTagsUnsuccessfulUpdateInServe
|
|
|
2005
2149
|
*
|
|
2006
2150
|
* @param {pickerModalUsabilityParams} params - The parameters for this event
|
|
2007
2151
|
* @property {string} action - Use cases: search/search results/checkbox/continue/dismiss/load more
|
|
2152
|
+
* @property {string} appId
|
|
2008
2153
|
* @property {string} artifactId - Artifact that owns the component
|
|
2009
2154
|
* @property {string} cairoVersion
|
|
2010
2155
|
* @property {string} componentName - Optional in case having 2 pickers under the same artifact
|
|
@@ -2012,6 +2157,7 @@ exports.cairoTagsUnsuccessfulUpdateInServer = cairoTagsUnsuccessfulUpdateInServe
|
|
|
2012
2157
|
* @property {GUID} csid
|
|
2013
2158
|
* @property {string} domain - Optional domain name from FDQN (CRM, Store, etc.)
|
|
2014
2159
|
* @property {number} filteredListSize - How many items are to presented (filtered)
|
|
2160
|
+
* @property {boolean} isTPA
|
|
2015
2161
|
* @property {string} itemId - (Optional) ID of item checked
|
|
2016
2162
|
* @property {number} itemsCnt - (Optional) Number of total items checked
|
|
2017
2163
|
* @property {number} itemsLoadedCnt - (Optional) Number of additional items loaded
|
|
@@ -2036,6 +2182,7 @@ exports.pickerModalUsability = pickerModalUsability;
|
|
|
2036
2182
|
* Event description: Sent when the sort sidebar in a Cairo component is opened or closed. Relevant components: Table, Cards.
|
|
2037
2183
|
*
|
|
2038
2184
|
* @param {cairoSortPanelUsedParams} params - The parameters for this event
|
|
2185
|
+
* @property {string} appId
|
|
2039
2186
|
* @property {string} artifactId
|
|
2040
2187
|
* @property {string} cairoVersion - Cairo version
|
|
2041
2188
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -2044,6 +2191,7 @@ exports.pickerModalUsability = pickerModalUsability;
|
|
|
2044
2191
|
* @property {string} currentSortOrder - Which columns are currently used to sort the list: [{"fieldName": "FIELD_NAME", "order": "asc"}
|
|
2045
2192
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2046
2193
|
* @property {boolean} isOpened - TRUE if the user just opened the sidebar; FALSE if closed
|
|
2194
|
+
* @property {boolean} isTPA
|
|
2047
2195
|
* @property {number} numSortedColumns - How many columns actively sort the data?
|
|
2048
2196
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
2049
2197
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -2060,6 +2208,7 @@ exports.cairoSortPanelUsed = cairoSortPanelUsed;
|
|
|
2060
2208
|
*
|
|
2061
2209
|
* @param {cairoTagsAssignTagParams} params - The parameters for this event
|
|
2062
2210
|
* @property {string} actionName - Assign / Remove
|
|
2211
|
+
* @property {string} appId
|
|
2063
2212
|
* @property {string} artifactId - Artifact that owns the component
|
|
2064
2213
|
* @property {string} cairoVersion - Cairo version
|
|
2065
2214
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -2067,6 +2216,7 @@ exports.cairoSortPanelUsed = cairoSortPanelUsed;
|
|
|
2067
2216
|
* @property {GUID} csid - Cairo session ID
|
|
2068
2217
|
* @property {string} domain - (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2069
2218
|
* @property {boolean} isFromSearch - Is the action made from a list of tags search results?
|
|
2219
|
+
* @property {boolean} isTPA
|
|
2070
2220
|
* @property {string} itemId - (Relevant if numItems=1) The Item which the tag was assigned to / removed from
|
|
2071
2221
|
* @property {number} numItems - How many items have been selected?
|
|
2072
2222
|
* @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
|
|
@@ -2087,6 +2237,7 @@ exports.cairoTagsAssignTag = cairoTagsAssignTag;
|
|
|
2087
2237
|
* Event description: Sent when a Cairo's page can't be saved due to an error.
|
|
2088
2238
|
*
|
|
2089
2239
|
* @param {cairoApiRequestDataLoadEndParams} params - The parameters for this event
|
|
2240
|
+
* @property {string} appId
|
|
2090
2241
|
* @property {string} artifactId - Artifact that owns the component
|
|
2091
2242
|
* @property {string} cairoVersion - Cairo version
|
|
2092
2243
|
* @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
|
|
@@ -2101,6 +2252,7 @@ exports.cairoTagsAssignTag = cairoTagsAssignTag;
|
|
|
2101
2252
|
* @property {string} errorType - Technical issue / Logic error / Network error / External error
|
|
2102
2253
|
* @property {number} filteredListSize - How many items are to be presented (filtered)
|
|
2103
2254
|
* @property {number} initialItems - Initial number of items loaded (before scroll and autoload)
|
|
2255
|
+
* @property {boolean} isTPA
|
|
2104
2256
|
* @property {string} pageType - Entity / Collection
|
|
2105
2257
|
* @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
2106
2258
|
* @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|