@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.
- package/esm/sdk-code-schemas.d.ts +1 -1
- package/esm/v1/metadata.json +17 -5
- package/esm/v1/schema.d.ts +1 -1
- package/package.json +3 -3
package/esm/v1/metadata.json
CHANGED
|
@@ -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
|
-
|
|
3507
|
-
|
|
3508
|
-
|
|
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",
|
package/esm/v1/schema.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gooddata/sdk-code-schemas",
|
|
3
|
-
"version": "11.28.0-alpha.
|
|
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.
|
|
56
|
-
"@gooddata/oxlint-config": "11.28.0-alpha.
|
|
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",
|