@wix/bex-utils 2.17.0 → 2.18.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.
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +0 -40
- package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +0 -11
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +0 -40
- package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js +0 -11
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +0 -8
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +0 -8
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +0 -8
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +0 -11
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +0 -8
- package/@wix/bi-logger-os-data/src/testkit/common.ts +0 -48
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +0 -8
- package/@wix/bi-logger-os-data/src/types.ts +0 -19
- package/@wix/bi-logger-os-data/src/v2/index.ts +0 -11
- package/package.json +3 -3
|
@@ -299,7 +299,6 @@ export function pikachuItemCategorySelected(params) {
|
|
|
299
299
|
* @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
|
|
300
300
|
*
|
|
301
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
|
|
303
302
|
* @return {LogObject<loadStartParams>} LogObject<loadStartParams>
|
|
304
303
|
*/
|
|
305
304
|
export function loadStart(params) {
|
|
@@ -337,7 +336,6 @@ export function loadStart(params) {
|
|
|
337
336
|
* @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
|
|
338
337
|
* @property {boolean} isCurrentViewCustomMade - will be True if the current view is custom-made; otherwise, it will be False
|
|
339
338
|
*
|
|
340
|
-
* @property {string} artifactIdNew - Artifact that owns the component
|
|
341
339
|
* @return {LogObject<loadEndParams>} LogObject<loadEndParams>
|
|
342
340
|
*/
|
|
343
341
|
export function loadEnd(params) {
|
|
@@ -2401,9 +2399,6 @@ export function wixPatternsSelectAProviderSrc144Evid6(params) {
|
|
|
2401
2399
|
* @property {string} client_error_code - client error code (browser code)
|
|
2402
2400
|
* @property {string} error_type - the error type (application/validation/system)
|
|
2403
2401
|
* @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)
|
|
2407
2402
|
* @return {LogObject<httpClientErrorSrc176Evid404Params>} LogObject<httpClientErrorSrc176Evid404Params>
|
|
2408
2403
|
*/
|
|
2409
2404
|
export function httpClientErrorSrc176Evid404(params) {
|
|
@@ -8777,8 +8772,6 @@ export function rolesAndPermissionsSetUpTeamClick(params) {
|
|
|
8777
8772
|
* @property {string} platform - platform
|
|
8778
8773
|
* @property {GUID} msid - sent only for site level
|
|
8779
8774
|
* @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
|
|
8782
8775
|
* @return {LogObject<teamManagementTeammatesPageLoadParams>} LogObject<teamManagementTeammatesPageLoadParams>
|
|
8783
8776
|
*/
|
|
8784
8777
|
export function teamManagementTeammatesPageLoad(params) {
|
|
@@ -8952,7 +8945,6 @@ export function ascendPpPurchasePageSubmitPurchase(params) {
|
|
|
8952
8945
|
* @property {number} contributors_quota - How many contributors can be added to the site based on the premium package quota
|
|
8953
8946
|
* @property {number} contributors_count - How many contributors are actually active on the site
|
|
8954
8947
|
* @property {string} app_id - app_id (context = app)
|
|
8955
|
-
* @property {boolean} Has_ai_assistant - Does the user has AI assistant in this page
|
|
8956
8948
|
* @return {LogObject<teamManagementInvitePeoplePageLoadParams>} LogObject<teamManagementInvitePeoplePageLoadParams>
|
|
8957
8949
|
*/
|
|
8958
8950
|
export function teamManagementInvitePeoplePageLoad(params) {
|
|
@@ -8980,8 +8972,6 @@ export function teamManagementInvitePeoplePageLoad(params) {
|
|
|
8980
8972
|
*
|
|
8981
8973
|
* @property {number} contributors_count - How many contributors are actually active on the site
|
|
8982
8974
|
* @property {string} app_id - app_id (context = app)
|
|
8983
|
-
* @property {boolean} Has_ai_assistant - Does the user has AI assistant on this page
|
|
8984
|
-
*
|
|
8985
8975
|
* @return {LogObject<teamManagementInvitePeopleSendInviteParams>} LogObject<teamManagementInvitePeopleSendInviteParams>
|
|
8986
8976
|
*/
|
|
8987
8977
|
export function teamManagementInvitePeopleSendInvite(params) {
|
|
@@ -9144,7 +9134,6 @@ export function teamManagementManageRolesUpdateRole(params) {
|
|
|
9144
9134
|
* @property {string} origin - where the user clicked on create new role - roles list/role filter/invite people
|
|
9145
9135
|
* @property {string} platform - platform
|
|
9146
9136
|
* @property {GUID} msid - msid
|
|
9147
|
-
* @property {boolean} Has_ai_assistant - Does the user has AI assistant on this page
|
|
9148
9137
|
* @return {LogObject<teamManagementManageRolesCreateNewRoleClickParams>} LogObject<teamManagementManageRolesCreateNewRoleClickParams>
|
|
9149
9138
|
*/
|
|
9150
9139
|
export function teamManagementManageRolesCreateNewRoleClick(params) {
|