@contractspec/lib.contracts 1.56.0 → 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/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.d.ts +0 -1
- 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 +4 -4
- package/dist/data-views/registry.d.ts +0 -1
- package/dist/data-views/spec.d.ts +0 -1
- package/dist/docs/commands/docsGenerate.command.d.ts +19 -19
- 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/index.d.ts +0 -1
- 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 +14 -14
- package/dist/experiments/spec.d.ts +2 -5
- package/dist/features/index.d.ts +0 -1
- package/dist/features/types.d.ts +2 -6
- package/dist/forms/forms.d.ts +1 -2
- package/dist/forms/forms.js +1 -2
- package/dist/index.d.ts +42 -2
- 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/spec.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 -2
- package/dist/themes.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
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { CapabilityRegistry, CapabilitySpec } from "./capabilities.js";
|
|
2
|
+
import "./index.js";
|
|
3
|
+
|
|
4
|
+
//#region src/capabilities/meeting-recorder.d.ts
|
|
5
|
+
declare const meetingRecorderMeetingsReadCapability: CapabilitySpec;
|
|
6
|
+
declare const meetingRecorderTranscriptsReadCapability: CapabilitySpec;
|
|
7
|
+
declare const meetingRecorderWebhooksCapability: CapabilitySpec;
|
|
8
|
+
declare function registerMeetingRecorderCapabilities(registry: CapabilityRegistry): CapabilityRegistry;
|
|
9
|
+
//#endregion
|
|
10
|
+
export { meetingRecorderMeetingsReadCapability, meetingRecorderTranscriptsReadCapability, meetingRecorderWebhooksCapability, registerMeetingRecorderCapabilities };
|
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
import { StabilityEnum } from "../ownership.js";
|
|
2
|
+
|
|
3
|
+
//#region src/capabilities/meeting-recorder.ts
|
|
4
|
+
const OWNERS = ["platform.integrations"];
|
|
5
|
+
const TAGS = [
|
|
6
|
+
"meeting-recorder",
|
|
7
|
+
"transcripts",
|
|
8
|
+
"integrations"
|
|
9
|
+
];
|
|
10
|
+
const meetingRecorderMeetingsReadCapability = {
|
|
11
|
+
meta: {
|
|
12
|
+
key: "meeting-recorder.meetings.read",
|
|
13
|
+
version: "1.0.0",
|
|
14
|
+
kind: "integration",
|
|
15
|
+
title: "Meeting Recorder Meetings (Read)",
|
|
16
|
+
description: "Provides read-only access to recorded meetings and their metadata.",
|
|
17
|
+
domain: "integrations",
|
|
18
|
+
owners: [...OWNERS],
|
|
19
|
+
tags: [...TAGS, "meetings"],
|
|
20
|
+
stability: StabilityEnum.Experimental
|
|
21
|
+
},
|
|
22
|
+
provides: [{
|
|
23
|
+
surface: "operation",
|
|
24
|
+
key: "meeting-recorder.meetings.list",
|
|
25
|
+
version: "1.0.0",
|
|
26
|
+
description: "List meetings available from the recorder provider."
|
|
27
|
+
}, {
|
|
28
|
+
surface: "operation",
|
|
29
|
+
key: "meeting-recorder.meetings.get",
|
|
30
|
+
version: "1.0.0",
|
|
31
|
+
description: "Fetch detailed metadata for a specific meeting."
|
|
32
|
+
}]
|
|
33
|
+
};
|
|
34
|
+
const meetingRecorderTranscriptsReadCapability = {
|
|
35
|
+
meta: {
|
|
36
|
+
key: "meeting-recorder.transcripts.read",
|
|
37
|
+
version: "1.0.0",
|
|
38
|
+
kind: "integration",
|
|
39
|
+
title: "Meeting Recorder Transcripts (Read)",
|
|
40
|
+
description: "Enables retrieval of transcripts for recorded meetings from external providers.",
|
|
41
|
+
domain: "integrations",
|
|
42
|
+
owners: [...OWNERS],
|
|
43
|
+
tags: [...TAGS, "transcripts"],
|
|
44
|
+
stability: StabilityEnum.Experimental
|
|
45
|
+
},
|
|
46
|
+
provides: [{
|
|
47
|
+
surface: "operation",
|
|
48
|
+
key: "meeting-recorder.transcripts.get",
|
|
49
|
+
version: "1.0.0",
|
|
50
|
+
description: "Fetch the transcript for a specific meeting recording."
|
|
51
|
+
}, {
|
|
52
|
+
surface: "operation",
|
|
53
|
+
key: "meeting-recorder.transcripts.sync",
|
|
54
|
+
version: "1.0.0",
|
|
55
|
+
description: "Trigger a transcript sync from the recorder provider."
|
|
56
|
+
}]
|
|
57
|
+
};
|
|
58
|
+
const meetingRecorderWebhooksCapability = {
|
|
59
|
+
meta: {
|
|
60
|
+
key: "meeting-recorder.webhooks",
|
|
61
|
+
version: "1.0.0",
|
|
62
|
+
kind: "integration",
|
|
63
|
+
title: "Meeting Recorder Webhooks",
|
|
64
|
+
description: "Allows processing of webhook events for meeting transcript readiness.",
|
|
65
|
+
domain: "integrations",
|
|
66
|
+
owners: [...OWNERS],
|
|
67
|
+
tags: [...TAGS, "webhooks"],
|
|
68
|
+
stability: StabilityEnum.Experimental
|
|
69
|
+
},
|
|
70
|
+
provides: [{
|
|
71
|
+
surface: "operation",
|
|
72
|
+
key: "meeting-recorder.webhooks.ingest",
|
|
73
|
+
version: "1.0.0",
|
|
74
|
+
description: "Ingest and verify meeting recorder webhook payloads."
|
|
75
|
+
}]
|
|
76
|
+
};
|
|
77
|
+
function registerMeetingRecorderCapabilities(registry) {
|
|
78
|
+
return registry.register(meetingRecorderMeetingsReadCapability).register(meetingRecorderTranscriptsReadCapability).register(meetingRecorderWebhooksCapability);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
//#endregion
|
|
82
|
+
export { meetingRecorderMeetingsReadCapability, meetingRecorderTranscriptsReadCapability, meetingRecorderWebhooksCapability, registerMeetingRecorderCapabilities };
|
|
@@ -5,7 +5,6 @@ import { OperationSpecRegistry } from "../operations/registry.js";
|
|
|
5
5
|
import { EventRegistry } from "../events.js";
|
|
6
6
|
|
|
7
7
|
//#region src/capabilities/validation.d.ts
|
|
8
|
-
|
|
9
8
|
/** Single validation error describing an inconsistency. */
|
|
10
9
|
interface CapabilityValidationError {
|
|
11
10
|
/** Type of validation error. */
|
|
@@ -254,18 +254,18 @@ function createFormRenderer(base) {
|
|
|
254
254
|
});
|
|
255
255
|
const canAdd = f.max == null || fields.length < f.max;
|
|
256
256
|
const canRemove = (idx) => (f.min == null ? fields.length > 0 : fields.length > f.min) && idx >= 0;
|
|
257
|
-
const Button
|
|
257
|
+
const Button = driver.Button;
|
|
258
258
|
const Label = driver.FieldLabel;
|
|
259
259
|
return /* @__PURE__ */ jsxs("div", { children: [
|
|
260
260
|
f.labelI18n ? /* @__PURE__ */ jsx(Label, { children: f.labelI18n }) : null,
|
|
261
|
-
fields.map((row, idx) => /* @__PURE__ */ jsxs("div", { children: [renderOne(f.of, name, idx), canRemove(idx) ? /* @__PURE__ */ jsx(Button
|
|
261
|
+
fields.map((row, idx) => /* @__PURE__ */ jsxs("div", { children: [renderOne(f.of, name, idx), canRemove(idx) ? /* @__PURE__ */ jsx(Button, {
|
|
262
262
|
type: "button",
|
|
263
263
|
variant: "ghost",
|
|
264
264
|
size: "sm",
|
|
265
265
|
onClick: () => remove(idx),
|
|
266
266
|
children: "Remove"
|
|
267
267
|
}) : null] }, row.id ?? idx)),
|
|
268
|
-
canAdd ? /* @__PURE__ */ jsx(Button
|
|
268
|
+
canAdd ? /* @__PURE__ */ jsx(Button, {
|
|
269
269
|
type: "button",
|
|
270
270
|
variant: "outline",
|
|
271
271
|
size: "sm",
|
|
@@ -46,12 +46,12 @@ declare const ContractRegistryItemSchema: z.ZodObject<{
|
|
|
46
46
|
description: z.ZodString;
|
|
47
47
|
meta: z.ZodObject<{
|
|
48
48
|
stability: z.ZodEnum<{
|
|
49
|
-
|
|
49
|
+
experimental: "experimental";
|
|
50
50
|
idea: "idea";
|
|
51
51
|
in_creation: "in_creation";
|
|
52
|
-
experimental: "experimental";
|
|
53
52
|
beta: "beta";
|
|
54
53
|
stable: "stable";
|
|
54
|
+
deprecated: "deprecated";
|
|
55
55
|
}>;
|
|
56
56
|
owners: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
57
57
|
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -95,12 +95,12 @@ declare const ContractRegistryManifestSchema: z.ZodObject<{
|
|
|
95
95
|
description: z.ZodString;
|
|
96
96
|
meta: z.ZodObject<{
|
|
97
97
|
stability: z.ZodEnum<{
|
|
98
|
-
|
|
98
|
+
experimental: "experimental";
|
|
99
99
|
idea: "idea";
|
|
100
100
|
in_creation: "in_creation";
|
|
101
|
-
experimental: "experimental";
|
|
102
101
|
beta: "beta";
|
|
103
102
|
stable: "stable";
|
|
103
|
+
deprecated: "deprecated";
|
|
104
104
|
}>;
|
|
105
105
|
owners: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
106
106
|
tags: z.ZodDefault<z.ZodArray<z.ZodString>>;
|
|
@@ -1,81 +1,81 @@
|
|
|
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/docsGenerate.command.d.ts
|
|
8
8
|
declare const DocsGenerateCommand: OperationSpec<SchemaModel<{
|
|
9
9
|
workspaceRoot: {
|
|
10
|
-
type:
|
|
10
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
11
11
|
isOptional: true;
|
|
12
12
|
};
|
|
13
13
|
outputDir: {
|
|
14
|
-
type:
|
|
14
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
15
15
|
isOptional: true;
|
|
16
16
|
};
|
|
17
17
|
version: {
|
|
18
|
-
type:
|
|
18
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
19
19
|
isOptional: true;
|
|
20
20
|
};
|
|
21
21
|
formats: {
|
|
22
|
-
type:
|
|
22
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
23
23
|
isOptional: true;
|
|
24
24
|
isArray: true;
|
|
25
25
|
};
|
|
26
26
|
includeInternal: {
|
|
27
|
-
type:
|
|
27
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
28
28
|
isOptional: true;
|
|
29
29
|
};
|
|
30
30
|
includeExperimental: {
|
|
31
|
-
type:
|
|
31
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
32
32
|
isOptional: true;
|
|
33
33
|
};
|
|
34
34
|
contractFilter: {
|
|
35
|
-
type:
|
|
35
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
36
36
|
isOptional: true;
|
|
37
37
|
};
|
|
38
38
|
docblockFilter: {
|
|
39
|
-
type:
|
|
39
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
40
40
|
isOptional: true;
|
|
41
41
|
};
|
|
42
42
|
dryRun: {
|
|
43
|
-
type:
|
|
43
|
+
type: _contractspec_lib_schema0.FieldType<boolean, boolean>;
|
|
44
44
|
isOptional: true;
|
|
45
45
|
};
|
|
46
46
|
}>, SchemaModel<{
|
|
47
47
|
buildId: {
|
|
48
|
-
type:
|
|
48
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
49
49
|
isOptional: false;
|
|
50
50
|
};
|
|
51
51
|
version: {
|
|
52
|
-
type:
|
|
52
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
53
53
|
isOptional: true;
|
|
54
54
|
};
|
|
55
55
|
generatedAt: {
|
|
56
|
-
type:
|
|
56
|
+
type: _contractspec_lib_schema0.FieldType<Date, string>;
|
|
57
57
|
isOptional: false;
|
|
58
58
|
};
|
|
59
59
|
outputDir: {
|
|
60
|
-
type:
|
|
60
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
61
61
|
isOptional: true;
|
|
62
62
|
};
|
|
63
63
|
artifacts: {
|
|
64
64
|
type: SchemaModel<{
|
|
65
65
|
path: {
|
|
66
|
-
type:
|
|
66
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
67
67
|
isOptional: false;
|
|
68
68
|
};
|
|
69
69
|
format: {
|
|
70
|
-
type:
|
|
70
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
71
71
|
isOptional: true;
|
|
72
72
|
};
|
|
73
73
|
bytes: {
|
|
74
|
-
type:
|
|
74
|
+
type: _contractspec_lib_schema0.FieldType<number, number>;
|
|
75
75
|
isOptional: true;
|
|
76
76
|
};
|
|
77
77
|
kind: {
|
|
78
|
-
type:
|
|
78
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
79
79
|
isOptional: true;
|
|
80
80
|
};
|
|
81
81
|
}>;
|
|
@@ -83,7 +83,7 @@ declare const DocsGenerateCommand: OperationSpec<SchemaModel<{
|
|
|
83
83
|
isArray: true;
|
|
84
84
|
};
|
|
85
85
|
warnings: {
|
|
86
|
-
type:
|
|
86
|
+
type: _contractspec_lib_schema0.FieldType<string, string>;
|
|
87
87
|
isOptional: true;
|
|
88
88
|
isArray: true;
|
|
89
89
|
};
|
|
@@ -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
|
};
|