@wix/bex-utils 2.9.0 → 2.11.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 (26) hide show
  1. package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
  2. package/@wix/bex-bundled-mini-essentials/dist/tsconfig.tsbuildinfo +1 -1
  3. package/@wix/bex-bundled-mini-essentials/package.json +1 -1
  4. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
  5. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +2 -12
  6. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
  7. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
  8. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +1 -3
  9. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
  10. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
  11. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +2 -12
  12. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
  13. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
  14. package/@wix/bi-logger-os-data/dist/esm/v2/index.js +1 -3
  15. package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
  16. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +1 -3
  17. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +1 -3
  18. package/@wix/bi-logger-os-data/dist/types/types.d.ts +1 -3
  19. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +1 -3
  20. package/@wix/bi-logger-os-data/package.json +2 -2
  21. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +1 -3
  22. package/@wix/bi-logger-os-data/src/testkit/common.ts +2 -14
  23. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +1 -3
  24. package/@wix/bi-logger-os-data/src/types.ts +2 -6
  25. package/@wix/bi-logger-os-data/src/v2/index.ts +1 -3
  26. package/package.json +3 -3
@@ -10965,7 +10965,6 @@ export declare class BiTestkit {
10965
10965
  get dummyNameSrc96Evid12200(): EventsFilter<{}>;
10966
10966
  get wixPatternsSummaryBarIsShownSrc144Evid1(): EventsFilter<{
10967
10967
  artifactId: string;
10968
- url: Url;
10969
10968
  cairoVersion: string;
10970
10969
  componentName: string;
10971
10970
  componentType: string;
@@ -10978,7 +10977,6 @@ export declare class BiTestkit {
10978
10977
  }>;
10979
10978
  get wixPatternsSectionHeaderPrimaryActionClicked(): EventsFilter<{
10980
10979
  artifactId: string;
10981
- url: Url;
10982
10980
  cairoVersion: string;
10983
10981
  componentName: string;
10984
10982
  componentType: string;
@@ -10988,8 +10986,8 @@ export declare class BiTestkit {
10988
10986
  summaryBarList: string;
10989
10987
  featureStatus: string;
10990
10988
  cta: string;
10991
- sectionName: string;
10992
10989
  hostingPlatformContextId: string;
10990
+ sectionId: string;
10993
10991
  }>;
10994
10992
  get pickerModalUsability(): EventsFilter<{
10995
10993
  artifactId: string;
@@ -10968,7 +10968,6 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
10968
10968
  get dummyNameSrc96Evid12200(): EventsFilter<{}>;
10969
10969
  get wixPatternsSummaryBarIsShownSrc144Evid1(): EventsFilter<{
10970
10970
  artifactId: string;
10971
- url: Url;
10972
10971
  cairoVersion: string;
10973
10972
  componentName: string;
10974
10973
  componentType: string;
@@ -10981,7 +10980,6 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
10981
10980
  }>;
10982
10981
  get wixPatternsSectionHeaderPrimaryActionClicked(): EventsFilter<{
10983
10982
  artifactId: string;
10984
- url: Url;
10985
10983
  cairoVersion: string;
10986
10984
  componentName: string;
10987
10985
  componentType: string;
@@ -10991,8 +10989,8 @@ export declare class WixBiSchemaNodeTestkit extends TestkitBase {
10991
10989
  summaryBarList: string;
10992
10990
  featureStatus: string;
10993
10991
  cta: string;
10994
- sectionName: string;
10995
10992
  hostingPlatformContextId: string;
10993
+ sectionId: string;
10996
10994
  }>;
10997
10995
  get pickerModalUsability(): EventsFilter<{
10998
10996
  artifactId: string;
@@ -10965,7 +10965,6 @@ export type dummyNameSrc96Evid11900Params = {};
10965
10965
  export type dummyNameSrc96Evid12200Params = {};
10966
10966
  export type wixPatternsSummaryBarIsShownSrc144Evid1Params = {
10967
10967
  artifactId?: string;
10968
- url?: Url;
10969
10968
  cairoVersion?: string;
10970
10969
  componentName?: string;
10971
10970
  componentType?: string;
@@ -10978,7 +10977,6 @@ export type wixPatternsSummaryBarIsShownSrc144Evid1Params = {
10978
10977
  };
10979
10978
  export type wixPatternsSectionHeaderPrimaryActionClickedParams = {
10980
10979
  artifactId?: string;
10981
- url?: Url;
10982
10980
  cairoVersion?: string;
10983
10981
  componentName?: string;
10984
10982
  componentType?: string;
@@ -10988,8 +10986,8 @@ export type wixPatternsSectionHeaderPrimaryActionClickedParams = {
10988
10986
  summaryBarList?: string;
10989
10987
  featureStatus?: string;
10990
10988
  cta?: string;
10991
- sectionName?: string;
10992
10989
  hostingPlatformContextId?: string;
10990
+ sectionId?: string;
10993
10991
  };
10994
10992
  export type pickerModalUsabilityParams = {
10995
10993
  artifactId?: string;
@@ -20338,7 +20338,6 @@ export declare function dummyNameSrc96Evid12200(params: dummyNameSrc96Evid12200P
20338
20338
  *
20339
20339
  * @param {wixPatternsSummaryBarIsShownSrc144Evid1Params} params - The parameters for this event
20340
20340
  * @property {string} artifactId - Artifact that owns the component
20341
- * @property {Url} url - The page's url (new from 03/2023)
20342
20341
  * @property {string} cairoVersion - Wix Patterns_version(cairo_version)
20343
20342
  * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
20344
20343
  * @property {string} componentType - Picker Standalone/Picker Modal/ Picker Dropdown/ Table/Cards
@@ -20359,7 +20358,6 @@ export declare function wixPatternsSummaryBarIsShownSrc144Evid1(params: wixPatte
20359
20358
  *
20360
20359
  * @param {wixPatternsSectionHeaderPrimaryActionClickedParams} params - The parameters for this event
20361
20360
  * @property {string} artifactId - Artifact that owns the component
20362
- * @property {Url} url - The page's url (new from 03/2023)
20363
20361
  * @property {string} cairoVersion - Wix Patterns_version(cairo_version)
20364
20362
  * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
20365
20363
  * @property {string} componentType - Picker Standalone/Picker Modal/ Picker Dropdown/ Table/Cards
@@ -20369,9 +20367,9 @@ export declare function wixPatternsSummaryBarIsShownSrc144Evid1(params: wixPatte
20369
20367
  * @property {string} summaryBarList - A list of items that are currently displayed to user: {"item1": "Value1", "item2": "value2"}
20370
20368
  * @property {string} featureStatus - success/ loading/error
20371
20369
  * @property {string} cta - cta name (in english)
20372
- * @property {string} sectionName - the name of the section
20373
20370
  * @property {string} hostingPlatformContextId - the id of the context entity that the user view or edit (app/account/site)
20374
20371
  *
20372
+ * @property {string} sectionId - id of the section
20375
20373
  * @return {LogObject<wixPatternsSectionHeaderPrimaryActionClickedParams>} LogObject<wixPatternsSectionHeaderPrimaryActionClickedParams>
20376
20374
  */
20377
20375
  export declare function wixPatternsSectionHeaderPrimaryActionClicked(params: wixPatternsSectionHeaderPrimaryActionClickedParams): LogObject<wixPatternsSectionHeaderPrimaryActionClickedParams>;
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bi-logger-os-data",
3
- "version": "1.74.0",
3
+ "version": "1.77.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "schema-logger-generator",
@@ -41,7 +41,7 @@
41
41
  "artifactId": "bi-logger-os-data"
42
42
  }
43
43
  },
44
- "falconPackageHash": "ea8651d09cd4bab1a592b77caa2a68877cfa876ead15dc33f312c46c",
44
+ "falconPackageHash": "bada8a39342cd19f6ceffa9a8e45878acbfb4ee2ecf890c57edb5c3d",
45
45
  "repository": {
46
46
  "type": "git",
47
47
  "url": "https://github.com/wix-private/bi-schema-loggers.git",
@@ -14957,7 +14957,6 @@ export class BiTestkit {
14957
14957
  get wixPatternsSummaryBarIsShownSrc144Evid1() {
14958
14958
  return new EventsFilter<{
14959
14959
  artifactId: string;
14960
- url: Url;
14961
14960
  cairoVersion: string;
14962
14961
  componentName: string;
14963
14962
  componentType: string;
@@ -14973,7 +14972,6 @@ export class BiTestkit {
14973
14972
  get wixPatternsSectionHeaderPrimaryActionClicked() {
14974
14973
  return new EventsFilter<{
14975
14974
  artifactId: string;
14976
- url: Url;
14977
14975
  cairoVersion: string;
14978
14976
  componentName: string;
14979
14977
  componentType: string;
@@ -14983,8 +14981,8 @@ export class BiTestkit {
14983
14981
  summaryBarList: string;
14984
14982
  featureStatus: string;
14985
14983
  cta: string;
14986
- sectionName: string;
14987
14984
  hostingPlatformContextId: string;
14985
+ sectionId: string;
14988
14986
  }>(this.util.getRawEvents, 144, 2, this.validate);
14989
14987
  }
14990
14988
 
@@ -56549,12 +56549,6 @@ const schemaObj: SchemaObj = [
56549
56549
  "mandatory": false
56550
56550
  }
56551
56551
  ,
56552
- {
56553
- "inputName": "url",
56554
- "type": "URL",
56555
- "mandatory": false
56556
- }
56557
- ,
56558
56552
  {
56559
56553
  "inputName": "cairoVersion",
56560
56554
  "type": "STRING",
@@ -56620,12 +56614,6 @@ const schemaObj: SchemaObj = [
56620
56614
  "mandatory": false
56621
56615
  }
56622
56616
  ,
56623
- {
56624
- "inputName": "url",
56625
- "type": "URL",
56626
- "mandatory": false
56627
- }
56628
- ,
56629
56617
  {
56630
56618
  "inputName": "cairoVersion",
56631
56619
  "type": "STRING",
@@ -56681,13 +56669,13 @@ const schemaObj: SchemaObj = [
56681
56669
  }
56682
56670
  ,
56683
56671
  {
56684
- "inputName": "sectionName",
56672
+ "inputName": "hostingPlatformContextId",
56685
56673
  "type": "STRING",
56686
56674
  "mandatory": false
56687
56675
  }
56688
56676
  ,
56689
56677
  {
56690
- "inputName": "hostingPlatformContextId",
56678
+ "inputName": "sectionId",
56691
56679
  "type": "STRING",
56692
56680
  "mandatory": false
56693
56681
  }
@@ -14967,7 +14967,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
14967
14967
  get wixPatternsSummaryBarIsShownSrc144Evid1() {
14968
14968
  return new EventsFilter<{
14969
14969
  artifactId: string;
14970
- url: Url;
14971
14970
  cairoVersion: string;
14972
14971
  componentName: string;
14973
14972
  componentType: string;
@@ -14983,7 +14982,6 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
14983
14982
  get wixPatternsSectionHeaderPrimaryActionClicked() {
14984
14983
  return new EventsFilter<{
14985
14984
  artifactId: string;
14986
- url: Url;
14987
14985
  cairoVersion: string;
14988
14986
  componentName: string;
14989
14987
  componentType: string;
@@ -14993,8 +14991,8 @@ export class WixBiSchemaNodeTestkit extends TestkitBase {
14993
14991
  summaryBarList: string;
14994
14992
  featureStatus: string;
14995
14993
  cta: string;
14996
- sectionName: string;
14997
14994
  hostingPlatformContextId: string;
14995
+ sectionId: string;
14998
14996
  }>(this.util.getRawEvents, 144, 2, this.validate);
14999
14997
  }
15000
14998
 
@@ -19288,8 +19288,6 @@ export type dummyNameSrc96Evid12200Params = {
19288
19288
  export type wixPatternsSummaryBarIsShownSrc144Evid1Params = {
19289
19289
  // Artifact that owns the component
19290
19290
  artifactId?: string;
19291
- // The page's url (new from 03/2023)
19292
- url?: Url;
19293
19291
  // Wix Patterns_version(cairo_version)
19294
19292
  cairoVersion?: string;
19295
19293
  // (Optional) Component name, if there are two components of the same type per artifact
@@ -19313,8 +19311,6 @@ export type wixPatternsSummaryBarIsShownSrc144Evid1Params = {
19313
19311
  export type wixPatternsSectionHeaderPrimaryActionClickedParams = {
19314
19312
  // Artifact that owns the component
19315
19313
  artifactId?: string;
19316
- // The page's url (new from 03/2023)
19317
- url?: Url;
19318
19314
  // Wix Patterns_version(cairo_version)
19319
19315
  cairoVersion?: string;
19320
19316
  // (Optional) Component name, if there are two components of the same type per artifact
@@ -19333,11 +19329,11 @@ export type wixPatternsSectionHeaderPrimaryActionClickedParams = {
19333
19329
  featureStatus?: string;
19334
19330
  // cta name (in english)
19335
19331
  cta?: string;
19336
- // the name of the section
19337
- sectionName?: string;
19338
19332
  // the id of the context entity that the user view or edit (app/account/site)
19339
19333
  //
19340
19334
  hostingPlatformContextId?: string;
19335
+ // id of the section
19336
+ sectionId?: string;
19341
19337
  };
19342
19338
  export type pickerModalUsabilityParams = {
19343
19339
  // Artifact that owns the component
@@ -24335,7 +24335,6 @@ export function dummyNameSrc96Evid12200(params: dummyNameSrc96Evid12200Params):
24335
24335
  *
24336
24336
  * @param {wixPatternsSummaryBarIsShownSrc144Evid1Params} params - The parameters for this event
24337
24337
  * @property {string} artifactId - Artifact that owns the component
24338
- * @property {Url} url - The page's url (new from 03/2023)
24339
24338
  * @property {string} cairoVersion - Wix Patterns_version(cairo_version)
24340
24339
  * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
24341
24340
  * @property {string} componentType - Picker Standalone/Picker Modal/ Picker Dropdown/ Table/Cards
@@ -24359,7 +24358,6 @@ export function wixPatternsSummaryBarIsShownSrc144Evid1(params: wixPatternsSumma
24359
24358
  *
24360
24359
  * @param {wixPatternsSectionHeaderPrimaryActionClickedParams} params - The parameters for this event
24361
24360
  * @property {string} artifactId - Artifact that owns the component
24362
- * @property {Url} url - The page's url (new from 03/2023)
24363
24361
  * @property {string} cairoVersion - Wix Patterns_version(cairo_version)
24364
24362
  * @property {string} componentName - (Optional) Component name, if there are two components of the same type per artifact
24365
24363
  * @property {string} componentType - Picker Standalone/Picker Modal/ Picker Dropdown/ Table/Cards
@@ -24369,9 +24367,9 @@ export function wixPatternsSummaryBarIsShownSrc144Evid1(params: wixPatternsSumma
24369
24367
  * @property {string} summaryBarList - A list of items that are currently displayed to user: {"item1": "Value1", "item2": "value2"}
24370
24368
  * @property {string} featureStatus - success/ loading/error
24371
24369
  * @property {string} cta - cta name (in english)
24372
- * @property {string} sectionName - the name of the section
24373
24370
  * @property {string} hostingPlatformContextId - the id of the context entity that the user view or edit (app/account/site)
24374
24371
  *
24372
+ * @property {string} sectionId - id of the section
24375
24373
  * @return {LogObject<wixPatternsSectionHeaderPrimaryActionClickedParams>} LogObject<wixPatternsSectionHeaderPrimaryActionClickedParams>
24376
24374
  */
24377
24375
  export function wixPatternsSectionHeaderPrimaryActionClicked(params: wixPatternsSectionHeaderPrimaryActionClickedParams): LogObject<wixPatternsSectionHeaderPrimaryActionClickedParams> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/bex-utils",
3
- "version": "2.9.0",
3
+ "version": "2.11.0",
4
4
  "license": "UNLICENSED",
5
5
  "author": {
6
6
  "name": "Kobi",
@@ -53,7 +53,7 @@
53
53
  "@wix/ambassador-devcenter-app-market-listing-v1-market-listing": "^1.0.70",
54
54
  "@wix/ambassador-fedinfra-exportservice-v1-export-async-job": "^1.0.174",
55
55
  "@wix/ambassador-os-tags-v1-tag": "^1.0.3",
56
- "@wix/bex-bundled-mini-essentials": "2.2.0",
56
+ "@wix/bex-bundled-mini-essentials": "2.3.0",
57
57
  "@wix/bi-logger-os-data": "^1.0.0",
58
58
  "@wix/eslint-config-yoshi": "^6.74.0",
59
59
  "@wix/jest-yoshi-preset-base": "^6.74.0",
@@ -147,5 +147,5 @@
147
147
  "wallaby": {
148
148
  "autoDetect": true
149
149
  },
150
- "falconPackageHash": "86b9716fdda6e2279bf89898110ed73b30f91d180ae71a5f831f51f8"
150
+ "falconPackageHash": "a760e69ec1677d57f51d83e2de587869547cc752f1789a6f329649e3"
151
151
  }