@malloy-publisher/sdk 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/client/api.d.ts +2 -2
- package/package.json +1 -1
package/dist/client/api.d.ts
CHANGED
|
@@ -1529,13 +1529,13 @@ export declare const PackageManifestBindingStatusEnum: {
|
|
|
1529
1529
|
};
|
|
1530
1530
|
export type PackageManifestBindingStatusEnum = typeof PackageManifestBindingStatusEnum[keyof typeof PackageManifestBindingStatusEnum];
|
|
1531
1531
|
/**
|
|
1532
|
-
* Package-level Malloy Persistence policy from malloy-publisher.json\'s `materialization` block. Surfaced verbatim so the control plane can drive scheduled version-level re-materialization without re-reading the package files.
|
|
1532
|
+
* Package-level Malloy Persistence policy from malloy-publisher.json\'s `materialization` block. Surfaced verbatim so the control plane can drive scheduled version-level re-materialization without re-reading the package files. The object is emitted whenever the package is loaded, even when no policy is declared (all fields null), so its presence is an authoritative \"the manifest says this\" signal rather than \"policy missing\".
|
|
1533
1533
|
* @export
|
|
1534
1534
|
* @interface PackageMaterializationConfig
|
|
1535
1535
|
*/
|
|
1536
1536
|
export interface PackageMaterializationConfig {
|
|
1537
1537
|
/**
|
|
1538
|
-
* 5-field UNIX cron controlling how often the control plane re-materializes this package\'s published versions. Null
|
|
1538
|
+
* 5-field UNIX cron controlling how often the control plane re-materializes this package\'s published versions. Null = no scheduled re-materialization declared in the manifest (publish / on-demand only).
|
|
1539
1539
|
* @type {string}
|
|
1540
1540
|
* @memberof PackageMaterializationConfig
|
|
1541
1541
|
*/
|