@wix/bex-utils 2.15.0 → 2.17.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 (79) hide show
  1. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js +9 -0
  2. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/builders.impl.js.map +1 -1
  3. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js +6 -0
  4. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/http.impl.js.map +1 -1
  5. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/client/proto-generated.d.ts +176 -55
  6. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.d.ts +99 -38
  7. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/proto-generated.js +1451 -536
  8. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/proto/server/proto-generated.d.ts +174 -54
  9. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.d.ts +13 -1
  10. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js +1 -1
  11. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/cjs/types.impl.js.map +1 -1
  12. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js +9 -0
  13. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/builders.impl.js.map +1 -1
  14. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js +6 -0
  15. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/http.impl.js.map +1 -1
  16. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.d.ts +13 -1
  17. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js +1 -1
  18. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/build/es/types.impl.js.map +1 -1
  19. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/package.json +2 -2
  20. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/advanced-seo-api.proto +7 -3
  21. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wix/ecommerce/platform_common/api/external_reference.proto +15 -0
  22. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/com/wixpress/metasite/event/api/dto.proto +4 -0
  23. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/identity2.proto +11 -0
  24. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/api/entity.proto +9 -0
  25. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/media.proto +4 -0
  26. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/common/query.proto +31 -24
  27. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJob.proto +26 -26
  28. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/infra/asyncjobs/v1/AsyncJobService.proto +47 -32
  29. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventory.proto +11 -0
  30. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/inventory/api/v1/locationInventoryMessages.proto +18 -0
  31. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/stores_location.proto +17 -12
  32. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/stores_location_service.proto +43 -62
  33. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/location/v3/upstream/wix/common/paging.proto +18 -9
  34. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/provision.proto +2 -1
  35. package/@wix/ambassador-fedinfra-exportservice-v1-export-async-job/src/main/proto/wix/stores/catalog/provision/v1/stores_provision_service.proto +8 -12
  36. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js +43 -18
  37. package/@wix/bex-bundled-mini-essentials/dist/cjs/bex-bundled-mini-essentials.js.map +1 -1
  38. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js +1 -0
  39. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/http-client/testkit/client.js.map +1 -1
  40. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js +1 -0
  41. package/@wix/bex-bundled-mini-essentials/dist/cjs/exports/testkit/index.js.map +1 -1
  42. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js +43 -19
  43. package/@wix/bex-bundled-mini-essentials/dist/esm/bex-bundled-mini-essentials.js.map +1 -1
  44. package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
  45. package/@wix/bi-logger-os-data/dist/cjs/index.js +6 -0
  46. package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -1
  47. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +6 -0
  48. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
  49. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +227 -15
  50. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
  51. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js +6 -0
  52. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
  53. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +106 -37
  54. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
  55. package/@wix/bi-logger-os-data/dist/esm/index.js +6 -0
  56. package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -1
  57. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +6 -0
  58. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
  59. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +227 -15
  60. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
  61. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js +6 -0
  62. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
  63. package/@wix/bi-logger-os-data/dist/esm/v2/index.js +75 -8
  64. package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
  65. package/@wix/bi-logger-os-data/dist/types/index.d.ts +4 -2
  66. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +51 -7
  67. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +51 -7
  68. package/@wix/bi-logger-os-data/dist/types/types.d.ts +51 -7
  69. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +72 -9
  70. package/@wix/bi-logger-os-data/package.json +2 -2
  71. package/@wix/bi-logger-os-data/src/index.ts +10 -2
  72. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +57 -7
  73. package/@wix/bi-logger-os-data/src/testkit/common.ts +265 -15
  74. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +57 -7
  75. package/@wix/bi-logger-os-data/src/types.ts +104 -15
  76. package/@wix/bi-logger-os-data/src/v2/index.ts +78 -9
  77. package/@wix/wix-i18n-config/dist/tsconfig.tsbuildinfo +1 -1
  78. package/@wix/wix-i18n-config/package.json +3 -3
  79. package/package.json +2 -2
