@wix/bex-utils 1.29.0 → 1.31.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 (267) 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/bex-bundled-mini-essentials/CHANGELOG.md +11 -0
  220. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.d.cts +51 -0
  221. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +10005 -0
  222. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -0
  223. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.d.cts +1 -0
  224. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js +10184 -0
  225. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js.map +1 -0
  226. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.d.cts +164 -0
  227. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +15307 -0
  228. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -0
  229. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.d.ts +51 -0
  230. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js +8518 -0
  231. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js.map +1 -0
  232. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.d.ts +1 -0
  233. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.js +6527 -0
  234. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/http-client/testkit/client.js.map +1 -0
  235. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.d.ts +164 -0
  236. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.js +11841 -0
  237. package/@wix/bex-bundled-mini-essentials/dist/esm/exports/testkit/index.js.map +1 -0
  238. package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -0
  239. package/@wix/bex-bundled-mini-essentials/http-client/testkit/client/package.json +6 -0
  240. package/@wix/bex-bundled-mini-essentials/package.json +60 -0
  241. package/@wix/bex-bundled-mini-essentials/testkit/package.json +6 -0
  242. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/client-testkit.js.map +1 -1
  243. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +765 -5
  244. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -1
  245. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -1
  246. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +154 -2
  247. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
  248. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -1
  249. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +765 -5
  250. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -1
  251. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -1
  252. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +154 -2
  253. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
  254. package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +153 -1
  255. package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +153 -1
  256. package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +153 -1
  257. package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +154 -2
  258. package/@wix/bi-logger-cairo-os/package.json +2 -2
  259. package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +153 -1
  260. package/@wix/bi-logger-cairo-os/src/testkit/common.ts +765 -5
  261. package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +153 -1
  262. package/@wix/bi-logger-cairo-os/src/types.ts +154 -3
  263. package/@wix/bi-logger-cairo-os/src/v2/index.ts +154 -2
  264. package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
  265. package/@wix/wix-i18n-config/package.json +4 -4
  266. package/package.json +5 -2
  267. 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",
@@ -1684,6 +1879,11 @@ const schemaObj: SchemaObj = [
1684
1879
  "type": "STRING",
1685
1880
  "mandatory": false
1686
1881
  },
