@camstack/types 1.1.58 → 1.2.0
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.
|
@@ -33,10 +33,10 @@ declare const TopologyProcessSchema: z.ZodObject<{
|
|
|
33
33
|
groupId: z.ZodOptional<z.ZodString>;
|
|
34
34
|
}, z.core.$strip>;
|
|
35
35
|
/**
|
|
36
|
-
* The node's runtime-updatable ROOT package (`@camstack/server`
|
|
37
|
-
*
|
|
38
|
-
* version visibility for the Server management surface. Nullable:
|
|
39
|
-
* rows and
|
|
36
|
+
* The node's runtime-updatable ROOT package (`@camstack/server` — the single
|
|
37
|
+
* root package for every node role) as reported by its `registerNode`
|
|
38
|
+
* manifest — version visibility for the Server management surface. Nullable:
|
|
39
|
+
* offline rows and nodes that never reported one.
|
|
40
40
|
*/
|
|
41
41
|
declare const TopologyRootPackageSchema: z.ZodObject<{
|
|
42
42
|
name: z.ZodString;
|
|
@@ -2,14 +2,13 @@ import { z } from 'zod';
|
|
|
2
2
|
import { type InferProvider } from './capability-definition.js';
|
|
3
3
|
/**
|
|
4
4
|
* server-management — per-NODE singleton capability for a node's ROOT
|
|
5
|
-
* package lifecycle (runtime-updatable node packages
|
|
6
|
-
* agents).
|
|
5
|
+
* package lifecycle (runtime-updatable node packages).
|
|
7
6
|
*
|
|
8
|
-
*
|
|
9
|
-
*
|
|
10
|
-
*
|
|
11
|
-
*
|
|
12
|
-
*
|
|
7
|
+
* Every node role runs the SAME root package (`@camstack/server`), which
|
|
8
|
+
* carries the whole software stack in its npm dep tree, so ONE version
|
|
9
|
+
* describes the node. Updates stage into `<dataDir>/server-root/` and apply
|
|
10
|
+
* on restart via the baked starter (single-copy in-place swap — no probation,
|
|
11
|
+
* no auto-rollback).
|
|
13
12
|
*
|
|
14
13
|
* Providers:
|
|
15
14
|
* - HUB: `ServerUpdateService` behind the `server-provided` mount
|
package/dist/index.js
CHANGED
|
@@ -20298,14 +20298,13 @@ var pipelineOrchestratorCapability = {
|
|
|
20298
20298
|
//#region src/capabilities/server-management.cap.ts
|
|
20299
20299
|
/**
|
|
20300
20300
|
* server-management — per-NODE singleton capability for a node's ROOT
|
|
20301
|
-
* package lifecycle (runtime-updatable node packages
|
|
20302
|
-
* agents).
|
|
20301
|
+
* package lifecycle (runtime-updatable node packages).
|
|
20303
20302
|
*
|
|
20304
|
-
*
|
|
20305
|
-
*
|
|
20306
|
-
*
|
|
20307
|
-
*
|
|
20308
|
-
*
|
|
20303
|
+
* Every node role runs the SAME root package (`@camstack/server`), which
|
|
20304
|
+
* carries the whole software stack in its npm dep tree, so ONE version
|
|
20305
|
+
* describes the node. Updates stage into `<dataDir>/server-root/` and apply
|
|
20306
|
+
* on restart via the baked starter (single-copy in-place swap — no probation,
|
|
20307
|
+
* no auto-rollback).
|
|
20309
20308
|
*
|
|
20310
20309
|
* Providers:
|
|
20311
20310
|
* - HUB: `ServerUpdateService` behind the `server-provided` mount
|
|
@@ -23394,10 +23393,10 @@ var TopologyCategorySchema = zod.z.object({
|
|
|
23394
23393
|
addons: zod.z.array(TopologyCategoryAddonSchema).readonly()
|
|
23395
23394
|
});
|
|
23396
23395
|
/**
|
|
23397
|
-
* The node's runtime-updatable ROOT package (`@camstack/server`
|
|
23398
|
-
*
|
|
23399
|
-
* version visibility for the Server management surface. Nullable:
|
|
23400
|
-
* rows and
|
|
23396
|
+
* The node's runtime-updatable ROOT package (`@camstack/server` — the single
|
|
23397
|
+
* root package for every node role) as reported by its `registerNode`
|
|
23398
|
+
* manifest — version visibility for the Server management surface. Nullable:
|
|
23399
|
+
* offline rows and nodes that never reported one.
|
|
23401
23400
|
*/
|
|
23402
23401
|
var TopologyRootPackageSchema = zod.z.object({
|
|
23403
23402
|
name: zod.z.string(),
|
package/dist/index.mjs
CHANGED
|
@@ -20297,14 +20297,13 @@ var pipelineOrchestratorCapability = {
|
|
|
20297
20297
|
//#region src/capabilities/server-management.cap.ts
|
|
20298
20298
|
/**
|
|
20299
20299
|
* server-management — per-NODE singleton capability for a node's ROOT
|
|
20300
|
-
* package lifecycle (runtime-updatable node packages
|
|
20301
|
-
* agents).
|
|
20300
|
+
* package lifecycle (runtime-updatable node packages).
|
|
20302
20301
|
*
|
|
20303
|
-
*
|
|
20304
|
-
*
|
|
20305
|
-
*
|
|
20306
|
-
*
|
|
20307
|
-
*
|
|
20302
|
+
* Every node role runs the SAME root package (`@camstack/server`), which
|
|
20303
|
+
* carries the whole software stack in its npm dep tree, so ONE version
|
|
20304
|
+
* describes the node. Updates stage into `<dataDir>/server-root/` and apply
|
|
20305
|
+
* on restart via the baked starter (single-copy in-place swap — no probation,
|
|
20306
|
+
* no auto-rollback).
|
|
20308
20307
|
*
|
|
20309
20308
|
* Providers:
|
|
20310
20309
|
* - HUB: `ServerUpdateService` behind the `server-provided` mount
|
|
@@ -23393,10 +23392,10 @@ var TopologyCategorySchema = z.object({
|
|
|
23393
23392
|
addons: z.array(TopologyCategoryAddonSchema).readonly()
|
|
23394
23393
|
});
|
|
23395
23394
|
/**
|
|
23396
|
-
* The node's runtime-updatable ROOT package (`@camstack/server`
|
|
23397
|
-
*
|
|
23398
|
-
* version visibility for the Server management surface. Nullable:
|
|
23399
|
-
* rows and
|
|
23395
|
+
* The node's runtime-updatable ROOT package (`@camstack/server` — the single
|
|
23396
|
+
* root package for every node role) as reported by its `registerNode`
|
|
23397
|
+
* manifest — version visibility for the Server management surface. Nullable:
|
|
23398
|
+
* offline rows and nodes that never reported one.
|
|
23400
23399
|
*/
|
|
23401
23400
|
var TopologyRootPackageSchema = z.object({
|
|
23402
23401
|
name: z.string(),
|
|
@@ -503,11 +503,11 @@ export interface TopologyNode {
|
|
|
503
503
|
readonly processes: readonly TopologyProcess[];
|
|
504
504
|
readonly categories: readonly TopologyCategory[];
|
|
505
505
|
/**
|
|
506
|
-
* The node's runtime-updatable ROOT package (`@camstack/server`
|
|
507
|
-
*
|
|
508
|
-
* visibility for the Server management surface. Null for
|
|
509
|
-
* and nodes that never reported one. Mirrors
|
|
510
|
-
* in `nodes.cap.ts`.
|
|
506
|
+
* The node's runtime-updatable ROOT package (`@camstack/server` — the
|
|
507
|
+
* single root package for every node role) from its `registerNode`
|
|
508
|
+
* manifest — version visibility for the Server management surface. Null for
|
|
509
|
+
* offline rows and nodes that never reported one. Mirrors
|
|
510
|
+
* `TopologyRootPackageSchema` in `nodes.cap.ts`.
|
|
511
511
|
*/
|
|
512
512
|
readonly rootPackage: {
|
|
513
513
|
readonly name: string;
|