@wix/bex-utils 2.41.0 → 2.42.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/index.js +18 -0
- package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +18 -0
- 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 +340 -14
- 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 +18 -0
- 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 +159 -19
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/index.js +18 -0
- package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +18 -0
- 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 +340 -14
- 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 +18 -0
- 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 +138 -4
- package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/types/index.d.ts +8 -2
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +73 -3
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +73 -3
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +73 -3
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +127 -5
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/index.ts +26 -2
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +91 -3
- package/@wix/bi-logger-os-data/src/testkit/common.ts +394 -16
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +91 -3
- package/@wix/bi-logger-os-data/src/types.ts +135 -6
- package/@wix/bi-logger-os-data/src/v2/index.ts +145 -5
- package/package.json +3 -3
|
@@ -223,6 +223,7 @@ export declare class BiTestkit {
|
|
|
223
223
|
product: string;
|
|
224
224
|
hostingPlatformContextId: string;
|
|
225
225
|
theme: string;
|
|
226
|
+
consumerId: string;
|
|
226
227
|
routerUsage: boolean;
|
|
227
228
|
isCurrentViewCustomMade: boolean;
|
|
228
229
|
artifactIdNew: string;
|
|
@@ -254,6 +255,7 @@ export declare class BiTestkit {
|
|
|
254
255
|
product: string;
|
|
255
256
|
hostingPlatformContextId: string;
|
|
256
257
|
theme: string;
|
|
258
|
+
consumerId: string;
|
|
257
259
|
routerUsage: boolean;
|
|
258
260
|
isCurrentViewCustomMade: boolean;
|
|
259
261
|
artifactIdNew: string;
|
|
@@ -1464,6 +1466,7 @@ export declare class BiTestkit {
|
|
|
1464
1466
|
itemId: string;
|
|
1465
1467
|
appId: string;
|
|
1466
1468
|
product: string;
|
|
1469
|
+
theme: string;
|
|
1467
1470
|
}>;
|
|
1468
1471
|
get cairoTagsWidgetClickOnCta(): EventsFilter<{
|
|
1469
1472
|
artifactId: string;
|
|
@@ -1480,6 +1483,7 @@ export declare class BiTestkit {
|
|
|
1480
1483
|
itemId: string;
|
|
1481
1484
|
appId: string;
|
|
1482
1485
|
product: string;
|
|
1486
|
+
theme: string;
|
|
1483
1487
|
}>;
|
|
1484
1488
|
get cairoTagsAssignTag(): EventsFilter<{
|
|
1485
1489
|
artifactId: string;
|
|
@@ -1500,6 +1504,7 @@ export declare class BiTestkit {
|
|
|
1500
1504
|
appId: string;
|
|
1501
1505
|
isFromSearch: boolean;
|
|
1502
1506
|
product: string;
|
|
1507
|
+
theme: string;
|
|
1503
1508
|
}>;
|
|
1504
1509
|
get cairoPageDiscardChangesBeforeSave(): EventsFilter<{
|
|
1505
1510
|
artifactId: string;
|
|
@@ -1685,6 +1690,7 @@ export declare class BiTestkit {
|
|
|
1685
1690
|
}>;
|
|
1686
1691
|
get getResolvedErrorSrc176Evid101(): EventsFilter<{
|
|
1687
1692
|
session_id: string;
|
|
1693
|
+
isEn: boolean;
|
|
1688
1694
|
mapped_error_not_available: string;
|
|
1689
1695
|
translated_message: string;
|
|
1690
1696
|
action_text: string;
|
|
@@ -1693,6 +1699,7 @@ export declare class BiTestkit {
|
|
|
1693
1699
|
}>;
|
|
1694
1700
|
get showErrorSrc176Evid102(): EventsFilter<{
|
|
1695
1701
|
session_id: string;
|
|
1702
|
+
isEn: boolean;
|
|
1696
1703
|
displayed_message: string;
|
|
1697
1704
|
displayed_action: string;
|
|
1698
1705
|
action_was_provided: string;
|
|
@@ -1985,6 +1992,7 @@ export declare class BiTestkit {
|
|
|
1985
1992
|
score: number;
|
|
1986
1993
|
url: Url;
|
|
1987
1994
|
previewUrl: string;
|
|
1995
|
+
isPatternsPage: boolean;
|
|
1988
1996
|
}>;
|
|
1989
1997
|
get dashboardDeleteAndRestoreSiteRestoreSiteClick(): EventsFilter<{
|
|
1990
1998
|
view_type: string;
|
|
@@ -4821,6 +4829,9 @@ export declare class BiTestkit {
|
|
|
4821
4829
|
number_of_valid_emails: number;
|
|
4822
4830
|
num_folders: number;
|
|
4823
4831
|
contributors_quota: number;
|
|
4832
|
+
invite_role_names: string;
|
|
4833
|
+
Invite_predefined_role_ids: string;
|
|
4834
|
+
invite_custom_role_ids: string;
|
|
4824
4835
|
contributors_count: number;
|
|
4825
4836
|
app_id: string;
|
|
4826
4837
|
Has_ai_assistant: boolean;
|
|
@@ -4873,14 +4884,12 @@ export declare class BiTestkit {
|
|
|
4873
4884
|
role_id: string;
|
|
4874
4885
|
role_type: string;
|
|
4875
4886
|
origin: string;
|
|
4876
|
-
platform: string;
|
|
4877
|
-
msid: GUID;
|
|
4878
4887
|
}>;
|
|
4879
4888
|
get teamManagementManageRolesEditCustomRole(): EventsFilter<{
|
|
4880
4889
|
context: string;
|
|
4881
4890
|
role_id: string;
|
|
4882
|
-
platform: string;
|
|
4883
4891
|
msid: GUID;
|
|
4892
|
+
origin: string;
|
|
4884
4893
|
}>;
|
|
4885
4894
|
get teamManagementManageRolesUpdateRole(): EventsFilter<{
|
|
4886
4895
|
num_scopes: number;
|
|
@@ -7001,12 +7010,73 @@ export declare class BiTestkit {
|
|
|
7001
7010
|
invite_role: string;
|
|
7002
7011
|
platform: string;
|
|
7003
7012
|
}>;
|
|
7013
|
+
get leavingWithoutSavingModalOpenedSrc5Evid1858(): EventsFilter<{
|
|
7014
|
+
hosting_platform: string;
|
|
7015
|
+
page_id: string;
|
|
7016
|
+
page_name: string;
|
|
7017
|
+
route: string;
|
|
7018
|
+
hosting_platform_context_id: string;
|
|
7019
|
+
internal_route: string;
|
|
7020
|
+
displayMode: string;
|
|
7021
|
+
}>;
|
|
7004
7022
|
get dashboardContributorsClickOnMangeRolesAndPermissions(): EventsFilter<{
|
|
7005
7023
|
view_type: string;
|
|
7006
7024
|
platform: string;
|
|
7007
7025
|
hosting: string;
|
|
7008
7026
|
msid: GUID;
|
|
7009
7027
|
}>;
|
|
7028
|
+
get rolesAndPermissionsManageRolesEditRoleSrc5Evid1871(): EventsFilter<{
|
|
7029
|
+
context: string;
|
|
7030
|
+
role_id: string;
|
|
7031
|
+
role_type: string;
|
|
7032
|
+
origin: string;
|
|
7033
|
+
platform: string;
|
|
7034
|
+
role_name: string;
|
|
7035
|
+
Has_ai_assistant: boolean;
|
|
7036
|
+
}>;
|
|
7037
|
+
get rolesAndPermissionsInviteTeammatesSendInviteClickSrc5Evid1874(): EventsFilter<{
|
|
7038
|
+
context: string;
|
|
7039
|
+
number_of_invalid_emails: number;
|
|
7040
|
+
invite_custom_role_ids: string;
|
|
7041
|
+
assignment_type: string;
|
|
7042
|
+
number_of_existing_emails: number;
|
|
7043
|
+
origin: string;
|
|
7044
|
+
invite_id: GUID;
|
|
7045
|
+
platform: string;
|
|
7046
|
+
number_of_valid_emails: number;
|
|
7047
|
+
invite_predefined_role_ids: string;
|
|
7048
|
+
app_id: string;
|
|
7049
|
+
Has_ai_assistant: boolean;
|
|
7050
|
+
}>;
|
|
7051
|
+
get restoreSiteModalOpenedSrc5Evid1875(): EventsFilter<{
|
|
7052
|
+
hosting_platform: string;
|
|
7053
|
+
page_id: string;
|
|
7054
|
+
page_name: string;
|
|
7055
|
+
route: string;
|
|
7056
|
+
hosting_platform_context_id: string;
|
|
7057
|
+
internal_route: string;
|
|
7058
|
+
origin: string;
|
|
7059
|
+
}>;
|
|
7060
|
+
get restoreSiteModalCtaClickedSrc5Evid1876(): EventsFilter<{
|
|
7061
|
+
hosting_platform: string;
|
|
7062
|
+
page_id: string;
|
|
7063
|
+
page_name: string;
|
|
7064
|
+
route: string;
|
|
7065
|
+
hosting_platform_context_id: string;
|
|
7066
|
+
internal_route: string;
|
|
7067
|
+
cta: string;
|
|
7068
|
+
origin: string;
|
|
7069
|
+
}>;
|
|
7070
|
+
get leavingWithoutSavingModalCtaClickedSrc5Evid1878(): EventsFilter<{
|
|
7071
|
+
hosting_platform: string;
|
|
7072
|
+
page_id: string;
|
|
7073
|
+
page_name: string;
|
|
7074
|
+
route: string;
|
|
7075
|
+
hosting_platform_context_id: string;
|
|
7076
|
+
internal_route: string;
|
|
7077
|
+
cta: string;
|
|
7078
|
+
displayMode: string;
|
|
7079
|
+
}>;
|
|
7010
7080
|
get ascendHoverOnUpgradeAscend(): EventsFilter<{
|
|
7011
7081
|
appName: string;
|
|
7012
7082
|
uuid: GUID;
|
|
@@ -226,6 +226,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
226
226
|
product: string;
|
|
227
227
|
hostingPlatformContextId: string;
|
|
228
228
|
theme: string;
|
|
229
|
+
consumerId: string;
|
|
229
230
|
routerUsage: boolean;
|
|
230
231
|
isCurrentViewCustomMade: boolean;
|
|
231
232
|
artifactIdNew: string;
|
|
@@ -257,6 +258,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
257
258
|
product: string;
|
|
258
259
|
hostingPlatformContextId: string;
|
|
259
260
|
theme: string;
|
|
261
|
+
consumerId: string;
|
|
260
262
|
routerUsage: boolean;
|
|
261
263
|
isCurrentViewCustomMade: boolean;
|
|
262
264
|
artifactIdNew: string;
|
|
@@ -1467,6 +1469,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1467
1469
|
itemId: string;
|
|
1468
1470
|
appId: string;
|
|
1469
1471
|
product: string;
|
|
1472
|
+
theme: string;
|
|
1470
1473
|
}>;
|
|
1471
1474
|
get cairoTagsWidgetClickOnCta(): EventsFilter<{
|
|
1472
1475
|
artifactId: string;
|
|
@@ -1483,6 +1486,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1483
1486
|
itemId: string;
|
|
1484
1487
|
appId: string;
|
|
1485
1488
|
product: string;
|
|
1489
|
+
theme: string;
|
|
1486
1490
|
}>;
|
|
1487
1491
|
get cairoTagsAssignTag(): EventsFilter<{
|
|
1488
1492
|
artifactId: string;
|
|
@@ -1503,6 +1507,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1503
1507
|
appId: string;
|
|
1504
1508
|
isFromSearch: boolean;
|
|
1505
1509
|
product: string;
|
|
1510
|
+
theme: string;
|
|
1506
1511
|
}>;
|
|
1507
1512
|
get cairoPageDiscardChangesBeforeSave(): EventsFilter<{
|
|
1508
1513
|
artifactId: string;
|
|
@@ -1688,6 +1693,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1688
1693
|
}>;
|
|
1689
1694
|
get getResolvedErrorSrc176Evid101(): EventsFilter<{
|
|
1690
1695
|
session_id: string;
|
|
1696
|
+
isEn: boolean;
|
|
1691
1697
|
mapped_error_not_available: string;
|
|
1692
1698
|
translated_message: string;
|
|
1693
1699
|
action_text: string;
|
|
@@ -1696,6 +1702,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1696
1702
|
}>;
|
|
1697
1703
|
get showErrorSrc176Evid102(): EventsFilter<{
|
|
1698
1704
|
session_id: string;
|
|
1705
|
+
isEn: boolean;
|
|
1699
1706
|
displayed_message: string;
|
|
1700
1707
|
displayed_action: string;
|
|
1701
1708
|
action_was_provided: string;
|
|
@@ -1988,6 +1995,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1988
1995
|
score: number;
|
|
1989
1996
|
url: Url;
|
|
1990
1997
|
previewUrl: string;
|
|
1998
|
+
isPatternsPage: boolean;
|
|
1991
1999
|
}>;
|
|
1992
2000
|
get dashboardDeleteAndRestoreSiteRestoreSiteClick(): EventsFilter<{
|
|
1993
2001
|
view_type: string;
|
|
@@ -4824,6 +4832,9 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
4824
4832
|
number_of_valid_emails: number;
|
|
4825
4833
|
num_folders: number;
|
|
4826
4834
|
contributors_quota: number;
|
|
4835
|
+
invite_role_names: string;
|
|
4836
|
+
Invite_predefined_role_ids: string;
|
|
4837
|
+
invite_custom_role_ids: string;
|
|
4827
4838
|
contributors_count: number;
|
|
4828
4839
|
app_id: string;
|
|
4829
4840
|
Has_ai_assistant: boolean;
|
|
@@ -4876,14 +4887,12 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
4876
4887
|
role_id: string;
|
|
4877
4888
|
role_type: string;
|
|
4878
4889
|
origin: string;
|
|
4879
|
-
platform: string;
|
|
4880
|
-
msid: GUID;
|
|
4881
4890
|
}>;
|
|
4882
4891
|
get teamManagementManageRolesEditCustomRole(): EventsFilter<{
|
|
4883
4892
|
context: string;
|
|
4884
4893
|
role_id: string;
|
|
4885
|
-
platform: string;
|
|
4886
4894
|
msid: GUID;
|
|
4895
|
+
origin: string;
|
|
4887
4896
|
}>;
|
|
4888
4897
|
get teamManagementManageRolesUpdateRole(): EventsFilter<{
|
|
4889
4898
|
num_scopes: number;
|
|
@@ -7004,12 +7013,73 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
7004
7013
|
invite_role: string;
|
|
7005
7014
|
platform: string;
|
|
7006
7015
|
}>;
|
|
7016
|
+
get leavingWithoutSavingModalOpenedSrc5Evid1858(): EventsFilter<{
|
|
7017
|
+
hosting_platform: string;
|
|
7018
|
+
page_id: string;
|
|
7019
|
+
page_name: string;
|
|
7020
|
+
route: string;
|
|
7021
|
+
hosting_platform_context_id: string;
|
|
7022
|
+
internal_route: string;
|
|
7023
|
+
displayMode: string;
|
|
7024
|
+
}>;
|
|
7007
7025
|
get dashboardContributorsClickOnMangeRolesAndPermissions(): EventsFilter<{
|
|
7008
7026
|
view_type: string;
|
|
7009
7027
|
platform: string;
|
|
7010
7028
|
hosting: string;
|
|
7011
7029
|
msid: GUID;
|
|
7012
7030
|
}>;
|
|
7031
|
+
get rolesAndPermissionsManageRolesEditRoleSrc5Evid1871(): EventsFilter<{
|
|
7032
|
+
context: string;
|
|
7033
|
+
role_id: string;
|
|
7034
|
+
role_type: string;
|
|
7035
|
+
origin: string;
|
|
7036
|
+
platform: string;
|
|
7037
|
+
role_name: string;
|
|
7038
|
+
Has_ai_assistant: boolean;
|
|
7039
|
+
}>;
|
|
7040
|
+
get rolesAndPermissionsInviteTeammatesSendInviteClickSrc5Evid1874(): EventsFilter<{
|
|
7041
|
+
context: string;
|
|
7042
|
+
number_of_invalid_emails: number;
|
|
7043
|
+
invite_custom_role_ids: string;
|
|
7044
|
+
assignment_type: string;
|
|
7045
|
+
number_of_existing_emails: number;
|
|
7046
|
+
origin: string;
|
|
7047
|
+
invite_id: GUID;
|
|
7048
|
+
platform: string;
|
|
7049
|
+
number_of_valid_emails: number;
|
|
7050
|
+
invite_predefined_role_ids: string;
|
|
7051
|
+
app_id: string;
|
|
7052
|
+
Has_ai_assistant: boolean;
|
|
7053
|
+
}>;
|
|
7054
|
+
get restoreSiteModalOpenedSrc5Evid1875(): EventsFilter<{
|
|
7055
|
+
hosting_platform: string;
|
|
7056
|
+
page_id: string;
|
|
7057
|
+
page_name: string;
|
|
7058
|
+
route: string;
|
|
7059
|
+
hosting_platform_context_id: string;
|
|
7060
|
+
internal_route: string;
|
|
7061
|
+
origin: string;
|
|
7062
|
+
}>;
|
|
7063
|
+
get restoreSiteModalCtaClickedSrc5Evid1876(): EventsFilter<{
|
|
7064
|
+
hosting_platform: string;
|
|
7065
|
+
page_id: string;
|
|
7066
|
+
page_name: string;
|
|
7067
|
+
route: string;
|
|
7068
|
+
hosting_platform_context_id: string;
|
|
7069
|
+
internal_route: string;
|
|
7070
|
+
cta: string;
|
|
7071
|
+
origin: string;
|
|
7072
|
+
}>;
|
|
7073
|
+
get leavingWithoutSavingModalCtaClickedSrc5Evid1878(): EventsFilter<{
|
|
7074
|
+
hosting_platform: string;
|
|
7075
|
+
page_id: string;
|
|
7076
|
+
page_name: string;
|
|
7077
|
+
route: string;
|
|
7078
|
+
hosting_platform_context_id: string;
|
|
7079
|
+
internal_route: string;
|
|
7080
|
+
cta: string;
|
|
7081
|
+
displayMode: string;
|
|
7082
|
+
}>;
|
|
7013
7083
|
get ascendHoverOnUpgradeAscend(): EventsFilter<{
|
|
7014
7084
|
appName: string;
|
|
7015
7085
|
uuid: GUID;
|
|
@@ -223,6 +223,7 @@ export type loadStartParams = {
|
|
|
223
223
|
product?: string;
|
|
224
224
|
hostingPlatformContextId?: string;
|
|
225
225
|
theme?: string;
|
|
226
|
+
consumerId?: string;
|
|
226
227
|
routerUsage?: boolean;
|
|
227
228
|
isCurrentViewCustomMade?: boolean;
|
|
228
229
|
artifactIdNew?: string;
|
|
@@ -254,6 +255,7 @@ export type loadEndParams = {
|
|
|
254
255
|
product?: string;
|
|
255
256
|
hostingPlatformContextId?: string;
|
|
256
257
|
theme?: string;
|
|
258
|
+
consumerId?: string;
|
|
257
259
|
routerUsage?: boolean;
|
|
258
260
|
isCurrentViewCustomMade?: boolean;
|
|
259
261
|
artifactIdNew?: string;
|
|
@@ -1464,6 +1466,7 @@ export type cairoTagsWidgetLoadedParams = {
|
|
|
1464
1466
|
itemId?: string;
|
|
1465
1467
|
appId?: string;
|
|
1466
1468
|
product?: string;
|
|
1469
|
+
theme?: string;
|
|
1467
1470
|
};
|
|
1468
1471
|
export type cairoTagsWidgetClickOnCtaParams = {
|
|
1469
1472
|
artifactId?: string;
|
|
@@ -1480,6 +1483,7 @@ export type cairoTagsWidgetClickOnCtaParams = {
|
|
|
1480
1483
|
itemId?: string;
|
|
1481
1484
|
appId?: string;
|
|
1482
1485
|
product?: string;
|
|
1486
|
+
theme?: string;
|
|
1483
1487
|
};
|
|
1484
1488
|
export type cairoTagsAssignTagParams = {
|
|
1485
1489
|
artifactId?: string;
|
|
@@ -1500,6 +1504,7 @@ export type cairoTagsAssignTagParams = {
|
|
|
1500
1504
|
appId?: string;
|
|
1501
1505
|
isFromSearch?: boolean;
|
|
1502
1506
|
product?: string;
|
|
1507
|
+
theme?: string;
|
|
1503
1508
|
};
|
|
1504
1509
|
export type cairoPageDiscardChangesBeforeSaveParams = {
|
|
1505
1510
|
artifactId?: string;
|
|
@@ -1685,6 +1690,7 @@ export type httpClientErrorMappingSrc176Evid100Params = {
|
|
|
1685
1690
|
};
|
|
1686
1691
|
export type getResolvedErrorSrc176Evid101Params = {
|
|
1687
1692
|
session_id?: string;
|
|
1693
|
+
isEn?: boolean;
|
|
1688
1694
|
mapped_error_not_available?: string;
|
|
1689
1695
|
translated_message?: string;
|
|
1690
1696
|
action_text?: string;
|
|
@@ -1693,6 +1699,7 @@ export type getResolvedErrorSrc176Evid101Params = {
|
|
|
1693
1699
|
};
|
|
1694
1700
|
export type showErrorSrc176Evid102Params = {
|
|
1695
1701
|
session_id?: string;
|
|
1702
|
+
isEn?: boolean;
|
|
1696
1703
|
displayed_message?: string;
|
|
1697
1704
|
displayed_action?: string;
|
|
1698
1705
|
action_was_provided?: string;
|
|
@@ -1985,6 +1992,7 @@ export type pageClassifierSrc5Evid10000Params = {
|
|
|
1985
1992
|
score?: number;
|
|
1986
1993
|
url?: Url;
|
|
1987
1994
|
previewUrl?: string;
|
|
1995
|
+
isPatternsPage?: boolean;
|
|
1988
1996
|
};
|
|
1989
1997
|
export type dashboardDeleteAndRestoreSiteRestoreSiteClickParams = {
|
|
1990
1998
|
view_type?: string;
|
|
@@ -4821,6 +4829,9 @@ export type teamManagementInvitePeopleSendInviteParams = {
|
|
|
4821
4829
|
number_of_valid_emails?: number;
|
|
4822
4830
|
num_folders?: number;
|
|
4823
4831
|
contributors_quota?: number;
|
|
4832
|
+
invite_role_names?: string;
|
|
4833
|
+
Invite_predefined_role_ids?: string;
|
|
4834
|
+
invite_custom_role_ids?: string;
|
|
4824
4835
|
contributors_count?: number;
|
|
4825
4836
|
app_id?: string;
|
|
4826
4837
|
Has_ai_assistant?: boolean;
|
|
@@ -4873,14 +4884,12 @@ export type teamManagementManageRolesDuplicateAndEditRoleParams = {
|
|
|
4873
4884
|
role_id?: string;
|
|
4874
4885
|
role_type?: string;
|
|
4875
4886
|
origin?: string;
|
|
4876
|
-
platform?: string;
|
|
4877
|
-
msid?: GUID;
|
|
4878
4887
|
};
|
|
4879
4888
|
export type teamManagementManageRolesEditCustomRoleParams = {
|
|
4880
4889
|
context?: string;
|
|
4881
4890
|
role_id?: string;
|
|
4882
|
-
platform?: string;
|
|
4883
4891
|
msid?: GUID;
|
|
4892
|
+
origin?: string;
|
|
4884
4893
|
};
|
|
4885
4894
|
export type teamManagementManageRolesUpdateRoleParams = {
|
|
4886
4895
|
num_scopes?: number;
|
|
@@ -7001,12 +7010,73 @@ export type teamManagementResendInviteClickParams = {
|
|
|
7001
7010
|
invite_role?: string;
|
|
7002
7011
|
platform?: string;
|
|
7003
7012
|
};
|
|
7013
|
+
export type leavingWithoutSavingModalOpenedSrc5Evid1858Params = {
|
|
7014
|
+
hosting_platform?: string;
|
|
7015
|
+
page_id?: string;
|
|
7016
|
+
page_name?: string;
|
|
7017
|
+
route?: string;
|
|
7018
|
+
hosting_platform_context_id?: string;
|
|
7019
|
+
internal_route?: string;
|
|
7020
|
+
displayMode?: string;
|
|
7021
|
+
};
|
|
7004
7022
|
export type dashboardContributorsClickOnMangeRolesAndPermissionsParams = {
|
|
7005
7023
|
view_type?: string;
|
|
7006
7024
|
platform?: string;
|
|
7007
7025
|
hosting?: string;
|
|
7008
7026
|
msid?: GUID;
|
|
7009
7027
|
};
|
|
7028
|
+
export type rolesAndPermissionsManageRolesEditRoleSrc5Evid1871Params = {
|
|
7029
|
+
context?: string;
|
|
7030
|
+
role_id?: string;
|
|
7031
|
+
role_type?: string;
|
|
7032
|
+
origin?: string;
|
|
7033
|
+
platform?: string;
|
|
7034
|
+
role_name?: string;
|
|
7035
|
+
Has_ai_assistant?: boolean;
|
|
7036
|
+
};
|
|
7037
|
+
export type rolesAndPermissionsInviteTeammatesSendInviteClickSrc5Evid1874Params = {
|
|
7038
|
+
context?: string;
|
|
7039
|
+
number_of_invalid_emails?: number;
|
|
7040
|
+
invite_custom_role_ids?: string;
|
|
7041
|
+
assignment_type?: string;
|
|
7042
|
+
number_of_existing_emails?: number;
|
|
7043
|
+
origin?: string;
|
|
7044
|
+
invite_id?: GUID;
|
|
7045
|
+
platform?: string;
|
|
7046
|
+
number_of_valid_emails?: number;
|
|
7047
|
+
invite_predefined_role_ids?: string;
|
|
7048
|
+
app_id?: string;
|
|
7049
|
+
Has_ai_assistant?: boolean;
|
|
7050
|
+
};
|
|
7051
|
+
export type restoreSiteModalOpenedSrc5Evid1875Params = {
|
|
7052
|
+
hosting_platform?: string;
|
|
7053
|
+
page_id?: string;
|
|
7054
|
+
page_name?: string;
|
|
7055
|
+
route?: string;
|
|
7056
|
+
hosting_platform_context_id?: string;
|
|
7057
|
+
internal_route?: string;
|
|
7058
|
+
origin?: string;
|
|
7059
|
+
};
|
|
7060
|
+
export type restoreSiteModalCtaClickedSrc5Evid1876Params = {
|
|
7061
|
+
hosting_platform?: string;
|
|
7062
|
+
page_id?: string;
|
|
7063
|
+
page_name?: string;
|
|
7064
|
+
route?: string;
|
|
7065
|
+
hosting_platform_context_id?: string;
|
|
7066
|
+
internal_route?: string;
|
|
7067
|
+
cta?: string;
|
|
7068
|
+
origin?: string;
|
|
7069
|
+
};
|
|
7070
|
+
export type leavingWithoutSavingModalCtaClickedSrc5Evid1878Params = {
|
|
7071
|
+
hosting_platform?: string;
|
|
7072
|
+
page_id?: string;
|
|
7073
|
+
page_name?: string;
|
|
7074
|
+
route?: string;
|
|
7075
|
+
hosting_platform_context_id?: string;
|
|
7076
|
+
internal_route?: string;
|
|
7077
|
+
cta?: string;
|
|
7078
|
+
displayMode?: string;
|
|
7079
|
+
};
|
|
7010
7080
|
export type ascendHoverOnUpgradeAscendParams = {
|
|
7011
7081
|
appName?: string;
|
|
7012
7082
|
uuid?: GUID;
|