@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.
Files changed (254) hide show
  1. package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js +1 -1
  2. package/@wix/ambassador-app-settings-v1-settings/build/cjs/builders.impl.js.map +1 -1
  3. package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js +26 -0
  4. package/@wix/ambassador-app-settings-v1-settings/build/cjs/http.impl.js.map +1 -1
  5. package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.d.ts +29 -0
  6. package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js +176 -0
  7. package/@wix/ambassador-app-settings-v1-settings/build/cjs/meta.impl.js.map +1 -0
  8. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/client/proto-generated.d.ts +256 -50
  9. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.d.ts +129 -25
  10. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/proto-generated.js +4366 -2869
  11. package/@wix/ambassador-app-settings-v1-settings/build/cjs/proto/server/proto-generated.d.ts +253 -50
  12. package/@wix/ambassador-app-settings-v1-settings/build/cjs/types.impl.d.ts +2 -2
  13. package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js +1 -1
  14. package/@wix/ambassador-app-settings-v1-settings/build/es/builders.impl.js.map +1 -1
  15. package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js +26 -0
  16. package/@wix/ambassador-app-settings-v1-settings/build/es/http.impl.js.map +1 -1
  17. package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.d.ts +29 -0
  18. package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js +146 -0
  19. package/@wix/ambassador-app-settings-v1-settings/build/es/meta.impl.js.map +1 -0
  20. package/@wix/ambassador-app-settings-v1-settings/build/es/types.impl.d.ts +2 -2
  21. package/@wix/ambassador-app-settings-v1-settings/meta/package.json +7 -0
  22. package/@wix/ambassador-app-settings-v1-settings/package.json +6 -3
  23. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/app-settings.proto +15 -2
  24. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/user-preferences.proto +58 -1
  25. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/annotations.proto +19 -1
  26. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/callback.proto +24 -2
  27. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/entity.proto +6 -1
  28. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/subscription.proto +2 -1
  29. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/api/validations.proto +4 -3
  30. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/http/field_mask.proto +1 -0
  31. package/@wix/ambassador-app-settings-v1-settings/src/main/proto/wix/spi/definitions.proto +1 -1
  32. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.d.ts +3 -1
  33. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js +15 -1
  34. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/builders.impl.js.map +1 -1
  35. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.d.ts +1 -0
  36. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js +2 -1
  37. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/crud/rpc.impl.js.map +1 -1
  38. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.d.ts +17 -1
  39. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js +44 -1
  40. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/http.impl.js.map +1 -1
  41. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.d.ts +16 -0
  42. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js +119 -0
  43. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/meta.impl.js.map +1 -0
  44. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/client/proto-generated.d.ts +3229 -341
  45. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.d.ts +1546 -102
  46. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/proto-generated.js +35849 -2496
  47. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/proto/server/proto-generated.d.ts +3258 -371
  48. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.d.ts +2 -1
  49. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js +14 -1
  50. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/rpc.impl.js.map +1 -1
  51. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/cjs/types.impl.d.ts +6 -0
  52. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.d.ts +3 -1
  53. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js +12 -0
  54. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/builders.impl.js.map +1 -1
  55. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.d.ts +1 -0
  56. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js +1 -0
  57. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/crud/rpc.impl.js.map +1 -1
  58. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.d.ts +17 -1
  59. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js +42 -0
  60. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/http.impl.js.map +1 -1
  61. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.d.ts +16 -0
  62. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js +92 -0
  63. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/meta.impl.js.map +1 -0
  64. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.d.ts +2 -1
  65. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js +12 -0
  66. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/rpc.impl.js.map +1 -1
  67. package/@wix/ambassador-data-extensions-v1-data-extension-schema/build/es/types.impl.d.ts +6 -0
  68. package/@wix/ambassador-data-extensions-v1-data-extension-schema/meta/package.json +7 -0
  69. package/@wix/ambassador-data-extensions-v1-data-extension-schema/package.json +6 -3
  70. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/com/wixpress/appservice/api/components_catalog_type.proto +18 -2
  71. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_common.proto +11 -3
  72. 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
  73. 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
  74. 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
  75. 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
  76. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/back_office_extension.proto +5 -0
  77. 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
  78. 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
  79. 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
  80. 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
  81. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/contact_notification.proto +86 -0
  82. 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
  83. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/dev_center_component_test.proto +4 -0
  84. 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
  85. 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
  86. 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
  87. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/editor_addon.proto +29 -7
  88. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/embedded_script.proto +2 -2
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notification_topic.proto +27 -0
  97. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/notifications_common.proto +242 -0
  98. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page.proto +0 -27
  99. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_out_of_iframe.proto +2 -0
  100. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/page_replace/page_replace.proto +27 -1
  101. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/plugin-interface.proto +6 -0
  102. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/pricing_plans_form_configuration.proto +107 -0
  103. 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
  104. 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
  105. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/slot.proto +3 -0
  106. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/studio_widget.proto +6 -0
  107. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/shared.proto +24 -0
  108. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_page.proto +48 -0
  109. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/unified_components/unified_widget.proto +26 -0
  110. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/user_notification.proto +91 -0
  111. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/web.proto +8 -2
  112. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_out_of_iframe.proto +2 -0
  113. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data/widget_plugin.proto +17 -2
  114. 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
  115. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/components_catalog_data.proto +59 -12
  116. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/annotations.proto +1 -0
  117. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/subscription.proto +1 -0
  118. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/api/validations.proto +4 -3
  119. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/query.proto +120 -4
  120. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/common/tags.proto +55 -0
  121. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema.proto +6 -1
  122. package/@wix/ambassador-data-extensions-v1-data-extension-schema/src/main/proto/wix/infra/dataextensions/v1/data_extension_schema_service.proto +16 -0
  123. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +2 -2
  124. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
  125. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +4 -0
  126. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
  127. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.d.ts +21 -0
  128. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js +100 -0
  129. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/meta.impl.js.map +1 -0
  130. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +694 -42
  131. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +349 -22
  132. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +7034 -304
  133. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +687 -42
  134. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +0 -1
  135. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
  136. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +2 -2
  137. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
  138. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +4 -0
  139. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
  140. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.d.ts +21 -0
  141. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js +74 -0
  142. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/meta.impl.js.map +1 -0
  143. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +0 -1
  144. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
  145. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/meta/package.json +7 -0
  146. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +6 -3
  147. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/catalog_reference.proto +11 -3
  148. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/description_line.proto +2 -2
  149. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/item_data.proto +4 -2
  150. 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
  151. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/catalog_spi/api/v1/product_name.proto +4 -4
  152. 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
  153. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platformQuery.proto +30 -0
  154. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/commons/api/platform_search.proto +23 -0
  155. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/address.proto +1 -0
  156. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/channel_type.proto +2 -0
  157. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/price.proto +1 -1
  158. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/annotations.proto +14 -1
  159. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/callback.proto +2 -2
  160. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +1 -1
  161. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/subscription.proto +2 -1
  162. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/validations.proto +4 -3
  163. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/catalog.proto +141 -7
  164. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v1/product.proto +2 -2
  165. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/catalog/api/v2/collectionRead.proto +25 -1
  166. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/bulk.proto +5 -4
  167. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +120 -4
  168. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/tags.proto +55 -0
  169. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/coupons/api/v2/coupons-manager-ui.proto +15 -0
  170. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export.proto +4 -0
  171. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/fedinfra/exportservice/v1/export_service.proto +26 -3
  172. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +1 -0
  173. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/preOrderInfo.proto +6 -6
  174. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payment-methods.proto +5 -2
  175. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/payments.proto +17 -0
  176. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/order-description.proto +5 -2
  177. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment-method.proto +12 -4
  178. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v2/resources/payment.proto +6 -2
  179. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/double-payment-events.proto +26 -0
  180. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/payment/api/pay/v3/resources/double-payment-event.proto +18 -0
  181. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js +4 -3
  182. package/@wix/ambassador-os-tags-v1-tag/build/cjs/builders.impl.js.map +1 -1
  183. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js +5 -0
  184. package/@wix/ambassador-os-tags-v1-tag/build/cjs/http.impl.js.map +1 -1
  185. package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.d.ts +22 -0
  186. package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js +119 -0
  187. package/@wix/ambassador-os-tags-v1-tag/build/cjs/meta.impl.js.map +1 -0
  188. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/client/proto-generated.d.ts +170 -58
  189. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.d.ts +85 -29
  190. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/proto-generated.js +3128 -531
  191. package/@wix/ambassador-os-tags-v1-tag/build/cjs/proto/server/proto-generated.d.ts +170 -58
  192. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.d.ts +6 -0
  193. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js +1 -0
  194. package/@wix/ambassador-os-tags-v1-tag/build/cjs/types.impl.js.map +1 -1
  195. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js +4 -3
  196. package/@wix/ambassador-os-tags-v1-tag/build/es/builders.impl.js.map +1 -1
  197. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js +5 -0
  198. package/@wix/ambassador-os-tags-v1-tag/build/es/http.impl.js.map +1 -1
  199. package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.d.ts +22 -0
  200. package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js +92 -0
  201. package/@wix/ambassador-os-tags-v1-tag/build/es/meta.impl.js.map +1 -0
  202. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.d.ts +6 -0
  203. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js +1 -0
  204. package/@wix/ambassador-os-tags-v1-tag/build/es/types.impl.js.map +1 -1
  205. package/@wix/ambassador-os-tags-v1-tag/meta/package.json +7 -0
  206. package/@wix/ambassador-os-tags-v1-tag/package.json +4 -3
  207. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/annotations.proto +0 -7
  208. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/callback.proto +2 -2
  209. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/entity.proto +1 -1
  210. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/subscription.proto +2 -1
  211. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/api/validations.proto +3 -0
  212. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/bulk.proto +5 -4
  213. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/data/errors.proto +0 -5
  214. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/query.proto +120 -4
  215. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/common/tags.proto +2 -2
  216. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag.proto +4 -1
  217. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tag_exposure.proto +1 -1
  218. package/@wix/ambassador-os-tags-v1-tag/src/main/proto/wix/os/v1/tags_service.proto +7 -2
  219. package/@wix/bi-logger-cairo-os/dist/cjs/index.js +3 -0
  220. package/@wix/bi-logger-cairo-os/dist/cjs/index.js.map +1 -1
  221. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js +7 -0
  222. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -1
  223. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +854 -3
  224. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -1
  225. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js +7 -0
  226. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -1
  227. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +183 -2
  228. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
  229. package/@wix/bi-logger-cairo-os/dist/esm/index.js +3 -0
  230. package/@wix/bi-logger-cairo-os/dist/esm/index.js.map +1 -1
  231. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js +7 -0
  232. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -1
  233. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +854 -3
  234. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -1
  235. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js +7 -0
  236. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -1
  237. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +180 -0
  238. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
  239. package/@wix/bi-logger-cairo-os/dist/types/index.d.ts +3 -2
  240. package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +171 -0
  241. package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +171 -0
  242. package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +171 -0
  243. package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +179 -1
  244. package/@wix/bi-logger-cairo-os/package.json +2 -2
  245. package/@wix/bi-logger-cairo-os/src/index.ts +6 -2
  246. package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +174 -0
  247. package/@wix/bi-logger-cairo-os/src/testkit/common.ts +854 -3
  248. package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +174 -0
  249. package/@wix/bi-logger-cairo-os/src/types.ts +187 -0
  250. package/@wix/bi-logger-cairo-os/src/v2/index.ts +182 -1
  251. package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
  252. package/@wix/wix-i18n-config/package.json +4 -4
  253. package/package.json +3 -3
  254. 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
