@wix/bex-utils 2.34.0 → 2.36.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/ambassador-items-selection-spi-host-v1-provider/build/cjs/builders.impl.d.ts +40 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/builders.impl.js +561 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/builders.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/http.impl.d.ts +16 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/http.impl.js +120 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/http.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/meta.impl.d.ts +16 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/meta.impl.js +81 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/meta.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/client/proto-generated.d.ts +7332 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/client/proto-generated.js +2 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/proto-generated.d.ts +3666 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/proto-generated.js +59840 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/server/proto-generated.d.ts +7328 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/server/proto-generated.js +2 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/rpc.impl.d.ts +23 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/rpc.impl.js +73 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/rpc.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/types.impl.d.ts +363 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/types.impl.js +56 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/types.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/builders.impl.d.ts +40 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/builders.impl.js +507 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/builders.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/http.impl.d.ts +16 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/http.impl.js +114 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/http.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/meta.impl.d.ts +16 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/meta.impl.js +56 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/meta.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/rpc.impl.d.ts +23 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/rpc.impl.js +48 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/rpc.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/types.impl.d.ts +363 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/types.impl.js +53 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/types.impl.js.map +1 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/builders/package.json +7 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/http/package.json +7 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/meta/package.json +7 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/package.json +52 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/rpc/package.json +6 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/additional_data/ecom_catalog_data.proto +20 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/additional_data/inbox_data.proto +17 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/additional_data.proto +16 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/image.proto +11 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_config.proto +246 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/src/main/proto/com/wixpress/items_selection/spi/v1/items_selection_spi.proto +145 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/action_payload.proto +33 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/annotations.proto +393 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/api_errors.proto +117 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/callback.proto +156 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/context.proto +19 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/entity.proto +122 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/errors.proto +119 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/idempotency.proto +25 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/permissions.proto +40 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/sla.proto +24 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/subscription.proto +32 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/validations.proto +137 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/address.proto +148 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/bulk.proto +53 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/identification.proto +40 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/image.proto +8 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/media.proto +236 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/money.proto +32 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/pageurl.proto +32 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/paging.proto +121 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/query.proto +795 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/sorting.proto +36 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/spi.proto +85 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/tags.proto +55 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/wixlink.proto +201 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/graphql/definitions.proto +13 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/http/field_mask.proto +46 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/items_selection/spi_host/v1/items_selection_service.proto +136 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/sdk/definitions.proto +191 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/spi/definitions.proto +186 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/spi/http_error_status.proto +24 -0
- package/@wix/ambassador-items-selection-spi-host-v1-provider/types/package.json +7 -0
- package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
- package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
- package/@wix/bex-bundled-mini-essentials/package.json +1 -1
- package/@wix/bi-logger-os-data/dist/cjs/index.js +4 -1
- 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 +4 -1
- 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 +101 -5
- 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 +4 -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 +53 -23
- package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
- package/@wix/bi-logger-os-data/dist/esm/index.js +4 -1
- 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 +4 -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 +101 -5
- 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 +4 -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 +35 -6
- 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 +4 -3
- package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +22 -2
- package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +22 -2
- package/@wix/bi-logger-os-data/dist/types/types.d.ts +22 -2
- package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +34 -7
- package/@wix/bi-logger-os-data/package.json +2 -2
- package/@wix/bi-logger-os-data/src/index.ts +7 -3
- package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +25 -2
- package/@wix/bi-logger-os-data/src/testkit/common.ts +119 -6
- package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +25 -2
- package/@wix/bi-logger-os-data/src/types.ts +42 -4
- package/@wix/bi-logger-os-data/src/v2/index.ts +37 -7
- package/package.json +5 -4
|
@@ -222,6 +222,7 @@ export declare class BiTestkit {
|
|
|
222
222
|
appId: string;
|
|
223
223
|
product: string;
|
|
224
224
|
hostingPlatformContextId: string;
|
|
225
|
+
theme: string;
|
|
225
226
|
routerUsage: boolean;
|
|
226
227
|
isCurrentViewCustomMade: boolean;
|
|
227
228
|
artifactIdNew: string;
|
|
@@ -252,6 +253,7 @@ export declare class BiTestkit {
|
|
|
252
253
|
filteredListSize: number;
|
|
253
254
|
product: string;
|
|
254
255
|
hostingPlatformContextId: string;
|
|
256
|
+
theme: string;
|
|
255
257
|
routerUsage: boolean;
|
|
256
258
|
isCurrentViewCustomMade: boolean;
|
|
257
259
|
artifactIdNew: string;
|
|
@@ -1705,6 +1707,7 @@ export declare class BiTestkit {
|
|
|
1705
1707
|
is_override_error: string;
|
|
1706
1708
|
is_override_error_state_function: string;
|
|
1707
1709
|
error_json: string;
|
|
1710
|
+
translated_message: string;
|
|
1708
1711
|
error_message: string;
|
|
1709
1712
|
exception_message: string;
|
|
1710
1713
|
client_error_code: string;
|
|
@@ -1827,6 +1830,7 @@ export declare class BiTestkit {
|
|
|
1827
1830
|
target: string;
|
|
1828
1831
|
contact_id: string;
|
|
1829
1832
|
os_category: string;
|
|
1833
|
+
groupNotificationId: string;
|
|
1830
1834
|
}>;
|
|
1831
1835
|
get pingNotificationFiltered(): EventsFilter<{
|
|
1832
1836
|
channel: string;
|
|
@@ -1973,12 +1977,14 @@ export declare class BiTestkit {
|
|
|
1973
1977
|
get pageClassifierSrc5Evid10000(): EventsFilter<{
|
|
1974
1978
|
page_id: string;
|
|
1975
1979
|
page_name: string;
|
|
1976
|
-
app_id: string;
|
|
1977
1980
|
route: string;
|
|
1978
1981
|
uuid: string;
|
|
1979
1982
|
msid: string;
|
|
1980
1983
|
revision: number;
|
|
1981
1984
|
pageType: string;
|
|
1985
|
+
score: number;
|
|
1986
|
+
url: Url;
|
|
1987
|
+
previewUrl: string;
|
|
1982
1988
|
}>;
|
|
1983
1989
|
get dashboardDeleteAndRestoreSiteRestoreSiteClick(): EventsFilter<{
|
|
1984
1990
|
view_type: string;
|
|
@@ -6155,7 +6161,7 @@ export declare class BiTestkit {
|
|
|
6155
6161
|
origin: string;
|
|
6156
6162
|
hosting_platform_context_id: string;
|
|
6157
6163
|
}>;
|
|
6158
|
-
get
|
|
6164
|
+
get gizaOverlayPageModalCtaClicked1648(): EventsFilter<{
|
|
6159
6165
|
hosting_platform: string;
|
|
6160
6166
|
page_id: string;
|
|
6161
6167
|
page_name: string;
|
|
@@ -6974,6 +6980,19 @@ export declare class BiTestkit {
|
|
|
6974
6980
|
origin: string;
|
|
6975
6981
|
platform: string;
|
|
6976
6982
|
}>;
|
|
6983
|
+
get searchToDeleteSrc5Evid1847(): EventsFilter<{
|
|
6984
|
+
query: string;
|
|
6985
|
+
view_type: string;
|
|
6986
|
+
triggred_from: string;
|
|
6987
|
+
sub_view: string;
|
|
6988
|
+
results: string;
|
|
6989
|
+
origin: string;
|
|
6990
|
+
seen_results: string;
|
|
6991
|
+
platform: string;
|
|
6992
|
+
view: string;
|
|
6993
|
+
hosting_platform_context_id: string;
|
|
6994
|
+
isFromSettingsSearch: boolean;
|
|
6995
|
+
}>;
|
|
6977
6996
|
get teamManagementResendInviteClick(): EventsFilter<{
|
|
6978
6997
|
invite_status: string;
|
|
6979
6998
|
view_type: string;
|
|
@@ -7577,6 +7596,7 @@ export declare class BiTestkit {
|
|
|
7577
7596
|
contactId: GUID;
|
|
7578
7597
|
notificationName: string;
|
|
7579
7598
|
targetEntity: string;
|
|
7599
|
+
targetMsid: string;
|
|
7580
7600
|
}>;
|
|
7581
7601
|
get notificationsShowMobileDialog(): EventsFilter<{
|
|
7582
7602
|
view_type: string;
|
|
@@ -225,6 +225,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
225
225
|
appId: string;
|
|
226
226
|
product: string;
|
|
227
227
|
hostingPlatformContextId: string;
|
|
228
|
+
theme: string;
|
|
228
229
|
routerUsage: boolean;
|
|
229
230
|
isCurrentViewCustomMade: boolean;
|
|
230
231
|
artifactIdNew: string;
|
|
@@ -255,6 +256,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
255
256
|
filteredListSize: number;
|
|
256
257
|
product: string;
|
|
257
258
|
hostingPlatformContextId: string;
|
|
259
|
+
theme: string;
|
|
258
260
|
routerUsage: boolean;
|
|
259
261
|
isCurrentViewCustomMade: boolean;
|
|
260
262
|
artifactIdNew: string;
|
|
@@ -1708,6 +1710,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1708
1710
|
is_override_error: string;
|
|
1709
1711
|
is_override_error_state_function: string;
|
|
1710
1712
|
error_json: string;
|
|
1713
|
+
translated_message: string;
|
|
1711
1714
|
error_message: string;
|
|
1712
1715
|
exception_message: string;
|
|
1713
1716
|
client_error_code: string;
|
|
@@ -1830,6 +1833,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1830
1833
|
target: string;
|
|
1831
1834
|
contact_id: string;
|
|
1832
1835
|
os_category: string;
|
|
1836
|
+
groupNotificationId: string;
|
|
1833
1837
|
}>;
|
|
1834
1838
|
get pingNotificationFiltered(): EventsFilter<{
|
|
1835
1839
|
channel: string;
|
|
@@ -1976,12 +1980,14 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
1976
1980
|
get pageClassifierSrc5Evid10000(): EventsFilter<{
|
|
1977
1981
|
page_id: string;
|
|
1978
1982
|
page_name: string;
|
|
1979
|
-
app_id: string;
|
|
1980
1983
|
route: string;
|
|
1981
1984
|
uuid: string;
|
|
1982
1985
|
msid: string;
|
|
1983
1986
|
revision: number;
|
|
1984
1987
|
pageType: string;
|
|
1988
|
+
score: number;
|
|
1989
|
+
url: Url;
|
|
1990
|
+
previewUrl: string;
|
|
1985
1991
|
}>;
|
|
1986
1992
|
get dashboardDeleteAndRestoreSiteRestoreSiteClick(): EventsFilter<{
|
|
1987
1993
|
view_type: string;
|
|
@@ -6158,7 +6164,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
6158
6164
|
origin: string;
|
|
6159
6165
|
hosting_platform_context_id: string;
|
|
6160
6166
|
}>;
|
|
6161
|
-
get
|
|
6167
|
+
get gizaOverlayPageModalCtaClicked1648(): EventsFilter<{
|
|
6162
6168
|
hosting_platform: string;
|
|
6163
6169
|
page_id: string;
|
|
6164
6170
|
page_name: string;
|
|
@@ -6977,6 +6983,19 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
6977
6983
|
origin: string;
|
|
6978
6984
|
platform: string;
|
|
6979
6985
|
}>;
|
|
6986
|
+
get searchToDeleteSrc5Evid1847(): EventsFilter<{
|
|
6987
|
+
query: string;
|
|
6988
|
+
view_type: string;
|
|
6989
|
+
triggred_from: string;
|
|
6990
|
+
sub_view: string;
|
|
6991
|
+
results: string;
|
|
6992
|
+
origin: string;
|
|
6993
|
+
seen_results: string;
|
|
6994
|
+
platform: string;
|
|
6995
|
+
view: string;
|
|
6996
|
+
hosting_platform_context_id: string;
|
|
6997
|
+
isFromSettingsSearch: boolean;
|
|
6998
|
+
}>;
|
|
6980
6999
|
get teamManagementResendInviteClick(): EventsFilter<{
|
|
6981
7000
|
invite_status: string;
|
|
6982
7001
|
view_type: string;
|
|
@@ -7580,6 +7599,7 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
7580
7599
|
contactId: GUID;
|
|
7581
7600
|
notificationName: string;
|
|
7582
7601
|
targetEntity: string;
|
|
7602
|
+
targetMsid: string;
|
|
7583
7603
|
}>;
|
|
7584
7604
|
get notificationsShowMobileDialog(): EventsFilter<{
|
|
7585
7605
|
view_type: string;
|
|
@@ -222,6 +222,7 @@ export type loadStartParams = {
|
|
|
222
222
|
appId?: string;
|
|
223
223
|
product?: string;
|
|
224
224
|
hostingPlatformContextId?: string;
|
|
225
|
+
theme?: string;
|
|
225
226
|
routerUsage?: boolean;
|
|
226
227
|
isCurrentViewCustomMade?: boolean;
|
|
227
228
|
artifactIdNew?: string;
|
|
@@ -252,6 +253,7 @@ export type loadEndParams = {
|
|
|
252
253
|
filteredListSize?: number;
|
|
253
254
|
product?: string;
|
|
254
255
|
hostingPlatformContextId?: string;
|
|
256
|
+
theme?: string;
|
|
255
257
|
routerUsage?: boolean;
|
|
256
258
|
isCurrentViewCustomMade?: boolean;
|
|
257
259
|
artifactIdNew?: string;
|
|
@@ -1705,6 +1707,7 @@ export type httpClientErrorSrc176Evid404Params = {
|
|
|
1705
1707
|
is_override_error?: string;
|
|
1706
1708
|
is_override_error_state_function?: string;
|
|
1707
1709
|
error_json?: string;
|
|
1710
|
+
translated_message?: string;
|
|
1708
1711
|
error_message?: string;
|
|
1709
1712
|
exception_message?: string;
|
|
1710
1713
|
client_error_code?: string;
|
|
@@ -1827,6 +1830,7 @@ export type pingNotificationSendParams = {
|
|
|
1827
1830
|
target?: string;
|
|
1828
1831
|
contact_id?: string;
|
|
1829
1832
|
os_category?: string;
|
|
1833
|
+
groupNotificationId?: string;
|
|
1830
1834
|
};
|
|
1831
1835
|
export type pingNotificationFilteredParams = {
|
|
1832
1836
|
channel?: string;
|
|
@@ -1973,12 +1977,14 @@ export type dashboardDeleteAndRestoreSiteOpenPopupParams = {
|
|
|
1973
1977
|
export type pageClassifierSrc5Evid10000Params = {
|
|
1974
1978
|
page_id?: string;
|
|
1975
1979
|
page_name?: string;
|
|
1976
|
-
app_id?: string;
|
|
1977
1980
|
route?: string;
|
|
1978
1981
|
uuid?: string;
|
|
1979
1982
|
msid?: string;
|
|
1980
1983
|
revision?: number;
|
|
1981
1984
|
pageType?: string;
|
|
1985
|
+
score?: number;
|
|
1986
|
+
url?: Url;
|
|
1987
|
+
previewUrl?: string;
|
|
1982
1988
|
};
|
|
1983
1989
|
export type dashboardDeleteAndRestoreSiteRestoreSiteClickParams = {
|
|
1984
1990
|
view_type?: string;
|
|
@@ -6155,7 +6161,7 @@ export type clickOnSearchEverywhereInSettingsLobbysSearchSrc5Evid1646Params = {
|
|
|
6155
6161
|
origin?: string;
|
|
6156
6162
|
hosting_platform_context_id?: string;
|
|
6157
6163
|
};
|
|
6158
|
-
export type
|
|
6164
|
+
export type gizaOverlayPageModalCtaClicked1648Params = {
|
|
6159
6165
|
hosting_platform?: string;
|
|
6160
6166
|
page_id?: string;
|
|
6161
6167
|
page_name?: string;
|
|
@@ -6974,6 +6980,19 @@ export type teamManagementEditRoleUpdateClickParams = {
|
|
|
6974
6980
|
origin?: string;
|
|
6975
6981
|
platform?: string;
|
|
6976
6982
|
};
|
|
6983
|
+
export type searchToDeleteSrc5Evid1847Params = {
|
|
6984
|
+
query?: string;
|
|
6985
|
+
view_type?: string;
|
|
6986
|
+
triggred_from?: string;
|
|
6987
|
+
sub_view?: string;
|
|
6988
|
+
results?: string;
|
|
6989
|
+
origin?: string;
|
|
6990
|
+
seen_results?: string;
|
|
6991
|
+
platform?: string;
|
|
6992
|
+
view?: string;
|
|
6993
|
+
hosting_platform_context_id?: string;
|
|
6994
|
+
isFromSettingsSearch?: boolean;
|
|
6995
|
+
};
|
|
6977
6996
|
export type teamManagementResendInviteClickParams = {
|
|
6978
6997
|
invite_status?: string;
|
|
6979
6998
|
view_type?: string;
|
|
@@ -7577,6 +7596,7 @@ export type notificationsEnableToTurnOnOffNotificationsPerChannelParams = {
|
|
|
7577
7596
|
contactId?: GUID;
|
|
7578
7597
|
notificationName?: string;
|
|
7579
7598
|
targetEntity?: string;
|
|
7599
|
+
targetMsid?: string;
|
|
7580
7600
|
};
|
|
7581
7601
|
export type notificationsShowMobileDialogParams = {
|
|
7582
7602
|
view_type?: string;
|