@agentxm/client-core 0.22.5 → 0.22.6
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/src/unstable/commands/install-artifact.d.ts +7 -0
- package/dist/src/unstable/commands/install-artifact.d.ts.map +1 -1
- package/dist/src/unstable/commands/install-artifact.js +5 -20
- package/dist/src/unstable/commands/install-artifact.js.map +1 -1
- package/dist/src/unstable/commands/manager.d.ts.map +1 -1
- package/dist/src/unstable/commands/manager.js +36 -30
- package/dist/src/unstable/commands/manager.js.map +1 -1
- package/dist/src/unstable/commands/operations/disable.d.ts +3 -4
- package/dist/src/unstable/commands/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/disable.js +15 -64
- package/dist/src/unstable/commands/operations/disable.js.map +1 -1
- package/dist/src/unstable/commands/operations/enable.d.ts +1 -1
- package/dist/src/unstable/commands/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/enable.js +7 -8
- package/dist/src/unstable/commands/operations/enable.js.map +1 -1
- package/dist/src/unstable/commands/operations/install.d.ts +2 -2
- package/dist/src/unstable/commands/operations/install.js +4 -4
- package/dist/src/unstable/commands/operations/install.js.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.d.ts +1 -1
- package/dist/src/unstable/commands/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/commands/operations/uninstall.js +9 -18
- package/dist/src/unstable/commands/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js +0 -1
- package/dist/src/unstable/commands/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/files/manager.d.ts.map +1 -1
- package/dist/src/unstable/files/manager.js +30 -27
- package/dist/src/unstable/files/manager.js.map +1 -1
- package/dist/src/unstable/files/materialization.d.ts +1 -2
- package/dist/src/unstable/files/materialization.d.ts.map +1 -1
- package/dist/src/unstable/files/materialization.js +6 -6
- package/dist/src/unstable/files/materialization.js.map +1 -1
- package/dist/src/unstable/hooks/manager.d.ts.map +1 -1
- package/dist/src/unstable/hooks/manager.js +12 -13
- package/dist/src/unstable/hooks/manager.js.map +1 -1
- package/dist/src/unstable/knowledge/manager.d.ts.map +1 -1
- package/dist/src/unstable/knowledge/manager.js +12 -28
- package/dist/src/unstable/knowledge/manager.js.map +1 -1
- package/dist/src/unstable/lockfile/index.d.ts +2 -2
- package/dist/src/unstable/lockfile/index.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/index.js +1 -1
- package/dist/src/unstable/lockfile/index.js.map +1 -1
- package/dist/src/unstable/lockfile/lockfile.d.ts +62 -959
- package/dist/src/unstable/lockfile/lockfile.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/lockfile.js +26 -4
- package/dist/src/unstable/lockfile/lockfile.js.map +1 -1
- package/dist/src/unstable/lockfile/schema.d.ts +12 -1130
- package/dist/src/unstable/lockfile/schema.d.ts.map +1 -1
- package/dist/src/unstable/lockfile/schema.js +32 -81
- package/dist/src/unstable/lockfile/schema.js.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.d.ts.map +1 -1
- package/dist/src/unstable/packs/operations/unpack.js +0 -3
- package/dist/src/unstable/packs/operations/unpack.js.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts +56 -47
- package/dist/src/unstable/registry/__generated__/registry-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/__generated__/registry-client.js +8 -3
- package/dist/src/unstable/registry/__generated__/registry-client.js.map +1 -1
- package/dist/src/unstable/registry/admin-client.d.ts +4 -4
- package/dist/src/unstable/registry/client.d.ts +2 -0
- package/dist/src/unstable/registry/client.d.ts.map +1 -1
- package/dist/src/unstable/registry/client.js.map +1 -1
- package/dist/src/unstable/registry/local-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/local-client.js +7 -0
- package/dist/src/unstable/registry/local-client.js.map +1 -1
- package/dist/src/unstable/registry/remote-client.d.ts.map +1 -1
- package/dist/src/unstable/registry/remote-client.js +3 -1
- package/dist/src/unstable/registry/remote-client.js.map +1 -1
- package/dist/src/unstable/rules/manager.d.ts.map +1 -1
- package/dist/src/unstable/rules/manager.js +8 -13
- package/dist/src/unstable/rules/manager.js.map +1 -1
- package/dist/src/unstable/skills/manager.d.ts +1 -1
- package/dist/src/unstable/skills/manager.d.ts.map +1 -1
- package/dist/src/unstable/skills/manager.js +6 -33
- package/dist/src/unstable/skills/manager.js.map +1 -1
- package/dist/src/unstable/skills/operations/disable.d.ts +3 -3
- package/dist/src/unstable/skills/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/disable.js +15 -69
- package/dist/src/unstable/skills/operations/disable.js.map +1 -1
- package/dist/src/unstable/skills/operations/enable.d.ts +2 -3
- package/dist/src/unstable/skills/operations/enable.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/enable.js +3 -28
- package/dist/src/unstable/skills/operations/enable.js.map +1 -1
- package/dist/src/unstable/skills/operations/install.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/install.js +1 -14
- package/dist/src/unstable/skills/operations/install.js.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.d.ts.map +1 -1
- package/dist/src/unstable/skills/operations/uninstall.js +15 -43
- package/dist/src/unstable/skills/operations/uninstall.js.map +1 -1
- package/dist/src/unstable/skills/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/skills/reconciliation-adapter.js +0 -1
- package/dist/src/unstable/skills/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/sources/source-to-lock-entry.d.ts +0 -1
- package/dist/src/unstable/sources/source-to-lock-entry.d.ts.map +1 -1
- package/dist/src/unstable/sources/source-to-lock-entry.js +0 -1
- package/dist/src/unstable/sources/source-to-lock-entry.js.map +1 -1
- package/dist/src/unstable/subagents/lock-entry-builder.d.ts +1 -1
- package/dist/src/unstable/subagents/lock-entry-builder.d.ts.map +1 -1
- package/dist/src/unstable/subagents/lock-entry-builder.js +3 -6
- package/dist/src/unstable/subagents/lock-entry-builder.js.map +1 -1
- package/dist/src/unstable/subagents/manager.d.ts +1 -1
- package/dist/src/unstable/subagents/manager.d.ts.map +1 -1
- package/dist/src/unstable/subagents/manager.js +72 -58
- package/dist/src/unstable/subagents/manager.js.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.d.ts.map +1 -1
- package/dist/src/unstable/subagents/operations/disable.js +27 -13
- package/dist/src/unstable/subagents/operations/disable.js.map +1 -1
- package/dist/src/unstable/subagents/operations/enable.d.ts +1 -1
- package/dist/src/unstable/subagents/operations/enable.js +5 -5
- package/dist/src/unstable/subagents/operations/enable.js.map +1 -1
- package/dist/src/unstable/subagents/reconciliation-adapter.d.ts.map +1 -1
- package/dist/src/unstable/subagents/reconciliation-adapter.js +0 -1
- package/dist/src/unstable/subagents/reconciliation-adapter.js.map +1 -1
- package/dist/src/unstable/workspace/initialization.d.ts +4 -4
- package/dist/src/unstable/workspace/read-model-record-readers.d.ts.map +1 -1
- package/dist/src/unstable/workspace/read-model-record-readers.js +6 -34
- package/dist/src/unstable/workspace/read-model-record-readers.js.map +1 -1
- package/dist/src/unstable/workspace/rendered-file-cleanup.d.ts +2 -0
- package/dist/src/unstable/workspace/rendered-file-cleanup.d.ts.map +1 -1
- package/dist/src/unstable/workspace/rendered-file-cleanup.js +17 -0
- package/dist/src/unstable/workspace/rendered-file-cleanup.js.map +1 -1
- package/dist/src/unstable/workspace/service-interface.d.ts +19 -1
- package/dist/src/unstable/workspace/service-interface.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service-interface.js.map +1 -1
- package/dist/src/unstable/workspace/service.d.ts +60 -959
- package/dist/src/unstable/workspace/service.d.ts.map +1 -1
- package/dist/src/unstable/workspace/service.js +1 -18
- package/dist/src/unstable/workspace/service.js.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts +2 -1
- package/dist/src/unstable/workspace/test-stubs.d.ts.map +1 -1
- package/dist/src/unstable/workspace/test-stubs.js +0 -5
- package/dist/src/unstable/workspace/test-stubs.js.map +1 -1
- package/package.json +2 -2
- package/site-content/__generated__/schemas/axm-lock.schema.json +59 -1060
|
@@ -4,29 +4,19 @@
|
|
|
4
4
|
* The lockfile (axm-lock.yaml) records the exact resolved state of all installed
|
|
5
5
|
* skills, enabling reproducible installations across environments.
|
|
6
6
|
*
|
|
7
|
+
* Lockfile v3 format boundary:
|
|
8
|
+
* - Shared package resolution and pins belong in the committed lockfile.
|
|
9
|
+
* - Agent-specific and render-derived state (`agents`, `syncedAgents`, rendered
|
|
10
|
+
* files and inputs, degraded renders, and materialized targets) is derived
|
|
11
|
+
* from settings, manifests, markers, and the workspace filesystem. It is not
|
|
12
|
+
* persisted in the shared lockfile.
|
|
13
|
+
* - New observed or render state belongs in marker/scan-based ownership (see
|
|
14
|
+
* `workspace/rendered-file-cleanup.ts`) or feature-local storage, not here.
|
|
15
|
+
*
|
|
7
16
|
* @experimental This API is unstable and may change without notice.
|
|
8
17
|
*/
|
|
9
18
|
import * as Schema from "effect/Schema";
|
|
10
|
-
export declare const LOCKFILE_VERSION =
|
|
11
|
-
/** Inputs that deterministically pin one capability-targeted render. */
|
|
12
|
-
export declare const CapabilityRenderInputSchema: Schema.Struct<{
|
|
13
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
14
|
-
readonly agent: Schema.NonEmptyString;
|
|
15
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
16
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
17
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
18
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
19
|
-
}>;
|
|
20
|
-
export type CapabilityRenderInput = Schema.Schema.Type<typeof CapabilityRenderInputSchema>;
|
|
21
|
-
export declare const CapabilityRenderInputsMapSchema: Schema.$Record<Schema.String, Schema.Struct<{
|
|
22
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
23
|
-
readonly agent: Schema.NonEmptyString;
|
|
24
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
25
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
26
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
27
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
28
|
-
}>>;
|
|
29
|
-
export declare const DegradedRendersMapSchema: Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>;
|
|
19
|
+
export declare const LOCKFILE_VERSION = 3;
|
|
30
20
|
export declare const SkillLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
31
21
|
readonly type: Schema.Literal<"github">;
|
|
32
22
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -35,23 +25,10 @@ export declare const SkillLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
35
25
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
36
26
|
} & {
|
|
37
27
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
38
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
39
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
40
|
-
}>>>>;
|
|
41
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
42
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
43
|
-
readonly agent: Schema.NonEmptyString;
|
|
44
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
45
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
46
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
47
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
48
|
-
}>>>;
|
|
49
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
50
28
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
51
29
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
52
30
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
53
31
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
54
|
-
agents: Schema.$Array<Schema.String>;
|
|
55
32
|
}>, Schema.Struct<{
|
|
56
33
|
readonly type: Schema.Literal<"gitlab">;
|
|
57
34
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -60,23 +37,10 @@ export declare const SkillLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
60
37
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
61
38
|
} & {
|
|
62
39
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
63
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
64
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
65
|
-
}>>>>;
|
|
66
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
67
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
68
|
-
readonly agent: Schema.NonEmptyString;
|
|
69
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
70
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
71
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
72
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
73
|
-
}>>>;
|
|
74
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
75
40
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
76
41
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
77
42
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
78
43
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
79
|
-
agents: Schema.$Array<Schema.String>;
|
|
80
44
|
}>, Schema.Struct<{
|
|
81
45
|
readonly type: Schema.Literal<"bitbucket">;
|
|
82
46
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -85,23 +49,10 @@ export declare const SkillLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
85
49
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
86
50
|
} & {
|
|
87
51
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
88
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
89
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
90
|
-
}>>>>;
|
|
91
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
92
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
93
|
-
readonly agent: Schema.NonEmptyString;
|
|
94
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
95
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
96
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
97
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
98
|
-
}>>>;
|
|
99
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
100
52
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
101
53
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
102
54
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
103
55
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
104
|
-
agents: Schema.$Array<Schema.String>;
|
|
105
56
|
}>, Schema.Struct<{
|
|
106
57
|
readonly type: Schema.Literal<"azurerepos">;
|
|
107
58
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -111,23 +62,10 @@ export declare const SkillLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
111
62
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
112
63
|
} & {
|
|
113
64
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
114
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
115
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
116
|
-
}>>>>;
|
|
117
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
118
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
119
|
-
readonly agent: Schema.NonEmptyString;
|
|
120
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
121
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
122
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
123
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
124
|
-
}>>>;
|
|
125
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
126
65
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
127
66
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
128
67
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
129
68
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
130
|
-
agents: Schema.$Array<Schema.String>;
|
|
131
69
|
}>, Schema.Struct<{
|
|
132
70
|
readonly type: Schema.Literal<"git">;
|
|
133
71
|
readonly url: Schema.String;
|
|
@@ -135,45 +73,19 @@ export declare const SkillLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
135
73
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
136
74
|
} & {
|
|
137
75
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
138
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
139
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
140
|
-
}>>>>;
|
|
141
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
142
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
143
|
-
readonly agent: Schema.NonEmptyString;
|
|
144
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
145
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
146
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
147
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
148
|
-
}>>>;
|
|
149
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
150
76
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
151
77
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
152
78
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
153
79
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
154
|
-
agents: Schema.$Array<Schema.String>;
|
|
155
80
|
}>, Schema.Struct<{
|
|
156
81
|
readonly type: Schema.Literal<"local">;
|
|
157
82
|
readonly path: Schema.String;
|
|
158
83
|
} & {
|
|
159
84
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
160
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
161
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
162
|
-
}>>>>;
|
|
163
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
164
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
165
|
-
readonly agent: Schema.NonEmptyString;
|
|
166
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
167
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
168
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
169
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
170
|
-
}>>>;
|
|
171
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
172
85
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
173
86
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
174
87
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
175
88
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
176
|
-
agents: Schema.$Array<Schema.String>;
|
|
177
89
|
}>, Schema.Struct<{
|
|
178
90
|
readonly type: Schema.Literal<"registry">;
|
|
179
91
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -184,23 +96,10 @@ export declare const SkillLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
184
96
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
185
97
|
} & {
|
|
186
98
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
187
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
188
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
189
|
-
}>>>>;
|
|
190
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
191
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
192
|
-
readonly agent: Schema.NonEmptyString;
|
|
193
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
194
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
195
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
196
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
197
|
-
}>>>;
|
|
198
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
199
99
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
200
100
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
201
101
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
202
102
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
203
|
-
agents: Schema.$Array<Schema.String>;
|
|
204
103
|
}>, Schema.Struct<{
|
|
205
104
|
readonly type: Schema.Literal<"workspace">;
|
|
206
105
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -208,23 +107,10 @@ export declare const SkillLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
208
107
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
209
108
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
210
109
|
} & {
|
|
211
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
212
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
213
|
-
}>>>>;
|
|
214
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
215
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
216
|
-
readonly agent: Schema.NonEmptyString;
|
|
217
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
218
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
219
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
220
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
221
|
-
}>>>;
|
|
222
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
223
110
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
224
111
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
225
112
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
226
113
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
227
|
-
agents: Schema.$Array<Schema.String>;
|
|
228
114
|
} & {
|
|
229
115
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
230
116
|
}>]>;
|
|
@@ -248,23 +134,10 @@ export declare const SkillsLockMapSchema: Schema.$Record<Schema.String, Schema.U
|
|
|
248
134
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
249
135
|
} & {
|
|
250
136
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
251
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
252
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
253
|
-
}>>>>;
|
|
254
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
255
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
256
|
-
readonly agent: Schema.NonEmptyString;
|
|
257
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
258
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
259
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
260
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
261
|
-
}>>>;
|
|
262
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
263
137
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
264
138
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
265
139
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
266
140
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
267
|
-
agents: Schema.$Array<Schema.String>;
|
|
268
141
|
}>, Schema.Struct<{
|
|
269
142
|
readonly type: Schema.Literal<"gitlab">;
|
|
270
143
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -273,23 +146,10 @@ export declare const SkillsLockMapSchema: Schema.$Record<Schema.String, Schema.U
|
|
|
273
146
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
274
147
|
} & {
|
|
275
148
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
276
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
277
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
278
|
-
}>>>>;
|
|
279
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
280
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
281
|
-
readonly agent: Schema.NonEmptyString;
|
|
282
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
283
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
284
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
285
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
286
|
-
}>>>;
|
|
287
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
288
149
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
289
150
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
290
151
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
291
152
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
292
|
-
agents: Schema.$Array<Schema.String>;
|
|
293
153
|
}>, Schema.Struct<{
|
|
294
154
|
readonly type: Schema.Literal<"bitbucket">;
|
|
295
155
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -298,23 +158,10 @@ export declare const SkillsLockMapSchema: Schema.$Record<Schema.String, Schema.U
|
|
|
298
158
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
299
159
|
} & {
|
|
300
160
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
301
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
302
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
303
|
-
}>>>>;
|
|
304
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
305
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
306
|
-
readonly agent: Schema.NonEmptyString;
|
|
307
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
308
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
309
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
310
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
311
|
-
}>>>;
|
|
312
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
313
161
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
314
162
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
315
163
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
316
164
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
317
|
-
agents: Schema.$Array<Schema.String>;
|
|
318
165
|
}>, Schema.Struct<{
|
|
319
166
|
readonly type: Schema.Literal<"azurerepos">;
|
|
320
167
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -324,23 +171,10 @@ export declare const SkillsLockMapSchema: Schema.$Record<Schema.String, Schema.U
|
|
|
324
171
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
325
172
|
} & {
|
|
326
173
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
327
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
328
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
329
|
-
}>>>>;
|
|
330
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
331
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
332
|
-
readonly agent: Schema.NonEmptyString;
|
|
333
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
334
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
335
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
336
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
337
|
-
}>>>;
|
|
338
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
339
174
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
340
175
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
341
176
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
342
177
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
343
|
-
agents: Schema.$Array<Schema.String>;
|
|
344
178
|
}>, Schema.Struct<{
|
|
345
179
|
readonly type: Schema.Literal<"git">;
|
|
346
180
|
readonly url: Schema.String;
|
|
@@ -348,45 +182,19 @@ export declare const SkillsLockMapSchema: Schema.$Record<Schema.String, Schema.U
|
|
|
348
182
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
349
183
|
} & {
|
|
350
184
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
351
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
352
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
353
|
-
}>>>>;
|
|
354
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
355
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
356
|
-
readonly agent: Schema.NonEmptyString;
|
|
357
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
358
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
359
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
360
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
361
|
-
}>>>;
|
|
362
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
363
185
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
364
186
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
365
187
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
366
188
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
367
|
-
agents: Schema.$Array<Schema.String>;
|
|
368
189
|
}>, Schema.Struct<{
|
|
369
190
|
readonly type: Schema.Literal<"local">;
|
|
370
191
|
readonly path: Schema.String;
|
|
371
192
|
} & {
|
|
372
193
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
373
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
374
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
375
|
-
}>>>>;
|
|
376
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
377
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
378
|
-
readonly agent: Schema.NonEmptyString;
|
|
379
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
380
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
381
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
382
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
383
|
-
}>>>;
|
|
384
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
385
194
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
386
195
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
387
196
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
388
197
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
389
|
-
agents: Schema.$Array<Schema.String>;
|
|
390
198
|
}>, Schema.Struct<{
|
|
391
199
|
readonly type: Schema.Literal<"registry">;
|
|
392
200
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -397,23 +205,10 @@ export declare const SkillsLockMapSchema: Schema.$Record<Schema.String, Schema.U
|
|
|
397
205
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
398
206
|
} & {
|
|
399
207
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
400
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
401
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
402
|
-
}>>>>;
|
|
403
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
404
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
405
|
-
readonly agent: Schema.NonEmptyString;
|
|
406
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
407
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
408
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
409
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
410
|
-
}>>>;
|
|
411
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
412
208
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
413
209
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
414
210
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
415
211
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
416
|
-
agents: Schema.$Array<Schema.String>;
|
|
417
212
|
}>, Schema.Struct<{
|
|
418
213
|
readonly type: Schema.Literal<"workspace">;
|
|
419
214
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -421,23 +216,10 @@ export declare const SkillsLockMapSchema: Schema.$Record<Schema.String, Schema.U
|
|
|
421
216
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
422
217
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
423
218
|
} & {
|
|
424
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
425
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
426
|
-
}>>>>;
|
|
427
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
428
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
429
|
-
readonly agent: Schema.NonEmptyString;
|
|
430
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
431
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
432
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
433
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
434
|
-
}>>>;
|
|
435
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
436
219
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
437
220
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
438
221
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
439
222
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
440
|
-
agents: Schema.$Array<Schema.String>;
|
|
441
223
|
} & {
|
|
442
224
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
443
225
|
}>]>>;
|
|
@@ -455,14 +237,10 @@ export declare const CommandLockEntrySchema: Schema.Union<readonly [Schema.Struc
|
|
|
455
237
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
456
238
|
} & {
|
|
457
239
|
sourceHash: Schema.optional<Schema.String>;
|
|
458
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
459
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
460
|
-
}>>>>;
|
|
461
240
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
462
241
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
463
242
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
464
243
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
465
|
-
agents: Schema.$Array<Schema.String>;
|
|
466
244
|
}>, Schema.Struct<{
|
|
467
245
|
readonly type: Schema.Literal<"gitlab">;
|
|
468
246
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -471,14 +249,10 @@ export declare const CommandLockEntrySchema: Schema.Union<readonly [Schema.Struc
|
|
|
471
249
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
472
250
|
} & {
|
|
473
251
|
sourceHash: Schema.optional<Schema.String>;
|
|
474
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
475
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
476
|
-
}>>>>;
|
|
477
252
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
478
253
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
479
254
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
480
255
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
481
|
-
agents: Schema.$Array<Schema.String>;
|
|
482
256
|
}>, Schema.Struct<{
|
|
483
257
|
readonly type: Schema.Literal<"bitbucket">;
|
|
484
258
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -487,14 +261,10 @@ export declare const CommandLockEntrySchema: Schema.Union<readonly [Schema.Struc
|
|
|
487
261
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
488
262
|
} & {
|
|
489
263
|
sourceHash: Schema.optional<Schema.String>;
|
|
490
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
491
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
492
|
-
}>>>>;
|
|
493
264
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
494
265
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
495
266
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
496
267
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
497
|
-
agents: Schema.$Array<Schema.String>;
|
|
498
268
|
}>, Schema.Struct<{
|
|
499
269
|
readonly type: Schema.Literal<"azurerepos">;
|
|
500
270
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -504,14 +274,10 @@ export declare const CommandLockEntrySchema: Schema.Union<readonly [Schema.Struc
|
|
|
504
274
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
505
275
|
} & {
|
|
506
276
|
sourceHash: Schema.optional<Schema.String>;
|
|
507
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
508
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
509
|
-
}>>>>;
|
|
510
277
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
511
278
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
512
279
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
513
280
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
514
|
-
agents: Schema.$Array<Schema.String>;
|
|
515
281
|
}>, Schema.Struct<{
|
|
516
282
|
readonly type: Schema.Literal<"git">;
|
|
517
283
|
readonly url: Schema.String;
|
|
@@ -519,27 +285,19 @@ export declare const CommandLockEntrySchema: Schema.Union<readonly [Schema.Struc
|
|
|
519
285
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
520
286
|
} & {
|
|
521
287
|
sourceHash: Schema.optional<Schema.String>;
|
|
522
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
523
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
524
|
-
}>>>>;
|
|
525
288
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
526
289
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
527
290
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
528
291
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
529
|
-
agents: Schema.$Array<Schema.String>;
|
|
530
292
|
}>, Schema.Struct<{
|
|
531
293
|
readonly type: Schema.Literal<"local">;
|
|
532
294
|
readonly path: Schema.String;
|
|
533
295
|
} & {
|
|
534
296
|
sourceHash: Schema.optional<Schema.String>;
|
|
535
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
536
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
537
|
-
}>>>>;
|
|
538
297
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
539
298
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
540
299
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
541
300
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
542
|
-
agents: Schema.$Array<Schema.String>;
|
|
543
301
|
}>, Schema.Struct<{
|
|
544
302
|
readonly type: Schema.Literal<"registry">;
|
|
545
303
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -550,14 +308,10 @@ export declare const CommandLockEntrySchema: Schema.Union<readonly [Schema.Struc
|
|
|
550
308
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
551
309
|
} & {
|
|
552
310
|
sourceHash: Schema.optional<Schema.String>;
|
|
553
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
554
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
555
|
-
}>>>>;
|
|
556
311
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
557
312
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
558
313
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
559
314
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
560
|
-
agents: Schema.$Array<Schema.String>;
|
|
561
315
|
}>, Schema.Struct<{
|
|
562
316
|
readonly type: Schema.Literal<"workspace">;
|
|
563
317
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -565,14 +319,10 @@ export declare const CommandLockEntrySchema: Schema.Union<readonly [Schema.Struc
|
|
|
565
319
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
566
320
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
567
321
|
} & {
|
|
568
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
569
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
570
|
-
}>>>>;
|
|
571
322
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
572
323
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
573
324
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
574
325
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
575
|
-
agents: Schema.$Array<Schema.String>;
|
|
576
326
|
} & {
|
|
577
327
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
578
328
|
}>]>;
|
|
@@ -595,14 +345,10 @@ export declare const CommandsLockMapSchema: Schema.$Record<Schema.String, Schema
|
|
|
595
345
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
596
346
|
} & {
|
|
597
347
|
sourceHash: Schema.optional<Schema.String>;
|
|
598
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
599
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
600
|
-
}>>>>;
|
|
601
348
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
602
349
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
603
350
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
604
351
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
605
|
-
agents: Schema.$Array<Schema.String>;
|
|
606
352
|
}>, Schema.Struct<{
|
|
607
353
|
readonly type: Schema.Literal<"gitlab">;
|
|
608
354
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -611,14 +357,10 @@ export declare const CommandsLockMapSchema: Schema.$Record<Schema.String, Schema
|
|
|
611
357
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
612
358
|
} & {
|
|
613
359
|
sourceHash: Schema.optional<Schema.String>;
|
|
614
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
615
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
616
|
-
}>>>>;
|
|
617
360
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
618
361
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
619
362
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
620
363
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
621
|
-
agents: Schema.$Array<Schema.String>;
|
|
622
364
|
}>, Schema.Struct<{
|
|
623
365
|
readonly type: Schema.Literal<"bitbucket">;
|
|
624
366
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -627,14 +369,10 @@ export declare const CommandsLockMapSchema: Schema.$Record<Schema.String, Schema
|
|
|
627
369
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
628
370
|
} & {
|
|
629
371
|
sourceHash: Schema.optional<Schema.String>;
|
|
630
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
631
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
632
|
-
}>>>>;
|
|
633
372
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
634
373
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
635
374
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
636
375
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
637
|
-
agents: Schema.$Array<Schema.String>;
|
|
638
376
|
}>, Schema.Struct<{
|
|
639
377
|
readonly type: Schema.Literal<"azurerepos">;
|
|
640
378
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -644,14 +382,10 @@ export declare const CommandsLockMapSchema: Schema.$Record<Schema.String, Schema
|
|
|
644
382
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
645
383
|
} & {
|
|
646
384
|
sourceHash: Schema.optional<Schema.String>;
|
|
647
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
648
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
649
|
-
}>>>>;
|
|
650
385
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
651
386
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
652
387
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
653
388
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
654
|
-
agents: Schema.$Array<Schema.String>;
|
|
655
389
|
}>, Schema.Struct<{
|
|
656
390
|
readonly type: Schema.Literal<"git">;
|
|
657
391
|
readonly url: Schema.String;
|
|
@@ -659,27 +393,19 @@ export declare const CommandsLockMapSchema: Schema.$Record<Schema.String, Schema
|
|
|
659
393
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
660
394
|
} & {
|
|
661
395
|
sourceHash: Schema.optional<Schema.String>;
|
|
662
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
663
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
664
|
-
}>>>>;
|
|
665
396
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
666
397
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
667
398
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
668
399
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
669
|
-
agents: Schema.$Array<Schema.String>;
|
|
670
400
|
}>, Schema.Struct<{
|
|
671
401
|
readonly type: Schema.Literal<"local">;
|
|
672
402
|
readonly path: Schema.String;
|
|
673
403
|
} & {
|
|
674
404
|
sourceHash: Schema.optional<Schema.String>;
|
|
675
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
676
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
677
|
-
}>>>>;
|
|
678
405
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
679
406
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
680
407
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
681
408
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
682
|
-
agents: Schema.$Array<Schema.String>;
|
|
683
409
|
}>, Schema.Struct<{
|
|
684
410
|
readonly type: Schema.Literal<"registry">;
|
|
685
411
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -690,14 +416,10 @@ export declare const CommandsLockMapSchema: Schema.$Record<Schema.String, Schema
|
|
|
690
416
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
691
417
|
} & {
|
|
692
418
|
sourceHash: Schema.optional<Schema.String>;
|
|
693
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
694
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
695
|
-
}>>>>;
|
|
696
419
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
697
420
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
698
421
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
699
422
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
700
|
-
agents: Schema.$Array<Schema.String>;
|
|
701
423
|
}>, Schema.Struct<{
|
|
702
424
|
readonly type: Schema.Literal<"workspace">;
|
|
703
425
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -705,14 +427,10 @@ export declare const CommandsLockMapSchema: Schema.$Record<Schema.String, Schema
|
|
|
705
427
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
706
428
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
707
429
|
} & {
|
|
708
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
709
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
710
|
-
}>>>>;
|
|
711
430
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
712
431
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
713
432
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
714
433
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
715
|
-
agents: Schema.$Array<Schema.String>;
|
|
716
434
|
} & {
|
|
717
435
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
718
436
|
}>]>>;
|
|
@@ -726,8 +444,7 @@ export type CommandsLockMap = Schema.Schema.Type<typeof CommandsLockMapSchema>;
|
|
|
726
444
|
* Lock entry for a single installed subagent.
|
|
727
445
|
* Discriminated union by the `type` field.
|
|
728
446
|
*
|
|
729
|
-
* Includes `
|
|
730
|
-
* for tracking rendered output.
|
|
447
|
+
* Includes `sourceHash` for tracking the shared source content.
|
|
731
448
|
*
|
|
732
449
|
* @experimental This API is unstable and may change without notice.
|
|
733
450
|
*/
|
|
@@ -739,14 +456,10 @@ export declare const SubagentLockEntrySchema: Schema.Union<readonly [Schema.Stru
|
|
|
739
456
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
740
457
|
} & {
|
|
741
458
|
sourceHash: Schema.optional<Schema.String>;
|
|
742
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
743
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
744
|
-
}>>>>;
|
|
745
459
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
746
460
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
747
461
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
748
462
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
749
|
-
agents: Schema.$Array<Schema.String>;
|
|
750
463
|
}>, Schema.Struct<{
|
|
751
464
|
readonly type: Schema.Literal<"gitlab">;
|
|
752
465
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -755,14 +468,10 @@ export declare const SubagentLockEntrySchema: Schema.Union<readonly [Schema.Stru
|
|
|
755
468
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
756
469
|
} & {
|
|
757
470
|
sourceHash: Schema.optional<Schema.String>;
|
|
758
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
759
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
760
|
-
}>>>>;
|
|
761
471
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
762
472
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
763
473
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
764
474
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
765
|
-
agents: Schema.$Array<Schema.String>;
|
|
766
475
|
}>, Schema.Struct<{
|
|
767
476
|
readonly type: Schema.Literal<"bitbucket">;
|
|
768
477
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -771,14 +480,10 @@ export declare const SubagentLockEntrySchema: Schema.Union<readonly [Schema.Stru
|
|
|
771
480
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
772
481
|
} & {
|
|
773
482
|
sourceHash: Schema.optional<Schema.String>;
|
|
774
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
775
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
776
|
-
}>>>>;
|
|
777
483
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
778
484
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
779
485
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
780
486
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
781
|
-
agents: Schema.$Array<Schema.String>;
|
|
782
487
|
}>, Schema.Struct<{
|
|
783
488
|
readonly type: Schema.Literal<"azurerepos">;
|
|
784
489
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -788,14 +493,10 @@ export declare const SubagentLockEntrySchema: Schema.Union<readonly [Schema.Stru
|
|
|
788
493
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
789
494
|
} & {
|
|
790
495
|
sourceHash: Schema.optional<Schema.String>;
|
|
791
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
792
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
793
|
-
}>>>>;
|
|
794
496
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
795
497
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
796
498
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
797
499
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
798
|
-
agents: Schema.$Array<Schema.String>;
|
|
799
500
|
}>, Schema.Struct<{
|
|
800
501
|
readonly type: Schema.Literal<"git">;
|
|
801
502
|
readonly url: Schema.String;
|
|
@@ -803,27 +504,19 @@ export declare const SubagentLockEntrySchema: Schema.Union<readonly [Schema.Stru
|
|
|
803
504
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
804
505
|
} & {
|
|
805
506
|
sourceHash: Schema.optional<Schema.String>;
|
|
806
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
807
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
808
|
-
}>>>>;
|
|
809
507
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
810
508
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
811
509
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
812
510
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
813
|
-
agents: Schema.$Array<Schema.String>;
|
|
814
511
|
}>, Schema.Struct<{
|
|
815
512
|
readonly type: Schema.Literal<"local">;
|
|
816
513
|
readonly path: Schema.String;
|
|
817
514
|
} & {
|
|
818
515
|
sourceHash: Schema.optional<Schema.String>;
|
|
819
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
820
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
821
|
-
}>>>>;
|
|
822
516
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
823
517
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
824
518
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
825
519
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
826
|
-
agents: Schema.$Array<Schema.String>;
|
|
827
520
|
}>, Schema.Struct<{
|
|
828
521
|
readonly type: Schema.Literal<"registry">;
|
|
829
522
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -834,14 +527,10 @@ export declare const SubagentLockEntrySchema: Schema.Union<readonly [Schema.Stru
|
|
|
834
527
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
835
528
|
} & {
|
|
836
529
|
sourceHash: Schema.optional<Schema.String>;
|
|
837
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
838
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
839
|
-
}>>>>;
|
|
840
530
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
841
531
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
842
532
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
843
533
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
844
|
-
agents: Schema.$Array<Schema.String>;
|
|
845
534
|
}>, Schema.Struct<{
|
|
846
535
|
readonly type: Schema.Literal<"workspace">;
|
|
847
536
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -849,14 +538,10 @@ export declare const SubagentLockEntrySchema: Schema.Union<readonly [Schema.Stru
|
|
|
849
538
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
850
539
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
851
540
|
} & {
|
|
852
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
853
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
854
|
-
}>>>>;
|
|
855
541
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
856
542
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
857
543
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
858
544
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
859
|
-
agents: Schema.$Array<Schema.String>;
|
|
860
545
|
} & {
|
|
861
546
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
862
547
|
}>]>;
|
|
@@ -879,14 +564,10 @@ export declare const SubagentsLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
879
564
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
880
565
|
} & {
|
|
881
566
|
sourceHash: Schema.optional<Schema.String>;
|
|
882
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
883
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
884
|
-
}>>>>;
|
|
885
567
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
886
568
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
887
569
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
888
570
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
889
|
-
agents: Schema.$Array<Schema.String>;
|
|
890
571
|
}>, Schema.Struct<{
|
|
891
572
|
readonly type: Schema.Literal<"gitlab">;
|
|
892
573
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -895,14 +576,10 @@ export declare const SubagentsLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
895
576
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
896
577
|
} & {
|
|
897
578
|
sourceHash: Schema.optional<Schema.String>;
|
|
898
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
899
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
900
|
-
}>>>>;
|
|
901
579
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
902
580
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
903
581
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
904
582
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
905
|
-
agents: Schema.$Array<Schema.String>;
|
|
906
583
|
}>, Schema.Struct<{
|
|
907
584
|
readonly type: Schema.Literal<"bitbucket">;
|
|
908
585
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -911,14 +588,10 @@ export declare const SubagentsLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
911
588
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
912
589
|
} & {
|
|
913
590
|
sourceHash: Schema.optional<Schema.String>;
|
|
914
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
915
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
916
|
-
}>>>>;
|
|
917
591
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
918
592
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
919
593
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
920
594
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
921
|
-
agents: Schema.$Array<Schema.String>;
|
|
922
595
|
}>, Schema.Struct<{
|
|
923
596
|
readonly type: Schema.Literal<"azurerepos">;
|
|
924
597
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -928,14 +601,10 @@ export declare const SubagentsLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
928
601
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
929
602
|
} & {
|
|
930
603
|
sourceHash: Schema.optional<Schema.String>;
|
|
931
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
932
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
933
|
-
}>>>>;
|
|
934
604
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
935
605
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
936
606
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
937
607
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
938
|
-
agents: Schema.$Array<Schema.String>;
|
|
939
608
|
}>, Schema.Struct<{
|
|
940
609
|
readonly type: Schema.Literal<"git">;
|
|
941
610
|
readonly url: Schema.String;
|
|
@@ -943,27 +612,19 @@ export declare const SubagentsLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
943
612
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
944
613
|
} & {
|
|
945
614
|
sourceHash: Schema.optional<Schema.String>;
|
|
946
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
947
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
948
|
-
}>>>>;
|
|
949
615
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
950
616
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
951
617
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
952
618
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
953
|
-
agents: Schema.$Array<Schema.String>;
|
|
954
619
|
}>, Schema.Struct<{
|
|
955
620
|
readonly type: Schema.Literal<"local">;
|
|
956
621
|
readonly path: Schema.String;
|
|
957
622
|
} & {
|
|
958
623
|
sourceHash: Schema.optional<Schema.String>;
|
|
959
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
960
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
961
|
-
}>>>>;
|
|
962
624
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
963
625
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
964
626
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
965
627
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
966
|
-
agents: Schema.$Array<Schema.String>;
|
|
967
628
|
}>, Schema.Struct<{
|
|
968
629
|
readonly type: Schema.Literal<"registry">;
|
|
969
630
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -974,14 +635,10 @@ export declare const SubagentsLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
974
635
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
975
636
|
} & {
|
|
976
637
|
sourceHash: Schema.optional<Schema.String>;
|
|
977
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
978
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
979
|
-
}>>>>;
|
|
980
638
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
981
639
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
982
640
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
983
641
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
984
|
-
agents: Schema.$Array<Schema.String>;
|
|
985
642
|
}>, Schema.Struct<{
|
|
986
643
|
readonly type: Schema.Literal<"workspace">;
|
|
987
644
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -989,14 +646,10 @@ export declare const SubagentsLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
989
646
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
990
647
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
991
648
|
} & {
|
|
992
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
993
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
994
|
-
}>>>>;
|
|
995
649
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
996
650
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
997
651
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
998
652
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
999
|
-
agents: Schema.$Array<Schema.String>;
|
|
1000
653
|
} & {
|
|
1001
654
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1002
655
|
}>]>>;
|
|
@@ -1025,7 +678,6 @@ export declare const McpServerLockEntrySchema: Schema.Union<readonly [Schema.Uni
|
|
|
1025
678
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1026
679
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1027
680
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1028
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1029
681
|
}>, Schema.Struct<{
|
|
1030
682
|
readonly type: Schema.Literal<"gitlab">;
|
|
1031
683
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -1037,7 +689,6 @@ export declare const McpServerLockEntrySchema: Schema.Union<readonly [Schema.Uni
|
|
|
1037
689
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1038
690
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1039
691
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1040
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1041
692
|
}>, Schema.Struct<{
|
|
1042
693
|
readonly type: Schema.Literal<"bitbucket">;
|
|
1043
694
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -1049,7 +700,6 @@ export declare const McpServerLockEntrySchema: Schema.Union<readonly [Schema.Uni
|
|
|
1049
700
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1050
701
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1051
702
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1052
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1053
703
|
}>, Schema.Struct<{
|
|
1054
704
|
readonly type: Schema.Literal<"azurerepos">;
|
|
1055
705
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -1062,7 +712,6 @@ export declare const McpServerLockEntrySchema: Schema.Union<readonly [Schema.Uni
|
|
|
1062
712
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1063
713
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1064
714
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1065
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1066
715
|
}>, Schema.Struct<{
|
|
1067
716
|
readonly type: Schema.Literal<"git">;
|
|
1068
717
|
readonly url: Schema.String;
|
|
@@ -1073,7 +722,6 @@ export declare const McpServerLockEntrySchema: Schema.Union<readonly [Schema.Uni
|
|
|
1073
722
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1074
723
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1075
724
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1076
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1077
725
|
}>, Schema.Struct<{
|
|
1078
726
|
readonly type: Schema.Literal<"local">;
|
|
1079
727
|
readonly path: Schema.String;
|
|
@@ -1082,7 +730,6 @@ export declare const McpServerLockEntrySchema: Schema.Union<readonly [Schema.Uni
|
|
|
1082
730
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1083
731
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1084
732
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1085
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1086
733
|
}>, Schema.Struct<{
|
|
1087
734
|
readonly type: Schema.Literal<"registry">;
|
|
1088
735
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -1096,7 +743,6 @@ export declare const McpServerLockEntrySchema: Schema.Union<readonly [Schema.Uni
|
|
|
1096
743
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1097
744
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1098
745
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1099
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1100
746
|
}>, Schema.Struct<{
|
|
1101
747
|
readonly type: Schema.Literal<"workspace">;
|
|
1102
748
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -1108,7 +754,6 @@ export declare const McpServerLockEntrySchema: Schema.Union<readonly [Schema.Uni
|
|
|
1108
754
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1109
755
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1110
756
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1111
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1112
757
|
} & {
|
|
1113
758
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1114
759
|
}>]>, Schema.Struct<{
|
|
@@ -1121,7 +766,6 @@ export declare const McpServerLockEntrySchema: Schema.Union<readonly [Schema.Uni
|
|
|
1121
766
|
readonly args: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1122
767
|
readonly url: Schema.optional<Schema.NonEmptyString>;
|
|
1123
768
|
readonly headers: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
|
|
1124
|
-
readonly syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1125
769
|
}>]>;
|
|
1126
770
|
/**
|
|
1127
771
|
* Inferred type for McpServerLockEntry schema.
|
|
@@ -1145,7 +789,6 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
1145
789
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1146
790
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1147
791
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1148
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1149
792
|
}>, Schema.Struct<{
|
|
1150
793
|
readonly type: Schema.Literal<"gitlab">;
|
|
1151
794
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -1157,7 +800,6 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
1157
800
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1158
801
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1159
802
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1160
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1161
803
|
}>, Schema.Struct<{
|
|
1162
804
|
readonly type: Schema.Literal<"bitbucket">;
|
|
1163
805
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -1169,7 +811,6 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
1169
811
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1170
812
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1171
813
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1172
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1173
814
|
}>, Schema.Struct<{
|
|
1174
815
|
readonly type: Schema.Literal<"azurerepos">;
|
|
1175
816
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -1182,7 +823,6 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
1182
823
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1183
824
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1184
825
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1185
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1186
826
|
}>, Schema.Struct<{
|
|
1187
827
|
readonly type: Schema.Literal<"git">;
|
|
1188
828
|
readonly url: Schema.String;
|
|
@@ -1193,7 +833,6 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
1193
833
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1194
834
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1195
835
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1196
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1197
836
|
}>, Schema.Struct<{
|
|
1198
837
|
readonly type: Schema.Literal<"local">;
|
|
1199
838
|
readonly path: Schema.String;
|
|
@@ -1202,7 +841,6 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
1202
841
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1203
842
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1204
843
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1205
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1206
844
|
}>, Schema.Struct<{
|
|
1207
845
|
readonly type: Schema.Literal<"registry">;
|
|
1208
846
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -1216,7 +854,6 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
1216
854
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1217
855
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1218
856
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1219
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1220
857
|
}>, Schema.Struct<{
|
|
1221
858
|
readonly type: Schema.Literal<"workspace">;
|
|
1222
859
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -1228,7 +865,6 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
1228
865
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1229
866
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
1230
867
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
1231
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1232
868
|
} & {
|
|
1233
869
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
1234
870
|
}>]>, Schema.Struct<{
|
|
@@ -1241,7 +877,6 @@ export declare const McpServersLockMapSchema: Schema.$Record<Schema.String, Sche
|
|
|
1241
877
|
readonly args: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1242
878
|
readonly url: Schema.optional<Schema.NonEmptyString>;
|
|
1243
879
|
readonly headers: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
|
|
1244
|
-
readonly syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
1245
880
|
}>]>>;
|
|
1246
881
|
/**
|
|
1247
882
|
* Inferred type for McpServersLockMap schema.
|
|
@@ -1284,12 +919,6 @@ export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
1284
919
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1285
920
|
} & {
|
|
1286
921
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1287
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1288
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1289
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1290
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1291
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1292
|
-
}>>>;
|
|
1293
922
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1294
923
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1295
924
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1302,12 +931,6 @@ export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
1302
931
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1303
932
|
} & {
|
|
1304
933
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1305
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1306
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1307
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1308
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1309
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1310
|
-
}>>>;
|
|
1311
934
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1312
935
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1313
936
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1320,12 +943,6 @@ export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
1320
943
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1321
944
|
} & {
|
|
1322
945
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1323
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1324
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1325
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1326
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1327
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1328
|
-
}>>>;
|
|
1329
946
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1330
947
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1331
948
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1339,12 +956,6 @@ export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
1339
956
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1340
957
|
} & {
|
|
1341
958
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1342
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1343
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1344
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1345
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1346
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1347
|
-
}>>>;
|
|
1348
959
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1349
960
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1350
961
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1356,12 +967,6 @@ export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
1356
967
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1357
968
|
} & {
|
|
1358
969
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1359
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1360
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1361
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1362
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1363
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1364
|
-
}>>>;
|
|
1365
970
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1366
971
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1367
972
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1371,12 +976,6 @@ export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
1371
976
|
readonly path: Schema.String;
|
|
1372
977
|
} & {
|
|
1373
978
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1374
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1375
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1376
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1377
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1378
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1379
|
-
}>>>;
|
|
1380
979
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1381
980
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1382
981
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1391,12 +990,6 @@ export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
1391
990
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
1392
991
|
} & {
|
|
1393
992
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1394
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1395
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1396
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1397
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1398
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1399
|
-
}>>>;
|
|
1400
993
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1401
994
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1402
995
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1409,12 +1002,6 @@ export declare const FilesLockEntrySchema: Schema.Union<readonly [Schema.Struct<
|
|
|
1409
1002
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1410
1003
|
} & {
|
|
1411
1004
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1412
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1413
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1414
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1415
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1416
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1417
|
-
}>>>;
|
|
1418
1005
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1419
1006
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1420
1007
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1437,12 +1024,6 @@ export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1437
1024
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1438
1025
|
} & {
|
|
1439
1026
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1440
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1441
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1442
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1443
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1444
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1445
|
-
}>>>;
|
|
1446
1027
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1447
1028
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1448
1029
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1455,12 +1036,6 @@ export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1455
1036
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1456
1037
|
} & {
|
|
1457
1038
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1458
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1459
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1460
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1461
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1462
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1463
|
-
}>>>;
|
|
1464
1039
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1465
1040
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1466
1041
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1473,12 +1048,6 @@ export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1473
1048
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1474
1049
|
} & {
|
|
1475
1050
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1476
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1477
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1478
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1479
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1480
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1481
|
-
}>>>;
|
|
1482
1051
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1483
1052
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1484
1053
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1492,12 +1061,6 @@ export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1492
1061
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1493
1062
|
} & {
|
|
1494
1063
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1495
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1496
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1497
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1498
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1499
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1500
|
-
}>>>;
|
|
1501
1064
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1502
1065
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1503
1066
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1509,12 +1072,6 @@ export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1509
1072
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1510
1073
|
} & {
|
|
1511
1074
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1512
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1513
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1514
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1515
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1516
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1517
|
-
}>>>;
|
|
1518
1075
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1519
1076
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1520
1077
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1524,12 +1081,6 @@ export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1524
1081
|
readonly path: Schema.String;
|
|
1525
1082
|
} & {
|
|
1526
1083
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1527
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1528
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1529
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1530
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1531
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1532
|
-
}>>>;
|
|
1533
1084
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1534
1085
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1535
1086
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1544,12 +1095,6 @@ export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1544
1095
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
1545
1096
|
} & {
|
|
1546
1097
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1547
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1548
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1549
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1550
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1551
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1552
|
-
}>>>;
|
|
1553
1098
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1554
1099
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1555
1100
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1562,12 +1107,6 @@ export declare const FilesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1562
1107
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1563
1108
|
} & {
|
|
1564
1109
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
1565
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1566
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1567
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1568
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1569
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1570
|
-
}>>>;
|
|
1571
1110
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1572
1111
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1573
1112
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1589,12 +1128,6 @@ export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1589
1128
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1590
1129
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1591
1130
|
} & {
|
|
1592
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1593
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1594
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1595
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1596
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1597
|
-
}>>>;
|
|
1598
1131
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1599
1132
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1600
1133
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1606,12 +1139,6 @@ export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1606
1139
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1607
1140
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1608
1141
|
} & {
|
|
1609
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1610
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1611
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1612
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1613
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1614
|
-
}>>>;
|
|
1615
1142
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1616
1143
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1617
1144
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1623,12 +1150,6 @@ export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1623
1150
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1624
1151
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1625
1152
|
} & {
|
|
1626
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1627
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1628
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1629
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1630
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1631
|
-
}>>>;
|
|
1632
1153
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1633
1154
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1634
1155
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1641,12 +1162,6 @@ export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1641
1162
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1642
1163
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1643
1164
|
} & {
|
|
1644
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1645
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1646
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1647
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1648
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1649
|
-
}>>>;
|
|
1650
1165
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1651
1166
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1652
1167
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1657,12 +1172,6 @@ export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1657
1172
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1658
1173
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1659
1174
|
} & {
|
|
1660
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1661
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1662
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1663
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1664
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1665
|
-
}>>>;
|
|
1666
1175
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1667
1176
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1668
1177
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1671,12 +1180,6 @@ export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1671
1180
|
readonly type: Schema.Literal<"local">;
|
|
1672
1181
|
readonly path: Schema.String;
|
|
1673
1182
|
} & {
|
|
1674
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1675
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1676
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1677
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1678
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1679
|
-
}>>>;
|
|
1680
1183
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1681
1184
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1682
1185
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1690,12 +1193,6 @@ export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1690
1193
|
readonly sourceName: Schema.String;
|
|
1691
1194
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
1692
1195
|
} & {
|
|
1693
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1694
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1695
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1696
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1697
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1698
|
-
}>>>;
|
|
1699
1196
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1700
1197
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1701
1198
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1707,12 +1204,6 @@ export declare const RuleLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1707
1204
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1708
1205
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1709
1206
|
} & {
|
|
1710
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1711
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1712
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1713
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1714
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1715
|
-
}>>>;
|
|
1716
1207
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1717
1208
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1718
1209
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1734,12 +1225,6 @@ export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1734
1225
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1735
1226
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1736
1227
|
} & {
|
|
1737
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1738
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1739
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1740
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1741
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1742
|
-
}>>>;
|
|
1743
1228
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1744
1229
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1745
1230
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1751,12 +1236,6 @@ export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1751
1236
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1752
1237
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1753
1238
|
} & {
|
|
1754
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1755
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1756
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1757
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1758
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1759
|
-
}>>>;
|
|
1760
1239
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1761
1240
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1762
1241
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1768,12 +1247,6 @@ export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1768
1247
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1769
1248
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1770
1249
|
} & {
|
|
1771
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1772
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1773
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1774
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1775
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1776
|
-
}>>>;
|
|
1777
1250
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1778
1251
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1779
1252
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1786,12 +1259,6 @@ export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1786
1259
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1787
1260
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1788
1261
|
} & {
|
|
1789
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1790
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1791
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1792
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1793
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1794
|
-
}>>>;
|
|
1795
1262
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1796
1263
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1797
1264
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1802,12 +1269,6 @@ export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1802
1269
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1803
1270
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1804
1271
|
} & {
|
|
1805
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1806
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1807
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1808
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1809
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1810
|
-
}>>>;
|
|
1811
1272
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1812
1273
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1813
1274
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1816,12 +1277,6 @@ export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1816
1277
|
readonly type: Schema.Literal<"local">;
|
|
1817
1278
|
readonly path: Schema.String;
|
|
1818
1279
|
} & {
|
|
1819
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1820
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1821
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1822
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1823
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1824
|
-
}>>>;
|
|
1825
1280
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1826
1281
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1827
1282
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1835,12 +1290,6 @@ export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1835
1290
|
readonly sourceName: Schema.String;
|
|
1836
1291
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
1837
1292
|
} & {
|
|
1838
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1839
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1840
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1841
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1842
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1843
|
-
}>>>;
|
|
1844
1293
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1845
1294
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1846
1295
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1852,12 +1301,6 @@ export declare const RulesLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
1852
1301
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1853
1302
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1854
1303
|
} & {
|
|
1855
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1856
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1857
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1858
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1859
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1860
|
-
}>>>;
|
|
1861
1304
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1862
1305
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1863
1306
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1879,12 +1322,6 @@ export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1879
1322
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1880
1323
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1881
1324
|
} & {
|
|
1882
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1883
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1884
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1885
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1886
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1887
|
-
}>>>;
|
|
1888
1325
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1889
1326
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1890
1327
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1896,12 +1333,6 @@ export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1896
1333
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1897
1334
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1898
1335
|
} & {
|
|
1899
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1900
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1901
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1902
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1903
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1904
|
-
}>>>;
|
|
1905
1336
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1906
1337
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1907
1338
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1913,12 +1344,6 @@ export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1913
1344
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1914
1345
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1915
1346
|
} & {
|
|
1916
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1917
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1918
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1919
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1920
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1921
|
-
}>>>;
|
|
1922
1347
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1923
1348
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1924
1349
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1931,12 +1356,6 @@ export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1931
1356
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1932
1357
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1933
1358
|
} & {
|
|
1934
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1935
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1936
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1937
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1938
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1939
|
-
}>>>;
|
|
1940
1359
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1941
1360
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1942
1361
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1947,12 +1366,6 @@ export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1947
1366
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
1948
1367
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
1949
1368
|
} & {
|
|
1950
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1951
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1952
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1953
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1954
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1955
|
-
}>>>;
|
|
1956
1369
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1957
1370
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1958
1371
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1961,12 +1374,6 @@ export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1961
1374
|
readonly type: Schema.Literal<"local">;
|
|
1962
1375
|
readonly path: Schema.String;
|
|
1963
1376
|
} & {
|
|
1964
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1965
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1966
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1967
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1968
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1969
|
-
}>>>;
|
|
1970
1377
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1971
1378
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1972
1379
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1980,12 +1387,6 @@ export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1980
1387
|
readonly sourceName: Schema.String;
|
|
1981
1388
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
1982
1389
|
} & {
|
|
1983
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
1984
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
1985
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
1986
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
1987
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
1988
|
-
}>>>;
|
|
1989
1390
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1990
1391
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
1991
1392
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -1997,12 +1398,6 @@ export declare const HookLockEntrySchema: Schema.Union<readonly [Schema.Struct<{
|
|
|
1997
1398
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
1998
1399
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
1999
1400
|
} & {
|
|
2000
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2001
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2002
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2003
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2004
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2005
|
-
}>>>;
|
|
2006
1401
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2007
1402
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2008
1403
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2024,12 +1419,6 @@ export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
2024
1419
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2025
1420
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2026
1421
|
} & {
|
|
2027
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2028
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2029
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2030
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2031
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2032
|
-
}>>>;
|
|
2033
1422
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2034
1423
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2035
1424
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2041,12 +1430,6 @@ export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
2041
1430
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2042
1431
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2043
1432
|
} & {
|
|
2044
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2045
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2046
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2047
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2048
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2049
|
-
}>>>;
|
|
2050
1433
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2051
1434
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2052
1435
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2058,12 +1441,6 @@ export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
2058
1441
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2059
1442
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2060
1443
|
} & {
|
|
2061
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2062
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2063
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2064
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2065
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2066
|
-
}>>>;
|
|
2067
1444
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2068
1445
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2069
1446
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2076,12 +1453,6 @@ export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
2076
1453
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2077
1454
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2078
1455
|
} & {
|
|
2079
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2080
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2081
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2082
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2083
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2084
|
-
}>>>;
|
|
2085
1456
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2086
1457
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2087
1458
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2092,12 +1463,6 @@ export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
2092
1463
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2093
1464
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2094
1465
|
} & {
|
|
2095
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2096
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2097
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2098
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2099
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2100
|
-
}>>>;
|
|
2101
1466
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2102
1467
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2103
1468
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2106,12 +1471,6 @@ export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
2106
1471
|
readonly type: Schema.Literal<"local">;
|
|
2107
1472
|
readonly path: Schema.String;
|
|
2108
1473
|
} & {
|
|
2109
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2110
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2111
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2112
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2113
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2114
|
-
}>>>;
|
|
2115
1474
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2116
1475
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2117
1476
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2125,12 +1484,6 @@ export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
2125
1484
|
readonly sourceName: Schema.String;
|
|
2126
1485
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
2127
1486
|
} & {
|
|
2128
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2129
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2130
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2131
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2132
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2133
|
-
}>>>;
|
|
2134
1487
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2135
1488
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2136
1489
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2142,12 +1495,6 @@ export declare const HooksLockMapSchema: Schema.$Record<Schema.String, Schema.Un
|
|
|
2142
1495
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2143
1496
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2144
1497
|
} & {
|
|
2145
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2146
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2147
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2148
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2149
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2150
|
-
}>>>;
|
|
2151
1498
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2152
1499
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2153
1500
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2164,12 +1511,6 @@ export declare const KnowledgeLockEntrySchema: Schema.Union<readonly [Schema.Str
|
|
|
2164
1511
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2165
1512
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2166
1513
|
} & {
|
|
2167
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2168
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2169
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2170
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2171
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2172
|
-
}>>>;
|
|
2173
1514
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2174
1515
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2175
1516
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2181,12 +1522,6 @@ export declare const KnowledgeLockEntrySchema: Schema.Union<readonly [Schema.Str
|
|
|
2181
1522
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2182
1523
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2183
1524
|
} & {
|
|
2184
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2185
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2186
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2187
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2188
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2189
|
-
}>>>;
|
|
2190
1525
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2191
1526
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2192
1527
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2198,12 +1533,6 @@ export declare const KnowledgeLockEntrySchema: Schema.Union<readonly [Schema.Str
|
|
|
2198
1533
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2199
1534
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2200
1535
|
} & {
|
|
2201
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2202
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2203
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2204
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2205
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2206
|
-
}>>>;
|
|
2207
1536
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2208
1537
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2209
1538
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2216,12 +1545,6 @@ export declare const KnowledgeLockEntrySchema: Schema.Union<readonly [Schema.Str
|
|
|
2216
1545
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2217
1546
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2218
1547
|
} & {
|
|
2219
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2220
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2221
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2222
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2223
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2224
|
-
}>>>;
|
|
2225
1548
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2226
1549
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2227
1550
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2232,12 +1555,6 @@ export declare const KnowledgeLockEntrySchema: Schema.Union<readonly [Schema.Str
|
|
|
2232
1555
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2233
1556
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2234
1557
|
} & {
|
|
2235
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2236
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2237
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2238
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2239
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2240
|
-
}>>>;
|
|
2241
1558
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2242
1559
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2243
1560
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2246,12 +1563,6 @@ export declare const KnowledgeLockEntrySchema: Schema.Union<readonly [Schema.Str
|
|
|
2246
1563
|
readonly type: Schema.Literal<"local">;
|
|
2247
1564
|
readonly path: Schema.String;
|
|
2248
1565
|
} & {
|
|
2249
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2250
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2251
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2252
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2253
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2254
|
-
}>>>;
|
|
2255
1566
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2256
1567
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2257
1568
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2265,12 +1576,6 @@ export declare const KnowledgeLockEntrySchema: Schema.Union<readonly [Schema.Str
|
|
|
2265
1576
|
readonly sourceName: Schema.String;
|
|
2266
1577
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
2267
1578
|
} & {
|
|
2268
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2269
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2270
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2271
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2272
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2273
|
-
}>>>;
|
|
2274
1579
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2275
1580
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2276
1581
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2282,12 +1587,6 @@ export declare const KnowledgeLockEntrySchema: Schema.Union<readonly [Schema.Str
|
|
|
2282
1587
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2283
1588
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2284
1589
|
} & {
|
|
2285
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2286
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2287
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2288
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2289
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2290
|
-
}>>>;
|
|
2291
1590
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2292
1591
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2293
1592
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2303,12 +1602,6 @@ export declare const KnowledgeLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
2303
1602
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2304
1603
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2305
1604
|
} & {
|
|
2306
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2307
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2308
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2309
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2310
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2311
|
-
}>>>;
|
|
2312
1605
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2313
1606
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2314
1607
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2320,12 +1613,6 @@ export declare const KnowledgeLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
2320
1613
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2321
1614
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2322
1615
|
} & {
|
|
2323
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2324
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2325
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2326
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2327
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2328
|
-
}>>>;
|
|
2329
1616
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2330
1617
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2331
1618
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2337,12 +1624,6 @@ export declare const KnowledgeLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
2337
1624
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2338
1625
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2339
1626
|
} & {
|
|
2340
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2341
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2342
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2343
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2344
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2345
|
-
}>>>;
|
|
2346
1627
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2347
1628
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2348
1629
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2355,12 +1636,6 @@ export declare const KnowledgeLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
2355
1636
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2356
1637
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2357
1638
|
} & {
|
|
2358
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2359
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2360
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2361
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2362
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2363
|
-
}>>>;
|
|
2364
1639
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2365
1640
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2366
1641
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2371,12 +1646,6 @@ export declare const KnowledgeLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
2371
1646
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
2372
1647
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2373
1648
|
} & {
|
|
2374
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2375
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2376
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2377
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2378
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2379
|
-
}>>>;
|
|
2380
1649
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2381
1650
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2382
1651
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2385,12 +1654,6 @@ export declare const KnowledgeLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
2385
1654
|
readonly type: Schema.Literal<"local">;
|
|
2386
1655
|
readonly path: Schema.String;
|
|
2387
1656
|
} & {
|
|
2388
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2389
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2390
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2391
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2392
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2393
|
-
}>>>;
|
|
2394
1657
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2395
1658
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2396
1659
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2404,12 +1667,6 @@ export declare const KnowledgeLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
2404
1667
|
readonly sourceName: Schema.String;
|
|
2405
1668
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
2406
1669
|
} & {
|
|
2407
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2408
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2409
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2410
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2411
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2412
|
-
}>>>;
|
|
2413
1670
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2414
1671
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2415
1672
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2421,12 +1678,6 @@ export declare const KnowledgeLockMapSchema: Schema.$Record<Schema.String, Schem
|
|
|
2421
1678
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2422
1679
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2423
1680
|
} & {
|
|
2424
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
2425
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
2426
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
2427
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
2428
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2429
|
-
}>>>;
|
|
2430
1681
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2431
1682
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2432
1683
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -2683,7 +1934,7 @@ export type LibrariesLockMap = Schema.Schema.Type<typeof LibrariesLockMapSchema>
|
|
|
2683
1934
|
* enabling reproducible installations across environments.
|
|
2684
1935
|
*
|
|
2685
1936
|
* Structure:
|
|
2686
|
-
* - lockfileVersion: Schema version (currently
|
|
1937
|
+
* - lockfileVersion: Schema version (currently 3)
|
|
2687
1938
|
* - skills: Map of skill names to their lock entries
|
|
2688
1939
|
* - packs: Map of pack names to their lock entries (optional)
|
|
2689
1940
|
*
|
|
@@ -2699,23 +1950,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2699
1950
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2700
1951
|
} & {
|
|
2701
1952
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2702
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2703
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2704
|
-
}>>>>;
|
|
2705
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
2706
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2707
|
-
readonly agent: Schema.NonEmptyString;
|
|
2708
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
2709
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
2710
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2711
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
2712
|
-
}>>>;
|
|
2713
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
2714
1953
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2715
1954
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2716
1955
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2717
1956
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2718
|
-
agents: Schema.$Array<Schema.String>;
|
|
2719
1957
|
}>, Schema.Struct<{
|
|
2720
1958
|
readonly type: Schema.Literal<"gitlab">;
|
|
2721
1959
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -2724,23 +1962,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2724
1962
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2725
1963
|
} & {
|
|
2726
1964
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2727
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2728
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2729
|
-
}>>>>;
|
|
2730
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
2731
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2732
|
-
readonly agent: Schema.NonEmptyString;
|
|
2733
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
2734
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
2735
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2736
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
2737
|
-
}>>>;
|
|
2738
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
2739
1965
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2740
1966
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2741
1967
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2742
1968
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2743
|
-
agents: Schema.$Array<Schema.String>;
|
|
2744
1969
|
}>, Schema.Struct<{
|
|
2745
1970
|
readonly type: Schema.Literal<"bitbucket">;
|
|
2746
1971
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -2749,23 +1974,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2749
1974
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2750
1975
|
} & {
|
|
2751
1976
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2752
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2753
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2754
|
-
}>>>>;
|
|
2755
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
2756
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2757
|
-
readonly agent: Schema.NonEmptyString;
|
|
2758
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
2759
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
2760
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2761
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
2762
|
-
}>>>;
|
|
2763
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
2764
1977
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2765
1978
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2766
1979
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2767
1980
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2768
|
-
agents: Schema.$Array<Schema.String>;
|
|
2769
1981
|
}>, Schema.Struct<{
|
|
2770
1982
|
readonly type: Schema.Literal<"azurerepos">;
|
|
2771
1983
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -2775,23 +1987,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2775
1987
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2776
1988
|
} & {
|
|
2777
1989
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2778
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2779
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2780
|
-
}>>>>;
|
|
2781
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
2782
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2783
|
-
readonly agent: Schema.NonEmptyString;
|
|
2784
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
2785
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
2786
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2787
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
2788
|
-
}>>>;
|
|
2789
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
2790
1990
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2791
1991
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2792
1992
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2793
1993
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2794
|
-
agents: Schema.$Array<Schema.String>;
|
|
2795
1994
|
}>, Schema.Struct<{
|
|
2796
1995
|
readonly type: Schema.Literal<"git">;
|
|
2797
1996
|
readonly url: Schema.String;
|
|
@@ -2799,45 +1998,19 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2799
1998
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2800
1999
|
} & {
|
|
2801
2000
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2802
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2803
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2804
|
-
}>>>>;
|
|
2805
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
2806
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2807
|
-
readonly agent: Schema.NonEmptyString;
|
|
2808
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
2809
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
2810
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2811
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
2812
|
-
}>>>;
|
|
2813
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
2814
2001
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2815
2002
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2816
2003
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2817
2004
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2818
|
-
agents: Schema.$Array<Schema.String>;
|
|
2819
2005
|
}>, Schema.Struct<{
|
|
2820
2006
|
readonly type: Schema.Literal<"local">;
|
|
2821
2007
|
readonly path: Schema.String;
|
|
2822
2008
|
} & {
|
|
2823
2009
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2824
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2825
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2826
|
-
}>>>>;
|
|
2827
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
2828
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2829
|
-
readonly agent: Schema.NonEmptyString;
|
|
2830
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
2831
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
2832
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2833
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
2834
|
-
}>>>;
|
|
2835
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
2836
2010
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2837
2011
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2838
2012
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2839
2013
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2840
|
-
agents: Schema.$Array<Schema.String>;
|
|
2841
2014
|
}>, Schema.Struct<{
|
|
2842
2015
|
readonly type: Schema.Literal<"registry">;
|
|
2843
2016
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -2848,23 +2021,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2848
2021
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
2849
2022
|
} & {
|
|
2850
2023
|
sourceHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
2851
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2852
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2853
|
-
}>>>>;
|
|
2854
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
2855
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2856
|
-
readonly agent: Schema.NonEmptyString;
|
|
2857
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
2858
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
2859
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2860
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
2861
|
-
}>>>;
|
|
2862
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
2863
2024
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2864
2025
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2865
2026
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2866
2027
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2867
|
-
agents: Schema.$Array<Schema.String>;
|
|
2868
2028
|
}>, Schema.Struct<{
|
|
2869
2029
|
readonly type: Schema.Literal<"workspace">;
|
|
2870
2030
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -2872,23 +2032,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2872
2032
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
2873
2033
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
2874
2034
|
} & {
|
|
2875
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2876
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2877
|
-
}>>>>;
|
|
2878
|
-
renderInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Struct<{
|
|
2879
|
-
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2880
|
-
readonly agent: Schema.NonEmptyString;
|
|
2881
|
-
readonly catalogVersion: Schema.NonEmptyString;
|
|
2882
|
-
readonly dslVersion: Schema.NonEmptyString;
|
|
2883
|
-
readonly capabilityHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2884
|
-
readonly referencedCapabilities: Schema.$Array<Schema.NonEmptyString>;
|
|
2885
|
-
}>>>;
|
|
2886
|
-
degradedRenders: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.NonEmptyString>>>;
|
|
2887
2035
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2888
2036
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2889
2037
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2890
2038
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2891
|
-
agents: Schema.$Array<Schema.String>;
|
|
2892
2039
|
} & {
|
|
2893
2040
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
2894
2041
|
}>]>>;
|
|
@@ -2900,14 +2047,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2900
2047
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2901
2048
|
} & {
|
|
2902
2049
|
sourceHash: Schema.optional<Schema.String>;
|
|
2903
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2904
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2905
|
-
}>>>>;
|
|
2906
2050
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2907
2051
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2908
2052
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2909
2053
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2910
|
-
agents: Schema.$Array<Schema.String>;
|
|
2911
2054
|
}>, Schema.Struct<{
|
|
2912
2055
|
readonly type: Schema.Literal<"gitlab">;
|
|
2913
2056
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -2916,14 +2059,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2916
2059
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2917
2060
|
} & {
|
|
2918
2061
|
sourceHash: Schema.optional<Schema.String>;
|
|
2919
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2920
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2921
|
-
}>>>>;
|
|
2922
2062
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2923
2063
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2924
2064
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2925
2065
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2926
|
-
agents: Schema.$Array<Schema.String>;
|
|
2927
2066
|
}>, Schema.Struct<{
|
|
2928
2067
|
readonly type: Schema.Literal<"bitbucket">;
|
|
2929
2068
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -2932,14 +2071,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2932
2071
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2933
2072
|
} & {
|
|
2934
2073
|
sourceHash: Schema.optional<Schema.String>;
|
|
2935
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2936
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2937
|
-
}>>>>;
|
|
2938
2074
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2939
2075
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2940
2076
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2941
2077
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2942
|
-
agents: Schema.$Array<Schema.String>;
|
|
2943
2078
|
}>, Schema.Struct<{
|
|
2944
2079
|
readonly type: Schema.Literal<"azurerepos">;
|
|
2945
2080
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -2949,14 +2084,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2949
2084
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2950
2085
|
} & {
|
|
2951
2086
|
sourceHash: Schema.optional<Schema.String>;
|
|
2952
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2953
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2954
|
-
}>>>>;
|
|
2955
2087
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2956
2088
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2957
2089
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2958
2090
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2959
|
-
agents: Schema.$Array<Schema.String>;
|
|
2960
2091
|
}>, Schema.Struct<{
|
|
2961
2092
|
readonly type: Schema.Literal<"git">;
|
|
2962
2093
|
readonly url: Schema.String;
|
|
@@ -2964,27 +2095,19 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2964
2095
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
2965
2096
|
} & {
|
|
2966
2097
|
sourceHash: Schema.optional<Schema.String>;
|
|
2967
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2968
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2969
|
-
}>>>>;
|
|
2970
2098
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2971
2099
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2972
2100
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2973
2101
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2974
|
-
agents: Schema.$Array<Schema.String>;
|
|
2975
2102
|
}>, Schema.Struct<{
|
|
2976
2103
|
readonly type: Schema.Literal<"local">;
|
|
2977
2104
|
readonly path: Schema.String;
|
|
2978
2105
|
} & {
|
|
2979
2106
|
sourceHash: Schema.optional<Schema.String>;
|
|
2980
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2981
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
2982
|
-
}>>>>;
|
|
2983
2107
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2984
2108
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
2985
2109
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
2986
2110
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
2987
|
-
agents: Schema.$Array<Schema.String>;
|
|
2988
2111
|
}>, Schema.Struct<{
|
|
2989
2112
|
readonly type: Schema.Literal<"registry">;
|
|
2990
2113
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -2995,14 +2118,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
2995
2118
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
2996
2119
|
} & {
|
|
2997
2120
|
sourceHash: Schema.optional<Schema.String>;
|
|
2998
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
2999
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
3000
|
-
}>>>>;
|
|
3001
2121
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3002
2122
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3003
2123
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3004
2124
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3005
|
-
agents: Schema.$Array<Schema.String>;
|
|
3006
2125
|
}>, Schema.Struct<{
|
|
3007
2126
|
readonly type: Schema.Literal<"workspace">;
|
|
3008
2127
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -3010,14 +2129,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3010
2129
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
3011
2130
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
3012
2131
|
} & {
|
|
3013
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
3014
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
3015
|
-
}>>>>;
|
|
3016
2132
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3017
2133
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3018
2134
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3019
2135
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3020
|
-
agents: Schema.$Array<Schema.String>;
|
|
3021
2136
|
} & {
|
|
3022
2137
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
3023
2138
|
}>]>>>;
|
|
@@ -3029,14 +2144,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3029
2144
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3030
2145
|
} & {
|
|
3031
2146
|
sourceHash: Schema.optional<Schema.String>;
|
|
3032
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
3033
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
3034
|
-
}>>>>;
|
|
3035
2147
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3036
2148
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3037
2149
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3038
2150
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3039
|
-
agents: Schema.$Array<Schema.String>;
|
|
3040
2151
|
}>, Schema.Struct<{
|
|
3041
2152
|
readonly type: Schema.Literal<"gitlab">;
|
|
3042
2153
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -3045,14 +2156,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3045
2156
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3046
2157
|
} & {
|
|
3047
2158
|
sourceHash: Schema.optional<Schema.String>;
|
|
3048
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
3049
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
3050
|
-
}>>>>;
|
|
3051
2159
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3052
2160
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3053
2161
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3054
2162
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3055
|
-
agents: Schema.$Array<Schema.String>;
|
|
3056
2163
|
}>, Schema.Struct<{
|
|
3057
2164
|
readonly type: Schema.Literal<"bitbucket">;
|
|
3058
2165
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -3061,14 +2168,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3061
2168
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3062
2169
|
} & {
|
|
3063
2170
|
sourceHash: Schema.optional<Schema.String>;
|
|
3064
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
3065
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
3066
|
-
}>>>>;
|
|
3067
2171
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3068
2172
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3069
2173
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3070
2174
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3071
|
-
agents: Schema.$Array<Schema.String>;
|
|
3072
2175
|
}>, Schema.Struct<{
|
|
3073
2176
|
readonly type: Schema.Literal<"azurerepos">;
|
|
3074
2177
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -3078,14 +2181,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3078
2181
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3079
2182
|
} & {
|
|
3080
2183
|
sourceHash: Schema.optional<Schema.String>;
|
|
3081
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
3082
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
3083
|
-
}>>>>;
|
|
3084
2184
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3085
2185
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3086
2186
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3087
2187
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3088
|
-
agents: Schema.$Array<Schema.String>;
|
|
3089
2188
|
}>, Schema.Struct<{
|
|
3090
2189
|
readonly type: Schema.Literal<"git">;
|
|
3091
2190
|
readonly url: Schema.String;
|
|
@@ -3093,27 +2192,19 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3093
2192
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3094
2193
|
} & {
|
|
3095
2194
|
sourceHash: Schema.optional<Schema.String>;
|
|
3096
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
3097
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
3098
|
-
}>>>>;
|
|
3099
2195
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3100
2196
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3101
2197
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3102
2198
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3103
|
-
agents: Schema.$Array<Schema.String>;
|
|
3104
2199
|
}>, Schema.Struct<{
|
|
3105
2200
|
readonly type: Schema.Literal<"local">;
|
|
3106
2201
|
readonly path: Schema.String;
|
|
3107
2202
|
} & {
|
|
3108
2203
|
sourceHash: Schema.optional<Schema.String>;
|
|
3109
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
3110
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
3111
|
-
}>>>>;
|
|
3112
2204
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3113
2205
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3114
2206
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3115
2207
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3116
|
-
agents: Schema.$Array<Schema.String>;
|
|
3117
2208
|
}>, Schema.Struct<{
|
|
3118
2209
|
readonly type: Schema.Literal<"registry">;
|
|
3119
2210
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -3124,14 +2215,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3124
2215
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
3125
2216
|
} & {
|
|
3126
2217
|
sourceHash: Schema.optional<Schema.String>;
|
|
3127
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
3128
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
3129
|
-
}>>>>;
|
|
3130
2218
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3131
2219
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3132
2220
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3133
2221
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3134
|
-
agents: Schema.$Array<Schema.String>;
|
|
3135
2222
|
}>, Schema.Struct<{
|
|
3136
2223
|
readonly type: Schema.Literal<"workspace">;
|
|
3137
2224
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -3139,14 +2226,10 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3139
2226
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
3140
2227
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
3141
2228
|
} & {
|
|
3142
|
-
renderedFiles: Schema.optional<Schema.$Record<Schema.String, Schema.$Array<Schema.Struct<{
|
|
3143
|
-
readonly path: Schema.brand<Schema.brand<Schema.String, "RelativePath">, "RenderedFilePath">;
|
|
3144
|
-
}>>>>;
|
|
3145
2229
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3146
2230
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3147
2231
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3148
2232
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3149
|
-
agents: Schema.$Array<Schema.String>;
|
|
3150
2233
|
} & {
|
|
3151
2234
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
3152
2235
|
}>]>>>;
|
|
@@ -3161,7 +2244,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3161
2244
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3162
2245
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3163
2246
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3164
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
3165
2247
|
}>, Schema.Struct<{
|
|
3166
2248
|
readonly type: Schema.Literal<"gitlab">;
|
|
3167
2249
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -3173,7 +2255,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3173
2255
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3174
2256
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3175
2257
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3176
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
3177
2258
|
}>, Schema.Struct<{
|
|
3178
2259
|
readonly type: Schema.Literal<"bitbucket">;
|
|
3179
2260
|
readonly owner: Schema.NonEmptyString;
|
|
@@ -3185,7 +2266,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3185
2266
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3186
2267
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3187
2268
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3188
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
3189
2269
|
}>, Schema.Struct<{
|
|
3190
2270
|
readonly type: Schema.Literal<"azurerepos">;
|
|
3191
2271
|
readonly organization: Schema.NonEmptyString;
|
|
@@ -3198,7 +2278,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3198
2278
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3199
2279
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3200
2280
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3201
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
3202
2281
|
}>, Schema.Struct<{
|
|
3203
2282
|
readonly type: Schema.Literal<"git">;
|
|
3204
2283
|
readonly url: Schema.String;
|
|
@@ -3209,7 +2288,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3209
2288
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3210
2289
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3211
2290
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3212
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
3213
2291
|
}>, Schema.Struct<{
|
|
3214
2292
|
readonly type: Schema.Literal<"local">;
|
|
3215
2293
|
readonly path: Schema.String;
|
|
@@ -3218,7 +2296,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3218
2296
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3219
2297
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3220
2298
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3221
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
3222
2299
|
}>, Schema.Struct<{
|
|
3223
2300
|
readonly type: Schema.Literal<"registry">;
|
|
3224
2301
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -3232,7 +2309,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3232
2309
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3233
2310
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3234
2311
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3235
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
3236
2312
|
}>, Schema.Struct<{
|
|
3237
2313
|
readonly type: Schema.Literal<"workspace">;
|
|
3238
2314
|
readonly owner: Schema.brand<Schema.String, "Handle">;
|
|
@@ -3244,7 +2320,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3244
2320
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3245
2321
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
3246
2322
|
retainedByPack: Schema.optional<Schema.Boolean>;
|
|
3247
|
-
syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
3248
2323
|
} & {
|
|
3249
2324
|
readonly sourceHash: Schema.brand<Schema.String, "SourceHash">;
|
|
3250
2325
|
}>]>, Schema.Struct<{
|
|
@@ -3257,7 +2332,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3257
2332
|
readonly args: Schema.optional<Schema.$Array<Schema.String>>;
|
|
3258
2333
|
readonly url: Schema.optional<Schema.NonEmptyString>;
|
|
3259
2334
|
readonly headers: Schema.optional<Schema.$Record<Schema.String, Schema.String>>;
|
|
3260
|
-
readonly syncedAgents: Schema.optional<Schema.$Array<Schema.String>>;
|
|
3261
2335
|
}>]>>>;
|
|
3262
2336
|
readonly files: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.Struct<{
|
|
3263
2337
|
readonly type: Schema.Literal<"github">;
|
|
@@ -3267,12 +2341,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3267
2341
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3268
2342
|
} & {
|
|
3269
2343
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
3270
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3271
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3272
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3273
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3274
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3275
|
-
}>>>;
|
|
3276
2344
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3277
2345
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3278
2346
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3285,12 +2353,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3285
2353
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3286
2354
|
} & {
|
|
3287
2355
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
3288
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3289
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3290
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3291
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3292
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3293
|
-
}>>>;
|
|
3294
2356
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3295
2357
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3296
2358
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3303,12 +2365,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3303
2365
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3304
2366
|
} & {
|
|
3305
2367
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
3306
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3307
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3308
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3309
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3310
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3311
|
-
}>>>;
|
|
3312
2368
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3313
2369
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3314
2370
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3322,12 +2378,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3322
2378
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3323
2379
|
} & {
|
|
3324
2380
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
3325
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3326
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3327
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3328
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3329
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3330
|
-
}>>>;
|
|
3331
2381
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3332
2382
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3333
2383
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3339,12 +2389,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3339
2389
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3340
2390
|
} & {
|
|
3341
2391
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
3342
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3343
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3344
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3345
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3346
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3347
|
-
}>>>;
|
|
3348
2392
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3349
2393
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3350
2394
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3354,12 +2398,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3354
2398
|
readonly path: Schema.String;
|
|
3355
2399
|
} & {
|
|
3356
2400
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
3357
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3358
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3359
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3360
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3361
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3362
|
-
}>>>;
|
|
3363
2401
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3364
2402
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3365
2403
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3374,12 +2412,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3374
2412
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
3375
2413
|
} & {
|
|
3376
2414
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
3377
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3378
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3379
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3380
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3381
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3382
|
-
}>>>;
|
|
3383
2415
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3384
2416
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3385
2417
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3392,12 +2424,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3392
2424
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
3393
2425
|
} & {
|
|
3394
2426
|
resolvedInputs: Schema.optional<Schema.$Record<Schema.String, Schema.Union<readonly [Schema.String, Schema.Number, Schema.Boolean]>>>;
|
|
3395
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3396
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3397
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3398
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3399
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3400
|
-
}>>>;
|
|
3401
2427
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3402
2428
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3403
2429
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3412,12 +2438,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3412
2438
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3413
2439
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3414
2440
|
} & {
|
|
3415
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3416
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3417
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3418
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3419
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3420
|
-
}>>>;
|
|
3421
2441
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3422
2442
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3423
2443
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3429,12 +2449,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3429
2449
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3430
2450
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3431
2451
|
} & {
|
|
3432
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3433
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3434
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3435
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3436
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3437
|
-
}>>>;
|
|
3438
2452
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3439
2453
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3440
2454
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3446,12 +2460,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3446
2460
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3447
2461
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3448
2462
|
} & {
|
|
3449
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3450
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3451
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3452
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3453
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3454
|
-
}>>>;
|
|
3455
2463
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3456
2464
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3457
2465
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3464,12 +2472,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3464
2472
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3465
2473
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3466
2474
|
} & {
|
|
3467
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3468
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3469
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3470
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3471
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3472
|
-
}>>>;
|
|
3473
2475
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3474
2476
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3475
2477
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3480,12 +2482,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3480
2482
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3481
2483
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3482
2484
|
} & {
|
|
3483
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3484
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3485
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3486
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3487
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3488
|
-
}>>>;
|
|
3489
2485
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3490
2486
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3491
2487
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3494,12 +2490,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3494
2490
|
readonly type: Schema.Literal<"local">;
|
|
3495
2491
|
readonly path: Schema.String;
|
|
3496
2492
|
} & {
|
|
3497
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3498
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3499
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3500
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3501
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3502
|
-
}>>>;
|
|
3503
2493
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3504
2494
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3505
2495
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3513,12 +2503,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3513
2503
|
readonly sourceName: Schema.String;
|
|
3514
2504
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
3515
2505
|
} & {
|
|
3516
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3517
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3518
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3519
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3520
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3521
|
-
}>>>;
|
|
3522
2506
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3523
2507
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3524
2508
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3530,12 +2514,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3530
2514
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
3531
2515
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
3532
2516
|
} & {
|
|
3533
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3534
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3535
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3536
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3537
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3538
|
-
}>>>;
|
|
3539
2517
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3540
2518
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3541
2519
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3550,12 +2528,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3550
2528
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3551
2529
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3552
2530
|
} & {
|
|
3553
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3554
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3555
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3556
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3557
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3558
|
-
}>>>;
|
|
3559
2531
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3560
2532
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3561
2533
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3567,12 +2539,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3567
2539
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3568
2540
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3569
2541
|
} & {
|
|
3570
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3571
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3572
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3573
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3574
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3575
|
-
}>>>;
|
|
3576
2542
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3577
2543
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3578
2544
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3584,12 +2550,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3584
2550
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3585
2551
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3586
2552
|
} & {
|
|
3587
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3588
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3589
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3590
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3591
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3592
|
-
}>>>;
|
|
3593
2553
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3594
2554
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3595
2555
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3602,12 +2562,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3602
2562
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3603
2563
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3604
2564
|
} & {
|
|
3605
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3606
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3607
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3608
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3609
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3610
|
-
}>>>;
|
|
3611
2565
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3612
2566
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3613
2567
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3618,12 +2572,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3618
2572
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3619
2573
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3620
2574
|
} & {
|
|
3621
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3622
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3623
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3624
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3625
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3626
|
-
}>>>;
|
|
3627
2575
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3628
2576
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3629
2577
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3632,12 +2580,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3632
2580
|
readonly type: Schema.Literal<"local">;
|
|
3633
2581
|
readonly path: Schema.String;
|
|
3634
2582
|
} & {
|
|
3635
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3636
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3637
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3638
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3639
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3640
|
-
}>>>;
|
|
3641
2583
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3642
2584
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3643
2585
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3651,12 +2593,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3651
2593
|
readonly sourceName: Schema.String;
|
|
3652
2594
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
3653
2595
|
} & {
|
|
3654
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3655
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3656
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3657
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3658
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3659
|
-
}>>>;
|
|
3660
2596
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3661
2597
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3662
2598
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3668,12 +2604,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3668
2604
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
3669
2605
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
3670
2606
|
} & {
|
|
3671
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3672
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3673
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3674
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3675
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3676
|
-
}>>>;
|
|
3677
2607
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3678
2608
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3679
2609
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3688,12 +2618,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3688
2618
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3689
2619
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3690
2620
|
} & {
|
|
3691
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3692
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3693
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3694
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3695
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3696
|
-
}>>>;
|
|
3697
2621
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3698
2622
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3699
2623
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3705,12 +2629,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3705
2629
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3706
2630
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3707
2631
|
} & {
|
|
3708
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3709
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3710
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3711
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3712
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3713
|
-
}>>>;
|
|
3714
2632
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3715
2633
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3716
2634
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3722,12 +2640,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3722
2640
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3723
2641
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3724
2642
|
} & {
|
|
3725
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3726
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3727
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3728
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3729
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3730
|
-
}>>>;
|
|
3731
2643
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3732
2644
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3733
2645
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3740,12 +2652,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3740
2652
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3741
2653
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3742
2654
|
} & {
|
|
3743
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3744
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3745
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3746
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3747
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3748
|
-
}>>>;
|
|
3749
2655
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3750
2656
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3751
2657
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3756,12 +2662,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3756
2662
|
readonly ref: Schema.optional<Schema.NonEmptyString>;
|
|
3757
2663
|
readonly path: Schema.optional<Schema.NonEmptyString>;
|
|
3758
2664
|
} & {
|
|
3759
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3760
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3761
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3762
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3763
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3764
|
-
}>>>;
|
|
3765
2665
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3766
2666
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3767
2667
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3770,12 +2670,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3770
2670
|
readonly type: Schema.Literal<"local">;
|
|
3771
2671
|
readonly path: Schema.String;
|
|
3772
2672
|
} & {
|
|
3773
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3774
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3775
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3776
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3777
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3778
|
-
}>>>;
|
|
3779
2673
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3780
2674
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3781
2675
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3789,12 +2683,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3789
2683
|
readonly sourceName: Schema.String;
|
|
3790
2684
|
readonly publisherBindingId: Schema.optional<Schema.NonEmptyString>;
|
|
3791
2685
|
} & {
|
|
3792
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3793
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3794
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3795
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3796
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3797
|
-
}>>>;
|
|
3798
2686
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3799
2687
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3800
2688
|
gitTreeHash: Schema.optional<Schema.String>;
|
|
@@ -3806,12 +2694,6 @@ export declare const LockfileSchema: Schema.Struct<{
|
|
|
3806
2694
|
readonly name: Schema.brand<Schema.NonEmptyString, "ExtensionName">;
|
|
3807
2695
|
readonly version: Schema.brand<Schema.String, "Version">;
|
|
3808
2696
|
} & {
|
|
3809
|
-
materializedTargets: Schema.optional<Schema.$Array<Schema.Struct<{
|
|
3810
|
-
readonly target: Schema.brand<Schema.String, "RelativePath">;
|
|
3811
|
-
readonly mode: Schema.Literals<readonly ["sync-once", "sync-always", "managed-region"]>;
|
|
3812
|
-
readonly region: Schema.optional<Schema.NonEmptyString>;
|
|
3813
|
-
readonly renderHash: Schema.optional<Schema.brand<Schema.String, "SourceHash">>;
|
|
3814
|
-
}>>>;
|
|
3815
2697
|
installedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3816
2698
|
updatedAt: Schema.decodeTo<Schema.DateValid, Schema.NonEmptyString, never, never>;
|
|
3817
2699
|
gitTreeHash: Schema.optional<Schema.String>;
|