@gooddata/sdk-code-schemas 11.40.0-alpha.1 → 11.40.0-alpha.2

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.
@@ -5773,6 +5773,13 @@ export declare const metadata_v1: {
5773
5773
  $ref: string;
5774
5774
  };
5775
5775
  };
5776
+ dimensionality: {
5777
+ type: string;
5778
+ description: string;
5779
+ items: {
5780
+ $ref: string;
5781
+ };
5782
+ };
5776
5783
  null_values_as_zero: {
5777
5784
  type: string;
5778
5785
  description: string;
@@ -3477,6 +3477,11 @@
3477
3477
  "description": "OR-ed list of conditions. Empty or omitted means \"All\" (no filtering).",
3478
3478
  "items": { "$ref": "#/$defs/mvfCondition" }
3479
3479
  },
3480
+ "dimensionality": {
3481
+ "type": "array",
3482
+ "description": "Optional array of label references to apply dimensionality to the filter.",
3483
+ "items": { "$ref": "#/$defs/labelIdentifier" }
3484
+ },
3480
3485
  "null_values_as_zero": {
3481
3486
  "type": "boolean",
3482
3487
  "description": "Null values will be treated as zero during comparisons."
@@ -3299,6 +3299,13 @@ export declare const metadata_v1: {
3299
3299
  $ref: string;
3300
3300
  };
3301
3301
  };
3302
+ dimensionality: {
3303
+ type: string;
3304
+ description: string;
3305
+ items: {
3306
+ $ref: string;
3307
+ };
3308
+ };
3302
3309
  null_values_as_zero: {
3303
3310
  type: string;
3304
3311
  description: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gooddata/sdk-code-schemas",
3
- "version": "11.40.0-alpha.1",
3
+ "version": "11.40.0-alpha.2",
4
4
  "description": "GoodData AAC JSON Schema types and compiled schemas",
5
5
  "license": "MIT",
6
6
  "author": "GoodData",
@@ -51,8 +51,8 @@
51
51
  "readdirp": "4.1.2",
52
52
  "typescript": "5.9.3",
53
53
  "vitest": "4.1.0",
54
- "@gooddata/eslint-config": "11.40.0-alpha.1",
55
- "@gooddata/oxlint-config": "11.40.0-alpha.1"
54
+ "@gooddata/oxlint-config": "11.40.0-alpha.2",
55
+ "@gooddata/eslint-config": "11.40.0-alpha.2"
56
56
  },
57
57
  "scripts": {
58
58
  "_phase:build": "npm run build",