@wix/bex-utils 1.29.0 → 1.30.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (244) 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/testkit/client-testkit.js.map +1 -1
  220. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js +765 -5
  221. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/common.js.map +1 -1
  222. package/@wix/bi-logger-cairo-os/dist/cjs/testkit/node-testkit.js.map +1 -1
  223. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js +154 -2
  224. package/@wix/bi-logger-cairo-os/dist/cjs/v2/index.js.map +1 -1
  225. package/@wix/bi-logger-cairo-os/dist/esm/testkit/client-testkit.js.map +1 -1
  226. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js +765 -5
  227. package/@wix/bi-logger-cairo-os/dist/esm/testkit/common.js.map +1 -1
  228. package/@wix/bi-logger-cairo-os/dist/esm/testkit/node-testkit.js.map +1 -1
  229. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js +154 -2
  230. package/@wix/bi-logger-cairo-os/dist/esm/v2/index.js.map +1 -1
  231. package/@wix/bi-logger-cairo-os/dist/types/testkit/client-testkit.d.ts +153 -1
  232. package/@wix/bi-logger-cairo-os/dist/types/testkit/node-testkit.d.ts +153 -1
  233. package/@wix/bi-logger-cairo-os/dist/types/types.d.ts +153 -1
  234. package/@wix/bi-logger-cairo-os/dist/types/v2/index.d.ts +154 -2
  235. package/@wix/bi-logger-cairo-os/package.json +2 -2
  236. package/@wix/bi-logger-cairo-os/src/testkit/client-testkit.ts +153 -1
  237. package/@wix/bi-logger-cairo-os/src/testkit/common.ts +765 -5
  238. package/@wix/bi-logger-cairo-os/src/testkit/node-testkit.ts +153 -1
  239. package/@wix/bi-logger-cairo-os/src/types.ts +154 -3
  240. package/@wix/bi-logger-cairo-os/src/v2/index.ts +154 -2
  241. package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
  242. package/@wix/wix-i18n-config/package.json +4 -4
  243. package/package.json +2 -2
  244. 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
