@wix/bex-utils 2.34.0 → 2.35.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.
Files changed (115) hide show
  1. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/builders.impl.d.ts +40 -0
  2. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/builders.impl.js +561 -0
  3. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/builders.impl.js.map +1 -0
  4. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/http.impl.d.ts +16 -0
  5. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/http.impl.js +120 -0
  6. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/http.impl.js.map +1 -0
  7. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/meta.impl.d.ts +16 -0
  8. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/meta.impl.js +81 -0
  9. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/meta.impl.js.map +1 -0
  10. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/client/proto-generated.d.ts +7332 -0
  11. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/client/proto-generated.js +2 -0
  12. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/proto-generated.d.ts +3666 -0
  13. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/proto-generated.js +59840 -0
  14. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/server/proto-generated.d.ts +7328 -0
  15. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/proto/server/proto-generated.js +2 -0
  16. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/rpc.impl.d.ts +23 -0
  17. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/rpc.impl.js +73 -0
  18. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/rpc.impl.js.map +1 -0
  19. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/types.impl.d.ts +363 -0
  20. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/types.impl.js +56 -0
  21. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/cjs/types.impl.js.map +1 -0
  22. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/builders.impl.d.ts +40 -0
  23. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/builders.impl.js +507 -0
  24. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/builders.impl.js.map +1 -0
  25. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/http.impl.d.ts +16 -0
  26. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/http.impl.js +114 -0
  27. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/http.impl.js.map +1 -0
  28. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/meta.impl.d.ts +16 -0
  29. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/meta.impl.js +56 -0
  30. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/meta.impl.js.map +1 -0
  31. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/rpc.impl.d.ts +23 -0
  32. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/rpc.impl.js +48 -0
  33. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/rpc.impl.js.map +1 -0
  34. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/types.impl.d.ts +363 -0
  35. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/types.impl.js +53 -0
  36. package/@wix/ambassador-items-selection-spi-host-v1-provider/build/es/types.impl.js.map +1 -0
  37. package/@wix/ambassador-items-selection-spi-host-v1-provider/builders/package.json +7 -0
  38. package/@wix/ambassador-items-selection-spi-host-v1-provider/http/package.json +7 -0
  39. package/@wix/ambassador-items-selection-spi-host-v1-provider/meta/package.json +7 -0
  40. package/@wix/ambassador-items-selection-spi-host-v1-provider/package.json +52 -0
  41. package/@wix/ambassador-items-selection-spi-host-v1-provider/rpc/package.json +6 -0
  42. 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
  43. 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
  44. 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
  45. 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
  46. 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
  47. 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
  48. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/action_payload.proto +33 -0
  49. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/annotations.proto +393 -0
  50. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/api_errors.proto +117 -0
  51. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/callback.proto +156 -0
  52. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/context.proto +19 -0
  53. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/entity.proto +122 -0
  54. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/errors.proto +119 -0
  55. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/idempotency.proto +25 -0
  56. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/permissions.proto +40 -0
  57. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/sla.proto +24 -0
  58. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/subscription.proto +32 -0
  59. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/api/validations.proto +137 -0
  60. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/address.proto +148 -0
  61. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/bulk.proto +53 -0
  62. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/identification.proto +40 -0
  63. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/image.proto +8 -0
  64. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/media.proto +236 -0
  65. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/money.proto +32 -0
  66. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/pageurl.proto +32 -0
  67. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/paging.proto +121 -0
  68. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/query.proto +795 -0
  69. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/sorting.proto +36 -0
  70. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/spi.proto +85 -0
  71. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/tags.proto +55 -0
  72. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/common/wixlink.proto +201 -0
  73. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/graphql/definitions.proto +13 -0
  74. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/http/field_mask.proto +46 -0
  75. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/items_selection/spi_host/v1/items_selection_service.proto +136 -0
  76. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/sdk/definitions.proto +191 -0
  77. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/spi/definitions.proto +186 -0
  78. package/@wix/ambassador-items-selection-spi-host-v1-provider/src/main/proto/wix/spi/http_error_status.proto +24 -0
  79. package/@wix/ambassador-items-selection-spi-host-v1-provider/types/package.json +7 -0
  80. package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
  81. package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
  82. package/@wix/bex-bundled-mini-essentials/package.json +1 -1
  83. package/@wix/bi-logger-os-data/dist/cjs/index.js +3 -0
  84. package/@wix/bi-logger-os-data/dist/cjs/index.js.map +1 -1
  85. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js +3 -0
  86. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
  87. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +76 -5
  88. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
  89. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js +3 -0
  90. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
  91. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +42 -17
  92. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
  93. package/@wix/bi-logger-os-data/dist/esm/index.js +3 -0
  94. package/@wix/bi-logger-os-data/dist/esm/index.js.map +1 -1
  95. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js +3 -0
  96. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
  97. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +76 -5
  98. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
  99. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js +3 -0
  100. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
  101. package/@wix/bi-logger-os-data/dist/esm/v2/index.js +26 -2
  102. package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
  103. package/@wix/bi-logger-os-data/dist/types/index.d.ts +3 -2
  104. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +16 -1
  105. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +16 -1
  106. package/@wix/bi-logger-os-data/dist/types/types.d.ts +16 -1
  107. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +25 -3
  108. package/@wix/bi-logger-os-data/package.json +2 -2
  109. package/@wix/bi-logger-os-data/src/index.ts +6 -2
  110. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +19 -1
  111. package/@wix/bi-logger-os-data/src/testkit/common.ts +89 -6
  112. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +19 -1
  113. package/@wix/bi-logger-os-data/src/types.ts +31 -3
  114. package/@wix/bi-logger-os-data/src/v2/index.ts +28 -3
  115. package/package.json +4 -3
