@contractspec/lib.contracts 0.0.0-canary-20260119224109 → 0.0.0-canary-20260119225944

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.
@@ -1,39 +1,39 @@
1
1
  import { OperationSpec } from "../operations/operation.js";
2
2
  import { OperationSpecRegistry } from "../operations/registry.js";
3
3
  import "../operations/index.js";
4
- import * as _contractspec_lib_schema27 from "@contractspec/lib.schema";
4
+ import * as _contractspec_lib_schema53 from "@contractspec/lib.schema";
5
5
  import { SchemaModel } from "@contractspec/lib.schema";
6
6
 
7
7
  //#region src/app-config/contracts.d.ts
8
8
  declare const UpdateTenantBrandingCommand: OperationSpec<SchemaModel<{
9
9
  tenantId: {
10
- type: _contractspec_lib_schema27.FieldType<string, string>;
10
+ type: _contractspec_lib_schema53.FieldType<string, string>;
11
11
  isOptional: false;
12
12
  };
13
13
  appId: {
14
- type: _contractspec_lib_schema27.FieldType<string, string>;
14
+ type: _contractspec_lib_schema53.FieldType<string, string>;
15
15
  isOptional: false;
16
16
  };
17
17
  environment: {
18
- type: _contractspec_lib_schema27.FieldType<string, string>;
18
+ type: _contractspec_lib_schema53.FieldType<string, string>;
19
19
  isOptional: true;
20
20
  };
21
21
  appName: {
22
- type: _contractspec_lib_schema27.FieldType<Record<string, unknown>, Record<string, unknown>>;
22
+ type: _contractspec_lib_schema53.FieldType<Record<string, unknown>, Record<string, unknown>>;
23
23
  isOptional: true;
24
24
  };
25
25
  assets: {
26
26
  type: SchemaModel<{
27
27
  type: {
28
- type: _contractspec_lib_schema27.FieldType<string, string>;
28
+ type: _contractspec_lib_schema53.FieldType<string, string>;
29
29
  isOptional: false;
30
30
  };
31
31
  url: {
32
- type: _contractspec_lib_schema27.FieldType<string, string>;
32
+ type: _contractspec_lib_schema53.FieldType<string, string>;
33
33
  isOptional: false;
34
34
  };
35
35
  mimeType: {
36
- type: _contractspec_lib_schema27.FieldType<string, string>;
36
+ type: _contractspec_lib_schema53.FieldType<string, string>;
37
37
  isOptional: true;
38
38
  };
39
39
  }>;
@@ -41,92 +41,92 @@ declare const UpdateTenantBrandingCommand: OperationSpec<SchemaModel<{
41
41
  isArray: true;
42
42
  };
43
43
  colors: {
44
- type: _contractspec_lib_schema27.FieldType<Record<string, unknown>, Record<string, unknown>>;
44
+ type: _contractspec_lib_schema53.FieldType<Record<string, unknown>, Record<string, unknown>>;
45
45
  isOptional: true;
46
46
  };
47
47
  customDomain: {
48
- type: _contractspec_lib_schema27.FieldType<string, string>;
48
+ type: _contractspec_lib_schema53.FieldType<string, string>;
49
49
  isOptional: true;
50
50
  };
51
51
  subdomain: {
52
- type: _contractspec_lib_schema27.FieldType<string, string>;
52
+ type: _contractspec_lib_schema53.FieldType<string, string>;
53
53
  isOptional: true;
54
54
  };
55
55
  }>, SchemaModel<{
56
56
  success: {
57
- type: _contractspec_lib_schema27.FieldType<boolean, boolean>;
57
+ type: _contractspec_lib_schema53.FieldType<boolean, boolean>;
58
58
  isOptional: false;
59
59
  };
60
60
  updatedAt: {
61
- type: _contractspec_lib_schema27.FieldType<Date, string>;
61
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
62
62
  isOptional: false;
63
63
  };
64
64
  }>, undefined>;
65
65
  declare const VerifyCustomDomainCommand: OperationSpec<SchemaModel<{
66
66
  tenantId: {
67
- type: _contractspec_lib_schema27.FieldType<string, string>;
67
+ type: _contractspec_lib_schema53.FieldType<string, string>;
68
68
  isOptional: false;
69
69
  };
70
70
  appId: {
71
- type: _contractspec_lib_schema27.FieldType<string, string>;
71
+ type: _contractspec_lib_schema53.FieldType<string, string>;
72
72
  isOptional: false;
73
73
  };
74
74
  domain: {
75
- type: _contractspec_lib_schema27.FieldType<string, string>;
75
+ type: _contractspec_lib_schema53.FieldType<string, string>;
76
76
  isOptional: false;
77
77
  };
78
78
  }>, SchemaModel<{
79
79
  status: {
80
- type: _contractspec_lib_schema27.FieldType<string, string>;
80
+ type: _contractspec_lib_schema53.FieldType<string, string>;
81
81
  isOptional: false;
82
82
  };
83
83
  message: {
84
- type: _contractspec_lib_schema27.FieldType<string, string>;
84
+ type: _contractspec_lib_schema53.FieldType<string, string>;
85
85
  isOptional: true;
86
86
  };
87
87
  }>, undefined>;
88
88
  declare const UpdateBlueprintTranslationCatalogCommand: OperationSpec<SchemaModel<{
89
89
  blueprintName: {
90
- type: _contractspec_lib_schema27.FieldType<string, string>;
90
+ type: _contractspec_lib_schema53.FieldType<string, string>;
91
91
  isOptional: false;
92
92
  };
93
93
  blueprintVersion: {
94
- type: _contractspec_lib_schema27.FieldType<number, number>;
94
+ type: _contractspec_lib_schema53.FieldType<number, number>;
95
95
  isOptional: false;
96
96
  };
97
97
  catalogName: {
98
- type: _contractspec_lib_schema27.FieldType<string, string>;
98
+ type: _contractspec_lib_schema53.FieldType<string, string>;
99
99
  isOptional: false;
100
100
  };
101
101
  catalogVersion: {
102
- type: _contractspec_lib_schema27.FieldType<string, string>;
102
+ type: _contractspec_lib_schema53.FieldType<string, string>;
103
103
  isOptional: false;
104
104
  };
105
105
  defaultLocale: {
106
- type: _contractspec_lib_schema27.FieldType<string, string>;
106
+ type: _contractspec_lib_schema53.FieldType<string, string>;
107
107
  isOptional: false;
108
108
  };
109
109
  supportedLocales: {
110
- type: _contractspec_lib_schema27.FieldType<string, string>;
110
+ type: _contractspec_lib_schema53.FieldType<string, string>;
111
111
  isOptional: false;
112
112
  isArray: true;
113
113
  };
114
114
  entries: {
115
115
  type: SchemaModel<{
116
116
  key: {
117
- type: _contractspec_lib_schema27.FieldType<string, string>;
117
+ type: _contractspec_lib_schema53.FieldType<string, string>;
118
118
  isOptional: false;
119
119
  };
120
120
  locale: {
121
- type: _contractspec_lib_schema27.FieldType<string, string>;
121
+ type: _contractspec_lib_schema53.FieldType<string, string>;
122
122
  isOptional: false;
123
123
  };
124
124
  value: {
125
- type: _contractspec_lib_schema27.FieldType<string, string>;
125
+ type: _contractspec_lib_schema53.FieldType<string, string>;
126
126
  isOptional: false;
127
127
  };
128
128
  context: {
129
- type: _contractspec_lib_schema27.FieldType<string, string>;
129
+ type: _contractspec_lib_schema53.FieldType<string, string>;
130
130
  isOptional: true;
131
131
  };
132
132
  }>;
@@ -135,39 +135,39 @@ declare const UpdateBlueprintTranslationCatalogCommand: OperationSpec<SchemaMode
135
135
  };
136
136
  }>, SchemaModel<{
137
137
  success: {
138
- type: _contractspec_lib_schema27.FieldType<boolean, boolean>;
138
+ type: _contractspec_lib_schema53.FieldType<boolean, boolean>;
139
139
  isOptional: false;
140
140
  };
141
141
  updatedAt: {
142
- type: _contractspec_lib_schema27.FieldType<Date, string>;
142
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
143
143
  isOptional: false;
144
144
  };
145
145
  }>, undefined>;
146
146
  declare const UpdateTenantTranslationOverridesCommand: OperationSpec<SchemaModel<{
147
147
  tenantId: {
148
- type: _contractspec_lib_schema27.FieldType<string, string>;
148
+ type: _contractspec_lib_schema53.FieldType<string, string>;
149
149
  isOptional: false;
150
150
  };
151
151
  appId: {
152
- type: _contractspec_lib_schema27.FieldType<string, string>;
152
+ type: _contractspec_lib_schema53.FieldType<string, string>;
153
153
  isOptional: false;
154
154
  };
155
155
  entries: {
156
156
  type: SchemaModel<{
157
157
  key: {
158
- type: _contractspec_lib_schema27.FieldType<string, string>;
158
+ type: _contractspec_lib_schema53.FieldType<string, string>;
159
159
  isOptional: false;
160
160
  };
161
161
  locale: {
162
- type: _contractspec_lib_schema27.FieldType<string, string>;
162
+ type: _contractspec_lib_schema53.FieldType<string, string>;
163
163
  isOptional: false;
164
164
  };
165
165
  value: {
166
- type: _contractspec_lib_schema27.FieldType<string, string>;
166
+ type: _contractspec_lib_schema53.FieldType<string, string>;
167
167
  isOptional: false;
168
168
  };
169
169
  context: {
170
- type: _contractspec_lib_schema27.FieldType<string, string>;
170
+ type: _contractspec_lib_schema53.FieldType<string, string>;
171
171
  isOptional: true;
172
172
  };
173
173
  }>;
@@ -175,67 +175,67 @@ declare const UpdateTenantTranslationOverridesCommand: OperationSpec<SchemaModel
175
175
  isArray: true;
176
176
  };
177
177
  defaultLocale: {
178
- type: _contractspec_lib_schema27.FieldType<string, string>;
178
+ type: _contractspec_lib_schema53.FieldType<string, string>;
179
179
  isOptional: true;
180
180
  };
181
181
  enabledLocales: {
182
- type: _contractspec_lib_schema27.FieldType<string, string>;
182
+ type: _contractspec_lib_schema53.FieldType<string, string>;
183
183
  isOptional: true;
184
184
  isArray: true;
185
185
  };
186
186
  }>, SchemaModel<{
187
187
  success: {
188
- type: _contractspec_lib_schema27.FieldType<boolean, boolean>;
188
+ type: _contractspec_lib_schema53.FieldType<boolean, boolean>;
189
189
  isOptional: false;
190
190
  };
191
191
  updatedAt: {
192
- type: _contractspec_lib_schema27.FieldType<Date, string>;
192
+ type: _contractspec_lib_schema53.FieldType<Date, string>;
193
193
  isOptional: false;
194
194
  };
195
195
  }>, undefined>;
196
196
  declare const GetResolvedBrandingQuery: OperationSpec<SchemaModel<{
197
197
  tenantId: {
198
- type: _contractspec_lib_schema27.FieldType<string, string>;
198
+ type: _contractspec_lib_schema53.FieldType<string, string>;
199
199
  isOptional: false;
200
200
  };
201
201
  appId: {
202
- type: _contractspec_lib_schema27.FieldType<string, string>;
202
+ type: _contractspec_lib_schema53.FieldType<string, string>;
203
203
  isOptional: false;
204
204
  };
205
205
  environment: {
206
- type: _contractspec_lib_schema27.FieldType<string, string>;
206
+ type: _contractspec_lib_schema53.FieldType<string, string>;
207
207
  isOptional: true;
208
208
  };
209
209
  }>, SchemaModel<{
210
210
  branding: {
211
- type: _contractspec_lib_schema27.FieldType<Record<string, unknown>, Record<string, unknown>>;
211
+ type: _contractspec_lib_schema53.FieldType<Record<string, unknown>, Record<string, unknown>>;
212
212
  isOptional: false;
213
213
  };
214
214
  }>, undefined>;
215
215
  declare const ResolveMessageQuery: OperationSpec<SchemaModel<{
216
216
  tenantId: {
217
- type: _contractspec_lib_schema27.FieldType<string, string>;
217
+ type: _contractspec_lib_schema53.FieldType<string, string>;
218
218
  isOptional: false;
219
219
  };
220
220
  appId: {
221
- type: _contractspec_lib_schema27.FieldType<string, string>;
221
+ type: _contractspec_lib_schema53.FieldType<string, string>;
222
222
  isOptional: false;
223
223
  };
224
224
  locale: {
225
- type: _contractspec_lib_schema27.FieldType<string, string>;
225
+ type: _contractspec_lib_schema53.FieldType<string, string>;
226
226
  isOptional: false;
227
227
  };
228
228
  key: {
229
- type: _contractspec_lib_schema27.FieldType<string, string>;
229
+ type: _contractspec_lib_schema53.FieldType<string, string>;
230
230
  isOptional: false;
231
231
  };
232
232
  }>, SchemaModel<{
233
233
  value: {
234
- type: _contractspec_lib_schema27.FieldType<string, string>;
234
+ type: _contractspec_lib_schema53.FieldType<string, string>;
235
235
  isOptional: true;
236
236
  };
237
237
  source: {
238
- type: _contractspec_lib_schema27.FieldType<string, string>;
238
+ type: _contractspec_lib_schema53.FieldType<string, string>;
239
239
  isOptional: true;
240
240
  };
241
241
  }>, undefined>;
@@ -1,120 +1,120 @@
1
1
  import { EventSpec } from "../events.js";
2
2
  import "../index.js";
3
- import * as _contractspec_lib_schema76 from "@contractspec/lib.schema";
3
+ import * as _contractspec_lib_schema27 from "@contractspec/lib.schema";
4
4
  import { SchemaModel } from "@contractspec/lib.schema";
5
5
 
6
6
  //#region src/app-config/events.d.ts
7
7
  declare const ConfigDraftCreatedEvent: EventSpec<SchemaModel<{
8
8
  tenantId: {
9
- type: _contractspec_lib_schema76.FieldType<string, string>;
9
+ type: _contractspec_lib_schema27.FieldType<string, string>;
10
10
  isOptional: false;
11
11
  };
12
12
  appId: {
13
- type: _contractspec_lib_schema76.FieldType<string, string>;
13
+ type: _contractspec_lib_schema27.FieldType<string, string>;
14
14
  isOptional: false;
15
15
  };
16
16
  version: {
17
- type: _contractspec_lib_schema76.FieldType<string, string>;
17
+ type: _contractspec_lib_schema27.FieldType<string, string>;
18
18
  isOptional: false;
19
19
  };
20
20
  blueprintName: {
21
- type: _contractspec_lib_schema76.FieldType<string, string>;
21
+ type: _contractspec_lib_schema27.FieldType<string, string>;
22
22
  isOptional: false;
23
23
  };
24
24
  blueprintVersion: {
25
- type: _contractspec_lib_schema76.FieldType<string, string>;
25
+ type: _contractspec_lib_schema27.FieldType<string, string>;
26
26
  isOptional: false;
27
27
  };
28
28
  createdBy: {
29
- type: _contractspec_lib_schema76.FieldType<string, string>;
29
+ type: _contractspec_lib_schema27.FieldType<string, string>;
30
30
  isOptional: false;
31
31
  };
32
32
  clonedFrom: {
33
- type: _contractspec_lib_schema76.FieldType<number, number>;
33
+ type: _contractspec_lib_schema27.FieldType<number, number>;
34
34
  isOptional: true;
35
35
  };
36
36
  }>>;
37
37
  declare const ConfigPromotedToPreviewEvent: EventSpec<SchemaModel<{
38
38
  tenantId: {
39
- type: _contractspec_lib_schema76.FieldType<string, string>;
39
+ type: _contractspec_lib_schema27.FieldType<string, string>;
40
40
  isOptional: false;
41
41
  };
42
42
  appId: {
43
- type: _contractspec_lib_schema76.FieldType<string, string>;
43
+ type: _contractspec_lib_schema27.FieldType<string, string>;
44
44
  isOptional: false;
45
45
  };
46
46
  version: {
47
- type: _contractspec_lib_schema76.FieldType<string, string>;
47
+ type: _contractspec_lib_schema27.FieldType<string, string>;
48
48
  isOptional: false;
49
49
  };
50
50
  promotedBy: {
51
- type: _contractspec_lib_schema76.FieldType<string, string>;
51
+ type: _contractspec_lib_schema27.FieldType<string, string>;
52
52
  isOptional: false;
53
53
  };
54
54
  warnings: {
55
- type: _contractspec_lib_schema76.FieldType<string, string>;
55
+ type: _contractspec_lib_schema27.FieldType<string, string>;
56
56
  isOptional: true;
57
57
  isArray: true;
58
58
  };
59
59
  }>>;
60
60
  declare const ConfigPublishedEvent: EventSpec<SchemaModel<{
61
61
  tenantId: {
62
- type: _contractspec_lib_schema76.FieldType<string, string>;
62
+ type: _contractspec_lib_schema27.FieldType<string, string>;
63
63
  isOptional: false;
64
64
  };
65
65
  appId: {
66
- type: _contractspec_lib_schema76.FieldType<string, string>;
66
+ type: _contractspec_lib_schema27.FieldType<string, string>;
67
67
  isOptional: false;
68
68
  };
69
69
  version: {
70
- type: _contractspec_lib_schema76.FieldType<string, string>;
70
+ type: _contractspec_lib_schema27.FieldType<string, string>;
71
71
  isOptional: false;
72
72
  };
73
73
  previousVersion: {
74
- type: _contractspec_lib_schema76.FieldType<string, string>;
74
+ type: _contractspec_lib_schema27.FieldType<string, string>;
75
75
  isOptional: true;
76
76
  };
77
77
  publishedBy: {
78
- type: _contractspec_lib_schema76.FieldType<string, string>;
78
+ type: _contractspec_lib_schema27.FieldType<string, string>;
79
79
  isOptional: false;
80
80
  };
81
81
  changeSummary: {
82
- type: _contractspec_lib_schema76.FieldType<string, string>;
82
+ type: _contractspec_lib_schema27.FieldType<string, string>;
83
83
  isOptional: true;
84
84
  };
85
85
  changedSections: {
86
- type: _contractspec_lib_schema76.FieldType<string, string>;
86
+ type: _contractspec_lib_schema27.FieldType<string, string>;
87
87
  isOptional: true;
88
88
  isArray: true;
89
89
  };
90
90
  }>>;
91
91
  declare const ConfigRolledBackEvent: EventSpec<SchemaModel<{
92
92
  tenantId: {
93
- type: _contractspec_lib_schema76.FieldType<string, string>;
93
+ type: _contractspec_lib_schema27.FieldType<string, string>;
94
94
  isOptional: false;
95
95
  };
96
96
  appId: {
97
- type: _contractspec_lib_schema76.FieldType<string, string>;
97
+ type: _contractspec_lib_schema27.FieldType<string, string>;
98
98
  isOptional: false;
99
99
  };
100
100
  newVersion: {
101
- type: _contractspec_lib_schema76.FieldType<string, string>;
101
+ type: _contractspec_lib_schema27.FieldType<string, string>;
102
102
  isOptional: false;
103
103
  };
104
104
  rolledBackFrom: {
105
- type: _contractspec_lib_schema76.FieldType<string, string>;
105
+ type: _contractspec_lib_schema27.FieldType<string, string>;
106
106
  isOptional: false;
107
107
  };
108
108
  rolledBackTo: {
109
- type: _contractspec_lib_schema76.FieldType<string, string>;
109
+ type: _contractspec_lib_schema27.FieldType<string, string>;
110
110
  isOptional: false;
111
111
  };
112
112
  rolledBackBy: {
113
- type: _contractspec_lib_schema76.FieldType<string, string>;
113
+ type: _contractspec_lib_schema27.FieldType<string, string>;
114
114
  isOptional: false;
115
115
  };
116
116
  reason: {
117
- type: _contractspec_lib_schema76.FieldType<string, string>;
117
+ type: _contractspec_lib_schema27.FieldType<string, string>;
118
118
  isOptional: false;
119
119
  };
120
120
  }>>;
@@ -3,4 +3,5 @@ import { DocPresentationOptions, DocPresentationRoute, docBlockToPresentationSpe
3
3
  import { DocId, DocRegistry, defaultDocRegistry, docId, listRegisteredDocBlocks, registerDocBlocks } from "./registry.js";
4
4
  import { techContractsDocs } from "./tech-contracts.docs.js";
5
5
  import { metaDocs } from "./meta.docs.js";
6
+ import "./tech/cli.docblock.js";
6
7
  export { DocBlock, DocBlockLink, DocId, DocKind, DocPresentationOptions, DocPresentationRoute, DocRegistry, DocVisibility, defaultDocRegistry, docBlockToPresentationSpec, docBlocksToPresentationRoutes, docBlocksToPresentationSpecs, docId, listRegisteredDocBlocks, mapDocRoutes, metaDocs, registerDocBlocks, techContractsDocs };
@@ -3,9 +3,9 @@ import { z as z$1 } from "zod";
3
3
 
4
4
  //#region src/examples/schema.d.ts
5
5
  declare const ExampleKindSchema: z$1.ZodEnum<{
6
- knowledge: "knowledge";
7
6
  library: "library";
8
7
  workflow: "workflow";
8
+ knowledge: "knowledge";
9
9
  template: "template";
10
10
  integration: "integration";
11
11
  blueprint: "blueprint";
@@ -104,9 +104,9 @@ declare const ExampleMetaSchema: z$1.ZodObject<{
104
104
  tags: z$1.ZodArray<z$1.ZodString>;
105
105
  docId: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
106
106
  kind: z$1.ZodEnum<{
107
- knowledge: "knowledge";
108
107
  library: "library";
109
108
  workflow: "workflow";
109
+ knowledge: "knowledge";
110
110
  template: "template";
111
111
  integration: "integration";
112
112
  blueprint: "blueprint";
@@ -152,9 +152,9 @@ declare const ExampleSpecSchema: z$1.ZodObject<{
152
152
  tags: z$1.ZodArray<z$1.ZodString>;
153
153
  docId: z$1.ZodOptional<z$1.ZodArray<z$1.ZodString>>;
154
154
  kind: z$1.ZodEnum<{
155
- knowledge: "knowledge";
156
155
  library: "library";
157
156
  workflow: "workflow";
157
+ knowledge: "knowledge";
158
158
  template: "template";
159
159
  integration: "integration";
160
160
  blueprint: "blueprint";
@@ -224,7 +224,7 @@ declare function safeParseExampleSpec(data: unknown): z$1.ZodSafeParseResult<{
224
224
  stability: "deprecated" | "idea" | "in_creation" | "experimental" | "beta" | "stable";
225
225
  owners: string[];
226
226
  tags: string[];
227
- kind: "knowledge" | "library" | "workflow" | "template" | "integration" | "blueprint" | "ui" | "script";
227
+ kind: "library" | "workflow" | "knowledge" | "template" | "integration" | "blueprint" | "ui" | "script";
228
228
  visibility: "experimental" | "public" | "internal";
229
229
  title?: string | undefined;
230
230
  domain?: string | undefined;
package/dist/index.d.ts CHANGED
@@ -151,5 +151,6 @@ import { CrossValidationContext, ExampleValidationError, ExampleValidationWarnin
151
151
  import { defineExample } from "./examples/index.js";
152
152
  import { ChangeEntry, ChangeType, ChangelogDocBlock, ChangelogEntry, ChangelogJsonExport, ChangelogResult, SemanticVersion, VersionAnalysis, VersionAnalysisResult, VersionBumpType, isChangeType, isChangelogDocBlock, isVersionBumpType } from "./versioning/types.js";
153
153
  import { bumpVersion, compareVersions, determineBumpType, formatVersion, getBumpTypePriority, getMaxBumpType, isValidVersion, isVersionEqual, isVersionGreater, isVersionLess, parseVersion, parseVersionStrict, validateVersion } from "./versioning/utils.js";
154
+ import "./versioning/index.js";
154
155
  import { defineSchemaModel } from "@contractspec/lib.schema";
155
156
  export { AGENT_SYSTEM_PROMPTS, AccountBalanceRecord, Action, ActionExecutionResult, Actor, AgentPrompt, AgentType, AllocationStrategy, AnyEventSpec, AnyOperationSpec, AppBlueprintMeta, AppBlueprintRegistry, AppBlueprintSpec, AppComposition, AppCompositionDeps, AppIntegrationBinding, AppIntegrationSlot, AppKnowledgeBinding, AppRouteConfig, AppThemeBinding, ArrayFieldSpec, Assertion, AssertionResult, AttributeMatcher, BankAccountRecord, BankTransactionRecord, BaseFieldSpec, BatchExportOptions, BehaviorSignal, BehaviorSignalEnvelope, BehaviorSignalProvider, BlueprintTranslationCatalog, BlueprintUpdater, BumpStrategy, BumpStrategySchema, CalendarAttendee, CalendarEvent, CalendarEventInput, CalendarEventUpdateInput, CalendarListEventsQuery, CalendarListEventsResult, CalendarProvider, CalendarReminder, CapabilityKind, CapabilityMeta, CapabilityRef, CapabilityRegistry, CapabilityRequirement, CapabilitySpec, CapabilitySurface, CapabilitySurfaceRef, CapturePaymentInput, ChangeEntry, ChangeType, ChangelogDocBlock, ChangelogEntry, ChangelogFormat, ChangelogFormatSchema, ChangelogJsonExport, ChangelogResult, ChangelogTier, ChangelogTierSchema, Channel, CheckboxFieldSpec, CompensationStep, CompensationStrategy, CompleteOnboardingBaseInput, CompleteOnboardingBaseOutput, CompleteOnboardingBaseSpec, ComponentMap, ComponentVariantDefinition, ComponentVariantSpec, ComposeOptions, ComputationMap, ConnectionStatus, ConsentDefinition, ConstraintDecl, ConstraintHandler, ContractRegistryFile, ContractRegistryFileSchema, ContractRegistryItem, ContractRegistryItemParsed, ContractRegistryItemSchema, ContractRegistryItemType, ContractRegistryItemTypeSchema, ContractRegistryManifest, ContractRegistryManifestParsed, ContractRegistryManifestSchema, ContractSpecType, ContractsrcConfig, ContractsrcFileConfig, ContractsrcSchema, CoverageRequirement, CreateCustomerInput, CreateIntegrationConnection, CreateKnowledgeSource, CreatePaymentIntentInput, CreateRendererOptions, CrossValidationContext, DEFAULT_CONTRACTSRC, DataMigrationStep, DataViewAction, DataViewBaseConfig, DataViewConfig, DataViewDetailConfig, DataViewField, DataViewFieldFormat, DataViewFilter, DataViewGridConfig, DataViewKind, DataViewListConfig, DataViewMeta, DataViewRef, DataViewRegistry, DataViewSections, DataViewSource, DataViewSpec, DataViewStates, DataViewTableColumn, DataViewTableConfig, DecisionContext, DeleteIntegrationConnection, DeleteKnowledgeSource, DeleteObjectInput, DeleteOnboardingDraftBaseSpec, DeleteOnboardingDraftOutput, DocBlock, DocBlockLink, DocId, DocKind, DocPresentationOptions, DocPresentationRoute, DocRegistry, DocVisibility, DriverSlots, EmailAddress, EmailAttachment, EmailInboundProvider, EmailMessage, EmailMessagesSinceQuery, EmailOutboundMessage, EmailOutboundProvider, EmailOutboundResult, EmailThread, EmailThreadListQuery, EmbeddingDocument, EmbeddingProvider, EmbeddingResult, EmbeddingVector, EmitDecl, EmitDeclInline, EmitDeclRef, EnhanceFields, ErrorSignal, ErrorSignalEnvelope, ErrorSignalProvider, EventEnvelope, EventKey, EventParam, EventPublisher, EventRef, EventRegistry, EventSpec, EventSpecMeta, ExampleDocumentation, ExampleDocumentationSchema, ExampleEntrypoints, ExampleEntrypointsSchema, ExampleKind, ExampleKindEnum, ExampleKindSchema, ExampleMcpSupport, ExampleMeta, ExampleMetaSchema, ExampleRegistry, ExampleSandboxMode, ExampleSandboxModeEnum, ExampleSandboxModeSchema, ExampleSandboxSupport, ExampleSpec, ExampleSpecSchema, ExampleStudioSupport, ExampleSurfaces, ExampleSurfacesSchema, ExampleValidationError, ExampleValidationWarning, ExampleVisibility, ExampleVisibilityEnum, ExampleVisibilitySchema, ExecutionStatus, ExecutorProposalSink, ExecutorResultPayload, ExecutorSinkLogger, ExecutorSinkOptions, ExpectErrorAssertion, ExpectEventsAssertion, ExpectOutputAssertion, ExpectedEvent, ExperimentContext, ExperimentEvaluation, ExperimentEvaluator, ExperimentEvaluatorConfig, ExperimentMeta, ExperimentOverride, ExperimentOverrideType, ExperimentRef, ExperimentRegistry, ExperimentSpec, ExperimentVariant, ExportableItem, ExpressionContext, FeatureExportOptions, FeatureExportResult, FeatureFlagState, FeatureLookup, FeatureModuleMeta, FeatureModuleSpec, FeatureRef, FeatureRegistry, FieldLevelDecision, FieldPolicyRule, FieldSpec, FileStateStoreOptions, FilterableItem, Fixture, FolderConventions, FolderConventionsSchema, FormAction, FormOption, FormRef, FormRegistry, FormSpec, FormValuesFor, FormatterConfig, FormatterConfigSchema, FormatterType, FormatterTypeSchema, GetObjectResult, GetOnboardingDraftBaseSpec, GetOnboardingDraftOutput, GroupFieldSpec, GroupKeyFn, GroupedItems, GroupingStrategies, GuardCondition, GuardConditionKind, GuardContext, GuardEvaluator, HandlerCtx, HandlerForOperationSpec, ImplementationPlan, ImplementationRef, ImplementationType, InMemoryStateStore, InstallFeatureDeps, IntegrationByokSetup, IntegrationCapabilityMapping, IntegrationCategory, IntegrationConfigSchema, IntegrationConnection, IntegrationConnectionHealth, IntegrationConnectionMeta, IntegrationHealthCheck, IntegrationMeta, IntegrationOwnershipMode, IntegrationSecretSchema, IntegrationSpec, IntegrationSpecRegistry, IntegrationUsageMetrics, JsonSchema, KnowledgeAccessPolicy, KnowledgeCategory, KnowledgeIndexingConfig, KnowledgeRetentionPolicy, KnowledgeSourceConfig, KnowledgeSourceMeta, KnowledgeSourceType, KnowledgeSpaceMeta, KnowledgeSpaceRegistry, KnowledgeSpaceSpec, LLMChatOptions, LLMContentPart, LLMExportFormat, LLMMessage, LLMProvider, LLMResponse, LLMRole, LLMStreamChunk, LLMTextPart, LLMTokenUsage, LLMToolCallPart, LLMToolDefinition, LLMToolResultPart, ListIntegrationConnections, ListInvoicesQuery, ListKnowledgeSources, ListObjectsQuery, ListObjectsResult, ListTransactionsQuery, Locale, MessageKey, MetricAggregation, MigrationCheck, MigrationExecutor, MigrationMeta, MigrationPlan, MigrationRegistry, MigrationSpec, MigrationStep, MigrationStepBase, MigrationStepKind, MissingReference, ModelRegistry, Money, OPAAdapterOptions, OPAClient, OPAEvaluationResult, OPAPolicyAdapter, OPENBANKING_PII_FIELDS, OPENBANKING_TELEMETRY_EVENTS, ObjectStorageProvider, OpKind, OpRef, OpenApiConfig, OpenApiConfigSchema, OpenApiDocument, OpenApiExportConfig, OpenApiExportConfigSchema, OpenApiExportOptions, OpenApiServer, OpenApiSourceConfig, OpenApiSourceConfigSchema, OpenBankingAccountBalance, OpenBankingAccountDetails, OpenBankingAccountOwnership, OpenBankingAccountSummary, OpenBankingBalanceType, OpenBankingConnectionStatus, OpenBankingFeature, OpenBankingGetAccount, OpenBankingGetAccountDetailsParams, OpenBankingGetBalances, OpenBankingGetBalancesParams, OpenBankingGetConnectionStatusParams, OpenBankingGuardResult, OpenBankingListAccounts, OpenBankingListAccountsParams, OpenBankingListAccountsResult, OpenBankingListTransactions, OpenBankingListTransactionsParams, OpenBankingListTransactionsResult, OpenBankingProvider, OpenBankingRefreshBalances, OpenBankingSyncAccounts, OpenBankingSyncTransactions, OpenBankingTelemetryEvent, OpenBankingTransaction, OperationExecutor, OperationExecutorContext, OperationKey, OperationSpec, OperationSpecInput, OperationSpecMeta, OperationSpecOutput, OperationSpecRegistry, OperationTargetRef, OptionsSource, Owner, OwnerShipMeta, Owners, OwnersEnum, PIIPolicy, PaymentCustomer, PaymentIntent, PaymentIntentStatus, PaymentInvoice, PaymentRefund, PaymentTransaction, PaymentsProvider, PlatformTranslationCatalog, PolicyCondition, PolicyDecider, PolicyDeciderInput, PolicyDecision, PolicyEffect, PolicyEngine, PolicyMeta, PolicyOPAConfig, PolicyRef, PolicyRegistry, PolicyRule, PolicySpec, Predicate, PredicateOp, PresentationRef, PresentationRegistry, PresentationRenderer, PresentationSource, PresentationSourceBlocknotejs, PresentationSourceComponentReact, PresentationSpec, PresentationSpecMeta, PresentationTarget, PresentationValidator, PrismaStateStore, PromptArg, PromptContentPart, PromptMeta, PromptPolicy, PromptRegistry, PromptSpec, PromptStability, ProposalAction, ProposalBlocker, ProposalConfidence, ProposalExecutionResult, ProposalExecutor, ProposalExecutorDeps, ProposalExecutorOptions, ProposalSink, ProposalTarget, PutObjectInput, RadioFieldSpec, RateLimitDefinition, RateLimiter, ReactRenderDescriptor, RefundPaymentInput, RegenerationContext, RegenerationRule, RegenerationTrigger, RegeneratorOptions, RegeneratorService, RegeneratorSignal, RegistryFilter, RelationshipDefinition, RelationshipMatcher, RenderContext, RenderOptions, ResolveAppConfigDeps, ResolvedAppConfig, ResolvedContractsrcConfig, ResolvedIntegration, ResolvedKnowledge, ResolvedTranslation, ResolverMap, ResourceContext, ResourceMatcher, ResourceMeta, ResourceRefDescriptor, ResourceRegistry, ResourceTemplateSpec, RestOptions, RetryPolicy, RnReusablesDriver, RuleSyncConfig, RuleSyncConfigSchema, RuleSyncTarget, RuleSyncTargetSchema, RunMigrationsAction, RunTestsAction, RuntimeContract, RuntimeSpecOutput, RuntimeTelemetryProvider, SLA, SaveOnboardingDraftBaseSpec, SaveOnboardingDraftInput, SaveOnboardingDraftOutput, ScenarioRunResult, SchemaFormat, SchemaFormatSchema, SchemaMarkdownOptions, SchemaMigrationStep, SelectFieldSpec, SemanticVersion, SendSmsInput, ShadcnDriver, SignalAdapters, SignedUrlOptions, SmsDeliveryStatus, SmsMessage, SmsProvider, SpecChangeProposal, SpecExportOptions, SpecExportResult, SpecLookup, SpecPointer, SpecVariantResolver, Stability, StabilityEnum, StateStore, Step, StepAction, StepExecution, StepType, StorageObjectBody, StorageObjectMetadata, SubjectContext, SubjectMatcher, SubjectRelationship, SuccessMetric, SwitchFieldSpec, Tag, Tags, TagsEnum, TargetingRule, TelemetryAnomalyAction, TelemetryAnomalyDetectionConfig, TelemetryAnomalyEvent, TelemetryAnomalyMonitor, TelemetryAnomalyMonitorOptions, TelemetryAnomalyThreshold, TelemetryBinding, TelemetryConfig, TelemetryDispatch, TelemetryEventContext, TelemetryEventDef, TelemetryMeta, TelemetryPrivacyLevel, TelemetryPropertyDef, TelemetryProviderConfig, TelemetryRegistry, TelemetryRetentionConfig, TelemetrySamplingConfig, TelemetrySignal, TelemetrySignalEnvelope, TelemetrySignalProvider, TelemetrySpec, TelemetryTracker, TelemetryTrackerOptions, TelemetryTrigger, TenantAppConfig, TenantAppConfigMeta, TenantConfigUpdater, TenantRouteOverride, TenantSpecOverride, TenantTranslationOverride, TestExecutor, TestIntegrationConnection, TestRegistry, TestRunResult, TestRunner, TestRunnerConfig, TestScenario, TestSpec, TestSpecMeta, TestSpecRef, TestTarget, TextFieldSpec, TextareaFieldSpec, ThemeMeta, ThemeOverride, ThemeRef, ThemeRegistry, ThemeScope, ThemeSpec, ThemeToken, ThemeTokens, TokenCountResult, TransformEngine, Transition, TranslationCatalogMeta, TranslationCatalogPointer, TranslationEntry, TranslationResolver, TriggerKnowledgeSourceSync, TriggerRegenerationAction, TypedOptionsSource, TypedPredicate, TypedWhenClause, UpdateBlueprintAction, UpdateIntegrationConnection, UpdateKnowledgeSource, UpdateTenantConfigAction, ValidateExampleResult, ValidateExamplesResult, ValidateWorkflowSpecOptions, ValidationContext, ValidationIssue, ValidationMigrationStep, ValidationResult, ValidationSeverity, VectorDeleteRequest, VectorDocument, VectorSearchQuery, VectorSearchResult, VectorStoreProvider, VectorUpsertRequest, VerificationIssue, VerificationReport, VerificationTier, VersionAnalysis, VersionAnalysisResult, VersionBumpType, VersioningConfig, VersioningConfigSchema, Voice, VoiceProvider, VoiceSynthesisInput, VoiceSynthesisResult, WhenClause, WorkflowDefinition, WorkflowMeta, WorkflowPreFlightError, WorkflowPreFlightIssue, WorkflowPreFlightIssueSeverity, WorkflowPreFlightIssueType, WorkflowPreFlightResult, WorkflowRegistry, WorkflowRunner, WorkflowRunnerConfig, WorkflowSpec, WorkflowState, WorkflowStateFilters, WorkflowStatus, WorkflowTargetRef, WorkflowValidationError, WorkflowValidationIssue, WorkflowValidationLevel, ZodOperationSpecInput, assertPrimaryOpenBankingReady, assertWorkflowSpecValid, behaviorToEnvelope, buildOPAInput, buildZodWithRelations, bumpVersion, capabilityKey, compareVersions, composeAppConfig, createDefaultIntegrationSpecRegistry, createDefaultTransformEngine, createEngineWithDefaults, createFeatureModule, createFetchHandler, createFileStateStore, createFormRenderer, createMcpServer, dataViewKey, defaultDocRegistry, defaultGqlField, defaultMcpPrompt, defaultMcpTool, defaultRestPath, defineAppConfig, defineCapability, defineCommand, defineDataView, defineEvent, defineExample, defineFeature, defineFormSpec, defineIntegration, definePresentation, definePrompt, defineQuery, defineResourceTemplate, defineSchemaModel, defineTestSpec, defineWorkflow, determineBumpType, docBlockToMarkdown, docBlockToPresentationSpec, docBlocksToPresentationRoutes, docBlocksToPresentationSpecs, docId, elevenLabsIntegrationSpec, elysiaPlugin, emailThreadsKnowledgeSpace, ensurePrimaryOpenBankingIntegration, errorToEnvelope, evalPredicate, evaluateExpression, eventKey, eventToMarkdown, exportFeature, exportSpec, expressRouter, featureToMarkdown, filterBy, financialDocsKnowledgeSpace, financialOverviewKnowledgeSpace, formatPlanForAgent, formatVersion, gcsStorageIntegrationSpec, generateFixViolationsPrompt, generateImplementationPlan, generateImplementationPrompt, generateReviewPrompt, generateTestPrompt, generateVerificationPrompt, getBumpTypePriority, getMaxBumpType, getUniqueDomains, getUniqueOwners, getUniqueTags, gmailIntegrationSpec, googleCalendarIntegrationSpec, groupBy, groupByMultiple, groupByToArray, installFeature, installOp, integrationContracts, isChangeType, isChangelogDocBlock, isEmitDeclRef, isExampleKind, isExampleVisibility, isFeatureRef, isResourceRef, isSpecPointer, isValidVersion, isVersionBumpType, isVersionEqual, isVersionGreater, isVersionLess, jsonSchemaForSpec, knowledgeContracts, listRegisteredDocBlocks, makeAppBlueprintKey, makeEmit, makeExperimentKey, makeIntegrationSpecKey, makeKnowledgeSpaceKey, makeNextAppHandler, makeNextPagesHandler, makeTelemetryKey, makeTestKey, makeThemeRef, mapDocRoutes, metaDocs, mistralIntegrationSpec, op, opKey, openApiForRegistry, openBankingAccountsReadCapability, openBankingBalancesReadCapability, openBankingTransactionsReadCapability, operationSpecToAgentPrompt, operationSpecToContextMarkdown, operationSpecToFullMarkdown, parseExampleDocumentation, parseExampleEntrypoints, parseExampleMeta, parseExampleSpec, parseExampleSurfaces, parseVersion, parseVersionStrict, postmarkIntegrationSpec, powensIntegrationSpec, presentationToMarkdown, productCanonKnowledgeSpace, qdrantIntegrationSpec, redactOpenBankingTelemetryPayload, registerBasicValidation, registerContractsOnBuilder, registerDefaultReactRenderer, registerDocBlocks, registerElevenLabsIntegration, registerEmailThreadsKnowledgeSpace, registerFeature, registerFinancialDocsKnowledgeSpace, registerFinancialOverviewKnowledgeSpace, registerGcsStorageIntegration, registerGmailIntegration, registerGoogleCalendarIntegration, registerIntegrationContracts, registerKnowledgeContracts, registerMistralIntegration, registerOpenBankingCapabilities, registerOpenBankingContracts, registerPostmarkIntegration, registerPowensIntegration, registerProductCanonKnowledgeSpace, registerQdrantIntegration, registerReactToMarkdownRenderer, registerStripeIntegration, registerSupportFaqKnowledgeSpace, registerTwilioSmsIntegration, registerUploadedDocsKnowledgeSpace, renderFeaturePresentation, resolveAppConfig, resourceRef, rnReusablesDriver, safeParseExampleSpec, sanitizeMcpName, schemaToMarkdown, schemaToMarkdownDetail, schemaToMarkdownList, schemaToMarkdownSummary, schemaToMarkdownTable, shadcnDriver, stripeIntegrationSpec, supportFaqKnowledgeSpace, techContractsDocs, telemetryToEnvelope, twilioSmsIntegrationSpec, uploadedDocsKnowledgeSpace, validateBlueprint, validateConfig, validateExample, validateExampleReferences, validateExamples, validateFeatureTargetsV2, validateResolvedConfig, validateTenantConfig, validateVersion, validateWorkflowSpec };