@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
|
@@ -284,6 +284,7 @@ export class BiTestkit {
|
|
|
284
284
|
appId: string;
|
|
285
285
|
product: string;
|
|
286
286
|
hostingPlatformContextId: string;
|
|
287
|
+
theme: string;
|
|
287
288
|
routerUsage: boolean;
|
|
288
289
|
isCurrentViewCustomMade: boolean;
|
|
289
290
|
artifactIdNew: string;
|
|
@@ -317,6 +318,7 @@ export class BiTestkit {
|
|
|
317
318
|
filteredListSize: number;
|
|
318
319
|
product: string;
|
|
319
320
|
hostingPlatformContextId: string;
|
|
321
|
+
theme: string;
|
|
320
322
|
routerUsage: boolean;
|
|
321
323
|
isCurrentViewCustomMade: boolean;
|
|
322
324
|
artifactIdNew: string;
|
|
@@ -2004,6 +2006,7 @@ export class BiTestkit {
|
|
|
2004
2006
|
is_override_error: string;
|
|
2005
2007
|
is_override_error_state_function: string;
|
|
2006
2008
|
error_json: string;
|
|
2009
|
+
translated_message: string;
|
|
2007
2010
|
error_message: string;
|
|
2008
2011
|
exception_message: string;
|
|
2009
2012
|
client_error_code: string;
|
|
@@ -2156,6 +2159,7 @@ export class BiTestkit {
|
|
|
2156
2159
|
target: string;
|
|
2157
2160
|
contact_id: string;
|
|
2158
2161
|
os_category: string;
|
|
2162
|
+
groupNotificationId: string;
|
|
2159
2163
|
}>(this.util.getRawEvents, 19, 1130, this.validate);
|
|
2160
2164
|
}
|
|
2161
2165
|
|
|
@@ -2338,12 +2342,14 @@ export class BiTestkit {
|
|
|
2338
2342
|
return new EventsFilter<{
|
|
2339
2343
|
page_id: string;
|
|
2340
2344
|
page_name: string;
|
|
2341
|
-
app_id: string;
|
|
2342
2345
|
route: string;
|
|
2343
2346
|
uuid: string;
|
|
2344
2347
|
msid: string;
|
|
2345
2348
|
revision: number;
|
|
2346
2349
|
pageType: string;
|
|
2350
|
+
score: number;
|
|
2351
|
+
url: Url;
|
|
2352
|
+
previewUrl: string;
|
|
2347
2353
|
}>(this.util.getRawEvents, 5, 10000, this.validate);
|
|
2348
2354
|
}
|
|
2349
2355
|
|
|
@@ -8090,7 +8096,7 @@ export class BiTestkit {
|
|
|
8090
8096
|
}>(this.util.getRawEvents, 5, 1646, this.validate);
|
|
8091
8097
|
}
|
|
8092
8098
|
|
|
8093
|
-
get
|
|
8099
|
+
get gizaOverlayPageModalCtaClicked1648() {
|
|
8094
8100
|
return new EventsFilter<{
|
|
8095
8101
|
hosting_platform: string;
|
|
8096
8102
|
page_id: string;
|
|
@@ -9200,6 +9206,22 @@ export class BiTestkit {
|
|
|
9200
9206
|
}>(this.util.getRawEvents, 5, 184, this.validate);
|
|
9201
9207
|
}
|
|
9202
9208
|
|
|
9209
|
+
get searchToDeleteSrc5Evid1847() {
|
|
9210
|
+
return new EventsFilter<{
|
|
9211
|
+
query: string;
|
|
9212
|
+
view_type: string;
|
|
9213
|
+
triggred_from: string;
|
|
9214
|
+
sub_view: string;
|
|
9215
|
+
results: string;
|
|
9216
|
+
origin: string;
|
|
9217
|
+
seen_results: string;
|
|
9218
|
+
platform: string;
|
|
9219
|
+
view: string;
|
|
9220
|
+
hosting_platform_context_id: string;
|
|
9221
|
+
isFromSettingsSearch: boolean;
|
|
9222
|
+
}>(this.util.getRawEvents, 5, 1847, this.validate);
|
|
9223
|
+
}
|
|
9224
|
+
|
|
9203
9225
|
get teamManagementResendInviteClick() {
|
|
9204
9226
|
return new EventsFilter<{
|
|
9205
9227
|
invite_status: string;
|
|
@@ -10002,6 +10024,7 @@ export class BiTestkit {
|
|
|
10002
10024
|
contactId: GUID;
|
|
10003
10025
|
notificationName: string;
|
|
10004
10026
|
targetEntity: string;
|
|
10027
|
+
targetMsid: string;
|
|
10005
10028
|
}>(this.util.getRawEvents, 5, 276, this.validate);
|
|
10006
10029
|
}
|
|
10007
10030
|
|
|
@@ -346,12 +346,6 @@ const schemaObj: SchemaObj = [
|
|
|
346
346
|
"mandatory": false
|
|
347
347
|
}
|
|
348
348
|
,
|
|
349
|
-
{
|
|
350
|
-
"inputName": "app_id",
|
|
351
|
-
"type": "STRING",
|
|
352
|
-
"mandatory": false
|
|
353
|
-
}
|
|
354
|
-
,
|
|
355
349
|
{
|
|
356
350
|
"inputName": "route",
|
|
357
351
|
"type": "STRING",
|
|
@@ -381,6 +375,24 @@ const schemaObj: SchemaObj = [
|
|
|
381
375
|
"type": "STRING",
|
|
382
376
|
"mandatory": false
|
|
383
377
|
}
|
|
378
|
+
,
|
|
379
|
+
{
|
|
380
|
+
"inputName": "score",
|
|
381
|
+
"type": "NUMERIC",
|
|
382
|
+
"mandatory": false
|
|
383
|
+
}
|
|
384
|
+
,
|
|
385
|
+
{
|
|
386
|
+
"inputName": "url",
|
|
387
|
+
"type": "URL",
|
|
388
|
+
"mandatory": false
|
|
389
|
+
}
|
|
390
|
+
,
|
|
391
|
+
{
|
|
392
|
+
"inputName": "previewUrl",
|
|
393
|
+
"type": "STRING",
|
|
394
|
+
"mandatory": false
|
|
395
|
+
}
|
|
384
396
|
]
|
|
385
397
|
} as BiEventSchema,
|
|
386
398
|
{
|
|
@@ -26014,6 +26026,77 @@ const schemaObj: SchemaObj = [
|
|
|
26014
26026
|
}
|
|
26015
26027
|
]
|
|
26016
26028
|
} as BiEventSchema,
|
|
26029
|
+
{
|
|
26030
|
+
"event_id": 1847,
|
|
26031
|
+
"name": "Search > To delete",
|
|
26032
|
+
"fields": [
|
|
26033
|
+
{
|
|
26034
|
+
"inputName": "query",
|
|
26035
|
+
"type": "STRING",
|
|
26036
|
+
"mandatory": false
|
|
26037
|
+
}
|
|
26038
|
+
,
|
|
26039
|
+
{
|
|
26040
|
+
"inputName": "view_type",
|
|
26041
|
+
"type": "STRING",
|
|
26042
|
+
"mandatory": false
|
|
26043
|
+
}
|
|
26044
|
+
,
|
|
26045
|
+
{
|
|
26046
|
+
"inputName": "triggred_from",
|
|
26047
|
+
"type": "STRING",
|
|
26048
|
+
"mandatory": false
|
|
26049
|
+
}
|
|
26050
|
+
,
|
|
26051
|
+
{
|
|
26052
|
+
"inputName": "sub_view",
|
|
26053
|
+
"type": "STRING",
|
|
26054
|
+
"mandatory": false
|
|
26055
|
+
}
|
|
26056
|
+
,
|
|
26057
|
+
{
|
|
26058
|
+
"inputName": "results",
|
|
26059
|
+
"type": "STRING",
|
|
26060
|
+
"mandatory": false
|
|
26061
|
+
}
|
|
26062
|
+
,
|
|
26063
|
+
{
|
|
26064
|
+
"inputName": "origin",
|
|
26065
|
+
"type": "STRING",
|
|
26066
|
+
"mandatory": false
|
|
26067
|
+
}
|
|
26068
|
+
,
|
|
26069
|
+
{
|
|
26070
|
+
"inputName": "seen_results",
|
|
26071
|
+
"type": "STRING",
|
|
26072
|
+
"mandatory": false
|
|
26073
|
+
}
|
|
26074
|
+
,
|
|
26075
|
+
{
|
|
26076
|
+
"inputName": "platform",
|
|
26077
|
+
"type": "STRING",
|
|
26078
|
+
"mandatory": false
|
|
26079
|
+
}
|
|
26080
|
+
,
|
|
26081
|
+
{
|
|
26082
|
+
"inputName": "view",
|
|
26083
|
+
"type": "STRING",
|
|
26084
|
+
"mandatory": false
|
|
26085
|
+
}
|
|
26086
|
+
,
|
|
26087
|
+
{
|
|
26088
|
+
"inputName": "hosting_platform_context_id",
|
|
26089
|
+
"type": "STRING",
|
|
26090
|
+
"mandatory": false
|
|
26091
|
+
}
|
|
26092
|
+
,
|
|
26093
|
+
{
|
|
26094
|
+
"inputName": "isFromSettingsSearch",
|
|
26095
|
+
"type": "BOOL",
|
|
26096
|
+
"mandatory": false
|
|
26097
|
+
}
|
|
26098
|
+
]
|
|
26099
|
+
} as BiEventSchema,
|
|
26017
26100
|
{
|
|
26018
26101
|
"event_id": 185,
|
|
26019
26102
|
"name": "Team Management - resend invite - click",
|
|
@@ -29167,6 +29250,12 @@ const schemaObj: SchemaObj = [
|
|
|
29167
29250
|
"type": "STRING",
|
|
29168
29251
|
"mandatory": false
|
|
29169
29252
|
}
|
|
29253
|
+
,
|
|
29254
|
+
{
|
|
29255
|
+
"inputName": "targetMsid",
|
|
29256
|
+
"type": "STRING",
|
|
29257
|
+
"mandatory": false
|
|
29258
|
+
}
|
|
29170
29259
|
]
|
|
29171
29260
|
} as BiEventSchema,
|
|
29172
29261
|
{
|
|
@@ -56428,6 +56517,12 @@ const schemaObj: SchemaObj = [
|
|
|
56428
56517
|
"type": "STRING",
|
|
56429
56518
|
"mandatory": false
|
|
56430
56519
|
}
|
|
56520
|
+
,
|
|
56521
|
+
{
|
|
56522
|
+
"inputName": "groupNotificationId",
|
|
56523
|
+
"type": "STRING",
|
|
56524
|
+
"mandatory": false
|
|
56525
|
+
}
|
|
56431
56526
|
]
|
|
56432
56527
|
} as BiEventSchema,
|
|
56433
56528
|
{
|
|
@@ -58375,6 +58470,12 @@ const schemaObj: SchemaObj = [
|
|
|
58375
58470
|
"mandatory": false
|
|
58376
58471
|
}
|
|
58377
58472
|
,
|
|
58473
|
+
{
|
|
58474
|
+
"inputName": "theme",
|
|
58475
|
+
"type": "STRING",
|
|
58476
|
+
"mandatory": false
|
|
58477
|
+
}
|
|
58478
|
+
,
|
|
58378
58479
|
{
|
|
58379
58480
|
"inputName": "routerUsage",
|
|
58380
58481
|
"type": "BOOL",
|
|
@@ -58548,6 +58649,12 @@ const schemaObj: SchemaObj = [
|
|
|
58548
58649
|
"mandatory": false
|
|
58549
58650
|
}
|
|
58550
58651
|
,
|
|
58652
|
+
{
|
|
58653
|
+
"inputName": "theme",
|
|
58654
|
+
"type": "STRING",
|
|
58655
|
+
"mandatory": false
|
|
58656
|
+
}
|
|
58657
|
+
,
|
|
58551
58658
|
{
|
|
58552
58659
|
"inputName": "routerUsage",
|
|
58553
58660
|
"type": "BOOL",
|
|
@@ -66725,6 +66832,12 @@ const schemaObj: SchemaObj = [
|
|
|
66725
66832
|
"mandatory": false
|
|
66726
66833
|
}
|
|
66727
66834
|
,
|
|
66835
|
+
{
|
|
66836
|
+
"inputName": "translated_message",
|
|
66837
|
+
"type": "STRING",
|
|
66838
|
+
"mandatory": false
|
|
66839
|
+
}
|
|
66840
|
+
,
|
|
66728
66841
|
{
|
|
66729
66842
|
"inputName": "error_message",
|
|
66730
66843
|
"type": "STRING",
|
|
@@ -294,6 +294,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
294
294
|
appId: string;
|
|
295
295
|
product: string;
|
|
296
296
|
hostingPlatformContextId: string;
|
|
297
|
+
theme: string;
|
|
297
298
|
routerUsage: boolean;
|
|
298
299
|
isCurrentViewCustomMade: boolean;
|
|
299
300
|
artifactIdNew: string;
|
|
@@ -327,6 +328,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
327
328
|
filteredListSize: number;
|
|
328
329
|
product: string;
|
|
329
330
|
hostingPlatformContextId: string;
|
|
331
|
+
theme: string;
|
|
330
332
|
routerUsage: boolean;
|
|
331
333
|
isCurrentViewCustomMade: boolean;
|
|
332
334
|
artifactIdNew: string;
|
|
@@ -2014,6 +2016,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
2014
2016
|
is_override_error: string;
|
|
2015
2017
|
is_override_error_state_function: string;
|
|
2016
2018
|
error_json: string;
|
|
2019
|
+
translated_message: string;
|
|
2017
2020
|
error_message: string;
|
|
2018
2021
|
exception_message: string;
|
|
2019
2022
|
client_error_code: string;
|
|
@@ -2166,6 +2169,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
2166
2169
|
target: string;
|
|
2167
2170
|
contact_id: string;
|
|
2168
2171
|
os_category: string;
|
|
2172
|
+
groupNotificationId: string;
|
|
2169
2173
|
}>(this.util.getRawEvents, 19, 1130, this.validate);
|
|
2170
2174
|
}
|
|
2171
2175
|
|
|
@@ -2348,12 +2352,14 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
2348
2352
|
return new EventsFilter<{
|
|
2349
2353
|
page_id: string;
|
|
2350
2354
|
page_name: string;
|
|
2351
|
-
app_id: string;
|
|
2352
2355
|
route: string;
|
|
2353
2356
|
uuid: string;
|
|
2354
2357
|
msid: string;
|
|
2355
2358
|
revision: number;
|
|
2356
2359
|
pageType: string;
|
|
2360
|
+
score: number;
|
|
2361
|
+
url: Url;
|
|
2362
|
+
previewUrl: string;
|
|
2357
2363
|
}>(this.util.getRawEvents, 5, 10000, this.validate);
|
|
2358
2364
|
}
|
|
2359
2365
|
|
|
@@ -8100,7 +8106,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
8100
8106
|
}>(this.util.getRawEvents, 5, 1646, this.validate);
|
|
8101
8107
|
}
|
|
8102
8108
|
|
|
8103
|
-
get
|
|
8109
|
+
get gizaOverlayPageModalCtaClicked1648() {
|
|
8104
8110
|
return new EventsFilter<{
|
|
8105
8111
|
hosting_platform: string;
|
|
8106
8112
|
page_id: string;
|
|
@@ -9210,6 +9216,22 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
9210
9216
|
}>(this.util.getRawEvents, 5, 184, this.validate);
|
|
9211
9217
|
}
|
|
9212
9218
|
|
|
9219
|
+
get searchToDeleteSrc5Evid1847() {
|
|
9220
|
+
return new EventsFilter<{
|
|
9221
|
+
query: string;
|
|
9222
|
+
view_type: string;
|
|
9223
|
+
triggred_from: string;
|
|
9224
|
+
sub_view: string;
|
|
9225
|
+
results: string;
|
|
9226
|
+
origin: string;
|
|
9227
|
+
seen_results: string;
|
|
9228
|
+
platform: string;
|
|
9229
|
+
view: string;
|
|
9230
|
+
hosting_platform_context_id: string;
|
|
9231
|
+
isFromSettingsSearch: boolean;
|
|
9232
|
+
}>(this.util.getRawEvents, 5, 1847, this.validate);
|
|
9233
|
+
}
|
|
9234
|
+
|
|
9213
9235
|
get teamManagementResendInviteClick() {
|
|
9214
9236
|
return new EventsFilter<{
|
|
9215
9237
|
invite_status: string;
|
|
@@ -10012,6 +10034,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
|
|
|
10012
10034
|
contactId: GUID;
|
|
10013
10035
|
notificationName: string;
|
|
10014
10036
|
targetEntity: string;
|
|
10037
|
+
targetMsid: string;
|
|
10015
10038
|
}>(this.util.getRawEvents, 5, 276, this.validate);
|
|
10016
10039
|
}
|
|
10017
10040
|
|
|
@@ -410,6 +410,8 @@ export type loadStartParams = {
|
|
|
410
410
|
// the id of the context entity that the user view or edit (app/account/site)
|
|
411
411
|
//
|
|
412
412
|
hostingPlatformContextId?: string;
|
|
413
|
+
// relevant to custom field - inline / card
|
|
414
|
+
theme?: string;
|
|
413
415
|
// returns true if Wix Patterns router is being used, else false
|
|
414
416
|
//
|
|
415
417
|
routerUsage?: boolean;
|
|
@@ -470,6 +472,8 @@ export type loadEndParams = {
|
|
|
470
472
|
// the id of the context entity that the user view or edit (app/account/site)
|
|
471
473
|
//
|
|
472
474
|
hostingPlatformContextId?: string;
|
|
475
|
+
// relevant to custom field - inline / card
|
|
476
|
+
theme?: string;
|
|
473
477
|
// returns true if Wix Patterns router is being used, else false
|
|
474
478
|
routerUsage?: boolean;
|
|
475
479
|
// will be True if the current view is custom-made; otherwise, it will be False
|
|
@@ -3234,6 +3238,8 @@ export type httpClientErrorSrc176Evid404Params = {
|
|
|
3234
3238
|
is_override_error_state_function?: string;
|
|
3235
3239
|
// the full error json
|
|
3236
3240
|
error_json?: string;
|
|
3241
|
+
// translated_message
|
|
3242
|
+
translated_message?: string;
|
|
3237
3243
|
// the error message from the json
|
|
3238
3244
|
error_message?: string;
|
|
3239
3245
|
// exception message
|
|
@@ -3460,6 +3466,8 @@ export type pingNotificationSendParams = {
|
|
|
3460
3466
|
contact_id?: string;
|
|
3461
3467
|
// os_category
|
|
3462
3468
|
os_category?: string;
|
|
3469
|
+
// An ID for a group of similar notifications clustered in feed
|
|
3470
|
+
groupNotificationId?: string;
|
|
3463
3471
|
};
|
|
3464
3472
|
export type pingNotificationFilteredParams = {
|
|
3465
3473
|
// Web / browser / mobile / SMS / email
|
|
@@ -3730,8 +3738,6 @@ export type pageClassifierSrc5Evid10000Params = {
|
|
|
3730
3738
|
page_id?: string;
|
|
3731
3739
|
// the component name of the page
|
|
3732
3740
|
page_name?: string;
|
|
3733
|
-
// the app id of the app the page belongs to
|
|
3734
|
-
app_id?: string;
|
|
3735
3741
|
// the page's route
|
|
3736
3742
|
route?: string;
|
|
3737
3743
|
// uuid
|
|
@@ -3742,6 +3748,12 @@ export type pageClassifierSrc5Evid10000Params = {
|
|
|
3742
3748
|
revision?: number;
|
|
3743
3749
|
// entity / collection / settings
|
|
3744
3750
|
pageType?: string;
|
|
3751
|
+
// accuracy of the page type
|
|
3752
|
+
score?: number;
|
|
3753
|
+
// url
|
|
3754
|
+
url?: Url;
|
|
3755
|
+
// preview
|
|
3756
|
+
previewUrl?: string;
|
|
3745
3757
|
};
|
|
3746
3758
|
export type dashboardDeleteAndRestoreSiteRestoreSiteClickParams = {
|
|
3747
3759
|
// view_type
|
|
@@ -11055,7 +11067,7 @@ export type clickOnSearchEverywhereInSettingsLobbysSearchSrc5Evid1646Params = {
|
|
|
11055
11067
|
// context id: when the context is site - msid, when the context is app_id (like in devCenter f.e) - appDefId. In account manager is null
|
|
11056
11068
|
hosting_platform_context_id?: string;
|
|
11057
11069
|
};
|
|
11058
|
-
export type
|
|
11070
|
+
export type gizaOverlayPageModalCtaClicked1648Params = {
|
|
11059
11071
|
// accountmanagr/bizmanagr/devcenter/etc.
|
|
11060
11072
|
hosting_platform?: string;
|
|
11061
11073
|
// the page id
|
|
@@ -12493,6 +12505,30 @@ export type teamManagementEditRoleUpdateClickParams = {
|
|
|
12493
12505
|
// platform
|
|
12494
12506
|
platform?: string;
|
|
12495
12507
|
};
|
|
12508
|
+
export type searchToDeleteSrc5Evid1847Params = {
|
|
12509
|
+
// the users's query search
|
|
12510
|
+
query?: string;
|
|
12511
|
+
// view_type
|
|
12512
|
+
view_type?: string;
|
|
12513
|
+
// search/show_all
|
|
12514
|
+
triggred_from?: string;
|
|
12515
|
+
// page in app
|
|
12516
|
+
sub_view?: string;
|
|
12517
|
+
// send all results who return on time in the following way -> section: number of results: time to load
|
|
12518
|
+
results?: string;
|
|
12519
|
+
// settings lobby / bizmgr
|
|
12520
|
+
origin?: string;
|
|
12521
|
+
// send only results who were seen in search -> section: number of results: time to load
|
|
12522
|
+
seen_results?: string;
|
|
12523
|
+
// platform
|
|
12524
|
+
platform?: string;
|
|
12525
|
+
// requested view
|
|
12526
|
+
view?: string;
|
|
12527
|
+
// context id: when the context is site - msid, when the context is app_id (like in devCenter f.e) - appDefId. In account manager is null
|
|
12528
|
+
hosting_platform_context_id?: string;
|
|
12529
|
+
// Boolean field: true if the query was initially written in the settings search and the user then clicked on 'Search Everywhere.'
|
|
12530
|
+
isFromSettingsSearch?: boolean;
|
|
12531
|
+
};
|
|
12496
12532
|
export type teamManagementResendInviteClickParams = {
|
|
12497
12533
|
// pending/expired
|
|
12498
12534
|
invite_status?: string;
|
|
@@ -13564,8 +13600,10 @@ export type notificationsEnableToTurnOnOffNotificationsPerChannelParams = {
|
|
|
13564
13600
|
contactId?: GUID;
|
|
13565
13601
|
// The specifc notification that is toggled(on/off).
|
|
13566
13602
|
notificationName?: string;
|
|
13567
|
-
// The entity that the preferences is changed for.(e.g. owner/member/contact)
|
|
13603
|
+
// The entity that the preferences is changed for.(e.g. owner/member/contact/msid)
|
|
13568
13604
|
targetEntity?: string;
|
|
13605
|
+
// if targetEntity = 'msid', msid.
|
|
13606
|
+
targetMsid?: string;
|
|
13569
13607
|
};
|
|
13570
13608
|
export type notificationsShowMobileDialogParams = {
|
|
13571
13609
|
// view_type
|