@contractspec/lib.contracts 1.44.1 → 1.45.1
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/README.md +1 -1
- package/dist/app-config/app-config.feature.js +6 -6
- package/dist/app-config/contracts.d.ts +50 -50
- package/dist/app-config/contracts.js +13 -13
- package/dist/app-config/events.d.ts +27 -27
- package/dist/app-config/events.js +12 -12
- package/dist/app-config/lifecycle-contracts.d.ts +54 -54
- package/dist/app-config/lifecycle-contracts.js +19 -19
- package/dist/app-config/lifecycle.d.ts +2 -2
- package/dist/app-config/runtime.d.ts +3 -3
- package/dist/app-config/spec.d.ts +10 -12
- package/dist/app-config/spec.js +5 -26
- package/dist/capabilities/capabilities.d.ts +4 -11
- package/dist/capabilities/capabilities.js +3 -5
- package/dist/capabilities/openbanking.js +10 -10
- package/dist/client/react/form-render.js +1 -0
- package/dist/contract-registry/schemas.d.ts +2 -2
- package/dist/contract-registry/schemas.js +1 -1
- package/dist/contract-registry/types.d.ts +1 -1
- package/dist/data-views/data-views.js +1 -0
- package/dist/data-views/registry.d.ts +3 -37
- package/dist/data-views/registry.js +4 -66
- package/dist/data-views/runtime.d.ts +1 -1
- package/dist/data-views/runtime.js +2 -0
- package/dist/data-views/spec.d.ts +2 -2
- package/dist/docs/index.d.ts +2 -2
- package/dist/docs/index.js +2 -2
- package/dist/docs/presentations.d.ts +2 -4
- package/dist/docs/presentations.js +2 -4
- package/dist/docs/tech/contracts/ops-to-presentation-linking.docblock.js +1 -1
- package/dist/docs/tech/contracts/tests.docblock.js +1 -1
- package/dist/docs/tech-contracts.docs.js +1 -1
- package/dist/docs/types.d.ts +1 -1
- package/dist/events.d.ts +3 -3
- package/dist/examples/docs/examples.docblock.d.ts +6 -0
- package/dist/examples/docs/examples.docblock.js +165 -0
- package/dist/examples/index.d.ts +5 -0
- package/dist/examples/index.js +6 -0
- package/dist/examples/registry.d.ts +65 -0
- package/dist/examples/registry.js +144 -0
- package/dist/examples/schema.d.ts +282 -0
- package/dist/examples/schema.js +125 -0
- package/dist/examples/types.d.ts +167 -0
- package/dist/examples/types.js +43 -0
- package/dist/examples/validation.d.ts +65 -0
- package/dist/examples/validation.js +144 -0
- package/dist/experiments/docs/experiments.docblock.js +1 -1
- package/dist/experiments/evaluator.d.ts +1 -1
- package/dist/experiments/spec-resolver.d.ts +2 -2
- package/dist/experiments/spec.d.ts +6 -8
- package/dist/experiments/spec.js +5 -23
- package/dist/features/index.d.ts +9 -1
- package/dist/features/index.js +8 -1
- package/dist/features/install.js +2 -2
- package/dist/features/types.d.ts +7 -7
- package/dist/forms/forms.d.ts +2 -2
- package/dist/forms/forms.js +3 -6
- package/dist/index.d.ts +13 -8
- package/dist/index.js +11 -2
- package/dist/install.d.ts +9 -9
- package/dist/integrations/connection.d.ts +1 -1
- package/dist/integrations/integrations.feature.js +8 -8
- package/dist/integrations/openbanking/contracts/accounts.d.ts +66 -66
- package/dist/integrations/openbanking/contracts/accounts.js +3 -3
- package/dist/integrations/openbanking/contracts/balances.d.ts +34 -34
- package/dist/integrations/openbanking/contracts/balances.js +2 -2
- package/dist/integrations/openbanking/contracts/transactions.d.ts +48 -48
- package/dist/integrations/openbanking/contracts/transactions.js +2 -2
- package/dist/integrations/openbanking/models.d.ts +55 -55
- package/dist/integrations/openbanking/openbanking.feature.js +10 -10
- package/dist/integrations/operations.d.ts +102 -102
- package/dist/integrations/operations.js +10 -10
- package/dist/integrations/providers/elevenlabs.js +2 -2
- package/dist/integrations/providers/gcs-storage.js +2 -2
- package/dist/integrations/providers/gmail.js +3 -3
- package/dist/integrations/providers/google-calendar.js +2 -2
- package/dist/integrations/providers/mistral.js +3 -3
- package/dist/integrations/providers/postmark.js +2 -2
- package/dist/integrations/providers/powens.js +4 -4
- package/dist/integrations/providers/qdrant.js +3 -3
- package/dist/integrations/providers/stripe.js +2 -2
- package/dist/integrations/providers/twilio-sms.js +2 -2
- package/dist/integrations/runtime.d.ts +5 -5
- package/dist/integrations/spec.d.ts +3 -5
- package/dist/integrations/spec.js +5 -26
- package/dist/jobs/gcp-cloud-tasks.js +1 -1
- package/dist/jobs/gcp-pubsub.js +1 -1
- package/dist/jobs/handlers/ping-handler.d.ts +3 -3
- package/dist/jobs/handlers/ping-handler.js +2 -2
- package/dist/jobs/memory-queue.js +1 -1
- package/dist/jobs/queue.d.ts +4 -4
- package/dist/jobs/scaleway-sqs-queue.js +2 -2
- package/dist/jsonschema.d.ts +4 -4
- package/dist/knowledge/binding.d.ts +1 -1
- package/dist/knowledge/knowledge.feature.js +8 -8
- package/dist/knowledge/operations.d.ts +66 -66
- package/dist/knowledge/operations.js +12 -12
- package/dist/knowledge/source.d.ts +1 -1
- package/dist/knowledge/spaces/email-threads.js +2 -2
- package/dist/knowledge/spaces/financial-docs.js +2 -2
- package/dist/knowledge/spaces/financial-overview.js +2 -2
- package/dist/knowledge/spaces/product-canon.js +2 -2
- package/dist/knowledge/spaces/support-faq.js +2 -2
- package/dist/knowledge/spaces/uploaded-docs.js +2 -2
- package/dist/knowledge/spec.d.ts +3 -5
- package/dist/knowledge/spec.js +6 -28
- package/dist/llm/exporters.js +2 -2
- package/dist/llm/types.d.ts +4 -4
- package/dist/markdown.js +1 -1
- package/dist/migrations.d.ts +2 -2
- package/dist/migrations.js +7 -9
- package/dist/onboarding-base.d.ts +29 -29
- package/dist/onboarding-base.js +4 -4
- package/dist/openapi.js +9 -2
- package/dist/operations/operation.d.ts +3 -3
- package/dist/operations/registry.d.ts +9 -58
- package/dist/operations/registry.js +17 -93
- package/dist/ownership.d.ts +1 -1
- package/dist/policy/docs/policy.docblock.js +1 -1
- package/dist/policy/engine.js +2 -0
- package/dist/policy/spec.d.ts +1 -1
- package/dist/prompt.d.ts +6 -6
- package/dist/promptRegistry.d.ts +4 -4
- package/dist/promptRegistry.js +2 -5
- package/dist/regenerator/docs/regenerator.docblock.js +1 -1
- package/dist/regenerator/types.d.ts +1 -1
- package/dist/registry.d.ts +3 -2
- package/dist/registry.js +5 -5
- package/dist/resources.d.ts +5 -5
- package/dist/server/graphql-pothos.js +2 -2
- package/dist/server/mcp/registerTools.js +1 -1
- package/dist/server/rest-elysia.d.ts +1 -1
- package/dist/server/rest-elysia.js +1 -1
- package/dist/server/rest-express.d.ts +1 -1
- package/dist/server/rest-express.js +1 -1
- package/dist/server/rest-generic.d.ts +1 -1
- package/dist/server/rest-generic.js +1 -1
- package/dist/server/rest-next-app.d.ts +1 -1
- package/dist/server/rest-next-mcp.d.ts +1 -1
- package/dist/server/rest-next-mcp.js +1 -1
- package/dist/server/rest-next-pages.d.ts +1 -1
- package/dist/telemetry/docs/telemetry.docblock.js +1 -1
- package/dist/telemetry/spec.d.ts +7 -7
- package/dist/telemetry/spec.js +17 -44
- package/dist/telemetry/tracker.d.ts +2 -2
- package/dist/tests/runner.d.ts +1 -1
- package/dist/tests/spec.d.ts +5 -5
- package/dist/tests/spec.js +3 -5
- package/dist/themes.d.ts +4 -6
- package/dist/themes.js +5 -27
- package/dist/translations/catalog.d.ts +1 -1
- package/dist/types.d.ts +5 -5
- package/dist/workflow/adapters/db-adapter.js +3 -3
- package/dist/workflow/runner.d.ts +4 -2
- package/dist/workflow/spec.d.ts +4 -17
- package/dist/workflow/spec.js +4 -48
- package/dist/workflow/state.d.ts +1 -1
- package/dist/workflow/validation.js +1 -1
- package/dist/workspace-config/contractsrc-schema.d.ts +346 -346
- package/dist/workspace-config/contractsrc-schema.js +86 -86
- package/package.json +19 -12
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import * as z$
|
|
1
|
+
import * as z$2 from "zod";
|
|
2
2
|
|
|
3
3
|
//#region src/workspace-config/contractsrc-schema.d.ts
|
|
4
4
|
|
|
@@ -6,7 +6,7 @@ import * as z$1 from "zod";
|
|
|
6
6
|
* Schema output format for code generation.
|
|
7
7
|
* Controls how imported/generated schemas are written.
|
|
8
8
|
*/
|
|
9
|
-
declare const SchemaFormatSchema: z$
|
|
9
|
+
declare const SchemaFormatSchema: z$2.ZodEnum<{
|
|
10
10
|
contractspec: "contractspec";
|
|
11
11
|
zod: "zod";
|
|
12
12
|
"json-schema": "json-schema";
|
|
@@ -15,107 +15,107 @@ declare const SchemaFormatSchema: z$1.ZodEnum<{
|
|
|
15
15
|
/**
|
|
16
16
|
* OpenAPI source configuration for import/sync/validate operations.
|
|
17
17
|
*/
|
|
18
|
-
declare const OpenApiSourceConfigSchema: z$
|
|
19
|
-
name: z$
|
|
20
|
-
url: z$
|
|
21
|
-
file: z$
|
|
22
|
-
syncMode: z$
|
|
18
|
+
declare const OpenApiSourceConfigSchema: z$2.ZodObject<{
|
|
19
|
+
name: z$2.ZodString;
|
|
20
|
+
url: z$2.ZodOptional<z$2.ZodURL>;
|
|
21
|
+
file: z$2.ZodOptional<z$2.ZodString>;
|
|
22
|
+
syncMode: z$2.ZodDefault<z$2.ZodEnum<{
|
|
23
23
|
import: "import";
|
|
24
24
|
sync: "sync";
|
|
25
25
|
validate: "validate";
|
|
26
26
|
}>>;
|
|
27
|
-
tags: z$
|
|
28
|
-
exclude: z$
|
|
29
|
-
include: z$
|
|
30
|
-
prefix: z$
|
|
31
|
-
defaultStability: z$
|
|
27
|
+
tags: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
28
|
+
exclude: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
29
|
+
include: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
30
|
+
prefix: z$2.ZodOptional<z$2.ZodString>;
|
|
31
|
+
defaultStability: z$2.ZodOptional<z$2.ZodEnum<{
|
|
32
32
|
experimental: "experimental";
|
|
33
33
|
beta: "beta";
|
|
34
34
|
stable: "stable";
|
|
35
35
|
deprecated: "deprecated";
|
|
36
36
|
}>>;
|
|
37
|
-
defaultAuth: z$
|
|
37
|
+
defaultAuth: z$2.ZodOptional<z$2.ZodEnum<{
|
|
38
38
|
anonymous: "anonymous";
|
|
39
39
|
user: "user";
|
|
40
40
|
admin: "admin";
|
|
41
41
|
}>>;
|
|
42
|
-
defaultOwners: z$
|
|
43
|
-
schemaFormat: z$
|
|
42
|
+
defaultOwners: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
43
|
+
schemaFormat: z$2.ZodDefault<z$2.ZodEnum<{
|
|
44
44
|
contractspec: "contractspec";
|
|
45
45
|
zod: "zod";
|
|
46
46
|
"json-schema": "json-schema";
|
|
47
47
|
graphql: "graphql";
|
|
48
48
|
}>>;
|
|
49
|
-
}, z$
|
|
50
|
-
declare const OpenApiExportConfigSchema: z$
|
|
51
|
-
outputPath: z$
|
|
52
|
-
format: z$
|
|
49
|
+
}, z$2.core.$strip>;
|
|
50
|
+
declare const OpenApiExportConfigSchema: z$2.ZodObject<{
|
|
51
|
+
outputPath: z$2.ZodDefault<z$2.ZodString>;
|
|
52
|
+
format: z$2.ZodDefault<z$2.ZodEnum<{
|
|
53
53
|
json: "json";
|
|
54
54
|
yaml: "yaml";
|
|
55
55
|
}>>;
|
|
56
|
-
title: z$
|
|
57
|
-
version: z$
|
|
58
|
-
description: z$
|
|
59
|
-
servers: z$
|
|
60
|
-
url: z$
|
|
61
|
-
description: z$
|
|
62
|
-
}, z$
|
|
63
|
-
}, z$
|
|
56
|
+
title: z$2.ZodOptional<z$2.ZodString>;
|
|
57
|
+
version: z$2.ZodOptional<z$2.ZodString>;
|
|
58
|
+
description: z$2.ZodOptional<z$2.ZodString>;
|
|
59
|
+
servers: z$2.ZodOptional<z$2.ZodArray<z$2.ZodObject<{
|
|
60
|
+
url: z$2.ZodString;
|
|
61
|
+
description: z$2.ZodOptional<z$2.ZodString>;
|
|
62
|
+
}, z$2.core.$strip>>>;
|
|
63
|
+
}, z$2.core.$strip>;
|
|
64
64
|
/**
|
|
65
65
|
* OpenAPI configuration section.
|
|
66
66
|
*/
|
|
67
|
-
declare const OpenApiConfigSchema: z$
|
|
68
|
-
sources: z$
|
|
69
|
-
name: z$
|
|
70
|
-
url: z$
|
|
71
|
-
file: z$
|
|
72
|
-
syncMode: z$
|
|
67
|
+
declare const OpenApiConfigSchema: z$2.ZodObject<{
|
|
68
|
+
sources: z$2.ZodOptional<z$2.ZodArray<z$2.ZodObject<{
|
|
69
|
+
name: z$2.ZodString;
|
|
70
|
+
url: z$2.ZodOptional<z$2.ZodURL>;
|
|
71
|
+
file: z$2.ZodOptional<z$2.ZodString>;
|
|
72
|
+
syncMode: z$2.ZodDefault<z$2.ZodEnum<{
|
|
73
73
|
import: "import";
|
|
74
74
|
sync: "sync";
|
|
75
75
|
validate: "validate";
|
|
76
76
|
}>>;
|
|
77
|
-
tags: z$
|
|
78
|
-
exclude: z$
|
|
79
|
-
include: z$
|
|
80
|
-
prefix: z$
|
|
81
|
-
defaultStability: z$
|
|
77
|
+
tags: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
78
|
+
exclude: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
79
|
+
include: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
80
|
+
prefix: z$2.ZodOptional<z$2.ZodString>;
|
|
81
|
+
defaultStability: z$2.ZodOptional<z$2.ZodEnum<{
|
|
82
82
|
experimental: "experimental";
|
|
83
83
|
beta: "beta";
|
|
84
84
|
stable: "stable";
|
|
85
85
|
deprecated: "deprecated";
|
|
86
86
|
}>>;
|
|
87
|
-
defaultAuth: z$
|
|
87
|
+
defaultAuth: z$2.ZodOptional<z$2.ZodEnum<{
|
|
88
88
|
anonymous: "anonymous";
|
|
89
89
|
user: "user";
|
|
90
90
|
admin: "admin";
|
|
91
91
|
}>>;
|
|
92
|
-
defaultOwners: z$
|
|
93
|
-
schemaFormat: z$
|
|
92
|
+
defaultOwners: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
93
|
+
schemaFormat: z$2.ZodDefault<z$2.ZodEnum<{
|
|
94
94
|
contractspec: "contractspec";
|
|
95
95
|
zod: "zod";
|
|
96
96
|
"json-schema": "json-schema";
|
|
97
97
|
graphql: "graphql";
|
|
98
98
|
}>>;
|
|
99
|
-
}, z$
|
|
100
|
-
export: z$
|
|
101
|
-
outputPath: z$
|
|
102
|
-
format: z$
|
|
99
|
+
}, z$2.core.$strip>>>;
|
|
100
|
+
export: z$2.ZodOptional<z$2.ZodObject<{
|
|
101
|
+
outputPath: z$2.ZodDefault<z$2.ZodString>;
|
|
102
|
+
format: z$2.ZodDefault<z$2.ZodEnum<{
|
|
103
103
|
json: "json";
|
|
104
104
|
yaml: "yaml";
|
|
105
105
|
}>>;
|
|
106
|
-
title: z$
|
|
107
|
-
version: z$
|
|
108
|
-
description: z$
|
|
109
|
-
servers: z$
|
|
110
|
-
url: z$
|
|
111
|
-
description: z$
|
|
112
|
-
}, z$
|
|
113
|
-
}, z$
|
|
114
|
-
}, z$
|
|
106
|
+
title: z$2.ZodOptional<z$2.ZodString>;
|
|
107
|
+
version: z$2.ZodOptional<z$2.ZodString>;
|
|
108
|
+
description: z$2.ZodOptional<z$2.ZodString>;
|
|
109
|
+
servers: z$2.ZodOptional<z$2.ZodArray<z$2.ZodObject<{
|
|
110
|
+
url: z$2.ZodString;
|
|
111
|
+
description: z$2.ZodOptional<z$2.ZodString>;
|
|
112
|
+
}, z$2.core.$strip>>>;
|
|
113
|
+
}, z$2.core.$strip>>;
|
|
114
|
+
}, z$2.core.$strip>;
|
|
115
115
|
/**
|
|
116
116
|
* Grouping strategy for organizing specs.
|
|
117
117
|
*/
|
|
118
|
-
declare const GroupingStrategySchema: z$
|
|
118
|
+
declare const GroupingStrategySchema: z$2.ZodEnum<{
|
|
119
119
|
"by-tag": "by-tag";
|
|
120
120
|
"by-owner": "by-owner";
|
|
121
121
|
"by-domain": "by-domain";
|
|
@@ -127,8 +127,8 @@ declare const GroupingStrategySchema: z$1.ZodEnum<{
|
|
|
127
127
|
/**
|
|
128
128
|
* Grouping rule configuration.
|
|
129
129
|
*/
|
|
130
|
-
declare const GroupingRuleSchema: z$
|
|
131
|
-
strategy: z$
|
|
130
|
+
declare const GroupingRuleSchema: z$2.ZodObject<{
|
|
131
|
+
strategy: z$2.ZodEnum<{
|
|
132
132
|
"by-tag": "by-tag";
|
|
133
133
|
"by-owner": "by-owner";
|
|
134
134
|
"by-domain": "by-domain";
|
|
@@ -137,21 +137,21 @@ declare const GroupingRuleSchema: z$1.ZodObject<{
|
|
|
137
137
|
"by-feature": "by-feature";
|
|
138
138
|
none: "none";
|
|
139
139
|
}>;
|
|
140
|
-
urlPathLevel: z$
|
|
141
|
-
pattern: z$
|
|
142
|
-
}, z$
|
|
140
|
+
urlPathLevel: z$2.ZodOptional<z$2.ZodNumber>;
|
|
141
|
+
pattern: z$2.ZodOptional<z$2.ZodString>;
|
|
142
|
+
}, z$2.core.$strip>;
|
|
143
143
|
/**
|
|
144
144
|
* Output directory conventions for generated specs.
|
|
145
145
|
*/
|
|
146
|
-
declare const FolderConventionsSchema: z$
|
|
147
|
-
models: z$
|
|
148
|
-
operations: z$
|
|
149
|
-
events: z$
|
|
150
|
-
presentations: z$
|
|
151
|
-
forms: z$
|
|
152
|
-
groupByFeature: z$
|
|
153
|
-
operationsGrouping: z$
|
|
154
|
-
strategy: z$
|
|
146
|
+
declare const FolderConventionsSchema: z$2.ZodObject<{
|
|
147
|
+
models: z$2.ZodDefault<z$2.ZodString>;
|
|
148
|
+
operations: z$2.ZodDefault<z$2.ZodString>;
|
|
149
|
+
events: z$2.ZodDefault<z$2.ZodString>;
|
|
150
|
+
presentations: z$2.ZodDefault<z$2.ZodString>;
|
|
151
|
+
forms: z$2.ZodDefault<z$2.ZodString>;
|
|
152
|
+
groupByFeature: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
153
|
+
operationsGrouping: z$2.ZodOptional<z$2.ZodObject<{
|
|
154
|
+
strategy: z$2.ZodEnum<{
|
|
155
155
|
"by-tag": "by-tag";
|
|
156
156
|
"by-owner": "by-owner";
|
|
157
157
|
"by-domain": "by-domain";
|
|
@@ -160,11 +160,11 @@ declare const FolderConventionsSchema: z$1.ZodObject<{
|
|
|
160
160
|
"by-feature": "by-feature";
|
|
161
161
|
none: "none";
|
|
162
162
|
}>;
|
|
163
|
-
urlPathLevel: z$
|
|
164
|
-
pattern: z$
|
|
165
|
-
}, z$
|
|
166
|
-
modelsGrouping: z$
|
|
167
|
-
strategy: z$
|
|
163
|
+
urlPathLevel: z$2.ZodOptional<z$2.ZodNumber>;
|
|
164
|
+
pattern: z$2.ZodOptional<z$2.ZodString>;
|
|
165
|
+
}, z$2.core.$strip>>;
|
|
166
|
+
modelsGrouping: z$2.ZodOptional<z$2.ZodObject<{
|
|
167
|
+
strategy: z$2.ZodEnum<{
|
|
168
168
|
"by-tag": "by-tag";
|
|
169
169
|
"by-owner": "by-owner";
|
|
170
170
|
"by-domain": "by-domain";
|
|
@@ -173,11 +173,11 @@ declare const FolderConventionsSchema: z$1.ZodObject<{
|
|
|
173
173
|
"by-feature": "by-feature";
|
|
174
174
|
none: "none";
|
|
175
175
|
}>;
|
|
176
|
-
urlPathLevel: z$
|
|
177
|
-
pattern: z$
|
|
178
|
-
}, z$
|
|
179
|
-
eventsGrouping: z$
|
|
180
|
-
strategy: z$
|
|
176
|
+
urlPathLevel: z$2.ZodOptional<z$2.ZodNumber>;
|
|
177
|
+
pattern: z$2.ZodOptional<z$2.ZodString>;
|
|
178
|
+
}, z$2.core.$strip>>;
|
|
179
|
+
eventsGrouping: z$2.ZodOptional<z$2.ZodObject<{
|
|
180
|
+
strategy: z$2.ZodEnum<{
|
|
181
181
|
"by-tag": "by-tag";
|
|
182
182
|
"by-owner": "by-owner";
|
|
183
183
|
"by-domain": "by-domain";
|
|
@@ -186,92 +186,92 @@ declare const FolderConventionsSchema: z$1.ZodObject<{
|
|
|
186
186
|
"by-feature": "by-feature";
|
|
187
187
|
none: "none";
|
|
188
188
|
}>;
|
|
189
|
-
urlPathLevel: z$
|
|
190
|
-
pattern: z$
|
|
191
|
-
}, z$
|
|
192
|
-
}, z$
|
|
189
|
+
urlPathLevel: z$2.ZodOptional<z$2.ZodNumber>;
|
|
190
|
+
pattern: z$2.ZodOptional<z$2.ZodString>;
|
|
191
|
+
}, z$2.core.$strip>>;
|
|
192
|
+
}, z$2.core.$strip>;
|
|
193
193
|
/**
|
|
194
194
|
* PR comment configuration for CI/CD.
|
|
195
195
|
*/
|
|
196
|
-
declare const PrCommentConfigSchema: z$
|
|
197
|
-
enabled: z$
|
|
198
|
-
template: z$
|
|
196
|
+
declare const PrCommentConfigSchema: z$2.ZodObject<{
|
|
197
|
+
enabled: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
198
|
+
template: z$2.ZodDefault<z$2.ZodEnum<{
|
|
199
199
|
minimal: "minimal";
|
|
200
200
|
detailed: "detailed";
|
|
201
201
|
}>>;
|
|
202
|
-
updateExisting: z$
|
|
203
|
-
}, z$
|
|
202
|
+
updateExisting: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
203
|
+
}, z$2.core.$strip>;
|
|
204
204
|
/**
|
|
205
205
|
* GitHub check run configuration for CI/CD.
|
|
206
206
|
*/
|
|
207
|
-
declare const CheckRunConfigSchema: z$
|
|
208
|
-
enabled: z$
|
|
209
|
-
name: z$
|
|
210
|
-
failOnBreaking: z$
|
|
211
|
-
failOnChanges: z$
|
|
212
|
-
}, z$
|
|
207
|
+
declare const CheckRunConfigSchema: z$2.ZodObject<{
|
|
208
|
+
enabled: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
209
|
+
name: z$2.ZodDefault<z$2.ZodString>;
|
|
210
|
+
failOnBreaking: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
211
|
+
failOnChanges: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
212
|
+
}, z$2.core.$strip>;
|
|
213
213
|
/**
|
|
214
214
|
* Impact detection configuration for CI/CD.
|
|
215
215
|
*/
|
|
216
|
-
declare const ImpactConfigSchema: z$
|
|
217
|
-
baseline: z$
|
|
218
|
-
include: z$
|
|
219
|
-
exclude: z$
|
|
220
|
-
}, z$
|
|
216
|
+
declare const ImpactConfigSchema: z$2.ZodObject<{
|
|
217
|
+
baseline: z$2.ZodDefault<z$2.ZodString>;
|
|
218
|
+
include: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
219
|
+
exclude: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
220
|
+
}, z$2.core.$strip>;
|
|
221
221
|
/**
|
|
222
222
|
* CI/CD configuration section.
|
|
223
223
|
*/
|
|
224
|
-
declare const CiConfigSchema: z$
|
|
225
|
-
checks: z$
|
|
226
|
-
skipChecks: z$
|
|
227
|
-
failOnWarnings: z$
|
|
228
|
-
uploadSarif: z$
|
|
229
|
-
prComment: z$
|
|
230
|
-
enabled: z$
|
|
231
|
-
template: z$
|
|
224
|
+
declare const CiConfigSchema: z$2.ZodObject<{
|
|
225
|
+
checks: z$2.ZodDefault<z$2.ZodArray<z$2.ZodString>>;
|
|
226
|
+
skipChecks: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
227
|
+
failOnWarnings: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
228
|
+
uploadSarif: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
229
|
+
prComment: z$2.ZodOptional<z$2.ZodObject<{
|
|
230
|
+
enabled: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
231
|
+
template: z$2.ZodDefault<z$2.ZodEnum<{
|
|
232
232
|
minimal: "minimal";
|
|
233
233
|
detailed: "detailed";
|
|
234
234
|
}>>;
|
|
235
|
-
updateExisting: z$
|
|
236
|
-
}, z$
|
|
237
|
-
checkRun: z$
|
|
238
|
-
enabled: z$
|
|
239
|
-
name: z$
|
|
240
|
-
failOnBreaking: z$
|
|
241
|
-
failOnChanges: z$
|
|
242
|
-
}, z$
|
|
243
|
-
impact: z$
|
|
244
|
-
baseline: z$
|
|
245
|
-
include: z$
|
|
246
|
-
exclude: z$
|
|
247
|
-
}, z$
|
|
248
|
-
}, z$
|
|
235
|
+
updateExisting: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
236
|
+
}, z$2.core.$strip>>;
|
|
237
|
+
checkRun: z$2.ZodOptional<z$2.ZodObject<{
|
|
238
|
+
enabled: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
239
|
+
name: z$2.ZodDefault<z$2.ZodString>;
|
|
240
|
+
failOnBreaking: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
241
|
+
failOnChanges: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
242
|
+
}, z$2.core.$strip>>;
|
|
243
|
+
impact: z$2.ZodOptional<z$2.ZodObject<{
|
|
244
|
+
baseline: z$2.ZodDefault<z$2.ZodString>;
|
|
245
|
+
include: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
246
|
+
exclude: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
247
|
+
}, z$2.core.$strip>>;
|
|
248
|
+
}, z$2.core.$strip>;
|
|
249
249
|
/**
|
|
250
250
|
* External workspace reference for cross-workspace dependencies in meta-repos.
|
|
251
251
|
*/
|
|
252
|
-
declare const ExternalWorkspaceSchema: z$
|
|
253
|
-
alias: z$
|
|
254
|
-
submodule: z$
|
|
255
|
-
packages: z$
|
|
256
|
-
autoResolve: z$
|
|
257
|
-
}, z$
|
|
252
|
+
declare const ExternalWorkspaceSchema: z$2.ZodObject<{
|
|
253
|
+
alias: z$2.ZodString;
|
|
254
|
+
submodule: z$2.ZodString;
|
|
255
|
+
packages: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
256
|
+
autoResolve: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
257
|
+
}, z$2.core.$strip>;
|
|
258
258
|
/**
|
|
259
259
|
* Meta-repo configuration section.
|
|
260
260
|
*/
|
|
261
|
-
declare const MetaRepoConfigSchema: z$
|
|
262
|
-
activeScope: z$
|
|
263
|
-
externalWorkspaces: z$
|
|
264
|
-
alias: z$
|
|
265
|
-
submodule: z$
|
|
266
|
-
packages: z$
|
|
267
|
-
autoResolve: z$
|
|
268
|
-
}, z$
|
|
269
|
-
crossWorkspaceSearch: z$
|
|
270
|
-
}, z$
|
|
261
|
+
declare const MetaRepoConfigSchema: z$2.ZodObject<{
|
|
262
|
+
activeScope: z$2.ZodOptional<z$2.ZodString>;
|
|
263
|
+
externalWorkspaces: z$2.ZodOptional<z$2.ZodArray<z$2.ZodObject<{
|
|
264
|
+
alias: z$2.ZodString;
|
|
265
|
+
submodule: z$2.ZodString;
|
|
266
|
+
packages: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
267
|
+
autoResolve: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
268
|
+
}, z$2.core.$strip>>>;
|
|
269
|
+
crossWorkspaceSearch: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
270
|
+
}, z$2.core.$strip>;
|
|
271
271
|
/**
|
|
272
272
|
* Supported formatter tools.
|
|
273
273
|
*/
|
|
274
|
-
declare const FormatterTypeSchema: z$
|
|
274
|
+
declare const FormatterTypeSchema: z$2.ZodEnum<{
|
|
275
275
|
custom: "custom";
|
|
276
276
|
prettier: "prettier";
|
|
277
277
|
eslint: "eslint";
|
|
@@ -281,23 +281,23 @@ declare const FormatterTypeSchema: z$1.ZodEnum<{
|
|
|
281
281
|
/**
|
|
282
282
|
* Formatter configuration for code generation.
|
|
283
283
|
*/
|
|
284
|
-
declare const FormatterConfigSchema: z$
|
|
285
|
-
enabled: z$
|
|
286
|
-
type: z$
|
|
284
|
+
declare const FormatterConfigSchema: z$2.ZodObject<{
|
|
285
|
+
enabled: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
286
|
+
type: z$2.ZodOptional<z$2.ZodEnum<{
|
|
287
287
|
custom: "custom";
|
|
288
288
|
prettier: "prettier";
|
|
289
289
|
eslint: "eslint";
|
|
290
290
|
biome: "biome";
|
|
291
291
|
dprint: "dprint";
|
|
292
292
|
}>>;
|
|
293
|
-
command: z$
|
|
294
|
-
args: z$
|
|
295
|
-
timeout: z$
|
|
296
|
-
}, z$
|
|
293
|
+
command: z$2.ZodOptional<z$2.ZodString>;
|
|
294
|
+
args: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
295
|
+
timeout: z$2.ZodDefault<z$2.ZodNumber>;
|
|
296
|
+
}, z$2.core.$strip>;
|
|
297
297
|
/**
|
|
298
298
|
* Rule severity levels (inspired by ESLint).
|
|
299
299
|
*/
|
|
300
|
-
declare const RuleSeveritySchema: z$
|
|
300
|
+
declare const RuleSeveritySchema: z$2.ZodEnum<{
|
|
301
301
|
off: "off";
|
|
302
302
|
warn: "warn";
|
|
303
303
|
error: "error";
|
|
@@ -305,7 +305,7 @@ declare const RuleSeveritySchema: z$1.ZodEnum<{
|
|
|
305
305
|
/**
|
|
306
306
|
* Contract kinds for per-kind rule overrides.
|
|
307
307
|
*/
|
|
308
|
-
declare const SpecKindSchema: z$
|
|
308
|
+
declare const SpecKindSchema: z$2.ZodEnum<{
|
|
309
309
|
operation: "operation";
|
|
310
310
|
event: "event";
|
|
311
311
|
presentation: "presentation";
|
|
@@ -320,135 +320,135 @@ declare const SpecKindSchema: z$1.ZodEnum<{
|
|
|
320
320
|
/**
|
|
321
321
|
* Available lint rules with their severity.
|
|
322
322
|
*/
|
|
323
|
-
declare const LintRulesSchema: z$
|
|
324
|
-
'require-acceptance': z$
|
|
323
|
+
declare const LintRulesSchema: z$2.ZodObject<{
|
|
324
|
+
'require-acceptance': z$2.ZodOptional<z$2.ZodEnum<{
|
|
325
325
|
off: "off";
|
|
326
326
|
warn: "warn";
|
|
327
327
|
error: "error";
|
|
328
328
|
}>>;
|
|
329
|
-
'require-examples': z$
|
|
329
|
+
'require-examples': z$2.ZodOptional<z$2.ZodEnum<{
|
|
330
330
|
off: "off";
|
|
331
331
|
warn: "warn";
|
|
332
332
|
error: "error";
|
|
333
333
|
}>>;
|
|
334
|
-
'require-stability': z$
|
|
334
|
+
'require-stability': z$2.ZodOptional<z$2.ZodEnum<{
|
|
335
335
|
off: "off";
|
|
336
336
|
warn: "warn";
|
|
337
337
|
error: "error";
|
|
338
338
|
}>>;
|
|
339
|
-
'require-owners-format': z$
|
|
339
|
+
'require-owners-format': z$2.ZodOptional<z$2.ZodEnum<{
|
|
340
340
|
off: "off";
|
|
341
341
|
warn: "warn";
|
|
342
342
|
error: "error";
|
|
343
343
|
}>>;
|
|
344
|
-
'event-past-tense': z$
|
|
344
|
+
'event-past-tense': z$2.ZodOptional<z$2.ZodEnum<{
|
|
345
345
|
off: "off";
|
|
346
346
|
warn: "warn";
|
|
347
347
|
error: "error";
|
|
348
348
|
}>>;
|
|
349
|
-
'no-todo': z$
|
|
349
|
+
'no-todo': z$2.ZodOptional<z$2.ZodEnum<{
|
|
350
350
|
off: "off";
|
|
351
351
|
warn: "warn";
|
|
352
352
|
error: "error";
|
|
353
353
|
}>>;
|
|
354
|
-
'workflow-transitions': z$
|
|
354
|
+
'workflow-transitions': z$2.ZodOptional<z$2.ZodEnum<{
|
|
355
355
|
off: "off";
|
|
356
356
|
warn: "warn";
|
|
357
357
|
error: "error";
|
|
358
358
|
}>>;
|
|
359
|
-
'telemetry-privacy': z$
|
|
359
|
+
'telemetry-privacy': z$2.ZodOptional<z$2.ZodEnum<{
|
|
360
360
|
off: "off";
|
|
361
361
|
warn: "warn";
|
|
362
362
|
error: "error";
|
|
363
363
|
}>>;
|
|
364
|
-
'experiment-allocation': z$
|
|
364
|
+
'experiment-allocation': z$2.ZodOptional<z$2.ZodEnum<{
|
|
365
365
|
off: "off";
|
|
366
366
|
warn: "warn";
|
|
367
367
|
error: "error";
|
|
368
368
|
}>>;
|
|
369
|
-
'app-config-appid': z$
|
|
369
|
+
'app-config-appid': z$2.ZodOptional<z$2.ZodEnum<{
|
|
370
370
|
off: "off";
|
|
371
371
|
warn: "warn";
|
|
372
372
|
error: "error";
|
|
373
373
|
}>>;
|
|
374
|
-
'app-config-capabilities': z$
|
|
374
|
+
'app-config-capabilities': z$2.ZodOptional<z$2.ZodEnum<{
|
|
375
375
|
off: "off";
|
|
376
376
|
warn: "warn";
|
|
377
377
|
error: "error";
|
|
378
378
|
}>>;
|
|
379
|
-
'data-view-fields': z$
|
|
379
|
+
'data-view-fields': z$2.ZodOptional<z$2.ZodEnum<{
|
|
380
380
|
off: "off";
|
|
381
381
|
warn: "warn";
|
|
382
382
|
error: "error";
|
|
383
383
|
}>>;
|
|
384
|
-
}, z$
|
|
384
|
+
}, z$2.core.$strip>;
|
|
385
385
|
/**
|
|
386
386
|
* Full rules configuration with global defaults and per-kind overrides.
|
|
387
387
|
*/
|
|
388
|
-
declare const RulesConfigSchema: z$
|
|
389
|
-
defaults: z$
|
|
390
|
-
'require-acceptance': z$
|
|
388
|
+
declare const RulesConfigSchema: z$2.ZodObject<{
|
|
389
|
+
defaults: z$2.ZodOptional<z$2.ZodObject<{
|
|
390
|
+
'require-acceptance': z$2.ZodOptional<z$2.ZodEnum<{
|
|
391
391
|
off: "off";
|
|
392
392
|
warn: "warn";
|
|
393
393
|
error: "error";
|
|
394
394
|
}>>;
|
|
395
|
-
'require-examples': z$
|
|
395
|
+
'require-examples': z$2.ZodOptional<z$2.ZodEnum<{
|
|
396
396
|
off: "off";
|
|
397
397
|
warn: "warn";
|
|
398
398
|
error: "error";
|
|
399
399
|
}>>;
|
|
400
|
-
'require-stability': z$
|
|
400
|
+
'require-stability': z$2.ZodOptional<z$2.ZodEnum<{
|
|
401
401
|
off: "off";
|
|
402
402
|
warn: "warn";
|
|
403
403
|
error: "error";
|
|
404
404
|
}>>;
|
|
405
|
-
'require-owners-format': z$
|
|
405
|
+
'require-owners-format': z$2.ZodOptional<z$2.ZodEnum<{
|
|
406
406
|
off: "off";
|
|
407
407
|
warn: "warn";
|
|
408
408
|
error: "error";
|
|
409
409
|
}>>;
|
|
410
|
-
'event-past-tense': z$
|
|
410
|
+
'event-past-tense': z$2.ZodOptional<z$2.ZodEnum<{
|
|
411
411
|
off: "off";
|
|
412
412
|
warn: "warn";
|
|
413
413
|
error: "error";
|
|
414
414
|
}>>;
|
|
415
|
-
'no-todo': z$
|
|
415
|
+
'no-todo': z$2.ZodOptional<z$2.ZodEnum<{
|
|
416
416
|
off: "off";
|
|
417
417
|
warn: "warn";
|
|
418
418
|
error: "error";
|
|
419
419
|
}>>;
|
|
420
|
-
'workflow-transitions': z$
|
|
420
|
+
'workflow-transitions': z$2.ZodOptional<z$2.ZodEnum<{
|
|
421
421
|
off: "off";
|
|
422
422
|
warn: "warn";
|
|
423
423
|
error: "error";
|
|
424
424
|
}>>;
|
|
425
|
-
'telemetry-privacy': z$
|
|
425
|
+
'telemetry-privacy': z$2.ZodOptional<z$2.ZodEnum<{
|
|
426
426
|
off: "off";
|
|
427
427
|
warn: "warn";
|
|
428
428
|
error: "error";
|
|
429
429
|
}>>;
|
|
430
|
-
'experiment-allocation': z$
|
|
430
|
+
'experiment-allocation': z$2.ZodOptional<z$2.ZodEnum<{
|
|
431
431
|
off: "off";
|
|
432
432
|
warn: "warn";
|
|
433
433
|
error: "error";
|
|
434
434
|
}>>;
|
|
435
|
-
'app-config-appid': z$
|
|
435
|
+
'app-config-appid': z$2.ZodOptional<z$2.ZodEnum<{
|
|
436
436
|
off: "off";
|
|
437
437
|
warn: "warn";
|
|
438
438
|
error: "error";
|
|
439
439
|
}>>;
|
|
440
|
-
'app-config-capabilities': z$
|
|
440
|
+
'app-config-capabilities': z$2.ZodOptional<z$2.ZodEnum<{
|
|
441
441
|
off: "off";
|
|
442
442
|
warn: "warn";
|
|
443
443
|
error: "error";
|
|
444
444
|
}>>;
|
|
445
|
-
'data-view-fields': z$
|
|
445
|
+
'data-view-fields': z$2.ZodOptional<z$2.ZodEnum<{
|
|
446
446
|
off: "off";
|
|
447
447
|
warn: "warn";
|
|
448
448
|
error: "error";
|
|
449
449
|
}>>;
|
|
450
|
-
}, z$
|
|
451
|
-
overrides: z$
|
|
450
|
+
}, z$2.core.$strip>>;
|
|
451
|
+
overrides: z$2.ZodOptional<z$2.ZodRecord<z$2.ZodEnum<{
|
|
452
452
|
operation: "operation";
|
|
453
453
|
event: "event";
|
|
454
454
|
presentation: "presentation";
|
|
@@ -459,98 +459,98 @@ declare const RulesConfigSchema: z$1.ZodObject<{
|
|
|
459
459
|
telemetry: "telemetry";
|
|
460
460
|
experiment: "experiment";
|
|
461
461
|
"app-config": "app-config";
|
|
462
|
-
}>, z$
|
|
463
|
-
'require-acceptance': z$
|
|
462
|
+
}>, z$2.ZodObject<{
|
|
463
|
+
'require-acceptance': z$2.ZodOptional<z$2.ZodEnum<{
|
|
464
464
|
off: "off";
|
|
465
465
|
warn: "warn";
|
|
466
466
|
error: "error";
|
|
467
467
|
}>>;
|
|
468
|
-
'require-examples': z$
|
|
468
|
+
'require-examples': z$2.ZodOptional<z$2.ZodEnum<{
|
|
469
469
|
off: "off";
|
|
470
470
|
warn: "warn";
|
|
471
471
|
error: "error";
|
|
472
472
|
}>>;
|
|
473
|
-
'require-stability': z$
|
|
473
|
+
'require-stability': z$2.ZodOptional<z$2.ZodEnum<{
|
|
474
474
|
off: "off";
|
|
475
475
|
warn: "warn";
|
|
476
476
|
error: "error";
|
|
477
477
|
}>>;
|
|
478
|
-
'require-owners-format': z$
|
|
478
|
+
'require-owners-format': z$2.ZodOptional<z$2.ZodEnum<{
|
|
479
479
|
off: "off";
|
|
480
480
|
warn: "warn";
|
|
481
481
|
error: "error";
|
|
482
482
|
}>>;
|
|
483
|
-
'event-past-tense': z$
|
|
483
|
+
'event-past-tense': z$2.ZodOptional<z$2.ZodEnum<{
|
|
484
484
|
off: "off";
|
|
485
485
|
warn: "warn";
|
|
486
486
|
error: "error";
|
|
487
487
|
}>>;
|
|
488
|
-
'no-todo': z$
|
|
488
|
+
'no-todo': z$2.ZodOptional<z$2.ZodEnum<{
|
|
489
489
|
off: "off";
|
|
490
490
|
warn: "warn";
|
|
491
491
|
error: "error";
|
|
492
492
|
}>>;
|
|
493
|
-
'workflow-transitions': z$
|
|
493
|
+
'workflow-transitions': z$2.ZodOptional<z$2.ZodEnum<{
|
|
494
494
|
off: "off";
|
|
495
495
|
warn: "warn";
|
|
496
496
|
error: "error";
|
|
497
497
|
}>>;
|
|
498
|
-
'telemetry-privacy': z$
|
|
498
|
+
'telemetry-privacy': z$2.ZodOptional<z$2.ZodEnum<{
|
|
499
499
|
off: "off";
|
|
500
500
|
warn: "warn";
|
|
501
501
|
error: "error";
|
|
502
502
|
}>>;
|
|
503
|
-
'experiment-allocation': z$
|
|
503
|
+
'experiment-allocation': z$2.ZodOptional<z$2.ZodEnum<{
|
|
504
504
|
off: "off";
|
|
505
505
|
warn: "warn";
|
|
506
506
|
error: "error";
|
|
507
507
|
}>>;
|
|
508
|
-
'app-config-appid': z$
|
|
508
|
+
'app-config-appid': z$2.ZodOptional<z$2.ZodEnum<{
|
|
509
509
|
off: "off";
|
|
510
510
|
warn: "warn";
|
|
511
511
|
error: "error";
|
|
512
512
|
}>>;
|
|
513
|
-
'app-config-capabilities': z$
|
|
513
|
+
'app-config-capabilities': z$2.ZodOptional<z$2.ZodEnum<{
|
|
514
514
|
off: "off";
|
|
515
515
|
warn: "warn";
|
|
516
516
|
error: "error";
|
|
517
517
|
}>>;
|
|
518
|
-
'data-view-fields': z$
|
|
518
|
+
'data-view-fields': z$2.ZodOptional<z$2.ZodEnum<{
|
|
519
519
|
off: "off";
|
|
520
520
|
warn: "warn";
|
|
521
521
|
error: "error";
|
|
522
522
|
}>>;
|
|
523
|
-
}, z$
|
|
524
|
-
}, z$
|
|
523
|
+
}, z$2.core.$strip>>>;
|
|
524
|
+
}, z$2.core.$strip>;
|
|
525
525
|
/**
|
|
526
526
|
* Full ContractSpec configuration schema (.contractsrc.json).
|
|
527
527
|
*/
|
|
528
|
-
declare const ContractsrcSchema: z$
|
|
529
|
-
aiProvider: z$
|
|
528
|
+
declare const ContractsrcSchema: z$2.ZodObject<{
|
|
529
|
+
aiProvider: z$2.ZodDefault<z$2.ZodEnum<{
|
|
530
530
|
custom: "custom";
|
|
531
531
|
claude: "claude";
|
|
532
532
|
openai: "openai";
|
|
533
533
|
ollama: "ollama";
|
|
534
534
|
}>>;
|
|
535
|
-
aiModel: z$
|
|
536
|
-
agentMode: z$
|
|
535
|
+
aiModel: z$2.ZodOptional<z$2.ZodString>;
|
|
536
|
+
agentMode: z$2.ZodDefault<z$2.ZodEnum<{
|
|
537
537
|
simple: "simple";
|
|
538
538
|
cursor: "cursor";
|
|
539
539
|
"claude-code": "claude-code";
|
|
540
540
|
"openai-codex": "openai-codex";
|
|
541
541
|
}>>;
|
|
542
|
-
customEndpoint: z$
|
|
543
|
-
customApiKey: z$
|
|
544
|
-
outputDir: z$
|
|
545
|
-
conventions: z$
|
|
546
|
-
models: z$
|
|
547
|
-
operations: z$
|
|
548
|
-
events: z$
|
|
549
|
-
presentations: z$
|
|
550
|
-
forms: z$
|
|
551
|
-
groupByFeature: z$
|
|
552
|
-
operationsGrouping: z$
|
|
553
|
-
strategy: z$
|
|
542
|
+
customEndpoint: z$2.ZodOptional<z$2.ZodNullable<z$2.ZodURL>>;
|
|
543
|
+
customApiKey: z$2.ZodOptional<z$2.ZodNullable<z$2.ZodString>>;
|
|
544
|
+
outputDir: z$2.ZodDefault<z$2.ZodString>;
|
|
545
|
+
conventions: z$2.ZodObject<{
|
|
546
|
+
models: z$2.ZodDefault<z$2.ZodString>;
|
|
547
|
+
operations: z$2.ZodDefault<z$2.ZodString>;
|
|
548
|
+
events: z$2.ZodDefault<z$2.ZodString>;
|
|
549
|
+
presentations: z$2.ZodDefault<z$2.ZodString>;
|
|
550
|
+
forms: z$2.ZodDefault<z$2.ZodString>;
|
|
551
|
+
groupByFeature: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
552
|
+
operationsGrouping: z$2.ZodOptional<z$2.ZodObject<{
|
|
553
|
+
strategy: z$2.ZodEnum<{
|
|
554
554
|
"by-tag": "by-tag";
|
|
555
555
|
"by-owner": "by-owner";
|
|
556
556
|
"by-domain": "by-domain";
|
|
@@ -559,11 +559,11 @@ declare const ContractsrcSchema: z$1.ZodObject<{
|
|
|
559
559
|
"by-feature": "by-feature";
|
|
560
560
|
none: "none";
|
|
561
561
|
}>;
|
|
562
|
-
urlPathLevel: z$
|
|
563
|
-
pattern: z$
|
|
564
|
-
}, z$
|
|
565
|
-
modelsGrouping: z$
|
|
566
|
-
strategy: z$
|
|
562
|
+
urlPathLevel: z$2.ZodOptional<z$2.ZodNumber>;
|
|
563
|
+
pattern: z$2.ZodOptional<z$2.ZodString>;
|
|
564
|
+
}, z$2.core.$strip>>;
|
|
565
|
+
modelsGrouping: z$2.ZodOptional<z$2.ZodObject<{
|
|
566
|
+
strategy: z$2.ZodEnum<{
|
|
567
567
|
"by-tag": "by-tag";
|
|
568
568
|
"by-owner": "by-owner";
|
|
569
569
|
"by-domain": "by-domain";
|
|
@@ -572,11 +572,11 @@ declare const ContractsrcSchema: z$1.ZodObject<{
|
|
|
572
572
|
"by-feature": "by-feature";
|
|
573
573
|
none: "none";
|
|
574
574
|
}>;
|
|
575
|
-
urlPathLevel: z$
|
|
576
|
-
pattern: z$
|
|
577
|
-
}, z$
|
|
578
|
-
eventsGrouping: z$
|
|
579
|
-
strategy: z$
|
|
575
|
+
urlPathLevel: z$2.ZodOptional<z$2.ZodNumber>;
|
|
576
|
+
pattern: z$2.ZodOptional<z$2.ZodString>;
|
|
577
|
+
}, z$2.core.$strip>>;
|
|
578
|
+
eventsGrouping: z$2.ZodOptional<z$2.ZodObject<{
|
|
579
|
+
strategy: z$2.ZodEnum<{
|
|
580
580
|
"by-tag": "by-tag";
|
|
581
581
|
"by-owner": "by-owner";
|
|
582
582
|
"by-domain": "by-domain";
|
|
@@ -585,162 +585,162 @@ declare const ContractsrcSchema: z$1.ZodObject<{
|
|
|
585
585
|
"by-feature": "by-feature";
|
|
586
586
|
none: "none";
|
|
587
587
|
}>;
|
|
588
|
-
urlPathLevel: z$
|
|
589
|
-
pattern: z$
|
|
590
|
-
}, z$
|
|
591
|
-
}, z$
|
|
592
|
-
defaultOwners: z$
|
|
593
|
-
defaultTags: z$
|
|
594
|
-
packages: z$
|
|
595
|
-
excludePackages: z$
|
|
596
|
-
recursive: z$
|
|
597
|
-
openapi: z$
|
|
598
|
-
sources: z$
|
|
599
|
-
name: z$
|
|
600
|
-
url: z$
|
|
601
|
-
file: z$
|
|
602
|
-
syncMode: z$
|
|
588
|
+
urlPathLevel: z$2.ZodOptional<z$2.ZodNumber>;
|
|
589
|
+
pattern: z$2.ZodOptional<z$2.ZodString>;
|
|
590
|
+
}, z$2.core.$strip>>;
|
|
591
|
+
}, z$2.core.$strip>;
|
|
592
|
+
defaultOwners: z$2.ZodDefault<z$2.ZodArray<z$2.ZodString>>;
|
|
593
|
+
defaultTags: z$2.ZodDefault<z$2.ZodArray<z$2.ZodString>>;
|
|
594
|
+
packages: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
595
|
+
excludePackages: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
596
|
+
recursive: z$2.ZodOptional<z$2.ZodBoolean>;
|
|
597
|
+
openapi: z$2.ZodOptional<z$2.ZodObject<{
|
|
598
|
+
sources: z$2.ZodOptional<z$2.ZodArray<z$2.ZodObject<{
|
|
599
|
+
name: z$2.ZodString;
|
|
600
|
+
url: z$2.ZodOptional<z$2.ZodURL>;
|
|
601
|
+
file: z$2.ZodOptional<z$2.ZodString>;
|
|
602
|
+
syncMode: z$2.ZodDefault<z$2.ZodEnum<{
|
|
603
603
|
import: "import";
|
|
604
604
|
sync: "sync";
|
|
605
605
|
validate: "validate";
|
|
606
606
|
}>>;
|
|
607
|
-
tags: z$
|
|
608
|
-
exclude: z$
|
|
609
|
-
include: z$
|
|
610
|
-
prefix: z$
|
|
611
|
-
defaultStability: z$
|
|
607
|
+
tags: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
608
|
+
exclude: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
609
|
+
include: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
610
|
+
prefix: z$2.ZodOptional<z$2.ZodString>;
|
|
611
|
+
defaultStability: z$2.ZodOptional<z$2.ZodEnum<{
|
|
612
612
|
experimental: "experimental";
|
|
613
613
|
beta: "beta";
|
|
614
614
|
stable: "stable";
|
|
615
615
|
deprecated: "deprecated";
|
|
616
616
|
}>>;
|
|
617
|
-
defaultAuth: z$
|
|
617
|
+
defaultAuth: z$2.ZodOptional<z$2.ZodEnum<{
|
|
618
618
|
anonymous: "anonymous";
|
|
619
619
|
user: "user";
|
|
620
620
|
admin: "admin";
|
|
621
621
|
}>>;
|
|
622
|
-
defaultOwners: z$
|
|
623
|
-
schemaFormat: z$
|
|
622
|
+
defaultOwners: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
623
|
+
schemaFormat: z$2.ZodDefault<z$2.ZodEnum<{
|
|
624
624
|
contractspec: "contractspec";
|
|
625
625
|
zod: "zod";
|
|
626
626
|
"json-schema": "json-schema";
|
|
627
627
|
graphql: "graphql";
|
|
628
628
|
}>>;
|
|
629
|
-
}, z$
|
|
630
|
-
export: z$
|
|
631
|
-
outputPath: z$
|
|
632
|
-
format: z$
|
|
629
|
+
}, z$2.core.$strip>>>;
|
|
630
|
+
export: z$2.ZodOptional<z$2.ZodObject<{
|
|
631
|
+
outputPath: z$2.ZodDefault<z$2.ZodString>;
|
|
632
|
+
format: z$2.ZodDefault<z$2.ZodEnum<{
|
|
633
633
|
json: "json";
|
|
634
634
|
yaml: "yaml";
|
|
635
635
|
}>>;
|
|
636
|
-
title: z$
|
|
637
|
-
version: z$
|
|
638
|
-
description: z$
|
|
639
|
-
servers: z$
|
|
640
|
-
url: z$
|
|
641
|
-
description: z$
|
|
642
|
-
}, z$
|
|
643
|
-
}, z$
|
|
644
|
-
}, z$
|
|
645
|
-
ci: z$
|
|
646
|
-
checks: z$
|
|
647
|
-
skipChecks: z$
|
|
648
|
-
failOnWarnings: z$
|
|
649
|
-
uploadSarif: z$
|
|
650
|
-
prComment: z$
|
|
651
|
-
enabled: z$
|
|
652
|
-
template: z$
|
|
636
|
+
title: z$2.ZodOptional<z$2.ZodString>;
|
|
637
|
+
version: z$2.ZodOptional<z$2.ZodString>;
|
|
638
|
+
description: z$2.ZodOptional<z$2.ZodString>;
|
|
639
|
+
servers: z$2.ZodOptional<z$2.ZodArray<z$2.ZodObject<{
|
|
640
|
+
url: z$2.ZodString;
|
|
641
|
+
description: z$2.ZodOptional<z$2.ZodString>;
|
|
642
|
+
}, z$2.core.$strip>>>;
|
|
643
|
+
}, z$2.core.$strip>>;
|
|
644
|
+
}, z$2.core.$strip>>;
|
|
645
|
+
ci: z$2.ZodOptional<z$2.ZodObject<{
|
|
646
|
+
checks: z$2.ZodDefault<z$2.ZodArray<z$2.ZodString>>;
|
|
647
|
+
skipChecks: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
648
|
+
failOnWarnings: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
649
|
+
uploadSarif: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
650
|
+
prComment: z$2.ZodOptional<z$2.ZodObject<{
|
|
651
|
+
enabled: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
652
|
+
template: z$2.ZodDefault<z$2.ZodEnum<{
|
|
653
653
|
minimal: "minimal";
|
|
654
654
|
detailed: "detailed";
|
|
655
655
|
}>>;
|
|
656
|
-
updateExisting: z$
|
|
657
|
-
}, z$
|
|
658
|
-
checkRun: z$
|
|
659
|
-
enabled: z$
|
|
660
|
-
name: z$
|
|
661
|
-
failOnBreaking: z$
|
|
662
|
-
failOnChanges: z$
|
|
663
|
-
}, z$
|
|
664
|
-
impact: z$
|
|
665
|
-
baseline: z$
|
|
666
|
-
include: z$
|
|
667
|
-
exclude: z$
|
|
668
|
-
}, z$
|
|
669
|
-
}, z$
|
|
670
|
-
metaRepo: z$
|
|
671
|
-
activeScope: z$
|
|
672
|
-
externalWorkspaces: z$
|
|
673
|
-
alias: z$
|
|
674
|
-
submodule: z$
|
|
675
|
-
packages: z$
|
|
676
|
-
autoResolve: z$
|
|
677
|
-
}, z$
|
|
678
|
-
crossWorkspaceSearch: z$
|
|
679
|
-
}, z$
|
|
680
|
-
rules: z$
|
|
681
|
-
defaults: z$
|
|
682
|
-
'require-acceptance': z$
|
|
656
|
+
updateExisting: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
657
|
+
}, z$2.core.$strip>>;
|
|
658
|
+
checkRun: z$2.ZodOptional<z$2.ZodObject<{
|
|
659
|
+
enabled: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
660
|
+
name: z$2.ZodDefault<z$2.ZodString>;
|
|
661
|
+
failOnBreaking: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
662
|
+
failOnChanges: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
663
|
+
}, z$2.core.$strip>>;
|
|
664
|
+
impact: z$2.ZodOptional<z$2.ZodObject<{
|
|
665
|
+
baseline: z$2.ZodDefault<z$2.ZodString>;
|
|
666
|
+
include: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
667
|
+
exclude: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
668
|
+
}, z$2.core.$strip>>;
|
|
669
|
+
}, z$2.core.$strip>>;
|
|
670
|
+
metaRepo: z$2.ZodOptional<z$2.ZodObject<{
|
|
671
|
+
activeScope: z$2.ZodOptional<z$2.ZodString>;
|
|
672
|
+
externalWorkspaces: z$2.ZodOptional<z$2.ZodArray<z$2.ZodObject<{
|
|
673
|
+
alias: z$2.ZodString;
|
|
674
|
+
submodule: z$2.ZodString;
|
|
675
|
+
packages: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
676
|
+
autoResolve: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
677
|
+
}, z$2.core.$strip>>>;
|
|
678
|
+
crossWorkspaceSearch: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
679
|
+
}, z$2.core.$strip>>;
|
|
680
|
+
rules: z$2.ZodOptional<z$2.ZodObject<{
|
|
681
|
+
defaults: z$2.ZodOptional<z$2.ZodObject<{
|
|
682
|
+
'require-acceptance': z$2.ZodOptional<z$2.ZodEnum<{
|
|
683
683
|
off: "off";
|
|
684
684
|
warn: "warn";
|
|
685
685
|
error: "error";
|
|
686
686
|
}>>;
|
|
687
|
-
'require-examples': z$
|
|
687
|
+
'require-examples': z$2.ZodOptional<z$2.ZodEnum<{
|
|
688
688
|
off: "off";
|
|
689
689
|
warn: "warn";
|
|
690
690
|
error: "error";
|
|
691
691
|
}>>;
|
|
692
|
-
'require-stability': z$
|
|
692
|
+
'require-stability': z$2.ZodOptional<z$2.ZodEnum<{
|
|
693
693
|
off: "off";
|
|
694
694
|
warn: "warn";
|
|
695
695
|
error: "error";
|
|
696
696
|
}>>;
|
|
697
|
-
'require-owners-format': z$
|
|
697
|
+
'require-owners-format': z$2.ZodOptional<z$2.ZodEnum<{
|
|
698
698
|
off: "off";
|
|
699
699
|
warn: "warn";
|
|
700
700
|
error: "error";
|
|
701
701
|
}>>;
|
|
702
|
-
'event-past-tense': z$
|
|
702
|
+
'event-past-tense': z$2.ZodOptional<z$2.ZodEnum<{
|
|
703
703
|
off: "off";
|
|
704
704
|
warn: "warn";
|
|
705
705
|
error: "error";
|
|
706
706
|
}>>;
|
|
707
|
-
'no-todo': z$
|
|
707
|
+
'no-todo': z$2.ZodOptional<z$2.ZodEnum<{
|
|
708
708
|
off: "off";
|
|
709
709
|
warn: "warn";
|
|
710
710
|
error: "error";
|
|
711
711
|
}>>;
|
|
712
|
-
'workflow-transitions': z$
|
|
712
|
+
'workflow-transitions': z$2.ZodOptional<z$2.ZodEnum<{
|
|
713
713
|
off: "off";
|
|
714
714
|
warn: "warn";
|
|
715
715
|
error: "error";
|
|
716
716
|
}>>;
|
|
717
|
-
'telemetry-privacy': z$
|
|
717
|
+
'telemetry-privacy': z$2.ZodOptional<z$2.ZodEnum<{
|
|
718
718
|
off: "off";
|
|
719
719
|
warn: "warn";
|
|
720
720
|
error: "error";
|
|
721
721
|
}>>;
|
|
722
|
-
'experiment-allocation': z$
|
|
722
|
+
'experiment-allocation': z$2.ZodOptional<z$2.ZodEnum<{
|
|
723
723
|
off: "off";
|
|
724
724
|
warn: "warn";
|
|
725
725
|
error: "error";
|
|
726
726
|
}>>;
|
|
727
|
-
'app-config-appid': z$
|
|
727
|
+
'app-config-appid': z$2.ZodOptional<z$2.ZodEnum<{
|
|
728
728
|
off: "off";
|
|
729
729
|
warn: "warn";
|
|
730
730
|
error: "error";
|
|
731
731
|
}>>;
|
|
732
|
-
'app-config-capabilities': z$
|
|
732
|
+
'app-config-capabilities': z$2.ZodOptional<z$2.ZodEnum<{
|
|
733
733
|
off: "off";
|
|
734
734
|
warn: "warn";
|
|
735
735
|
error: "error";
|
|
736
736
|
}>>;
|
|
737
|
-
'data-view-fields': z$
|
|
737
|
+
'data-view-fields': z$2.ZodOptional<z$2.ZodEnum<{
|
|
738
738
|
off: "off";
|
|
739
739
|
warn: "warn";
|
|
740
740
|
error: "error";
|
|
741
741
|
}>>;
|
|
742
|
-
}, z$
|
|
743
|
-
overrides: z$
|
|
742
|
+
}, z$2.core.$strip>>;
|
|
743
|
+
overrides: z$2.ZodOptional<z$2.ZodRecord<z$2.ZodEnum<{
|
|
744
744
|
operation: "operation";
|
|
745
745
|
event: "event";
|
|
746
746
|
presentation: "presentation";
|
|
@@ -751,109 +751,109 @@ declare const ContractsrcSchema: z$1.ZodObject<{
|
|
|
751
751
|
telemetry: "telemetry";
|
|
752
752
|
experiment: "experiment";
|
|
753
753
|
"app-config": "app-config";
|
|
754
|
-
}>, z$
|
|
755
|
-
'require-acceptance': z$
|
|
754
|
+
}>, z$2.ZodObject<{
|
|
755
|
+
'require-acceptance': z$2.ZodOptional<z$2.ZodEnum<{
|
|
756
756
|
off: "off";
|
|
757
757
|
warn: "warn";
|
|
758
758
|
error: "error";
|
|
759
759
|
}>>;
|
|
760
|
-
'require-examples': z$
|
|
760
|
+
'require-examples': z$2.ZodOptional<z$2.ZodEnum<{
|
|
761
761
|
off: "off";
|
|
762
762
|
warn: "warn";
|
|
763
763
|
error: "error";
|
|
764
764
|
}>>;
|
|
765
|
-
'require-stability': z$
|
|
765
|
+
'require-stability': z$2.ZodOptional<z$2.ZodEnum<{
|
|
766
766
|
off: "off";
|
|
767
767
|
warn: "warn";
|
|
768
768
|
error: "error";
|
|
769
769
|
}>>;
|
|
770
|
-
'require-owners-format': z$
|
|
770
|
+
'require-owners-format': z$2.ZodOptional<z$2.ZodEnum<{
|
|
771
771
|
off: "off";
|
|
772
772
|
warn: "warn";
|
|
773
773
|
error: "error";
|
|
774
774
|
}>>;
|
|
775
|
-
'event-past-tense': z$
|
|
775
|
+
'event-past-tense': z$2.ZodOptional<z$2.ZodEnum<{
|
|
776
776
|
off: "off";
|
|
777
777
|
warn: "warn";
|
|
778
778
|
error: "error";
|
|
779
779
|
}>>;
|
|
780
|
-
'no-todo': z$
|
|
780
|
+
'no-todo': z$2.ZodOptional<z$2.ZodEnum<{
|
|
781
781
|
off: "off";
|
|
782
782
|
warn: "warn";
|
|
783
783
|
error: "error";
|
|
784
784
|
}>>;
|
|
785
|
-
'workflow-transitions': z$
|
|
785
|
+
'workflow-transitions': z$2.ZodOptional<z$2.ZodEnum<{
|
|
786
786
|
off: "off";
|
|
787
787
|
warn: "warn";
|
|
788
788
|
error: "error";
|
|
789
789
|
}>>;
|
|
790
|
-
'telemetry-privacy': z$
|
|
790
|
+
'telemetry-privacy': z$2.ZodOptional<z$2.ZodEnum<{
|
|
791
791
|
off: "off";
|
|
792
792
|
warn: "warn";
|
|
793
793
|
error: "error";
|
|
794
794
|
}>>;
|
|
795
|
-
'experiment-allocation': z$
|
|
795
|
+
'experiment-allocation': z$2.ZodOptional<z$2.ZodEnum<{
|
|
796
796
|
off: "off";
|
|
797
797
|
warn: "warn";
|
|
798
798
|
error: "error";
|
|
799
799
|
}>>;
|
|
800
|
-
'app-config-appid': z$
|
|
800
|
+
'app-config-appid': z$2.ZodOptional<z$2.ZodEnum<{
|
|
801
801
|
off: "off";
|
|
802
802
|
warn: "warn";
|
|
803
803
|
error: "error";
|
|
804
804
|
}>>;
|
|
805
|
-
'app-config-capabilities': z$
|
|
805
|
+
'app-config-capabilities': z$2.ZodOptional<z$2.ZodEnum<{
|
|
806
806
|
off: "off";
|
|
807
807
|
warn: "warn";
|
|
808
808
|
error: "error";
|
|
809
809
|
}>>;
|
|
810
|
-
'data-view-fields': z$
|
|
810
|
+
'data-view-fields': z$2.ZodOptional<z$2.ZodEnum<{
|
|
811
811
|
off: "off";
|
|
812
812
|
warn: "warn";
|
|
813
813
|
error: "error";
|
|
814
814
|
}>>;
|
|
815
|
-
}, z$
|
|
816
|
-
}, z$
|
|
817
|
-
schemaFormat: z$
|
|
815
|
+
}, z$2.core.$strip>>>;
|
|
816
|
+
}, z$2.core.$strip>>;
|
|
817
|
+
schemaFormat: z$2.ZodDefault<z$2.ZodEnum<{
|
|
818
818
|
contractspec: "contractspec";
|
|
819
819
|
zod: "zod";
|
|
820
820
|
"json-schema": "json-schema";
|
|
821
821
|
graphql: "graphql";
|
|
822
822
|
}>>;
|
|
823
|
-
formatter: z$
|
|
824
|
-
enabled: z$
|
|
825
|
-
type: z$
|
|
823
|
+
formatter: z$2.ZodOptional<z$2.ZodObject<{
|
|
824
|
+
enabled: z$2.ZodDefault<z$2.ZodBoolean>;
|
|
825
|
+
type: z$2.ZodOptional<z$2.ZodEnum<{
|
|
826
826
|
custom: "custom";
|
|
827
827
|
prettier: "prettier";
|
|
828
828
|
eslint: "eslint";
|
|
829
829
|
biome: "biome";
|
|
830
830
|
dprint: "dprint";
|
|
831
831
|
}>>;
|
|
832
|
-
command: z$
|
|
833
|
-
args: z$
|
|
834
|
-
timeout: z$
|
|
835
|
-
}, z$
|
|
836
|
-
}, z$
|
|
837
|
-
type OpenApiSourceConfig = z$
|
|
838
|
-
type OpenApiExportConfig = z$
|
|
839
|
-
type OpenApiConfig = z$
|
|
840
|
-
type FolderConventions = z$
|
|
841
|
-
type ContractsrcConfig = z$
|
|
842
|
-
type GroupingStrategy = z$
|
|
843
|
-
type GroupingRule = z$
|
|
844
|
-
type PrCommentConfig = z$
|
|
845
|
-
type CheckRunConfig = z$
|
|
846
|
-
type ImpactConfig = z$
|
|
847
|
-
type CiConfig = z$
|
|
848
|
-
type ExternalWorkspace = z$
|
|
849
|
-
type MetaRepoConfig = z$
|
|
850
|
-
type RuleSeverity = z$
|
|
851
|
-
type SpecKind = z$
|
|
852
|
-
type LintRules = z$
|
|
853
|
-
type RulesConfig = z$
|
|
854
|
-
type SchemaFormat = z$
|
|
855
|
-
type FormatterType = z$
|
|
856
|
-
type FormatterConfig = z$
|
|
832
|
+
command: z$2.ZodOptional<z$2.ZodString>;
|
|
833
|
+
args: z$2.ZodOptional<z$2.ZodArray<z$2.ZodString>>;
|
|
834
|
+
timeout: z$2.ZodDefault<z$2.ZodNumber>;
|
|
835
|
+
}, z$2.core.$strip>>;
|
|
836
|
+
}, z$2.core.$strip>;
|
|
837
|
+
type OpenApiSourceConfig = z$2.infer<typeof OpenApiSourceConfigSchema>;
|
|
838
|
+
type OpenApiExportConfig = z$2.infer<typeof OpenApiExportConfigSchema>;
|
|
839
|
+
type OpenApiConfig = z$2.infer<typeof OpenApiConfigSchema>;
|
|
840
|
+
type FolderConventions = z$2.infer<typeof FolderConventionsSchema>;
|
|
841
|
+
type ContractsrcConfig = z$2.infer<typeof ContractsrcSchema>;
|
|
842
|
+
type GroupingStrategy = z$2.infer<typeof GroupingStrategySchema>;
|
|
843
|
+
type GroupingRule = z$2.infer<typeof GroupingRuleSchema>;
|
|
844
|
+
type PrCommentConfig = z$2.infer<typeof PrCommentConfigSchema>;
|
|
845
|
+
type CheckRunConfig = z$2.infer<typeof CheckRunConfigSchema>;
|
|
846
|
+
type ImpactConfig = z$2.infer<typeof ImpactConfigSchema>;
|
|
847
|
+
type CiConfig = z$2.infer<typeof CiConfigSchema>;
|
|
848
|
+
type ExternalWorkspace = z$2.infer<typeof ExternalWorkspaceSchema>;
|
|
849
|
+
type MetaRepoConfig = z$2.infer<typeof MetaRepoConfigSchema>;
|
|
850
|
+
type RuleSeverity = z$2.infer<typeof RuleSeveritySchema>;
|
|
851
|
+
type SpecKind = z$2.infer<typeof SpecKindSchema>;
|
|
852
|
+
type LintRules = z$2.infer<typeof LintRulesSchema>;
|
|
853
|
+
type RulesConfig = z$2.infer<typeof RulesConfigSchema>;
|
|
854
|
+
type SchemaFormat = z$2.infer<typeof SchemaFormatSchema>;
|
|
855
|
+
type FormatterType = z$2.infer<typeof FormatterTypeSchema>;
|
|
856
|
+
type FormatterConfig = z$2.infer<typeof FormatterConfigSchema>;
|
|
857
857
|
/**
|
|
858
858
|
* Default configuration values.
|
|
859
859
|
*/
|