@contractspec/lib.contracts 1.56.1 → 1.57.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_virtual/{rolldown_runtime.js → _rolldown/runtime.js} +3 -3
- package/dist/app-config/app-config.contracts.d.ts +50 -50
- package/dist/app-config/events.d.ts +27 -27
- package/dist/app-config/lifecycle-contracts.d.ts +54 -54
- package/dist/app-config/runtime.js +3 -3
- package/dist/app-config/validation.js +3 -3
- package/dist/capabilities/capabilities.js +20 -20
- package/dist/capabilities/context.d.ts +0 -1
- package/dist/capabilities/context.js +1 -1
- package/dist/capabilities/guards.d.ts +0 -1
- package/dist/capabilities/index.d.ts +2 -1
- package/dist/capabilities/index.js +2 -1
- package/dist/capabilities/meeting-recorder.d.ts +10 -0
- package/dist/capabilities/meeting-recorder.js +82 -0
- package/dist/capabilities/validation.d.ts +0 -1
- package/dist/client/react/drivers/rn-reusables.d.ts +0 -1
- package/dist/client/react/drivers/shadcn.d.ts +0 -1
- package/dist/client/react/form-render.js +3 -3
- package/dist/contract-registry/schemas.d.ts +2 -2
- package/dist/data-views/registry.d.ts +0 -1
- package/dist/data-views/spec.d.ts +0 -1
- package/dist/docs/commands/docsPublish.command.d.ts +13 -13
- package/dist/docs/contracts.d.ts +103 -103
- package/dist/docs/events/docsGenerated.event.d.ts +13 -13
- package/dist/docs/events/docsPublished.event.d.ts +15 -15
- package/dist/docs/forms/docsSearch.form.d.ts +4 -4
- package/dist/docs/queries/contractReference.query.d.ts +47 -47
- package/dist/docs/queries/docsIndex.query.d.ts +57 -57
- package/dist/docs/tech/llm/llm-integration.docblock.d.ts +0 -1
- package/dist/docs/tech/mcp-endpoints.docblock.js +5 -0
- package/dist/events.d.ts +0 -1
- package/dist/examples/index.d.ts +0 -1
- package/dist/examples/registry.d.ts +0 -1
- package/dist/examples/schema.d.ts +17 -17
- package/dist/experiments/spec.d.ts +2 -4
- package/dist/features/index.d.ts +0 -1
- package/dist/features/types.d.ts +2 -5
- package/dist/forms/forms.d.ts +1 -2
- package/dist/forms/forms.js +1 -2
- package/dist/index.d.ts +42 -1
- package/dist/index.js +36 -1
- package/dist/install.d.ts +2 -5
- package/dist/integrations/docs/integrations.docblock.js +19 -1
- package/dist/integrations/index.d.ts +26 -1
- package/dist/integrations/index.js +20 -1
- package/dist/integrations/meeting-recorder/contracts/index.d.ts +10 -0
- package/dist/integrations/meeting-recorder/contracts/index.js +12 -0
- package/dist/integrations/meeting-recorder/contracts/meetings.d.ts +458 -0
- package/dist/integrations/meeting-recorder/contracts/meetings.js +149 -0
- package/dist/integrations/meeting-recorder/contracts/transcripts.d.ts +173 -0
- package/dist/integrations/meeting-recorder/contracts/transcripts.js +156 -0
- package/dist/integrations/meeting-recorder/contracts/webhooks.d.ts +92 -0
- package/dist/integrations/meeting-recorder/contracts/webhooks.js +82 -0
- package/dist/integrations/meeting-recorder/meeting-recorder.capability.d.ts +7 -0
- package/dist/integrations/meeting-recorder/meeting-recorder.capability.js +21 -0
- package/dist/integrations/meeting-recorder/meeting-recorder.feature.d.ts +11 -0
- package/dist/integrations/meeting-recorder/meeting-recorder.feature.js +67 -0
- package/dist/integrations/meeting-recorder/models.d.ts +407 -0
- package/dist/integrations/meeting-recorder/models.js +295 -0
- package/dist/integrations/meeting-recorder/telemetry.d.ts +16 -0
- package/dist/integrations/meeting-recorder/telemetry.js +42 -0
- package/dist/integrations/openbanking/contracts/accounts.d.ts +66 -66
- package/dist/integrations/openbanking/contracts/balances.d.ts +34 -34
- package/dist/integrations/openbanking/contracts/transactions.d.ts +48 -48
- package/dist/integrations/openbanking/models.d.ts +55 -55
- package/dist/integrations/operations.d.ts +102 -102
- package/dist/integrations/providers/analytics-reader.d.ts +107 -0
- package/dist/integrations/providers/analytics-reader.js +0 -0
- package/dist/integrations/providers/analytics-writer.d.ts +10 -0
- package/dist/integrations/providers/analytics-writer.js +0 -0
- package/dist/integrations/providers/analytics.d.ts +49 -0
- package/dist/integrations/providers/analytics.js +0 -0
- package/dist/integrations/providers/database.d.ts +15 -0
- package/dist/integrations/providers/database.js +0 -0
- package/dist/integrations/providers/fal.d.ts +8 -0
- package/dist/integrations/providers/fal.js +94 -0
- package/dist/integrations/providers/fathom.d.ts +8 -0
- package/dist/integrations/providers/fathom.js +114 -0
- package/dist/integrations/providers/fireflies.d.ts +8 -0
- package/dist/integrations/providers/fireflies.js +98 -0
- package/dist/integrations/providers/gradium.d.ts +8 -0
- package/dist/integrations/providers/gradium.js +92 -0
- package/dist/integrations/providers/granola.d.ts +8 -0
- package/dist/integrations/providers/granola.js +71 -0
- package/dist/integrations/providers/index.d.ts +19 -1
- package/dist/integrations/providers/index.js +13 -1
- package/dist/integrations/providers/jira.d.ts +8 -0
- package/dist/integrations/providers/jira.js +90 -0
- package/dist/integrations/providers/linear.d.ts +8 -0
- package/dist/integrations/providers/linear.js +85 -0
- package/dist/integrations/providers/meeting-recorder.d.ts +132 -0
- package/dist/integrations/providers/meeting-recorder.js +0 -0
- package/dist/integrations/providers/notion.d.ts +8 -0
- package/dist/integrations/providers/notion.js +91 -0
- package/dist/integrations/providers/posthog.d.ts +8 -0
- package/dist/integrations/providers/posthog.js +107 -0
- package/dist/integrations/providers/project-management.d.ts +35 -0
- package/dist/integrations/providers/project-management.js +0 -0
- package/dist/integrations/providers/registry.d.ts +0 -1
- package/dist/integrations/providers/registry.js +24 -0
- package/dist/integrations/providers/supabase-postgres.d.ts +8 -0
- package/dist/integrations/providers/supabase-postgres.js +73 -0
- package/dist/integrations/providers/supabase-vector.d.ts +8 -0
- package/dist/integrations/providers/supabase-vector.js +93 -0
- package/dist/integrations/providers/tldv.d.ts +8 -0
- package/dist/integrations/providers/tldv.js +98 -0
- package/dist/integrations/runtime.js +0 -1
- package/dist/integrations/spec.d.ts +1 -1
- package/dist/jobs/queue.d.ts +0 -1
- package/dist/knowledge/binding.d.ts +1 -3
- package/dist/knowledge/operations.d.ts +66 -66
- package/dist/llm/exporters.d.ts +0 -1
- package/dist/llm/exporters.js +0 -1
- package/dist/llm/prompts.d.ts +0 -1
- package/dist/llm/types.d.ts +0 -1
- package/dist/onboarding-base.d.ts +29 -29
- package/dist/openapi.d.ts +0 -1
- package/dist/operations/operation.d.ts +19 -43
- package/dist/operations/registry.d.ts +0 -1
- package/dist/operations/registry.js +2 -2
- package/dist/operations/report/getContractVerificationStatus.d.ts +10 -10
- package/dist/ownership.d.ts +41 -88
- package/dist/policy/guards.d.ts +0 -1
- package/dist/policy/guards.js +3 -3
- package/dist/policy/index.d.ts +0 -1
- package/dist/policy/validation.d.ts +0 -1
- package/dist/product-intent/contract-patch-intent.d.ts +103 -0
- package/dist/product-intent/contract-patch-intent.js +33 -0
- package/dist/product-intent/contract-spec-patch.d.ts +89 -0
- package/dist/product-intent/contract-spec-patch.js +27 -0
- package/dist/product-intent/evidence.d.ts +17 -0
- package/dist/product-intent/evidence.js +13 -0
- package/dist/product-intent/findings.d.ts +60 -0
- package/dist/product-intent/findings.js +17 -0
- package/dist/product-intent/impact-report.d.ts +60 -0
- package/dist/product-intent/impact-report.js +27 -0
- package/dist/product-intent/index.d.ts +16 -0
- package/dist/product-intent/index.js +17 -0
- package/dist/product-intent/insights.d.ts +65 -0
- package/dist/product-intent/insights.js +23 -0
- package/dist/product-intent/opportunity-brief.d.ts +195 -0
- package/dist/product-intent/opportunity-brief.js +42 -0
- package/dist/product-intent/problems.d.ts +62 -0
- package/dist/product-intent/problems.js +22 -0
- package/dist/product-intent/registry.d.ts +32 -0
- package/dist/product-intent/registry.js +49 -0
- package/dist/product-intent/runtime.d.ts +103 -0
- package/dist/product-intent/runtime.js +101 -0
- package/dist/product-intent/spec.d.ts +676 -0
- package/dist/product-intent/spec.js +53 -0
- package/dist/product-intent/task-pack.d.ts +101 -0
- package/dist/product-intent/task-pack.js +34 -0
- package/dist/product-intent/tickets.d.ts +70 -0
- package/dist/product-intent/tickets.js +24 -0
- package/dist/product-intent/types.d.ts +12 -0
- package/dist/product-intent/types.js +13 -0
- package/dist/product-intent/ui-wireframe.d.ts +103 -0
- package/dist/product-intent/ui-wireframe.js +33 -0
- package/dist/registry-utils.d.ts +0 -1
- package/dist/registry-utils.js +3 -3
- package/dist/resources.js +1 -1
- package/dist/schema-to-markdown.d.ts +0 -1
- package/dist/server/contracts-adapter-input.js +2 -2
- package/dist/server/graphql-pothos.d.ts +0 -1
- package/dist/server/mcp/createMcpServer.d.ts +0 -1
- package/dist/server/rest-express.d.ts +0 -1
- package/dist/server/rest-generic.js +3 -3
- package/dist/server/rest-next-app.d.ts +0 -1
- package/dist/tests/spec.d.ts +0 -1
- package/dist/translations/registry.d.ts +0 -1
- package/dist/translations/spec.d.ts +0 -1
- package/dist/translations/validation.d.ts +0 -1
- package/dist/types.d.ts +5 -12
- package/dist/versioning/types.d.ts +0 -1
- package/dist/versioning/utils.d.ts +0 -1
- package/dist/workflow/adapters/memory-store.d.ts +0 -1
- package/dist/workflow/context.d.ts +0 -1
- package/dist/workflow/context.js +2 -2
- package/dist/workflow/runner.d.ts +1 -2
- package/dist/workspace-config/contractsrc-schema.d.ts +0 -1
- package/dist/workspace-config/contractsrc-types.d.ts +1 -3
- package/package.json +110 -32
- package/dist/integrations/providers/impls/elevenlabs-voice.d.ts +0 -20
- package/dist/integrations/providers/impls/elevenlabs-voice.js +0 -95
- package/dist/integrations/providers/impls/gcs-storage.d.ts +0 -24
- package/dist/integrations/providers/impls/gcs-storage.js +0 -88
- package/dist/integrations/providers/impls/gmail-inbound.d.ts +0 -26
- package/dist/integrations/providers/impls/gmail-inbound.js +0 -200
- package/dist/integrations/providers/impls/gmail-outbound.d.ts +0 -18
- package/dist/integrations/providers/impls/gmail-outbound.js +0 -105
- package/dist/integrations/providers/impls/google-calendar.d.ts +0 -23
- package/dist/integrations/providers/impls/google-calendar.js +0 -154
- package/dist/integrations/providers/impls/index.d.ts +0 -15
- package/dist/integrations/providers/impls/index.js +0 -16
- package/dist/integrations/providers/impls/mistral-embedding.d.ts +0 -23
- package/dist/integrations/providers/impls/mistral-embedding.js +0 -41
- package/dist/integrations/providers/impls/mistral-llm.d.ts +0 -31
- package/dist/integrations/providers/impls/mistral-llm.js +0 -247
- package/dist/integrations/providers/impls/postmark-email.d.ts +0 -19
- package/dist/integrations/providers/impls/postmark-email.js +0 -55
- package/dist/integrations/providers/impls/powens-client.d.ts +0 -124
- package/dist/integrations/providers/impls/powens-client.js +0 -171
- package/dist/integrations/providers/impls/powens-openbanking.d.ts +0 -27
- package/dist/integrations/providers/impls/powens-openbanking.js +0 -218
- package/dist/integrations/providers/impls/provider-factory.d.ts +0 -26
- package/dist/integrations/providers/impls/provider-factory.js +0 -146
- package/dist/integrations/providers/impls/qdrant-vector.d.ts +0 -24
- package/dist/integrations/providers/impls/qdrant-vector.js +0 -69
- package/dist/integrations/providers/impls/stripe-payments.d.ts +0 -28
- package/dist/integrations/providers/impls/stripe-payments.js +0 -202
- package/dist/integrations/providers/impls/twilio-sms.d.ts +0 -20
- package/dist/integrations/providers/impls/twilio-sms.js +0 -58
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
import { OperationSpec } from "../../operations/operation.js";
|
|
2
2
|
import { EventSpecMeta } from "../../events.js";
|
|
3
3
|
import "../../index.js";
|
|
4
|
-
import * as
|
|
4
|
+
import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
|
|
5
5
|
import { SchemaModel } from "@contractspec/lib.schema";
|
|
6
6
|
|
|
7
7
|
//#region src/docs/commands/docsPublish.command.d.ts
|
|
8
8
|
declare const DocsPublishCommand: OperationSpec<SchemaModel<{
|
|
9
9
|
buildId: {
|
|
10
|
-
type:
|
|
10
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
11
11
|
isOptional: false;
|
|
12
12
|
};
|
|
13
13
|
version: {
|
|
14
|
-
type:
|
|
14
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
15
15
|
isOptional: true;
|
|
16
16
|
};
|
|
17
17
|
environment: {
|
|
18
|
-
type:
|
|
18
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
19
19
|
isOptional: true;
|
|
20
20
|
};
|
|
21
21
|
deployTarget: {
|
|
22
|
-
type:
|
|
22
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
23
23
|
isOptional: true;
|
|
24
24
|
};
|
|
25
25
|
artifactPath: {
|
|
26
|
-
type:
|
|
26
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
27
27
|
isOptional: true;
|
|
28
28
|
};
|
|
29
29
|
dryRun: {
|
|
30
|
-
type:
|
|
30
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
31
31
|
isOptional: true;
|
|
32
32
|
};
|
|
33
33
|
notes: {
|
|
34
|
-
type:
|
|
34
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
35
35
|
isOptional: true;
|
|
36
36
|
};
|
|
37
37
|
}>, SchemaModel<{
|
|
38
38
|
publishId: {
|
|
39
|
-
type:
|
|
39
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
40
40
|
isOptional: false;
|
|
41
41
|
};
|
|
42
42
|
publishedAt: {
|
|
43
|
-
type:
|
|
43
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
44
44
|
isOptional: false;
|
|
45
45
|
};
|
|
46
46
|
url: {
|
|
47
|
-
type:
|
|
47
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
48
48
|
isOptional: true;
|
|
49
49
|
};
|
|
50
50
|
status: {
|
|
51
|
-
type:
|
|
51
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
52
52
|
isOptional: true;
|
|
53
53
|
};
|
|
54
54
|
warnings: {
|
|
55
|
-
type:
|
|
55
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
56
56
|
isOptional: true;
|
|
57
57
|
isArray: true;
|
|
58
58
|
};
|
package/dist/docs/contracts.d.ts
CHANGED
|
@@ -10,69 +10,69 @@ import { FormRegistry, FormSpec } from "../forms/forms.js";
|
|
|
10
10
|
import "../forms/index.js";
|
|
11
11
|
import { EventRegistry, EventSpec, EventSpecMeta } from "../events.js";
|
|
12
12
|
import "../index.js";
|
|
13
|
-
import * as
|
|
13
|
+
import * as _contractspec_lib_schema0 from "@contractspec/lib.schema";
|
|
14
14
|
|
|
15
15
|
//#region src/docs/contracts.d.ts
|
|
16
16
|
declare const docsOperationContracts: {
|
|
17
|
-
DocsIndexQuery: OperationSpec<
|
|
17
|
+
DocsIndexQuery: OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
18
18
|
query: {
|
|
19
|
-
type:
|
|
19
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
20
20
|
isOptional: true;
|
|
21
21
|
};
|
|
22
22
|
tag: {
|
|
23
|
-
type:
|
|
23
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
24
24
|
isOptional: true;
|
|
25
25
|
isArray: true;
|
|
26
26
|
};
|
|
27
27
|
visibility: {
|
|
28
|
-
type:
|
|
28
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
29
29
|
isOptional: true;
|
|
30
30
|
};
|
|
31
31
|
kind: {
|
|
32
|
-
type:
|
|
32
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
33
33
|
isOptional: true;
|
|
34
34
|
};
|
|
35
35
|
limit: {
|
|
36
|
-
type:
|
|
36
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
37
37
|
isOptional: true;
|
|
38
38
|
};
|
|
39
39
|
offset: {
|
|
40
|
-
type:
|
|
40
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
41
41
|
isOptional: true;
|
|
42
42
|
};
|
|
43
|
-
}>,
|
|
43
|
+
}>, _contractspec_lib_schema0.SchemaModel<{
|
|
44
44
|
items: {
|
|
45
|
-
type:
|
|
45
|
+
type: _contractspec_lib_schema0.SchemaModel<{
|
|
46
46
|
id: {
|
|
47
|
-
type:
|
|
47
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
48
48
|
isOptional: false;
|
|
49
49
|
};
|
|
50
50
|
title: {
|
|
51
|
-
type:
|
|
51
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
52
52
|
isOptional: false;
|
|
53
53
|
};
|
|
54
54
|
summary: {
|
|
55
|
-
type:
|
|
55
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
56
56
|
isOptional: true;
|
|
57
57
|
};
|
|
58
58
|
route: {
|
|
59
|
-
type:
|
|
59
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
60
60
|
isOptional: true;
|
|
61
61
|
};
|
|
62
62
|
visibility: {
|
|
63
|
-
type:
|
|
63
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
64
64
|
isOptional: true;
|
|
65
65
|
};
|
|
66
66
|
kind: {
|
|
67
|
-
type:
|
|
67
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
68
68
|
isOptional: true;
|
|
69
69
|
};
|
|
70
70
|
version: {
|
|
71
|
-
type:
|
|
71
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
72
72
|
isOptional: true;
|
|
73
73
|
};
|
|
74
74
|
tags: {
|
|
75
|
-
type:
|
|
75
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
76
76
|
isOptional: true;
|
|
77
77
|
isArray: true;
|
|
78
78
|
};
|
|
@@ -81,37 +81,37 @@ declare const docsOperationContracts: {
|
|
|
81
81
|
isArray: true;
|
|
82
82
|
};
|
|
83
83
|
docs: {
|
|
84
|
-
type:
|
|
84
|
+
type: _contractspec_lib_schema0.SchemaModel<{
|
|
85
85
|
id: {
|
|
86
|
-
type:
|
|
86
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
87
87
|
isOptional: false;
|
|
88
88
|
};
|
|
89
89
|
title: {
|
|
90
|
-
type:
|
|
90
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
91
91
|
isOptional: false;
|
|
92
92
|
};
|
|
93
93
|
summary: {
|
|
94
|
-
type:
|
|
94
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
95
95
|
isOptional: true;
|
|
96
96
|
};
|
|
97
97
|
route: {
|
|
98
|
-
type:
|
|
98
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
99
99
|
isOptional: true;
|
|
100
100
|
};
|
|
101
101
|
visibility: {
|
|
102
|
-
type:
|
|
102
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
103
103
|
isOptional: true;
|
|
104
104
|
};
|
|
105
105
|
kind: {
|
|
106
|
-
type:
|
|
106
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
107
107
|
isOptional: true;
|
|
108
108
|
};
|
|
109
109
|
version: {
|
|
110
|
-
type:
|
|
110
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
111
111
|
isOptional: true;
|
|
112
112
|
};
|
|
113
113
|
tags: {
|
|
114
|
-
type:
|
|
114
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
115
115
|
isOptional: true;
|
|
116
116
|
isArray: true;
|
|
117
117
|
};
|
|
@@ -120,163 +120,163 @@ declare const docsOperationContracts: {
|
|
|
120
120
|
isArray: true;
|
|
121
121
|
};
|
|
122
122
|
total: {
|
|
123
|
-
type:
|
|
123
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
124
124
|
isOptional: true;
|
|
125
125
|
};
|
|
126
126
|
nextOffset: {
|
|
127
|
-
type:
|
|
127
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
128
128
|
isOptional: true;
|
|
129
129
|
};
|
|
130
130
|
}>, undefined>;
|
|
131
|
-
ContractReferenceQuery: OperationSpec<
|
|
131
|
+
ContractReferenceQuery: OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
132
132
|
key: {
|
|
133
|
-
type:
|
|
133
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
134
134
|
isOptional: false;
|
|
135
135
|
};
|
|
136
136
|
version: {
|
|
137
|
-
type:
|
|
137
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
138
138
|
isOptional: true;
|
|
139
139
|
};
|
|
140
140
|
type: {
|
|
141
|
-
type:
|
|
141
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
142
142
|
isOptional: true;
|
|
143
143
|
};
|
|
144
144
|
format: {
|
|
145
|
-
type:
|
|
145
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
146
146
|
isOptional: true;
|
|
147
147
|
};
|
|
148
148
|
includeSchema: {
|
|
149
|
-
type:
|
|
149
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
150
150
|
isOptional: true;
|
|
151
151
|
};
|
|
152
|
-
}>,
|
|
152
|
+
}>, _contractspec_lib_schema0.SchemaModel<{
|
|
153
153
|
reference: {
|
|
154
|
-
type:
|
|
154
|
+
type: _contractspec_lib_schema0.SchemaModel<{
|
|
155
155
|
key: {
|
|
156
|
-
type:
|
|
156
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
157
157
|
isOptional: false;
|
|
158
158
|
};
|
|
159
159
|
version: {
|
|
160
|
-
type:
|
|
160
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
161
161
|
isOptional: false;
|
|
162
162
|
};
|
|
163
163
|
type: {
|
|
164
|
-
type:
|
|
164
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
165
165
|
isOptional: false;
|
|
166
166
|
};
|
|
167
167
|
title: {
|
|
168
|
-
type:
|
|
168
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
169
169
|
isOptional: true;
|
|
170
170
|
};
|
|
171
171
|
description: {
|
|
172
|
-
type:
|
|
172
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
173
173
|
isOptional: true;
|
|
174
174
|
};
|
|
175
175
|
markdown: {
|
|
176
|
-
type:
|
|
176
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
177
177
|
isOptional: true;
|
|
178
178
|
};
|
|
179
179
|
route: {
|
|
180
|
-
type:
|
|
180
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
181
181
|
isOptional: true;
|
|
182
182
|
};
|
|
183
183
|
schema: {
|
|
184
|
-
type:
|
|
184
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
185
185
|
isOptional: true;
|
|
186
186
|
};
|
|
187
187
|
policy: {
|
|
188
|
-
type:
|
|
188
|
+
type: _contractspec_lib_schema0.FieldType<Record<string, unknown>, Record<string, unknown>>;
|
|
189
189
|
isOptional: true;
|
|
190
190
|
};
|
|
191
191
|
tags: {
|
|
192
|
-
type:
|
|
192
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
193
193
|
isOptional: true;
|
|
194
194
|
isArray: true;
|
|
195
195
|
};
|
|
196
196
|
owners: {
|
|
197
|
-
type:
|
|
197
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
198
198
|
isOptional: true;
|
|
199
199
|
isArray: true;
|
|
200
200
|
};
|
|
201
201
|
stability: {
|
|
202
|
-
type:
|
|
202
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
203
203
|
isOptional: true;
|
|
204
204
|
};
|
|
205
205
|
}>;
|
|
206
206
|
isOptional: false;
|
|
207
207
|
};
|
|
208
208
|
}>, undefined>;
|
|
209
|
-
DocsGenerateCommand: OperationSpec<
|
|
209
|
+
DocsGenerateCommand: OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
210
210
|
workspaceRoot: {
|
|
211
|
-
type:
|
|
211
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
212
212
|
isOptional: true;
|
|
213
213
|
};
|
|
214
214
|
outputDir: {
|
|
215
|
-
type:
|
|
215
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
216
216
|
isOptional: true;
|
|
217
217
|
};
|
|
218
218
|
version: {
|
|
219
|
-
type:
|
|
219
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
220
220
|
isOptional: true;
|
|
221
221
|
};
|
|
222
222
|
formats: {
|
|
223
|
-
type:
|
|
223
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
224
224
|
isOptional: true;
|
|
225
225
|
isArray: true;
|
|
226
226
|
};
|
|
227
227
|
includeInternal: {
|
|
228
|
-
type:
|
|
228
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
229
229
|
isOptional: true;
|
|
230
230
|
};
|
|
231
231
|
includeExperimental: {
|
|
232
|
-
type:
|
|
232
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
233
233
|
isOptional: true;
|
|
234
234
|
};
|
|
235
235
|
contractFilter: {
|
|
236
|
-
type:
|
|
236
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
237
237
|
isOptional: true;
|
|
238
238
|
};
|
|
239
239
|
docblockFilter: {
|
|
240
|
-
type:
|
|
240
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
241
241
|
isOptional: true;
|
|
242
242
|
};
|
|
243
243
|
dryRun: {
|
|
244
|
-
type:
|
|
244
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
245
245
|
isOptional: true;
|
|
246
246
|
};
|
|
247
|
-
}>,
|
|
247
|
+
}>, _contractspec_lib_schema0.SchemaModel<{
|
|
248
248
|
buildId: {
|
|
249
|
-
type:
|
|
249
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
250
250
|
isOptional: false;
|
|
251
251
|
};
|
|
252
252
|
version: {
|
|
253
|
-
type:
|
|
253
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
254
254
|
isOptional: true;
|
|
255
255
|
};
|
|
256
256
|
generatedAt: {
|
|
257
|
-
type:
|
|
257
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
258
258
|
isOptional: false;
|
|
259
259
|
};
|
|
260
260
|
outputDir: {
|
|
261
|
-
type:
|
|
261
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
262
262
|
isOptional: true;
|
|
263
263
|
};
|
|
264
264
|
artifacts: {
|
|
265
|
-
type:
|
|
265
|
+
type: _contractspec_lib_schema0.SchemaModel<{
|
|
266
266
|
path: {
|
|
267
|
-
type:
|
|
267
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
268
268
|
isOptional: false;
|
|
269
269
|
};
|
|
270
270
|
format: {
|
|
271
|
-
type:
|
|
271
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
272
272
|
isOptional: true;
|
|
273
273
|
};
|
|
274
274
|
bytes: {
|
|
275
|
-
type:
|
|
275
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
276
276
|
isOptional: true;
|
|
277
277
|
};
|
|
278
278
|
kind: {
|
|
279
|
-
type:
|
|
279
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
280
280
|
isOptional: true;
|
|
281
281
|
};
|
|
282
282
|
}>;
|
|
@@ -284,7 +284,7 @@ declare const docsOperationContracts: {
|
|
|
284
284
|
isArray: true;
|
|
285
285
|
};
|
|
286
286
|
warnings: {
|
|
287
|
-
type:
|
|
287
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
288
288
|
isOptional: true;
|
|
289
289
|
isArray: true;
|
|
290
290
|
};
|
|
@@ -292,54 +292,54 @@ declare const docsOperationContracts: {
|
|
|
292
292
|
ref: EventSpecMeta;
|
|
293
293
|
when: string;
|
|
294
294
|
}[]>;
|
|
295
|
-
DocsPublishCommand: OperationSpec<
|
|
295
|
+
DocsPublishCommand: OperationSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
296
296
|
buildId: {
|
|
297
|
-
type:
|
|
297
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
298
298
|
isOptional: false;
|
|
299
299
|
};
|
|
300
300
|
version: {
|
|
301
|
-
type:
|
|
301
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
302
302
|
isOptional: true;
|
|
303
303
|
};
|
|
304
304
|
environment: {
|
|
305
|
-
type:
|
|
305
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
306
306
|
isOptional: true;
|
|
307
307
|
};
|
|
308
308
|
deployTarget: {
|
|
309
|
-
type:
|
|
309
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
310
310
|
isOptional: true;
|
|
311
311
|
};
|
|
312
312
|
artifactPath: {
|
|
313
|
-
type:
|
|
313
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
314
314
|
isOptional: true;
|
|
315
315
|
};
|
|
316
316
|
dryRun: {
|
|
317
|
-
type:
|
|
317
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
318
318
|
isOptional: true;
|
|
319
319
|
};
|
|
320
320
|
notes: {
|
|
321
|
-
type:
|
|
321
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
322
322
|
isOptional: true;
|
|
323
323
|
};
|
|
324
|
-
}>,
|
|
324
|
+
}>, _contractspec_lib_schema0.SchemaModel<{
|
|
325
325
|
publishId: {
|
|
326
|
-
type:
|
|
326
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
327
327
|
isOptional: false;
|
|
328
328
|
};
|
|
329
329
|
publishedAt: {
|
|
330
|
-
type:
|
|
330
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
331
331
|
isOptional: false;
|
|
332
332
|
};
|
|
333
333
|
url: {
|
|
334
|
-
type:
|
|
334
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
335
335
|
isOptional: true;
|
|
336
336
|
};
|
|
337
337
|
status: {
|
|
338
|
-
type:
|
|
338
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
339
339
|
isOptional: true;
|
|
340
340
|
};
|
|
341
341
|
warnings: {
|
|
342
|
-
type:
|
|
342
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
343
343
|
isOptional: true;
|
|
344
344
|
isArray: true;
|
|
345
345
|
};
|
|
@@ -349,60 +349,60 @@ declare const docsOperationContracts: {
|
|
|
349
349
|
}[]>;
|
|
350
350
|
};
|
|
351
351
|
declare const docsEventContracts: {
|
|
352
|
-
DocsGeneratedEvent: EventSpec<
|
|
352
|
+
DocsGeneratedEvent: EventSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
353
353
|
buildId: {
|
|
354
|
-
type:
|
|
354
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
355
355
|
isOptional: false;
|
|
356
356
|
};
|
|
357
357
|
version: {
|
|
358
|
-
type:
|
|
358
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
359
359
|
isOptional: true;
|
|
360
360
|
};
|
|
361
361
|
generatedAt: {
|
|
362
|
-
type:
|
|
362
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
363
363
|
isOptional: false;
|
|
364
364
|
};
|
|
365
365
|
outputDir: {
|
|
366
|
-
type:
|
|
366
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
367
367
|
isOptional: true;
|
|
368
368
|
};
|
|
369
369
|
artifactCount: {
|
|
370
|
-
type:
|
|
370
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
371
371
|
isOptional: true;
|
|
372
372
|
};
|
|
373
373
|
warnings: {
|
|
374
|
-
type:
|
|
374
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
375
375
|
isOptional: true;
|
|
376
376
|
isArray: true;
|
|
377
377
|
};
|
|
378
378
|
}>>;
|
|
379
|
-
DocsPublishedEvent: EventSpec<
|
|
379
|
+
DocsPublishedEvent: EventSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
380
380
|
publishId: {
|
|
381
|
-
type:
|
|
381
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
382
382
|
isOptional: false;
|
|
383
383
|
};
|
|
384
384
|
version: {
|
|
385
|
-
type:
|
|
385
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
386
386
|
isOptional: true;
|
|
387
387
|
};
|
|
388
388
|
environment: {
|
|
389
|
-
type:
|
|
389
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
390
390
|
isOptional: true;
|
|
391
391
|
};
|
|
392
392
|
url: {
|
|
393
|
-
type:
|
|
393
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
394
394
|
isOptional: true;
|
|
395
395
|
};
|
|
396
396
|
publishedAt: {
|
|
397
|
-
type:
|
|
397
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
398
398
|
isOptional: false;
|
|
399
399
|
};
|
|
400
400
|
status: {
|
|
401
|
-
type:
|
|
401
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
402
402
|
isOptional: true;
|
|
403
403
|
};
|
|
404
404
|
warnings: {
|
|
405
|
-
type:
|
|
405
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
406
406
|
isOptional: true;
|
|
407
407
|
isArray: true;
|
|
408
408
|
};
|
|
@@ -413,17 +413,17 @@ declare const docsPresentationContracts: {
|
|
|
413
413
|
DocsReferencePagePresentation: PresentationSpec;
|
|
414
414
|
};
|
|
415
415
|
declare const docsFormContracts: {
|
|
416
|
-
DocsSearchForm: FormSpec<
|
|
416
|
+
DocsSearchForm: FormSpec<_contractspec_lib_schema0.SchemaModel<{
|
|
417
417
|
query: {
|
|
418
|
-
type:
|
|
418
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
419
419
|
isOptional: true;
|
|
420
420
|
};
|
|
421
421
|
visibility: {
|
|
422
|
-
type:
|
|
422
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
423
423
|
isOptional: true;
|
|
424
424
|
};
|
|
425
425
|
kind: {
|
|
426
|
-
type:
|
|
426
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
427
427
|
isOptional: true;
|
|
428
428
|
};
|
|
429
429
|
}>>;
|