@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
|
@@ -222,7 +222,6 @@ export declare class BiTestkit {
|
|
|
222
222
|
hostingPlatformContextId: string;
|
|
223
223
|
routerUsage: boolean;
|
|
224
224
|
isCurrentViewCustomMade: boolean;
|
|
225
|
-
artifactIdNew: string;
|
|
226
225
|
}>;
|
|
227
226
|
get loadEnd(): EventsFilter<{
|
|
228
227
|
componentStatus: string;
|
|
@@ -249,7 +248,6 @@ export declare class BiTestkit {
|
|
|
249
248
|
hostingPlatformContextId: string;
|
|
250
249
|
routerUsage: boolean;
|
|
251
250
|
isCurrentViewCustomMade: boolean;
|
|
252
|
-
artifactIdNew: string;
|
|
253
251
|
}>;
|
|
254
252
|
get loadMore(): EventsFilter<{
|
|
255
253
|
artifactId: string;
|
|
@@ -1644,7 +1642,6 @@ export declare class BiTestkit {
|
|
|
1644
1642
|
client_error_code: string;
|
|
1645
1643
|
error_type: string;
|
|
1646
1644
|
is_consumer_resolved_error: boolean;
|
|
1647
|
-
full_artifact_id: string;
|
|
1648
1645
|
}>;
|
|
1649
1646
|
get pingMarketingConsentUnsubscribeClickSrc19Evid10001(): EventsFilter<{
|
|
1650
1647
|
msid: string;
|
|
@@ -4626,8 +4623,6 @@ export declare class BiTestkit {
|
|
|
4626
4623
|
platform: string;
|
|
4627
4624
|
msid: GUID;
|
|
4628
4625
|
app_id: string;
|
|
4629
|
-
contributors_quota: number;
|
|
4630
|
-
contributors_count: number;
|
|
4631
4626
|
}>;
|
|
4632
4627
|
get teamManagementFilterByStatus(): EventsFilter<{
|
|
4633
4628
|
context: string;
|
|
@@ -4711,7 +4706,6 @@ export declare class BiTestkit {
|
|
|
4711
4706
|
contributors_quota: number;
|
|
4712
4707
|
contributors_count: number;
|
|
4713
4708
|
app_id: string;
|
|
4714
|
-
Has_ai_assistant: boolean;
|
|
4715
4709
|
}>;
|
|
4716
4710
|
get teamManagementInvitePeopleSendInvite(): EventsFilter<{
|
|
4717
4711
|
context: string;
|
|
@@ -4729,7 +4723,6 @@ export declare class BiTestkit {
|
|
|
4729
4723
|
contributors_quota: number;
|
|
4730
4724
|
contributors_count: number;
|
|
4731
4725
|
app_id: string;
|
|
4732
|
-
Has_ai_assistant: boolean;
|
|
4733
4726
|
}>;
|
|
4734
4727
|
get teamManagementInvitePeopleResendInvite(): EventsFilter<{
|
|
4735
4728
|
invite_status: string;
|
|
@@ -4802,7 +4795,6 @@ export declare class BiTestkit {
|
|
|
4802
4795
|
origin: string;
|
|
4803
4796
|
platform: string;
|
|
4804
4797
|
msid: GUID;
|
|
4805
|
-
Has_ai_assistant: boolean;
|
|
4806
4798
|
}>;
|
|
4807
4799
|
get teamManagementManageRolesSaveNewRole(): EventsFilter<{
|
|
4808
4800
|
custom_role_scopes: string;
|
|
@@ -225,7 +225,6 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
225
225
|
hostingPlatformContextId: string;
|
|
226
226
|
routerUsage: boolean;
|
|
227
227
|
isCurrentViewCustomMade: boolean;
|
|
228
|
-
artifactIdNew: string;
|
|
229
228
|
}>;
|
|
230
229
|
get loadEnd(): EventsFilter<{
|
|
231
230
|
componentStatus: string;
|
|
@@ -252,7 +251,6 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
252
251
|
hostingPlatformContextId: string;
|
|
253
252
|
routerUsage: boolean;
|
|
254
253
|
isCurrentViewCustomMade: boolean;
|
|
255
|
-
artifactIdNew: string;
|
|
256
254
|
}>;
|
|
257
255
|
get loadMore(): EventsFilter<{
|
|
258
256
|
artifactId: string;
|
|
@@ -1647,7 +1645,6 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1647
1645
|
client_error_code: string;
|
|
1648
1646
|
error_type: string;
|
|
1649
1647
|
is_consumer_resolved_error: boolean;
|
|
1650
|
-
full_artifact_id: string;
|
|
1651
1648
|
}>;
|
|
1652
1649
|
get pingMarketingConsentUnsubscribeClickSrc19Evid10001(): EventsFilter<{
|
|
1653
1650
|
msid: string;
|
|
@@ -4629,8 +4626,6 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
4629
4626
|
platform: string;
|
|
4630
4627
|
msid: GUID;
|
|
4631
4628
|
app_id: string;
|
|
4632
|
-
contributors_quota: number;
|
|
4633
|
-
contributors_count: number;
|
|
4634
4629
|
}>;
|
|
4635
4630
|
get teamManagementFilterByStatus(): EventsFilter<{
|
|
4636
4631
|
context: string;
|
|
@@ -4714,7 +4709,6 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
4714
4709
|
contributors_quota: number;
|
|
4715
4710
|
contributors_count: number;
|
|
4716
4711
|
app_id: string;
|
|
4717
|
-
Has_ai_assistant: boolean;
|
|
4718
4712
|
}>;
|
|
4719
4713
|
get teamManagementInvitePeopleSendInvite(): EventsFilter<{
|
|
4720
4714
|
context: string;
|
|
@@ -4732,7 +4726,6 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
4732
4726
|
contributors_quota: number;
|
|
4733
4727
|
contributors_count: number;
|
|
4734
4728
|
app_id: string;
|
|
4735
|
-
Has_ai_assistant: boolean;
|
|
4736
4729
|
}>;
|
|
4737
4730
|
get teamManagementInvitePeopleResendInvite(): EventsFilter<{
|
|
4738
4731
|
invite_status: string;
|
|
@@ -4805,7 +4798,6 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
4805
4798
|
origin: string;
|
|
4806
4799
|
platform: string;
|
|
4807
4800
|
msid: GUID;
|
|
4808
|
-
Has_ai_assistant: boolean;
|
|
4809
4801
|
}>;
|
|
4810
4802
|
get teamManagementManageRolesSaveNewRole(): EventsFilter<{
|
|
4811
4803
|
custom_role_scopes: string;
|
|
@@ -222,7 +222,6 @@ export type loadStartParams = {
|
|
|
222
222
|
hostingPlatformContextId?: string;
|
|
223
223
|
routerUsage?: boolean;
|
|
224
224
|
isCurrentViewCustomMade?: boolean;
|
|
225
|
-
artifactIdNew?: string;
|
|
226
225
|
};
|
|
227
226
|
export type loadEndParams = {
|
|
228
227
|
componentStatus?: string;
|
|
@@ -249,7 +248,6 @@ export type loadEndParams = {
|
|
|
249
248
|
hostingPlatformContextId?: string;
|
|
250
249
|
routerUsage?: boolean;
|
|
251
250
|
isCurrentViewCustomMade?: boolean;
|
|
252
|
-
artifactIdNew?: string;
|
|
253
251
|
};
|
|
254
252
|
export type loadMoreParams = {
|
|
255
253
|
artifactId?: string;
|
|
@@ -1644,7 +1642,6 @@ export type httpClientErrorSrc176Evid404Params = {
|
|
|
1644
1642
|
client_error_code?: string;
|
|
1645
1643
|
error_type?: string;
|
|
1646
1644
|
is_consumer_resolved_error?: boolean;
|
|
1647
|
-
full_artifact_id?: string;
|
|
1648
1645
|
};
|
|
1649
1646
|
export type pingMarketingConsentUnsubscribeClickSrc19Evid10001Params = {
|
|
1650
1647
|
msid?: string;
|
|
@@ -4626,8 +4623,6 @@ export type teamManagementTeammatesPageLoadParams = {
|
|
|
4626
4623
|
platform?: string;
|
|
4627
4624
|
msid?: GUID;
|
|
4628
4625
|
app_id?: string;
|
|
4629
|
-
contributors_quota?: number;
|
|
4630
|
-
contributors_count?: number;
|
|
4631
4626
|
};
|
|
4632
4627
|
export type teamManagementFilterByStatusParams = {
|
|
4633
4628
|
context?: string;
|
|
@@ -4711,7 +4706,6 @@ export type teamManagementInvitePeoplePageLoadParams = {
|
|
|
4711
4706
|
contributors_quota?: number;
|
|
4712
4707
|
contributors_count?: number;
|
|
4713
4708
|
app_id?: string;
|
|
4714
|
-
Has_ai_assistant?: boolean;
|
|
4715
4709
|
};
|
|
4716
4710
|
export type teamManagementInvitePeopleSendInviteParams = {
|
|
4717
4711
|
context?: string;
|
|
@@ -4729,7 +4723,6 @@ export type teamManagementInvitePeopleSendInviteParams = {
|
|
|
4729
4723
|
contributors_quota?: number;
|
|
4730
4724
|
contributors_count?: number;
|
|
4731
4725
|
app_id?: string;
|
|
4732
|
-
Has_ai_assistant?: boolean;
|
|
4733
4726
|
};
|
|
4734
4727
|
export type teamManagementInvitePeopleResendInviteParams = {
|
|
4735
4728
|
invite_status?: string;
|
|
@@ -4802,7 +4795,6 @@ export type teamManagementManageRolesCreateNewRoleClickParams = {
|
|
|
4802
4795
|
origin?: string;
|
|
4803
4796
|
platform?: string;
|
|
4804
4797
|
msid?: GUID;
|
|
4805
|
-
Has_ai_assistant?: boolean;
|
|
4806
4798
|
};
|
|
4807
4799
|
export type teamManagementManageRolesSaveNewRoleParams = {
|
|
4808
4800
|
custom_role_scopes?: string;
|
|
@@ -280,7 +280,6 @@ export declare function pikachuItemCategorySelected(params: pikachuItemCategoryS
|
|
|
280
280
|
* @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
|
|
281
281
|
*
|
|
282
282
|
* @property {boolean} isCurrentViewCustomMade - will be True if the current view is custom-made; otherwise, it will be False
|
|
283
|
-
* @property {string} artifactIdNew - Artifact that owns the component
|
|
284
283
|
* @return {LogObject<loadStartParams>} LogObject<loadStartParams>
|
|
285
284
|
*/
|
|
286
285
|
export declare function loadStart(params: loadStartParams): LogObject<loadStartParams>;
|
|
@@ -316,7 +315,6 @@ export declare function loadStart(params: loadStartParams): LogObject<loadStartP
|
|
|
316
315
|
* @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
|
|
317
316
|
* @property {boolean} isCurrentViewCustomMade - will be True if the current view is custom-made; otherwise, it will be False
|
|
318
317
|
*
|
|
319
|
-
* @property {string} artifactIdNew - Artifact that owns the component
|
|
320
318
|
* @return {LogObject<loadEndParams>} LogObject<loadEndParams>
|
|
321
319
|
*/
|
|
322
320
|
export declare function loadEnd(params: loadEndParams): LogObject<loadEndParams>;
|
|
@@ -2234,9 +2232,6 @@ export declare function wixPatternsSelectAProviderSrc144Evid6(params: wixPattern
|
|
|
2234
2232
|
* @property {string} client_error_code - client error code (browser code)
|
|
2235
2233
|
* @property {string} error_type - the error type (application/validation/system)
|
|
2236
2234
|
* @property {boolean} is_consumer_resolved_error - dev provided error message
|
|
2237
|
-
* @property {string} full_artifact_id - the full artifact id:
|
|
2238
|
-
* (artifact_id = my-app
|
|
2239
|
-
* full_artifact_id = com.wixpress.my-app)
|
|
2240
2235
|
* @return {LogObject<httpClientErrorSrc176Evid404Params>} LogObject<httpClientErrorSrc176Evid404Params>
|
|
2241
2236
|
*/
|
|
2242
2237
|
export declare function httpClientErrorSrc176Evid404(params: httpClientErrorSrc176Evid404Params): LogObject<httpClientErrorSrc176Evid404Params>;
|
|
@@ -7862,8 +7857,6 @@ export declare function rolesAndPermissionsSetUpTeamClick(params: rolesAndPermis
|
|
|
7862
7857
|
* @property {string} platform - platform
|
|
7863
7858
|
* @property {GUID} msid - sent only for site level
|
|
7864
7859
|
* @property {string} app_id - app_id (context = app)
|
|
7865
|
-
* @property {number} contributors_quota - this site quota of contributors
|
|
7866
|
-
* @property {number} contributors_count - Number of contributors on this site
|
|
7867
7860
|
* @return {LogObject<teamManagementTeammatesPageLoadParams>} LogObject<teamManagementTeammatesPageLoadParams>
|
|
7868
7861
|
*/
|
|
7869
7862
|
export declare function teamManagementTeammatesPageLoad(params: teamManagementTeammatesPageLoadParams): LogObject<teamManagementTeammatesPageLoadParams>;
|
|
@@ -8017,7 +8010,6 @@ export declare function ascendPpPurchasePageSubmitPurchase(params: ascendPpPurch
|
|
|
8017
8010
|
* @property {number} contributors_quota - How many contributors can be added to the site based on the premium package quota
|
|
8018
8011
|
* @property {number} contributors_count - How many contributors are actually active on the site
|
|
8019
8012
|
* @property {string} app_id - app_id (context = app)
|
|
8020
|
-
* @property {boolean} Has_ai_assistant - Does the user has AI assistant in this page
|
|
8021
8013
|
* @return {LogObject<teamManagementInvitePeoplePageLoadParams>} LogObject<teamManagementInvitePeoplePageLoadParams>
|
|
8022
8014
|
*/
|
|
8023
8015
|
export declare function teamManagementInvitePeoplePageLoad(params: teamManagementInvitePeoplePageLoadParams): LogObject<teamManagementInvitePeoplePageLoadParams>;
|
|
@@ -8043,8 +8035,6 @@ export declare function teamManagementInvitePeoplePageLoad(params: teamManagemen
|
|
|
8043
8035
|
*
|
|
8044
8036
|
* @property {number} contributors_count - How many contributors are actually active on the site
|
|
8045
8037
|
* @property {string} app_id - app_id (context = app)
|
|
8046
|
-
* @property {boolean} Has_ai_assistant - Does the user has AI assistant on this page
|
|
8047
|
-
*
|
|
8048
8038
|
* @return {LogObject<teamManagementInvitePeopleSendInviteParams>} LogObject<teamManagementInvitePeopleSendInviteParams>
|
|
8049
8039
|
*/
|
|
8050
8040
|
export declare function teamManagementInvitePeopleSendInvite(params: teamManagementInvitePeopleSendInviteParams): LogObject<teamManagementInvitePeopleSendInviteParams>;
|
|
@@ -8187,7 +8177,6 @@ export declare function teamManagementManageRolesUpdateRole(params: teamManageme
|
|
|
8187
8177
|
* @property {string} origin - where the user clicked on create new role - roles list/role filter/invite people
|
|
8188
8178
|
* @property {string} platform - platform
|
|
8189
8179
|
* @property {GUID} msid - msid
|
|
8190
|
-
* @property {boolean} Has_ai_assistant - Does the user has AI assistant on this page
|
|
8191
8180
|
* @return {LogObject<teamManagementManageRolesCreateNewRoleClickParams>} LogObject<teamManagementManageRolesCreateNewRoleClickParams>
|
|
8192
8181
|
*/
|
|
8193
8182
|
export declare function teamManagementManageRolesCreateNewRoleClick(params: teamManagementManageRolesCreateNewRoleClickParams): LogObject<teamManagementManageRolesCreateNewRoleClickParams>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bi-logger-os-data",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.114.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "schema-logger-generator",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"artifactId": "bi-logger-os-data"
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"falconPackageHash": "
|
|
44
|
+
"falconPackageHash": "a4488ed866ec1238f4911bd661936551996317a2a607f440a8c0d925",
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|
|
47
47
|
"url": "https://github.com/wix-private/bi-schema-loggers.git",
|
|
@@ -284,7 +284,6 @@ export class BiTestkit {
|
|
|
284
284
|
hostingPlatformContextId: string;
|
|
285
285
|
routerUsage: boolean;
|
|
286
286
|
isCurrentViewCustomMade: boolean;
|
|
287
|
-
artifactIdNew: string;
|
|
288
287
|
}>(this.util.getRawEvents, 144, 110, this.validate);
|
|
289
288
|
}
|
|
290
289
|
|
|
@@ -314,7 +313,6 @@ export class BiTestkit {
|
|
|
314
313
|
hostingPlatformContextId: string;
|
|
315
314
|
routerUsage: boolean;
|
|
316
315
|
isCurrentViewCustomMade: boolean;
|
|
317
|
-
artifactIdNew: string;
|
|
318
316
|
}>(this.util.getRawEvents, 144, 111, this.validate);
|
|
319
317
|
}
|
|
320
318
|
|
|
@@ -1928,7 +1926,6 @@ export class BiTestkit {
|
|
|
1928
1926
|
client_error_code: string;
|
|
1929
1927
|
error_type: string;
|
|
1930
1928
|
is_consumer_resolved_error: boolean;
|
|
1931
|
-
full_artifact_id: string;
|
|
1932
1929
|
}>(this.util.getRawEvents, 176, 404, this.validate);
|
|
1933
1930
|
}
|
|
1934
1931
|
|
|
@@ -6012,8 +6009,6 @@ export class BiTestkit {
|
|
|
6012
6009
|
platform: string;
|
|
6013
6010
|
msid: GUID;
|
|
6014
6011
|
app_id: string;
|
|
6015
|
-
contributors_quota: number;
|
|
6016
|
-
contributors_count: number;
|
|
6017
6012
|
}>(this.util.getRawEvents, 5, 1401, this.validate);
|
|
6018
6013
|
}
|
|
6019
6014
|
|
|
@@ -6127,7 +6122,6 @@ export class BiTestkit {
|
|
|
6127
6122
|
contributors_quota: number;
|
|
6128
6123
|
contributors_count: number;
|
|
6129
6124
|
app_id: string;
|
|
6130
|
-
Has_ai_assistant: boolean;
|
|
6131
6125
|
}>(this.util.getRawEvents, 5, 1410, this.validate);
|
|
6132
6126
|
}
|
|
6133
6127
|
|
|
@@ -6148,7 +6142,6 @@ export class BiTestkit {
|
|
|
6148
6142
|
contributors_quota: number;
|
|
6149
6143
|
contributors_count: number;
|
|
6150
6144
|
app_id: string;
|
|
6151
|
-
Has_ai_assistant: boolean;
|
|
6152
6145
|
}>(this.util.getRawEvents, 5, 1411, this.validate);
|
|
6153
6146
|
}
|
|
6154
6147
|
|
|
@@ -6251,7 +6244,6 @@ export class BiTestkit {
|
|
|
6251
6244
|
origin: string;
|
|
6252
6245
|
platform: string;
|
|
6253
6246
|
msid: GUID;
|
|
6254
|
-
Has_ai_assistant: boolean;
|
|
6255
6247
|
}>(this.util.getRawEvents, 5, 1421, this.validate);
|
|
6256
6248
|
}
|
|
6257
6249
|
|
|
@@ -14319,18 +14319,6 @@ const schemaObj: SchemaObj = [
|
|
|
14319
14319
|
"type": "STRING",
|
|
14320
14320
|
"mandatory": false
|
|
14321
14321
|
}
|
|
14322
|
-
,
|
|
14323
|
-
{
|
|
14324
|
-
"inputName": "contributors_quota",
|
|
14325
|
-
"type": "NUMERIC",
|
|
14326
|
-
"mandatory": false
|
|
14327
|
-
}
|
|
14328
|
-
,
|
|
14329
|
-
{
|
|
14330
|
-
"inputName": "contributors_count",
|
|
14331
|
-
"type": "NUMERIC",
|
|
14332
|
-
"mandatory": false
|
|
14333
|
-
}
|
|
14334
14322
|
]
|
|
14335
14323
|
} as BiEventSchema,
|
|
14336
14324
|
{
|
|
@@ -14759,12 +14747,6 @@ const schemaObj: SchemaObj = [
|
|
|
14759
14747
|
"type": "STRING",
|
|
14760
14748
|
"mandatory": false
|
|
14761
14749
|
}
|
|
14762
|
-
,
|
|
14763
|
-
{
|
|
14764
|
-
"inputName": "Has_ai_assistant",
|
|
14765
|
-
"type": "BOOL",
|
|
14766
|
-
"mandatory": false
|
|
14767
|
-
}
|
|
14768
14750
|
]
|
|
14769
14751
|
} as BiEventSchema,
|
|
14770
14752
|
{
|
|
@@ -14860,12 +14842,6 @@ const schemaObj: SchemaObj = [
|
|
|
14860
14842
|
"type": "STRING",
|
|
14861
14843
|
"mandatory": false
|
|
14862
14844
|
}
|
|
14863
|
-
,
|
|
14864
|
-
{
|
|
14865
|
-
"inputName": "Has_ai_assistant",
|
|
14866
|
-
"type": "BOOL",
|
|
14867
|
-
"mandatory": false
|
|
14868
|
-
}
|
|
14869
14845
|
]
|
|
14870
14846
|
} as BiEventSchema,
|
|
14871
14847
|
{
|
|
@@ -15228,12 +15204,6 @@ const schemaObj: SchemaObj = [
|
|
|
15228
15204
|
"type": "GUID",
|
|
15229
15205
|
"mandatory": false
|
|
15230
15206
|
}
|
|
15231
|
-
,
|
|
15232
|
-
{
|
|
15233
|
-
"inputName": "Has_ai_assistant",
|
|
15234
|
-
"type": "BOOL",
|
|
15235
|
-
"mandatory": false
|
|
15236
|
-
}
|
|
15237
15207
|
]
|
|
15238
15208
|
} as BiEventSchema,
|
|
15239
15209
|
{
|
|
@@ -58020,12 +57990,6 @@ const schemaObj: SchemaObj = [
|
|
|
58020
57990
|
"type": "BOOL",
|
|
58021
57991
|
"mandatory": false
|
|
58022
57992
|
}
|
|
58023
|
-
,
|
|
58024
|
-
{
|
|
58025
|
-
"inputName": "artifactIdNew",
|
|
58026
|
-
"type": "STRING",
|
|
58027
|
-
"mandatory": false
|
|
58028
|
-
}
|
|
58029
57993
|
]
|
|
58030
57994
|
} as BiEventSchema,
|
|
58031
57995
|
{
|
|
@@ -58175,12 +58139,6 @@ const schemaObj: SchemaObj = [
|
|
|
58175
58139
|
"type": "BOOL",
|
|
58176
58140
|
"mandatory": false
|
|
58177
58141
|
}
|
|
58178
|
-
,
|
|
58179
|
-
{
|
|
58180
|
-
"inputName": "artifactIdNew",
|
|
58181
|
-
"type": "STRING",
|
|
58182
|
-
"mandatory": false
|
|
58183
|
-
}
|
|
58184
58142
|
]
|
|
58185
58143
|
} as BiEventSchema,
|
|
58186
58144
|
{
|
|
@@ -66039,12 +65997,6 @@ const schemaObj: SchemaObj = [
|
|
|
66039
65997
|
"type": "BOOL",
|
|
66040
65998
|
"mandatory": false
|
|
66041
65999
|
}
|
|
66042
|
-
,
|
|
66043
|
-
{
|
|
66044
|
-
"inputName": "full_artifact_id",
|
|
66045
|
-
"type": "STRING",
|
|
66046
|
-
"mandatory": false
|
|
66047
|
-
}
|
|
66048
66000
|
]
|
|
66049
66001
|
} as BiEventSchema
|
|
66050
66002
|
]
|
|
@@ -294,7 +294,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
294
294
|
hostingPlatformContextId: string;
|
|
295
295
|
routerUsage: boolean;
|
|
296
296
|
isCurrentViewCustomMade: boolean;
|
|
297
|
-
artifactIdNew: string;
|
|
298
297
|
}>(this.util.getRawEvents, 144, 110, this.validate);
|
|
299
298
|
}
|
|
300
299
|
|
|
@@ -324,7 +323,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
324
323
|
hostingPlatformContextId: string;
|
|
325
324
|
routerUsage: boolean;
|
|
326
325
|
isCurrentViewCustomMade: boolean;
|
|
327
|
-
artifactIdNew: string;
|
|
328
326
|
}>(this.util.getRawEvents, 144, 111, this.validate);
|
|
329
327
|
}
|
|
330
328
|
|
|
@@ -1938,7 +1936,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1938
1936
|
client_error_code: string;
|
|
1939
1937
|
error_type: string;
|
|
1940
1938
|
is_consumer_resolved_error: boolean;
|
|
1941
|
-
full_artifact_id: string;
|
|
1942
1939
|
}>(this.util.getRawEvents, 176, 404, this.validate);
|
|
1943
1940
|
}
|
|
1944
1941
|
|
|
@@ -6022,8 +6019,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
6022
6019
|
platform: string;
|
|
6023
6020
|
msid: GUID;
|
|
6024
6021
|
app_id: string;
|
|
6025
|
-
contributors_quota: number;
|
|
6026
|
-
contributors_count: number;
|
|
6027
6022
|
}>(this.util.getRawEvents, 5, 1401, this.validate);
|
|
6028
6023
|
}
|
|
6029
6024
|
|
|
@@ -6137,7 +6132,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
6137
6132
|
contributors_quota: number;
|
|
6138
6133
|
contributors_count: number;
|
|
6139
6134
|
app_id: string;
|
|
6140
|
-
Has_ai_assistant: boolean;
|
|
6141
6135
|
}>(this.util.getRawEvents, 5, 1410, this.validate);
|
|
6142
6136
|
}
|
|
6143
6137
|
|
|
@@ -6158,7 +6152,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
6158
6152
|
contributors_quota: number;
|
|
6159
6153
|
contributors_count: number;
|
|
6160
6154
|
app_id: string;
|
|
6161
|
-
Has_ai_assistant: boolean;
|
|
6162
6155
|
}>(this.util.getRawEvents, 5, 1411, this.validate);
|
|
6163
6156
|
}
|
|
6164
6157
|
|
|
@@ -6261,7 +6254,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
6261
6254
|
origin: string;
|
|
6262
6255
|
platform: string;
|
|
6263
6256
|
msid: GUID;
|
|
6264
|
-
Has_ai_assistant: boolean;
|
|
6265
6257
|
}>(this.util.getRawEvents, 5, 1421, this.validate);
|
|
6266
6258
|
}
|
|
6267
6259
|
|
|
@@ -411,8 +411,6 @@ export type loadStartParams = {
|
|
|
411
411
|
routerUsage?: boolean;
|
|
412
412
|
// will be True if the current view is custom-made; otherwise, it will be False
|
|
413
413
|
isCurrentViewCustomMade?: boolean;
|
|
414
|
-
// Artifact that owns the component
|
|
415
|
-
artifactIdNew?: string;
|
|
416
414
|
};
|
|
417
415
|
export type loadEndParams = {
|
|
418
416
|
// for CustomFieldsWidget component: expanded /collapsed. for table-grid switch components: table layout / grid layout. for nested table :All items collapsed / expanded. Null otherwise
|
|
@@ -465,8 +463,6 @@ export type loadEndParams = {
|
|
|
465
463
|
// will be True if the current view is custom-made; otherwise, it will be False
|
|
466
464
|
//
|
|
467
465
|
isCurrentViewCustomMade?: boolean;
|
|
468
|
-
// Artifact that owns the component
|
|
469
|
-
artifactIdNew?: string;
|
|
470
466
|
};
|
|
471
467
|
export type loadMoreParams = {
|
|
472
468
|
// Artifact that owns the component
|
|
@@ -3121,10 +3117,6 @@ export type httpClientErrorSrc176Evid404Params = {
|
|
|
3121
3117
|
error_type?: string;
|
|
3122
3118
|
// dev provided error message
|
|
3123
3119
|
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;
|
|
3128
3120
|
};
|
|
3129
3121
|
export type pingMarketingConsentUnsubscribeClickSrc19Evid10001Params = {
|
|
3130
3122
|
// msid
|
|
@@ -8361,10 +8353,6 @@ export type teamManagementTeammatesPageLoadParams = {
|
|
|
8361
8353
|
msid?: GUID;
|
|
8362
8354
|
// app_id (context = app)
|
|
8363
8355
|
app_id?: string;
|
|
8364
|
-
// this site quota of contributors
|
|
8365
|
-
contributors_quota?: number;
|
|
8366
|
-
// Number of contributors on this site
|
|
8367
|
-
contributors_count?: number;
|
|
8368
8356
|
};
|
|
8369
8357
|
export type teamManagementFilterByStatusParams = {
|
|
8370
8358
|
// account/site
|
|
@@ -8511,8 +8499,6 @@ export type teamManagementInvitePeoplePageLoadParams = {
|
|
|
8511
8499
|
contributors_count?: number;
|
|
8512
8500
|
// app_id (context = app)
|
|
8513
8501
|
app_id?: string;
|
|
8514
|
-
// Does the user has AI assistant in this page
|
|
8515
|
-
Has_ai_assistant?: boolean;
|
|
8516
8502
|
};
|
|
8517
8503
|
export type teamManagementInvitePeopleSendInviteParams = {
|
|
8518
8504
|
// account/site
|
|
@@ -8546,9 +8532,6 @@ export type teamManagementInvitePeopleSendInviteParams = {
|
|
|
8546
8532
|
contributors_count?: number;
|
|
8547
8533
|
// app_id (context = app)
|
|
8548
8534
|
app_id?: string;
|
|
8549
|
-
// Does the user has AI assistant on this page
|
|
8550
|
-
//
|
|
8551
|
-
Has_ai_assistant?: boolean;
|
|
8552
8535
|
};
|
|
8553
8536
|
export type teamManagementInvitePeopleResendInviteParams = {
|
|
8554
8537
|
// pending/expired
|
|
@@ -8673,8 +8656,6 @@ export type teamManagementManageRolesCreateNewRoleClickParams = {
|
|
|
8673
8656
|
platform?: string;
|
|
8674
8657
|
// msid
|
|
8675
8658
|
msid?: GUID;
|
|
8676
|
-
// Does the user has AI assistant on this page
|
|
8677
|
-
Has_ai_assistant?: boolean;
|
|
8678
8659
|
};
|
|
8679
8660
|
export type teamManagementManageRolesSaveNewRoleParams = {
|
|
8680
8661
|
// the scopes chosen for the custom role
|
|
@@ -311,7 +311,6 @@ export function pikachuItemCategorySelected(params: pikachuItemCategorySelectedP
|
|
|
311
311
|
* @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
|
|
312
312
|
*
|
|
313
313
|
* @property {boolean} isCurrentViewCustomMade - will be True if the current view is custom-made; otherwise, it will be False
|
|
314
|
-
* @property {string} artifactIdNew - Artifact that owns the component
|
|
315
314
|
* @return {LogObject<loadStartParams>} LogObject<loadStartParams>
|
|
316
315
|
*/
|
|
317
316
|
export function loadStart(params: loadStartParams): LogObject<loadStartParams> {
|
|
@@ -350,7 +349,6 @@ export function loadStart(params: loadStartParams): LogObject<loadStartParams> {
|
|
|
350
349
|
* @property {boolean} routerUsage - returns true if Wix Patterns router is being used, else false
|
|
351
350
|
* @property {boolean} isCurrentViewCustomMade - will be True if the current view is custom-made; otherwise, it will be False
|
|
352
351
|
*
|
|
353
|
-
* @property {string} artifactIdNew - Artifact that owns the component
|
|
354
352
|
* @return {LogObject<loadEndParams>} LogObject<loadEndParams>
|
|
355
353
|
*/
|
|
356
354
|
export function loadEnd(params: loadEndParams): LogObject<loadEndParams> {
|
|
@@ -2487,9 +2485,6 @@ export function wixPatternsSelectAProviderSrc144Evid6(params: wixPatternsSelectA
|
|
|
2487
2485
|
* @property {string} client_error_code - client error code (browser code)
|
|
2488
2486
|
* @property {string} error_type - the error type (application/validation/system)
|
|
2489
2487
|
* @property {boolean} is_consumer_resolved_error - dev provided error message
|
|
2490
|
-
* @property {string} full_artifact_id - the full artifact id:
|
|
2491
|
-
* (artifact_id = my-app
|
|
2492
|
-
* full_artifact_id = com.wixpress.my-app)
|
|
2493
2488
|
* @return {LogObject<httpClientErrorSrc176Evid404Params>} LogObject<httpClientErrorSrc176Evid404Params>
|
|
2494
2489
|
*/
|
|
2495
2490
|
export function httpClientErrorSrc176Evid404(params: httpClientErrorSrc176Evid404Params): LogObject<httpClientErrorSrc176Evid404Params> {
|
|
@@ -9237,8 +9232,6 @@ export function rolesAndPermissionsSetUpTeamClick(params: rolesAndPermissionsSet
|
|
|
9237
9232
|
* @property {string} platform - platform
|
|
9238
9233
|
* @property {GUID} msid - sent only for site level
|
|
9239
9234
|
* @property {string} app_id - app_id (context = app)
|
|
9240
|
-
* @property {number} contributors_quota - this site quota of contributors
|
|
9241
|
-
* @property {number} contributors_count - Number of contributors on this site
|
|
9242
9235
|
* @return {LogObject<teamManagementTeammatesPageLoadParams>} LogObject<teamManagementTeammatesPageLoadParams>
|
|
9243
9236
|
*/
|
|
9244
9237
|
export function teamManagementTeammatesPageLoad(params: teamManagementTeammatesPageLoadParams): LogObject<teamManagementTeammatesPageLoadParams> {
|
|
@@ -9422,7 +9415,6 @@ export function ascendPpPurchasePageSubmitPurchase(params: ascendPpPurchasePageS
|
|
|
9422
9415
|
* @property {number} contributors_quota - How many contributors can be added to the site based on the premium package quota
|
|
9423
9416
|
* @property {number} contributors_count - How many contributors are actually active on the site
|
|
9424
9417
|
* @property {string} app_id - app_id (context = app)
|
|
9425
|
-
* @property {boolean} Has_ai_assistant - Does the user has AI assistant in this page
|
|
9426
9418
|
* @return {LogObject<teamManagementInvitePeoplePageLoadParams>} LogObject<teamManagementInvitePeoplePageLoadParams>
|
|
9427
9419
|
*/
|
|
9428
9420
|
export function teamManagementInvitePeoplePageLoad(params: teamManagementInvitePeoplePageLoadParams): LogObject<teamManagementInvitePeoplePageLoadParams> {
|
|
@@ -9451,8 +9443,6 @@ export function teamManagementInvitePeoplePageLoad(params: teamManagementInviteP
|
|
|
9451
9443
|
*
|
|
9452
9444
|
* @property {number} contributors_count - How many contributors are actually active on the site
|
|
9453
9445
|
* @property {string} app_id - app_id (context = app)
|
|
9454
|
-
* @property {boolean} Has_ai_assistant - Does the user has AI assistant on this page
|
|
9455
|
-
*
|
|
9456
9446
|
* @return {LogObject<teamManagementInvitePeopleSendInviteParams>} LogObject<teamManagementInvitePeopleSendInviteParams>
|
|
9457
9447
|
*/
|
|
9458
9448
|
export function teamManagementInvitePeopleSendInvite(params: teamManagementInvitePeopleSendInviteParams): LogObject<teamManagementInvitePeopleSendInviteParams> {
|
|
@@ -9625,7 +9615,6 @@ export function teamManagementManageRolesUpdateRole(params: teamManagementManage
|
|
|
9625
9615
|
* @property {string} origin - where the user clicked on create new role - roles list/role filter/invite people
|
|
9626
9616
|
* @property {string} platform - platform
|
|
9627
9617
|
* @property {GUID} msid - msid
|
|
9628
|
-
* @property {boolean} Has_ai_assistant - Does the user has AI assistant on this page
|
|
9629
9618
|
* @return {LogObject<teamManagementManageRolesCreateNewRoleClickParams>} LogObject<teamManagementManageRolesCreateNewRoleClickParams>
|
|
9630
9619
|
*/
|
|
9631
9620
|
export function teamManagementManageRolesCreateNewRoleClick(params: teamManagementManageRolesCreateNewRoleClickParams): LogObject<teamManagementManageRolesCreateNewRoleClickParams> {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/bex-utils",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.0",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Kobi",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@wix/ambassador-fedinfra-exportservice-v1-export-async-job": "^1.0.174",
|
|
56
56
|
"@wix/ambassador-os-tags-v1-tag": "^1.0.3",
|
|
57
57
|
"@wix/bex-bundled-mini-essentials": "2.4.0",
|
|
58
|
-
"@wix/bi-logger-os-data": "^1.
|
|
58
|
+
"@wix/bi-logger-os-data": "^1.114.0",
|
|
59
59
|
"@wix/eslint-config-yoshi": "^6.74.0",
|
|
60
60
|
"@wix/jest-yoshi-preset-base": "^6.74.0",
|
|
61
61
|
"@wix/wix-i18n-config": "^6.4.0",
|
|
@@ -148,5 +148,5 @@
|
|
|
148
148
|
"wallaby": {
|
|
149
149
|
"autoDetect": true
|
|
150
150
|
},
|
|
151
|
-
"falconPackageHash": "
|
|
151
|
+
"falconPackageHash": "0a6dc0c1c2bdb44babebab9f5db98f46df5edf8f83226589c6d5c87b"
|
|
152
152
|
}
|