@wix/bex-utils 1.28.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/index.js +3 -0
- package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +7 -0
- 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 +854 -3
- 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 +7 -0
- 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 +183 -2
- package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/index.js +3 -0
- package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +7 -0
- 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 +854 -3
- 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 +7 -0
- 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 +180 -0
- package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +3 -2
- package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +171 -0
- package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +179 -1
- package/@wix/bi-logger-cairo-os/package.json +2 -2
- package/@wix/bi-logger-cairo-os/src/index.ts +6 -2
- package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +174 -0
- package/@wix/bi-logger-cairo-os/src/testkit/common.ts +854 -3
- package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +174 -0
- package/@wix/bi-logger-cairo-os/src/types.ts +187 -0
- package/@wix/bi-logger-cairo-os/src/v2/index.ts +182 -1
- package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/wix-i18n-config/package.json +4 -4
- package/package.json +3 -3
- 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
|
@@ -26,6 +26,7 @@ export interface LogObject<T> {
|
|
|
26
26
|
}
|
|
27
27
|
|
|
28
28
|
export type componentDismissedParams = {
|
|
29
|
+
appId?: string;
|
|
29
30
|
// Artifact that owns the component
|
|
30
31
|
artifactId?: string;
|
|
31
32
|
cairoVersion?: string;
|
|
@@ -36,6 +37,7 @@ export type componentDismissedParams = {
|
|
|
36
37
|
csid?: GUID;
|
|
37
38
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
38
39
|
domain?: string;
|
|
40
|
+
isTPA?: boolean;
|
|
39
41
|
// X button/Cancel button
|
|
40
42
|
origin?: string;
|
|
41
43
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -44,6 +46,7 @@ export type componentDismissedParams = {
|
|
|
44
46
|
resource?: string;
|
|
45
47
|
};
|
|
46
48
|
export type loadMoreParams = {
|
|
49
|
+
appId?: string;
|
|
47
50
|
// Artifact that owns the component
|
|
48
51
|
artifactId?: string;
|
|
49
52
|
cairoVersion?: string;
|
|
@@ -64,6 +67,7 @@ export type loadMoreParams = {
|
|
|
64
67
|
domain?: string;
|
|
65
68
|
// How many items are to be presented (filtered)
|
|
66
69
|
filteredListSize?: number;
|
|
70
|
+
isTPA?: boolean;
|
|
67
71
|
// How many new items were loaded in this action
|
|
68
72
|
loadedItems?: number;
|
|
69
73
|
// Component loading time in ms
|
|
@@ -74,6 +78,7 @@ export type loadMoreParams = {
|
|
|
74
78
|
resource?: string;
|
|
75
79
|
};
|
|
76
80
|
export type cairoDragItemEndDropParams = {
|
|
81
|
+
appId?: string;
|
|
77
82
|
// Artifact that owns the component
|
|
78
83
|
artifactId?: string;
|
|
79
84
|
// cairo version
|
|
@@ -111,6 +116,7 @@ export type cairoDragItemEndDropParams = {
|
|
|
111
116
|
isFromHandle?: boolean;
|
|
112
117
|
// Did the user try to drag the item from a list of search results (relate to ticket 521).
|
|
113
118
|
isFromSearch?: boolean;
|
|
119
|
+
isTPA?: boolean;
|
|
114
120
|
// ID of the item that the user tries to drag
|
|
115
121
|
itemId?: string;
|
|
116
122
|
// 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
|
|
@@ -129,6 +135,7 @@ export type cairoDragItemEndDropParams = {
|
|
|
129
135
|
export type pickerPickerOpenButtonParams = {
|
|
130
136
|
// Any picker button option (render/hover/click)
|
|
131
137
|
action?: string;
|
|
138
|
+
appId?: string;
|
|
132
139
|
// Artifact that owns the component
|
|
133
140
|
artifactId?: string;
|
|
134
141
|
cairoVersion?: string;
|
|
@@ -142,6 +149,7 @@ export type pickerPickerOpenButtonParams = {
|
|
|
142
149
|
filteredListSize?: number;
|
|
143
150
|
// Initial number of items loaded (before scroll and autoload)
|
|
144
151
|
initialItems?: number;
|
|
152
|
+
isTPA?: boolean;
|
|
145
153
|
// How many items exist (full list)
|
|
146
154
|
listSize?: number;
|
|
147
155
|
// Max items to select in picker
|
|
@@ -154,6 +162,7 @@ export type pickerPickerOpenButtonParams = {
|
|
|
154
162
|
type?: string;
|
|
155
163
|
};
|
|
156
164
|
export type cairoDiscardChangesBeforeApplyParams = {
|
|
165
|
+
appId?: string;
|
|
157
166
|
// Artifact that owns the component
|
|
158
167
|
artifactId?: string;
|
|
159
168
|
// Cairo version
|
|
@@ -170,6 +179,7 @@ export type cairoDiscardChangesBeforeApplyParams = {
|
|
|
170
179
|
domain?: string;
|
|
171
180
|
// Filters / Drag and Drop
|
|
172
181
|
feature?: string;
|
|
182
|
+
isTPA?: boolean;
|
|
173
183
|
// (Optional, relevant for Filters) How many fields are active after the apply button is clicked? (fields that their value is not NULL)
|
|
174
184
|
numActiveFields?: number;
|
|
175
185
|
// (Optional, relevant for Drag and Drop) Number of actions/changes that are applied together
|
|
@@ -184,6 +194,7 @@ export type cairoDiscardChangesBeforeApplyParams = {
|
|
|
184
194
|
resource?: string;
|
|
185
195
|
};
|
|
186
196
|
export type cairoItemSelectionToggledParams = {
|
|
197
|
+
appId?: string;
|
|
187
198
|
// Artifact that owns the component
|
|
188
199
|
artifactId?: string;
|
|
189
200
|
cairoVersion?: string;
|
|
@@ -216,6 +227,7 @@ export type cairoItemSelectionToggledParams = {
|
|
|
216
227
|
isFromSearch?: boolean;
|
|
217
228
|
// 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").
|
|
218
229
|
isSelectAll?: boolean;
|
|
230
|
+
isTPA?: boolean;
|
|
219
231
|
// ID of item that is checked/unchecked (isSelectAll = TRUE --> itemId = "All")
|
|
220
232
|
itemId?: string;
|
|
221
233
|
// Out of the list of results, what is the index of the clicked item.
|
|
@@ -242,6 +254,7 @@ export type cairoItemSelectionToggledParams = {
|
|
|
242
254
|
timeFromAction?: number;
|
|
243
255
|
};
|
|
244
256
|
export type pickerEndLoadParams = {
|
|
257
|
+
appId?: string;
|
|
245
258
|
// Artifact that owns the component
|
|
246
259
|
artifactId?: string;
|
|
247
260
|
cairoVersion?: string;
|
|
@@ -255,6 +268,7 @@ export type pickerEndLoadParams = {
|
|
|
255
268
|
filteredListSize?: number;
|
|
256
269
|
// Initial number of items loaded (before scroll and autoload)
|
|
257
270
|
initialItems?: number;
|
|
271
|
+
isTPA?: boolean;
|
|
258
272
|
// How many items exist (full list)
|
|
259
273
|
listSize?: number;
|
|
260
274
|
// ms
|
|
@@ -269,6 +283,7 @@ export type pickerEndLoadParams = {
|
|
|
269
283
|
type?: string;
|
|
270
284
|
};
|
|
271
285
|
export type cairoNestedTableCollapseAndExpandParams = {
|
|
286
|
+
appId?: string;
|
|
272
287
|
// Artifact that owns the component
|
|
273
288
|
artifactId?: string;
|
|
274
289
|
// cairo version
|
|
@@ -301,6 +316,7 @@ export type cairoNestedTableCollapseAndExpandParams = {
|
|
|
301
316
|
isFromSearch?: boolean;
|
|
302
317
|
// True if the user chose to collapse / expand all categories simultaneously
|
|
303
318
|
isSelectAll?: boolean;
|
|
319
|
+
isTPA?: boolean;
|
|
304
320
|
// ID of the clicked item .If "Is select all"= true, then Null
|
|
305
321
|
itemId?: string;
|
|
306
322
|
// Out of the list of results, what is the index of the clicked item .If "Is select all"= true, then Null
|
|
@@ -315,6 +331,7 @@ export type cairoNestedTableCollapseAndExpandParams = {
|
|
|
315
331
|
searchQuery?: string;
|
|
316
332
|
};
|
|
317
333
|
export type loadEndParams = {
|
|
334
|
+
appId?: string;
|
|
318
335
|
// Artifact that owns the component
|
|
319
336
|
artifactId?: string;
|
|
320
337
|
cairoVersion?: string;
|
|
@@ -341,6 +358,7 @@ export type loadEndParams = {
|
|
|
341
358
|
initialItems?: number;
|
|
342
359
|
// Is under bo.wix.com (new from 03/2023)
|
|
343
360
|
isInternalPage?: boolean;
|
|
361
|
+
isTPA?: boolean;
|
|
344
362
|
// How many items exist (full list, unfiltered). Relevant for Picker.
|
|
345
363
|
listSize?: number;
|
|
346
364
|
// Component loading time in ms
|
|
@@ -355,6 +373,7 @@ export type loadEndParams = {
|
|
|
355
373
|
export type cairoTagsAddDeleteTagParams = {
|
|
356
374
|
// Add / Delete / Rename
|
|
357
375
|
actionName?: string;
|
|
376
|
+
appId?: string;
|
|
358
377
|
// Artifact that owns the component
|
|
359
378
|
artifactId?: string;
|
|
360
379
|
// Cairo version
|
|
@@ -369,6 +388,7 @@ export type cairoTagsAddDeleteTagParams = {
|
|
|
369
388
|
domain?: string;
|
|
370
389
|
// Is the action made from a list of tags search results?
|
|
371
390
|
isFromSearch?: boolean;
|
|
391
|
+
isTPA?: boolean;
|
|
372
392
|
// How many tags are in the modal after this action?
|
|
373
393
|
numTags?: number;
|
|
374
394
|
// Where did the user make the action from? Tags Modal /
|
|
@@ -383,6 +403,7 @@ export type cairoTagsAddDeleteTagParams = {
|
|
|
383
403
|
tagName?: string;
|
|
384
404
|
};
|
|
385
405
|
export type cairoExportProcessStartParams = {
|
|
406
|
+
appId?: string;
|
|
386
407
|
// Artifact that owns the component
|
|
387
408
|
artifactId?: string;
|
|
388
409
|
cairoVersion?: string;
|
|
@@ -395,6 +416,7 @@ export type cairoExportProcessStartParams = {
|
|
|
395
416
|
domain?: string;
|
|
396
417
|
// A unique ID that will help join all events related to a specific export process
|
|
397
418
|
exportId?: string;
|
|
419
|
+
isTPA?: boolean;
|
|
398
420
|
// How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
399
421
|
numItems?: number;
|
|
400
422
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -409,6 +431,7 @@ export type cairoExportProcessStartParams = {
|
|
|
409
431
|
try?: number;
|
|
410
432
|
};
|
|
411
433
|
export type cairoExportFailedModalCtaClickedParams = {
|
|
434
|
+
appId?: string;
|
|
412
435
|
// Artifact that owns the component
|
|
413
436
|
artifactId?: string;
|
|
414
437
|
cairoVersion?: string;
|
|
@@ -423,6 +446,7 @@ export type cairoExportFailedModalCtaClickedParams = {
|
|
|
423
446
|
domain?: string;
|
|
424
447
|
// A unique ID that will help join all events related to a specific export process
|
|
425
448
|
exportId?: string;
|
|
449
|
+
isTPA?: boolean;
|
|
426
450
|
// How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
427
451
|
numItems?: number;
|
|
428
452
|
// How many items were exported before the export failed.
|
|
@@ -439,6 +463,7 @@ export type cairoExportFailedModalCtaClickedParams = {
|
|
|
439
463
|
try?: number;
|
|
440
464
|
};
|
|
441
465
|
export type cairoSearchViewInViewsParams = {
|
|
466
|
+
appId?: string;
|
|
442
467
|
// Artifact that owns the component
|
|
443
468
|
artifactId?: string;
|
|
444
469
|
// Cairo version
|
|
@@ -452,6 +477,7 @@ export type cairoSearchViewInViewsParams = {
|
|
|
452
477
|
domain?: string;
|
|
453
478
|
// 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).
|
|
454
479
|
endType?: string;
|
|
480
|
+
isTPA?: boolean;
|
|
455
481
|
// Out of searchResultsCnt - how many results are from type of "categories"?
|
|
456
482
|
numCategoriesInResults?: number;
|
|
457
483
|
// The distinct views IDs the users has when he searches a view
|
|
@@ -466,6 +492,7 @@ export type cairoSearchViewInViewsParams = {
|
|
|
466
492
|
searchTerm?: string;
|
|
467
493
|
};
|
|
468
494
|
export type pickerStartLoadParams = {
|
|
495
|
+
appId?: string;
|
|
469
496
|
// Artifact that owns the component
|
|
470
497
|
artifactId?: string;
|
|
471
498
|
cairoVersion?: string;
|
|
@@ -479,6 +506,7 @@ export type pickerStartLoadParams = {
|
|
|
479
506
|
filteredListSize?: number;
|
|
480
507
|
// Initial number of items loaded (before scroll and autoload)
|
|
481
508
|
initialItems?: number;
|
|
509
|
+
isTPA?: boolean;
|
|
482
510
|
// How many items exist (full list)
|
|
483
511
|
listSize?: number;
|
|
484
512
|
// Max items to select in picker
|
|
@@ -493,6 +521,7 @@ export type pickerStartLoadParams = {
|
|
|
493
521
|
export type loadStartParams = {
|
|
494
522
|
// Json field :({featureName: boolean}) (new from 06/2023), for features that don't suppose to impact performance
|
|
495
523
|
additionalFeaturesAvailability?: string;
|
|
524
|
+
appId?: string;
|
|
496
525
|
// Artifact that owns the component
|
|
497
526
|
artifactId?: string;
|
|
498
527
|
// cairo version
|
|
@@ -514,6 +543,7 @@ export type loadStartParams = {
|
|
|
514
543
|
domain?: string;
|
|
515
544
|
// Json field :({featureName: boolean}) (new from 03/2023)
|
|
516
545
|
featuresAvailability?: string;
|
|
546
|
+
isTPA?: boolean;
|
|
517
547
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
518
548
|
product?: string;
|
|
519
549
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -522,6 +552,7 @@ export type loadStartParams = {
|
|
|
522
552
|
url?: Url;
|
|
523
553
|
};
|
|
524
554
|
export type pikachuItemCategorySelectedParams = {
|
|
555
|
+
appId?: string;
|
|
525
556
|
// Artifact that owns the component
|
|
526
557
|
artifactId?: string;
|
|
527
558
|
cairoVersion?: string;
|
|
@@ -531,6 +562,7 @@ export type pikachuItemCategorySelectedParams = {
|
|
|
531
562
|
csid?: GUID;
|
|
532
563
|
// Optional domain name from FQDN (CRM, Store, etc.)
|
|
533
564
|
domain?: string;
|
|
565
|
+
isTPA?: boolean;
|
|
534
566
|
// Which type of item would we like to pick: 'Collection'/'Product'/'Service'/'Coupon'/'Standalone form'/'Invoice'/'Price quote'
|
|
535
567
|
itemCategory?: string;
|
|
536
568
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -539,6 +571,7 @@ export type pikachuItemCategorySelectedParams = {
|
|
|
539
571
|
resource?: string;
|
|
540
572
|
};
|
|
541
573
|
export type cairoExportCtaClickedParams = {
|
|
574
|
+
appId?: string;
|
|
542
575
|
// Artifact that owns the component
|
|
543
576
|
artifactId?: string;
|
|
544
577
|
// 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}
|
|
@@ -557,6 +590,7 @@ export type cairoExportCtaClickedParams = {
|
|
|
557
590
|
exportId?: string;
|
|
558
591
|
// How many items are currently presented to user (filtered)
|
|
559
592
|
filteredListSize?: number;
|
|
593
|
+
isTPA?: boolean;
|
|
560
594
|
// How many items does the user wish to export
|
|
561
595
|
numSelectedItems?: number;
|
|
562
596
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -565,6 +599,7 @@ export type cairoExportCtaClickedParams = {
|
|
|
565
599
|
resource?: string;
|
|
566
600
|
};
|
|
567
601
|
export type cairoCancelExportModalCtaClickedParams = {
|
|
602
|
+
appId?: string;
|
|
568
603
|
// Artifact that owns the component
|
|
569
604
|
artifactId?: string;
|
|
570
605
|
cairoVersion?: string;
|
|
@@ -581,6 +616,7 @@ export type cairoCancelExportModalCtaClickedParams = {
|
|
|
581
616
|
duration?: number;
|
|
582
617
|
// A unique ID that will help join all events related to a specific export process
|
|
583
618
|
exportId?: string;
|
|
619
|
+
isTPA?: boolean;
|
|
584
620
|
// Did the user try to close the tab ("Browser") or cancel the export ("Export")
|
|
585
621
|
modalType?: string;
|
|
586
622
|
// How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
@@ -599,6 +635,7 @@ export type cairoCancelExportModalCtaClickedParams = {
|
|
|
599
635
|
try?: number;
|
|
600
636
|
};
|
|
601
637
|
export type cairoPageDiscardChangesBeforeSaveParams = {
|
|
638
|
+
appId?: string;
|
|
602
639
|
// Artifact that owns the component
|
|
603
640
|
artifactId?: string;
|
|
604
641
|
// Cairo version
|
|
@@ -611,6 +648,7 @@ export type cairoPageDiscardChangesBeforeSaveParams = {
|
|
|
611
648
|
csid?: GUID;
|
|
612
649
|
// (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
613
650
|
domain?: string;
|
|
651
|
+
isTPA?: boolean;
|
|
614
652
|
// Number of changed fields that their changes can be lost
|
|
615
653
|
numOfActions?: number;
|
|
616
654
|
// How many fields are there that can be change in this page?
|
|
@@ -625,6 +663,7 @@ export type cairoPageDiscardChangesBeforeSaveParams = {
|
|
|
625
663
|
resource?: string;
|
|
626
664
|
};
|
|
627
665
|
export type cairoFileDownloadToastDownloadButtonClickedParams = {
|
|
666
|
+
appId?: string;
|
|
628
667
|
// Artifact that owns the component
|
|
629
668
|
artifactId?: string;
|
|
630
669
|
cairoVersion?: string;
|
|
@@ -641,6 +680,7 @@ export type cairoFileDownloadToastDownloadButtonClickedParams = {
|
|
|
641
680
|
exportId?: string;
|
|
642
681
|
// What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
643
682
|
exportType?: string;
|
|
683
|
+
isTPA?: boolean;
|
|
644
684
|
// How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
645
685
|
numSelectedItems?: number;
|
|
646
686
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -648,7 +688,44 @@ export type cairoFileDownloadToastDownloadButtonClickedParams = {
|
|
|
648
688
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
649
689
|
resource?: string;
|
|
650
690
|
};
|
|
691
|
+
export type cairoCustomizeColumnsInSidePanelParams = {
|
|
692
|
+
// Visibility / Reorder
|
|
693
|
+
actionName?: string;
|
|
694
|
+
appId?: string;
|
|
695
|
+
// Artifact that owns the component
|
|
696
|
+
artifactId?: string;
|
|
697
|
+
// version
|
|
698
|
+
cairoVersion?: string;
|
|
699
|
+
// (Optional) Component name, if there are two components of the same type per artifact
|
|
700
|
+
componentName?: string;
|
|
701
|
+
// Table/Cards
|
|
702
|
+
componentType?: string;
|
|
703
|
+
// cairo session id
|
|
704
|
+
csid?: GUID;
|
|
705
|
+
// Which view is currently displayed to the user. Relevant for Table and Cards. (new field from 01/2023)
|
|
706
|
+
currentView?: string;
|
|
707
|
+
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
708
|
+
domain?: string;
|
|
709
|
+
// 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)
|
|
710
|
+
isPredefined?: boolean;
|
|
711
|
+
isTPA?: boolean;
|
|
712
|
+
// How many columns are shown? (new field from 01/2023)
|
|
713
|
+
numColumns?: number;
|
|
714
|
+
// The number of active filters when the user opened/closed the panel/menu
|
|
715
|
+
numFiltersActive?: number;
|
|
716
|
+
// How many filters comprise the saved view (new field from 01/2023)
|
|
717
|
+
numFiltersInView?: number;
|
|
718
|
+
// How many columns actively sort the data? (new field from 01/2023)
|
|
719
|
+
numSortedColumns?: number;
|
|
720
|
+
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
721
|
+
product?: string;
|
|
722
|
+
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
723
|
+
resource?: string;
|
|
724
|
+
// Which columns are currently shown to the user - by the order the user defined (new field from 01/2023)
|
|
725
|
+
visibleColumnsOrder?: string;
|
|
726
|
+
};
|
|
651
727
|
export type cairoTabSelectedParams = {
|
|
728
|
+
appId?: string;
|
|
652
729
|
// Artifact that owns the component
|
|
653
730
|
artifactId?: string;
|
|
654
731
|
cairoVersion?: string;
|
|
@@ -663,6 +740,7 @@ export type cairoTabSelectedParams = {
|
|
|
663
740
|
filteredListSize?: number;
|
|
664
741
|
// TRUE if "All" tab is displayed for this component; FALSE otherwise
|
|
665
742
|
hasAllTab?: boolean;
|
|
743
|
+
isTPA?: boolean;
|
|
666
744
|
// Name of the newly selected tab
|
|
667
745
|
newTabId?: string;
|
|
668
746
|
// Index of the newly selected tab. 1 <= newTabIndex <= numTabs.
|
|
@@ -681,6 +759,7 @@ export type cairoTabSelectedParams = {
|
|
|
681
759
|
export type cairoViewsUnsuccessfulUpdateInServerParams = {
|
|
682
760
|
// "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
|
|
683
761
|
actionName?: string;
|
|
762
|
+
appId?: string;
|
|
684
763
|
// Artifact that owns the component
|
|
685
764
|
artifactId?: string;
|
|
686
765
|
// cairo version
|
|
@@ -708,6 +787,7 @@ export type cairoViewsUnsuccessfulUpdateInServerParams = {
|
|
|
708
787
|
filtersApplied?: string;
|
|
709
788
|
// Was the failed action made on a search results?
|
|
710
789
|
isFromSearch?: boolean;
|
|
790
|
+
isTPA?: boolean;
|
|
711
791
|
// number of updates in the sequence that follow the failed action
|
|
712
792
|
numOfWaitingUpdates?: number;
|
|
713
793
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -722,6 +802,7 @@ export type cairoViewsUnsuccessfulUpdateInServerParams = {
|
|
|
722
802
|
viewId?: string;
|
|
723
803
|
};
|
|
724
804
|
export type cairoModalCtaClickedParams = {
|
|
805
|
+
appId?: string;
|
|
725
806
|
// Artifact that owns the component
|
|
726
807
|
artifactId?: string;
|
|
727
808
|
// cairo version
|
|
@@ -736,6 +817,7 @@ export type cairoModalCtaClickedParams = {
|
|
|
736
817
|
ctaName?: string;
|
|
737
818
|
// (Optional) Domain name from FQDN (crm, stores, etc.)
|
|
738
819
|
domain?: string;
|
|
820
|
+
isTPA?: boolean;
|
|
739
821
|
// The CTA name, localized
|
|
740
822
|
localizedCtaName?: string;
|
|
741
823
|
// The modal's title (Archive custom field, etc.)
|
|
@@ -746,6 +828,7 @@ export type cairoModalCtaClickedParams = {
|
|
|
746
828
|
resource?: string;
|
|
747
829
|
};
|
|
748
830
|
export type cairoAllFiltersClearedParams = {
|
|
831
|
+
appId?: string;
|
|
749
832
|
// Artifact that owns the component
|
|
750
833
|
artifactId?: string;
|
|
751
834
|
cairoVersion?: string;
|
|
@@ -760,6 +843,7 @@ export type cairoAllFiltersClearedParams = {
|
|
|
760
843
|
filterNames?: string;
|
|
761
844
|
// How many items were presented to user, before all of the filters were cleared
|
|
762
845
|
filteredListSize?: number;
|
|
846
|
+
isTPA?: boolean;
|
|
763
847
|
// How many filters have been cleared
|
|
764
848
|
numFiltersCleared?: number;
|
|
765
849
|
// "sidebar"/"toolbar"
|
|
@@ -770,6 +854,7 @@ export type cairoAllFiltersClearedParams = {
|
|
|
770
854
|
resource?: string;
|
|
771
855
|
};
|
|
772
856
|
export type cairoCtaClickedParams = {
|
|
857
|
+
appId?: string;
|
|
773
858
|
// Artifact that owns the component
|
|
774
859
|
artifactId?: string;
|
|
775
860
|
cairoVersion?: string;
|
|
@@ -791,6 +876,7 @@ export type cairoCtaClickedParams = {
|
|
|
791
876
|
filteredListSize?: number;
|
|
792
877
|
// Are all items in the list selected. numItems = filteredListSize ==> isSelectAll = TRUE
|
|
793
878
|
isSelectAll?: boolean;
|
|
879
|
+
isTPA?: boolean;
|
|
794
880
|
// ID of the item that the user clicked on its CTA
|
|
795
881
|
itemId?: string;
|
|
796
882
|
// Out of the list of items, what is the index of the clicked item . ** filteredListSize = X --> (1 <= itemIndex <= X)
|
|
@@ -817,6 +903,7 @@ export type cairoCtaClickedParams = {
|
|
|
817
903
|
timeFromAction?: number;
|
|
818
904
|
};
|
|
819
905
|
export type cairoChangesBeforeApplyParams = {
|
|
906
|
+
appId?: string;
|
|
820
907
|
// Artifact that owns the component
|
|
821
908
|
artifactId?: string;
|
|
822
909
|
// Cairo version
|
|
@@ -837,6 +924,7 @@ export type cairoChangesBeforeApplyParams = {
|
|
|
837
924
|
fieldValue?: string;
|
|
838
925
|
// True if the user clicked on the clear button, False otherwise .
|
|
839
926
|
isClearButton?: boolean;
|
|
927
|
+
isTPA?: boolean;
|
|
840
928
|
// (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)
|
|
841
929
|
numActiveFields?: number;
|
|
842
930
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -847,6 +935,7 @@ export type cairoChangesBeforeApplyParams = {
|
|
|
847
935
|
export type cairoTagsWidgetClickOnCtaParams = {
|
|
848
936
|
// Assign tags / Create tags / Manage tags
|
|
849
937
|
actionName?: string;
|
|
938
|
+
appId?: string;
|
|
850
939
|
// Artifact that owns the component
|
|
851
940
|
artifactId?: string;
|
|
852
941
|
// Cairo version
|
|
@@ -859,6 +948,7 @@ export type cairoTagsWidgetClickOnCtaParams = {
|
|
|
859
948
|
csid?: GUID;
|
|
860
949
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
861
950
|
domain?: string;
|
|
951
|
+
isTPA?: boolean;
|
|
862
952
|
// The entity ID
|
|
863
953
|
itemId?: string;
|
|
864
954
|
// How many tags are existing? will get 0 if the user didn't create any tag and an empty state will be opened
|
|
@@ -873,6 +963,7 @@ export type cairoTagsWidgetClickOnCtaParams = {
|
|
|
873
963
|
export type cairoDataExtensionUnsuccessfulUpdateInServerParams = {
|
|
874
964
|
// The action the user tried to do: Add/ Edit etc. (in English, not localized)
|
|
875
965
|
actionName?: string;
|
|
966
|
+
appId?: string;
|
|
876
967
|
// Artifact that owns the component
|
|
877
968
|
artifactId?: string;
|
|
878
969
|
// cairo version
|
|
@@ -891,6 +982,7 @@ export type cairoDataExtensionUnsuccessfulUpdateInServerParams = {
|
|
|
891
982
|
fieldName?: string;
|
|
892
983
|
// What type is the added field? Long text / Date / Number etc.
|
|
893
984
|
fieldType?: string;
|
|
985
|
+
isTPA?: boolean;
|
|
894
986
|
// The key value
|
|
895
987
|
key?: string;
|
|
896
988
|
// Where did the user click on "add custom field" from? Custom columns panel / Entity page
|
|
@@ -903,6 +995,7 @@ export type cairoDataExtensionUnsuccessfulUpdateInServerParams = {
|
|
|
903
995
|
resource?: string;
|
|
904
996
|
};
|
|
905
997
|
export type cairoErrorInLoadingAComponentParams = {
|
|
998
|
+
appId?: string;
|
|
906
999
|
// Artifact that owns the component
|
|
907
1000
|
artifactId?: string;
|
|
908
1001
|
// cairo version
|
|
@@ -929,6 +1022,7 @@ export type cairoErrorInLoadingAComponentParams = {
|
|
|
929
1022
|
errorType?: string;
|
|
930
1023
|
// Json field :({featureName: boolean}) (new from 03/2023)
|
|
931
1024
|
featuresAvailability?: string;
|
|
1025
|
+
isTPA?: boolean;
|
|
932
1026
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
933
1027
|
product?: string;
|
|
934
1028
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -937,6 +1031,7 @@ export type cairoErrorInLoadingAComponentParams = {
|
|
|
937
1031
|
url?: Url;
|
|
938
1032
|
};
|
|
939
1033
|
export type cairoReloadErrorStateParams = {
|
|
1034
|
+
appId?: string;
|
|
940
1035
|
// Artifact that owns the component
|
|
941
1036
|
artifactId?: string;
|
|
942
1037
|
// cairo version
|
|
@@ -965,6 +1060,7 @@ export type cairoReloadErrorStateParams = {
|
|
|
965
1060
|
errorType?: string;
|
|
966
1061
|
// Json field :({featureName: boolean}) (new from 03/2023)
|
|
967
1062
|
featuresAvailability?: string;
|
|
1063
|
+
isTPA?: boolean;
|
|
968
1064
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
969
1065
|
product?: string;
|
|
970
1066
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -973,6 +1069,7 @@ export type cairoReloadErrorStateParams = {
|
|
|
973
1069
|
url?: Url;
|
|
974
1070
|
};
|
|
975
1071
|
export type newItemCreationEndParams = {
|
|
1072
|
+
appId?: string;
|
|
976
1073
|
// Artifact that owns the component
|
|
977
1074
|
artifactId?: string;
|
|
978
1075
|
cairoVersion?: string;
|
|
@@ -989,6 +1086,7 @@ export type newItemCreationEndParams = {
|
|
|
989
1086
|
domain?: string;
|
|
990
1087
|
// How many items are currently presented to user (filtered)
|
|
991
1088
|
filteredListSize?: number;
|
|
1089
|
+
isTPA?: boolean;
|
|
992
1090
|
// resultType= "success" --> itemId = ID of newly created item; resultType = "dismissed" --> itemId = null
|
|
993
1091
|
itemId?: string;
|
|
994
1092
|
// How many items exist, after item creation (full list, unfiltered)
|
|
@@ -1017,6 +1115,7 @@ export type newItemCreationEndParams = {
|
|
|
1017
1115
|
visibleColumnsOrder?: string;
|
|
1018
1116
|
};
|
|
1019
1117
|
export type cairoTagsWidgetLoadedParams = {
|
|
1118
|
+
appId?: string;
|
|
1020
1119
|
// Artifact that owns the component
|
|
1021
1120
|
artifactId?: string;
|
|
1022
1121
|
// Cairo version
|
|
@@ -1029,6 +1128,7 @@ export type cairoTagsWidgetLoadedParams = {
|
|
|
1029
1128
|
csid?: GUID;
|
|
1030
1129
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1031
1130
|
domain?: string;
|
|
1131
|
+
isTPA?: boolean;
|
|
1032
1132
|
// The entity ID (that the widget was loaded in its page)
|
|
1033
1133
|
itemId?: string;
|
|
1034
1134
|
// How many tags are existing? will get 0 if the user didn't create any tag and an empty state will be opened
|
|
@@ -1041,6 +1141,7 @@ export type cairoTagsWidgetLoadedParams = {
|
|
|
1041
1141
|
resource?: string;
|
|
1042
1142
|
};
|
|
1043
1143
|
export type cairoTableTopNotificationDismissedParams = {
|
|
1144
|
+
appId?: string;
|
|
1044
1145
|
// Artifact that owns the component
|
|
1045
1146
|
artifactId?: string;
|
|
1046
1147
|
cairoVersion?: string;
|
|
@@ -1057,6 +1158,7 @@ export type cairoTableTopNotificationDismissedParams = {
|
|
|
1057
1158
|
duration?: number;
|
|
1058
1159
|
// How many items are currently presented to user (full list, filtered)
|
|
1059
1160
|
filteredListSize?: number;
|
|
1161
|
+
isTPA?: boolean;
|
|
1060
1162
|
// What is displayed to the user, localized
|
|
1061
1163
|
notificationText?: string;
|
|
1062
1164
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1065,6 +1167,7 @@ export type cairoTableTopNotificationDismissedParams = {
|
|
|
1065
1167
|
resource?: string;
|
|
1066
1168
|
};
|
|
1067
1169
|
export type cairoSectionCtaClickedParams = {
|
|
1170
|
+
appId?: string;
|
|
1068
1171
|
// Artifact that owns the component
|
|
1069
1172
|
artifactId?: string;
|
|
1070
1173
|
// Cairo version
|
|
@@ -1082,6 +1185,7 @@ export type cairoSectionCtaClickedParams = {
|
|
|
1082
1185
|
ctaType?: string;
|
|
1083
1186
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1084
1187
|
domain?: string;
|
|
1188
|
+
isTPA?: boolean;
|
|
1085
1189
|
// The CTA name, localized
|
|
1086
1190
|
localizedCtaName?: string;
|
|
1087
1191
|
// CTA location: Section Toolbar, Collection Toolbar
|
|
@@ -1094,6 +1198,7 @@ export type cairoSectionCtaClickedParams = {
|
|
|
1094
1198
|
sectionType?: string;
|
|
1095
1199
|
};
|
|
1096
1200
|
export type cairoFileDownloadToastDisplayedParams = {
|
|
1201
|
+
appId?: string;
|
|
1097
1202
|
// Artifact that owns the component
|
|
1098
1203
|
artifactId?: string;
|
|
1099
1204
|
cairoVersion?: string;
|
|
@@ -1108,6 +1213,7 @@ export type cairoFileDownloadToastDisplayedParams = {
|
|
|
1108
1213
|
exportId?: string;
|
|
1109
1214
|
// What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
1110
1215
|
exportType?: string;
|
|
1216
|
+
isTPA?: boolean;
|
|
1111
1217
|
// How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
1112
1218
|
numSelectedItems?: number;
|
|
1113
1219
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1118,6 +1224,7 @@ export type cairoFileDownloadToastDisplayedParams = {
|
|
|
1118
1224
|
try?: number;
|
|
1119
1225
|
};
|
|
1120
1226
|
export type cairoSearchResultsParams = {
|
|
1227
|
+
appId?: string;
|
|
1121
1228
|
// Artifact that owns the component
|
|
1122
1229
|
artifactId?: string;
|
|
1123
1230
|
cairoVersion?: string;
|
|
@@ -1128,6 +1235,7 @@ export type cairoSearchResultsParams = {
|
|
|
1128
1235
|
csid?: GUID;
|
|
1129
1236
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1130
1237
|
domain?: string;
|
|
1238
|
+
isTPA?: boolean;
|
|
1131
1239
|
// How much time (in ms) did it take to load the results for searchQuery
|
|
1132
1240
|
loadingTime?: number;
|
|
1133
1241
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1140,6 +1248,7 @@ export type cairoSearchResultsParams = {
|
|
|
1140
1248
|
searchTerm?: string;
|
|
1141
1249
|
};
|
|
1142
1250
|
export type cairoTagsModalEndProcessParams = {
|
|
1251
|
+
appId?: string;
|
|
1143
1252
|
// Artifact that owns the component
|
|
1144
1253
|
artifactId?: string;
|
|
1145
1254
|
// Cairo version
|
|
@@ -1154,6 +1263,7 @@ export type cairoTagsModalEndProcessParams = {
|
|
|
1154
1263
|
domain?: string;
|
|
1155
1264
|
// Close without changes
|
|
1156
1265
|
endType?: string;
|
|
1266
|
+
isTPA?: boolean;
|
|
1157
1267
|
// How many tags are in the modal?
|
|
1158
1268
|
numTags?: number;
|
|
1159
1269
|
// Where did the user open Manage Tags modal from?
|
|
@@ -1164,6 +1274,7 @@ export type cairoTagsModalEndProcessParams = {
|
|
|
1164
1274
|
resource?: string;
|
|
1165
1275
|
};
|
|
1166
1276
|
export type cairoManageViewClickedParams = {
|
|
1277
|
+
appId?: string;
|
|
1167
1278
|
// Artifact that owns the component
|
|
1168
1279
|
artifactId?: string;
|
|
1169
1280
|
// Cairo version
|
|
@@ -1179,6 +1290,7 @@ export type cairoManageViewClickedParams = {
|
|
|
1179
1290
|
domain?: string;
|
|
1180
1291
|
// Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
|
|
1181
1292
|
isPredefined?: boolean;
|
|
1293
|
+
isTPA?: boolean;
|
|
1182
1294
|
// How many filters comprise the saved view
|
|
1183
1295
|
numFiltersInView?: number;
|
|
1184
1296
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1187,6 +1299,7 @@ export type cairoManageViewClickedParams = {
|
|
|
1187
1299
|
resource?: string;
|
|
1188
1300
|
};
|
|
1189
1301
|
export type cairoTagsModalStartLoadParams = {
|
|
1302
|
+
appId?: string;
|
|
1190
1303
|
// Artifact that owns the component
|
|
1191
1304
|
artifactId?: string;
|
|
1192
1305
|
// Cairo version
|
|
@@ -1199,6 +1312,7 @@ export type cairoTagsModalStartLoadParams = {
|
|
|
1199
1312
|
csid?: GUID;
|
|
1200
1313
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1201
1314
|
domain?: string;
|
|
1315
|
+
isTPA?: boolean;
|
|
1202
1316
|
// How many tags are to be presented?
|
|
1203
1317
|
numTags?: number;
|
|
1204
1318
|
// Where did the user open Manage Tags modal from?
|
|
@@ -1211,6 +1325,7 @@ export type cairoTagsModalStartLoadParams = {
|
|
|
1211
1325
|
export type cairoSortUnsuccessfulUpdateInServerParams = {
|
|
1212
1326
|
// 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)
|
|
1213
1327
|
actionName?: string;
|
|
1328
|
+
appId?: string;
|
|
1214
1329
|
// Artifact that owns the component
|
|
1215
1330
|
artifactId?: string;
|
|
1216
1331
|
// cairo version
|
|
@@ -1238,6 +1353,7 @@ export type cairoSortUnsuccessfulUpdateInServerParams = {
|
|
|
1238
1353
|
filtersApplied?: string;
|
|
1239
1354
|
// Was the failed action made on a search results?
|
|
1240
1355
|
isFromSearch?: boolean;
|
|
1356
|
+
isTPA?: boolean;
|
|
1241
1357
|
// number of updates in the sequence that follow the failed action
|
|
1242
1358
|
numOfWaitingUpdates?: number;
|
|
1243
1359
|
// The location thefailed sort action was made from :"SidePanel"/"ColumnHeader"
|
|
@@ -1260,6 +1376,7 @@ export type cairoSortUnsuccessfulUpdateInServerParams = {
|
|
|
1260
1376
|
visibleColumnsOrder?: string;
|
|
1261
1377
|
};
|
|
1262
1378
|
export type cairoItemToggledInExportModalParams = {
|
|
1379
|
+
appId?: string;
|
|
1263
1380
|
// Artifact that owns the component
|
|
1264
1381
|
artifactId?: string;
|
|
1265
1382
|
// 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}
|
|
@@ -1276,6 +1393,7 @@ export type cairoItemToggledInExportModalParams = {
|
|
|
1276
1393
|
exportId?: string;
|
|
1277
1394
|
// How many items are currently presented to user (filtered)
|
|
1278
1395
|
filteredListSize?: number;
|
|
1396
|
+
isTPA?: boolean;
|
|
1279
1397
|
// What type of export did the user switch to: "All Items"/"Filtered Items"/"Selected Items"
|
|
1280
1398
|
newSelectedExportType?: string;
|
|
1281
1399
|
// What type of export did the user have selected before swiching to newSelectedExportType: "All Items"/"Filtered Items"/"Selected Items"
|
|
@@ -1286,6 +1404,7 @@ export type cairoItemToggledInExportModalParams = {
|
|
|
1286
1404
|
resource?: string;
|
|
1287
1405
|
};
|
|
1288
1406
|
export type cairoDragActionUnsuccessfulUpdateInServerParams = {
|
|
1407
|
+
appId?: string;
|
|
1289
1408
|
// Artifact that owns the component
|
|
1290
1409
|
artifactId?: string;
|
|
1291
1410
|
// cairo version
|
|
@@ -1309,6 +1428,7 @@ export type cairoDragActionUnsuccessfulUpdateInServerParams = {
|
|
|
1309
1428
|
filteredListSizeShown?: number;
|
|
1310
1429
|
// 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.
|
|
1311
1430
|
filtersApplied?: string;
|
|
1431
|
+
isTPA?: boolean;
|
|
1312
1432
|
// ID of the item that the user tries to drag
|
|
1313
1433
|
itemId?: string;
|
|
1314
1434
|
// 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
|
|
@@ -1339,6 +1459,7 @@ export type cairoDragActionUnsuccessfulUpdateInServerParams = {
|
|
|
1339
1459
|
wasFromHandle?: boolean;
|
|
1340
1460
|
};
|
|
1341
1461
|
export type cairoSearchForTagsParams = {
|
|
1462
|
+
appId?: string;
|
|
1342
1463
|
// Artifact that owns the component
|
|
1343
1464
|
artifactId?: string;
|
|
1344
1465
|
// Cairo version
|
|
@@ -1353,6 +1474,7 @@ export type cairoSearchForTagsParams = {
|
|
|
1353
1474
|
domain?: string;
|
|
1354
1475
|
// 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
|
|
1355
1476
|
endType?: string;
|
|
1477
|
+
isTPA?: boolean;
|
|
1356
1478
|
// Where did the user search for the tag? Manage tags modal /
|
|
1357
1479
|
location?: string;
|
|
1358
1480
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1369,6 +1491,7 @@ export type cairoManageViewActionSelectedParams = {
|
|
|
1369
1491
|
actionIndex?: number;
|
|
1370
1492
|
// "Save as New View"/"Save Changes"/"Rename"/"Delete" etc... (in English, not localized)
|
|
1371
1493
|
actionName?: string;
|
|
1494
|
+
appId?: string;
|
|
1372
1495
|
// Artifact that owns the component
|
|
1373
1496
|
artifactId?: string;
|
|
1374
1497
|
// cairo version
|
|
@@ -1382,6 +1505,7 @@ export type cairoManageViewActionSelectedParams = {
|
|
|
1382
1505
|
currentView?: string;
|
|
1383
1506
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1384
1507
|
domain?: string;
|
|
1508
|
+
isTPA?: boolean;
|
|
1385
1509
|
// How many actions are existing in the current menu (including disabled actions)?
|
|
1386
1510
|
numActions?: number;
|
|
1387
1511
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1390,6 +1514,7 @@ export type cairoManageViewActionSelectedParams = {
|
|
|
1390
1514
|
resource?: string;
|
|
1391
1515
|
};
|
|
1392
1516
|
export type cairoLearnMoreParams = {
|
|
1517
|
+
appId?: string;
|
|
1393
1518
|
// Artifact that owns the component
|
|
1394
1519
|
artifactId?: string;
|
|
1395
1520
|
// Cairo version
|
|
@@ -1402,6 +1527,7 @@ export type cairoLearnMoreParams = {
|
|
|
1402
1527
|
csid?: GUID;
|
|
1403
1528
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1404
1529
|
domain?: string;
|
|
1530
|
+
isTPA?: boolean;
|
|
1405
1531
|
// Where did the user click on "Learn more" from? Add Custom Field Modal/ Edit Custom Field Modal / Table Toolbar
|
|
1406
1532
|
origin?: string;
|
|
1407
1533
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1412,6 +1538,7 @@ export type cairoLearnMoreParams = {
|
|
|
1412
1538
|
export type cairoAssignTagsToEntitiesParams = {
|
|
1413
1539
|
// Assign / Remove
|
|
1414
1540
|
actionName?: string;
|
|
1541
|
+
appId?: string;
|
|
1415
1542
|
// Artifact that owns the component
|
|
1416
1543
|
artifactId?: string;
|
|
1417
1544
|
// array of tags that were assigned (empty array if none)
|
|
@@ -1428,6 +1555,7 @@ export type cairoAssignTagsToEntitiesParams = {
|
|
|
1428
1555
|
domain?: string;
|
|
1429
1556
|
// Is the action made from a list of tags search results?
|
|
1430
1557
|
isFromSearch?: boolean;
|
|
1558
|
+
isTPA?: boolean;
|
|
1431
1559
|
// array of items ids that were selected
|
|
1432
1560
|
itemIds?: string;
|
|
1433
1561
|
// How many items have been selected?
|
|
@@ -1442,6 +1570,7 @@ export type cairoAssignTagsToEntitiesParams = {
|
|
|
1442
1570
|
unAssignedTags?: string;
|
|
1443
1571
|
};
|
|
1444
1572
|
export type cairoPageCtaClickedParams = {
|
|
1573
|
+
appId?: string;
|
|
1445
1574
|
// Artifact that owns the component
|
|
1446
1575
|
artifactId?: string;
|
|
1447
1576
|
// Cairo version
|
|
@@ -1457,6 +1586,7 @@ export type cairoPageCtaClickedParams = {
|
|
|
1457
1586
|
ctaType?: string;
|
|
1458
1587
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1459
1588
|
domain?: string;
|
|
1589
|
+
isTPA?: boolean;
|
|
1460
1590
|
// (Relevant only for Save CTA) True=if all fields are validated, False= if there are validation errors
|
|
1461
1591
|
isValid?: boolean;
|
|
1462
1592
|
// CTA location: TBD
|
|
@@ -1475,6 +1605,7 @@ export type cairoPageCtaClickedParams = {
|
|
|
1475
1605
|
section?: string;
|
|
1476
1606
|
};
|
|
1477
1607
|
export type cairoTableTopNotificationDisplayedParams = {
|
|
1608
|
+
appId?: string;
|
|
1478
1609
|
// Artifact that owns the component
|
|
1479
1610
|
artifactId?: string;
|
|
1480
1611
|
cairoVersion?: string;
|
|
@@ -1487,6 +1618,7 @@ export type cairoTableTopNotificationDisplayedParams = {
|
|
|
1487
1618
|
domain?: string;
|
|
1488
1619
|
// How many items are currently presented to user (full list, filtered)
|
|
1489
1620
|
filteredListSize?: number;
|
|
1621
|
+
isTPA?: boolean;
|
|
1490
1622
|
// What is displayed to the user, localized
|
|
1491
1623
|
notificationText?: string;
|
|
1492
1624
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1497,6 +1629,7 @@ export type cairoTableTopNotificationDisplayedParams = {
|
|
|
1497
1629
|
export type cairoTryAgainClickedParams = {
|
|
1498
1630
|
// the action name that failed and triggered the notification (for example: drag, column reorder etc.)
|
|
1499
1631
|
actionName?: string;
|
|
1632
|
+
appId?: string;
|
|
1500
1633
|
// Artifact that owns the component
|
|
1501
1634
|
artifactId?: string;
|
|
1502
1635
|
// cairo version
|
|
@@ -1512,6 +1645,7 @@ export type cairoTryAgainClickedParams = {
|
|
|
1512
1645
|
filteredListSize?: number;
|
|
1513
1646
|
// Did the user made the failed action on a list of search results
|
|
1514
1647
|
isFromSearch?: boolean;
|
|
1648
|
+
isTPA?: boolean;
|
|
1515
1649
|
// Toast / Custom fields widget / View only widget / Component error state
|
|
1516
1650
|
loaction?: string;
|
|
1517
1651
|
// (optional) number of updates in the sequence that follow the failed action
|
|
@@ -1522,6 +1656,7 @@ export type cairoTryAgainClickedParams = {
|
|
|
1522
1656
|
resource?: string;
|
|
1523
1657
|
};
|
|
1524
1658
|
export type cairoFiltersPanelUsedParams = {
|
|
1659
|
+
appId?: string;
|
|
1525
1660
|
// Artifact that owns the component
|
|
1526
1661
|
artifactId?: string;
|
|
1527
1662
|
cairoVersion?: string;
|
|
@@ -1542,6 +1677,7 @@ export type cairoFiltersPanelUsedParams = {
|
|
|
1542
1677
|
isOpened?: boolean;
|
|
1543
1678
|
// 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)
|
|
1544
1679
|
isPredefined?: boolean;
|
|
1680
|
+
isTPA?: boolean;
|
|
1545
1681
|
// How many columns are shown? (new field from 01/2023)
|
|
1546
1682
|
numColumns?: number;
|
|
1547
1683
|
// The number of active filters when the user opened/closed the panel/menu
|
|
@@ -1562,6 +1698,7 @@ export type cairoFiltersPanelUsedParams = {
|
|
|
1562
1698
|
visibleColumnsOrder?: string;
|
|
1563
1699
|
};
|
|
1564
1700
|
export type cairoDragItemParams = {
|
|
1701
|
+
appId?: string;
|
|
1565
1702
|
// Artifact that owns the component
|
|
1566
1703
|
artifactId?: string;
|
|
1567
1704
|
// cairo version
|
|
@@ -1591,6 +1728,7 @@ export type cairoDragItemParams = {
|
|
|
1591
1728
|
isFromHandle?: boolean;
|
|
1592
1729
|
// Did the user try to drag the item from a list of search results (relate to ticket 521).
|
|
1593
1730
|
isFromSearch?: boolean;
|
|
1731
|
+
isTPA?: boolean;
|
|
1594
1732
|
// ID of the item that the user tries to drag.
|
|
1595
1733
|
itemId?: string;
|
|
1596
1734
|
// Out of the list of results, what was the index of the dragged item (before dragging). ** filteredListSize = X --> (1 <= itemIndex <= X)
|
|
@@ -1605,6 +1743,7 @@ export type cairoDragItemParams = {
|
|
|
1605
1743
|
searchQuery?: string;
|
|
1606
1744
|
};
|
|
1607
1745
|
export type cairoFileDownloadToastDismissedParams = {
|
|
1746
|
+
appId?: string;
|
|
1608
1747
|
// Artifact that owns the component
|
|
1609
1748
|
artifactId?: string;
|
|
1610
1749
|
cairoVersion?: string;
|
|
@@ -1623,6 +1762,7 @@ export type cairoFileDownloadToastDismissedParams = {
|
|
|
1623
1762
|
exportId?: string;
|
|
1624
1763
|
// What type of export did the user choose: "All Items"/"Filtered Items"/"Selected Items"
|
|
1625
1764
|
exportType?: string;
|
|
1765
|
+
isTPA?: boolean;
|
|
1626
1766
|
// How many items did the user export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
1627
1767
|
numSelectedItems?: number;
|
|
1628
1768
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1631,6 +1771,7 @@ export type cairoFileDownloadToastDismissedParams = {
|
|
|
1631
1771
|
resource?: string;
|
|
1632
1772
|
};
|
|
1633
1773
|
export type cairoUserAttemptsToCancelTheExportParams = {
|
|
1774
|
+
appId?: string;
|
|
1634
1775
|
// Artifact that owns the component
|
|
1635
1776
|
artifactId?: string;
|
|
1636
1777
|
cairoVersion?: string;
|
|
@@ -1645,6 +1786,7 @@ export type cairoUserAttemptsToCancelTheExportParams = {
|
|
|
1645
1786
|
duration?: number;
|
|
1646
1787
|
// A unique ID that will help join all events related to a specific export process
|
|
1647
1788
|
exportId?: string;
|
|
1789
|
+
isTPA?: boolean;
|
|
1648
1790
|
// How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
1649
1791
|
numItems?: number;
|
|
1650
1792
|
// How many items were exported before the user tried to cancel the export
|
|
@@ -1663,6 +1805,7 @@ export type cairoUserAttemptsToCancelTheExportParams = {
|
|
|
1663
1805
|
try?: number;
|
|
1664
1806
|
};
|
|
1665
1807
|
export type pickerPickModalCtaButtonClickOrImmediateCtaParams = {
|
|
1808
|
+
appId?: string;
|
|
1666
1809
|
// Artifact that owns the component
|
|
1667
1810
|
artifactId?: string;
|
|
1668
1811
|
cairoVersion?: string;
|
|
@@ -1678,6 +1821,7 @@ export type pickerPickModalCtaButtonClickOrImmediateCtaParams = {
|
|
|
1678
1821
|
initialItems?: number;
|
|
1679
1822
|
// Is it an immediate CTA
|
|
1680
1823
|
isImmediate?: boolean;
|
|
1824
|
+
isTPA?: boolean;
|
|
1681
1825
|
// Number of total items picked
|
|
1682
1826
|
itemsCnt?: number;
|
|
1683
1827
|
// How many items exist (full list)
|
|
@@ -1692,6 +1836,7 @@ export type pickerPickModalCtaButtonClickOrImmediateCtaParams = {
|
|
|
1692
1836
|
type?: string;
|
|
1693
1837
|
};
|
|
1694
1838
|
export type newItemCreationStartParams = {
|
|
1839
|
+
appId?: string;
|
|
1695
1840
|
// Artifact that owns the component
|
|
1696
1841
|
artifactId?: string;
|
|
1697
1842
|
cairoVersion?: string;
|
|
@@ -1708,6 +1853,7 @@ export type newItemCreationStartParams = {
|
|
|
1708
1853
|
domain?: string;
|
|
1709
1854
|
// How many items are currently presented to user (filtered)
|
|
1710
1855
|
filteredListSize?: number;
|
|
1856
|
+
isTPA?: boolean;
|
|
1711
1857
|
// How many items exist, after item creation (full list, unfiltered)
|
|
1712
1858
|
listSize?: number;
|
|
1713
1859
|
// Max number of items that can be selected
|
|
@@ -1732,6 +1878,7 @@ export type newItemCreationStartParams = {
|
|
|
1732
1878
|
visibleColumnsOrder?: string;
|
|
1733
1879
|
};
|
|
1734
1880
|
export type cairoViewSelectedParams = {
|
|
1881
|
+
appId?: string;
|
|
1735
1882
|
// Artifact that owns the component
|
|
1736
1883
|
artifactId?: string;
|
|
1737
1884
|
cairoVersion?: string;
|
|
@@ -1754,6 +1901,7 @@ export type cairoViewSelectedParams = {
|
|
|
1754
1901
|
isFromSearchView?: boolean;
|
|
1755
1902
|
// Is it a view that was predefined by the vertical. Will get "true" for predefined views include "All Items" view.
|
|
1756
1903
|
isPredefined?: boolean;
|
|
1904
|
+
isTPA?: boolean;
|
|
1757
1905
|
// Name of the newly selected view
|
|
1758
1906
|
newViewName?: string;
|
|
1759
1907
|
// How many filters are active after view selection
|
|
@@ -1768,6 +1916,7 @@ export type cairoViewSelectedParams = {
|
|
|
1768
1916
|
resource?: string;
|
|
1769
1917
|
};
|
|
1770
1918
|
export type cairoDataExAddCustomFieldParams = {
|
|
1919
|
+
appId?: string;
|
|
1771
1920
|
// Artifact that owns the component
|
|
1772
1921
|
artifactId?: string;
|
|
1773
1922
|
// Cairo version
|
|
@@ -1780,6 +1929,7 @@ export type cairoDataExAddCustomFieldParams = {
|
|
|
1780
1929
|
csid?: GUID;
|
|
1781
1930
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1782
1931
|
domain?: string;
|
|
1932
|
+
isTPA?: boolean;
|
|
1783
1933
|
// How many columns are shown?
|
|
1784
1934
|
numColumns?: number;
|
|
1785
1935
|
// 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)
|
|
@@ -1793,6 +1943,7 @@ export type cairoDataExAddCustomFieldParams = {
|
|
|
1793
1943
|
export type cairoFilterToggledParams = {
|
|
1794
1944
|
// "add"/"remove" -- Did we add or remove filterName from the list of filters
|
|
1795
1945
|
actionType?: string;
|
|
1946
|
+
appId?: string;
|
|
1796
1947
|
// Artifact that owns the component
|
|
1797
1948
|
artifactId?: string;
|
|
1798
1949
|
cairoVersion?: string;
|
|
@@ -1812,6 +1963,7 @@ export type cairoFilterToggledParams = {
|
|
|
1812
1963
|
filterValue?: string;
|
|
1813
1964
|
// How many items are currently presented to user, after filter toggle (filtered)
|
|
1814
1965
|
filteredListSize?: number;
|
|
1966
|
+
isTPA?: boolean;
|
|
1815
1967
|
// How many items exist (full list, unfiltered)
|
|
1816
1968
|
listSize?: number;
|
|
1817
1969
|
// How many filters are active after filterName is toggled. actionType = "add" --> numFiltersActive >= 1; actionType = "remove" --> numFiltersActive < numColumns
|
|
@@ -1826,6 +1978,7 @@ export type cairoFilterToggledParams = {
|
|
|
1826
1978
|
export type cairoDataExCustomFieldAdvancesSettingsParams = {
|
|
1827
1979
|
// Open / Close the advanced settings
|
|
1828
1980
|
actionName?: string;
|
|
1981
|
+
appId?: string;
|
|
1829
1982
|
// Artifact that owns the component
|
|
1830
1983
|
artifactId?: string;
|
|
1831
1984
|
// Cairo version
|
|
@@ -1838,6 +1991,7 @@ export type cairoDataExCustomFieldAdvancesSettingsParams = {
|
|
|
1838
1991
|
csid?: GUID;
|
|
1839
1992
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
1840
1993
|
domain?: string;
|
|
1994
|
+
isTPA?: boolean;
|
|
1841
1995
|
// Where did the user click on "Advanced Settings" from? Add Custom Field Modal / Edit Custom Field Modal
|
|
1842
1996
|
origin?: string;
|
|
1843
1997
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1846,6 +2000,7 @@ export type cairoDataExCustomFieldAdvancesSettingsParams = {
|
|
|
1846
2000
|
resource?: string;
|
|
1847
2001
|
};
|
|
1848
2002
|
export type cairoViewSavedParams = {
|
|
2003
|
+
appId?: string;
|
|
1849
2004
|
// Artifact that owns the component
|
|
1850
2005
|
artifactId?: string;
|
|
1851
2006
|
// Cairo version
|
|
@@ -1867,6 +2022,7 @@ export type cairoViewSavedParams = {
|
|
|
1867
2022
|
isDefault?: boolean;
|
|
1868
2023
|
// (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)
|
|
1869
2024
|
isPredefined?: boolean;
|
|
2025
|
+
isTPA?: boolean;
|
|
1870
2026
|
// Name of the newly created/saved/renamed view
|
|
1871
2027
|
newViewName?: string;
|
|
1872
2028
|
// How many columns comprise the saved view (new field from 11/2022)
|
|
@@ -1891,6 +2047,7 @@ export type cairoViewSavedParams = {
|
|
|
1891
2047
|
visibleColumnsOrder?: string;
|
|
1892
2048
|
};
|
|
1893
2049
|
export type cairoViewDeletedParams = {
|
|
2050
|
+
appId?: string;
|
|
1894
2051
|
// Artifact that owns the component
|
|
1895
2052
|
artifactId?: string;
|
|
1896
2053
|
cairoVersion?: string;
|
|
@@ -1903,6 +2060,7 @@ export type cairoViewDeletedParams = {
|
|
|
1903
2060
|
domain?: string;
|
|
1904
2061
|
// Was the deleted view defined as default view?
|
|
1905
2062
|
isDefault?: boolean;
|
|
2063
|
+
isTPA?: boolean;
|
|
1906
2064
|
// How many filters comprised the deleted view
|
|
1907
2065
|
numFiltersInView?: number;
|
|
1908
2066
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -1921,6 +2079,7 @@ export type cairoViewDeletedParams = {
|
|
|
1921
2079
|
export type cairoDataExCustomFieldEndProcessParams = {
|
|
1922
2080
|
// Add/ Edit
|
|
1923
2081
|
actionName?: string;
|
|
2082
|
+
appId?: string;
|
|
1924
2083
|
// Artifact that owns the component
|
|
1925
2084
|
artifactId?: string;
|
|
1926
2085
|
// Cairo version
|
|
@@ -1943,6 +2102,7 @@ export type cairoDataExCustomFieldEndProcessParams = {
|
|
|
1943
2102
|
fieldName?: string;
|
|
1944
2103
|
// (Relevant when a field was added) What type is the added field? Long text / Date / Number etc.
|
|
1945
2104
|
fieldType?: string;
|
|
2105
|
+
isTPA?: boolean;
|
|
1946
2106
|
// The key value
|
|
1947
2107
|
key?: string;
|
|
1948
2108
|
// (Relevant when a field was added/edited) How many added fields are there in the component (including the current added field)
|
|
@@ -1959,6 +2119,7 @@ export type cairoDataExCustomFieldEndProcessParams = {
|
|
|
1959
2119
|
resource?: string;
|
|
1960
2120
|
};
|
|
1961
2121
|
export type cairoComponentSortedParams = {
|
|
2122
|
+
appId?: string;
|
|
1962
2123
|
// Artifact that owns the component
|
|
1963
2124
|
artifactId?: string;
|
|
1964
2125
|
// Cairo version
|
|
@@ -1974,6 +2135,7 @@ export type cairoComponentSortedParams = {
|
|
|
1974
2135
|
filteredListSize?: number;
|
|
1975
2136
|
// 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)
|
|
1976
2137
|
isAddNewSort?: boolean;
|
|
2138
|
+
isTPA?: boolean;
|
|
1977
2139
|
// 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)
|
|
1978
2140
|
itemIndex?: number;
|
|
1979
2141
|
// How many items exist (full list, unfiltered)
|
|
@@ -2002,6 +2164,7 @@ export type cairoComponentSortedParams = {
|
|
|
2002
2164
|
resource?: string;
|
|
2003
2165
|
};
|
|
2004
2166
|
export type cairoReorderingSortColumnsParams = {
|
|
2167
|
+
appId?: string;
|
|
2005
2168
|
// Artifact that owns the component
|
|
2006
2169
|
artifactId?: string;
|
|
2007
2170
|
// Cairo version
|
|
@@ -2019,6 +2182,7 @@ export type cairoReorderingSortColumnsParams = {
|
|
|
2019
2182
|
domain?: string;
|
|
2020
2183
|
// How many items are currently presented to user, after filter toggle (filtered)
|
|
2021
2184
|
filteredListSize?: number;
|
|
2185
|
+
isTPA?: boolean;
|
|
2022
2186
|
// How many items exist (full list, unfiltered)
|
|
2023
2187
|
listSize?: number;
|
|
2024
2188
|
// 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.
|
|
@@ -2037,6 +2201,7 @@ export type cairoReorderingSortColumnsParams = {
|
|
|
2037
2201
|
timeFromAction?: number;
|
|
2038
2202
|
};
|
|
2039
2203
|
export type cairoExportProcessEndParams = {
|
|
2204
|
+
appId?: string;
|
|
2040
2205
|
// Artifact that owns the component
|
|
2041
2206
|
artifactId?: string;
|
|
2042
2207
|
cairoVersion?: string;
|
|
@@ -2053,6 +2218,7 @@ export type cairoExportProcessEndParams = {
|
|
|
2053
2218
|
exportId?: string;
|
|
2054
2219
|
// (Optional) Name of the file to be exported
|
|
2055
2220
|
fileName?: string;
|
|
2221
|
+
isTPA?: boolean;
|
|
2056
2222
|
// How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
2057
2223
|
numItems?: number;
|
|
2058
2224
|
// How many items were exported before the export ended, either successfully or not.
|
|
@@ -2071,6 +2237,7 @@ export type cairoExportProcessEndParams = {
|
|
|
2071
2237
|
try?: number;
|
|
2072
2238
|
};
|
|
2073
2239
|
export type cairoApplyButtonClickedParams = {
|
|
2240
|
+
appId?: string;
|
|
2074
2241
|
artifactId?: string;
|
|
2075
2242
|
// Cairo version
|
|
2076
2243
|
cairoVersion?: string;
|
|
@@ -2090,6 +2257,7 @@ export type cairoApplyButtonClickedParams = {
|
|
|
2090
2257
|
feature?: string;
|
|
2091
2258
|
// How many items are currently presented to user, after filters toggled (filtered)
|
|
2092
2259
|
filteredListSize?: number;
|
|
2260
|
+
isTPA?: boolean;
|
|
2093
2261
|
// How many items exist (full list, unfiltered)
|
|
2094
2262
|
listSize?: number;
|
|
2095
2263
|
// (Optional, relevant for Filters) How many fields are active after the apply button is clicked? (fields that their value is not NULL)
|
|
@@ -2108,6 +2276,7 @@ export type cairoApplyButtonClickedParams = {
|
|
|
2108
2276
|
export type cairoExportModalCtaClickedParams = {
|
|
2109
2277
|
// Does the user want to proceed with the export or dismiss the modal
|
|
2110
2278
|
action?: string;
|
|
2279
|
+
appId?: string;
|
|
2111
2280
|
// Artifact that owns the component
|
|
2112
2281
|
artifactId?: string;
|
|
2113
2282
|
// A list of all of the available export types, along with the number of items that would be exported using each of the options
|
|
@@ -2122,6 +2291,7 @@ export type cairoExportModalCtaClickedParams = {
|
|
|
2122
2291
|
domain?: string;
|
|
2123
2292
|
// A unique ID that will help join all events related to a specific export process
|
|
2124
2293
|
exportId?: string;
|
|
2294
|
+
isTPA?: boolean;
|
|
2125
2295
|
// How many items does the user want to export. If no items have been selected (selectedExportType = "All Items"), then all items in list.
|
|
2126
2296
|
numItems?: number;
|
|
2127
2297
|
// From where did the user close the modal: "Export Button"/"Cancel Button"/"X Button"
|
|
@@ -2138,6 +2308,7 @@ export type cairoExportModalCtaClickedParams = {
|
|
|
2138
2308
|
export type cairoUndoClickedParams = {
|
|
2139
2309
|
// The action's name the user wants to undo and triggered the toast (for example: view- save changes, view- rename, view- delete etc.)
|
|
2140
2310
|
actionName?: string;
|
|
2311
|
+
appId?: string;
|
|
2141
2312
|
// Artifact that owns the component
|
|
2142
2313
|
artifactId?: string;
|
|
2143
2314
|
// cairo version
|
|
@@ -2163,6 +2334,7 @@ export type cairoUndoClickedParams = {
|
|
|
2163
2334
|
filteredListSize?: number;
|
|
2164
2335
|
// How many items were presented (filtered) to the user when he made the action he wants to undo?
|
|
2165
2336
|
filteredListSizeShown?: number;
|
|
2337
|
+
isTPA?: boolean;
|
|
2166
2338
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
2167
2339
|
product?: string;
|
|
2168
2340
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -2177,6 +2349,7 @@ export type cairoUndoClickedParams = {
|
|
|
2177
2349
|
viewNameApplied?: string;
|
|
2178
2350
|
};
|
|
2179
2351
|
export type cairoPageBackOrBreadcrumbClickedParams = {
|
|
2352
|
+
appId?: string;
|
|
2180
2353
|
// Artifact that owns the component
|
|
2181
2354
|
artifactId?: string;
|
|
2182
2355
|
// 'Back' (for back button clicked) / The category's name the users clicked on.
|
|
@@ -2192,6 +2365,7 @@ export type cairoPageBackOrBreadcrumbClickedParams = {
|
|
|
2192
2365
|
destination_page_type?: string;
|
|
2193
2366
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2194
2367
|
domain?: string;
|
|
2368
|
+
isTPA?: boolean;
|
|
2195
2369
|
// Collection Page
|
|
2196
2370
|
pageType?: string;
|
|
2197
2371
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -2219,6 +2393,7 @@ export type cairoTpaSCtaClickedParams = {
|
|
|
2219
2393
|
ctaName?: string;
|
|
2220
2394
|
// (Optional) Domain name from FQDN (CRM, Store, etc.)
|
|
2221
2395
|
domain?: string;
|
|
2396
|
+
isTPA?: boolean;
|
|
2222
2397
|
// Page More Action Dropdown / Component Bulk action Toolbar
|
|
2223
2398
|
location?: string;
|
|
2224
2399
|
// How many CTAs are available in the page dropdown menu / toolbar?
|
|
@@ -2231,6 +2406,7 @@ export type cairoTpaSCtaClickedParams = {
|
|
|
2231
2406
|
tpaComponentId?: string;
|
|
2232
2407
|
};
|
|
2233
2408
|
export type pikachuCategoriesDropdownButtonClickedParams = {
|
|
2409
|
+
appId?: string;
|
|
2234
2410
|
// Artifact that owns the component
|
|
2235
2411
|
artifactId?: string;
|
|
2236
2412
|
cairoVersion?: string;
|
|
@@ -2240,6 +2416,7 @@ export type pikachuCategoriesDropdownButtonClickedParams = {
|
|
|
2240
2416
|
csid?: GUID;
|
|
2241
2417
|
// Optional domain name from FQDN (CRM, Store, etc.)
|
|
2242
2418
|
domain?: string;
|
|
2419
|
+
isTPA?: boolean;
|
|
2243
2420
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
2244
2421
|
product?: string;
|
|
2245
2422
|
// Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
|
|
@@ -2248,6 +2425,7 @@ export type pikachuCategoriesDropdownButtonClickedParams = {
|
|
|
2248
2425
|
export type cairoTagsUnsuccessfulUpdateInServerParams = {
|
|
2249
2426
|
// Add / Delete / Rename / Assign / Remove assign / Add and assign / Load tags widget
|
|
2250
2427
|
actionName?: string;
|
|
2428
|
+
appId?: string;
|
|
2251
2429
|
// Artifact that owns the component
|
|
2252
2430
|
artifactId?: string;
|
|
2253
2431
|
// Cairo version
|
|
@@ -2262,6 +2440,7 @@ export type cairoTagsUnsuccessfulUpdateInServerParams = {
|
|
|
2262
2440
|
domain?: string;
|
|
2263
2441
|
// What is the type of the error? Technical issue / Network error
|
|
2264
2442
|
errorType?: string;
|
|
2443
|
+
isTPA?: boolean;
|
|
2265
2444
|
// How many tags are in the modal after this action?
|
|
2266
2445
|
numTags?: number;
|
|
2267
2446
|
// Where did the user make the action from? Tags Modal / Entity page
|
|
@@ -2276,6 +2455,7 @@ export type cairoTagsUnsuccessfulUpdateInServerParams = {
|
|
|
2276
2455
|
export type pickerModalUsabilityParams = {
|
|
2277
2456
|
// Use cases: search/search results/checkbox/continue/dismiss/load more
|
|
2278
2457
|
action?: string;
|
|
2458
|
+
appId?: string;
|
|
2279
2459
|
// Artifact that owns the component
|
|
2280
2460
|
artifactId?: string;
|
|
2281
2461
|
cairoVersion?: string;
|
|
@@ -2287,6 +2467,7 @@ export type pickerModalUsabilityParams = {
|
|
|
2287
2467
|
domain?: string;
|
|
2288
2468
|
// How many items are to presented (filtered)
|
|
2289
2469
|
filteredListSize?: number;
|
|
2470
|
+
isTPA?: boolean;
|
|
2290
2471
|
// (Optional) ID of item checked
|
|
2291
2472
|
itemId?: string;
|
|
2292
2473
|
// (Optional) Number of total items checked
|
|
@@ -2313,6 +2494,7 @@ export type pickerModalUsabilityParams = {
|
|
|
2313
2494
|
type?: string;
|
|
2314
2495
|
};
|
|
2315
2496
|
export type cairoSortPanelUsedParams = {
|
|
2497
|
+
appId?: string;
|
|
2316
2498
|
artifactId?: string;
|
|
2317
2499
|
// Cairo version
|
|
2318
2500
|
cairoVersion?: string;
|
|
@@ -2327,6 +2509,7 @@ export type cairoSortPanelUsedParams = {
|
|
|
2327
2509
|
domain?: string;
|
|
2328
2510
|
// TRUE if the user just opened the sidebar; FALSE if closed
|
|
2329
2511
|
isOpened?: boolean;
|
|
2512
|
+
isTPA?: boolean;
|
|
2330
2513
|
// How many columns actively sort the data?
|
|
2331
2514
|
numSortedColumns?: number;
|
|
2332
2515
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|
|
@@ -2337,6 +2520,7 @@ export type cairoSortPanelUsedParams = {
|
|
|
2337
2520
|
export type cairoTagsAssignTagParams = {
|
|
2338
2521
|
// Assign / Remove
|
|
2339
2522
|
actionName?: string;
|
|
2523
|
+
appId?: string;
|
|
2340
2524
|
// Artifact that owns the component
|
|
2341
2525
|
artifactId?: string;
|
|
2342
2526
|
// Cairo version
|
|
@@ -2351,6 +2535,7 @@ export type cairoTagsAssignTagParams = {
|
|
|
2351
2535
|
domain?: string;
|
|
2352
2536
|
// Is the action made from a list of tags search results?
|
|
2353
2537
|
isFromSearch?: boolean;
|
|
2538
|
+
isTPA?: boolean;
|
|
2354
2539
|
// (Relevant if numItems=1) The Item which the tag was assigned to / removed from
|
|
2355
2540
|
itemId?: string;
|
|
2356
2541
|
// How many items have been selected?
|
|
@@ -2369,6 +2554,7 @@ export type cairoTagsAssignTagParams = {
|
|
|
2369
2554
|
tagName?: string;
|
|
2370
2555
|
};
|
|
2371
2556
|
export type cairoApiRequestDataLoadEndParams = {
|
|
2557
|
+
appId?: string;
|
|
2372
2558
|
// Artifact that owns the component
|
|
2373
2559
|
artifactId?: string;
|
|
2374
2560
|
// Cairo version
|
|
@@ -2396,6 +2582,7 @@ export type cairoApiRequestDataLoadEndParams = {
|
|
|
2396
2582
|
filteredListSize?: number;
|
|
2397
2583
|
// Initial number of items loaded (before scroll and autoload)
|
|
2398
2584
|
initialItems?: number;
|
|
2585
|
+
isTPA?: boolean;
|
|
2399
2586
|
// Entity / Collection
|
|
2400
2587
|
pageType?: string;
|
|
2401
2588
|
// Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
|