@@ -60,6 +60,11 @@ const schemaObj: SchemaObj = [
60
60
  "event_id": 113,
61
61
  "name": "Cairo - Component Dismissed",
62
62
  "fields": [
63
+ {
64
+ "inputName": "appId",
65
+ "type": "STRING",
66
+ "mandatory": false
67
+ },
63
68
  {
64
69
  "inputName": "artifactId",
65
70
  "type": "STRING",
@@ -90,6 +95,11 @@ const schemaObj: SchemaObj = [
90
95
  "type": "STRING",
91
96
  "mandatory": false
92
97
  },
98
+ {
99
+ "inputName": "isTPA",
100
+ "type": "BOOL",
101
+ "mandatory": false
102
+ },
93
103
  {
94
104
  "inputName": "origin",
95
105
  "type": "STRING",
@@ -111,6 +121,11 @@ const schemaObj: SchemaObj = [
111
121
  "event_id": 112,
112
122
  "name": "Cairo - Load More",
113
123
  "fields": [
124
+ {
125
+ "inputName": "appId",
126
+ "type": "STRING",
127
+ "mandatory": false
128
+ },
114
129
  {
115
130
  "inputName": "artifactId",
116
131
  "type": "STRING",
@@ -166,6 +181,11 @@ const schemaObj: SchemaObj = [
166
181
  "type": "NUMERIC",
167
182
  "mandatory": false
168
183
  },
184
+ {
185
+ "inputName": "isTPA",
186
+ "type": "BOOL",
187
+ "mandatory": false
188
+ },
169
189
  {
170
190
  "inputName": "loadedItems",
171
191
  "type": "NUMERIC",
@@ -192,6 +212,11 @@ const schemaObj: SchemaObj = [
192
212
  "event_id": 139,
193
213
  "name": "Cairo - Drag Item End (Drop)",
194
214
  "fields": [
215
+ {
216
+ "inputName": "appId",
217
+ "type": "STRING",
218
+ "mandatory": false
219
+ },
195
220
  {
196
221
  "inputName": "artifactId",
197
222
  "type": "STRING",
@@ -277,6 +302,11 @@ const schemaObj: SchemaObj = [
277
302
  "type": "BOOL",
278
303
  "mandatory": false
279
304
  },
305
+ {
306
+ "inputName": "isTPA",
307
+ "type": "BOOL",
308
+ "mandatory": false
309
+ },
280
310
  {
281
311
  "inputName": "itemId",
282
312
  "type": "STRING",
@@ -323,6 +353,11 @@ const schemaObj: SchemaObj = [
323
353
  "type": "STRING",
324
354
  "mandatory": false
325
355
  },
356
+ {
357
+ "inputName": "appId",
358
+ "type": "STRING",
359
+ "mandatory": false
360
+ },
326
361
  {
327
362
  "inputName": "artifactId",
328
363
  "type": "STRING",
@@ -363,6 +398,11 @@ const schemaObj: SchemaObj = [
363
398
  "type": "NUMERIC",
364
399
  "mandatory": false
365
400
  },
401
+ {
402
+ "inputName": "isTPA",
403
+ "type": "BOOL",
404
+ "mandatory": false
405
+ },
366
406
  {
367
407
  "inputName": "listSize",
368
408
  "type": "NUMERIC",
@@ -394,6 +434,11 @@ const schemaObj: SchemaObj = [
394
434
  "event_id": 161,
395
435
  "name": "Cairo - Discard Changes Before Apply",
396
436
  "fields": [
437
+ {
438
+ "inputName": "appId",
439
+ "type": "STRING",
440
+ "mandatory": false
441
+ },
397
442
  {
398
443
  "inputName": "artifactId",
399
444
  "type": "STRING",
@@ -434,6 +479,11 @@ const schemaObj: SchemaObj = [
434
479
  "type": "STRING",
435
480
  "mandatory": false
436
481
  },
482
+ {
483
+ "inputName": "isTPA",
484
+ "type": "BOOL",
485
+ "mandatory": false
486
+ },
437
487
  {
438
488
  "inputName": "numActiveFields",
439
489
  "type": "NUMERIC",
@@ -470,6 +520,11 @@ const schemaObj: SchemaObj = [
470
520
  "event_id": 114,
471
521
  "name": "Cairo - Item Selection Toggled",
472
522
  "fields": [
523
+ {
524
+ "inputName": "appId",
525
+ "type": "STRING",
526
+ "mandatory": false
527
+ },
473
528
  {
474
529
  "inputName": "artifactId",
475
530
  "type": "STRING",
@@ -555,6 +610,11 @@ const schemaObj: SchemaObj = [
555
610
  "type": "BOOL",
556
611
  "mandatory": false
557
612
  },
613
+ {
614
+ "inputName": "isTPA",
615
+ "type": "BOOL",
616
+ "mandatory": false
617
+ },
558
618
  {
559
619
  "inputName": "itemId",
560
620
  "type": "STRING",
@@ -616,6 +676,11 @@ const schemaObj: SchemaObj = [
616
676
  "event_id": 102,
617
677
  "name": "Picker - End Load",
618
678
  "fields": [
679
+ {
680
+ "inputName": "appId",
681
+ "type": "STRING",
682
+ "mandatory": false
683
+ },
619
684
  {
620
685
  "inputName": "artifactId",
621
686
  "type": "STRING",
@@ -656,6 +721,11 @@ const schemaObj: SchemaObj = [
656
721
  "type": "NUMERIC",
657
722
  "mandatory": false
658
723
  },
724
+ {
725
+ "inputName": "isTPA",
726
+ "type": "BOOL",
727
+ "mandatory": false
728
+ },
659
729
  {
660
730
  "inputName": "listSize",
661
731
  "type": "NUMERIC",
@@ -692,6 +762,11 @@ const schemaObj: SchemaObj = [
692
762
  "event_id": 165,
693
763
  "name": "Cairo - Nested Table - Collapse and Expand",
694
764
  "fields": [
765
+ {
766
+ "inputName": "appId",
767
+ "type": "STRING",
768
+ "mandatory": false
769
+ },
695
770
  {
696
771
  "inputName": "artifactId",
697
772
  "type": "STRING",
@@ -772,6 +847,11 @@ const schemaObj: SchemaObj = [
772
847
  "type": "BOOL",
773
848
  "mandatory": false
774
849
  },
850
+ {
851
+ "inputName": "isTPA",
852
+ "type": "BOOL",
853
+ "mandatory": false
854
+ },
775
855
  {
776
856
  "inputName": "itemId",
777
857
  "type": "STRING",
@@ -808,6 +888,11 @@ const schemaObj: SchemaObj = [
808
888
  "event_id": 111,
809
889
  "name": "Cairo - Load End",
810
890
  "fields": [
891
+ {
892
+ "inputName": "appId",
893
+ "type": "STRING",
894
+ "mandatory": false
895
+ },
811
896
  {
812
897
  "inputName": "artifactId",
813
898
  "type": "STRING",
@@ -878,6 +963,11 @@ const schemaObj: SchemaObj = [
878
963
  "type": "BOOL",
879
964
  "mandatory": false
880
965
  },
966
+ {
967
+ "inputName": "isTPA",
968
+ "type": "BOOL",
969
+ "mandatory": false
970
+ },
881
971
  {
882
972
  "inputName": "listSize",
883
973
  "type": "NUMERIC",
@@ -914,6 +1004,11 @@ const schemaObj: SchemaObj = [
914
1004
  "type": "STRING",
915
1005
  "mandatory": false
916
1006
  },
1007
+ {
1008
+ "inputName": "appId",
1009
+ "type": "STRING",
1010
+ "mandatory": false
1011
+ },
917
1012
  {
918
1013
  "inputName": "artifactId",
919
1014
  "type": "STRING",
@@ -949,6 +1044,11 @@ const schemaObj: SchemaObj = [
949
1044
  "type": "BOOL",
950
1045
  "mandatory": false
951
1046
  },
1047
+ {
1048
+ "inputName": "isTPA",
1049
+ "type": "BOOL",
1050
+ "mandatory": false
1051
+ },
952
1052
  {
953
1053
  "inputName": "numTags",
954
1054
  "type": "NUMERIC",
@@ -985,6 +1085,11 @@ const schemaObj: SchemaObj = [
985
1085
  "event_id": 128,
986
1086
  "name": "Cairo - Export Process Start",
987
1087
  "fields": [
1088
+ {
1089
+ "inputName": "appId",
1090
+ "type": "STRING",
1091
+ "mandatory": false
1092
+ },
988
1093
  {
989
1094
  "inputName": "artifactId",
990
1095
  "type": "STRING",
@@ -1020,6 +1125,11 @@ const schemaObj: SchemaObj = [
1020
1125
  "type": "STRING",
1021
1126
  "mandatory": false
1022
1127
  },
1128
+ {
1129
+ "inputName": "isTPA",
1130
+ "type": "BOOL",
1131
+ "mandatory": false
1132
+ },
1023
1133
  {
1024
1134
  "inputName": "numItems",
1025
1135
  "type": "NUMERIC",
@@ -1056,6 +1166,11 @@ const schemaObj: SchemaObj = [
1056
1166
  "event_id": 135,
1057
1167
  "name": "Cairo - Export Failed Modal CTA Clicked",
1058
1168
  "fields": [
1169
+ {
1170
+ "inputName": "appId",
1171
+ "type": "STRING",
1172
+ "mandatory": false
1173
+ },
1059
1174
  {
1060
1175
  "inputName": "artifactId",
1061
1176
  "type": "STRING",
@@ -1096,6 +1211,11 @@ const schemaObj: SchemaObj = [
1096
1211
  "type": "STRING",
1097
1212
  "mandatory": false
1098
1213
  },
1214
+ {
1215
+ "inputName": "isTPA",
1216
+ "type": "BOOL",
1217
+ "mandatory": false
1218
+ },
1099
1219
  {
1100
1220
  "inputName": "numItems",
1101
1221
  "type": "NUMERIC",
@@ -1137,6 +1257,11 @@ const schemaObj: SchemaObj = [
1137
1257
  "event_id": 151,
1138
1258
  "name": "Cairo - Search View in Views",
1139
1259
  "fields": [
1260
+ {
1261
+ "inputName": "appId",
1262
+ "type": "STRING",
1263
+ "mandatory": false
1264
+ },
1140
1265
  {
1141
1266
  "inputName": "artifactId",
1142
1267
  "type": "STRING",
@@ -1172,6 +1297,11 @@ const schemaObj: SchemaObj = [
1172
1297
  "type": "STRING",
1173
1298
  "mandatory": false
1174
1299
  },
1300
+ {
1301
+ "inputName": "isTPA",
1302
+ "type": "BOOL",
1303
+ "mandatory": false
1304
+ },
1175
1305
  {
1176
1306
  "inputName": "numCategoriesInResults",
1177
1307
  "type": "NUMERIC",
@@ -1208,6 +1338,11 @@ const schemaObj: SchemaObj = [
1208
1338
  "event_id": 101,
1209
1339
  "name": "Picker - Start Load",
1210
1340
  "fields": [
1341
+ {
1342
+ "inputName": "appId",
1343
+ "type": "STRING",
1344
+ "mandatory": false
1345
+ },
1211
1346
  {
1212
1347
  "inputName": "artifactId",
1213
1348
  "type": "STRING",
@@ -1248,6 +1383,11 @@ const schemaObj: SchemaObj = [
1248
1383
  "type": "NUMERIC",
1249
1384
  "mandatory": false
1250
1385
  },
1386
+ {
1387
+ "inputName": "isTPA",
1388
+ "type": "BOOL",
1389
+ "mandatory": false
1390
+ },
1251
1391
  {
1252
1392
  "inputName": "listSize",
1253
1393
  "type": "NUMERIC",
@@ -1284,6 +1424,11 @@ const schemaObj: SchemaObj = [
1284
1424
  "type": "STRING",
1285
1425
  "mandatory": false
1286
1426
  },
1427
+ {
1428
+ "inputName": "appId",
1429
+ "type": "STRING",
1430
+ "mandatory": false
1431
+ },
1287
1432
  {
1288
1433
  "inputName": "artifactId",
1289
1434
  "type": "STRING",
@@ -1339,6 +1484,11 @@ const schemaObj: SchemaObj = [
1339
1484
  "type": "STRING",
1340
1485
  "mandatory": false
1341
1486
  },
1487
+ {
1488
+ "inputName": "isTPA",
1489
+ "type": "BOOL",
1490
+ "mandatory": false
1491
+ },
1342
1492
  {
1343
1493
  "inputName": "product",
1344
1494
  "type": "STRING",
@@ -1360,6 +1510,11 @@ const schemaObj: SchemaObj = [
1360
1510
  "event_id": 109,
1361
1511
  "name": "Pikachu - Item Category Selected",
1362
1512
  "fields": [
1513
+ {
1514
+ "inputName": "appId",
1515
+ "type": "STRING",
1516
+ "mandatory": false
1517
+ },
1363
1518
  {
1364
1519
  "inputName": "artifactId",
1365
1520
  "type": "STRING",
@@ -1390,6 +1545,11 @@ const schemaObj: SchemaObj = [
1390
1545
  "type": "STRING",
1391
1546
  "mandatory": false
1392
1547
  },
1548
+ {
1549
+ "inputName": "isTPA",
1550
+ "type": "BOOL",
1551
+ "mandatory": false
1552
+ },
1393
1553
  {
1394
1554
  "inputName": "itemCategory",
1395
1555
  "type": "STRING",
@@ -1411,6 +1571,11 @@ const schemaObj: SchemaObj = [
1411
1571
  "event_id": 125,
1412
1572
  "name": "Cairo - Export CTA Clicked",
1413
1573
  "fields": [
1574
+ {
1575
+ "inputName": "appId",
1576
+ "type": "STRING",
1577
+ "mandatory": false
1578
+ },
1414
1579
  {
1415
1580
  "inputName": "artifactId",
1416
1581
  "type": "STRING",
@@ -1461,6 +1626,11 @@ const schemaObj: SchemaObj = [
1461
1626
  "type": "NUMERIC",
1462
1627
  "mandatory": false
1463
1628
  },
1629
+ {
1630
+ "inputName": "isTPA",
1631
+ "type": "BOOL",
1632
+ "mandatory": false
1633
+ },
1464
1634
  {
1465
1635
  "inputName": "numSelectedItems",
1466
1636
  "type": "NUMERIC",
@@ -1482,6 +1652,11 @@ const schemaObj: SchemaObj = [
1482
1652
  "event_id": 130,
1483
1653
  "name": "Cairo - Cancel Export Modal CTA Clicked",
1484
1654
  "fields": [
1655
+ {
1656
+ "inputName": "appId",
1657
+ "type": "STRING",
1658
+ "mandatory": false
1659
+ },
1485
1660
  {
1486
1661
  "inputName": "artifactId",
1487
1662
  "type": "STRING",
@@ -1527,6 +1702,11 @@ const schemaObj: SchemaObj = [
1527
1702
  "type": "STRING",
1528
1703
  "mandatory": false
1529
1704
  },
1705
+ {
1706
+ "inputName": "isTPA",
1707
+ "type": "BOOL",
1708
+ "mandatory": false
1709
+ },
1530
1710
  {
1531
1711
  "inputName": "modalType",
1532
1712
  "type": "STRING",
@@ -1573,6 +1753,11 @@ const schemaObj: SchemaObj = [
1573
1753
  "event_id": 174,
1574
1754
  "name": "Cairo - Page- Discard Changes Before Save",
1575
1755
  "fields": [
1756
+ {
1757
+ "inputName": "appId",
1758
+ "type": "STRING",
1759
+ "mandatory": false
1760
+ },
1576
1761
  {
1577
1762
  "inputName": "artifactId",
1578
1763
  "type": "STRING",
@@ -1603,6 +1788,11 @@ const schemaObj: SchemaObj = [
1603
1788
  "type": "STRING",
1604
1789
  "mandatory": false
1605
1790
  },
1791
+ {
1792
+ "inputName": "isTPA",
1793
+ "type": "BOOL",
1794
+ "mandatory": false
1795
+ },
1606
1796
  {
1607
1797
  "inputName": "numOfActions",
1608
1798
  "type": "NUMERIC",
@@ -1639,6 +1829,11 @@ const schemaObj: SchemaObj = [
1639
1829
  "event_id": 134,
1640
1830
  "name": "Cairo - File Download Toast Download Button Clicked",
1641
1831
  "fields": [
1832
+ {
1833
+ "inputName": "appId",
1834
+ "type": "STRING",
1835
+ "mandatory": false
1836
+ },
1642
1837
  {
1643
1838
  "inputName": "artifactId",
1644
1839
  "type": "STRING",
@@ -1680,12 +1875,108 @@ const schemaObj: SchemaObj = [
1680
1875
  "mandatory": false
1681
1876
  },
1682
1877
  {
1683
- "inputName": "exportType",
1684
- "type": "STRING",
1878
+ "inputName": "exportType",
1879
+ "type": "STRING",
1880
+ "mandatory": false
1881
+ },
1882
+ {
1883
+ "inputName": "isTPA",
1884
+ "type": "BOOL",
1885
+ "mandatory": false
1886
+ },
1887
+ {
1888
+ "inputName": "numSelectedItems",
1889
+ "type": "NUMERIC",
1890
+ "mandatory": false
1891
+ },
1892
+ {
1893
+ "inputName": "product",
1894
+ "type": "STRING",
1895
+ "mandatory": false
1896
+ },
1897
+ {
1898
+ "inputName": "resource",
1899
+ "type": "STRING",
1900
+ "mandatory": false
1901
+ }
1902
+ ]
1903
+ },
1904
+ {
1905
+ "event_id": 177,
1906
+ "name": "Cairo - Customize Columns in Side Panel",
1907
+ "fields": [
1908
+ {
1909
+ "inputName": "actionName",
1910
+ "type": "STRING",
1911
+ "mandatory": false
1912
+ },
1913
+ {
1914
+ "inputName": "appId",
1915
+ "type": "STRING",
1916
+ "mandatory": false
1917
+ },
1918
+ {
1919
+ "inputName": "artifactId",
1920
+ "type": "STRING",
1921
+ "mandatory": false
1922
+ },
1923
+ {
1924
+ "inputName": "cairoVersion",
1925
+ "type": "STRING",
1926
+ "mandatory": false
1927
+ },
1928
+ {
1929
+ "inputName": "componentName",
1930
+ "type": "STRING",
1931
+ "mandatory": false
1932
+ },
1933
+ {
1934
+ "inputName": "componentType",
1935
+ "type": "STRING",
1936
+ "mandatory": false
1937
+ },
1938
+ {
1939
+ "inputName": "csid",
1940
+ "type": "GUID",
1941
+ "mandatory": false
1942
+ },
1943
+ {
1944
+ "inputName": "currentView",
1945
+ "type": "STRING",
1946
+ "mandatory": false
1947
+ },
1948
+ {
1949
+ "inputName": "domain",
1950
+ "type": "STRING",
1951
+ "mandatory": false
1952
+ },
1953
+ {
1954
+ "inputName": "isPredefined",
1955
+ "type": "BOOL",
1956
+ "mandatory": false
1957
+ },
1958
+ {
1959
+ "inputName": "isTPA",
1960
+ "type": "BOOL",
1961
+ "mandatory": false
1962
+ },
1963
+ {
1964
+ "inputName": "numColumns",
1965
+ "type": "NUMERIC",
1966
+ "mandatory": false
1967
+ },
1968
+ {
1969
+ "inputName": "numFiltersActive",
1970
+ "type": "NUMERIC",
1971
+ "mandatory": false
1972
+ },
1973
+ {
1974
+ "inputName": "numFiltersInView",
1975
+ "type": "NUMERIC",
1685
1976
  "mandatory": false
1686
1977
  },
1687
1978
  {
1688
- "inputName": "numSelectedItems",
1979
+ "inputName": "numSortedColumns",
1689
1980
  "type": "NUMERIC",
1690
1981
  "mandatory": false
1691
1982
  },
@@ -1698,6 +1989,11 @@ const schemaObj: SchemaObj = [
1698
1989
  "inputName": "resource",
1699
1990
  "type": "STRING",
1700
1991
  "mandatory": false
1992
+ },
1993
+ {
1994
+ "inputName": "visibleColumnsOrder",
1995
+ "type": "STRING",
1996
+ "mandatory": false
1701
1997
  }
1702
1998
  ]
1703
1999
  },
@@ -1705,6 +2001,11 @@ const schemaObj: SchemaObj = [
1705
2001
  "event_id": 121,
1706
2002
  "name": "Cairo - Tab Selected",
1707
2003
  "fields": [
2004
+ {
2005
+ "inputName": "appId",
2006
+ "type": "STRING",
2007
+ "mandatory": false
2008
+ },
1708
2009
  {
1709
2010
  "inputName": "artifactId",
1710
2011
  "type": "STRING",
@@ -1745,6 +2046,11 @@ const schemaObj: SchemaObj = [
1745
2046
  "type": "BOOL",
1746
2047
  "mandatory": false
1747
2048
  },
2049
+ {
2050
+ "inputName": "isTPA",
2051
+ "type": "BOOL",
2052
+ "mandatory": false
2053
+ },
1748
2054
  {
1749
2055
  "inputName": "newTabId",
1750
2056
  "type": "STRING",
@@ -1791,6 +2097,11 @@ const schemaObj: SchemaObj = [
1791
2097
  "type": "STRING",
1792
2098
  "mandatory": false
1793
2099
  },
2100
+ {
2101
+ "inputName": "appId",
2102
+ "type": "STRING",
2103
+ "mandatory": false
2104
+ },
1794
2105
  {
1795
2106
  "inputName": "artifactId",
1796
2107
  "type": "STRING",
@@ -1861,6 +2172,11 @@ const schemaObj: SchemaObj = [
1861
2172
  "type": "BOOL",
1862
2173
  "mandatory": false
1863
2174
  },
2175
+ {
2176
+ "inputName": "isTPA",
2177
+ "type": "BOOL",
2178
+ "mandatory": false
2179
+ },
1864
2180
  {
1865
2181
  "inputName": "numOfWaitingUpdates",
1866
2182
  "type": "NUMERIC",
@@ -1897,6 +2213,11 @@ const schemaObj: SchemaObj = [
1897
2213
  "event_id": 162,
1898
2214
  "name": "Cairo - Modal CTA Clicked",
1899
2215
  "fields": [
2216
+ {
2217
+ "inputName": "appId",
2218
+ "type": "STRING",
2219
+ "mandatory": false
2220
+ },
1900
2221
  {
1901
2222
  "inputName": "artifactId",
1902
2223
  "type": "STRING",
@@ -1932,6 +2253,11 @@ const schemaObj: SchemaObj = [
1932
2253
  "type": "STRING",
1933
2254
  "mandatory": false
1934
2255
  },
2256
+ {
2257
+ "inputName": "isTPA",
2258
+ "type": "BOOL",
2259
+ "mandatory": false
2260
+ },
1935
2261
  {
1936
2262
  "inputName": "localizedCtaName",
1937
2263
  "type": "STRING",
@@ -1958,6 +2284,11 @@ const schemaObj: SchemaObj = [
1958
2284
  "event_id": 118,
1959
2285
  "name": "Cairo - All Filters Cleared",
1960
2286
  "fields": [
2287
+ {
2288
+ "inputName": "appId",
2289
+ "type": "STRING",
2290
+ "mandatory": false
2291
+ },
1961
2292
  {
1962
2293
  "inputName": "artifactId",
1963
2294
  "type": "STRING",
@@ -1998,6 +2329,11 @@ const schemaObj: SchemaObj = [
1998
2329
  "type": "NUMERIC",
1999
2330
  "mandatory": false
2000
2331
  },
2332
+ {
2333
+ "inputName": "isTPA",
2334
+ "type": "BOOL",
2335
+ "mandatory": false
2336
+ },
2001
2337
  {
2002
2338
  "inputName": "numFiltersCleared",
2003
2339
  "type": "NUMERIC",
@@ -2024,6 +2360,11 @@ const schemaObj: SchemaObj = [
2024
2360
  "event_id": 115,
2025
2361
  "name": "Cairo - CTA Clicked",
2026
2362
  "fields": [
2363
+ {
2364
+ "inputName": "appId",
2365
+ "type": "STRING",
2366
+ "mandatory": false
2367
+ },
2027
2368
  {
2028
2369
  "inputName": "artifactId",
2029
2370
  "type": "STRING",
@@ -2079,6 +2420,11 @@ const schemaObj: SchemaObj = [
2079
2420
  "type": "BOOL",
2080
2421
  "mandatory": false
2081
2422
  },
2423
+ {
2424
+ "inputName": "isTPA",
2425
+ "type": "BOOL",
2426
+ "mandatory": false
2427
+ },
2082
2428
  {
2083
2429
  "inputName": "itemId",
2084
2430
  "type": "STRING",
@@ -2145,6 +2491,11 @@ const schemaObj: SchemaObj = [
2145
2491
  "event_id": 160,
2146
2492
  "name": "Cairo - Changes Before Apply",
2147
2493
  "fields": [
2494
+ {
2495
+ "inputName": "appId",
2496
+ "type": "STRING",
2497
+ "mandatory": false
2498
+ },
2148
2499
  {
2149
2500
  "inputName": "artifactId",
2150
2501
  "type": "STRING",
@@ -2195,6 +2546,11 @@ const schemaObj: SchemaObj = [
2195
2546
  "type": "BOOL",
2196
2547
  "mandatory": false
2197
2548
  },
2549
+ {
2550
+ "inputName": "isTPA",
2551
+ "type": "BOOL",
2552
+ "mandatory": false
2553
+ },
2198
2554
  {
2199
2555
  "inputName": "numActiveFields",
2200
2556
  "type": "NUMERIC",
@@ -2221,6 +2577,11 @@ const schemaObj: SchemaObj = [
2221
2577
  "type": "STRING",
2222
2578
  "mandatory": false
2223
2579
  },
2580
+ {
2581
+ "inputName": "appId",
2582
+ "type": "STRING",
2583
+ "mandatory": false
2584
+ },
2224
2585
  {
2225
2586
  "inputName": "artifactId",
2226
2587
  "type": "STRING",
@@ -2251,6 +2612,11 @@ const schemaObj: SchemaObj = [
2251
2612
  "type": "STRING",
2252
2613
  "mandatory": false
2253
2614
  },
2615
+ {
2616
+ "inputName": "isTPA",
2617
+ "type": "BOOL",
2618
+ "mandatory": false
2619
+ },
2254
2620
  {
2255
2621
  "inputName": "itemId",
2256
2622
  "type": "STRING",
@@ -2287,6 +2653,11 @@ const schemaObj: SchemaObj = [
2287
2653
  "type": "STRING",
2288
2654
  "mandatory": false
2289
2655
  },
2656
+ {
2657
+ "inputName": "appId",
2658
+ "type": "STRING",
2659
+ "mandatory": false
2660
+ },
2290
2661
  {
2291
2662
  "inputName": "artifactId",
2292
2663
  "type": "STRING",
@@ -2332,6 +2703,11 @@ const schemaObj: SchemaObj = [
2332
2703
  "type": "STRING",
2333
2704
  "mandatory": false
2334
2705
  },
2706
+ {
2707
+ "inputName": "isTPA",
2708
+ "type": "BOOL",
2709
+ "mandatory": false
2710
+ },
2335
2711
  {
2336
2712
  "inputName": "key",
2337
2713
  "type": "STRING",
@@ -2363,6 +2739,11 @@ const schemaObj: SchemaObj = [
2363
2739
  "event_id": 164,
2364
2740
  "name": "Cairo - Error in Loading a Component",
2365
2741
  "fields": [
2742
+ {
2743
+ "inputName": "appId",
2744
+ "type": "STRING",
2745
+ "mandatory": false
2746
+ },
2366
2747
  {
2367
2748
  "inputName": "artifactId",
2368
2749
  "type": "STRING",
@@ -2423,6 +2804,11 @@ const schemaObj: SchemaObj = [
2423
2804
  "type": "STRING",
2424
2805
  "mandatory": false
2425
2806
  },
2807
+ {
2808
+ "inputName": "isTPA",
2809
+ "type": "BOOL",
2810
+ "mandatory": false
2811
+ },
2426
2812
  {
2427
2813
  "inputName": "product",
2428
2814
  "type": "STRING",
@@ -2444,6 +2830,11 @@ const schemaObj: SchemaObj = [
2444
2830
  "event_id": 176,
2445
2831
  "name": "Cairo - Reload Error State (not active)",
2446
2832
  "fields": [
2833
+ {
2834
+ "inputName": "appId",
2835
+ "type": "STRING",
2836
+ "mandatory": false
2837
+ },
2447
2838
  {
2448
2839
  "inputName": "artifactId",
2449
2840
  "type": "STRING",
@@ -2509,6 +2900,11 @@ const schemaObj: SchemaObj = [
2509
2900
  "type": "STRING",
2510
2901
  "mandatory": false
2511
2902
  },
2903
+ {
2904
+ "inputName": "isTPA",
2905
+ "type": "BOOL",
2906
+ "mandatory": false
2907
+ },
2512
2908
  {
2513
2909
  "inputName": "product",
2514
2910
  "type": "STRING",
@@ -2530,6 +2926,11 @@ const schemaObj: SchemaObj = [
2530
2926
  "event_id": 107,
2531
2927
  "name": "New Item Creation - End",
2532
2928
  "fields": [
2929
+ {
2930
+ "inputName": "appId",
2931
+ "type": "STRING",
2932
+ "mandatory": false
2933
+ },
2533
2934
  {
2534
2935
  "inputName": "artifactId",
2535
2936
  "type": "STRING",
@@ -2575,6 +2976,11 @@ const schemaObj: SchemaObj = [
2575
2976
  "type": "NUMERIC",
2576
2977
  "mandatory": false
2577
2978
  },
2979
+ {
2980
+ "inputName": "isTPA",
2981
+ "type": "BOOL",
2982
+ "mandatory": false
2983
+ },
2578
2984
  {
2579
2985
  "inputName": "itemId",
2580
2986
  "type": "STRING",
@@ -2646,6 +3052,11 @@ const schemaObj: SchemaObj = [
2646
3052
  "event_id": 171,
2647
3053
  "name": "Cairo - Tags Widget Loaded",
2648
3054
  "fields": [
3055
+ {
3056
+ "inputName": "appId",
3057
+ "type": "STRING",
3058
+ "mandatory": false
3059
+ },
2649
3060
  {
2650
3061
  "inputName": "artifactId",
2651
3062
  "type": "STRING",
@@ -2676,6 +3087,11 @@ const schemaObj: SchemaObj = [
2676
3087
  "type": "STRING",
2677
3088
  "mandatory": false
2678
3089
  },
3090
+ {
3091
+ "inputName": "isTPA",
3092
+ "type": "BOOL",
3093
+ "mandatory": false
3094
+ },
2679
3095
  {
2680
3096
  "inputName": "itemId",
2681
3097
  "type": "STRING",
@@ -2707,6 +3123,11 @@ const schemaObj: SchemaObj = [
2707
3123
  "event_id": 137,
2708
3124
  "name": "Cairo - Table Top Notification Dismissed",
2709
3125
  "fields": [
3126
+ {
3127
+ "inputName": "appId",
3128
+ "type": "STRING",
3129
+ "mandatory": false
3130
+ },
2710
3131
  {
2711
3132
  "inputName": "artifactId",
2712
3133
  "type": "STRING",
@@ -2752,6 +3173,11 @@ const schemaObj: SchemaObj = [
2752
3173
  "type": "NUMERIC",
2753
3174
  "mandatory": false
2754
3175
  },
3176
+ {
3177
+ "inputName": "isTPA",
3178
+ "type": "BOOL",
3179
+ "mandatory": false
3180
+ },
2755
3181
  {
2756
3182
  "inputName": "notificationText",
2757
3183
  "type": "STRING",
@@ -2773,6 +3199,11 @@ const schemaObj: SchemaObj = [
2773
3199
  "event_id": 153,
2774
3200
  "name": "Cairo - Section - CTA Clicked",
2775
3201
  "fields": [
3202
+ {
3203
+ "inputName": "appId",
3204
+ "type": "STRING",
3205
+ "mandatory": false
3206
+ },
2776
3207
  {
2777
3208
  "inputName": "artifactId",
2778
3209
  "type": "STRING",
@@ -2818,6 +3249,11 @@ const schemaObj: SchemaObj = [
2818
3249
  "type": "STRING",
2819
3250
  "mandatory": false
2820
3251
  },
3252
+ {
3253
+ "inputName": "isTPA",
3254
+ "type": "BOOL",
3255
+ "mandatory": false
3256
+ },
2821
3257
  {
2822
3258
  "inputName": "localizedCtaName",
2823
3259
  "type": "STRING",
@@ -2849,6 +3285,11 @@ const schemaObj: SchemaObj = [
2849
3285
  "event_id": 132,
2850
3286
  "name": "Cairo - File Download Toast Displayed",
2851
3287
  "fields": [
3288
+ {
3289
+ "inputName": "appId",
3290
+ "type": "STRING",
3291
+ "mandatory": false
3292
+ },
2852
3293
  {
2853
3294
  "inputName": "artifactId",
2854
3295
  "type": "STRING",
@@ -2889,6 +3330,11 @@ const schemaObj: SchemaObj = [
2889
3330
  "type": "STRING",
2890
3331
  "mandatory": false
2891
3332
  },
3333
+ {
3334
+ "inputName": "isTPA",
3335
+ "type": "BOOL",
3336
+ "mandatory": false
3337
+ },
2892
3338
  {
2893
3339
  "inputName": "numSelectedItems",
2894
3340
  "type": "NUMERIC",
@@ -2915,6 +3361,11 @@ const schemaObj: SchemaObj = [
2915
3361
  "event_id": 116,
2916
3362
  "name": "Cairo - Search Results",
2917
3363
  "fields": [
3364
+ {
3365
+ "inputName": "appId",
3366
+ "type": "STRING",
3367
+ "mandatory": false
3368
+ },
2918
3369
  {
2919
3370
  "inputName": "artifactId",
2920
3371
  "type": "STRING",
@@ -2945,6 +3396,11 @@ const schemaObj: SchemaObj = [
2945
3396
  "type": "STRING",
2946
3397
  "mandatory": false
2947
3398
  },
3399
+ {
3400
+ "inputName": "isTPA",
3401
+ "type": "BOOL",
3402
+ "mandatory": false
3403
+ },
2948
3404
  {
2949
3405
  "inputName": "loadingTime",
2950
3406
  "type": "NUMERIC",
@@ -2976,6 +3432,11 @@ const schemaObj: SchemaObj = [
2976
3432
  "event_id": 167,
2977
3433
  "name": "Cairo - Manage Tags Modal- End Process",
2978
3434
  "fields": [
3435
+ {
3436
+ "inputName": "appId",
3437
+ "type": "STRING",
3438
+ "mandatory": false
3439
+ },
2979
3440
  {
2980
3441
  "inputName": "artifactId",
2981
3442
  "type": "STRING",
@@ -3011,6 +3472,11 @@ const schemaObj: SchemaObj = [
3011
3472
  "type": "STRING",
3012
3473
  "mandatory": false
3013
3474
  },
3475
+ {
3476
+ "inputName": "isTPA",
3477
+ "type": "BOOL",
3478
+ "mandatory": false
3479
+ },
3014
3480
  {
3015
3481
  "inputName": "numTags",
3016
3482
  "type": "NUMERIC",
@@ -3037,6 +3503,11 @@ const schemaObj: SchemaObj = [
3037
3503
  "event_id": 142,
3038
3504
  "name": "Cairo - Manage View Clicked (not active)",
3039
3505
  "fields": [
3506
+ {
3507
+ "inputName": "appId",
3508
+ "type": "STRING",
3509
+ "mandatory": false
3510
+ },
3040
3511
  {
3041
3512
  "inputName": "artifactId",
3042
3513
  "type": "STRING",
@@ -3077,6 +3548,11 @@ const schemaObj: SchemaObj = [
3077
3548
  "type": "BOOL",
3078
3549
  "mandatory": false
3079
3550
  },
3551
+ {
3552
+ "inputName": "isTPA",
3553
+ "type": "BOOL",
3554
+ "mandatory": false
3555
+ },
3080
3556
  {
3081
3557
  "inputName": "numFiltersInView",
3082
3558
  "type": "NUMERIC",
@@ -3098,6 +3574,11 @@ const schemaObj: SchemaObj = [
3098
3574
  "event_id": 166,
3099
3575
  "name": "Cairo - Manage Tags Modal- Start load",
3100
3576
  "fields": [
3577
+ {
3578
+ "inputName": "appId",
3579
+ "type": "STRING",
3580
+ "mandatory": false
3581
+ },
3101
3582
  {
3102
3583
  "inputName": "artifactId",
3103
3584
  "type": "STRING",
@@ -3128,6 +3609,11 @@ const schemaObj: SchemaObj = [
3128
3609
  "type": "STRING",
3129
3610
  "mandatory": false
3130
3611
  },
3612
+ {
3613
+ "inputName": "isTPA",
3614
+ "type": "BOOL",
3615
+ "mandatory": false
3616
+ },
3131
3617
  {
3132
3618
  "inputName": "numTags",
3133
3619
  "type": "NUMERIC",
@@ -3159,6 +3645,11 @@ const schemaObj: SchemaObj = [
3159
3645
  "type": "STRING",
3160
3646
  "mandatory": false
3161
3647
  },
3648
+ {
3649
+ "inputName": "appId",
3650
+ "type": "STRING",
3651
+ "mandatory": false
3652
+ },
3162
3653
  {
3163
3654
  "inputName": "artifactId",
3164
3655
  "type": "STRING",
@@ -3229,6 +3720,11 @@ const schemaObj: SchemaObj = [
3229
3720
  "type": "BOOL",
3230
3721
  "mandatory": false
3231
3722
  },
3723
+ {
3724
+ "inputName": "isTPA",
3725
+ "type": "BOOL",
3726
+ "mandatory": false
3727
+ },
3232
3728
  {
3233
3729
  "inputName": "numOfWaitingUpdates",
3234
3730
  "type": "NUMERIC",
@@ -3290,6 +3786,11 @@ const schemaObj: SchemaObj = [
3290
3786
  "event_id": 126,
3291
3787
  "name": "Cairo - Item Toggled in Export Modal",
3292
3788
  "fields": [
3789
+ {
3790
+ "inputName": "appId",
3791
+ "type": "STRING",
3792
+ "mandatory": false
3793
+ },
3293
3794
  {
3294
3795
  "inputName": "artifactId",
3295
3796
  "type": "STRING",
@@ -3335,6 +3836,11 @@ const schemaObj: SchemaObj = [
3335
3836
  "type": "NUMERIC",
3336
3837
  "mandatory": false
3337
3838
  },
3839
+ {
3840
+ "inputName": "isTPA",
3841
+ "type": "BOOL",
3842
+ "mandatory": false
3843
+ },
3338
3844
  {
3339
3845
  "inputName": "newSelectedExportType",
3340
3846
  "type": "STRING",
@@ -3361,6 +3867,11 @@ const schemaObj: SchemaObj = [
3361
3867
  "event_id": 140,
3362
3868
  "name": "Cairo - Drag Action - Unsuccessful Update in Server",
3363
3869
  "fields": [
3870
+ {
3871
+ "inputName": "appId",
3872
+ "type": "STRING",
3873
+ "mandatory": false
3874
+ },
3364
3875
  {
3365
3876
  "inputName": "artifactId",
3366
3877
  "type": "STRING",
@@ -3421,6 +3932,11 @@ const schemaObj: SchemaObj = [
3421
3932
  "type": "STRING",
3422
3933
  "mandatory": false
3423
3934
  },
3935
+ {
3936
+ "inputName": "isTPA",
3937
+ "type": "BOOL",
3938
+ "mandatory": false
3939
+ },
3424
3940
  {
3425
3941
  "inputName": "itemId",
3426
3942
  "type": "STRING",
@@ -3497,6 +4013,11 @@ const schemaObj: SchemaObj = [
3497
4013
  "event_id": 170,
3498
4014
  "name": "Cairo - Tags - Search for Tags",
3499
4015
  "fields": [
4016
+ {
4017
+ "inputName": "appId",
4018
+ "type": "STRING",
4019
+ "mandatory": false
4020
+ },
3500
4021
  {
3501
4022
  "inputName": "artifactId",
3502
4023
  "type": "STRING",
@@ -3532,6 +4053,11 @@ const schemaObj: SchemaObj = [
3532
4053
  "type": "STRING",
3533
4054
  "mandatory": false
3534
4055
  },
4056
+ {
4057
+ "inputName": "isTPA",
4058
+ "type": "BOOL",
4059
+ "mandatory": false
4060
+ },
3535
4061
  {
3536
4062
  "inputName": "location",
3537
4063
  "type": "STRING",
@@ -3573,6 +4099,11 @@ const schemaObj: SchemaObj = [
3573
4099
  "type": "STRING",
3574
4100
  "mandatory": false
3575
4101
  },
4102
+ {
4103
+ "inputName": "appId",
4104
+ "type": "STRING",
4105
+ "mandatory": false
4106
+ },
3576
4107
  {
3577
4108
  "inputName": "artifactId",
3578
4109
  "type": "STRING",
@@ -3608,6 +4139,11 @@ const schemaObj: SchemaObj = [
3608
4139
  "type": "STRING",
3609
4140
  "mandatory": false
3610
4141
  },
4142
+ {
4143
+ "inputName": "isTPA",
4144
+ "type": "BOOL",
4145
+ "mandatory": false
4146
+ },
3611
4147
  {
3612
4148
  "inputName": "numActions",
3613
4149
  "type": "NUMERIC",
@@ -3629,6 +4165,11 @@ const schemaObj: SchemaObj = [
3629
4165
  "event_id": 158,
3630
4166
  "name": "Cairo - Learn More",
3631
4167
  "fields": [
4168
+ {
4169
+ "inputName": "appId",
4170
+ "type": "STRING",
4171
+ "mandatory": false
4172
+ },
3632
4173
  {
3633
4174
  "inputName": "artifactId",
3634
4175
  "type": "STRING",
@@ -3659,6 +4200,11 @@ const schemaObj: SchemaObj = [
3659
4200
  "type": "STRING",
3660
4201
  "mandatory": false
3661
4202
  },
4203
+ {
4204
+ "inputName": "isTPA",
4205
+ "type": "BOOL",
4206
+ "mandatory": false
4207
+ },
3662
4208
  {
3663
4209
  "inputName": "origin",
3664
4210
  "type": "STRING",
@@ -3685,6 +4231,11 @@ const schemaObj: SchemaObj = [
3685
4231
  "type": "STRING",
3686
4232
  "mandatory": false
3687
4233
  },
4234
+ {
4235
+ "inputName": "appId",
4236
+ "type": "STRING",
4237
+ "mandatory": false
4238
+ },
3688
4239
  {
3689
4240
  "inputName": "artifactId",
3690
4241
  "type": "STRING",
@@ -3725,6 +4276,11 @@ const schemaObj: SchemaObj = [
3725
4276
  "type": "BOOL",
3726
4277
  "mandatory": false
3727
4278
  },
4279
+ {
4280
+ "inputName": "isTPA",
4281
+ "type": "BOOL",
4282
+ "mandatory": false
4283
+ },
3728
4284
  {
3729
4285
  "inputName": "itemIds",
3730
4286
  "type": "STRING",
@@ -3761,6 +4317,11 @@ const schemaObj: SchemaObj = [
3761
4317
  "event_id": 150,
3762
4318
  "name": "Cairo - Page - CTA Clicked",
3763
4319
  "fields": [
4320
+ {
4321
+ "inputName": "appId",
4322
+ "type": "STRING",
4323
+ "mandatory": false
4324
+ },
3764
4325
  {
3765
4326
  "inputName": "artifactId",
3766
4327
  "type": "STRING",
@@ -3801,6 +4362,11 @@ const schemaObj: SchemaObj = [
3801
4362
  "type": "STRING",
3802
4363
  "mandatory": false
3803
4364
  },
4365
+ {
4366
+ "inputName": "isTPA",
4367
+ "type": "BOOL",
4368
+ "mandatory": false
4369
+ },
3804
4370
  {
3805
4371
  "inputName": "isValid",
3806
4372
  "type": "BOOL",
@@ -3847,6 +4413,11 @@ const schemaObj: SchemaObj = [
3847
4413
  "event_id": 136,
3848
4414
  "name": "Cairo - Table Top Notification Displayed",
3849
4415
  "fields": [
4416
+ {
4417
+ "inputName": "appId",
4418
+ "type": "STRING",
4419
+ "mandatory": false
4420
+ },
3850
4421
  {
3851
4422
  "inputName": "artifactId",
3852
4423
  "type": "STRING",
@@ -3882,6 +4453,11 @@ const schemaObj: SchemaObj = [
3882
4453
  "type": "NUMERIC",
3883
4454
  "mandatory": false
3884
4455
  },
4456
+ {
4457
+ "inputName": "isTPA",
4458
+ "type": "BOOL",
4459
+ "mandatory": false
4460
+ },
3885
4461
  {
3886
4462
  "inputName": "notificationText",
3887
4463
  "type": "STRING",
@@ -3908,6 +4484,11 @@ const schemaObj: SchemaObj = [
3908
4484
  "type": "STRING",
3909
4485
  "mandatory": false
3910
4486
  },
4487
+ {
4488
+ "inputName": "appId",
4489
+ "type": "STRING",
4490
+ "mandatory": false
4491
+ },
3911
4492
  {
3912
4493
  "inputName": "artifactId",
3913
4494
  "type": "STRING",
@@ -3948,6 +4529,11 @@ const schemaObj: SchemaObj = [
3948
4529
  "type": "BOOL",
3949
4530
  "mandatory": false
3950
4531
  },
4532
+ {
4533
+ "inputName": "isTPA",
4534
+ "type": "BOOL",
4535
+ "mandatory": false
4536
+ },
3951
4537
  {
3952
4538
  "inputName": "loaction",
3953
4539
  "type": "STRING",
@@ -3974,6 +4560,11 @@ const schemaObj: SchemaObj = [
3974
4560
  "event_id": 119,
3975
4561
  "name": "Cairo - Feature's Panel Used",
3976
4562
  "fields": [
4563
+ {
4564
+ "inputName": "appId",
4565
+ "type": "STRING",
4566
+ "mandatory": false
4567
+ },
3977
4568
  {
3978
4569
  "inputName": "artifactId",
3979
4570
  "type": "STRING",
@@ -4029,6 +4620,11 @@ const schemaObj: SchemaObj = [
4029
4620
  "type": "BOOL",
4030
4621
  "mandatory": false
4031
4622
  },
4623
+ {
4624
+ "inputName": "isTPA",
4625
+ "type": "BOOL",
4626
+ "mandatory": false
4627
+ },
4032
4628
  {
4033
4629
  "inputName": "numColumns",
4034
4630
  "type": "NUMERIC",
@@ -4080,6 +4676,11 @@ const schemaObj: SchemaObj = [
4080
4676
  "event_id": 138,
4081
4677
  "name": "Cairo - Drag Item Start",
4082
4678
  "fields": [
4679
+ {
4680
+ "inputName": "appId",
4681
+ "type": "STRING",
4682
+ "mandatory": false
4683
+ },
4083
4684
  {
4084
4685
  "inputName": "artifactId",
4085
4686
  "type": "STRING",
@@ -4155,6 +4756,11 @@ const schemaObj: SchemaObj = [
4155
4756
  "type": "BOOL",
4156
4757
  "mandatory": false
4157
4758
  },
4759
+ {
4760
+ "inputName": "isTPA",
4761
+ "type": "BOOL",
4762
+ "mandatory": false
4763
+ },
4158
4764
  {
4159
4765
  "inputName": "itemId",
4160
4766
  "type": "STRING",
@@ -4191,6 +4797,11 @@ const schemaObj: SchemaObj = [
4191
4797
  "event_id": 133,
4192
4798
  "name": "Cairo - File Download Toast Dismissed",
4193
4799
  "fields": [
4800
+ {
4801
+ "inputName": "appId",
4802
+ "type": "STRING",
4803
+ "mandatory": false
4804
+ },
4194
4805
  {
4195
4806
  "inputName": "artifactId",
4196
4807
  "type": "STRING",
@@ -4241,6 +4852,11 @@ const schemaObj: SchemaObj = [
4241
4852
  "type": "STRING",
4242
4853
  "mandatory": false
4243
4854
  },
4855
+ {
4856
+ "inputName": "isTPA",
4857
+ "type": "BOOL",
4858
+ "mandatory": false
4859
+ },
4244
4860
  {
4245
4861
  "inputName": "numSelectedItems",
4246
4862
  "type": "NUMERIC",
@@ -4262,6 +4878,11 @@ const schemaObj: SchemaObj = [
4262
4878
  "event_id": 129,
4263
4879
  "name": "Cairo - User Attempts to Cancel the Export",
4264
4880
  "fields": [
4881
+ {
4882
+ "inputName": "appId",
4883
+ "type": "STRING",
4884
+ "mandatory": false
4885
+ },
4265
4886
  {
4266
4887
  "inputName": "artifactId",
4267
4888
  "type": "STRING",
@@ -4302,6 +4923,11 @@ const schemaObj: SchemaObj = [
4302
4923
  "type": "STRING",
4303
4924
  "mandatory": false
4304
4925
  },
4926
+ {
4927
+ "inputName": "isTPA",
4928
+ "type": "BOOL",
4929
+ "mandatory": false
4930
+ },
4305
4931
  {
4306
4932
  "inputName": "numItems",
4307
4933
  "type": "NUMERIC",
@@ -4348,6 +4974,11 @@ const schemaObj: SchemaObj = [
4348
4974
  "event_id": 104,
4349
4975
  "name": "Picker - Pick (Modal CTA Button Click Or Immediate CTA)",
4350
4976
  "fields": [
4977
+ {
4978
+ "inputName": "appId",
4979
+ "type": "STRING",
4980
+ "mandatory": false
4981
+ },
4351
4982
  {
4352
4983
  "inputName": "artifactId",
4353
4984
  "type": "STRING",
@@ -4393,6 +5024,11 @@ const schemaObj: SchemaObj = [
4393
5024
  "type": "BOOL",
4394
5025
  "mandatory": false
4395
5026
  },
5027
+ {
5028
+ "inputName": "isTPA",
5029
+ "type": "BOOL",
5030
+ "mandatory": false
5031
+ },
4396
5032
  {
4397
5033
  "inputName": "itemsCnt",
4398
5034
  "type": "NUMERIC",
@@ -4429,6 +5065,11 @@ const schemaObj: SchemaObj = [
4429
5065
  "event_id": 106,
4430
5066
  "name": "New Item Creation - Start",
4431
5067
  "fields": [
5068
+ {
5069
+ "inputName": "appId",
5070
+ "type": "STRING",
5071
+ "mandatory": false
5072
+ },
4432
5073
  {
4433
5074
  "inputName": "artifactId",
4434
5075
  "type": "STRING",
@@ -4474,6 +5115,11 @@ const schemaObj: SchemaObj = [
4474
5115
  "type": "NUMERIC",
4475
5116
  "mandatory": false
4476
5117
  },
5118
+ {
5119
+ "inputName": "isTPA",
5120
+ "type": "BOOL",
5121
+ "mandatory": false
5122
+ },
4477
5123
  {
4478
5124
  "inputName": "listSize",
4479
5125
  "type": "NUMERIC",
@@ -4535,6 +5181,11 @@ const schemaObj: SchemaObj = [
4535
5181
  "event_id": 123,
4536
5182
  "name": "Cairo - View Selected",
4537
5183
  "fields": [
5184
+ {
5185
+ "inputName": "appId",
5186
+ "type": "STRING",
5187
+ "mandatory": false
5188
+ },
4538
5189
  {
4539
5190
  "inputName": "artifactId",
4540
5191
  "type": "STRING",
@@ -4595,6 +5246,11 @@ const schemaObj: SchemaObj = [
4595
5246
  "type": "BOOL",
4596
5247
  "mandatory": false
4597
5248
  },
5249
+ {
5250
+ "inputName": "isTPA",
5251
+ "type": "BOOL",
5252
+ "mandatory": false
5253
+ },
4598
5254
  {
4599
5255
  "inputName": "newViewName",
4600
5256
  "type": "STRING",
@@ -4631,6 +5287,11 @@ const schemaObj: SchemaObj = [
4631
5287
  "event_id": 155,
4632
5288
  "name": "Cairo - Data Ex.- Add Custom Field",
4633
5289
  "fields": [
5290
+ {
5291
+ "inputName": "appId",
5292
+ "type": "STRING",
5293
+ "mandatory": false
5294
+ },
4634
5295
  {
4635
5296
  "inputName": "artifactId",
4636
5297
  "type": "STRING",
@@ -4661,6 +5322,11 @@ const schemaObj: SchemaObj = [
4661
5322
  "type": "STRING",
4662
5323
  "mandatory": false
4663
5324
  },
5325
+ {
5326
+ "inputName": "isTPA",
5327
+ "type": "BOOL",
5328
+ "mandatory": false
5329
+ },
4664
5330
  {
4665
5331
  "inputName": "numColumns",
4666
5332
  "type": "NUMERIC",
@@ -4697,6 +5363,11 @@ const schemaObj: SchemaObj = [
4697
5363
  "type": "STRING",
4698
5364
  "mandatory": false
4699
5365
  },
5366
+ {
5367
+ "inputName": "appId",
5368
+ "type": "STRING",
5369
+ "mandatory": false
5370
+ },
4700
5371
  {
4701
5372
  "inputName": "artifactId",
4702
5373
  "type": "STRING",
@@ -4747,6 +5418,11 @@ const schemaObj: SchemaObj = [
4747
5418
  "type": "NUMERIC",
4748
5419
  "mandatory": false
4749
5420
  },
5421
+ {
5422
+ "inputName": "isTPA",
5423
+ "type": "BOOL",
5424
+ "mandatory": false
5425
+ },
4750
5426
  {
4751
5427
  "inputName": "listSize",
4752
5428
  "type": "NUMERIC",
@@ -4783,6 +5459,11 @@ const schemaObj: SchemaObj = [
4783
5459
  "type": "STRING",
4784
5460
  "mandatory": false
4785
5461
  },
5462
+ {
5463
+ "inputName": "appId",
5464
+ "type": "STRING",
5465
+ "mandatory": false
5466
+ },
4786
5467
  {
4787
5468
  "inputName": "artifactId",
4788
5469
  "type": "STRING",
@@ -4813,6 +5494,11 @@ const schemaObj: SchemaObj = [
4813
5494
  "type": "STRING",
4814
5495
  "mandatory": false
4815
5496
  },
5497
+ {
5498
+ "inputName": "isTPA",
5499
+ "type": "BOOL",
5500
+ "mandatory": false
5501
+ },
4816
5502
  {
4817
5503
  "inputName": "origin",
4818
5504
  "type": "STRING",
@@ -4834,6 +5520,11 @@ const schemaObj: SchemaObj = [
4834
5520
  "event_id": 122,
4835
5521
  "name": "Cairo - View Saved",
4836
5522
  "fields": [
5523
+ {
5524
+ "inputName": "appId",
5525
+ "type": "STRING",
5526
+ "mandatory": false
5527
+ },
4837
5528
  {
4838
5529
  "inputName": "artifactId",
4839
5530
  "type": "STRING",
@@ -4889,6 +5580,11 @@ const schemaObj: SchemaObj = [
4889
5580
  "type": "BOOL",
4890
5581
  "mandatory": false
4891
5582
  },
5583
+ {
5584
+ "inputName": "isTPA",
5585
+ "type": "BOOL",
5586
+ "mandatory": false
5587
+ },
4892
5588
  {
4893
5589
  "inputName": "newViewName",
4894
5590
  "type": "STRING",
@@ -4950,6 +5646,11 @@ const schemaObj: SchemaObj = [
4950
5646
  "event_id": 124,
4951
5647
  "name": "Cairo - View Deleted",
4952
5648
  "fields": [
5649
+ {
5650
+ "inputName": "appId",
5651
+ "type": "STRING",
5652
+ "mandatory": false
5653
+ },
4953
5654
  {
4954
5655
  "inputName": "artifactId",
4955
5656
  "type": "STRING",
@@ -4985,6 +5686,11 @@ const schemaObj: SchemaObj = [
4985
5686
  "type": "BOOL",
4986
5687
  "mandatory": false
4987
5688
  },
5689
+ {
5690
+ "inputName": "isTPA",
5691
+ "type": "BOOL",
5692
+ "mandatory": false
5693
+ },
4988
5694
  {
4989
5695
  "inputName": "numFiltersInView",
4990
5696
  "type": "NUMERIC",
@@ -5031,6 +5737,11 @@ const schemaObj: SchemaObj = [
5031
5737
  "type": "STRING",
5032
5738
  "mandatory": false
5033
5739
  },
5740
+ {
5741
+ "inputName": "appId",
5742
+ "type": "STRING",
5743
+ "mandatory": false
5744
+ },
5034
5745
  {
5035
5746
  "inputName": "artifactId",
5036
5747
  "type": "STRING",
@@ -5086,6 +5797,11 @@ const schemaObj: SchemaObj = [
5086
5797
  "type": "STRING",
5087
5798
  "mandatory": false
5088
5799
  },
5800
+ {
5801
+ "inputName": "isTPA",
5802
+ "type": "BOOL",
5803
+ "mandatory": false
5804
+ },
5089
5805
  {
5090
5806
  "inputName": "key",
5091
5807
  "type": "STRING",
@@ -5127,6 +5843,11 @@ const schemaObj: SchemaObj = [
5127
5843
  "event_id": 120,
5128
5844
  "name": "Cairo - Component Sorted",
5129
5845
  "fields": [
5846
+ {
5847
+ "inputName": "appId",
5848
+ "type": "STRING",
5849
+ "mandatory": false
5850
+ },
5130
5851
  {
5131
5852
  "inputName": "artifactId",
5132
5853
  "type": "STRING",
@@ -5167,6 +5888,11 @@ const schemaObj: SchemaObj = [
5167
5888
  "type": "BOOL",
5168
5889
  "mandatory": false
5169
5890
  },
5891
+ {
5892
+ "inputName": "isTPA",
5893
+ "type": "BOOL",
5894
+ "mandatory": false
5895
+ },
5170
5896
  {
5171
5897
  "inputName": "itemIndex",
5172
5898
  "type": "NUMERIC",
@@ -5238,6 +5964,11 @@ const schemaObj: SchemaObj = [
5238
5964
  "event_id": 147,
5239
5965
  "name": "Cairo - Reordering Sort Columns",
5240
5966
  "fields": [
5967
+ {
5968
+ "inputName": "appId",
5969
+ "type": "STRING",
5970
+ "mandatory": false
5971
+ },
5241
5972
  {
5242
5973
  "inputName": "artifactId",
5243
5974
  "type": "STRING",
@@ -5283,6 +6014,11 @@ const schemaObj: SchemaObj = [
5283
6014
  "type": "NUMERIC",
5284
6015
  "mandatory": false
5285
6016
  },
6017
+ {
6018
+ "inputName": "isTPA",
6019
+ "type": "BOOL",
6020
+ "mandatory": false
6021
+ },
5286
6022
  {
5287
6023
  "inputName": "listSize",
5288
6024
  "type": "NUMERIC",
@@ -5329,6 +6065,11 @@ const schemaObj: SchemaObj = [
5329
6065
  "event_id": 131,
5330
6066
  "name": "Cairo - Export Process End",
5331
6067
  "fields": [
6068
+ {
6069
+ "inputName": "appId",
6070
+ "type": "STRING",
6071
+ "mandatory": false
6072
+ },
5332
6073
  {
5333
6074
  "inputName": "artifactId",
5334
6075
  "type": "STRING",
@@ -5374,6 +6115,11 @@ const schemaObj: SchemaObj = [
5374
6115
  "type": "STRING",
5375
6116
  "mandatory": false
5376
6117
  },
6118
+ {
6119
+ "inputName": "isTPA",
6120
+ "type": "BOOL",
6121
+ "mandatory": false
6122
+ },
5377
6123
  {
5378
6124
  "inputName": "numItems",
5379
6125
  "type": "NUMERIC",
@@ -5420,6 +6166,11 @@ const schemaObj: SchemaObj = [
5420
6166
  "event_id": 159,
5421
6167
  "name": "Cairo - Apply Button Clicked",
5422
6168
  "fields": [
6169
+ {
6170
+ "inputName": "appId",
6171
+ "type": "STRING",
6172
+ "mandatory": false
6173
+ },
5423
6174
  {
5424
6175
  "inputName": "artifactId",
5425
6176
  "type": "STRING",
@@ -5470,6 +6221,11 @@ const schemaObj: SchemaObj = [
5470
6221
  "type": "NUMERIC",
5471
6222
  "mandatory": false
5472
6223
  },
6224
+ {
6225
+ "inputName": "isTPA",
6226
+ "type": "BOOL",
6227
+ "mandatory": false
6228
+ },
5473
6229
  {
5474
6230
  "inputName": "listSize",
5475
6231
  "type": "NUMERIC",
@@ -5516,6 +6272,11 @@ const schemaObj: SchemaObj = [
5516
6272
  "type": "STRING",
5517
6273
  "mandatory": false
5518
6274
  },
6275
+ {
6276
+ "inputName": "appId",
6277
+ "type": "STRING",
6278
+ "mandatory": false
6279
+ },
5519
6280
  {
5520
6281
  "inputName": "artifactId",
5521
6282
  "type": "STRING",
@@ -5556,6 +6317,11 @@ const schemaObj: SchemaObj = [
5556
6317
  "type": "STRING",
5557
6318
  "mandatory": false
5558
6319
  },
6320
+ {
6321
+ "inputName": "isTPA",
6322
+ "type": "BOOL",
6323
+ "mandatory": false
6324
+ },
5559
6325
  {
5560
6326
  "inputName": "numItems",
5561
6327
  "type": "NUMERIC",
@@ -5597,6 +6363,11 @@ const schemaObj: SchemaObj = [
5597
6363
  "type": "STRING",
5598
6364
  "mandatory": false
5599
6365
  },
6366
+ {
6367
+ "inputName": "appId",
6368
+ "type": "STRING",
6369
+ "mandatory": false
6370
+ },
5600
6371
  {
5601
6372
  "inputName": "artifactId",
5602
6373
  "type": "STRING",
@@ -5662,6 +6433,11 @@ const schemaObj: SchemaObj = [
5662
6433
  "type": "NUMERIC",
5663
6434
  "mandatory": false
5664
6435
  },
6436
+ {
6437
+ "inputName": "isTPA",
6438
+ "type": "BOOL",
6439
+ "mandatory": false
6440
+ },
5665
6441
  {
5666
6442
  "inputName": "product",
5667
6443
  "type": "STRING",
@@ -5698,6 +6474,11 @@ const schemaObj: SchemaObj = [
5698
6474
  "event_id": 152,
5699
6475
  "name": "Cairo - Page Back or Breadcrumb Clicked",
5700
6476
  "fields": [
6477
+ {
6478
+ "inputName": "appId",
6479
+ "type": "STRING",
6480
+ "mandatory": false
6481
+ },
5701
6482
  {
5702
6483
  "inputName": "artifactId",
5703
6484
  "type": "STRING",
@@ -5738,6 +6519,11 @@ const schemaObj: SchemaObj = [
5738
6519
  "type": "STRING",
5739
6520
  "mandatory": false
5740
6521
  },
6522
+ {
6523
+ "inputName": "isTPA",
6524
+ "type": "BOOL",
6525
+ "mandatory": false
6526
+ },
5741
6527
  {
5742
6528
  "inputName": "pageType",
5743
6529
  "type": "STRING",
@@ -5809,6 +6595,11 @@ const schemaObj: SchemaObj = [
5809
6595
  "type": "STRING",
5810
6596
  "mandatory": false
5811
6597
  },
6598
+ {
6599
+ "inputName": "isTPA",
6600
+ "type": "BOOL",
6601
+ "mandatory": false
6602
+ },
5812
6603
  {
5813
6604
  "inputName": "location",
5814
6605
  "type": "STRING",
@@ -5840,6 +6631,11 @@ const schemaObj: SchemaObj = [
5840
6631
  "event_id": 108,
5841
6632
  "name": "Pikachu - Categories Dropdown Button Clicked",
5842
6633
  "fields": [
6634
+ {
6635
+ "inputName": "appId",
6636
+ "type": "STRING",
6637
+ "mandatory": false
6638
+ },
5843
6639
  {
5844
6640
  "inputName": "artifactId",
5845
6641
  "type": "STRING",
@@ -5870,6 +6666,11 @@ const schemaObj: SchemaObj = [
5870
6666
  "type": "STRING",
5871
6667
  "mandatory": false
5872
6668
  },
6669
+ {
6670
+ "inputName": "isTPA",
6671
+ "type": "BOOL",
6672
+ "mandatory": false
6673
+ },
5873
6674
  {
5874
6675
  "inputName": "product",
5875
6676
  "type": "STRING",
@@ -5891,6 +6692,11 @@ const schemaObj: SchemaObj = [
5891
6692
  "type": "STRING",
5892
6693
  "mandatory": false
5893
6694
  },
6695
+ {
6696
+ "inputName": "appId",
6697
+ "type": "STRING",
6698
+ "mandatory": false
6699
+ },
5894
6700
  {
5895
6701
  "inputName": "artifactId",
5896
6702
  "type": "STRING",
@@ -5926,6 +6732,11 @@ const schemaObj: SchemaObj = [
5926
6732
  "type": "STRING",
5927
6733
  "mandatory": false
5928
6734
  },
6735
+ {
6736
+ "inputName": "isTPA",
6737
+ "type": "BOOL",
6738
+ "mandatory": false
6739
+ },
5929
6740
  {
5930
6741
  "inputName": "numTags",
5931
6742
  "type": "NUMERIC",
@@ -5962,6 +6773,11 @@ const schemaObj: SchemaObj = [
5962
6773
  "type": "STRING",
5963
6774
  "mandatory": false
5964
6775
  },
6776
+ {
6777
+ "inputName": "appId",
6778
+ "type": "STRING",
6779
+ "mandatory": false
6780
+ },
5965
6781
  {
5966
6782
  "inputName": "artifactId",
5967
6783
  "type": "STRING",
@@ -5997,6 +6813,11 @@ const schemaObj: SchemaObj = [
5997
6813
  "type": "NUMERIC",
5998
6814
  "mandatory": false
5999
6815
  },
6816
+ {
6817
+ "inputName": "isTPA",
6818
+ "type": "BOOL",
6819
+ "mandatory": false
6820
+ },
6000
6821
  {
6001
6822
  "inputName": "itemId",
6002
6823
  "type": "STRING",
@@ -6063,6 +6884,11 @@ const schemaObj: SchemaObj = [
6063
6884
  "event_id": 146,
6064
6885
  "name": "Cairo - Sort Panel Used (not active)",
6065
6886
  "fields": [
6887
+ {
6888
+ "inputName": "appId",
6889
+ "type": "STRING",
6890
+ "mandatory": false
6891
+ },
6066
6892
  {
6067
6893
  "inputName": "artifactId",
6068
6894
  "type": "STRING",
@@ -6103,6 +6929,11 @@ const schemaObj: SchemaObj = [
6103
6929
  "type": "BOOL",
6104
6930
  "mandatory": false
6105
6931
  },
6932
+ {
6933
+ "inputName": "isTPA",
6934
+ "type": "BOOL",
6935
+ "mandatory": false
6936
+ },
6106
6937
  {
6107
6938
  "inputName": "numSortedColumns",
6108
6939
  "type": "NUMERIC",
@@ -6129,6 +6960,11 @@ const schemaObj: SchemaObj = [
6129
6960
  "type": "STRING",
6130
6961
  "mandatory": false
6131
6962
  },
6963
+ {
6964
+ "inputName": "appId",
6965
+ "type": "STRING",
6966
+ "mandatory": false
6967
+ },
6132
6968
  {
6133
6969
  "inputName": "artifactId",
6134
6970
  "type": "STRING",
@@ -6164,6 +7000,11 @@ const schemaObj: SchemaObj = [
6164
7000
  "type": "BOOL",
6165
7001
  "mandatory": false
6166
7002
  },
7003
+ {
7004
+ "inputName": "isTPA",
7005
+ "type": "BOOL",
7006
+ "mandatory": false
7007
+ },
6167
7008
  {
6168
7009
  "inputName": "itemId",
6169
7010
  "type": "STRING",
@@ -6210,6 +7051,11 @@ const schemaObj: SchemaObj = [
6210
7051
  "event_id": 149,
6211
7052
  "name": "Cairo - Pages -Unsuccessful Update in Server",
6212
7053
  "fields": [
7054
+ {
7055
+ "inputName": "appId",
7056
+ "type": "STRING",
7057
+ "mandatory": false
7058
+ },
6213
7059
  {
6214
7060
  "inputName": "artifactId",
6215
7061
  "type": "STRING",
@@ -6280,6 +7126,11 @@ const schemaObj: SchemaObj = [
6280
7126
  "type": "NUMERIC",
6281
7127
  "mandatory": false
6282
7128
  },
7129
+ {
7130
+ "inputName": "isTPA",
7131
+ "type": "BOOL",
7132
+ "mandatory": false
7133
+ },
6283
7134
  {
6284
7135
  "inputName": "pageType",
6285
7136
  "type": "STRING",