@@ -20,6 +20,58 @@
20
20
  export function wixPatternsSummaryBarIsShownSrc144Evid1(params) {
21
21
  return { evid: 1, src: 144, endpoint: '', params };
22
22
  }
23
+ /**
24
+ * A function to create a log object for the 'wixPatternsPageInteractiveSrc144Evid1000' event (evid: 1000)
25
+ *
26
+ * Event description: Sent when a Wix Patterns page becomes interactive, indicating that significant content is being displayed
27
+ *
28
+ * @param {wixPatternsPageInteractiveSrc144Evid1000Params} params - The parameters for this event
29
+ * @property {string} artifactId - Artifact that owns the component
30
+ * @property {GUID} csid - csid
31
+ * @property {Url} url - The page's url (new from 03/2023)
32
+ * @property {string} cairoVersion - Wix Patterns_version(cairo_version)
33
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
34
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
35
+ * @property {string} componentType - Entity page / Collection
36
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
37
+ * @property {number} loadingTime - Page loading time will be measured from the start of the page loading process (5:9002, FPP)
38
+ * @property {string} appId - app_id
39
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
40
+ * @property {string} route - the page's route
41
+ * @property {string} hostingPlatformContextId - the id of the context entity that the user view or edit (app/account/site)
42
+ *
43
+ * @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
44
+ * @return {LogObject<wixPatternsPageInteractiveSrc144Evid1000Params>} LogObject<wixPatternsPageInteractiveSrc144Evid1000Params>
45
+ */
46
+ export function wixPatternsPageInteractiveSrc144Evid1000(params) {
47
+ return { evid: 1000, src: 144, endpoint: '', params };
48
+ }
49
+ /**
50
+ * A function to create a log object for the 'wixPatternsFullPageLoadCompletedSrc144Evid1001' event (evid: 1001)
51
+ *
52
+ * Event description: Sent when a Wix Patterns page has been fully loaded
53
+ *
54
+ * @param {wixPatternsFullPageLoadCompletedSrc144Evid1001Params} params - The parameters for this event
55
+ * @property {string} artifactId - Artifact that owns the component
56
+ * @property {GUID} csid - csid
57
+ * @property {Url} url - The page's url (new from 03/2023)
58
+ * @property {string} cairoVersion - Wix Patterns_version(cairo_version)
59
+ * @property {string} domain - (Optional) Domain name from FQDN (crm, stores, etc.)
60
+ * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
61
+ * @property {string} componentType - Entity page / Collection
62
+ * @property {string} resource - Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
63
+ * @property {number} loadingTime - Page loading time will be measured from the start of the page loading process (5:9002, FPP)
64
+ * @property {string} appId - app_id
65
+ * @property {string} product - Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
66
+ * @property {string} route - the page's route
67
+ * @property {string} hostingPlatformContextId - the id of the context entity that the user view or edit (app/account/site)
68
+ *
69
+ * @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
70
+ * @return {LogObject<wixPatternsFullPageLoadCompletedSrc144Evid1001Params>} LogObject<wixPatternsFullPageLoadCompletedSrc144Evid1001Params>
71
+ */
72
+ export function wixPatternsFullPageLoadCompletedSrc144Evid1001(params) {
73
+ return { evid: 1001, src: 144, endpoint: '', params };
74
+ }
23
75
  /**
24
76
  * A function to create a log object for the 'pickerModalUsability' event (evid: 103)
25
77
  *
@@ -247,6 +299,7 @@ export function pikachuItemCategorySelected(params) {
247
299
  * @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
248
300
  *
249
301
  * @property {boolean} isCurrentViewCustomMade - will be True if the current view is custom-made; otherwise, it will be False
302
+ * @property {string} artifactIdNew - Artifact that owns the component
250
303
  * @return {LogObject<loadStartParams>} LogObject<loadStartParams>
251
304
  */
