@malloy-publisher/app 0.0.214 → 0.0.216
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/dist/api-doc.yaml +12 -4
- package/package.json +2 -2
package/dist/api-doc.yaml
CHANGED
|
@@ -2443,7 +2443,12 @@ components:
|
|
|
2443
2443
|
description: |
|
|
2444
2444
|
Package-level Malloy Persistence policy declared in
|
|
2445
2445
|
malloy-publisher.json. The control plane reads it to drive scheduled
|
|
2446
|
-
re-materialization.
|
|
2446
|
+
re-materialization. The object is present whenever the package has
|
|
2447
|
+
loaded — with `schedule: null` when the manifest declares no
|
|
2448
|
+
schedule — so the caller can treat object-present as the
|
|
2449
|
+
authoritative manifest policy. Null/absent only when package
|
|
2450
|
+
metadata is unavailable for this request (not loaded), which the
|
|
2451
|
+
caller must treat as "unknown", not as a removal.
|
|
2447
2452
|
manifestBindingStatus:
|
|
2448
2453
|
type: string
|
|
2449
2454
|
readOnly: true
|
|
@@ -2499,14 +2504,17 @@ components:
|
|
|
2499
2504
|
Package-level Malloy Persistence policy from malloy-publisher.json's
|
|
2500
2505
|
`materialization` block. Surfaced verbatim so the control plane can drive
|
|
2501
2506
|
scheduled version-level re-materialization without re-reading the package
|
|
2502
|
-
files.
|
|
2507
|
+
files. The object is emitted whenever the package is loaded, even when no
|
|
2508
|
+
policy is declared (all fields null), so its presence is an authoritative
|
|
2509
|
+
"the manifest says this" signal rather than "policy missing".
|
|
2503
2510
|
properties:
|
|
2504
2511
|
schedule:
|
|
2505
2512
|
type: ["string", "null"]
|
|
2506
2513
|
description: >-
|
|
2507
2514
|
5-field UNIX cron controlling how often the control plane
|
|
2508
|
-
re-materializes this package's published versions. Null
|
|
2509
|
-
scheduled re-materialization (publish /
|
|
2515
|
+
re-materializes this package's published versions. Null = no
|
|
2516
|
+
scheduled re-materialization declared in the manifest (publish /
|
|
2517
|
+
on-demand only).
|
|
2510
2518
|
|
|
2511
2519
|
Model:
|
|
2512
2520
|
type: object
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@malloy-publisher/app",
|
|
3
3
|
"description": "Malloy Publisher App",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.216",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs.js",
|
|
7
7
|
"module": "dist/index.es.js",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"test:playwright:headed": "bunx playwright test --config=playwright.config.ts --headed"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@malloy-publisher/sdk": "^0.0.
|
|
44
|
+
"@malloy-publisher/sdk": "^0.0.216",
|
|
45
45
|
"@mui/icons-material": "^7.0.2",
|
|
46
46
|
"@mui/material": "^7.0.2",
|
|
47
47
|
"@tanstack/react-query": "^5.59.16",
|