@@ -2004,6 +2004,7 @@ export class BiTestkit {
2004
2004
  is_override_error: string;
2005
2005
  is_override_error_state_function: string;
2006
2006
  error_json: string;
2007
+ translated_message: string;
2007
2008
  error_message: string;
2008
2009
  exception_message: string;
2009
2010
  client_error_code: string;
@@ -2338,12 +2339,12 @@ export class BiTestkit {
2338
2339
  return new EventsFilter<{
2339
2340
  page_id: string;
2340
2341
  page_name: string;
2341
- app_id: string;
2342
2342
  route: string;
2343
2343
  uuid: string;
2344
2344
  msid: string;
2345
2345
  revision: number;
2346
2346
  pageType: string;
2347
+ score: number;
2347
2348
  }>(this.util.getRawEvents, 5, 10000, this.validate);
2348
2349
  }
2349
2350
 
@@ -9200,6 +9201,22 @@ export class BiTestkit {
9200
9201
  }>(this.util.getRawEvents, 5, 184, this.validate);
9201
9202
  }
9202
9203
 
9204
+ get searchToDeleteSrc5Evid1847() {
9205
+ return new EventsFilter<{
9206
+ query: string;
9207
+ view_type: string;
9208
+ triggred_from: string;
9209
+ sub_view: string;
9210
+ results: string;
9211
+ origin: string;
9212
+ seen_results: string;
9213
+ platform: string;
9214
+ view: string;
9215
+ hosting_platform_context_id: string;
9216
+ isFromSettingsSearch: boolean;
9217
+ }>(this.util.getRawEvents, 5, 1847, this.validate);
9218
+ }
9219
+
9203
9220
  get teamManagementResendInviteClick() {
9204
9221
  return new EventsFilter<{
9205
9222
  invite_status: string;
@@ -10002,6 +10019,7 @@ export class BiTestkit {
10002
10019
  contactId: GUID;
10003
10020
  notificationName: string;
10004
10021
  targetEntity: string;
10022
+ targetMsid: string;
10005
10023
  }>(this.util.getRawEvents, 5, 276, this.validate);
10006
10024
  }
10007
10025
 
@@ -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,12 @@ 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
384
  ]
385
385
  } as BiEventSchema,
386
386
  {
@@ -26014,6 +26014,77 @@ const schemaObj: SchemaObj = [
26014
26014
  }
26015
26015
  ]
26016
26016
  } as BiEventSchema,
