@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
@@ -43943,6 +43943,16 @@ const schemaObj = [
43943
43943
  "type": "BOOL",
43944
43944
  "mandatory": false
43945
43945
  },
43946
+ {
43947
+ "inputName": "url",
43948
+ "type": "URL",
43949
+ "mandatory": false
43950
+ },
43951
+ {
43952
+ "inputName": "builderType",
43953
+ "type": "STRING",
43954
+ "mandatory": false
43955
+ },
43946
43956
  {
43947
43957
  "inputName": "prevRoute",
43948
43958
  "type": "STRING",
@@ -44074,6 +44084,16 @@ const schemaObj = [
44074
44084
  "type": "BOOL",
44075
44085
  "mandatory": false
44076
44086
  },
44087
+ {
44088
+ "inputName": "url",
44089
+ "type": "URL",
44090
+ "mandatory": false
44091
+ },
44092
+ {
44093
+ "inputName": "builderType",
44094
+ "type": "STRING",
44095
+ "mandatory": false
44096
+ },
44077
44097
  {
44078
44098
  "inputName": "prevRoute",
44079
44099
  "type": "STRING",
@@ -44700,6 +44720,16 @@ const schemaObj = [
44700
44720
  "type": "BOOL",
44701
44721
  "mandatory": false
44702
44722
  },
44723
+ {
44724
+ "inputName": "url",
44725
+ "type": "URL",
44726
+ "mandatory": false
44727
+ },
44728
+ {
44729
+ "inputName": "builderType",
44730
+ "type": "STRING",
44731
+ "mandatory": false
44732
+ },
44703
44733
  {
44704
44734
  "inputName": "prevRoute",
44705
44735
  "type": "STRING",
@@ -50708,6 +50738,11 @@ const schemaObj = [
50708
50738
  "inputName": "panel_name",
50709
50739
  "type": "STRING",
50710
50740
  "mandatory": false
50741
+ },
50742
+ {
50743
+ "inputName": "builderType",
50744
+ "type": "STRING",
50745
+ "mandatory": false
50711
50746
  }
50712
50747
  ]
50713
50748
  }
@@ -52506,6 +52541,11 @@ const schemaObj = [
52506
52541
  "type": "STRING",
52507
52542
  "mandatory": false
52508
52543
  },
52544
+ {
52545
+ "inputName": "kanbanId",
52546
+ "type": "STRING",
52547
+ "mandatory": false
52548
+ },
52509
52549
  {
52510
52550
  "inputName": "hostingPlatformContextId",
52511
52551
  "type": "STRING",
@@ -52612,6 +52652,11 @@ const schemaObj = [
52612
52652
  "type": "BOOL",
52613
52653
  "mandatory": false
52614
52654
  },
52655
+ {
52656
+ "inputName": "kanbanId",
52657
+ "type": "STRING",
52658
+ "mandatory": false
52659
+ },
52615
52660
  {
52616
52661
  "inputName": "filterType",
52617
52662
  "type": "STRING",
@@ -56037,7 +56082,7 @@ const schemaObj = [
56037
56082
  "mandatory": false
56038
56083
  },
56039
56084
  {
56040
- "inputName": "extraFields",
56085
+ "inputName": "additionalInfo",
56041
56086
  "type": "STRING",
56042
56087
  "mandatory": false
56043
56088
  },