1882
+ {
1883
+ "inputName": "isTPA",
1884
+ "type": "BOOL",
1885
+ "mandatory": false
1886
+ },
1687
1887
  {
1688
1888
  "inputName": "numSelectedItems",
1689
1889
  "type": "NUMERIC",
@@ -1710,6 +1910,11 @@ const schemaObj: SchemaObj = [
1710
1910
  "type": "STRING",
1711
1911
  "mandatory": false
1712
1912
  },
1913
+ {
1914
+ "inputName": "appId",
1915
+ "type": "STRING",
1916
+ "mandatory": false
1917
+ },
1713
1918
  {
1714
1919
  "inputName": "artifactId",
1715
1920
  "type": "STRING",
@@ -1750,6 +1955,11 @@ const schemaObj: SchemaObj = [
1750
1955
  "type": "BOOL",
1751
1956
  "mandatory": false
1752
1957
  },
1958
+ {
1959
+ "inputName": "isTPA",
1960
+ "type": "BOOL",
1961
+ "mandatory": false
1962
+ },
1753
1963
  {
1754
1964
  "inputName": "numColumns",
1755
1965
  "type": "NUMERIC",
@@ -1770,11 +1980,6 @@ const schemaObj: SchemaObj = [
1770
1980
  "type": "NUMERIC",
1771
1981
  "mandatory": false
1772
1982
  },
1773
- {
1774
- "inputName": "origin",
1775
- "type": "STRING",
1776
- "mandatory": false
1777
- },
1778
1983
  {
1779
1984
  "inputName": "product",
1780
1985
  "type": "STRING",
@@ -1796,6 +2001,11 @@ const schemaObj: SchemaObj = [
1796
2001
  "event_id": 121,
1797
2002
  "name": "Cairo - Tab Selected",
1798
2003
  "fields": [
2004
+ {
2005
+ "inputName": "appId",
2006
+ "type": "STRING",
2007
+ "mandatory": false
2008
+ },
1799
2009
  {
1800
2010
  "inputName": "artifactId",
1801
2011
  "type": "STRING",
@@ -1836,6 +2046,11 @@ const schemaObj: SchemaObj = [
1836
2046
  "type": "BOOL",
1837
2047
  "mandatory": false
1838
2048
  },
2049
+ {
2050
+ "inputName": "isTPA",
2051
+ "type": "BOOL",
2052
+ "mandatory": false
2053
+ },
1839
2054
  {
1840
2055
  "inputName": "newTabId",
1841
2056
  "type": "STRING",
@@ -1882,6 +2097,11 @@ const schemaObj: SchemaObj = [
1882
2097
  "type": "STRING",
1883
2098
  "mandatory": false
1884
2099
  },
2100
+ {
2101
+ "inputName": "appId",
2102
+ "type": "STRING",
2103
+ "mandatory": false
2104
+ },
1885
2105
  {
1886
2106
  "inputName": "artifactId",
1887
2107
  "type": "STRING",
@@ -1952,6 +2172,11 @@ const schemaObj: SchemaObj = [
1952
2172
  "type": "BOOL",
1953
2173
  "mandatory": false
1954
2174
  },
2175
+ {
2176
+ "inputName": "isTPA",
2177
+ "type": "BOOL",
2178
+ "mandatory": false
2179
+ },
1955
2180
  {
1956
2181
  "inputName": "numOfWaitingUpdates",
1957
2182
  "type": "NUMERIC",
@@ -1988,6 +2213,11 @@ const schemaObj: SchemaObj = [
1988
2213
  "event_id": 162,
1989
2214
  "name": "Cairo - Modal CTA Clicked",
1990
2215
  "fields": [
2216
+ {
2217
+ "inputName": "appId",
2218
+ "type": "STRING",
2219
+ "mandatory": false
2220
+ },
1991
2221
  {
1992
2222
  "inputName": "artifactId",
1993
2223
  "type": "STRING",
@@ -2023,6 +2253,11 @@ const schemaObj: SchemaObj = [
2023
2253
  "type": "STRING",
2024
2254
  "mandatory": false
2025
2255
  },
2256
+ {
2257
+ "inputName": "isTPA",
2258
+ "type": "BOOL",
2259
+ "mandatory": false
2260
+ },
2026
2261
  {
2027
2262
  "inputName": "localizedCtaName",
2028
2263
  "type": "STRING",
@@ -2049,6 +2284,11 @@ const schemaObj: SchemaObj = [
2049
2284
  "event_id": 118,
2050
2285
  "name": "Cairo - All Filters Cleared",
2051
2286
  "fields": [
2287
+ {
2288
+ "inputName": "appId",
2289
+ "type": "STRING",
2290
+ "mandatory": false
2291
+ },
2052
2292
  {
2053
2293
  "inputName": "artifactId",
2054
2294
  "type": "STRING",
@@ -2089,6 +2329,11 @@ const schemaObj: SchemaObj = [
2089
2329
  "type": "NUMERIC",
2090
2330
  "mandatory": false
2091
2331
  },
2332
+ {
2333
+ "inputName": "isTPA",
2334
+ "type": "BOOL",
2335
+ "mandatory": false
2336
+ },
2092
2337
  {
2093
2338
  "inputName": "numFiltersCleared",
2094
2339
  "type": "NUMERIC",
@@ -2115,6 +2360,11 @@ const schemaObj: SchemaObj = [
2115
2360
  "event_id": 115,
2116
2361
  "name": "Cairo - CTA Clicked",
2117
2362
  "fields": [
2363
+ {
2364
+ "inputName": "appId",
2365
+ "type": "STRING",
2366
+ "mandatory": false
2367
+ },
2118
2368
  {
2119
2369
  "inputName": "artifactId",
2120
2370
  "type": "STRING",
@@ -2170,6 +2420,11 @@ const schemaObj: SchemaObj = [
2170
2420
  "type": "BOOL",
2171
2421
  "mandatory": false
2172
2422
  },
2423
+ {
2424
+ "inputName": "isTPA",
2425
+ "type": "BOOL",
2426
+ "mandatory": false
2427
+ },
2173
2428
  {
2174
2429
  "inputName": "itemId",
2175
2430
  "type": "STRING",
@@ -2236,6 +2491,11 @@ const schemaObj: SchemaObj = [
2236
2491
  "event_id": 160,
2237
2492
  "name": "Cairo - Changes Before Apply",
2238
2493
  "fields": [
2494
+ {
2495
+ "inputName": "appId",
2496
+ "type": "STRING",
2497
+ "mandatory": false
2498
+ },
2239
2499
  {
2240
2500
  "inputName": "artifactId",
2241
2501
  "type": "STRING",
@@ -2286,6 +2546,11 @@ const schemaObj: SchemaObj = [
2286
2546
  "type": "BOOL",
2287
2547
  "mandatory": false
2288
2548
  },
2549
+ {
2550
+ "inputName": "isTPA",
2551
+ "type": "BOOL",
2552
+ "mandatory": false
2553
+ },
2289
2554
  {
2290
2555
  "inputName": "numActiveFields",
2291
2556
  "type": "NUMERIC",
@@ -2312,6 +2577,11 @@ const schemaObj: SchemaObj = [
2312
2577
  "type": "STRING",
2313
2578
  "mandatory": false
2314
2579
  },
2580
+ {
2581
+ "inputName": "appId",
2582
+ "type": "STRING",
2583
+ "mandatory": false
2584
+ },
2315
2585
  {
2316
2586
  "inputName": "artifactId",
2317
2587
  "type": "STRING",
@@ -2342,6 +2612,11 @@ const schemaObj: SchemaObj = [
2342
2612
  "type": "STRING",
2343
2613
  "mandatory": false
2344
2614
  },
2615
+ {
2616
+ "inputName": "isTPA",
2617
+ "type": "BOOL",
2618
+ "mandatory": false
2619
+ },
2345
2620
  {
2346
2621
  "inputName": "itemId",
2347
2622
  "type": "STRING",
@@ -2378,6 +2653,11 @@ const schemaObj: SchemaObj = [
2378
2653
  "type": "STRING",
2379
2654
  "mandatory": false
2380
2655
  },
2656
+ {
2657
+ "inputName": "appId",
2658
+ "type": "STRING",
2659
+ "mandatory": false
2660
+ },
2381
2661
  {
2382
2662
  "inputName": "artifactId",
2383
2663
  "type": "STRING",
@@ -2423,6 +2703,11 @@ const schemaObj: SchemaObj = [
2423
2703
  "type": "STRING",
2424
2704
  "mandatory": false
2425
2705
  },
2706
+ {
2707
+ "inputName": "isTPA",
2708
+ "type": "BOOL",
2709
+ "mandatory": false
2710
+ },
2426
2711
  {
2427
2712
  "inputName": "key",
2428
2713
  "type": "STRING",
@@ -2454,6 +2739,11 @@ const schemaObj: SchemaObj = [
2454
2739
  "event_id": 164,
2455
2740
  "name": "Cairo - Error in Loading a Component",
2456
2741
  "fields": [
2742
+ {
2743
+ "inputName": "appId",
2744
+ "type": "STRING",
2745
+ "mandatory": false
2746
+ },
2457
2747
  {
2458
2748
  "inputName": "artifactId",
2459
2749
  "type": "STRING",
@@ -2514,6 +2804,11 @@ const schemaObj: SchemaObj = [
2514
2804
  "type": "STRING",
2515
2805
  "mandatory": false
2516
2806
  },
2807
+ {
2808
+ "inputName": "isTPA",
2809
+ "type": "BOOL",
2810
+ "mandatory": false
2811
+ },
2517
2812
  {
2518
2813
  "inputName": "product",
2519
2814
  "type": "STRING",
@@ -2535,6 +2830,11 @@ const schemaObj: SchemaObj = [
2535
2830
  "event_id": 176,
2536
2831
  "name": "Cairo - Reload Error State (not active)",
2537
2832
  "fields": [
2833
+ {
2834
+ "inputName": "appId",
2835
+ "type": "STRING",
2836
+ "mandatory": false
2837
+ },
2538
2838
  {
2539
2839
  "inputName": "artifactId",
2540
2840
  "type": "STRING",
@@ -2600,6 +2900,11 @@ const schemaObj: SchemaObj = [
2600
2900
  "type": "STRING",
2601
2901
  "mandatory": false
2602
2902
  },
2903
+ {
2904
+ "inputName": "isTPA",
2905
+ "type": "BOOL",
2906
+ "mandatory": false
2907
+ },
2603
2908
  {
2604
2909
  "inputName": "product",
2605
2910
  "type": "STRING",
@@ -2621,6 +2926,11 @@ const schemaObj: SchemaObj = [
2621
2926
  "event_id": 107,
2622
2927
  "name": "New Item Creation - End",
2623
2928
  "fields": [
2929
+ {
2930
+ "inputName": "appId",
2931
+ "type": "STRING",
2932
+ "mandatory": false
2933
+ },
2624
2934
  {
2625
2935
  "inputName": "artifactId",
2626
2936
  "type": "STRING",
@@ -2666,6 +2976,11 @@ const schemaObj: SchemaObj = [
2666
2976
  "type": "NUMERIC",
2667
2977
  "mandatory": false
2668
2978
  },
2979
+ {
2980
+ "inputName": "isTPA",
2981
+ "type": "BOOL",
2982
+ "mandatory": false
2983
+ },
2669
2984
  {
2670
2985
  "inputName": "itemId",
2671
2986
  "type": "STRING",
@@ -2737,6 +3052,11 @@ const schemaObj: SchemaObj = [
2737
3052
  "event_id": 171,
2738
3053
  "name": "Cairo - Tags Widget Loaded",
2739
3054
  "fields": [
3055
+ {
3056
+ "inputName": "appId",
3057
+ "type": "STRING",
3058
+ "mandatory": false
3059
+ },
2740
3060
  {
2741
3061
  "inputName": "artifactId",
2742
3062
  "type": "STRING",
@@ -2767,6 +3087,11 @@ const schemaObj: SchemaObj = [
2767
3087
  "type": "STRING",
2768
3088
  "mandatory": false
2769
3089
  },
3090
+ {
3091
+ "inputName": "isTPA",
3092
+ "type": "BOOL",
3093
+ "mandatory": false
3094
+ },
2770
3095
  {
2771
3096
  "inputName": "itemId",
2772
3097
  "type": "STRING",
@@ -2798,6 +3123,11 @@ const schemaObj: SchemaObj = [
2798
3123
  "event_id": 137,
2799
3124
  "name": "Cairo - Table Top Notification Dismissed",
2800
3125
  "fields": [
3126
+ {
3127
+ "inputName": "appId",
3128
+ "type": "STRING",
3129
+ "mandatory": false
3130
+ },
2801
3131
  {
2802
3132
  "inputName": "artifactId",
2803
3133
  "type": "STRING",
@@ -2843,6 +3173,11 @@ const schemaObj: SchemaObj = [
2843
3173
  "type": "NUMERIC",
2844
3174
  "mandatory": false
2845
3175
  },
3176
+ {
3177
+ "inputName": "isTPA",
3178
+ "type": "BOOL",
3179
+ "mandatory": false
3180
+ },
2846
3181
  {
2847
3182
  "inputName": "notificationText",
2848
3183
  "type": "STRING",
@@ -2864,6 +3199,11 @@ const schemaObj: SchemaObj = [
2864
3199
  "event_id": 153,
2865
3200
  "name": "Cairo - Section - CTA Clicked",
2866
3201
  "fields": [
3202
+ {
3203
+ "inputName": "appId",
3204
+ "type": "STRING",
3205
+ "mandatory": false
3206
+ },
2867
3207
  {
2868
3208
  "inputName": "artifactId",
2869
3209
  "type": "STRING",
@@ -2909,6 +3249,11 @@ const schemaObj: SchemaObj = [
2909
3249
  "type": "STRING",
2910
3250
  "mandatory": false
2911
3251
  },
3252
+ {
3253
+ "inputName": "isTPA",
3254
+ "type": "BOOL",
3255
+ "mandatory": false
3256
+ },
2912
3257
  {
2913
3258
  "inputName": "localizedCtaName",
2914
3259
  "type": "STRING",
@@ -2940,6 +3285,11 @@ const schemaObj: SchemaObj = [
2940
3285
  "event_id": 132,
2941
3286
  "name": "Cairo - File Download Toast Displayed",
2942
3287
  "fields": [
3288
+ {
3289
+ "inputName": "appId",
3290
+ "type": "STRING",
3291
+ "mandatory": false
3292
+ },
2943
3293
  {
2944
3294
  "inputName": "artifactId",
2945
3295
  "type": "STRING",
@@ -2980,6 +3330,11 @@ const schemaObj: SchemaObj = [
2980
3330
  "type": "STRING",
2981
3331
  "mandatory": false
2982
3332
  },
3333
+ {
3334
+ "inputName": "isTPA",
3335
+ "type": "BOOL",
3336
+ "mandatory": false
3337
+ },
2983
3338
  {
2984
3339
  "inputName": "numSelectedItems",
2985
3340
  "type": "NUMERIC",
@@ -3006,6 +3361,11 @@ const schemaObj: SchemaObj = [
3006
3361
  "event_id": 116,
3007
3362
  "name": "Cairo - Search Results",
3008
3363
  "fields": [
3364
+ {
3365
+ "inputName": "appId",
3366
+ "type": "STRING",
3367
+ "mandatory": false
3368
+ },
3009
3369
  {
3010
3370
  "inputName": "artifactId",
3011
3371
  "type": "STRING",
@@ -3036,6 +3396,11 @@ const schemaObj: SchemaObj = [
3036
3396
  "type": "STRING",
3037
3397
  "mandatory": false
3038
3398
  },
3399
+ {
3400
+ "inputName": "isTPA",
3401
+ "type": "BOOL",
3402
+ "mandatory": false
3403
+ },
3039
3404
  {
3040
3405
  "inputName": "loadingTime",
3041
3406
  "type": "NUMERIC",
@@ -3067,6 +3432,11 @@ const schemaObj: SchemaObj = [
3067
3432
  "event_id": 167,
3068
3433
  "name": "Cairo - Manage Tags Modal- End Process",
3069
3434
  "fields": [
3435
+ {
3436
+ "inputName": "appId",
3437
+ "type": "STRING",
3438
+ "mandatory": false
3439
+ },
3070
3440
  {
3071
3441
  "inputName": "artifactId",
3072
3442
  "type": "STRING",
@@ -3102,6 +3472,11 @@ const schemaObj: SchemaObj = [
3102
3472
  "type": "STRING",
3103
3473
  "mandatory": false
3104
3474
  },
3475
+ {
3476
+ "inputName": "isTPA",
3477
+ "type": "BOOL",
3478
+ "mandatory": false
3479
+ },
3105
3480
  {
3106
3481
  "inputName": "numTags",
3107
3482
  "type": "NUMERIC",
@@ -3128,6 +3503,11 @@ const schemaObj: SchemaObj = [
3128
3503
  "event_id": 142,
3129
3504
  "name": "Cairo - Manage View Clicked (not active)",
3130
3505
  "fields": [
3506
+ {
3507
+ "inputName": "appId",
3508
+ "type": "STRING",
3509
+ "mandatory": false
3510
+ },
3131
3511
  {
3132
3512
  "inputName": "artifactId",
3133
3513
  "type": "STRING",
@@ -3168,6 +3548,11 @@ const schemaObj: SchemaObj = [
3168
3548
  "type": "BOOL",
3169
3549
  "mandatory": false
3170
3550
  },
3551
+ {
3552
+ "inputName": "isTPA",
3553
+ "type": "BOOL",
3554
+ "mandatory": false
3555
+ },
3171
3556
  {
3172
3557
  "inputName": "numFiltersInView",
3173
3558
  "type": "NUMERIC",
@@ -3189,6 +3574,11 @@ const schemaObj: SchemaObj = [
3189
3574
  "event_id": 166,
3190
3575
  "name": "Cairo - Manage Tags Modal- Start load",
3191
3576
  "fields": [
3577
+ {
3578
+ "inputName": "appId",
3579
+ "type": "STRING",
3580
+ "mandatory": false
3581
+ },
3192
3582
  {
3193
3583
  "inputName": "artifactId",
3194
3584
  "type": "STRING",
@@ -3219,6 +3609,11 @@ const schemaObj: SchemaObj = [
3219
3609
  "type": "STRING",
3220
3610
  "mandatory": false
3221
3611
  },
3612
+ {
3613
+ "inputName": "isTPA",
3614
+ "type": "BOOL",
3615
+ "mandatory": false
3616
+ },
3222
3617
  {
3223
3618
  "inputName": "numTags",
3224
3619
  "type": "NUMERIC",
@@ -3250,6 +3645,11 @@ const schemaObj: SchemaObj = [
3250
3645
  "type": "STRING",
3251
3646
  "mandatory": false
3252
3647
  },
3648
+ {
3649
+ "inputName": "appId",
3650
+ "type": "STRING",
3651
+ "mandatory": false
3652
+ },
3253
3653
  {
3254
3654
  "inputName": "artifactId",
3255
3655
  "type": "STRING",
@@ -3320,6 +3720,11 @@ const schemaObj: SchemaObj = [
3320
3720
  "type": "BOOL",
3321
3721
  "mandatory": false
3322
3722
  },
3723
+ {
3724
+ "inputName": "isTPA",
3725
+ "type": "BOOL",
3726
+ "mandatory": false
3727
+ },
3323
3728
  {
3324
3729
  "inputName": "numOfWaitingUpdates",
3325
3730
  "type": "NUMERIC",
@@ -3381,6 +3786,11 @@ const schemaObj: SchemaObj = [
3381
3786
  "event_id": 126,
3382
3787
  "name": "Cairo - Item Toggled in Export Modal",
3383
3788
  "fields": [
3789
+ {
3790
+ "inputName": "appId",
3791
+ "type": "STRING",
3792
+ "mandatory": false
3793
+ },
3384
3794
  {
3385
3795
  "inputName": "artifactId",
3386
3796
  "type": "STRING",
@@ -3426,6 +3836,11 @@ const schemaObj: SchemaObj = [
3426
3836
  "type": "NUMERIC",
3427
3837
  "mandatory": false
3428
3838
  },
3839
+ {
3840
+ "inputName": "isTPA",
3841
+ "type": "BOOL",
3842
+ "mandatory": false
3843
+ },
3429
3844
  {
3430
3845
  "inputName": "newSelectedExportType",
3431
3846
  "type": "STRING",
@@ -3452,6 +3867,11 @@ const schemaObj: SchemaObj = [
3452
3867
  "event_id": 140,
3453
3868
  "name": "Cairo - Drag Action - Unsuccessful Update in Server",
3454
3869
  "fields": [
3870
+ {
3871
+ "inputName": "appId",
3872
+ "type": "STRING",
3873
+ "mandatory": false
3874
+ },
3455
3875
  {
3456
3876
  "inputName": "artifactId",
3457
3877
  "type": "STRING",
@@ -3512,6 +3932,11 @@ const schemaObj: SchemaObj = [
3512
3932
  "type": "STRING",
3513
3933
  "mandatory": false
3514
3934
  },
3935
+ {
3936
+ "inputName": "isTPA",
3937
+ "type": "BOOL",
3938
+ "mandatory": false
3939
+ },
3515
3940
  {
3516
3941
  "inputName": "itemId",
3517
3942
  "type": "STRING",
@@ -3588,6 +4013,11 @@ const schemaObj: SchemaObj = [
3588
4013
  "event_id": 170,
3589
4014
  "name": "Cairo - Tags - Search for Tags",
3590
4015
  "fields": [
4016
+ {
4017
+ "inputName": "appId",
4018
+ "type": "STRING",
4019
+ "mandatory": false
4020
+ },
3591
4021
  {
3592
4022
  "inputName": "artifactId",
3593
4023
  "type": "STRING",
@@ -3623,6 +4053,11 @@ const schemaObj: SchemaObj = [
3623
4053
  "type": "STRING",
3624
4054
  "mandatory": false
3625
4055
  },
4056
+ {
4057
+ "inputName": "isTPA",
4058
+ "type": "BOOL",
4059
+ "mandatory": false
4060
+ },
3626
4061
  {
3627
4062
  "inputName": "location",
3628
4063
  "type": "STRING",
@@ -3664,6 +4099,11 @@ const schemaObj: SchemaObj = [
3664
4099
  "type": "STRING",
3665
4100
  "mandatory": false
3666
4101
  },
4102
+ {
4103
+ "inputName": "appId",
4104
+ "type": "STRING",
4105
+ "mandatory": false
4106
+ },
3667
4107
  {
3668
4108
  "inputName": "artifactId",
3669
4109
  "type": "STRING",
@@ -3699,6 +4139,11 @@ const schemaObj: SchemaObj = [
3699
4139
  "type": "STRING",
3700
4140
  "mandatory": false
3701
4141
  },
4142
+ {
4143
+ "inputName": "isTPA",
4144
+ "type": "BOOL",
4145
+ "mandatory": false
4146
+ },
3702
4147
  {
3703
4148
  "inputName": "numActions",
3704
4149
  "type": "NUMERIC",
@@ -3720,6 +4165,11 @@ const schemaObj: SchemaObj = [
3720
4165
  "event_id": 158,
3721
4166
  "name": "Cairo - Learn More",
3722
4167
  "fields": [
4168
+ {
4169
+ "inputName": "appId",
4170
+ "type": "STRING",
4171
+ "mandatory": false
4172
+ },
3723
4173
  {
3724
4174
  "inputName": "artifactId",
3725
4175
  "type": "STRING",
@@ -3750,6 +4200,11 @@ const schemaObj: SchemaObj = [
3750
4200
  "type": "STRING",
3751
4201
  "mandatory": false
3752
4202
  },
4203
+ {
4204
+ "inputName": "isTPA",
4205
+ "type": "BOOL",
4206
+ "mandatory": false
4207
+ },
3753
4208
  {
3754
4209
  "inputName": "origin",
3755
4210
  "type": "STRING",
@@ -3776,6 +4231,11 @@ const schemaObj: SchemaObj = [
3776
4231
  "type": "STRING",
3777
4232
  "mandatory": false
3778
4233
  },
4234
+ {
4235
+ "inputName": "appId",
4236
+ "type": "STRING",
4237
+ "mandatory": false
4238
+ },
3779
4239
  {
3780
4240
  "inputName": "artifactId",
3781
4241
  "type": "STRING",
@@ -3816,6 +4276,11 @@ const schemaObj: SchemaObj = [
3816
4276
  "type": "BOOL",
3817
4277
  "mandatory": false
3818
4278
  },
4279
+ {
4280
+ "inputName": "isTPA",
4281
+ "type": "BOOL",
4282
+ "mandatory": false
4283
+ },
3819
4284
  {
3820
4285
  "inputName": "itemIds",
3821
4286
  "type": "STRING",
@@ -3852,6 +4317,11 @@ const schemaObj: SchemaObj = [
3852
4317
  "event_id": 150,
3853
4318
  "name": "Cairo - Page - CTA Clicked",
3854
4319
  "fields": [
4320
+ {
4321
+ "inputName": "appId",
4322
+ "type": "STRING",
4323
+ "mandatory": false
4324
+ },
3855
4325
  {
3856
4326
  "inputName": "artifactId",
3857
4327
  "type": "STRING",
@@ -3892,6 +4362,11 @@ const schemaObj: SchemaObj = [
3892
4362
  "type": "STRING",
3893
4363
  "mandatory": false
3894
4364
  },
4365
+ {
4366
+ "inputName": "isTPA",
4367
+ "type": "BOOL",
4368
+ "mandatory": false
4369
+ },
3895
4370
  {
3896
4371
  "inputName": "isValid",
3897
4372
  "type": "BOOL",
@@ -3938,6 +4413,11 @@ const schemaObj: SchemaObj = [
3938
4413
  "event_id": 136,
3939
4414
  "name": "Cairo - Table Top Notification Displayed",
3940
4415
  "fields": [
4416
+ {
4417
+ "inputName": "appId",
4418
+ "type": "STRING",
4419
+ "mandatory": false
4420
+ },
3941
4421
  {
3942
4422
  "inputName": "artifactId",
3943
4423
  "type": "STRING",
@@ -3973,6 +4453,11 @@ const schemaObj: SchemaObj = [
3973
4453
  "type": "NUMERIC",
3974
4454
  "mandatory": false
3975
4455
  },
4456
+ {
4457
+ "inputName": "isTPA",
4458
+ "type": "BOOL",
4459
+ "mandatory": false
4460
+ },
3976
4461
  {
3977
4462
  "inputName": "notificationText",
3978
4463
  "type": "STRING",
@@ -3999,6 +4484,11 @@ const schemaObj: SchemaObj = [
3999
4484
  "type": "STRING",
4000
4485
  "mandatory": false
4001
4486
  },
4487
+ {
4488
+ "inputName": "appId",
4489
+ "type": "STRING",
4490
+ "mandatory": false
4491
+ },
4002
4492
  {
4003
4493
  "inputName": "artifactId",
4004
4494
  "type": "STRING",
@@ -4039,6 +4529,11 @@ const schemaObj: SchemaObj = [
4039
4529
  "type": "BOOL",
4040
4530
  "mandatory": false
4041
4531
  },
4532
+ {
4533
+ "inputName": "isTPA",
4534
+ "type": "BOOL",
4535
+ "mandatory": false
4536
+ },
4042
4537
  {
4043
4538
  "inputName": "loaction",
4044
4539
  "type": "STRING",
@@ -4065,6 +4560,11 @@ const schemaObj: SchemaObj = [
4065
4560
  "event_id": 119,
4066
4561
  "name": "Cairo - Feature's Panel Used",
4067
4562
  "fields": [
4563
+ {
4564
+ "inputName": "appId",
4565
+ "type": "STRING",
4566
+ "mandatory": false
4567
+ },
4068
4568
  {
4069
4569
  "inputName": "artifactId",
4070
4570
  "type": "STRING",
@@ -4120,6 +4620,11 @@ const schemaObj: SchemaObj = [
4120
4620
  "type": "BOOL",
4121
4621
  "mandatory": false
4122
4622
  },
4623
+ {
4624
+ "inputName": "isTPA",
4625
+ "type": "BOOL",
4626
+ "mandatory": false
4627
+ },
4123
4628
  {
4124
4629
  "inputName": "numColumns",
4125
4630
  "type": "NUMERIC",
@@ -4171,6 +4676,11 @@ const schemaObj: SchemaObj = [
4171
4676
  "event_id": 138,
4172
4677
  "name": "Cairo - Drag Item Start",
4173
4678
  "fields": [
4679
+ {
4680
+ "inputName": "appId",
4681
+ "type": "STRING",
4682
+ "mandatory": false
4683
+ },
4174
4684
  {
4175
4685
  "inputName": "artifactId",
4176
4686
  "type": "STRING",
@@ -4246,6 +4756,11 @@ const schemaObj: SchemaObj = [
4246
4756
  "type": "BOOL",
4247
4757
  "mandatory": false
4248
4758
  },
4759
+ {
4760
+ "inputName": "isTPA",
4761
+ "type": "BOOL",
4762
+ "mandatory": false
4763
+ },
4249
4764
  {
4250
4765
  "inputName": "itemId",
4251
4766
  "type": "STRING",
@@ -4282,6 +4797,11 @@ const schemaObj: SchemaObj = [
4282
4797
  "event_id": 133,
4283
4798
  "name": "Cairo - File Download Toast Dismissed",
4284
4799
  "fields": [
4800
+ {
4801
+ "inputName": "appId",
4802
+ "type": "STRING",
4803
+ "mandatory": false
4804
+ },
4285
4805
  {
4286
4806
  "inputName": "artifactId",
4287
4807
  "type": "STRING",
@@ -4332,6 +4852,11 @@ const schemaObj: SchemaObj = [
4332
4852
  "type": "STRING",
4333
4853
  "mandatory": false
4334
4854
  },
4855
+ {
4856
+ "inputName": "isTPA",
4857
+ "type": "BOOL",
4858
+ "mandatory": false
4859
+ },
4335
4860
  {
4336
4861
  "inputName": "numSelectedItems",
4337
4862
  "type": "NUMERIC",
@@ -4353,6 +4878,11 @@ const schemaObj: SchemaObj = [
4353
4878
  "event_id": 129,
4354
4879
  "name": "Cairo - User Attempts to Cancel the Export",
4355
4880
  "fields": [
4881
+ {
4882
+ "inputName": "appId",
4883
+ "type": "STRING",
4884
+ "mandatory": false
4885
+ },
4356
4886
  {
4357
4887
  "inputName": "artifactId",
4358
4888
  "type": "STRING",
@@ -4393,6 +4923,11 @@ const schemaObj: SchemaObj = [
4393
4923
  "type": "STRING",
4394
4924
  "mandatory": false
4395
4925
  },
4926
+ {
4927
+ "inputName": "isTPA",
4928
+ "type": "BOOL",
4929
+ "mandatory": false
4930
+ },
4396
4931
  {
4397
4932
  "inputName": "numItems",
4398
4933
  "type": "NUMERIC",
@@ -4439,6 +4974,11 @@ const schemaObj: SchemaObj = [
4439
4974
  "event_id": 104,
4440
4975
  "name": "Picker - Pick (Modal CTA Button Click Or Immediate CTA)",
4441
4976
  "fields": [
4977
+ {
4978
+ "inputName": "appId",
4979
+ "type": "STRING",
4980
+ "mandatory": false
4981
+ },
4442
4982
  {
4443
4983
  "inputName": "artifactId",
4444
4984
  "type": "STRING",
@@ -4484,6 +5024,11 @@ const schemaObj: SchemaObj = [
4484
5024
  "type": "BOOL",
4485
5025
  "mandatory": false
4486
5026
  },
5027
+ {
5028
+ "inputName": "isTPA",
5029
+ "type": "BOOL",
5030
+ "mandatory": false
5031
+ },
4487
5032
  {
4488
5033
  "inputName": "itemsCnt",
4489
5034
  "type": "NUMERIC",
@@ -4520,6 +5065,11 @@ const schemaObj: SchemaObj = [
4520
5065
  "event_id": 106,
4521
5066
  "name": "New Item Creation - Start",
4522
5067
  "fields": [
5068
+ {
5069
+ "inputName": "appId",
5070
+ "type": "STRING",
5071
+ "mandatory": false
5072
+ },
4523
5073
  {
4524
5074
  "inputName": "artifactId",
4525
5075
  "type": "STRING",
@@ -4565,6 +5115,11 @@ const schemaObj: SchemaObj = [
4565
5115
  "type": "NUMERIC",
4566
5116
  "mandatory": false
4567
5117
  },
5118
+ {
5119
+ "inputName": "isTPA",
5120
+ "type": "BOOL",
5121
+ "mandatory": false
5122
+ },
4568
5123
  {
4569
5124
  "inputName": "listSize",
4570
5125
  "type": "NUMERIC",
@@ -4626,6 +5181,11 @@ const schemaObj: SchemaObj = [
4626
5181
  "event_id": 123,
4627
5182
  "name": "Cairo - View Selected",
4628
5183
  "fields": [
5184
+ {
5185
+ "inputName": "appId",
5186
+ "type": "STRING",
5187
+ "mandatory": false
5188
+ },
4629
5189
  {
4630
5190
  "inputName": "artifactId",
4631
5191
  "type": "STRING",
@@ -4686,6 +5246,11 @@ const schemaObj: SchemaObj = [
4686
5246
  "type": "BOOL",
4687
5247
  "mandatory": false
4688
5248
  },
5249
+ {
5250
+ "inputName": "isTPA",
5251
+ "type": "BOOL",
5252
+ "mandatory": false
5253
+ },
4689
5254
  {
4690
5255
  "inputName": "newViewName",
4691
5256
  "type": "STRING",
@@ -4722,6 +5287,11 @@ const schemaObj: SchemaObj = [
4722
5287
  "event_id": 155,
4723
5288
  "name": "Cairo - Data Ex.- Add Custom Field",
4724
5289
  "fields": [
5290
+ {
5291
+ "inputName": "appId",
5292
+ "type": "STRING",
5293
+ "mandatory": false
5294
+ },
4725
5295
  {
4726
5296
  "inputName": "artifactId",
4727
5297
  "type": "STRING",
@@ -4752,6 +5322,11 @@ const schemaObj: SchemaObj = [
4752
5322
  "type": "STRING",
4753
5323
  "mandatory": false
4754
5324
  },
5325
+ {
5326
+ "inputName": "isTPA",
5327
+ "type": "BOOL",
5328
+ "mandatory": false
5329
+ },
4755
5330
  {
4756
5331
  "inputName": "numColumns",
4757
5332
  "type": "NUMERIC",
@@ -4788,6 +5363,11 @@ const schemaObj: SchemaObj = [
4788
5363
  "type": "STRING",
4789
5364
  "mandatory": false
4790
5365
  },
5366
+ {
5367
+ "inputName": "appId",
5368
+ "type": "STRING",
5369
+ "mandatory": false
5370
+ },
4791
5371
  {
4792
5372
  "inputName": "artifactId",
4793
5373
  "type": "STRING",
@@ -4838,6 +5418,11 @@ const schemaObj: SchemaObj = [
4838
5418
  "type": "NUMERIC",
4839
5419
  "mandatory": false
4840
5420
  },
5421
+ {
5422
+ "inputName": "isTPA",
5423
+ "type": "BOOL",
5424
+ "mandatory": false
5425
+ },
4841
5426
  {
4842
5427
  "inputName": "listSize",
4843
5428
  "type": "NUMERIC",
@@ -4874,6 +5459,11 @@ const schemaObj: SchemaObj = [
4874
5459
  "type": "STRING",
4875
5460
  "mandatory": false
4876
5461
  },
5462
+ {
5463
+ "inputName": "appId",
5464
+ "type": "STRING",
5465
+ "mandatory": false
5466
+ },
4877
5467
  {
4878
5468
  "inputName": "artifactId",
4879
5469
  "type": "STRING",
@@ -4904,6 +5494,11 @@ const schemaObj: SchemaObj = [
4904
5494
  "type": "STRING",
4905
5495
  "mandatory": false
4906
5496
  },
5497
+ {
5498
+ "inputName": "isTPA",
5499
+ "type": "BOOL",
5500
+ "mandatory": false
5501
+ },
4907
5502
  {
4908
5503
  "inputName": "origin",
4909
5504
  "type": "STRING",
@@ -4925,6 +5520,11 @@ const schemaObj: SchemaObj = [
4925
5520
  "event_id": 122,
4926
5521
  "name": "Cairo - View Saved",
4927
5522
  "fields": [
5523
+ {
5524
+ "inputName": "appId",
5525
+ "type": "STRING",
5526
+ "mandatory": false
5527
+ },
4928
5528
  {
4929
5529
  "inputName": "artifactId",
4930
5530
  "type": "STRING",
@@ -4980,6 +5580,11 @@ const schemaObj: SchemaObj = [
4980
5580
  "type": "BOOL",
4981
5581
  "mandatory": false
4982
5582
  },
5583
+ {
5584
+ "inputName": "isTPA",
5585
+ "type": "BOOL",
5586
+ "mandatory": false
5587
+ },
4983
5588
  {
4984
5589
  "inputName": "newViewName",
4985
5590
  "type": "STRING",
@@ -5041,6 +5646,11 @@ const schemaObj: SchemaObj = [
5041
5646
  "event_id": 124,
5042
5647
  "name": "Cairo - View Deleted",
5043
5648
  "fields": [
5649
+ {
5650
+ "inputName": "appId",
5651
+ "type": "STRING",
5652
+ "mandatory": false
5653
+ },
5044
5654
  {
5045
5655
  "inputName": "artifactId",
5046
5656
  "type": "STRING",
@@ -5076,6 +5686,11 @@ const schemaObj: SchemaObj = [
5076
5686
  "type": "BOOL",
5077
5687
  "mandatory": false
5078
5688
  },
5689
+ {
5690
+ "inputName": "isTPA",
5691
+ "type": "BOOL",
5692
+ "mandatory": false
5693
+ },
5079
5694
  {
5080
5695
  "inputName": "numFiltersInView",
5081
5696
  "type": "NUMERIC",
@@ -5122,6 +5737,11 @@ const schemaObj: SchemaObj = [
5122
5737
  "type": "STRING",
5123
5738
  "mandatory": false
5124
5739
  },
5740
+ {
5741
+ "inputName": "appId",
5742
+ "type": "STRING",
5743
+ "mandatory": false
5744
+ },
5125
5745
  {
5126
5746
  "inputName": "artifactId",
5127
5747
  "type": "STRING",
@@ -5177,6 +5797,11 @@ const schemaObj: SchemaObj = [
5177
5797
  "type": "STRING",
5178
5798
  "mandatory": false
5179
5799
  },
5800
+ {
5801
+ "inputName": "isTPA",
5802
+ "type": "BOOL",
5803
+ "mandatory": false
5804
+ },
5180
5805
  {
5181
5806
  "inputName": "key",
5182
5807
  "type": "STRING",
@@ -5218,6 +5843,11 @@ const schemaObj: SchemaObj = [
5218
5843
  "event_id": 120,
5219
5844
  "name": "Cairo - Component Sorted",
5220
5845
  "fields": [
5846
+ {
5847
+ "inputName": "appId",
5848
+ "type": "STRING",
5849
+ "mandatory": false
5850
+ },
5221
5851
  {
5222
5852
  "inputName": "artifactId",
5223
5853
  "type": "STRING",
@@ -5258,6 +5888,11 @@ const schemaObj: SchemaObj = [
5258
5888
  "type": "BOOL",
5259
5889
  "mandatory": false
5260
5890
  },
5891
+ {
5892
+ "inputName": "isTPA",
5893
+ "type": "BOOL",
5894
+ "mandatory": false
5895
+ },
5261
5896
  {
5262
5897
  "inputName": "itemIndex",
5263
5898
  "type": "NUMERIC",
@@ -5329,6 +5964,11 @@ const schemaObj: SchemaObj = [
5329
5964
  "event_id": 147,
5330
5965
  "name": "Cairo - Reordering Sort Columns",
5331
5966
  "fields": [
5967
+ {
5968
+ "inputName": "appId",
5969
+ "type": "STRING",
5970
+ "mandatory": false
5971
+ },
5332
5972
  {
5333
5973
  "inputName": "artifactId",
5334
5974
  "type": "STRING",
@@ -5374,6 +6014,11 @@ const schemaObj: SchemaObj = [
5374
6014
  "type": "NUMERIC",
5375
6015
  "mandatory": false
5376
6016
  },
6017
+ {
6018
+ "inputName": "isTPA",
6019
+ "type": "BOOL",
6020
+ "mandatory": false
6021
+ },
5377
6022
  {
5378
6023
  "inputName": "listSize",
5379
6024
  "type": "NUMERIC",
@@ -5420,6 +6065,11 @@ const schemaObj: SchemaObj = [
5420
6065
  "event_id": 131,
5421
6066
  "name": "Cairo - Export Process End",
5422
6067
  "fields": [
6068
+ {
6069
+ "inputName": "appId",
6070
+ "type": "STRING",
6071
+ "mandatory": false
6072
+ },
5423
6073
  {
5424
6074
  "inputName": "artifactId",
5425
6075
  "type": "STRING",
@@ -5465,6 +6115,11 @@ const schemaObj: SchemaObj = [
5465
6115
  "type": "STRING",
5466
6116
  "mandatory": false
5467
6117
  },
6118
+ {
6119
+ "inputName": "isTPA",
6120
+ "type": "BOOL",
6121
+ "mandatory": false
6122
+ },
5468
6123
  {
5469
6124
  "inputName": "numItems",
5470
6125
  "type": "NUMERIC",
@@ -5511,6 +6166,11 @@ const schemaObj: SchemaObj = [
5511
6166
  "event_id": 159,
5512
6167
  "name": "Cairo - Apply Button Clicked",
5513
6168
  "fields": [
6169
+ {
6170
+ "inputName": "appId",
6171
+ "type": "STRING",
6172
+ "mandatory": false
6173
+ },
5514
6174
  {
5515
6175
  "inputName": "artifactId",
5516
6176
  "type": "STRING",
@@ -5561,6 +6221,11 @@ const schemaObj: SchemaObj = [
5561
6221
  "type": "NUMERIC",
5562
6222
  "mandatory": false
5563
6223
  },
6224
+ {
6225
+ "inputName": "isTPA",
6226
+ "type": "BOOL",
6227
+ "mandatory": false
6228
+ },
5564
6229
  {
5565
6230
  "inputName": "listSize",
5566
6231
  "type": "NUMERIC",
@@ -5607,6 +6272,11 @@ const schemaObj: SchemaObj = [
5607
6272
  "type": "STRING",
5608
6273
  "mandatory": false
5609
6274
  },
6275
+ {
6276
+ "inputName": "appId",
6277
+ "type": "STRING",
6278
+ "mandatory": false
6279
+ },
5610
6280
  {
5611
6281
  "inputName": "artifactId",
5612
6282
  "type": "STRING",
@@ -5647,6 +6317,11 @@ const schemaObj: SchemaObj = [
5647
6317
  "type": "STRING",
5648
6318
  "mandatory": false
5649
6319
  },
6320
+ {
6321
+ "inputName": "isTPA",
6322
+ "type": "BOOL",
6323
+ "mandatory": false
6324
+ },
5650
6325
  {
5651
6326
  "inputName": "numItems",
5652
6327
  "type": "NUMERIC",
@@ -5688,6 +6363,11 @@ const schemaObj: SchemaObj = [
5688
6363
  "type": "STRING",
5689
6364
  "mandatory": false
5690
6365
  },
6366
+ {
6367
+ "inputName": "appId",
6368
+ "type": "STRING",
6369
+ "mandatory": false
6370
+ },
5691
6371
  {
5692
6372
  "inputName": "artifactId",
5693
6373
  "type": "STRING",
@@ -5753,6 +6433,11 @@ const schemaObj: SchemaObj = [
5753
6433
  "type": "NUMERIC",
5754
6434
  "mandatory": false
5755
6435
  },
6436
+ {
6437
+ "inputName": "isTPA",
6438
+ "type": "BOOL",
6439
+ "mandatory": false
6440
+ },
5756
6441
  {
5757
6442
  "inputName": "product",
5758
6443
  "type": "STRING",
@@ -5789,6 +6474,11 @@ const schemaObj: SchemaObj = [
5789
6474
  "event_id": 152,
5790
6475
  "name": "Cairo - Page Back or Breadcrumb Clicked",
5791
6476
  "fields": [
6477
+ {
6478
+ "inputName": "appId",
6479
+ "type": "STRING",
6480
+ "mandatory": false
6481
+ },
5792
6482
  {
5793
6483
  "inputName": "artifactId",
5794
6484
  "type": "STRING",
@@ -5829,6 +6519,11 @@ const schemaObj: SchemaObj = [
5829
6519
  "type": "STRING",
5830
6520
  "mandatory": false
5831
6521
  },
6522
+ {
6523
+ "inputName": "isTPA",
6524
+ "type": "BOOL",
6525
+ "mandatory": false
6526
+ },
5832
6527
  {
5833
6528
  "inputName": "pageType",
5834
6529
  "type": "STRING",
@@ -5900,6 +6595,11 @@ const schemaObj: SchemaObj = [
5900
6595
  "type": "STRING",
5901
6596
  "mandatory": false
5902
6597
  },
6598
+ {
6599
+ "inputName": "isTPA",
6600
+ "type": "BOOL",
6601
+ "mandatory": false
6602
+ },
5903
6603
  {
5904
6604
  "inputName": "location",
5905
6605
  "type": "STRING",
@@ -5931,6 +6631,11 @@ const schemaObj: SchemaObj = [
5931
6631
  "event_id": 108,
5932
6632
  "name": "Pikachu - Categories Dropdown Button Clicked",
5933
6633
  "fields": [
6634
+ {
6635
+ "inputName": "appId",
6636
+ "type": "STRING",
6637
+ "mandatory": false
6638
+ },
5934
6639
  {
5935
6640
  "inputName": "artifactId",
5936
6641
  "type": "STRING",
@@ -5961,6 +6666,11 @@ const schemaObj: SchemaObj = [
5961
6666
  "type": "STRING",
5962
6667
  "mandatory": false
5963
6668
  },
6669
+ {
6670
+ "inputName": "isTPA",
6671
+ "type": "BOOL",
6672
+ "mandatory": false
6673
+ },
5964
6674
  {
5965
6675
  "inputName": "product",
5966
6676
  "type": "STRING",
@@ -5982,6 +6692,11 @@ const schemaObj: SchemaObj = [
5982
6692
  "type": "STRING",
5983
6693
  "mandatory": false
5984
6694
  },
6695
+ {
6696
+ "inputName": "appId",
6697
+ "type": "STRING",
6698
+ "mandatory": false
6699
+ },
5985
6700
  {
5986
6701
  "inputName": "artifactId",
5987
6702
  "type": "STRING",
@@ -6017,6 +6732,11 @@ const schemaObj: SchemaObj = [
6017
6732
  "type": "STRING",
6018
6733
  "mandatory": false
6019
6734
  },
6735
+ {
6736
+ "inputName": "isTPA",
6737
+ "type": "BOOL",
6738
+ "mandatory": false
6739
+ },
6020
6740
  {
6021
6741
  "inputName": "numTags",
6022
6742
  "type": "NUMERIC",
@@ -6053,6 +6773,11 @@ const schemaObj: SchemaObj = [
6053
6773
  "type": "STRING",
6054
6774
  "mandatory": false
6055
6775
  },
6776
+ {
6777
+ "inputName": "appId",
6778
+ "type": "STRING",
6779
+ "mandatory": false
6780
+ },
6056
6781
  {
6057
6782
  "inputName": "artifactId",
6058
6783
  "type": "STRING",
@@ -6088,6 +6813,11 @@ const schemaObj: SchemaObj = [
6088
6813
  "type": "NUMERIC",
6089
6814
  "mandatory": false
6090
6815
  },
6816
+ {
6817
+ "inputName": "isTPA",
6818
+ "type": "BOOL",
6819
+ "mandatory": false
6820
+ },
6091
6821
  {
6092
6822
  "inputName": "itemId",
6093
6823
  "type": "STRING",
@@ -6154,6 +6884,11 @@ const schemaObj: SchemaObj = [
6154
6884
  "event_id": 146,
6155
6885
  "name": "Cairo - Sort Panel Used (not active)",
6156
6886
  "fields": [
6887
+ {
6888
+ "inputName": "appId",
6889
+ "type": "STRING",
6890
+ "mandatory": false
6891
+ },
6157
6892
  {
6158
6893
  "inputName": "artifactId",
6159
6894
  "type": "STRING",
@@ -6194,6 +6929,11 @@ const schemaObj: SchemaObj = [
6194
6929
  "type": "BOOL",
6195
6930
  "mandatory": false
6196
6931
  },
6932
+ {
6933
+ "inputName": "isTPA",
6934
+ "type": "BOOL",
6935
+ "mandatory": false
6936
+ },
6197
6937
  {
6198
6938
  "inputName": "numSortedColumns",
6199
6939
  "type": "NUMERIC",
@@ -6220,6 +6960,11 @@ const schemaObj: SchemaObj = [
6220
6960
  "type": "STRING",
6221
6961
  "mandatory": false
6222
6962
  },
6963
+ {
6964
+ "inputName": "appId",
6965
+ "type": "STRING",
6966
+ "mandatory": false
6967
+ },
6223
6968
  {
6224
6969
  "inputName": "artifactId",
6225
6970
  "type": "STRING",
@@ -6255,6 +7000,11 @@ const schemaObj: SchemaObj = [
6255
7000
  "type": "BOOL",
6256
7001
  "mandatory": false
6257
7002
  },
7003
+ {
7004
+ "inputName": "isTPA",
7005
+ "type": "BOOL",
7006
+ "mandatory": false
7007
+ },
6258
7008
  {
6259
7009
  "inputName": "itemId",
6260
7010
  "type": "STRING",
@@ -6301,6 +7051,11 @@ const schemaObj: SchemaObj = [
6301
7051
  "event_id": 149,
6302
7052
  "name": "Cairo - Pages -Unsuccessful Update in Server",
6303
7053
  "fields": [
7054
+ {
7055
+ "inputName": "appId",
7056
+ "type": "STRING",
7057
+ "mandatory": false
7058
+ },
6304
7059
  {
6305
7060
  "inputName": "artifactId",
6306
7061
  "type": "STRING",
@@ -6371,6 +7126,11 @@ const schemaObj: SchemaObj = [
6371
7126
  "type": "NUMERIC",
6372
7127
  "mandatory": false
6373
7128
  },
7129
+ {
7130
+ "inputName": "isTPA",
7131
+ "type": "BOOL",
7132
+ "mandatory": false
7133
+ },
6374
7134
  {
6375
7135
  "inputName": "pageType",
6376
7136
  "type": "STRING",