26017
+ {
26018
+ "event_id": 1847,
26019
+ "name": "Search > To delete",
26020
+ "fields": [
26021
+ {
26022
+ "inputName": "query",
26023
+ "type": "STRING",
26024
+ "mandatory": false
26025
+ }
26026
+ ,
26027
+ {
26028
+ "inputName": "view_type",
26029
+ "type": "STRING",
26030
+ "mandatory": false
26031
+ }
26032
+ ,
26033
+ {
26034
+ "inputName": "triggred_from",
26035
+ "type": "STRING",
26036
+ "mandatory": false
26037
+ }
26038
+ ,
26039
+ {
26040
+ "inputName": "sub_view",
26041
+ "type": "STRING",
26042
+ "mandatory": false
26043
+ }
26044
+ ,
26045
+ {
26046
+ "inputName": "results",
26047
+ "type": "STRING",
26048
+ "mandatory": false
26049
+ }
26050
+ ,
26051
+ {
26052
+ "inputName": "origin",
26053
+ "type": "STRING",
26054
+ "mandatory": false
26055
+ }
26056
+ ,
26057
+ {
26058
+ "inputName": "seen_results",
26059
+ "type": "STRING",
26060
+ "mandatory": false
26061
+ }
26062
+ ,
26063
+ {
26064
+ "inputName": "platform",
26065
+ "type": "STRING",
26066
+ "mandatory": false
26067
+ }
26068
+ ,
26069
+ {
26070
+ "inputName": "view",
26071
+ "type": "STRING",
26072
+ "mandatory": false
26073
+ }
26074
+ ,
26075
+ {
26076
+ "inputName": "hosting_platform_context_id",
26077
+ "type": "STRING",
26078
+ "mandatory": false
26079
+ }
26080
+ ,
26081
+ {
26082
+ "inputName": "isFromSettingsSearch",
26083
+ "type": "BOOL",
26084
+ "mandatory": false
26085
+ }
26086
+ ]
26087
+ } as BiEventSchema,
26017
26088
  {
26018
26089
  "event_id": 185,
26019
26090
  "name": "Team Management - resend invite - click",
@@ -29167,6 +29238,12 @@ const schemaObj: SchemaObj = [
29167
29238
  "type": "STRING",
29168
29239
  "mandatory": false
29169
29240
  }
29241
+ ,
29242
+ {
29243
+ "inputName": "targetMsid",
29244
+ "type": "STRING",
29245
+ "mandatory": false
29246
+ }
29170
29247
  ]
29171
29248
  } as BiEventSchema,
29172
29249
  {
@@ -66725,6 +66802,12 @@ const schemaObj: SchemaObj = [
66725
66802
  "mandatory": false
66726
66803
  }
66727
66804
  ,
66805
+ {
66806
+ "inputName": "translated_message",
66807
+ "type": "STRING",
66808
+ "mandatory": false
66809
+ }
66810
+ ,
66728
66811
  {
66729
66812
  "inputName": "error_message",
66730
66813
  "type": "STRING",
@@ -2014,6 +2014,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
2014
2014
  is_override_error: string;
2015
2015
  is_override_error_state_function: string;
2016
2016
  error_json: string;
2017
+ translated_message: string;
2017
2018
  error_message: string;
2018
2019
  exception_message: string;
2019
2020
  client_error_code: string;
@@ -2348,12 +2349,12 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
2348
2349
  return new EventsFilter<{
2349
2350
  page_id: string;
2350
2351
  page_name: string;
2351
- app_id: string;
2352
2352
  route: string;
2353
2353
  uuid: string;
2354
2354
  msid: string;
2355
2355
  revision: number;
2356
2356
  pageType: string;
2357
+ score: number;
2357
2358
  }>(this.util.getRawEvents, 5, 10000, this.validate);
2358
2359
  }
2359
2360
 
@@ -9210,6 +9211,22 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
9210
9211
  }>(this.util.getRawEvents, 5, 184, this.validate);
9211
9212
  }
9212
9213
 
