@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
@@ -48,6 +48,68 @@ export type wixPatternsSummaryBarIsShownSrc144Evid1Params = {
48
48
  //
49
49
  hostingPlatformContextId?: string;
50
50
  };
51
+ export type wixPatternsPageInteractiveSrc144Evid1000Params = {
52
+ // Artifact that owns the component
53
+ artifactId?: string;
54
+ // csid
55
+ csid?: GUID;
56
+ // The page's url (new from 03/2023)
57
+ url?: Url;
58
+ // Wix Patterns_version(cairo_version)
59
+ cairoVersion?: string;
60
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
61
+ domain?: string;
62
+ // (Optional) Component name, if there are two components of the same type per artifact
63
+ componentName?: string;
64
+ // Entity page / Collection
65
+ componentType?: string;
66
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
67
+ resource?: string;
68
+ // Page loading time will be measured from the start of the page loading process (5:9002, FPP)
69
+ loadingTime?: number;
70
+ // app_id
71
+ appId?: string;
72
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
73
+ product?: string;
74
+ // the page's route
75
+ route?: string;
76
+ // the id of the context entity that the user view or edit (app/account/site)
77
+ //
78
+ hostingPlatformContextId?: string;
79
+ // returns true if Wix Patterns router is being used, else false
80
+ routerUsage?: boolean;
81
+ };
82
+ export type wixPatternsFullPageLoadCompletedSrc144Evid1001Params = {
83
+ // Artifact that owns the component
84
+ artifactId?: string;
85
+ // csid
86
+ csid?: GUID;
87
+ // The page's url (new from 03/2023)
88
+ url?: Url;
89
+ // Wix Patterns_version(cairo_version)
90
+ cairoVersion?: string;
91
+ // (Optional) Domain name from FQDN (crm, stores, etc.)
92
+ domain?: string;
93
+ // (Optional) Component name, if there are two components of the same type per artifact
94
+ componentName?: string;
95
+ // Entity page / Collection
96
+ componentType?: string;
97
+ // Singular form of the resource name from FQDN, "goal" of component (order, contact, etc.)
98
+ resource?: string;
99
+ // Page loading time will be measured from the start of the page loading process (5:9002, FPP)
100
+ loadingTime?: number;
101
+ // app_id
102
+ appId?: string;
103
+ // Name of the product/api from FQDN (contacts, booking, site_properties, etc.)
104
+ product?: string;
105
+ // the page's route
106
+ route?: string;
107
+ // the id of the context entity that the user view or edit (app/account/site)
108
+ //
109
+ hostingPlatformContextId?: string;
110
+ // returns true if Wix Patterns router is being used, else false
111
+ routerUsage?: boolean;
112
+ };
51
113
  export type pickerModalUsabilityParams = {
52
114
  // Artifact that owns the component
53
115
  artifactId?: string;
@@ -349,6 +411,8 @@ export type loadStartParams = {
349
411
  routerUsage?: boolean;
350
412
  // will be True if the current view is custom-made; otherwise, it will be False
351
413
  isCurrentViewCustomMade?: boolean;
414
+ // Artifact that owns the component
415
+ artifactIdNew?: string;
352
416
  };
353
417
  export type loadEndParams = {
354
418
  // for CustomFieldsWidget component: expanded /collapsed. for table-grid switch components: table layout / grid layout. for nested table :All items collapsed / expanded. Null otherwise
@@ -401,6 +465,8 @@ export type loadEndParams = {
401
465
  // will be True if the current view is custom-made; otherwise, it will be False
402
466
  //
403
467
  isCurrentViewCustomMade?: boolean;
468
+ // Artifact that owns the component
469
+ artifactIdNew?: string;
404
470
  };
405
471
  export type loadMoreParams = {
406
472
  // Artifact that owns the component
@@ -2989,6 +3055,10 @@ export type wixPatternsMappingPagesSrc144Evid5Params = {
2989
3055
  components?: string;
2990
3056
  // type of page (collection page / entity / settings)
2991
3057
  pageType?: string;
3058
+ // component id
3059
+ componentId?: string;
3060
+ // Returns True if it is a single page
3061
+ isSinglePage?: boolean;
2992
3062
  };
2993
3063
  export type wixPatternsSelectAProviderSrc144Evid6Params = {
2994
3064
  // Artifact that owns the component
@@ -3029,30 +3099,32 @@ export type httpClientErrorSrc176Evid404Params = {
3029
3099
  hosting_platform?: string;
3030
3100
  // app_id
3031
3101
  app_id?: string;
3032
- // the first page where the message appeared
3033
- initial_page_id?: string;
3034
- // the active page where the message appeared
3035
- active_page_id?: string;
3036
- // the error status code
3102
+ // http status code for ex: 404
3037
3103
  error_code?: number;
3038
- // application_error
3039
- application_error?: string;
3040
- // the message of the error
3041
- message?: string;
3042
3104
  // Has override errors object
3043
3105
  is_override_error?: string;
3044
3106
  // is_override_error_state_function
3045
3107
  is_override_error_state_function?: string;
3046
- // msid
3047
- msid?: string;
3048
- // project
3049
- project?: string;
3050
- // owner
3051
- owner?: string;
3052
3108
  // action
3053
3109
  action?: string;
3054
3110
  // the full error json
3055
3111
  error_json?: string;
3112
+ // the translated message
3113
+ translated_message?: string;
3114
+ // the error message from the json
3115
+ error_message?: string;
3116
+ // exception message
3117
+ exception_message?: string;
3118
+ // client error code (browser code)
3119
+ client_error_code?: string;
3120
+ // the error type (application/validation/system)
3121
+ error_type?: string;
3122
+ // dev provided error message
3123
+ is_consumer_resolved_error?: boolean;
3124
+ // the full artifact id:
3125
+ // (artifact_id = my-app
3126
+ // full_artifact_id = com.wixpress.my-app)
3127
+ full_artifact_id?: string;
3056
3128
  };
3057
3129
  export type pingMarketingConsentUnsubscribeClickSrc19Evid10001Params = {
3058
3130
  // msid
@@ -8289,6 +8361,10 @@ export type teamManagementTeammatesPageLoadParams = {
8289
8361
  msid?: GUID;
8290
8362
  // app_id (context = app)
8291
8363
  app_id?: string;
8364
+ // this site quota of contributors
8365
+ contributors_quota?: number;
8366
+ // Number of contributors on this site
8367
+ contributors_count?: number;
8292
8368
  };
8293
8369
  export type teamManagementFilterByStatusParams = {
8294
8370
  // account/site
@@ -8435,6 +8511,8 @@ export type teamManagementInvitePeoplePageLoadParams = {
8435
8511
  contributors_count?: number;
8436
8512
  // app_id (context = app)
8437
8513
  app_id?: string;
8514
+ // Does the user has AI assistant in this page
8515
+ Has_ai_assistant?: boolean;
8438
8516
  };
8439
8517
  export type teamManagementInvitePeopleSendInviteParams = {
8440
8518
  // account/site
@@ -8468,6 +8546,9 @@ export type teamManagementInvitePeopleSendInviteParams = {
8468
8546
  contributors_count?: number;
8469
8547
  // app_id (context = app)
8470
8548
  app_id?: string;
8549
+ // Does the user has AI assistant on this page
8550
+ //
8551
+ Has_ai_assistant?: boolean;
8471
8552
  };
8472
8553
  export type teamManagementInvitePeopleResendInviteParams = {
8473
8554
  // pending/expired
@@ -8592,6 +8673,8 @@ export type teamManagementManageRolesCreateNewRoleClickParams = {
8592
8673
  platform?: string;
8593
8674
  // msid
8594
8675
  msid?: GUID;
8676
+ // Does the user has AI assistant on this page
8677
+ Has_ai_assistant?: boolean;
8595
8678
  };
8596
8679
  export type teamManagementManageRolesSaveNewRoleParams = {
8597
8680
  // the scopes chosen for the custom role
@@ -20197,6 +20280,8 @@ export type gizaPageStartLoading9001Params = {
20197
20280
  hosting_platform_context_id?: string;
20198
20281
  // in case of internal page- in this field we will get the additional part of the route
20199
20282
  internal_route?: string;
20283
+ // the previous route
20284
+ prevRoute?: string;
20200
20285
  };
20201
20286
  export type gizaPageFinishLoading9002Params = {
20202
20287
  // accountmanagr/bizmanagr/devcenter/etc.
@@ -20237,6 +20322,8 @@ export type gizaPageFinishLoading9002Params = {
20237
20322
  loading_time_from_first_feedback?: number;
20238
20323
  // loading time from the moment the loader of the page is shown (in milliseconds)
20239
20324
  loading_time?: number;
20325
+ // the previous route
20326
+ prevRoute?: string;
20240
20327
  };
20241
20328
  export type formBuildrUouSubmitFormSuccessParams = {
20242
20329
  // used as honeypot indicator true=suspected bot, null or false=not suspected
@@ -20469,6 +20556,8 @@ export type allPageLoadersAreDown9029Params = {
20469
20556
  internal_route?: string;
20470
20557
  // loading time from event 9001 (page start load) until all the loaders are down (in milliseconds)
20471
20558
  loading_time?: number;
20559
+ // the previous route
20560
+ prevRoute?: string;
20472
20561
  };
20473
20562
  export type formBuilderManageFieldsAddNewFieldCompletedParams = {
20474
20563
  // form type = {'form-builder'/'get-subscribers'/'registration-form'}