@kitsy/cnos 1.9.2 → 1.11.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.
- package/dist/build/index.cjs +523 -80
- package/dist/build/index.d.cts +1 -1
- package/dist/build/index.d.ts +1 -1
- package/dist/build/index.js +13 -15
- package/dist/{chunk-6QQPHDUI.js → chunk-2DMCB3PK.js} +1 -1
- package/dist/{chunk-LURQ4LAK.js → chunk-5JGNRADB.js} +1 -1
- package/dist/{chunk-2JBA2LXU.js → chunk-DPC2BV3S.js} +35 -6
- package/dist/{chunk-7JZO6XN3.js → chunk-KJ57PF47.js} +1 -1
- package/dist/{chunk-CPGRRZLP.js → chunk-NFGPS7VJ.js} +8 -8
- package/dist/{chunk-A2WG3ZKW.js → chunk-NU25VFA2.js} +1 -1
- package/dist/{chunk-L7JVECPE.js → chunk-RNTTPI5S.js} +1 -1
- package/dist/{chunk-NVFACB64.js → chunk-T3E57MSQ.js} +1 -1
- package/dist/{chunk-7KVM5PUW.js → chunk-WPB4HB2K.js} +478 -61
- package/dist/{chunk-QK7BMU47.js → chunk-XGK6DXQL.js} +157 -37
- package/dist/configure/index.cjs +521 -76
- package/dist/configure/index.d.cts +3 -3
- package/dist/configure/index.d.ts +3 -3
- package/dist/configure/index.js +8 -8
- package/dist/{core-zDTUSVx9.d.cts → core-BW8SLnRx.d.cts} +46 -7
- package/dist/{core-zDTUSVx9.d.ts → core-BW8SLnRx.d.ts} +46 -7
- package/dist/{envNaming-EFzezmB3.d.cts → envNaming-1rk7BR0e.d.cts} +1 -1
- package/dist/{envNaming-BkorOKW_.d.ts → envNaming-CjL28IeH.d.ts} +1 -1
- package/dist/index.cjs +672 -108
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +10 -10
- package/dist/internal.cjs +378 -54
- package/dist/internal.d.cts +32 -4
- package/dist/internal.d.ts +32 -4
- package/dist/internal.js +141 -23
- package/dist/plugin/basic-schema.cjs +13 -3
- package/dist/plugin/basic-schema.d.cts +1 -1
- package/dist/plugin/basic-schema.d.ts +1 -1
- package/dist/plugin/basic-schema.js +2 -2
- package/dist/plugin/cli-args.cjs +4 -1
- package/dist/plugin/cli-args.d.cts +1 -1
- package/dist/plugin/cli-args.d.ts +1 -1
- package/dist/plugin/cli-args.js +2 -2
- package/dist/plugin/dotenv.cjs +40 -8
- package/dist/plugin/dotenv.d.cts +2 -2
- package/dist/plugin/dotenv.d.ts +2 -2
- package/dist/plugin/dotenv.js +2 -2
- package/dist/plugin/env-export.cjs +5 -2
- package/dist/plugin/env-export.d.cts +2 -2
- package/dist/plugin/env-export.d.ts +2 -2
- package/dist/plugin/env-export.js +2 -2
- package/dist/plugin/filesystem.cjs +13 -10
- package/dist/plugin/filesystem.d.cts +1 -1
- package/dist/plugin/filesystem.d.ts +1 -1
- package/dist/plugin/filesystem.js +2 -2
- package/dist/plugin/process-env.cjs +4 -1
- package/dist/plugin/process-env.d.cts +2 -2
- package/dist/plugin/process-env.d.ts +2 -2
- package/dist/plugin/process-env.js +2 -2
- package/dist/runtime/index.cjs +672 -108
- package/dist/runtime/index.d.cts +13 -6
- package/dist/runtime/index.d.ts +13 -6
- package/dist/runtime/index.js +10 -10
- package/dist/{toPublicEnv-Ds1DRwCX.d.cts → toPublicEnv-CZzpvhGg.d.cts} +1 -1
- package/dist/{toPublicEnv-CT265rzS.d.ts → toPublicEnv-CmydGcxg.d.ts} +1 -1
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { R as ResolvedGraph, D as DumpPlanOptions, d as DumpPlan, e as DumpOptions, f as DumpResult, C as CnosCreateOptions, g as CnosRuntime, h as CnosPlugin } from '../core-
|
|
2
|
-
export { a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, l as RuntimeProvider, T as ToEnvOptions, c as ToPublicEnvOptions } from '../core-
|
|
3
|
-
export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-
|
|
1
|
+
import { R as ResolvedGraph, D as DumpPlanOptions, d as DumpPlan, e as DumpOptions, f as DumpResult, C as CnosCreateOptions, g as CnosRuntime, h as CnosPlugin } from '../core-BW8SLnRx.cjs';
|
|
2
|
+
export { a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, l as RuntimeProvider, T as ToEnvOptions, c as ToPublicEnvOptions } from '../core-BW8SLnRx.cjs';
|
|
3
|
+
export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-CZzpvhGg.cjs';
|
|
4
4
|
|
|
5
5
|
declare function planDump(graph: ResolvedGraph, options?: DumpPlanOptions): DumpPlan;
|
|
6
6
|
declare function writeDump(graph: ResolvedGraph, options: DumpOptions): Promise<DumpResult>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { R as ResolvedGraph, D as DumpPlanOptions, d as DumpPlan, e as DumpOptions, f as DumpResult, C as CnosCreateOptions, g as CnosRuntime, h as CnosPlugin } from '../core-
|
|
2
|
-
export { a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, l as RuntimeProvider, T as ToEnvOptions, c as ToPublicEnvOptions } from '../core-
|
|
3
|
-
export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-
|
|
1
|
+
import { R as ResolvedGraph, D as DumpPlanOptions, d as DumpPlan, e as DumpOptions, f as DumpResult, C as CnosCreateOptions, g as CnosRuntime, h as CnosPlugin } from '../core-BW8SLnRx.js';
|
|
2
|
+
export { a as ConfigEntry, i as DerivedFormula, j as DerivedValue, k as ExprNode, I as InspectResult, L as LoaderPlugin, b as LogicalKey, M as ManifestFile, N as NormalizedManifest, P as ParsedDerivation, l as RuntimeProvider, T as ToEnvOptions, c as ToPublicEnvOptions } from '../core-BW8SLnRx.js';
|
|
3
|
+
export { t as toEnv, a as toPublicEnv } from '../toPublicEnv-CmydGcxg.js';
|
|
4
4
|
|
|
5
5
|
declare function planDump(graph: ResolvedGraph, options?: DumpPlanOptions): DumpPlan;
|
|
6
6
|
declare function writeDump(graph: ResolvedGraph, options: DumpOptions): Promise<DumpResult>;
|
package/dist/configure/index.js
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import {
|
|
2
2
|
createCnos,
|
|
3
3
|
defaultPlugins
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import "../chunk-
|
|
6
|
-
import "../chunk-
|
|
7
|
-
import "../chunk-
|
|
8
|
-
import "../chunk-
|
|
9
|
-
import "../chunk-
|
|
10
|
-
import "../chunk-
|
|
4
|
+
} from "../chunk-NFGPS7VJ.js";
|
|
5
|
+
import "../chunk-5JGNRADB.js";
|
|
6
|
+
import "../chunk-NU25VFA2.js";
|
|
7
|
+
import "../chunk-RNTTPI5S.js";
|
|
8
|
+
import "../chunk-2DMCB3PK.js";
|
|
9
|
+
import "../chunk-KJ57PF47.js";
|
|
10
|
+
import "../chunk-DPC2BV3S.js";
|
|
11
11
|
import {
|
|
12
12
|
planDump,
|
|
13
13
|
toEnv,
|
|
14
14
|
toPublicEnv,
|
|
15
15
|
writeDump
|
|
16
|
-
} from "../chunk-
|
|
16
|
+
} from "../chunk-WPB4HB2K.js";
|
|
17
17
|
export {
|
|
18
18
|
createCnos,
|
|
19
19
|
defaultPlugins,
|
|
@@ -6,12 +6,19 @@ interface ProfileActivation {
|
|
|
6
6
|
envFiles: string[];
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
type ConfigSpecValueType = 'string' | 'number' | 'boolean' | 'object' | 'array';
|
|
10
|
+
interface ConfigSpecRule {
|
|
11
|
+
type?: ConfigSpecValueType;
|
|
11
12
|
required?: boolean;
|
|
12
13
|
enum?: unknown[];
|
|
13
14
|
pattern?: string;
|
|
14
15
|
default?: unknown;
|
|
16
|
+
summary?: string;
|
|
17
|
+
description?: string;
|
|
18
|
+
examples?: unknown[];
|
|
19
|
+
usedBy?: string[];
|
|
20
|
+
deprecated?: boolean;
|
|
21
|
+
deprecationMessage?: string;
|
|
15
22
|
}
|
|
16
23
|
|
|
17
24
|
type WorkspaceSource = 'cli' | 'workspace-file' | 'anchor-file' | 'manifest-default' | 'implicit' | 'directory-inferred';
|
|
@@ -80,6 +87,11 @@ interface VaultAuthDefinition {
|
|
|
80
87
|
token?: VaultAuthSourceConfig;
|
|
81
88
|
config?: Record<string, unknown>;
|
|
82
89
|
}
|
|
90
|
+
interface VaultFallbackDefinition {
|
|
91
|
+
provider: VaultProviderName;
|
|
92
|
+
auth?: VaultAuthDefinition;
|
|
93
|
+
mapping?: Record<string, string>;
|
|
94
|
+
}
|
|
83
95
|
interface NamespaceDefinition {
|
|
84
96
|
kind: NamespaceKind;
|
|
85
97
|
shareable: boolean;
|
|
@@ -91,6 +103,7 @@ interface VaultDefinition {
|
|
|
91
103
|
provider: VaultProviderName;
|
|
92
104
|
auth?: VaultAuthDefinition;
|
|
93
105
|
mapping?: Record<string, string>;
|
|
106
|
+
fallback?: VaultFallbackDefinition[];
|
|
94
107
|
}
|
|
95
108
|
interface ManifestFile {
|
|
96
109
|
version?: number;
|
|
@@ -143,7 +156,7 @@ interface ManifestFile {
|
|
|
143
156
|
targets?: Partial<Record<'value' | 'secret', string>>;
|
|
144
157
|
};
|
|
145
158
|
};
|
|
146
|
-
schema?: Record<LogicalKey,
|
|
159
|
+
schema?: Record<LogicalKey, ConfigSpecRule>;
|
|
147
160
|
}
|
|
148
161
|
interface NormalizedManifest {
|
|
149
162
|
version: 1;
|
|
@@ -192,7 +205,7 @@ interface NormalizedManifest {
|
|
|
192
205
|
targets: Record<'value' | 'secret', string>;
|
|
193
206
|
};
|
|
194
207
|
};
|
|
195
|
-
schema: Record<LogicalKey,
|
|
208
|
+
schema: Record<LogicalKey, ConfigSpecRule>;
|
|
196
209
|
}
|
|
197
210
|
interface LoadManifestOptions {
|
|
198
211
|
root?: string;
|
|
@@ -232,7 +245,7 @@ interface LoaderContext {
|
|
|
232
245
|
}
|
|
233
246
|
interface ValidationContext {
|
|
234
247
|
manifest: NormalizedManifest;
|
|
235
|
-
schema?: Record<LogicalKey,
|
|
248
|
+
schema?: Record<LogicalKey, ConfigSpecRule>;
|
|
236
249
|
}
|
|
237
250
|
interface ExportContext {
|
|
238
251
|
manifest: NormalizedManifest;
|
|
@@ -273,10 +286,28 @@ interface ExporterPlugin extends CnosPlugin {
|
|
|
273
286
|
}
|
|
274
287
|
|
|
275
288
|
interface SecretReference {
|
|
276
|
-
provider
|
|
289
|
+
provider?: string;
|
|
277
290
|
ref: string;
|
|
278
291
|
vault?: string;
|
|
279
292
|
}
|
|
293
|
+
/** Auth metadata safe to serialize into server projections. */
|
|
294
|
+
interface ProjectedVaultAuthDefinition {
|
|
295
|
+
method?: VaultAuthConfig['method'];
|
|
296
|
+
passphrase?: {
|
|
297
|
+
from: string[];
|
|
298
|
+
};
|
|
299
|
+
token?: {
|
|
300
|
+
from: string[];
|
|
301
|
+
};
|
|
302
|
+
config?: Record<string, unknown>;
|
|
303
|
+
}
|
|
304
|
+
/** Vault metadata required by runtimes to hydrate projected secret refs. */
|
|
305
|
+
interface ProjectedVaultDefinition {
|
|
306
|
+
provider: string;
|
|
307
|
+
auth?: ProjectedVaultAuthDefinition;
|
|
308
|
+
mapping?: Record<string, string>;
|
|
309
|
+
fallback?: ProjectedVaultDefinition[];
|
|
310
|
+
}
|
|
280
311
|
interface VaultAuthConfig {
|
|
281
312
|
passphrase?: string;
|
|
282
313
|
token?: string;
|
|
@@ -295,6 +326,11 @@ interface SecretVaultProvider {
|
|
|
295
326
|
delete(ref: string): Promise<void>;
|
|
296
327
|
list(): Promise<string[]>;
|
|
297
328
|
}
|
|
329
|
+
/** Factory used by runtimes and provider packages to construct vault clients. */
|
|
330
|
+
interface SecretVaultProviderFactory {
|
|
331
|
+
readonly provider: string;
|
|
332
|
+
create(vaultId: string, definition: VaultDefinition, processEnv?: Record<string, string | undefined>): SecretVaultProvider;
|
|
333
|
+
}
|
|
298
334
|
|
|
299
335
|
type LogicalKey = string;
|
|
300
336
|
type NamespaceName = string;
|
|
@@ -406,6 +442,8 @@ interface CnosCreateOptions {
|
|
|
406
442
|
plugins?: CnosPlugin[];
|
|
407
443
|
cliArgs?: string[];
|
|
408
444
|
processEnv?: Record<string, string | undefined>;
|
|
445
|
+
/** Additional secret vault provider factories, usually supplied by provider packages. */
|
|
446
|
+
secretVaultProviders?: SecretVaultProviderFactory[];
|
|
409
447
|
}
|
|
410
448
|
interface ToEnvOptions {
|
|
411
449
|
includeSecrets?: boolean;
|
|
@@ -470,6 +508,7 @@ interface ServerProjection {
|
|
|
470
508
|
secretRefs: Record<string, SecretReference & {
|
|
471
509
|
envVar?: string;
|
|
472
510
|
}>;
|
|
511
|
+
vaults?: Record<string, ProjectedVaultDefinition>;
|
|
473
512
|
publicKeys: string[];
|
|
474
513
|
runtimeNamespaces: string[];
|
|
475
514
|
meta: {
|
|
@@ -480,4 +519,4 @@ interface ServerProjection {
|
|
|
480
519
|
};
|
|
481
520
|
}
|
|
482
521
|
|
|
483
|
-
export type { CnosCreateOptions as C, DumpPlanOptions as D, ExporterPlugin as E, InspectResult as I, LoaderPlugin as L, ManifestFile as M, NormalizedManifest as N, ParsedDerivation as P, ResolvedGraph as R, ServerProjection as S, ToEnvOptions as T, ValidatorPlugin as V, WorkspaceRoot as W, ConfigEntry as a, LogicalKey as b, ToPublicEnvOptions as c, DumpPlan as d, DumpOptions as e, DumpResult as f, CnosRuntime as g, CnosPlugin as h, DerivedFormula as i, DerivedValue as j, ExprNode as k, RuntimeProvider as l, NamespaceName as m, LoadManifestOptions as n, LoadedManifest as o, NamespaceDefinition as p, VaultDefinition as q, VaultAuthConfig as r,
|
|
522
|
+
export type { CnosCreateOptions as C, DumpPlanOptions as D, ExporterPlugin as E, InspectResult as I, LoaderPlugin as L, ManifestFile as M, NormalizedManifest as N, ParsedDerivation as P, ResolvedGraph as R, ServerProjection as S, ToEnvOptions as T, ValidatorPlugin as V, WorkspaceRoot as W, ConfigEntry as a, LogicalKey as b, ToPublicEnvOptions as c, DumpPlan as d, DumpOptions as e, DumpResult as f, CnosRuntime as g, CnosPlugin as h, DerivedFormula as i, DerivedValue as j, ExprNode as k, RuntimeProvider as l, NamespaceName as m, LoadManifestOptions as n, LoadedManifest as o, NamespaceDefinition as p, VaultDefinition as q, VaultAuthConfig as r, SecretVaultProviderFactory as s, SecretVaultProvider as t, ResolvedRoot as u, RootResolution as v, SecretReference as w, ValidationSummary as x, ValidationIssue as y, WorkspaceFile as z };
|
|
@@ -6,12 +6,19 @@ interface ProfileActivation {
|
|
|
6
6
|
envFiles: string[];
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
|
|
10
|
-
|
|
9
|
+
type ConfigSpecValueType = 'string' | 'number' | 'boolean' | 'object' | 'array';
|
|
10
|
+
interface ConfigSpecRule {
|
|
11
|
+
type?: ConfigSpecValueType;
|
|
11
12
|
required?: boolean;
|
|
12
13
|
enum?: unknown[];
|
|
13
14
|
pattern?: string;
|
|
14
15
|
default?: unknown;
|
|
16
|
+
summary?: string;
|
|
17
|
+
description?: string;
|
|
18
|
+
examples?: unknown[];
|
|
19
|
+
usedBy?: string[];
|
|
20
|
+
deprecated?: boolean;
|
|
21
|
+
deprecationMessage?: string;
|
|
15
22
|
}
|
|
16
23
|
|
|
17
24
|
type WorkspaceSource = 'cli' | 'workspace-file' | 'anchor-file' | 'manifest-default' | 'implicit' | 'directory-inferred';
|
|
@@ -80,6 +87,11 @@ interface VaultAuthDefinition {
|
|
|
80
87
|
token?: VaultAuthSourceConfig;
|
|
81
88
|
config?: Record<string, unknown>;
|
|
82
89
|
}
|
|
90
|
+
interface VaultFallbackDefinition {
|
|
91
|
+
provider: VaultProviderName;
|
|
92
|
+
auth?: VaultAuthDefinition;
|
|
93
|
+
mapping?: Record<string, string>;
|
|
94
|
+
}
|
|
83
95
|
interface NamespaceDefinition {
|
|
84
96
|
kind: NamespaceKind;
|
|
85
97
|
shareable: boolean;
|
|
@@ -91,6 +103,7 @@ interface VaultDefinition {
|
|
|
91
103
|
provider: VaultProviderName;
|
|
92
104
|
auth?: VaultAuthDefinition;
|
|
93
105
|
mapping?: Record<string, string>;
|
|
106
|
+
fallback?: VaultFallbackDefinition[];
|
|
94
107
|
}
|
|
95
108
|
interface ManifestFile {
|
|
96
109
|
version?: number;
|
|
@@ -143,7 +156,7 @@ interface ManifestFile {
|
|
|
143
156
|
targets?: Partial<Record<'value' | 'secret', string>>;
|
|
144
157
|
};
|
|
145
158
|
};
|
|
146
|
-
schema?: Record<LogicalKey,
|
|
159
|
+
schema?: Record<LogicalKey, ConfigSpecRule>;
|
|
147
160
|
}
|
|
148
161
|
interface NormalizedManifest {
|
|
149
162
|
version: 1;
|
|
@@ -192,7 +205,7 @@ interface NormalizedManifest {
|
|
|
192
205
|
targets: Record<'value' | 'secret', string>;
|
|
193
206
|
};
|
|
194
207
|
};
|
|
195
|
-
schema: Record<LogicalKey,
|
|
208
|
+
schema: Record<LogicalKey, ConfigSpecRule>;
|
|
196
209
|
}
|
|
197
210
|
interface LoadManifestOptions {
|
|
198
211
|
root?: string;
|
|
@@ -232,7 +245,7 @@ interface LoaderContext {
|
|
|
232
245
|
}
|
|
233
246
|
interface ValidationContext {
|
|
234
247
|
manifest: NormalizedManifest;
|
|
235
|
-
schema?: Record<LogicalKey,
|
|
248
|
+
schema?: Record<LogicalKey, ConfigSpecRule>;
|
|
236
249
|
}
|
|
237
250
|
interface ExportContext {
|
|
238
251
|
manifest: NormalizedManifest;
|
|
@@ -273,10 +286,28 @@ interface ExporterPlugin extends CnosPlugin {
|
|
|
273
286
|
}
|
|
274
287
|
|
|
275
288
|
interface SecretReference {
|
|
276
|
-
provider
|
|
289
|
+
provider?: string;
|
|
277
290
|
ref: string;
|
|
278
291
|
vault?: string;
|
|
279
292
|
}
|
|
293
|
+
/** Auth metadata safe to serialize into server projections. */
|
|
294
|
+
interface ProjectedVaultAuthDefinition {
|
|
295
|
+
method?: VaultAuthConfig['method'];
|
|
296
|
+
passphrase?: {
|
|
297
|
+
from: string[];
|
|
298
|
+
};
|
|
299
|
+
token?: {
|
|
300
|
+
from: string[];
|
|
301
|
+
};
|
|
302
|
+
config?: Record<string, unknown>;
|
|
303
|
+
}
|
|
304
|
+
/** Vault metadata required by runtimes to hydrate projected secret refs. */
|
|
305
|
+
interface ProjectedVaultDefinition {
|
|
306
|
+
provider: string;
|
|
307
|
+
auth?: ProjectedVaultAuthDefinition;
|
|
308
|
+
mapping?: Record<string, string>;
|
|
309
|
+
fallback?: ProjectedVaultDefinition[];
|
|
310
|
+
}
|
|
280
311
|
interface VaultAuthConfig {
|
|
281
312
|
passphrase?: string;
|
|
282
313
|
token?: string;
|
|
@@ -295,6 +326,11 @@ interface SecretVaultProvider {
|
|
|
295
326
|
delete(ref: string): Promise<void>;
|
|
296
327
|
list(): Promise<string[]>;
|
|
297
328
|
}
|
|
329
|
+
/** Factory used by runtimes and provider packages to construct vault clients. */
|
|
330
|
+
interface SecretVaultProviderFactory {
|
|
331
|
+
readonly provider: string;
|
|
332
|
+
create(vaultId: string, definition: VaultDefinition, processEnv?: Record<string, string | undefined>): SecretVaultProvider;
|
|
333
|
+
}
|
|
298
334
|
|
|
299
335
|
type LogicalKey = string;
|
|
300
336
|
type NamespaceName = string;
|
|
@@ -406,6 +442,8 @@ interface CnosCreateOptions {
|
|
|
406
442
|
plugins?: CnosPlugin[];
|
|
407
443
|
cliArgs?: string[];
|
|
408
444
|
processEnv?: Record<string, string | undefined>;
|
|
445
|
+
/** Additional secret vault provider factories, usually supplied by provider packages. */
|
|
446
|
+
secretVaultProviders?: SecretVaultProviderFactory[];
|
|
409
447
|
}
|
|
410
448
|
interface ToEnvOptions {
|
|
411
449
|
includeSecrets?: boolean;
|
|
@@ -470,6 +508,7 @@ interface ServerProjection {
|
|
|
470
508
|
secretRefs: Record<string, SecretReference & {
|
|
471
509
|
envVar?: string;
|
|
472
510
|
}>;
|
|
511
|
+
vaults?: Record<string, ProjectedVaultDefinition>;
|
|
473
512
|
publicKeys: string[];
|
|
474
513
|
runtimeNamespaces: string[];
|
|
475
514
|
meta: {
|
|
@@ -480,4 +519,4 @@ interface ServerProjection {
|
|
|
480
519
|
};
|
|
481
520
|
}
|
|
482
521
|
|
|
483
|
-
export type { CnosCreateOptions as C, DumpPlanOptions as D, ExporterPlugin as E, InspectResult as I, LoaderPlugin as L, ManifestFile as M, NormalizedManifest as N, ParsedDerivation as P, ResolvedGraph as R, ServerProjection as S, ToEnvOptions as T, ValidatorPlugin as V, WorkspaceRoot as W, ConfigEntry as a, LogicalKey as b, ToPublicEnvOptions as c, DumpPlan as d, DumpOptions as e, DumpResult as f, CnosRuntime as g, CnosPlugin as h, DerivedFormula as i, DerivedValue as j, ExprNode as k, RuntimeProvider as l, NamespaceName as m, LoadManifestOptions as n, LoadedManifest as o, NamespaceDefinition as p, VaultDefinition as q, VaultAuthConfig as r,
|
|
522
|
+
export type { CnosCreateOptions as C, DumpPlanOptions as D, ExporterPlugin as E, InspectResult as I, LoaderPlugin as L, ManifestFile as M, NormalizedManifest as N, ParsedDerivation as P, ResolvedGraph as R, ServerProjection as S, ToEnvOptions as T, ValidatorPlugin as V, WorkspaceRoot as W, ConfigEntry as a, LogicalKey as b, ToPublicEnvOptions as c, DumpPlan as d, DumpOptions as e, DumpResult as f, CnosRuntime as g, CnosPlugin as h, DerivedFormula as i, DerivedValue as j, ExprNode as k, RuntimeProvider as l, NamespaceName as m, LoadManifestOptions as n, LoadedManifest as o, NamespaceDefinition as p, VaultDefinition as q, VaultAuthConfig as r, SecretVaultProviderFactory as s, SecretVaultProvider as t, ResolvedRoot as u, RootResolution as v, SecretReference as w, ValidationSummary as x, ValidationIssue as y, WorkspaceFile as z };
|