@wix/bex-utils 2.55.0 → 2.57.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 (25) hide show
  1. package/@wix/bex-bundled-mini-essentials/CHANGELOG.md +4 -0
  2. package/@wix/bex-bundled-mini-essentials/package.json +1 -1
  3. package/@wix/bi-logger-os-data/dist/cjs/testkit/client-testkit.js.map +1 -1
  4. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js +46 -1
  5. package/@wix/bi-logger-os-data/dist/cjs/testkit/common.js.map +1 -1
  6. package/@wix/bi-logger-os-data/dist/cjs/testkit/node-testkit.js.map +1 -1
  7. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js +12 -1
  8. package/@wix/bi-logger-os-data/dist/cjs/v2/index.js.map +1 -1
  9. package/@wix/bi-logger-os-data/dist/esm/testkit/client-testkit.js.map +1 -1
  10. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js +46 -1
  11. package/@wix/bi-logger-os-data/dist/esm/testkit/common.js.map +1 -1
  12. package/@wix/bi-logger-os-data/dist/esm/testkit/node-testkit.js.map +1 -1
  13. package/@wix/bi-logger-os-data/dist/esm/v2/index.js +12 -1
  14. package/@wix/bi-logger-os-data/dist/esm/v2/index.js.map +1 -1
  15. package/@wix/bi-logger-os-data/dist/types/testkit/client-testkit.d.ts +10 -1
  16. package/@wix/bi-logger-os-data/dist/types/testkit/node-testkit.d.ts +10 -1
  17. package/@wix/bi-logger-os-data/dist/types/types.d.ts +10 -1
  18. package/@wix/bi-logger-os-data/dist/types/v2/index.d.ts +12 -1
  19. package/@wix/bi-logger-os-data/package.json +2 -2
  20. package/@wix/bi-logger-os-data/src/testkit/client-testkit.ts +10 -1
  21. package/@wix/bi-logger-os-data/src/testkit/common.ts +55 -1
  22. package/@wix/bi-logger-os-data/src/testkit/node-testkit.ts +10 -1
  23. package/@wix/bi-logger-os-data/src/types.ts +21 -1
  24. package/@wix/bi-logger-os-data/src/v2/index.ts +12 -1
  25. package/package.json +4 -4
@@ -43940,6 +43940,16 @@ const schemaObj = [
43940
43940
  "type": "BOOL",
43941
43941
  "mandatory": false
43942
43942
  },
43943
+ {
43944
+ "inputName": "url",
43945
+ "type": "URL",
43946
+ "mandatory": false
43947
+ },
43948
+ {
43949
+ "inputName": "builderType",
43950
+ "type": "STRING",
43951
+ "mandatory": false
43952
+ },
43943
43953
  {
43944
43954
  "inputName": "prevRoute",
43945
43955
  "type": "STRING",
@@ -44071,6 +44081,16 @@ const schemaObj = [
44071
44081
  "type": "BOOL",
44072
44082
  "mandatory": false
44073
44083
  },
44084
+ {
44085
+ "inputName": "url",
44086
+ "type": "URL",
44087
+ "mandatory": false
44088
+ },
44089
+ {
44090
+ "inputName": "builderType",
44091
+ "type": "STRING",
44092
+ "mandatory": false
44093
+ },
44074
44094
  {
44075
44095
  "inputName": "prevRoute",
44076
44096
  "type": "STRING",
@@ -44697,6 +44717,16 @@ const schemaObj = [
44697
44717
  "type": "BOOL",
44698
44718
  "mandatory": false
44699
44719
  },
44720
+ {
44721
+ "inputName": "url",
44722
+ "type": "URL",
44723
+ "mandatory": false
44724
+ },
44725
+ {
44726
+ "inputName": "builderType",
44727
+ "type": "STRING",
44728
+ "mandatory": false
44729
+ },
44700
44730
  {
44701
44731
  "inputName": "prevRoute",
44702
44732
  "type": "STRING",
@@ -50705,6 +50735,11 @@ const schemaObj = [
50705
50735
  "inputName": "panel_name",
50706
50736
  "type": "STRING",
50707
50737
  "mandatory": false
50738
+ },
50739
+ {
50740
+ "inputName": "builderType",
50741
+ "type": "STRING",
50742
+ "mandatory": false
50708
50743
  }
50709
50744
  ]
50710
50745
  }
@@ -52503,6 +52538,11 @@ const schemaObj = [
52503
52538
  "type": "STRING",
52504
52539
  "mandatory": false
52505
52540
  },
52541
+ {
52542
+ "inputName": "kanbanId",
52543
+ "type": "STRING",
52544
+ "mandatory": false
52545
+ },
52506
52546
  {
52507
52547
  "inputName": "hostingPlatformContextId",
52508
52548
  "type": "STRING",
@@ -52609,6 +52649,11 @@ const schemaObj = [
52609
52649
  "type": "BOOL",
52610
52650
  "mandatory": false
52611
52651
  },
52652
+ {
52653
+ "inputName": "kanbanId",
52654
+ "type": "STRING",
52655
+ "mandatory": false
52656
+ },
52612
52657
  {
52613
52658
  "inputName": "filterType",
52614
52659
  "type": "STRING",
@@ -56034,7 +56079,7 @@ const schemaObj = [
56034
56079
  "mandatory": false
56035
56080
  },
56036
56081
  {
56037
- "inputName": "extraFields",
56082
+ "inputName": "additionalInfo",
56038
56083
  "type": "STRING",
56039
56084
  "mandatory": false
56040
56085
  },