9214
+ get searchToDeleteSrc5Evid1847() {
9215
+ return new EventsFilter<{
9216
+ query: string;
9217
+ view_type: string;
9218
+ triggred_from: string;
9219
+ sub_view: string;
9220
+ results: string;
9221
+ origin: string;
9222
+ seen_results: string;
9223
+ platform: string;
9224
+ view: string;
9225
+ hosting_platform_context_id: string;
9226
+ isFromSettingsSearch: boolean;
9227
+ }>(this.util.getRawEvents, 5, 1847, this.validate);
9228
+ }
9229
+
9213
9230
  get teamManagementResendInviteClick() {
9214
9231
  return new EventsFilter<{
9215
9232
  invite_status: string;
@@ -10012,6 +10029,7 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
10012
10029
  contactId: GUID;
10013
10030
  notificationName: string;
10014
10031
  targetEntity: string;
10032
+ targetMsid: string;
10015
10033
  }>(this.util.getRawEvents, 5, 276, this.validate);
10016
10034
  }
10017
10035
 
@@ -3234,6 +3234,8 @@ export type httpClientErrorSrc176Evid404Params = {
3234
3234
  is_override_error_state_function?: string;
3235
3235
  // the full error json
3236
3236
  error_json?: string;
3237
+ // translated_message
3238
+ translated_message?: string;
3237
3239
  // the error message from the json
3238
3240
  error_message?: string;
3239
3241
  // exception message
@@ -3730,8 +3732,6 @@ export type pageClassifierSrc5Evid10000Params = {
3730
3732
  page_id?: string;
3731
3733
  // the component name of the page
3732
3734
  page_name?: string;
3733
- // the app id of the app the page belongs to
3734
- app_id?: string;
3735
3735
  // the page's route
3736
3736
  route?: string;
3737
3737
  // uuid
@@ -3742,6 +3742,8 @@ export type pageClassifierSrc5Evid10000Params = {
3742
3742
  revision?: number;
3743
3743
  // entity / collection / settings
3744
3744
  pageType?: string;
3745
+ // accuracy of the page type
3746
+ score?: number;
3745
3747
  };
3746
3748
  export type dashboardDeleteAndRestoreSiteRestoreSiteClickParams = {
3747
3749
  // view_type
@@ -12493,6 +12495,30 @@ export type teamManagementEditRoleUpdateClickParams = {
12493
12495
  // platform
12494
12496
  platform?: string;
12495
12497
  };
12498
+ export type searchToDeleteSrc5Evid1847Params = {
12499
+ // the users's query search
12500
+ query?: string;
12501
+ // view_type
12502
+ view_type?: string;
12503
+ // search/show_all
12504
+ triggred_from?: string;
12505
+ // page in app
12506
+ sub_view?: string;
12507
+ // send all results who return on time in the following way -> section: number of results: time to load
12508
+ results?: string;
12509
+ // settings lobby / bizmgr
12510
+ origin?: string;
12511
+ // send only results who were seen in search -> section: number of results: time to load
12512
+ seen_results?: string;
12513
+ // platform
12514
+ platform?: string;
12515
+ // requested view
12516
+ view?: string;
12517
+ // 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
12518
+ hosting_platform_context_id?: string;
12519
+ // Boolean field: true if the query was initially written in the settings search and the user then clicked on 'Search Everywhere.'
12520
+ isFromSettingsSearch?: boolean;
12521
+ };
12496
12522
  export type teamManagementResendInviteClickParams = {
12497
12523
  // pending/expired
12498
12524
  invite_status?: string;
@@ -13564,8 +13590,10 @@ export type notificationsEnableToTurnOnOffNotificationsPerChannelParams = {
13564
13590
  contactId?: GUID;
13565
13591
  // The specifc notification that is toggled(on/off).
13566
13592
  notificationName?: string;
13567
- // The entity that the preferences is changed for.(e.g. owner/member/contact)
13593
+ // The entity that the preferences is changed for.(e.g. owner/member/contact/msid)
13568
13594
  targetEntity?: string;
13595
+ // if targetEntity = 'msid', msid.
13596
+ targetMsid?: string;
13569
13597
  };
13570
13598
  export type notificationsShowMobileDialogParams = {
13571
13599
  // view_type