@contractspec/lib.contracts 1.44.1 → 1.45.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/app-config/app-config.feature.js +6 -6
- package/dist/app-config/contracts.d.ts +1 -1
- package/dist/app-config/contracts.js +13 -13
- package/dist/app-config/events.d.ts +8 -8
- package/dist/app-config/events.js +12 -12
- package/dist/app-config/lifecycle-contracts.d.ts +11 -11
- 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 +8 -8
- 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 +419 -419
- 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
|
+
deprecated: "deprecated";
|
|
32
33
|
experimental: "experimental";
|
|
33
34
|
beta: "beta";
|
|
34
35
|
stable: "stable";
|
|
35
|
-
deprecated: "deprecated";
|
|
36
36
|
}>>;
|
|
37
|
-
defaultAuth: z$
|
|
38
|
-
anonymous: "anonymous";
|
|
37
|
+
defaultAuth: z$2.ZodOptional<z$2.ZodEnum<{
|
|
39
38
|
user: "user";
|
|
39
|
+
anonymous: "anonymous";
|
|
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
|
+
deprecated: "deprecated";
|
|
82
83
|
experimental: "experimental";
|
|
83
84
|
beta: "beta";
|
|
84
85
|
stable: "stable";
|
|
85
|
-
deprecated: "deprecated";
|
|
86
86
|
}>>;
|
|
87
|
-
defaultAuth: z$
|
|
88
|
-
anonymous: "anonymous";
|
|
87
|
+
defaultAuth: z$2.ZodOptional<z$2.ZodEnum<{
|
|
89
88
|
user: "user";
|
|
89
|
+
anonymous: "anonymous";
|
|
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,276 +281,276 @@ 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
|
+
error: "error";
|
|
301
302
|
off: "off";
|
|
302
303
|
warn: "warn";
|
|
303
|
-
error: "error";
|
|
304
304
|
}>;
|
|
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
|
+
telemetry: "telemetry";
|
|
310
|
+
"data-view": "data-view";
|
|
309
311
|
operation: "operation";
|
|
310
312
|
event: "event";
|
|
311
313
|
presentation: "presentation";
|
|
312
314
|
feature: "feature";
|
|
313
315
|
workflow: "workflow";
|
|
314
|
-
"data-view": "data-view";
|
|
315
316
|
migration: "migration";
|
|
316
|
-
telemetry: "telemetry";
|
|
317
317
|
experiment: "experiment";
|
|
318
318
|
"app-config": "app-config";
|
|
319
319
|
}>;
|
|
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
|
+
error: "error";
|
|
325
326
|
off: "off";
|
|
326
327
|
warn: "warn";
|
|
327
|
-
error: "error";
|
|
328
328
|
}>>;
|
|
329
|
-
'require-examples': z$
|
|
329
|
+
'require-examples': z$2.ZodOptional<z$2.ZodEnum<{
|
|
330
|
+
error: "error";
|
|
330
331
|
off: "off";
|
|
331
332
|
warn: "warn";
|
|
332
|
-
error: "error";
|
|
333
333
|
}>>;
|
|
334
|
-
'require-stability': z$
|
|
334
|
+
'require-stability': z$2.ZodOptional<z$2.ZodEnum<{
|
|
335
|
+
error: "error";
|
|
335
336
|
off: "off";
|
|
336
337
|
warn: "warn";
|
|
337
|
-
error: "error";
|
|
338
338
|
}>>;
|
|
339
|
-
'require-owners-format': z$
|
|
339
|
+
'require-owners-format': z$2.ZodOptional<z$2.ZodEnum<{
|
|
340
|
+
error: "error";
|
|
340
341
|
off: "off";
|
|
341
342
|
warn: "warn";
|
|
342
|
-
error: "error";
|
|
343
343
|
}>>;
|
|
344
|
-
'event-past-tense': z$
|
|
344
|
+
'event-past-tense': z$2.ZodOptional<z$2.ZodEnum<{
|
|
345
|
+
error: "error";
|
|
345
346
|
off: "off";
|
|
346
347
|
warn: "warn";
|
|
347
|
-
error: "error";
|
|
348
348
|
}>>;
|
|
349
|
-
'no-todo': z$
|
|
349
|
+
'no-todo': z$2.ZodOptional<z$2.ZodEnum<{
|
|
350
|
+
error: "error";
|
|
350
351
|
off: "off";
|
|
351
352
|
warn: "warn";
|
|
352
|
-
error: "error";
|
|
353
353
|
}>>;
|
|
354
|
-
'workflow-transitions': z$
|
|
354
|
+
'workflow-transitions': z$2.ZodOptional<z$2.ZodEnum<{
|
|
355
|
+
error: "error";
|
|
355
356
|
off: "off";
|
|
356
357
|
warn: "warn";
|
|
357
|
-
error: "error";
|
|
358
358
|
}>>;
|
|
359
|
-
'telemetry-privacy': z$
|
|
359
|
+
'telemetry-privacy': z$2.ZodOptional<z$2.ZodEnum<{
|
|
360
|
+
error: "error";
|
|
360
361
|
off: "off";
|
|
361
362
|
warn: "warn";
|
|
362
|
-
error: "error";
|
|
363
363
|
}>>;
|
|
364
|
-
'experiment-allocation': z$
|
|
364
|
+
'experiment-allocation': z$2.ZodOptional<z$2.ZodEnum<{
|
|
365
|
+
error: "error";
|
|
365
366
|
off: "off";
|
|
366
367
|
warn: "warn";
|
|
367
|
-
error: "error";
|
|
368
368
|
}>>;
|
|
369
|
-
'app-config-appid': z$
|
|
369
|
+
'app-config-appid': z$2.ZodOptional<z$2.ZodEnum<{
|
|
370
|
+
error: "error";
|
|
370
371
|
off: "off";
|
|
371
372
|
warn: "warn";
|
|
372
|
-
error: "error";
|
|
373
373
|
}>>;
|
|
374
|
-
'app-config-capabilities': z$
|
|
374
|
+
'app-config-capabilities': z$2.ZodOptional<z$2.ZodEnum<{
|
|
375
|
+
error: "error";
|
|
375
376
|
off: "off";
|
|
376
377
|
warn: "warn";
|
|
377
|
-
error: "error";
|
|
378
378
|
}>>;
|
|
379
|
-
'data-view-fields': z$
|
|
379
|
+
'data-view-fields': z$2.ZodOptional<z$2.ZodEnum<{
|
|
380
|
+
error: "error";
|
|
380
381
|
off: "off";
|
|
381
382
|
warn: "warn";
|
|
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
|
+
error: "error";
|
|
391
392
|
off: "off";
|
|
392
393
|
warn: "warn";
|
|
393
|
-
error: "error";
|
|
394
394
|
}>>;
|
|
395
|
-
'require-examples': z$
|
|
395
|
+
'require-examples': z$2.ZodOptional<z$2.ZodEnum<{
|
|
396
|
+
error: "error";
|
|
396
397
|
off: "off";
|
|
397
398
|
warn: "warn";
|
|
398
|
-
error: "error";
|
|
399
399
|
}>>;
|
|
400
|
-
'require-stability': z$
|
|
400
|
+
'require-stability': z$2.ZodOptional<z$2.ZodEnum<{
|
|
401
|
+
error: "error";
|
|
401
402
|
off: "off";
|
|
402
403
|
warn: "warn";
|
|
403
|
-
error: "error";
|
|
404
404
|
}>>;
|
|
405
|
-
'require-owners-format': z$
|
|
405
|
+
'require-owners-format': z$2.ZodOptional<z$2.ZodEnum<{
|
|
406
|
+
error: "error";
|
|
406
407
|
off: "off";
|
|
407
408
|
warn: "warn";
|
|
408
|
-
error: "error";
|
|
409
409
|
}>>;
|
|
410
|
-
'event-past-tense': z$
|
|
410
|
+
'event-past-tense': z$2.ZodOptional<z$2.ZodEnum<{
|
|
411
|
+
error: "error";
|
|
411
412
|
off: "off";
|
|
412
413
|
warn: "warn";
|
|
413
|
-
error: "error";
|
|
414
414
|
}>>;
|
|
415
|
-
'no-todo': z$
|
|
415
|
+
'no-todo': z$2.ZodOptional<z$2.ZodEnum<{
|
|
416
|
+
error: "error";
|
|
416
417
|
off: "off";
|
|
417
418
|
warn: "warn";
|
|
418
|
-
error: "error";
|
|
419
419
|
}>>;
|
|
420
|
-
'workflow-transitions': z$
|
|
420
|
+
'workflow-transitions': z$2.ZodOptional<z$2.ZodEnum<{
|
|
421
|
+
error: "error";
|
|
421
422
|
off: "off";
|
|
422
423
|
warn: "warn";
|
|
423
|
-
error: "error";
|
|
424
424
|
}>>;
|
|
425
|
-
'telemetry-privacy': z$
|
|
425
|
+
'telemetry-privacy': z$2.ZodOptional<z$2.ZodEnum<{
|
|
426
|
+
error: "error";
|
|
426
427
|
off: "off";
|
|
427
428
|
warn: "warn";
|
|
428
|
-
error: "error";
|
|
429
429
|
}>>;
|
|
430
|
-
'experiment-allocation': z$
|
|
430
|
+
'experiment-allocation': z$2.ZodOptional<z$2.ZodEnum<{
|
|
431
|
+
error: "error";
|
|
431
432
|
off: "off";
|
|
432
433
|
warn: "warn";
|
|
433
|
-
error: "error";
|
|
434
434
|
}>>;
|
|
435
|
-
'app-config-appid': z$
|
|
435
|
+
'app-config-appid': z$2.ZodOptional<z$2.ZodEnum<{
|
|
436
|
+
error: "error";
|
|
436
437
|
off: "off";
|
|
437
438
|
warn: "warn";
|
|
438
|
-
error: "error";
|
|
439
439
|
}>>;
|
|
440
|
-
'app-config-capabilities': z$
|
|
440
|
+
'app-config-capabilities': z$2.ZodOptional<z$2.ZodEnum<{
|
|
441
|
+
error: "error";
|
|
441
442
|
off: "off";
|
|
442
443
|
warn: "warn";
|
|
443
|
-
error: "error";
|
|
444
444
|
}>>;
|
|
445
|
-
'data-view-fields': z$
|
|
445
|
+
'data-view-fields': z$2.ZodOptional<z$2.ZodEnum<{
|
|
446
|
+
error: "error";
|
|
446
447
|
off: "off";
|
|
447
448
|
warn: "warn";
|
|
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
|
+
telemetry: "telemetry";
|
|
453
|
+
"data-view": "data-view";
|
|
452
454
|
operation: "operation";
|
|
453
455
|
event: "event";
|
|
454
456
|
presentation: "presentation";
|
|
455
457
|
feature: "feature";
|
|
456
458
|
workflow: "workflow";
|
|
457
|
-
"data-view": "data-view";
|
|
458
459
|
migration: "migration";
|
|
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
|
+
error: "error";
|
|
464
465
|
off: "off";
|
|
465
466
|
warn: "warn";
|
|
466
|
-
error: "error";
|
|
467
467
|
}>>;
|
|
468
|
-
'require-examples': z$
|
|
468
|
+
'require-examples': z$2.ZodOptional<z$2.ZodEnum<{
|
|
469
|
+
error: "error";
|
|
469
470
|
off: "off";
|
|
470
471
|
warn: "warn";
|
|
471
|
-
error: "error";
|
|
472
472
|
}>>;
|
|
473
|
-
'require-stability': z$
|
|
473
|
+
'require-stability': z$2.ZodOptional<z$2.ZodEnum<{
|
|
474
|
+
error: "error";
|
|
474
475
|
off: "off";
|
|
475
476
|
warn: "warn";
|
|
476
|
-
error: "error";
|
|
477
477
|
}>>;
|
|
478
|
-
'require-owners-format': z$
|
|
478
|
+
'require-owners-format': z$2.ZodOptional<z$2.ZodEnum<{
|
|
479
|
+
error: "error";
|
|
479
480
|
off: "off";
|
|
480
481
|
warn: "warn";
|
|
481
|
-
error: "error";
|
|
482
482
|
}>>;
|
|
483
|
-
'event-past-tense': z$
|
|
483
|
+
'event-past-tense': z$2.ZodOptional<z$2.ZodEnum<{
|
|
484
|
+
error: "error";
|
|
484
485
|
off: "off";
|
|
485
486
|
warn: "warn";
|
|
486
|
-
error: "error";
|
|
487
487
|
}>>;
|
|
488
|
-
'no-todo': z$
|
|
488
|
+
'no-todo': z$2.ZodOptional<z$2.ZodEnum<{
|
|
489
|
+
error: "error";
|
|
489
490
|
off: "off";
|
|
490
491
|
warn: "warn";
|
|
491
|
-
error: "error";
|
|
492
492
|
}>>;
|
|
493
|
-
'workflow-transitions': z$
|
|
493
|
+
'workflow-transitions': z$2.ZodOptional<z$2.ZodEnum<{
|
|
494
|
+
error: "error";
|
|
494
495
|
off: "off";
|
|
495
496
|
warn: "warn";
|
|
496
|
-
error: "error";
|
|
497
497
|
}>>;
|
|
498
|
-
'telemetry-privacy': z$
|
|
498
|
+
'telemetry-privacy': z$2.ZodOptional<z$2.ZodEnum<{
|
|
499
|
+
error: "error";
|
|
499
500
|
off: "off";
|
|
500
501
|
warn: "warn";
|
|
501
|
-
error: "error";
|
|
502
502
|
}>>;
|
|
503
|
-
'experiment-allocation': z$
|
|
503
|
+
'experiment-allocation': z$2.ZodOptional<z$2.ZodEnum<{
|
|
504
|
+
error: "error";
|
|
504
505
|
off: "off";
|
|
505
506
|
warn: "warn";
|
|
506
|
-
error: "error";
|
|
507
507
|
}>>;
|
|
508
|
-
'app-config-appid': z$
|
|
508
|
+
'app-config-appid': z$2.ZodOptional<z$2.ZodEnum<{
|
|
509
|
+
error: "error";
|
|
509
510
|
off: "off";
|
|
510
511
|
warn: "warn";
|
|
511
|
-
error: "error";
|
|
512
512
|
}>>;
|
|
513
|
-
'app-config-capabilities': z$
|
|
513
|
+
'app-config-capabilities': z$2.ZodOptional<z$2.ZodEnum<{
|
|
514
|
+
error: "error";
|
|
514
515
|
off: "off";
|
|
515
516
|
warn: "warn";
|
|
516
|
-
error: "error";
|
|
517
517
|
}>>;
|
|
518
|
-
'data-view-fields': z$
|
|
518
|
+
'data-view-fields': z$2.ZodOptional<z$2.ZodEnum<{
|
|
519
|
+
error: "error";
|
|
519
520
|
off: "off";
|
|
520
521
|
warn: "warn";
|
|
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,275 +585,275 @@ 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
|
+
deprecated: "deprecated";
|
|
612
613
|
experimental: "experimental";
|
|
613
614
|
beta: "beta";
|
|
614
615
|
stable: "stable";
|
|
615
|
-
deprecated: "deprecated";
|
|
616
616
|
}>>;
|
|
617
|
-
defaultAuth: z$
|
|
618
|
-
anonymous: "anonymous";
|
|
617
|
+
defaultAuth: z$2.ZodOptional<z$2.ZodEnum<{
|
|
619
618
|
user: "user";
|
|
619
|
+
anonymous: "anonymous";
|
|
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
|
+
error: "error";
|
|
683
684
|
off: "off";
|
|
684
685
|
warn: "warn";
|
|
685
|
-
error: "error";
|
|
686
686
|
}>>;
|
|
687
|
-
'require-examples': z$
|
|
687
|
+
'require-examples': z$2.ZodOptional<z$2.ZodEnum<{
|
|
688
|
+
error: "error";
|
|
688
689
|
off: "off";
|
|
689
690
|
warn: "warn";
|
|
690
|
-
error: "error";
|
|
691
691
|
}>>;
|
|
692
|
-
'require-stability': z$
|
|
692
|
+
'require-stability': z$2.ZodOptional<z$2.ZodEnum<{
|
|
693
|
+
error: "error";
|
|
693
694
|
off: "off";
|
|
694
695
|
warn: "warn";
|
|
695
|
-
error: "error";
|
|
696
696
|
}>>;
|
|
697
|
-
'require-owners-format': z$
|
|
697
|
+
'require-owners-format': z$2.ZodOptional<z$2.ZodEnum<{
|
|
698
|
+
error: "error";
|
|
698
699
|
off: "off";
|
|
699
700
|
warn: "warn";
|
|
700
|
-
error: "error";
|
|
701
701
|
}>>;
|
|
702
|
-
'event-past-tense': z$
|
|
702
|
+
'event-past-tense': z$2.ZodOptional<z$2.ZodEnum<{
|
|
703
|
+
error: "error";
|
|
703
704
|
off: "off";
|
|
704
705
|
warn: "warn";
|
|
705
|
-
error: "error";
|
|
706
706
|
}>>;
|
|
707
|
-
'no-todo': z$
|
|
707
|
+
'no-todo': z$2.ZodOptional<z$2.ZodEnum<{
|
|
708
|
+
error: "error";
|
|
708
709
|
off: "off";
|
|
709
710
|
warn: "warn";
|
|
710
|
-
error: "error";
|
|
711
711
|
}>>;
|
|
712
|
-
'workflow-transitions': z$
|
|
712
|
+
'workflow-transitions': z$2.ZodOptional<z$2.ZodEnum<{
|
|
713
|
+
error: "error";
|
|
713
714
|
off: "off";
|
|
714
715
|
warn: "warn";
|
|
715
|
-
error: "error";
|
|
716
716
|
}>>;
|
|
717
|
-
'telemetry-privacy': z$
|
|
717
|
+
'telemetry-privacy': z$2.ZodOptional<z$2.ZodEnum<{
|
|
718
|
+
error: "error";
|
|
718
719
|
off: "off";
|
|
719
720
|
warn: "warn";
|
|
720
|
-
error: "error";
|
|
721
721
|
}>>;
|
|
722
|
-
'experiment-allocation': z$
|
|
722
|
+
'experiment-allocation': z$2.ZodOptional<z$2.ZodEnum<{
|
|
723
|
+
error: "error";
|
|
723
724
|
off: "off";
|
|
724
725
|
warn: "warn";
|
|
725
|
-
error: "error";
|
|
726
726
|
}>>;
|
|
727
|
-
'app-config-appid': z$
|
|
727
|
+
'app-config-appid': z$2.ZodOptional<z$2.ZodEnum<{
|
|
728
|
+
error: "error";
|
|
728
729
|
off: "off";
|
|
729
730
|
warn: "warn";
|
|
730
|
-
error: "error";
|
|
731
731
|
}>>;
|
|
732
|
-
'app-config-capabilities': z$
|
|
732
|
+
'app-config-capabilities': z$2.ZodOptional<z$2.ZodEnum<{
|
|
733
|
+
error: "error";
|
|
733
734
|
off: "off";
|
|
734
735
|
warn: "warn";
|
|
735
|
-
error: "error";
|
|
736
736
|
}>>;
|
|
737
|
-
'data-view-fields': z$
|
|
737
|
+
'data-view-fields': z$2.ZodOptional<z$2.ZodEnum<{
|
|
738
|
+
error: "error";
|
|
738
739
|
off: "off";
|
|
739
740
|
warn: "warn";
|
|
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
|
+
telemetry: "telemetry";
|
|
745
|
+
"data-view": "data-view";
|
|
744
746
|
operation: "operation";
|
|
745
747
|
event: "event";
|
|
746
748
|
presentation: "presentation";
|
|
747
749
|
feature: "feature";
|
|
748
750
|
workflow: "workflow";
|
|
749
|
-
"data-view": "data-view";
|
|
750
751
|
migration: "migration";
|
|
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
|
+
error: "error";
|
|
756
757
|
off: "off";
|
|
757
758
|
warn: "warn";
|
|
758
|
-
error: "error";
|
|
759
759
|
}>>;
|
|
760
|
-
'require-examples': z$
|
|
760
|
+
'require-examples': z$2.ZodOptional<z$2.ZodEnum<{
|
|
761
|
+
error: "error";
|
|
761
762
|
off: "off";
|
|
762
763
|
warn: "warn";
|
|
763
|
-
error: "error";
|
|
764
764
|
}>>;
|
|
765
|
-
'require-stability': z$
|
|
765
|
+
'require-stability': z$2.ZodOptional<z$2.ZodEnum<{
|
|
766
|
+
error: "error";
|
|
766
767
|
off: "off";
|
|
767
768
|
warn: "warn";
|
|
768
|
-
error: "error";
|
|
769
769
|
}>>;
|
|
770
|
-
'require-owners-format': z$
|
|
770
|
+
'require-owners-format': z$2.ZodOptional<z$2.ZodEnum<{
|
|
771
|
+
error: "error";
|
|
771
772
|
off: "off";
|
|
772
773
|
warn: "warn";
|
|
773
|
-
error: "error";
|
|
774
774
|
}>>;
|
|
775
|
-
'event-past-tense': z$
|
|
775
|
+
'event-past-tense': z$2.ZodOptional<z$2.ZodEnum<{
|
|
776
|
+
error: "error";
|
|
776
777
|
off: "off";
|
|
777
778
|
warn: "warn";
|
|
778
|
-
error: "error";
|
|
779
779
|
}>>;
|
|
780
|
-
'no-todo': z$
|
|
780
|
+
'no-todo': z$2.ZodOptional<z$2.ZodEnum<{
|
|
781
|
+
error: "error";
|
|
781
782
|
off: "off";
|
|
782
783
|
warn: "warn";
|
|
783
|
-
error: "error";
|
|
784
784
|
}>>;
|
|
785
|
-
'workflow-transitions': z$
|
|
785
|
+
'workflow-transitions': z$2.ZodOptional<z$2.ZodEnum<{
|
|
786
|
+
error: "error";
|
|
786
787
|
off: "off";
|
|
787
788
|
warn: "warn";
|
|
788
|
-
error: "error";
|
|
789
789
|
}>>;
|
|
790
|
-
'telemetry-privacy': z$
|
|
790
|
+
'telemetry-privacy': z$2.ZodOptional<z$2.ZodEnum<{
|
|
791
|
+
error: "error";
|
|
791
792
|
off: "off";
|
|
792
793
|
warn: "warn";
|
|
793
|
-
error: "error";
|
|
794
794
|
}>>;
|
|
795
|
-
'experiment-allocation': z$
|
|
795
|
+
'experiment-allocation': z$2.ZodOptional<z$2.ZodEnum<{
|
|
796
|
+
error: "error";
|
|
796
797
|
off: "off";
|
|
797
798
|
warn: "warn";
|
|
798
|
-
error: "error";
|
|
799
799
|
}>>;
|
|
800
|
-
'app-config-appid': z$
|
|
800
|
+
'app-config-appid': z$2.ZodOptional<z$2.ZodEnum<{
|
|
801
|
+
error: "error";
|
|
801
802
|
off: "off";
|
|
802
803
|
warn: "warn";
|
|
803
|
-
error: "error";
|
|
804
804
|
}>>;
|
|
805
|
-
'app-config-capabilities': z$
|
|
805
|
+
'app-config-capabilities': z$2.ZodOptional<z$2.ZodEnum<{
|
|
806
|
+
error: "error";
|
|
806
807
|
off: "off";
|
|
807
808
|
warn: "warn";
|
|
808
|
-
error: "error";
|
|
809
809
|
}>>;
|
|
810
|
-
'data-view-fields': z$
|
|
810
|
+
'data-view-fields': z$2.ZodOptional<z$2.ZodEnum<{
|
|
811
|
+
error: "error";
|
|
811
812
|
off: "off";
|
|
812
813
|
warn: "warn";
|
|
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
|
*/
|