@gooddata/sdk-code-schemas 11.28.0-alpha.6 → 11.28.0-alpha.7

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.
@@ -5587,7 +5587,7 @@ export declare const metadata_v1: {
5587
5587
  type: string;
5588
5588
  source: string;
5589
5589
  mode: string;
5590
- };
5590
+ }[];
5591
5591
  };
5592
5592
  queryMetricValueFilter: {
5593
5593
  title: string;
@@ -3458,6 +3458,11 @@
3458
3458
  "type": "definition",
3459
3459
  "source": "current.widget.visualization.query.filter.localId",
3460
3460
  "mode": "property"
3461
+ },
3462
+ {
3463
+ "type": "definition",
3464
+ "source": "current.widget.visualization.query.field.filter.localId",
3465
+ "mode": "property"
3461
3466
  }
3462
3467
  ]
3463
3468
  },
@@ -3502,11 +3507,18 @@
3502
3507
  }
3503
3508
  },
3504
3509
  "required": ["type", "using"],
3505
- "$semantic": {
3506
- "type": "definition",
3507
- "source": "current.widget.visualization.query.filter.localId",
3508
- "mode": "property"
3509
- }
3510
+ "$semantic": [
3511
+ {
3512
+ "type": "definition",
3513
+ "source": "current.widget.visualization.query.filter.localId",
3514
+ "mode": "property"
3515
+ },
3516
+ {
3517
+ "type": "definition",
3518
+ "source": "current.widget.visualization.query.field.filter.localId",
3519
+ "mode": "property"
3520
+ }
3521
+ ]
3510
3522
  },
3511
3523
  "queryMetricValueFilter": {
3512
3524
  "title": "Metric Value Filter",
@@ -3348,7 +3348,7 @@ export declare const metadata_v1: {
3348
3348
  type: string;
3349
3349
  source: string;
3350
3350
  mode: string;
3351
- };
3351
+ }[];
3352
3352
  };
3353
3353
  queryMetricValueFilter: {
3354
3354
  title: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-code-schemas",
3
- "version": "11.28.0-alpha.6",
3
+ "version": "11.28.0-alpha.7",
4
4
  "description": "GoodData AAC JSON Schema types and compiled schemas",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -52,8 +52,8 @@
52
52
  "readdirp": "^4.0.0",
53
53
  "typescript": "5.9.3",
54
54
  "vitest": "4.1.0",
55
- "@gooddata/eslint-config": "11.28.0-alpha.6",
56
- "@gooddata/oxlint-config": "11.28.0-alpha.6"
55
+ "@gooddata/eslint-config": "11.28.0-alpha.7",
56
+ "@gooddata/oxlint-config": "11.28.0-alpha.7"
57
57
  },
58
58
  "scripts": {
59
59
  "_phase:build": "npm run build",