252
305
  export function loadStart(params) {
@@ -284,6 +337,7 @@ export function loadStart(params) {
284
337
  * @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
285
338
  * @property {boolean} isCurrentViewCustomMade - will be True if the current view is custom-made; otherwise, it will be False
286
339
  *
340
+ * @property {string} artifactIdNew - Artifact that owns the component
287
341
  * @return {LogObject<loadEndParams>} LogObject<loadEndParams>
288
342
  */
289
343
  export function loadEnd(params) {
@@ -2294,6 +2348,8 @@ export function wixPatternsClickOnViewDropdownSrc144Evid4(params) {
2294
2348
  * @property {string} appId - app_id
2295
2349
  * @property {string} components - list of all components per artifact and component type
2296
2350
  * @property {string} pageType - type of page (collection page / entity / settings)
2351
+ * @property {string} componentId - component id
2352
+ * @property {boolean} isSinglePage - Returns True if it is a single page
2297
2353
  * @return {LogObject<wixPatternsMappingPagesSrc144Evid5Params>} LogObject<wixPatternsMappingPagesSrc144Evid5Params>
2298
2354
  */
2299
2355
  export function wixPatternsMappingPagesSrc144Evid5(params) {
@@ -2334,18 +2390,20 @@ export function wixPatternsSelectAProviderSrc144Evid6(params) {
2334
2390
  * @property {string} artifact_id - the artifact_id
2335
2391
  * @property {string} hosting_platform - relevant hosting_platform
2336
2392
  * @property {string} app_id - app_id
2337
- * @property {string} initial_page_id - the first page where the message appeared
2338
- * @property {string} active_page_id - the active page where the message appeared
2339
- * @property {number} error_code - the error status code
2340
- * @property {string} application_error - application_error
2341
- * @property {string} message - the message of the error
2393
+ * @property {number} error_code - http status code for ex: 404
2342
2394
  * @property {string} is_override_error - Has override errors object
2343
2395
  * @property {string} is_override_error_state_function - is_override_error_state_function
2344
- * @property {string} msid - msid
2345
- * @property {string} project - project
2346
- * @property {string} owner - owner
2347
2396
  * @property {string} action - action
2348
2397
  * @property {string} error_json - the full error json
2398
+ * @property {string} translated_message - the translated message
2399
+ * @property {string} error_message - the error message from the json
2400
+ * @property {string} exception_message - exception message
2401
+ * @property {string} client_error_code - client error code (browser code)
2402
+ * @property {string} error_type - the error type (application/validation/system)
2403
+ * @property {boolean} is_consumer_resolved_error - dev provided error message
2404
+ * @property {string} full_artifact_id - the full artifact id:
2405
+ * (artifact_id = my-app
2406
+ * full_artifact_id = com.wixpress.my-app)
2349
2407
  * @return {LogObject<httpClientErrorSrc176Evid404Params>} LogObject<httpClientErrorSrc176Evid404Params>
2350
2408
  */
2351
2409
  export function httpClientErrorSrc176Evid404(params) {
@@ -8719,6 +8777,8 @@ export function rolesAndPermissionsSetUpTeamClick(params) {
8719
8777
  * @property {string} platform - platform
8720
8778
  * @property {GUID} msid - sent only for site level
8721
8779
  * @property {string} app_id - app_id (context = app)
8780
+ * @property {number} contributors_quota - this site quota of contributors
8781
+ * @property {number} contributors_count - Number of contributors on this site
8722
8782
  * @return {LogObject<teamManagementTeammatesPageLoadParams>} LogObject<teamManagementTeammatesPageLoadParams>
8723
8783
  */
8724
8784
  export function teamManagementTeammatesPageLoad(params) {
@@ -8892,6 +8952,7 @@ export function ascendPpPurchasePageSubmitPurchase(params) {
8892
8952
  * @property {number} contributors_quota - How many contributors can be added to the site based on the premium package quota
8893
8953
  * @property {number} contributors_count - How many contributors are actually active on the site
8894
8954
  * @property {string} app_id - app_id (context = app)
8955
+ * @property {boolean} Has_ai_assistant - Does the user has AI assistant in this page
8895
8956
  * @return {LogObject<teamManagementInvitePeoplePageLoadParams>} LogObject<teamManagementInvitePeoplePageLoadParams>
8896
8957
  */
8897
8958
  export function teamManagementInvitePeoplePageLoad(params) {
@@ -8919,6 +8980,8 @@ export function teamManagementInvitePeoplePageLoad(params) {
8919
8980
  *
8920
8981
  * @property {number} contributors_count - How many contributors are actually active on the site
8921
8982
  * @property {string} app_id - app_id (context = app)
8983
+ * @property {boolean} Has_ai_assistant - Does the user has AI assistant on this page
8984
+ *
8922
8985
  * @return {LogObject<teamManagementInvitePeopleSendInviteParams>} LogObject<teamManagementInvitePeopleSendInviteParams>
8923
8986
  */
8924
8987
  export function teamManagementInvitePeopleSendInvite(params) {
@@ -9081,6 +9144,7 @@ export function teamManagementManageRolesUpdateRole(params) {
9081
9144
  * @property {string} origin - where the user clicked on create new role - roles list/role filter/invite people
9082
9145
  * @property {string} platform - platform
9083
9146
  * @property {GUID} msid - msid
9147
+ * @property {boolean} Has_ai_assistant - Does the user has AI assistant on this page
9084
9148
  * @return {LogObject<teamManagementManageRolesCreateNewRoleClickParams>} LogObject<teamManagementManageRolesCreateNewRoleClickParams>
9085
9149
  */
9086
9150
  export function teamManagementManageRolesCreateNewRoleClick(params) {
@@ -22890,6 +22954,7 @@ export function sdkLoaded9000(params) {
22890
22954
  * @property {boolean} is_internal_page - true if it's an internal page
22891
22955
  * @property {string} hosting_platform_context_id - context id: when the context is site - msid, when the context is app_id (like in devCenter f.e) - appDefId. In account manager is null
22892
22956
  * @property {string} internal_route - in case of internal page- in this field we will get the additional part of the route
22957
+ * @property {string} prevRoute - the previous route
22893
22958
  * @return {LogObject<gizaPageStartLoading9001Params>} LogObject<gizaPageStartLoading9001Params>
22894
22959
  */
22895
22960
  export function gizaPageStartLoading9001(params) {
@@ -22920,6 +22985,7 @@ export function gizaPageStartLoading9001(params) {
22920
22985
  * @property {string} internal_route - in case of internal page- in this field we will get the additional part of the route
22921
22986
  * @property {number} loading_time_from_first_feedback - loading time from first feedback event (in milliseconds)
22922
22987
  * @property {number} loading_time - loading time from the moment the loader of the page is shown (in milliseconds)
22988
+ * @property {string} prevRoute - the previous route
22923
22989
  * @return {LogObject<gizaPageFinishLoading9002Params>} LogObject<gizaPageFinishLoading9002Params>
22924
22990
  */
22925
22991
  export function gizaPageFinishLoading9002(params) {
@@ -23197,6 +23263,7 @@ export function wixInvoicesBannerWhenCreatingInvoiceOrder(params) {
23197
23263
  * @property {string} hosting_platform_context_id - context id: when the context is site - msid, when the context is app_id (like in devCenter f.e) - appDefId. In account manager is null
23198
23264
  * @property {string} internal_route - in case of internal page- in this field we will get the additional part of the route
23199
23265
  * @property {number} loading_time - loading time from event 9001 (page start load) until all the loaders are down (in milliseconds)
23266
+ * @property {string} prevRoute - the previous route
23200
23267
  * @return {LogObject<allPageLoadersAreDown9029Params>} LogObject<allPageLoadersAreDown9029Params>
23201
23268
  */
23202
23269
  export function allPageLoadersAreDown9029(params) {