@@ -22,6 +22,11 @@ var schemaObj = [
22
22
  "event_id": 113,
23
23
  "name": "Cairo - Component Dismissed",
24
24
  "fields": [
25
+ {
26
+ "inputName": "appId",
27
+ "type": "STRING",
28
+ "mandatory": false
29
+ },
25
30
  {
26
31
  "inputName": "artifactId",
27
32
  "type": "STRING",
@@ -52,6 +57,11 @@ var schemaObj = [
52
57
  "type": "STRING",
53
58
  "mandatory": false
54
59
  },
60
+ {
61
+ "inputName": "isTPA",
62
+ "type": "BOOL",
63
+ "mandatory": false
64
+ },
55
65
  {
56
66
  "inputName": "origin",
57
67
  "type": "STRING",
@@ -73,6 +83,11 @@ var schemaObj = [
73
83
  "event_id": 112,
74
84
  "name": "Cairo - Load More",
75
85
  "fields": [
86
+ {
87
+ "inputName": "appId",
88
+ "type": "STRING",
89
+ "mandatory": false
90
+ },
76
91
  {
77
92
  "inputName": "artifactId",
78
93
  "type": "STRING",
@@ -128,6 +143,11 @@ var schemaObj = [
128
143
  "type": "NUMERIC",
129
144
  "mandatory": false
130
145
  },
146
+ {
147
+ "inputName": "isTPA",
148
+ "type": "BOOL",
149
+ "mandatory": false
150
+ },
131
151
  {
132
152
  "inputName": "loadedItems",
133
153
  "type": "NUMERIC",
@@ -154,6 +174,11 @@ var schemaObj = [
154
174
  "event_id": 139,
155
175
  "name": "Cairo - Drag Item End (Drop)",
156
176
  "fields": [
177
+ {
178
+ "inputName": "appId",
179
+ "type": "STRING",
180
+ "mandatory": false
181
+ },
157
182
  {
158
183
  "inputName": "artifactId",
159
184
  "type": "STRING",
@@ -239,6 +264,11 @@ var schemaObj = [
239
264
  "type": "BOOL",
240
265
  "mandatory": false
241
266
  },
267
+ {
268
+ "inputName": "isTPA",
269
+ "type": "BOOL",
270
+ "mandatory": false
271
+ },
242
272
  {
243
273
  "inputName": "itemId",
244
274
  "type": "STRING",
@@ -285,6 +315,11 @@ var schemaObj = [
285
315
  "type": "STRING",
286
316
  "mandatory": false
287
317
  },
318
+ {
319
+ "inputName": "appId",
320
+ "type": "STRING",
321
+ "mandatory": false
322
+ },
288
323
  {
289
324
  "inputName": "artifactId",
290
325
  "type": "STRING",
@@ -325,6 +360,11 @@ var schemaObj = [
325
360
  "type": "NUMERIC",
326
361
  "mandatory": false
327
362
  },
363
+ {
364
+ "inputName": "isTPA",
365
+ "type": "BOOL",
366
+ "mandatory": false
367
+ },
328
368
  {
329
369
  "inputName": "listSize",
330
370
  "type": "NUMERIC",
@@ -356,6 +396,11 @@ var schemaObj = [
356
396
  "event_id": 161,
357
397
  "name": "Cairo - Discard Changes Before Apply",
358
398
  "fields": [
399
+ {
400
+ "inputName": "appId",
401
+ "type": "STRING",
402
+ "mandatory": false
403
+ },
359
404
  {
360
405
  "inputName": "artifactId",
361
406
  "type": "STRING",
@@ -396,6 +441,11 @@ var schemaObj = [
396
441
  "type": "STRING",
397
442
  "mandatory": false
398
443
  },
444
+ {
445
+ "inputName": "isTPA",
446
+ "type": "BOOL",
447
+ "mandatory": false
448
+ },
399
449
  {
400
450
  "inputName": "numActiveFields",
401
451
  "type": "NUMERIC",
@@ -432,6 +482,11 @@ var schemaObj = [
432
482
  "event_id": 114,
433
483
  "name": "Cairo - Item Selection Toggled",
434
484
  "fields": [
485
+ {
486
+ "inputName": "appId",
487
+ "type": "STRING",
488
+ "mandatory": false
489
+ },
435
490
  {
436
491
  "inputName": "artifactId",
437
492
  "type": "STRING",
@@ -517,6 +572,11 @@ var schemaObj = [
517
572
  "type": "BOOL",
518
573
  "mandatory": false
519
574
  },
575
+ {
576
+ "inputName": "isTPA",
577
+ "type": "BOOL",
578
+ "mandatory": false
579
+ },
520
580
  {
521
581
  "inputName": "itemId",
522
582
  "type": "STRING",
@@ -578,6 +638,11 @@ var schemaObj = [
578
638
  "event_id": 102,
579
639
  "name": "Picker - End Load",
580
640
  "fields": [
641
+ {
642
+ "inputName": "appId",
643
+ "type": "STRING",
644
+ "mandatory": false
645
+ },
581
646
  {
582
647
  "inputName": "artifactId",
583
648
  "type": "STRING",
@@ -618,6 +683,11 @@ var schemaObj = [
618
683
  "type": "NUMERIC",
619
684
  "mandatory": false
620
685
  },
686
+ {
687
+ "inputName": "isTPA",
688
+ "type": "BOOL",
689
+ "mandatory": false
690
+ },
621
691
  {
622
692
  "inputName": "listSize",
623
693
  "type": "NUMERIC",
@@ -654,6 +724,11 @@ var schemaObj = [
654
724
  "event_id": 165,
655
725
  "name": "Cairo - Nested Table - Collapse and Expand",
656
726
  "fields": [
727
+ {
728
+ "inputName": "appId",
729
+ "type": "STRING",
730
+ "mandatory": false
731
+ },
657
732
  {
658
733
  "inputName": "artifactId",
659
734
  "type": "STRING",
@@ -734,6 +809,11 @@ var schemaObj = [
734
809
  "type": "BOOL",
735
810
  "mandatory": false
736
811
  },
812
+ {
813
+ "inputName": "isTPA",
814
+ "type": "BOOL",
815
+ "mandatory": false
816
+ },
737
817
  {
738
818
  "inputName": "itemId",
739
819
  "type": "STRING",
@@ -770,6 +850,11 @@ var schemaObj = [
770
850
  "event_id": 111,
771
851
  "name": "Cairo - Load End",
772
852
  "fields": [
853
+ {
854
+ "inputName": "appId",
855
+ "type": "STRING",
856
+ "mandatory": false
857
+ },
773
858
  {
774
859
  "inputName": "artifactId",
775
860
  "type": "STRING",
@@ -840,6 +925,11 @@ var schemaObj = [
840
925
  "type": "BOOL",
841
926
  "mandatory": false
842
927
  },
928
+ {
929
+ "inputName": "isTPA",
930
+ "type": "BOOL",
931
+ "mandatory": false
932
+ },
843
933
  {
844
934
  "inputName": "listSize",
845
935
  "type": "NUMERIC",
@@ -876,6 +966,11 @@ var schemaObj = [
876
966
  "type": "STRING",
877
967
  "mandatory": false
878
968
  },
969
+ {
970
+ "inputName": "appId",
971
+ "type": "STRING",
972
+ "mandatory": false
973
+ },
879
974
  {
880
975
  "inputName": "artifactId",
881
976
  "type": "STRING",
@@ -911,6 +1006,11 @@ var schemaObj = [
911
1006
  "type": "BOOL",
912
1007
  "mandatory": false
913
1008
  },
1009
+ {
1010
+ "inputName": "isTPA",
1011
+ "type": "BOOL",
1012
+ "mandatory": false
1013
+ },
914
1014
  {
915
1015
  "inputName": "numTags",
916
1016
  "type": "NUMERIC",
@@ -947,6 +1047,11 @@ var schemaObj = [
947
1047
  "event_id": 128,
948
1048
  "name": "Cairo - Export Process Start",
949
1049
  "fields": [
1050
+ {
1051
+ "inputName": "appId",
1052
+ "type": "STRING",
1053
+ "mandatory": false
1054
+ },
950
1055
  {
951
1056
  "inputName": "artifactId",
952
1057
  "type": "STRING",
@@ -982,6 +1087,11 @@ var schemaObj = [
982
1087
  "type": "STRING",
983
1088
  "mandatory": false
984
1089
  },
1090
+ {
1091
+ "inputName": "isTPA",
1092
+ "type": "BOOL",
1093
+ "mandatory": false
1094
+ },
985
1095
  {
986
1096
  "inputName": "numItems",
987
1097
  "type": "NUMERIC",
@@ -1018,6 +1128,11 @@ var schemaObj = [
1018
1128
  "event_id": 135,
1019
1129
  "name": "Cairo - Export Failed Modal CTA Clicked",
1020
1130
  "fields": [
1131
+ {
1132
+ "inputName": "appId",
1133
+ "type": "STRING",
1134
+ "mandatory": false
1135
+ },
1021
1136
  {
1022
1137
  "inputName": "artifactId",
1023
1138
  "type": "STRING",
@@ -1058,6 +1173,11 @@ var schemaObj = [
1058
1173
  "type": "STRING",
1059
1174
  "mandatory": false
1060
1175
  },
1176
+ {
1177
+ "inputName": "isTPA",
1178
+ "type": "BOOL",
1179
+ "mandatory": false
1180
+ },
1061
1181
  {
1062
1182
  "inputName": "numItems",
1063
1183
  "type": "NUMERIC",
@@ -1099,6 +1219,11 @@ var schemaObj = [
1099
1219
  "event_id": 151,
1100
1220
  "name": "Cairo - Search View in Views",
1101
1221
  "fields": [
1222
+ {
1223
+ "inputName": "appId",
1224
+ "type": "STRING",
1225
+ "mandatory": false
1226
+ },
1102
1227
  {
1103
1228
  "inputName": "artifactId",
1104
1229
  "type": "STRING",
@@ -1134,6 +1259,11 @@ var schemaObj = [
1134
1259
  "type": "STRING",
1135
1260
  "mandatory": false
1136
1261
  },
1262
+ {
1263
+ "inputName": "isTPA",
1264
+ "type": "BOOL",
1265
+ "mandatory": false
1266
+ },
1137
1267
  {
1138
1268
  "inputName": "numCategoriesInResults",
1139
1269
  "type": "NUMERIC",
@@ -1170,6 +1300,11 @@ var schemaObj = [
1170
1300
  "event_id": 101,
1171
1301
  "name": "Picker - Start Load",
1172
1302
  "fields": [
1303
+ {
1304
+ "inputName": "appId",
1305
+ "type": "STRING",
1306
+ "mandatory": false
1307
+ },
1173
1308
  {
1174
1309
  "inputName": "artifactId",
1175
1310
  "type": "STRING",
@@ -1210,6 +1345,11 @@ var schemaObj = [
1210
1345
  "type": "NUMERIC",
1211
1346
  "mandatory": false
1212
1347
  },
1348
+ {
1349
+ "inputName": "isTPA",
1350
+ "type": "BOOL",
1351
+ "mandatory": false
1352
+ },
1213
1353
  {
1214
1354
  "inputName": "listSize",
1215
1355
  "type": "NUMERIC",
@@ -1246,6 +1386,11 @@ var schemaObj = [
1246
1386
  "type": "STRING",
1247
1387
  "mandatory": false
1248
1388
  },
1389
+ {
1390
+ "inputName": "appId",
1391
+ "type": "STRING",
1392
+ "mandatory": false
1393
+ },
1249
1394
  {
1250
1395
  "inputName": "artifactId",
1251
1396
  "type": "STRING",
@@ -1301,6 +1446,11 @@ var schemaObj = [
1301
1446
  "type": "STRING",
1302
1447
  "mandatory": false
1303
1448
  },
1449
+ {
1450
+ "inputName": "isTPA",
1451
+ "type": "BOOL",
1452
+ "mandatory": false
1453
+ },
1304
1454
  {
1305
1455
  "inputName": "product",
1306
1456
  "type": "STRING",
@@ -1322,6 +1472,11 @@ var schemaObj = [
1322
1472
  "event_id": 109,
1323
1473
  "name": "Pikachu - Item Category Selected",
1324
1474
  "fields": [
1475
+ {
1476
+ "inputName": "appId",
1477
+ "type": "STRING",
1478
+ "mandatory": false
1479
+ },
1325
1480
  {
1326
1481
  "inputName": "artifactId",
1327
1482
  "type": "STRING",
@@ -1352,6 +1507,11 @@ var schemaObj = [
1352
1507
  "type": "STRING",
1353
1508
  "mandatory": false
1354
1509
  },
1510
+ {
1511
+ "inputName": "isTPA",
1512
+ "type": "BOOL",
1513
+ "mandatory": false
1514
+ },
1355
1515
  {
1356
1516
  "inputName": "itemCategory",
1357
1517
  "type": "STRING",
@@ -1373,6 +1533,11 @@ var schemaObj = [
1373
1533
  "event_id": 125,
1374
1534
  "name": "Cairo - Export CTA Clicked",
1375
1535
  "fields": [
1536
+ {
1537
+ "inputName": "appId",
1538
+ "type": "STRING",
1539
+ "mandatory": false
1540
+ },
1376
1541
  {
1377
1542
  "inputName": "artifactId",
1378
1543
  "type": "STRING",
@@ -1423,6 +1588,11 @@ var schemaObj = [
1423
1588
  "type": "NUMERIC",
1424
1589
  "mandatory": false
1425
1590
  },
1591
+ {
1592
+ "inputName": "isTPA",
1593
+ "type": "BOOL",
1594
+ "mandatory": false
1595
+ },
1426
1596
  {
1427
1597
  "inputName": "numSelectedItems",
1428
1598
  "type": "NUMERIC",
@@ -1444,6 +1614,11 @@ var schemaObj = [
1444
1614
  "event_id": 130,
1445
1615
  "name": "Cairo - Cancel Export Modal CTA Clicked",
1446
1616
  "fields": [
1617
+ {
1618
+ "inputName": "appId",
1619
+ "type": "STRING",
1620
+ "mandatory": false
1621
+ },
1447
1622
  {
1448
1623
  "inputName": "artifactId",
1449
1624
  "type": "STRING",
@@ -1489,6 +1664,11 @@ var schemaObj = [
1489
1664
  "type": "STRING",
1490
1665
  "mandatory": false
1491
1666
  },
1667
+ {
1668
+ "inputName": "isTPA",
1669
+ "type": "BOOL",
1670
+ "mandatory": false
1671
+ },
1492
1672
  {
1493
1673
  "inputName": "modalType",
1494
1674
  "type": "STRING",
@@ -1535,6 +1715,11 @@ var schemaObj = [
1535
1715
  "event_id": 174,
1536
1716
  "name": "Cairo - Page- Discard Changes Before Save",
1537
1717
  "fields": [
1718
+ {
1719
+ "inputName": "appId",
1720
+ "type": "STRING",
1721
+ "mandatory": false
1722
+ },
1538
1723
  {
1539
1724
  "inputName": "artifactId",
1540
1725
  "type": "STRING",
@@ -1565,6 +1750,11 @@ var schemaObj = [
1565
1750
  "type": "STRING",
1566
1751
  "mandatory": false
1567
1752
  },
1753
+ {
1754
+ "inputName": "isTPA",
1755
+ "type": "BOOL",
1756
+ "mandatory": false
1757
+ },
1568
1758
  {
1569
1759
  "inputName": "numOfActions",
1570
1760
  "type": "NUMERIC",
@@ -1601,6 +1791,11 @@ var schemaObj = [
1601
1791
  "event_id": 134,
1602
1792
  "name": "Cairo - File Download Toast Download Button Clicked",
1603
1793
  "fields": [
1794
+ {
1795
+ "inputName": "appId",
1796
+ "type": "STRING",
1797
+ "mandatory": false
1798
+ },
1604
1799
  {
1605
1800
  "inputName": "artifactId",
1606
1801
  "type": "STRING",
@@ -1646,6 +1841,11 @@ var schemaObj = [
1646
1841
  "type": "STRING",
1647
1842
  "mandatory": false
1648
1843
  },
1844
+ {
1845
+ "inputName": "isTPA",
1846
+ "type": "BOOL",
1847
+ "mandatory": false
1848
+ },
1649
1849
  {
1650
1850
  "inputName": "numSelectedItems",
1651
1851
  "type": "NUMERIC",
@@ -1672,6 +1872,11 @@ var schemaObj = [
1672
1872
  "type": "STRING",
1673
1873
  "mandatory": false
1674
1874
  },
1875
+ {
1876
+ "inputName": "appId",
1877
+ "type": "STRING",
1878
+ "mandatory": false
1879
+ },
1675
1880
  {
1676
1881
  "inputName": "artifactId",
1677
1882
  "type": "STRING",
@@ -1712,6 +1917,11 @@ var schemaObj = [
1712
1917
  "type": "BOOL",
1713
1918
  "mandatory": false
1714
1919
  },
1920
+ {
1921
+ "inputName": "isTPA",
1922
+ "type": "BOOL",
1923
+ "mandatory": false
1924
+ },
1715
1925
  {
1716
1926
  "inputName": "numColumns",
1717
1927
  "type": "NUMERIC",
@@ -1732,11 +1942,6 @@ var schemaObj = [
1732
1942
  "type": "NUMERIC",
1733
1943
  "mandatory": false
1734
1944
  },
1735
- {
1736
- "inputName": "origin",
1737
- "type": "STRING",
1738
- "mandatory": false
1739
- },
1740
1945
  {
1741
1946
  "inputName": "product",
1742
1947
  "type": "STRING",
@@ -1758,6 +1963,11 @@ var schemaObj = [
1758
1963
  "event_id": 121,
1759
1964
  "name": "Cairo - Tab Selected",
1760
1965
  "fields": [
1966
+ {
1967
+ "inputName": "appId",
1968
+ "type": "STRING",
1969
+ "mandatory": false
1970
+ },
1761
1971
  {
1762
1972
  "inputName": "artifactId",
1763
1973
  "type": "STRING",
@@ -1798,6 +2008,11 @@ var schemaObj = [
1798
2008
  "type": "BOOL",
1799
2009
  "mandatory": false
1800
2010
  },
2011
+ {
2012
+ "inputName": "isTPA",
2013
+ "type": "BOOL",
2014
+ "mandatory": false
2015
+ },
1801
2016
  {
1802
2017
  "inputName": "newTabId",
1803
2018
  "type": "STRING",
@@ -1844,6 +2059,11 @@ var schemaObj = [
1844
2059
  "type": "STRING",
1845
2060
  "mandatory": false
1846
2061
  },
2062
+ {
2063
+ "inputName": "appId",
2064
+ "type": "STRING",
2065
+ "mandatory": false
2066
+ },
1847
2067
  {
1848
2068
  "inputName": "artifactId",
1849
2069
  "type": "STRING",
@@ -1914,6 +2134,11 @@ var schemaObj = [
1914
2134
  "type": "BOOL",
1915
2135
  "mandatory": false
1916
2136
  },
2137
+ {
2138
+ "inputName": "isTPA",
2139
+ "type": "BOOL",
2140
+ "mandatory": false
2141
+ },
1917
2142
  {
1918
2143
  "inputName": "numOfWaitingUpdates",
1919
2144
  "type": "NUMERIC",
@@ -1950,6 +2175,11 @@ var schemaObj = [
1950
2175
  "event_id": 162,
1951
2176
  "name": "Cairo - Modal CTA Clicked",
1952
2177
  "fields": [
2178
+ {
2179
+ "inputName": "appId",
2180
+ "type": "STRING",
2181
+ "mandatory": false
2182
+ },
1953
2183
  {
1954
2184
  "inputName": "artifactId",
1955
2185
  "type": "STRING",
@@ -1985,6 +2215,11 @@ var schemaObj = [
1985
2215
  "type": "STRING",
1986
2216
  "mandatory": false
1987
2217
  },
2218
+ {
2219
+ "inputName": "isTPA",
2220
+ "type": "BOOL",
2221
+ "mandatory": false
2222
+ },
1988
2223
  {
1989
2224
  "inputName": "localizedCtaName",
1990
2225
  "type": "STRING",
@@ -2011,6 +2246,11 @@ var schemaObj = [
2011
2246
  "event_id": 118,
2012
2247
  "name": "Cairo - All Filters Cleared",
2013
2248
  "fields": [
2249
+ {
2250
+ "inputName": "appId",
2251
+ "type": "STRING",
2252
+ "mandatory": false
2253
+ },
2014
2254
  {
2015
2255
  "inputName": "artifactId",
2016
2256
  "type": "STRING",
@@ -2051,6 +2291,11 @@ var schemaObj = [
2051
2291
  "type": "NUMERIC",
2052
2292
  "mandatory": false
2053
2293
  },
2294
+ {
2295
+ "inputName": "isTPA",
2296
+ "type": "BOOL",
2297
+ "mandatory": false
2298
+ },
2054
2299
  {
2055
2300
  "inputName": "numFiltersCleared",
2056
2301
  "type": "NUMERIC",
@@ -2077,6 +2322,11 @@ var schemaObj = [
2077
2322
  "event_id": 115,
2078
2323
  "name": "Cairo - CTA Clicked",
2079
2324
  "fields": [
2325
+ {
2326
+ "inputName": "appId",
2327
+ "type": "STRING",
2328
+ "mandatory": false
2329
+ },
2080
2330
  {
2081
2331
  "inputName": "artifactId",
2082
2332
  "type": "STRING",
@@ -2132,6 +2382,11 @@ var schemaObj = [
2132
2382
  "type": "BOOL",
2133
2383
  "mandatory": false
2134
2384
  },
2385
+ {
2386
+ "inputName": "isTPA",
2387
+ "type": "BOOL",
2388
+ "mandatory": false
2389
+ },
2135
2390
  {
2136
2391
  "inputName": "itemId",
2137
2392
  "type": "STRING",
@@ -2198,6 +2453,11 @@ var schemaObj = [
2198
2453
  "event_id": 160,
2199
2454
  "name": "Cairo - Changes Before Apply",
2200
2455
  "fields": [
2456
+ {
2457
+ "inputName": "appId",
2458
+ "type": "STRING",
2459
+ "mandatory": false
2460
+ },
2201
2461
  {
2202
2462
  "inputName": "artifactId",
2203
2463
  "type": "STRING",
@@ -2248,6 +2508,11 @@ var schemaObj = [
2248
2508
  "type": "BOOL",
2249
2509
  "mandatory": false
2250
2510
  },
2511
+ {
2512
+ "inputName": "isTPA",
2513
+ "type": "BOOL",
2514
+ "mandatory": false
2515
+ },
2251
2516
  {
2252
2517
  "inputName": "numActiveFields",
2253
2518
  "type": "NUMERIC",
@@ -2274,6 +2539,11 @@ var schemaObj = [
2274
2539
  "type": "STRING",
2275
2540
  "mandatory": false
2276
2541
  },
2542
+ {
2543
+ "inputName": "appId",
2544
+ "type": "STRING",
2545
+ "mandatory": false
2546
+ },
2277
2547
  {
2278
2548
  "inputName": "artifactId",
2279
2549
  "type": "STRING",
@@ -2304,6 +2574,11 @@ var schemaObj = [
2304
2574
  "type": "STRING",
2305
2575
  "mandatory": false
2306
2576
  },
2577
+ {
2578
+ "inputName": "isTPA",
2579
+ "type": "BOOL",
2580
+ "mandatory": false
2581
+ },
2307
2582
  {
2308
2583
  "inputName": "itemId",
2309
2584
  "type": "STRING",
@@ -2340,6 +2615,11 @@ var schemaObj = [
2340
2615
  "type": "STRING",
2341
2616
  "mandatory": false
2342
2617
  },
2618
+ {
2619
+ "inputName": "appId",
2620
+ "type": "STRING",
2621
+ "mandatory": false
2622
+ },
2343
2623
  {
2344
2624
  "inputName": "artifactId",
2345
2625
  "type": "STRING",
@@ -2385,6 +2665,11 @@ var schemaObj = [
2385
2665
  "type": "STRING",
2386
2666
  "mandatory": false
2387
2667
  },
2668
+ {
2669
+ "inputName": "isTPA",
2670
+ "type": "BOOL",
2671
+ "mandatory": false
2672
+ },
2388
2673
  {
2389
2674
  "inputName": "key",
2390
2675
  "type": "STRING",
@@ -2416,6 +2701,11 @@ var schemaObj = [
2416
2701
  "event_id": 164,
2417
2702
  "name": "Cairo - Error in Loading a Component",
2418
2703
  "fields": [
2704
+ {
2705
+ "inputName": "appId",
2706
+ "type": "STRING",
2707
+ "mandatory": false
2708
+ },
2419
2709
  {
2420
2710
  "inputName": "artifactId",
2421
2711
  "type": "STRING",
@@ -2476,6 +2766,11 @@ var schemaObj = [
2476
2766
  "type": "STRING",
2477
2767
  "mandatory": false
2478
2768
  },
2769
+ {
2770
+ "inputName": "isTPA",
2771
+ "type": "BOOL",
2772
+ "mandatory": false
2773
+ },
2479
2774
  {
2480
2775
  "inputName": "product",
2481
2776
  "type": "STRING",
@@ -2497,6 +2792,11 @@ var schemaObj = [
2497
2792
  "event_id": 176,
2498
2793
  "name": "Cairo - Reload Error State (not active)",
2499
2794
  "fields": [
2795
+ {
2796
+ "inputName": "appId",
2797
+ "type": "STRING",
2798
+ "mandatory": false
2799
+ },
2500
2800
  {
2501
2801
  "inputName": "artifactId",
2502
2802
  "type": "STRING",
@@ -2562,6 +2862,11 @@ var schemaObj = [
2562
2862
  "type": "STRING",
2563
2863
  "mandatory": false
2564
2864
  },
2865
+ {
2866
+ "inputName": "isTPA",
2867
+ "type": "BOOL",
2868
+ "mandatory": false
2869
+ },
2565
2870
  {
2566
2871
  "inputName": "product",
2567
2872
  "type": "STRING",
@@ -2583,6 +2888,11 @@ var schemaObj = [
2583
2888
  "event_id": 107,
2584
2889
  "name": "New Item Creation - End",
2585
2890
  "fields": [
2891
+ {
2892
+ "inputName": "appId",
2893
+ "type": "STRING",
2894
+ "mandatory": false
2895
+ },
2586
2896
  {
2587
2897
  "inputName": "artifactId",
2588
2898
  "type": "STRING",
@@ -2628,6 +2938,11 @@ var schemaObj = [
2628
2938
  "type": "NUMERIC",
2629
2939
  "mandatory": false
2630
2940
  },
2941
+ {
2942
+ "inputName": "isTPA",
2943
+ "type": "BOOL",
2944
+ "mandatory": false
2945
+ },
2631
2946
  {
2632
2947
  "inputName": "itemId",
2633
2948
  "type": "STRING",
@@ -2699,6 +3014,11 @@ var schemaObj = [
2699
3014
  "event_id": 171,
2700
3015
  "name": "Cairo - Tags Widget Loaded",
2701
3016
  "fields": [
3017
+ {
3018
+ "inputName": "appId",
3019
+ "type": "STRING",
3020
+ "mandatory": false
3021
+ },
2702
3022
  {
2703
3023
  "inputName": "artifactId",
2704
3024
  "type": "STRING",
@@ -2729,6 +3049,11 @@ var schemaObj = [
2729
3049
  "type": "STRING",
2730
3050
  "mandatory": false
2731
3051
  },
3052
+ {
3053
+ "inputName": "isTPA",
3054
+ "type": "BOOL",
3055
+ "mandatory": false
3056
+ },
2732
3057
  {
2733
3058
  "inputName": "itemId",
2734
3059
  "type": "STRING",
@@ -2760,6 +3085,11 @@ var schemaObj = [
2760
3085
  "event_id": 137,
2761
3086
  "name": "Cairo - Table Top Notification Dismissed",
2762
3087
  "fields": [
3088
+ {
3089
+ "inputName": "appId",
3090
+ "type": "STRING",
3091
+ "mandatory": false
3092
+ },
2763
3093
  {
2764
3094
  "inputName": "artifactId",
2765
3095
  "type": "STRING",
@@ -2805,6 +3135,11 @@ var schemaObj = [
2805
3135
  "type": "NUMERIC",
2806
3136
  "mandatory": false
2807
3137
  },
3138
+ {
3139
+ "inputName": "isTPA",
3140
+ "type": "BOOL",
3141
+ "mandatory": false
3142
+ },
2808
3143
  {
2809
3144
  "inputName": "notificationText",
2810
3145
  "type": "STRING",
@@ -2826,6 +3161,11 @@ var schemaObj = [
2826
3161
  "event_id": 153,
2827
3162
  "name": "Cairo - Section - CTA Clicked",
2828
3163
  "fields": [
3164
+ {
3165
+ "inputName": "appId",
3166
+ "type": "STRING",
3167
+ "mandatory": false
3168
+ },
2829
3169
  {
2830
3170
  "inputName": "artifactId",
2831
3171
  "type": "STRING",
@@ -2871,6 +3211,11 @@ var schemaObj = [
2871
3211
  "type": "STRING",
2872
3212
  "mandatory": false
2873
3213
  },
3214
+ {
3215
+ "inputName": "isTPA",
3216
+ "type": "BOOL",
3217
+ "mandatory": false
3218
+ },
2874
3219
  {
2875
3220
  "inputName": "localizedCtaName",
2876
3221
  "type": "STRING",
@@ -2902,6 +3247,11 @@ var schemaObj = [
2902
3247
  "event_id": 132,
2903
3248
  "name": "Cairo - File Download Toast Displayed",
2904
3249
  "fields": [
3250
+ {
3251
+ "inputName": "appId",
3252
+ "type": "STRING",
3253
+ "mandatory": false
3254
+ },
2905
3255
  {
2906
3256
  "inputName": "artifactId",
2907
3257
  "type": "STRING",
@@ -2942,6 +3292,11 @@ var schemaObj = [
2942
3292
  "type": "STRING",
2943
3293
  "mandatory": false
2944
3294
  },
3295
+ {
3296
+ "inputName": "isTPA",
3297
+ "type": "BOOL",
3298
+ "mandatory": false
3299
+ },
2945
3300
  {
2946
3301
  "inputName": "numSelectedItems",
2947
3302
  "type": "NUMERIC",
@@ -2968,6 +3323,11 @@ var schemaObj = [
2968
3323
  "event_id": 116,
2969
3324
  "name": "Cairo - Search Results",
2970
3325
  "fields": [
3326
+ {
3327
+ "inputName": "appId",
3328
+ "type": "STRING",
3329
+ "mandatory": false
3330
+ },
2971
3331
  {
2972
3332
  "inputName": "artifactId",
2973
3333
  "type": "STRING",
@@ -2998,6 +3358,11 @@ var schemaObj = [
2998
3358
  "type": "STRING",
2999
3359
  "mandatory": false
3000
3360
  },
3361
+ {
3362
+ "inputName": "isTPA",
3363
+ "type": "BOOL",
3364
+ "mandatory": false
3365
+ },
3001
3366
  {
3002
3367
  "inputName": "loadingTime",
3003
3368
  "type": "NUMERIC",
@@ -3029,6 +3394,11 @@ var schemaObj = [
3029
3394
  "event_id": 167,
3030
3395
  "name": "Cairo - Manage Tags Modal- End Process",
3031
3396
  "fields": [
3397
+ {
3398
+ "inputName": "appId",
3399
+ "type": "STRING",
3400
+ "mandatory": false
3401
+ },
3032
3402
  {
3033
3403
  "inputName": "artifactId",
3034
3404
  "type": "STRING",
@@ -3064,6 +3434,11 @@ var schemaObj = [
3064
3434
  "type": "STRING",
3065
3435
  "mandatory": false
3066
3436
  },
3437
+ {
3438
+ "inputName": "isTPA",
3439
+ "type": "BOOL",
3440
+ "mandatory": false
3441
+ },
3067
3442
  {
3068
3443
  "inputName": "numTags",
3069
3444
  "type": "NUMERIC",
@@ -3090,6 +3465,11 @@ var schemaObj = [
3090
3465
  "event_id": 142,
3091
3466
  "name": "Cairo - Manage View Clicked (not active)",
3092
3467
  "fields": [
3468
+ {
3469
+ "inputName": "appId",
3470
+ "type": "STRING",
3471
+ "mandatory": false
3472
+ },
3093
3473
  {
3094
3474
  "inputName": "artifactId",
3095
3475
  "type": "STRING",
@@ -3130,6 +3510,11 @@ var schemaObj = [
3130
3510
  "type": "BOOL",
3131
3511
  "mandatory": false
3132
3512
  },
3513
+ {
3514
+ "inputName": "isTPA",
3515
+ "type": "BOOL",
3516
+ "mandatory": false
3517
+ },
3133
3518
  {
3134
3519
  "inputName": "numFiltersInView",
3135
3520
  "type": "NUMERIC",
@@ -3151,6 +3536,11 @@ var schemaObj = [
3151
3536
  "event_id": 166,
3152
3537
  "name": "Cairo - Manage Tags Modal- Start load",
3153
3538
  "fields": [
3539
+ {
3540
+ "inputName": "appId",
3541
+ "type": "STRING",
3542
+ "mandatory": false
3543
+ },
3154
3544
  {
3155
3545
  "inputName": "artifactId",
3156
3546
  "type": "STRING",
@@ -3181,6 +3571,11 @@ var schemaObj = [
3181
3571
  "type": "STRING",
3182
3572
  "mandatory": false
3183
3573
  },
3574
+ {
3575
+ "inputName": "isTPA",
3576
+ "type": "BOOL",
3577
+ "mandatory": false
3578
+ },
3184
3579
  {
3185
3580
  "inputName": "numTags",
3186
3581
  "type": "NUMERIC",
@@ -3212,6 +3607,11 @@ var schemaObj = [
3212
3607
  "type": "STRING",
3213
3608
  "mandatory": false
3214
3609
  },
3610
+ {
3611
+ "inputName": "appId",
3612
+ "type": "STRING",
3613
+ "mandatory": false
3614
+ },
3215
3615
  {
3216
3616
  "inputName": "artifactId",
3217
3617
  "type": "STRING",
@@ -3282,6 +3682,11 @@ var schemaObj = [
3282
3682
  "type": "BOOL",
3283
3683
  "mandatory": false
3284
3684
  },
3685
+ {
3686
+ "inputName": "isTPA",
3687
+ "type": "BOOL",
3688
+ "mandatory": false
3689
+ },
3285
3690
  {
3286
3691
  "inputName": "numOfWaitingUpdates",
3287
3692
  "type": "NUMERIC",
@@ -3343,6 +3748,11 @@ var schemaObj = [
3343
3748
  "event_id": 126,
3344
3749
  "name": "Cairo - Item Toggled in Export Modal",
3345
3750
  "fields": [
3751
+ {
3752
+ "inputName": "appId",
3753
+ "type": "STRING",
3754
+ "mandatory": false
3755
+ },
3346
3756
  {
3347
3757
  "inputName": "artifactId",
3348
3758
  "type": "STRING",
@@ -3388,6 +3798,11 @@ var schemaObj = [
3388
3798
  "type": "NUMERIC",
3389
3799
  "mandatory": false
3390
3800
  },
3801
+ {
3802
+ "inputName": "isTPA",
3803
+ "type": "BOOL",
3804
+ "mandatory": false
3805
+ },
3391
3806
  {
3392
3807
  "inputName": "newSelectedExportType",
3393
3808
  "type": "STRING",
@@ -3414,6 +3829,11 @@ var schemaObj = [
3414
3829
  "event_id": 140,
3415
3830
  "name": "Cairo - Drag Action - Unsuccessful Update in Server",
3416
3831
  "fields": [
3832
+ {
3833
+ "inputName": "appId",
3834
+ "type": "STRING",
3835
+ "mandatory": false
3836
+ },
3417
3837
  {
3418
3838
  "inputName": "artifactId",
3419
3839
  "type": "STRING",
@@ -3474,6 +3894,11 @@ var schemaObj = [
3474
3894
  "type": "STRING",
3475
3895
  "mandatory": false
3476
3896
  },
3897
+ {
3898
+ "inputName": "isTPA",
3899
+ "type": "BOOL",
3900
+ "mandatory": false
3901
+ },
3477
3902
  {
3478
3903
  "inputName": "itemId",
3479
3904
  "type": "STRING",
@@ -3550,6 +3975,11 @@ var schemaObj = [
3550
3975
  "event_id": 170,
3551
3976
  "name": "Cairo - Tags - Search for Tags",
3552
3977
  "fields": [
3978
+ {
3979
+ "inputName": "appId",
3980
+ "type": "STRING",
3981
+ "mandatory": false
3982
+ },
3553
3983
  {
3554
3984
  "inputName": "artifactId",
3555
3985
  "type": "STRING",
@@ -3585,6 +4015,11 @@ var schemaObj = [
3585
4015
  "type": "STRING",
3586
4016
  "mandatory": false
3587
4017
  },
4018
+ {
4019
+ "inputName": "isTPA",
4020
+ "type": "BOOL",
4021
+ "mandatory": false
4022
+ },
3588
4023
  {
3589
4024
  "inputName": "location",
3590
4025
  "type": "STRING",
@@ -3626,6 +4061,11 @@ var schemaObj = [
3626
4061
  "type": "STRING",
3627
4062
  "mandatory": false
3628
4063
  },
4064
+ {
4065
+ "inputName": "appId",
4066
+ "type": "STRING",
4067
+ "mandatory": false
4068
+ },
3629
4069
  {
3630
4070
  "inputName": "artifactId",
3631
4071
  "type": "STRING",
@@ -3661,6 +4101,11 @@ var schemaObj = [
3661
4101
  "type": "STRING",
3662
4102
  "mandatory": false
3663
4103
  },
4104
+ {
4105
+ "inputName": "isTPA",
4106
+ "type": "BOOL",
4107
+ "mandatory": false
4108
+ },
3664
4109
  {
3665
4110
  "inputName": "numActions",
3666
4111
  "type": "NUMERIC",
@@ -3682,6 +4127,11 @@ var schemaObj = [
3682
4127
  "event_id": 158,
3683
4128
  "name": "Cairo - Learn More",
3684
4129
  "fields": [
4130
+ {
4131
+ "inputName": "appId",
4132
+ "type": "STRING",
4133
+ "mandatory": false
4134
+ },
3685
4135
  {
3686
4136
  "inputName": "artifactId",
3687
4137
  "type": "STRING",
@@ -3712,6 +4162,11 @@ var schemaObj = [
3712
4162
  "type": "STRING",
3713
4163
  "mandatory": false
3714
4164
  },
4165
+ {
4166
+ "inputName": "isTPA",
4167
+ "type": "BOOL",
4168
+ "mandatory": false
4169
+ },
3715
4170
  {
3716
4171
  "inputName": "origin",
3717
4172
  "type": "STRING",
@@ -3738,6 +4193,11 @@ var schemaObj = [
3738
4193
  "type": "STRING",
3739
4194
  "mandatory": false
3740
4195
  },
4196
+ {
4197
+ "inputName": "appId",
4198
+ "type": "STRING",
4199
+ "mandatory": false
4200
+ },
3741
4201
  {
3742
4202
  "inputName": "artifactId",
3743
4203
  "type": "STRING",
@@ -3778,6 +4238,11 @@ var schemaObj = [
3778
4238
  "type": "BOOL",
3779
4239
  "mandatory": false
3780
4240
  },
4241
+ {
4242
+ "inputName": "isTPA",
4243
+ "type": "BOOL",
4244
+ "mandatory": false
4245
+ },
3781
4246
  {
3782
4247
  "inputName": "itemIds",
3783
4248
  "type": "STRING",
@@ -3814,6 +4279,11 @@ var schemaObj = [
3814
4279
  "event_id": 150,
3815
4280
  "name": "Cairo - Page - CTA Clicked",
3816
4281
  "fields": [
4282
+ {
4283
+ "inputName": "appId",
4284
+ "type": "STRING",
4285
+ "mandatory": false
4286
+ },
3817
4287
  {
3818
4288
  "inputName": "artifactId",
3819
4289
  "type": "STRING",
@@ -3854,6 +4324,11 @@ var schemaObj = [
3854
4324
  "type": "STRING",
3855
4325
  "mandatory": false
3856
4326
  },
4327
+ {
4328
+ "inputName": "isTPA",
4329
+ "type": "BOOL",
4330
+ "mandatory": false
4331
+ },
3857
4332
  {
3858
4333
  "inputName": "isValid",
3859
4334
  "type": "BOOL",
@@ -3900,6 +4375,11 @@ var schemaObj = [
3900
4375
  "event_id": 136,
3901
4376
  "name": "Cairo - Table Top Notification Displayed",
3902
4377
  "fields": [
4378
+ {
4379
+ "inputName": "appId",
4380
+ "type": "STRING",
4381
+ "mandatory": false
4382
+ },
3903
4383
  {
3904
4384
  "inputName": "artifactId",
3905
4385
  "type": "STRING",
@@ -3935,6 +4415,11 @@ var schemaObj = [
3935
4415
  "type": "NUMERIC",
3936
4416
  "mandatory": false
3937
4417
  },
4418
+ {
4419
+ "inputName": "isTPA",
4420
+ "type": "BOOL",
4421
+ "mandatory": false
4422
+ },
3938
4423
  {
3939
4424
  "inputName": "notificationText",
3940
4425
  "type": "STRING",
@@ -3961,6 +4446,11 @@ var schemaObj = [
3961
4446
  "type": "STRING",
3962
4447
  "mandatory": false
3963
4448
  },
4449
+ {
4450
+ "inputName": "appId",
4451
+ "type": "STRING",
4452
+ "mandatory": false
4453
+ },
3964
4454
  {
3965
4455
  "inputName": "artifactId",
3966
4456
  "type": "STRING",
@@ -4001,6 +4491,11 @@ var schemaObj = [
4001
4491
  "type": "BOOL",
4002
4492
  "mandatory": false
4003
4493
  },
4494
+ {
4495
+ "inputName": "isTPA",
4496
+ "type": "BOOL",
4497
+ "mandatory": false
4498
+ },
4004
4499
  {
4005
4500
  "inputName": "loaction",
4006
4501
  "type": "STRING",
@@ -4027,6 +4522,11 @@ var schemaObj = [
4027
4522
  "event_id": 119,
4028
4523
  "name": "Cairo - Feature's Panel Used",
4029
4524
  "fields": [
4525
+ {
4526
+ "inputName": "appId",
4527
+ "type": "STRING",
4528
+ "mandatory": false
4529
+ },
4030
4530
  {
4031
4531
  "inputName": "artifactId",
4032
4532
  "type": "STRING",
@@ -4082,6 +4582,11 @@ var schemaObj = [
4082
4582
  "type": "BOOL",
4083
4583
  "mandatory": false
4084
4584
  },
4585
+ {
4586
+ "inputName": "isTPA",
4587
+ "type": "BOOL",
4588
+ "mandatory": false
4589
+ },
4085
4590
  {
4086
4591
  "inputName": "numColumns",
4087
4592
  "type": "NUMERIC",
@@ -4133,6 +4638,11 @@ var schemaObj = [
4133
4638
  "event_id": 138,
4134
4639
  "name": "Cairo - Drag Item Start",
4135
4640
  "fields": [
4641
+ {
4642
+ "inputName": "appId",
4643
+ "type": "STRING",
4644
+ "mandatory": false
4645
+ },
4136
4646
  {
4137
4647
  "inputName": "artifactId",
4138
4648
  "type": "STRING",
@@ -4208,6 +4718,11 @@ var schemaObj = [
4208
4718
  "type": "BOOL",
4209
4719
  "mandatory": false
4210
4720
  },
4721
+ {
4722
+ "inputName": "isTPA",
4723
+ "type": "BOOL",
4724
+ "mandatory": false
4725
+ },
4211
4726
  {
4212
4727
  "inputName": "itemId",
4213
4728
  "type": "STRING",
@@ -4244,6 +4759,11 @@ var schemaObj = [
4244
4759
  "event_id": 133,
4245
4760
  "name": "Cairo - File Download Toast Dismissed",
4246
4761
  "fields": [
4762
+ {
4763
+ "inputName": "appId",
4764
+ "type": "STRING",
4765
+ "mandatory": false
4766
+ },
4247
4767
  {
4248
4768
  "inputName": "artifactId",
4249
4769
  "type": "STRING",
@@ -4294,6 +4814,11 @@ var schemaObj = [
4294
4814
  "type": "STRING",
4295
4815
  "mandatory": false
4296
4816
  },
4817
+ {
4818
+ "inputName": "isTPA",
4819
+ "type": "BOOL",
4820
+ "mandatory": false
4821
+ },
4297
4822
  {
4298
4823
  "inputName": "numSelectedItems",
4299
4824
  "type": "NUMERIC",
@@ -4315,6 +4840,11 @@ var schemaObj = [
4315
4840
  "event_id": 129,
4316
4841
  "name": "Cairo - User Attempts to Cancel the Export",
4317
4842
  "fields": [
4843
+ {
4844
+ "inputName": "appId",
4845
+ "type": "STRING",
4846
+ "mandatory": false
4847
+ },
4318
4848
  {
4319
4849
  "inputName": "artifactId",
4320
4850
  "type": "STRING",
@@ -4355,6 +4885,11 @@ var schemaObj = [
4355
4885
  "type": "STRING",
4356
4886
  "mandatory": false
4357
4887
  },
4888
+ {
4889
+ "inputName": "isTPA",
4890
+ "type": "BOOL",
4891
+ "mandatory": false
4892
+ },
4358
4893
  {
4359
4894
  "inputName": "numItems",
4360
4895
  "type": "NUMERIC",
@@ -4401,6 +4936,11 @@ var schemaObj = [
4401
4936
  "event_id": 104,
4402
4937
  "name": "Picker - Pick (Modal CTA Button Click Or Immediate CTA)",
4403
4938
  "fields": [
4939
+ {
4940
+ "inputName": "appId",
4941
+ "type": "STRING",
4942
+ "mandatory": false
4943
+ },
4404
4944
  {
4405
4945
  "inputName": "artifactId",
4406
4946
  "type": "STRING",
@@ -4446,6 +4986,11 @@ var schemaObj = [
4446
4986
  "type": "BOOL",
4447
4987
  "mandatory": false
4448
4988
  },
4989
+ {
4990
+ "inputName": "isTPA",
4991
+ "type": "BOOL",
4992
+ "mandatory": false
4993
+ },
4449
4994
  {
4450
4995
  "inputName": "itemsCnt",
4451
4996
  "type": "NUMERIC",
@@ -4482,6 +5027,11 @@ var schemaObj = [
4482
5027
  "event_id": 106,
4483
5028
  "name": "New Item Creation - Start",
4484
5029
  "fields": [
5030
+ {
5031
+ "inputName": "appId",
5032
+ "type": "STRING",
5033
+ "mandatory": false
5034
+ },
4485
5035
  {
4486
5036
  "inputName": "artifactId",
4487
5037
  "type": "STRING",
@@ -4527,6 +5077,11 @@ var schemaObj = [
4527
5077
  "type": "NUMERIC",
4528
5078
  "mandatory": false
4529
5079
  },
5080
+ {
5081
+ "inputName": "isTPA",
5082
+ "type": "BOOL",
5083
+ "mandatory": false
5084
+ },
4530
5085
  {
4531
5086
  "inputName": "listSize",
4532
5087
  "type": "NUMERIC",
@@ -4588,6 +5143,11 @@ var schemaObj = [
4588
5143
  "event_id": 123,
4589
5144
  "name": "Cairo - View Selected",
4590
5145
  "fields": [
5146
+ {
5147
+ "inputName": "appId",
5148
+ "type": "STRING",
5149
+ "mandatory": false
5150
+ },
4591
5151
  {
4592
5152
  "inputName": "artifactId",
4593
5153
  "type": "STRING",
@@ -4648,6 +5208,11 @@ var schemaObj = [
4648
5208
  "type": "BOOL",
4649
5209
  "mandatory": false
4650
5210
  },
5211
+ {
5212
+ "inputName": "isTPA",
5213
+ "type": "BOOL",
5214
+ "mandatory": false
5215
+ },
4651
5216
  {
4652
5217
  "inputName": "newViewName",
4653
5218
  "type": "STRING",
@@ -4684,6 +5249,11 @@ var schemaObj = [
4684
5249
  "event_id": 155,
4685
5250
  "name": "Cairo - Data Ex.- Add Custom Field",
4686
5251
  "fields": [
5252
+ {
5253
+ "inputName": "appId",
5254
+ "type": "STRING",
5255
+ "mandatory": false
5256
+ },
4687
5257
  {
4688
5258
  "inputName": "artifactId",
4689
5259
  "type": "STRING",
@@ -4714,6 +5284,11 @@ var schemaObj = [
4714
5284
  "type": "STRING",
4715
5285
  "mandatory": false
4716
5286
  },
5287
+ {
5288
+ "inputName": "isTPA",
5289
+ "type": "BOOL",
5290
+ "mandatory": false
5291
+ },
4717
5292
  {
4718
5293
  "inputName": "numColumns",
4719
5294
  "type": "NUMERIC",
@@ -4750,6 +5325,11 @@ var schemaObj = [
4750
5325
  "type": "STRING",
4751
5326
  "mandatory": false
4752
5327
  },
5328
+ {
5329
+ "inputName": "appId",
5330
+ "type": "STRING",
5331
+ "mandatory": false
5332
+ },
4753
5333
  {
4754
5334
  "inputName": "artifactId",
4755
5335
  "type": "STRING",
@@ -4800,6 +5380,11 @@ var schemaObj = [
4800
5380
  "type": "NUMERIC",
4801
5381
  "mandatory": false
4802
5382
  },
5383
+ {
5384
+ "inputName": "isTPA",
5385
+ "type": "BOOL",
5386
+ "mandatory": false
5387
+ },
4803
5388
  {
4804
5389
  "inputName": "listSize",
4805
5390
  "type": "NUMERIC",
@@ -4836,6 +5421,11 @@ var schemaObj = [
4836
5421
  "type": "STRING",
4837
5422
  "mandatory": false
4838
5423
  },
5424
+ {
5425
+ "inputName": "appId",
5426
+ "type": "STRING",
5427
+ "mandatory": false
5428
+ },
4839
5429
  {
4840
5430
  "inputName": "artifactId",
4841
5431
  "type": "STRING",
@@ -4866,6 +5456,11 @@ var schemaObj = [
4866
5456
  "type": "STRING",
4867
5457
  "mandatory": false
4868
5458
  },
5459
+ {
5460
+ "inputName": "isTPA",
5461
+ "type": "BOOL",
5462
+ "mandatory": false
5463
+ },
4869
5464
  {
4870
5465
  "inputName": "origin",
4871
5466
  "type": "STRING",
@@ -4887,6 +5482,11 @@ var schemaObj = [
4887
5482
  "event_id": 122,
4888
5483
  "name": "Cairo - View Saved",
4889
5484
  "fields": [
5485
+ {
5486
+ "inputName": "appId",
5487
+ "type": "STRING",
5488
+ "mandatory": false
5489
+ },
4890
5490
  {
4891
5491
  "inputName": "artifactId",
4892
5492
  "type": "STRING",
@@ -4942,6 +5542,11 @@ var schemaObj = [
4942
5542
  "type": "BOOL",
4943
5543
  "mandatory": false
4944
5544
  },
5545
+ {
5546
+ "inputName": "isTPA",
5547
+ "type": "BOOL",
5548
+ "mandatory": false
5549
+ },
4945
5550
  {
4946
5551
  "inputName": "newViewName",
4947
5552
  "type": "STRING",
@@ -5003,6 +5608,11 @@ var schemaObj = [
5003
5608
  "event_id": 124,
5004
5609
  "name": "Cairo - View Deleted",
5005
5610
  "fields": [
5611
+ {
5612
+ "inputName": "appId",
5613
+ "type": "STRING",
5614
+ "mandatory": false
5615
+ },
5006
5616
  {
5007
5617
  "inputName": "artifactId",
5008
5618
  "type": "STRING",
@@ -5038,6 +5648,11 @@ var schemaObj = [
5038
5648
  "type": "BOOL",
5039
5649
  "mandatory": false
5040
5650
  },
5651
+ {
5652
+ "inputName": "isTPA",
5653
+ "type": "BOOL",
5654
+ "mandatory": false
5655
+ },
5041
5656
  {
5042
5657
  "inputName": "numFiltersInView",
5043
5658
  "type": "NUMERIC",
@@ -5084,6 +5699,11 @@ var schemaObj = [
5084
5699
  "type": "STRING",
5085
5700
  "mandatory": false
5086
5701
  },
5702
+ {
5703
+ "inputName": "appId",
5704
+ "type": "STRING",
5705
+ "mandatory": false
5706
+ },
5087
5707
  {
5088
5708
  "inputName": "artifactId",
5089
5709
  "type": "STRING",
@@ -5139,6 +5759,11 @@ var schemaObj = [
5139
5759
  "type": "STRING",
5140
5760
  "mandatory": false
5141
5761
  },
5762
+ {
5763
+ "inputName": "isTPA",
5764
+ "type": "BOOL",
5765
+ "mandatory": false
5766
+ },
5142
5767
  {
5143
5768
  "inputName": "key",
5144
5769
  "type": "STRING",
@@ -5180,6 +5805,11 @@ var schemaObj = [
5180
5805
  "event_id": 120,
5181
5806
  "name": "Cairo - Component Sorted",
5182
5807
  "fields": [
5808
+ {
5809
+ "inputName": "appId",
5810
+ "type": "STRING",
5811
+ "mandatory": false
5812
+ },
5183
5813
  {
5184
5814
  "inputName": "artifactId",
5185
5815
  "type": "STRING",
@@ -5220,6 +5850,11 @@ var schemaObj = [
5220
5850
  "type": "BOOL",
5221
5851
  "mandatory": false
5222
5852
  },
5853
+ {
5854
+ "inputName": "isTPA",
5855
+ "type": "BOOL",
5856
+ "mandatory": false
5857
+ },
5223
5858
  {
5224
5859
  "inputName": "itemIndex",
5225
5860
  "type": "NUMERIC",
@@ -5291,6 +5926,11 @@ var schemaObj = [
5291
5926
  "event_id": 147,
5292
5927
  "name": "Cairo - Reordering Sort Columns",
5293
5928
  "fields": [
5929
+ {
5930
+ "inputName": "appId",
5931
+ "type": "STRING",
5932
+ "mandatory": false
5933
+ },
5294
5934
  {
5295
5935
  "inputName": "artifactId",
5296
5936
  "type": "STRING",
@@ -5336,6 +5976,11 @@ var schemaObj = [
5336
5976
  "type": "NUMERIC",
5337
5977
  "mandatory": false
5338
5978
  },
5979
+ {
5980
+ "inputName": "isTPA",
5981
+ "type": "BOOL",
5982
+ "mandatory": false
5983
+ },
5339
5984
  {
5340
5985
  "inputName": "listSize",
5341
5986
  "type": "NUMERIC",
@@ -5382,6 +6027,11 @@ var schemaObj = [
5382
6027
  "event_id": 131,
5383
6028
  "name": "Cairo - Export Process End",
5384
6029
  "fields": [
6030
+ {
6031
+ "inputName": "appId",
6032
+ "type": "STRING",
6033
+ "mandatory": false
6034
+ },
5385
6035
  {
5386
6036
  "inputName": "artifactId",
5387
6037
  "type": "STRING",
@@ -5427,6 +6077,11 @@ var schemaObj = [
5427
6077
  "type": "STRING",
5428
6078
  "mandatory": false
5429
6079
  },
6080
+ {
6081
+ "inputName": "isTPA",
6082
+ "type": "BOOL",
6083
+ "mandatory": false
6084
+ },
5430
6085
  {
5431
6086
  "inputName": "numItems",
5432
6087
  "type": "NUMERIC",
@@ -5473,6 +6128,11 @@ var schemaObj = [
5473
6128
  "event_id": 159,
5474
6129
  "name": "Cairo - Apply Button Clicked",
5475
6130
  "fields": [
6131
+ {
6132
+ "inputName": "appId",
6133
+ "type": "STRING",
6134
+ "mandatory": false
6135
+ },
5476
6136
  {
5477
6137
  "inputName": "artifactId",
5478
6138
  "type": "STRING",
@@ -5523,6 +6183,11 @@ var schemaObj = [
5523
6183
  "type": "NUMERIC",
5524
6184
  "mandatory": false
5525
6185
  },
6186
+ {
6187
+ "inputName": "isTPA",
6188
+ "type": "BOOL",
6189
+ "mandatory": false
6190
+ },
5526
6191
  {
5527
6192
  "inputName": "listSize",
5528
6193
  "type": "NUMERIC",
@@ -5569,6 +6234,11 @@ var schemaObj = [
5569
6234
  "type": "STRING",
5570
6235
  "mandatory": false
5571
6236
  },
6237
+ {
6238
+ "inputName": "appId",
6239
+ "type": "STRING",
6240
+ "mandatory": false
6241
+ },
5572
6242
  {
5573
6243
  "inputName": "artifactId",
5574
6244
  "type": "STRING",
@@ -5609,6 +6279,11 @@ var schemaObj = [
5609
6279
  "type": "STRING",
5610
6280
  "mandatory": false
5611
6281
  },
6282
+ {
6283
+ "inputName": "isTPA",
6284
+ "type": "BOOL",
6285
+ "mandatory": false
6286
+ },
5612
6287
  {
5613
6288
  "inputName": "numItems",
5614
6289
  "type": "NUMERIC",
@@ -5650,6 +6325,11 @@ var schemaObj = [
5650
6325
  "type": "STRING",
5651
6326
  "mandatory": false
5652
6327
  },
6328
+ {
6329
+ "inputName": "appId",
6330
+ "type": "STRING",
6331
+ "mandatory": false
6332
+ },
5653
6333
  {
5654
6334
  "inputName": "artifactId",
5655
6335
  "type": "STRING",
@@ -5715,6 +6395,11 @@ var schemaObj = [
5715
6395
  "type": "NUMERIC",
5716
6396
  "mandatory": false
5717
6397
  },
6398
+ {
6399
+ "inputName": "isTPA",
6400
+ "type": "BOOL",
6401
+ "mandatory": false
6402
+ },
5718
6403
  {
5719
6404
  "inputName": "product",
5720
6405
  "type": "STRING",
@@ -5751,6 +6436,11 @@ var schemaObj = [
5751
6436
  "event_id": 152,
5752
6437
  "name": "Cairo - Page Back or Breadcrumb Clicked",
5753
6438
  "fields": [
6439
+ {
6440
+ "inputName": "appId",
6441
+ "type": "STRING",
6442
+ "mandatory": false
6443
+ },
5754
6444
  {
5755
6445
  "inputName": "artifactId",
5756
6446
  "type": "STRING",
@@ -5791,6 +6481,11 @@ var schemaObj = [
5791
6481
  "type": "STRING",
5792
6482
  "mandatory": false
5793
6483
  },
6484
+ {
6485
+ "inputName": "isTPA",
6486
+ "type": "BOOL",
6487
+ "mandatory": false
6488
+ },
5794
6489
  {
5795
6490
  "inputName": "pageType",
5796
6491
  "type": "STRING",
@@ -5862,6 +6557,11 @@ var schemaObj = [
5862
6557
  "type": "STRING",
5863
6558
  "mandatory": false
5864
6559
  },
6560
+ {
6561
+ "inputName": "isTPA",
6562
+ "type": "BOOL",
6563
+ "mandatory": false
6564
+ },
5865
6565
  {
5866
6566
  "inputName": "location",
5867
6567
  "type": "STRING",
@@ -5893,6 +6593,11 @@ var schemaObj = [
5893
6593
  "event_id": 108,
5894
6594
  "name": "Pikachu - Categories Dropdown Button Clicked",
5895
6595
  "fields": [
6596
+ {
6597
+ "inputName": "appId",
6598
+ "type": "STRING",
6599
+ "mandatory": false
6600
+ },
5896
6601
  {
5897
6602
  "inputName": "artifactId",
5898
6603
  "type": "STRING",
@@ -5923,6 +6628,11 @@ var schemaObj = [
5923
6628
  "type": "STRING",
5924
6629
  "mandatory": false
5925
6630
  },
6631
+ {
6632
+ "inputName": "isTPA",
6633
+ "type": "BOOL",
6634
+ "mandatory": false
6635
+ },
5926
6636
  {
5927
6637
  "inputName": "product",
5928
6638
  "type": "STRING",
@@ -5944,6 +6654,11 @@ var schemaObj = [
5944
6654
  "type": "STRING",
5945
6655
  "mandatory": false
5946
6656
  },
6657
+ {
6658
+ "inputName": "appId",
6659
+ "type": "STRING",
6660
+ "mandatory": false
6661
+ },
5947
6662
  {
5948
6663
  "inputName": "artifactId",
5949
6664
  "type": "STRING",
@@ -5979,6 +6694,11 @@ var schemaObj = [
5979
6694
  "type": "STRING",
5980
6695
  "mandatory": false
5981
6696
  },
6697
+ {
6698
+ "inputName": "isTPA",
6699
+ "type": "BOOL",
6700
+ "mandatory": false
6701
+ },
5982
6702
  {
5983
6703
  "inputName": "numTags",
5984
6704
  "type": "NUMERIC",
@@ -6015,6 +6735,11 @@ var schemaObj = [
6015
6735
  "type": "STRING",
6016
6736
  "mandatory": false
6017
6737
  },
6738
+ {
6739
+ "inputName": "appId",
6740
+ "type": "STRING",
6741
+ "mandatory": false
6742
+ },
6018
6743
  {
6019
6744
  "inputName": "artifactId",
6020
6745
  "type": "STRING",
@@ -6050,6 +6775,11 @@ var schemaObj = [
6050
6775
  "type": "NUMERIC",
6051
6776
  "mandatory": false
6052
6777
  },
6778
+ {
6779
+ "inputName": "isTPA",
6780
+ "type": "BOOL",
6781
+ "mandatory": false
6782
+ },
6053
6783
  {
6054
6784
  "inputName": "itemId",
6055
6785
  "type": "STRING",
@@ -6116,6 +6846,11 @@ var schemaObj = [
6116
6846
  "event_id": 146,
6117
6847
  "name": "Cairo - Sort Panel Used (not active)",
6118
6848
  "fields": [
6849
+ {
6850
+ "inputName": "appId",
6851
+ "type": "STRING",
6852
+ "mandatory": false
6853
+ },
6119
6854
  {
6120
6855
  "inputName": "artifactId",
6121
6856
  "type": "STRING",
@@ -6156,6 +6891,11 @@ var schemaObj = [
6156
6891
  "type": "BOOL",
6157
6892
  "mandatory": false
6158
6893
  },
6894
+ {
6895
+ "inputName": "isTPA",
6896
+ "type": "BOOL",
6897
+ "mandatory": false
6898
+ },
6159
6899
  {
6160
6900
  "inputName": "numSortedColumns",
6161
6901
  "type": "NUMERIC",
@@ -6182,6 +6922,11 @@ var schemaObj = [
6182
6922
  "type": "STRING",
6183
6923
  "mandatory": false
6184
6924
  },
6925
+ {
6926
+ "inputName": "appId",
6927
+ "type": "STRING",
6928
+ "mandatory": false
6929
+ },
6185
6930
  {
6186
6931
  "inputName": "artifactId",
6187
6932
  "type": "STRING",
@@ -6217,6 +6962,11 @@ var schemaObj = [
6217
6962
  "type": "BOOL",
6218
6963
  "mandatory": false
6219
6964
  },
6965
+ {
6966
+ "inputName": "isTPA",
6967
+ "type": "BOOL",
6968
+ "mandatory": false
6969
+ },
6220
6970
  {
6221
6971
  "inputName": "itemId",
6222
6972
  "type": "STRING",
@@ -6263,6 +7013,11 @@ var schemaObj = [
6263
7013
  "event_id": 149,
6264
7014
  "name": "Cairo - Pages -Unsuccessful Update in Server",
6265
7015
  "fields": [
7016
+ {
7017
+ "inputName": "appId",
7018
+ "type": "STRING",
7019
+ "mandatory": false
7020
+ },
6266
7021
  {
6267
7022
  "inputName": "artifactId",
6268
7023
  "type": "STRING",
@@ -6333,6 +7088,11 @@ var schemaObj = [
6333
7088
  "type": "NUMERIC",
6334
7089
  "mandatory": false
6335
7090
  },
7091
+ {
7092
+ "inputName": "isTPA",
7093
+ "type": "BOOL",
7094
+ "mandatory": false
7095
+ },
6336
7096
  {
6337
7097
  "inputName": "pageType",
6338
7098
  "type": "STRING",