@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
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import { AnalyticsAnnotation, AnalyticsCohort, AnalyticsEvent, AnalyticsFeatureFlag, AnalyticsInsight, AnalyticsInsightType, AnalyticsPerson, AnalyticsPropertyFilter, AnalyticsReader, DateRangeInput, GetAnnotationsInput, GetCohortsInput, GetEventsInput, GetFeatureFlagsInput, GetInsightResultInput, GetInsightsInput, GetPersonsInput, PaginatedResponse, PaginationInput } from "./analytics-reader.js";
|
|
2
|
+
import { AnalyticsWriter } from "./analytics-writer.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/analytics.d.ts
|
|
5
|
+
type AnalyticsRequestMethod = 'GET' | 'POST' | 'PUT' | 'PATCH' | 'DELETE';
|
|
6
|
+
interface AnalyticsRequest {
|
|
7
|
+
method: AnalyticsRequestMethod;
|
|
8
|
+
path: string;
|
|
9
|
+
query?: Record<string, string | number | boolean | undefined>;
|
|
10
|
+
body?: unknown;
|
|
11
|
+
headers?: Record<string, string>;
|
|
12
|
+
}
|
|
13
|
+
interface AnalyticsResponse<T = unknown> {
|
|
14
|
+
status: number;
|
|
15
|
+
data: T;
|
|
16
|
+
headers?: Record<string, string>;
|
|
17
|
+
}
|
|
18
|
+
interface AnalyticsEventInput {
|
|
19
|
+
distinctId: string;
|
|
20
|
+
event: string;
|
|
21
|
+
properties?: Record<string, unknown>;
|
|
22
|
+
timestamp?: Date;
|
|
23
|
+
groups?: Record<string, string>;
|
|
24
|
+
}
|
|
25
|
+
interface AnalyticsIdentifyInput {
|
|
26
|
+
distinctId: string;
|
|
27
|
+
properties?: Record<string, unknown>;
|
|
28
|
+
setOnce?: Record<string, unknown>;
|
|
29
|
+
}
|
|
30
|
+
interface AnalyticsQueryInput {
|
|
31
|
+
query: string;
|
|
32
|
+
values?: Record<string, unknown>;
|
|
33
|
+
}
|
|
34
|
+
interface AnalyticsQueryResult {
|
|
35
|
+
results: unknown;
|
|
36
|
+
columns?: string[];
|
|
37
|
+
types?: string[];
|
|
38
|
+
hogql?: string;
|
|
39
|
+
timings?: unknown;
|
|
40
|
+
}
|
|
41
|
+
interface AnalyticsMcpToolCall {
|
|
42
|
+
name: string;
|
|
43
|
+
arguments?: Record<string, unknown>;
|
|
44
|
+
}
|
|
45
|
+
type AnalyticsProvider = AnalyticsWriter & AnalyticsReader & {
|
|
46
|
+
request<T = unknown>(request: AnalyticsRequest): Promise<AnalyticsResponse<T>>;
|
|
47
|
+
};
|
|
48
|
+
//#endregion
|
|
49
|
+
export { AnalyticsAnnotation, AnalyticsCohort, AnalyticsEvent, AnalyticsEventInput, AnalyticsFeatureFlag, AnalyticsIdentifyInput, AnalyticsInsight, AnalyticsInsightType, AnalyticsMcpToolCall, AnalyticsPerson, AnalyticsPropertyFilter, AnalyticsProvider, AnalyticsQueryInput, AnalyticsQueryResult, AnalyticsReader, AnalyticsRequest, AnalyticsRequestMethod, AnalyticsResponse, AnalyticsWriter, DateRangeInput, GetAnnotationsInput, GetCohortsInput, GetEventsInput, GetFeatureFlagsInput, GetInsightResultInput, GetInsightsInput, GetPersonsInput, PaginatedResponse, PaginationInput };
|
|
File without changes
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/integrations/providers/database.d.ts
|
|
2
|
+
type DatabaseStatementParam = string | number | boolean | bigint | Date | Uint8Array | null | Record<string, unknown> | readonly unknown[];
|
|
3
|
+
type DatabaseRow = Record<string, unknown>;
|
|
4
|
+
interface DatabaseQueryResult<TRow extends DatabaseRow = DatabaseRow> {
|
|
5
|
+
rows: TRow[];
|
|
6
|
+
rowCount: number;
|
|
7
|
+
}
|
|
8
|
+
interface DatabaseProvider {
|
|
9
|
+
query<TRow extends DatabaseRow = DatabaseRow>(statement: string, params?: readonly DatabaseStatementParam[]): Promise<DatabaseQueryResult<TRow>>;
|
|
10
|
+
execute(statement: string, params?: readonly DatabaseStatementParam[]): Promise<void>;
|
|
11
|
+
transaction<T>(run: (database: DatabaseProvider) => Promise<T>): Promise<T>;
|
|
12
|
+
close(): Promise<void>;
|
|
13
|
+
}
|
|
14
|
+
//#endregion
|
|
15
|
+
export { DatabaseProvider, DatabaseQueryResult, DatabaseRow, DatabaseStatementParam };
|
|
File without changes
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IntegrationSpec, IntegrationSpecRegistry } from "../spec.js";
|
|
2
|
+
import "../index.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/fal.d.ts
|
|
5
|
+
declare const falIntegrationSpec: IntegrationSpec;
|
|
6
|
+
declare function registerFalIntegration(registry: IntegrationSpecRegistry): IntegrationSpecRegistry;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { falIntegrationSpec, registerFalIntegration };
|
|
@@ -0,0 +1,94 @@
|
|
|
1
|
+
import { StabilityEnum } from "../../ownership.js";
|
|
2
|
+
import { defineIntegration } from "../spec.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/fal.ts
|
|
5
|
+
const falIntegrationSpec = defineIntegration({
|
|
6
|
+
meta: {
|
|
7
|
+
key: "ai-voice.fal",
|
|
8
|
+
version: "1.0.0",
|
|
9
|
+
category: "ai-voice",
|
|
10
|
+
title: "Fal Chatterbox Text-to-Speech",
|
|
11
|
+
description: "Fal integration for voice synthesis using Chatterbox text-to-speech models.",
|
|
12
|
+
domain: "ai",
|
|
13
|
+
owners: ["platform.ai"],
|
|
14
|
+
tags: [
|
|
15
|
+
"voice",
|
|
16
|
+
"tts",
|
|
17
|
+
"chatterbox"
|
|
18
|
+
],
|
|
19
|
+
stability: StabilityEnum.Experimental
|
|
20
|
+
},
|
|
21
|
+
supportedModes: ["byok"],
|
|
22
|
+
capabilities: { provides: [{
|
|
23
|
+
key: "ai.voice.synthesis",
|
|
24
|
+
version: "1.0.0"
|
|
25
|
+
}] },
|
|
26
|
+
configSchema: {
|
|
27
|
+
schema: {
|
|
28
|
+
type: "object",
|
|
29
|
+
properties: {
|
|
30
|
+
modelId: {
|
|
31
|
+
type: "string",
|
|
32
|
+
description: "Fal model endpoint identifier (e.g. fal-ai/chatterbox/text-to-speech)."
|
|
33
|
+
},
|
|
34
|
+
defaultVoiceUrl: {
|
|
35
|
+
type: "string",
|
|
36
|
+
description: "Optional reference audio URL used as default voice conditioning input."
|
|
37
|
+
},
|
|
38
|
+
defaultExaggeration: {
|
|
39
|
+
type: "number",
|
|
40
|
+
minimum: 0,
|
|
41
|
+
maximum: 1,
|
|
42
|
+
description: "Optional default exaggeration value for speech output."
|
|
43
|
+
},
|
|
44
|
+
defaultTemperature: {
|
|
45
|
+
type: "number",
|
|
46
|
+
minimum: .05,
|
|
47
|
+
maximum: 2,
|
|
48
|
+
description: "Optional default temperature for synthesis requests."
|
|
49
|
+
},
|
|
50
|
+
defaultCfg: {
|
|
51
|
+
type: "number",
|
|
52
|
+
minimum: .1,
|
|
53
|
+
maximum: 1,
|
|
54
|
+
description: "Optional default cfg value for synthesis requests."
|
|
55
|
+
},
|
|
56
|
+
pollIntervalMs: {
|
|
57
|
+
type: "number",
|
|
58
|
+
description: "Optional queue polling interval in milliseconds."
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
example: {
|
|
63
|
+
modelId: "fal-ai/chatterbox/text-to-speech",
|
|
64
|
+
defaultVoiceUrl: "https://storage.googleapis.com/chatterbox-demo-samples/prompts/male_rickmorty.mp3",
|
|
65
|
+
defaultExaggeration: .25,
|
|
66
|
+
defaultTemperature: .7,
|
|
67
|
+
defaultCfg: .5,
|
|
68
|
+
pollIntervalMs: 1e3
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
secretSchema: {
|
|
72
|
+
schema: {
|
|
73
|
+
type: "object",
|
|
74
|
+
required: ["apiKey"],
|
|
75
|
+
properties: { apiKey: {
|
|
76
|
+
type: "string",
|
|
77
|
+
description: "Fal API key (FAL_KEY)."
|
|
78
|
+
} }
|
|
79
|
+
},
|
|
80
|
+
example: { apiKey: "key-id:key-secret" }
|
|
81
|
+
},
|
|
82
|
+
healthCheck: {
|
|
83
|
+
method: "custom",
|
|
84
|
+
timeoutMs: 7e3
|
|
85
|
+
},
|
|
86
|
+
docsUrl: "https://fal.ai/models/fal-ai/chatterbox/text-to-speech/api",
|
|
87
|
+
byokSetup: { setupInstructions: "Create a Fal API key and configure the desired voice model endpoint before connecting tenants." }
|
|
88
|
+
});
|
|
89
|
+
function registerFalIntegration(registry) {
|
|
90
|
+
return registry.register(falIntegrationSpec);
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
//#endregion
|
|
94
|
+
export { falIntegrationSpec, registerFalIntegration };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IntegrationSpec, IntegrationSpecRegistry } from "../spec.js";
|
|
2
|
+
import "../index.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/fathom.d.ts
|
|
5
|
+
declare const fathomIntegrationSpec: IntegrationSpec;
|
|
6
|
+
declare function registerFathomIntegration(registry: IntegrationSpecRegistry): IntegrationSpecRegistry;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { fathomIntegrationSpec, registerFathomIntegration };
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
import { StabilityEnum } from "../../ownership.js";
|
|
2
|
+
import { defineIntegration } from "../spec.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/fathom.ts
|
|
5
|
+
const fathomIntegrationSpec = defineIntegration({
|
|
6
|
+
meta: {
|
|
7
|
+
key: "meeting-recorder.fathom",
|
|
8
|
+
version: "1.0.0",
|
|
9
|
+
category: "meeting-recorder",
|
|
10
|
+
title: "Fathom Meeting Recorder",
|
|
11
|
+
description: "Fathom External API for meetings, transcripts, and webhook events.",
|
|
12
|
+
domain: "productivity",
|
|
13
|
+
owners: ["platform.integrations"],
|
|
14
|
+
tags: [
|
|
15
|
+
"meeting-recorder",
|
|
16
|
+
"fathom",
|
|
17
|
+
"transcripts"
|
|
18
|
+
],
|
|
19
|
+
stability: StabilityEnum.Experimental
|
|
20
|
+
},
|
|
21
|
+
supportedModes: ["byok"],
|
|
22
|
+
capabilities: { provides: [
|
|
23
|
+
{
|
|
24
|
+
key: "meeting-recorder.meetings.read",
|
|
25
|
+
version: "1.0.0"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
key: "meeting-recorder.transcripts.read",
|
|
29
|
+
version: "1.0.0"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
key: "meeting-recorder.webhooks",
|
|
33
|
+
version: "1.0.0"
|
|
34
|
+
}
|
|
35
|
+
] },
|
|
36
|
+
configSchema: {
|
|
37
|
+
schema: {
|
|
38
|
+
type: "object",
|
|
39
|
+
properties: {
|
|
40
|
+
baseUrl: {
|
|
41
|
+
type: "string",
|
|
42
|
+
description: "Optional override for the Fathom API base URL. Defaults to https://api.fathom.ai/external/v1."
|
|
43
|
+
},
|
|
44
|
+
webhookUrl: {
|
|
45
|
+
type: "string",
|
|
46
|
+
description: "Webhook destination URL used when registering Fathom webhooks."
|
|
47
|
+
},
|
|
48
|
+
includeTranscript: {
|
|
49
|
+
type: "boolean",
|
|
50
|
+
description: "Include transcript data in Fathom webhook payloads."
|
|
51
|
+
},
|
|
52
|
+
includeSummary: {
|
|
53
|
+
type: "boolean",
|
|
54
|
+
description: "Include summary data in Fathom webhook payloads."
|
|
55
|
+
},
|
|
56
|
+
includeActionItems: {
|
|
57
|
+
type: "boolean",
|
|
58
|
+
description: "Include action items in Fathom webhook payloads."
|
|
59
|
+
},
|
|
60
|
+
includeCrmMatches: {
|
|
61
|
+
type: "boolean",
|
|
62
|
+
description: "Include CRM matches in Fathom webhook payloads."
|
|
63
|
+
},
|
|
64
|
+
triggeredFor: {
|
|
65
|
+
type: "array",
|
|
66
|
+
items: { type: "string" },
|
|
67
|
+
description: "Recording scopes to trigger webhooks for (e.g., my_recordings)."
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
},
|
|
71
|
+
example: {
|
|
72
|
+
baseUrl: "https://api.fathom.ai/external/v1",
|
|
73
|
+
webhookUrl: "https://example.com/webhooks/fathom",
|
|
74
|
+
includeTranscript: true,
|
|
75
|
+
includeSummary: true,
|
|
76
|
+
includeActionItems: false,
|
|
77
|
+
includeCrmMatches: false,
|
|
78
|
+
triggeredFor: ["my_recordings"]
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
secretSchema: {
|
|
82
|
+
schema: {
|
|
83
|
+
type: "object",
|
|
84
|
+
required: ["apiKey"],
|
|
85
|
+
properties: {
|
|
86
|
+
apiKey: {
|
|
87
|
+
type: "string",
|
|
88
|
+
description: "Fathom API key used in the X-Api-Key header."
|
|
89
|
+
},
|
|
90
|
+
webhookSecret: {
|
|
91
|
+
type: "string",
|
|
92
|
+
description: "Optional webhook secret used to verify Fathom webhook signatures."
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
},
|
|
96
|
+
example: {
|
|
97
|
+
apiKey: "fathom-***",
|
|
98
|
+
webhookSecret: "whsec_***"
|
|
99
|
+
}
|
|
100
|
+
},
|
|
101
|
+
healthCheck: {
|
|
102
|
+
method: "list",
|
|
103
|
+
timeoutMs: 8e3
|
|
104
|
+
},
|
|
105
|
+
docsUrl: "https://developers.fathom.ai/",
|
|
106
|
+
constraints: { rateLimit: { rpm: 60 } },
|
|
107
|
+
byokSetup: { setupInstructions: "Generate an API key in Fathom settings and optionally configure webhooks for meeting content readiness." }
|
|
108
|
+
});
|
|
109
|
+
function registerFathomIntegration(registry) {
|
|
110
|
+
return registry.register(fathomIntegrationSpec);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
//#endregion
|
|
114
|
+
export { fathomIntegrationSpec, registerFathomIntegration };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IntegrationSpec, IntegrationSpecRegistry } from "../spec.js";
|
|
2
|
+
import "../index.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/fireflies.d.ts
|
|
5
|
+
declare const firefliesIntegrationSpec: IntegrationSpec;
|
|
6
|
+
declare function registerFirefliesIntegration(registry: IntegrationSpecRegistry): IntegrationSpecRegistry;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { firefliesIntegrationSpec, registerFirefliesIntegration };
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
import { StabilityEnum } from "../../ownership.js";
|
|
2
|
+
import { defineIntegration } from "../spec.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/fireflies.ts
|
|
5
|
+
const firefliesIntegrationSpec = defineIntegration({
|
|
6
|
+
meta: {
|
|
7
|
+
key: "meeting-recorder.fireflies",
|
|
8
|
+
version: "1.0.0",
|
|
9
|
+
category: "meeting-recorder",
|
|
10
|
+
title: "Fireflies.ai Meeting Recorder",
|
|
11
|
+
description: "Fireflies GraphQL API for meeting transcripts, metadata, and webhook events.",
|
|
12
|
+
domain: "productivity",
|
|
13
|
+
owners: ["platform.integrations"],
|
|
14
|
+
tags: [
|
|
15
|
+
"meeting-recorder",
|
|
16
|
+
"fireflies",
|
|
17
|
+
"transcripts"
|
|
18
|
+
],
|
|
19
|
+
stability: StabilityEnum.Experimental
|
|
20
|
+
},
|
|
21
|
+
supportedModes: ["byok"],
|
|
22
|
+
capabilities: { provides: [
|
|
23
|
+
{
|
|
24
|
+
key: "meeting-recorder.meetings.read",
|
|
25
|
+
version: "1.0.0"
|
|
26
|
+
},
|
|
27
|
+
{
|
|
28
|
+
key: "meeting-recorder.transcripts.read",
|
|
29
|
+
version: "1.0.0"
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
key: "meeting-recorder.webhooks",
|
|
33
|
+
version: "1.0.0"
|
|
34
|
+
}
|
|
35
|
+
] },
|
|
36
|
+
configSchema: {
|
|
37
|
+
schema: {
|
|
38
|
+
type: "object",
|
|
39
|
+
properties: {
|
|
40
|
+
baseUrl: {
|
|
41
|
+
type: "string",
|
|
42
|
+
description: "Optional override for the Fireflies GraphQL endpoint. Defaults to https://api.fireflies.ai/graphql."
|
|
43
|
+
},
|
|
44
|
+
webhookUrl: {
|
|
45
|
+
type: "string",
|
|
46
|
+
description: "Webhook destination URL configured in Fireflies developer settings."
|
|
47
|
+
},
|
|
48
|
+
webhookEvents: {
|
|
49
|
+
type: "array",
|
|
50
|
+
items: { type: "string" },
|
|
51
|
+
description: "Webhook events to subscribe to (e.g., Transcription completed)."
|
|
52
|
+
},
|
|
53
|
+
transcriptsPageSize: {
|
|
54
|
+
type: "number",
|
|
55
|
+
description: "Number of transcripts to request per GraphQL query."
|
|
56
|
+
}
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
example: {
|
|
60
|
+
baseUrl: "https://api.fireflies.ai/graphql",
|
|
61
|
+
webhookUrl: "https://example.com/webhooks/fireflies",
|
|
62
|
+
webhookEvents: ["Transcription completed"],
|
|
63
|
+
transcriptsPageSize: 25
|
|
64
|
+
}
|
|
65
|
+
},
|
|
66
|
+
secretSchema: {
|
|
67
|
+
schema: {
|
|
68
|
+
type: "object",
|
|
69
|
+
required: ["apiKey"],
|
|
70
|
+
properties: {
|
|
71
|
+
apiKey: {
|
|
72
|
+
type: "string",
|
|
73
|
+
description: "Fireflies API key for GraphQL requests."
|
|
74
|
+
},
|
|
75
|
+
webhookSecret: {
|
|
76
|
+
type: "string",
|
|
77
|
+
description: "Optional webhook secret used to verify x-hub-signature HMAC payloads."
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
example: {
|
|
82
|
+
apiKey: "fireflies-***",
|
|
83
|
+
webhookSecret: "fireflies-webhook-secret"
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
healthCheck: {
|
|
87
|
+
method: "custom",
|
|
88
|
+
timeoutMs: 6e3
|
|
89
|
+
},
|
|
90
|
+
docsUrl: "https://docs.fireflies.ai/getting-started/introduction",
|
|
91
|
+
byokSetup: { setupInstructions: "Create a Fireflies API key and optionally configure webhook settings in Developer Settings." }
|
|
92
|
+
});
|
|
93
|
+
function registerFirefliesIntegration(registry) {
|
|
94
|
+
return registry.register(firefliesIntegrationSpec);
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
//#endregion
|
|
98
|
+
export { firefliesIntegrationSpec, registerFirefliesIntegration };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IntegrationSpec, IntegrationSpecRegistry } from "../spec.js";
|
|
2
|
+
import "../index.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/gradium.d.ts
|
|
5
|
+
declare const gradiumIntegrationSpec: IntegrationSpec;
|
|
6
|
+
declare function registerGradiumIntegration(registry: IntegrationSpecRegistry): IntegrationSpecRegistry;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { gradiumIntegrationSpec, registerGradiumIntegration };
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
import { StabilityEnum } from "../../ownership.js";
|
|
2
|
+
import { defineIntegration } from "../spec.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/gradium.ts
|
|
5
|
+
const gradiumIntegrationSpec = defineIntegration({
|
|
6
|
+
meta: {
|
|
7
|
+
key: "ai-voice.gradium",
|
|
8
|
+
version: "1.0.0",
|
|
9
|
+
category: "ai-voice",
|
|
10
|
+
title: "Gradium Text-to-Speech",
|
|
11
|
+
description: "Gradium integration for low-latency voice synthesis and voice catalog access.",
|
|
12
|
+
domain: "ai",
|
|
13
|
+
owners: ["platform.ai"],
|
|
14
|
+
tags: [
|
|
15
|
+
"voice",
|
|
16
|
+
"tts",
|
|
17
|
+
"realtime"
|
|
18
|
+
],
|
|
19
|
+
stability: StabilityEnum.Experimental
|
|
20
|
+
},
|
|
21
|
+
supportedModes: ["byok"],
|
|
22
|
+
capabilities: { provides: [{
|
|
23
|
+
key: "ai.voice.synthesis",
|
|
24
|
+
version: "1.0.0"
|
|
25
|
+
}] },
|
|
26
|
+
configSchema: {
|
|
27
|
+
schema: {
|
|
28
|
+
type: "object",
|
|
29
|
+
properties: {
|
|
30
|
+
defaultVoiceId: {
|
|
31
|
+
type: "string",
|
|
32
|
+
description: "Optional default voice identifier used for synthesis."
|
|
33
|
+
},
|
|
34
|
+
region: {
|
|
35
|
+
type: "string",
|
|
36
|
+
enum: ["eu", "us"],
|
|
37
|
+
description: "Gradium region used by the SDK (eu or us)."
|
|
38
|
+
},
|
|
39
|
+
baseUrl: {
|
|
40
|
+
type: "string",
|
|
41
|
+
description: "Optional API base URL override for private routing or proxies."
|
|
42
|
+
},
|
|
43
|
+
timeoutMs: {
|
|
44
|
+
type: "number",
|
|
45
|
+
description: "Optional request timeout in milliseconds."
|
|
46
|
+
},
|
|
47
|
+
outputFormat: {
|
|
48
|
+
type: "string",
|
|
49
|
+
enum: [
|
|
50
|
+
"wav",
|
|
51
|
+
"pcm",
|
|
52
|
+
"opus",
|
|
53
|
+
"ulaw_8000",
|
|
54
|
+
"alaw_8000",
|
|
55
|
+
"pcm_16000",
|
|
56
|
+
"pcm_24000"
|
|
57
|
+
],
|
|
58
|
+
description: "Optional default output format used when no format is specified."
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
example: {
|
|
63
|
+
defaultVoiceId: "YTpq7expH9539ERJ",
|
|
64
|
+
region: "eu",
|
|
65
|
+
timeoutMs: 15e3,
|
|
66
|
+
outputFormat: "wav"
|
|
67
|
+
}
|
|
68
|
+
},
|
|
69
|
+
secretSchema: {
|
|
70
|
+
schema: {
|
|
71
|
+
type: "object",
|
|
72
|
+
required: ["apiKey"],
|
|
73
|
+
properties: { apiKey: {
|
|
74
|
+
type: "string",
|
|
75
|
+
description: "Gradium API key with TTS access."
|
|
76
|
+
} }
|
|
77
|
+
},
|
|
78
|
+
example: { apiKey: "gd_***" }
|
|
79
|
+
},
|
|
80
|
+
healthCheck: {
|
|
81
|
+
method: "custom",
|
|
82
|
+
timeoutMs: 5e3
|
|
83
|
+
},
|
|
84
|
+
docsUrl: "https://gradium.ai/api_docs.html",
|
|
85
|
+
byokSetup: { setupInstructions: "Create a Gradium API key, select the target region, and store credentials in your tenant secret provider." }
|
|
86
|
+
});
|
|
87
|
+
function registerGradiumIntegration(registry) {
|
|
88
|
+
return registry.register(gradiumIntegrationSpec);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
//#endregion
|
|
92
|
+
export { gradiumIntegrationSpec, registerGradiumIntegration };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import { IntegrationSpec, IntegrationSpecRegistry } from "../spec.js";
|
|
2
|
+
import "../index.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/granola.d.ts
|
|
5
|
+
declare const granolaIntegrationSpec: IntegrationSpec;
|
|
6
|
+
declare function registerGranolaIntegration(registry: IntegrationSpecRegistry): IntegrationSpecRegistry;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { granolaIntegrationSpec, registerGranolaIntegration };
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { StabilityEnum } from "../../ownership.js";
|
|
2
|
+
import { defineIntegration } from "../spec.js";
|
|
3
|
+
|
|
4
|
+
//#region src/integrations/providers/granola.ts
|
|
5
|
+
const granolaIntegrationSpec = defineIntegration({
|
|
6
|
+
meta: {
|
|
7
|
+
key: "meeting-recorder.granola",
|
|
8
|
+
version: "1.0.0",
|
|
9
|
+
category: "meeting-recorder",
|
|
10
|
+
title: "Granola Meeting Notes",
|
|
11
|
+
description: "Granola Enterprise API for meeting notes, attendees, and transcripts.",
|
|
12
|
+
domain: "productivity",
|
|
13
|
+
owners: ["platform.integrations"],
|
|
14
|
+
tags: [
|
|
15
|
+
"meeting-recorder",
|
|
16
|
+
"granola",
|
|
17
|
+
"transcripts"
|
|
18
|
+
],
|
|
19
|
+
stability: StabilityEnum.Experimental
|
|
20
|
+
},
|
|
21
|
+
supportedModes: ["byok"],
|
|
22
|
+
capabilities: { provides: [{
|
|
23
|
+
key: "meeting-recorder.meetings.read",
|
|
24
|
+
version: "1.0.0"
|
|
25
|
+
}, {
|
|
26
|
+
key: "meeting-recorder.transcripts.read",
|
|
27
|
+
version: "1.0.0"
|
|
28
|
+
}] },
|
|
29
|
+
configSchema: {
|
|
30
|
+
schema: {
|
|
31
|
+
type: "object",
|
|
32
|
+
properties: {
|
|
33
|
+
baseUrl: {
|
|
34
|
+
type: "string",
|
|
35
|
+
description: "Optional override for the Granola API base URL. Defaults to https://public-api.granola.ai."
|
|
36
|
+
},
|
|
37
|
+
pageSize: {
|
|
38
|
+
type: "number",
|
|
39
|
+
description: "Page size for listing notes (maximum 30 per Granola API)."
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
},
|
|
43
|
+
example: {
|
|
44
|
+
baseUrl: "https://public-api.granola.ai",
|
|
45
|
+
pageSize: 10
|
|
46
|
+
}
|
|
47
|
+
},
|
|
48
|
+
secretSchema: {
|
|
49
|
+
schema: {
|
|
50
|
+
type: "object",
|
|
51
|
+
required: ["apiKey"],
|
|
52
|
+
properties: { apiKey: {
|
|
53
|
+
type: "string",
|
|
54
|
+
description: "Granola API key used as a Bearer token for Enterprise API requests."
|
|
55
|
+
} }
|
|
56
|
+
},
|
|
57
|
+
example: { apiKey: "granola-***" }
|
|
58
|
+
},
|
|
59
|
+
healthCheck: {
|
|
60
|
+
method: "list",
|
|
61
|
+
timeoutMs: 8e3
|
|
62
|
+
},
|
|
63
|
+
docsUrl: "https://docs.granola.ai/introduction",
|
|
64
|
+
byokSetup: { setupInstructions: "Create a Granola Enterprise API key and grant access to meeting notes and transcripts." }
|
|
65
|
+
});
|
|
66
|
+
function registerGranolaIntegration(registry) {
|
|
67
|
+
return registry.register(granolaIntegrationSpec);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
//#endregion
|
|
71
|
+
export { granolaIntegrationSpec, registerGranolaIntegration };
|
|
@@ -2,21 +2,39 @@ import { CapturePaymentInput, CreateCustomerInput, CreatePaymentIntentInput, Lis
|
|
|
2
2
|
import { LLMChatOptions, LLMContentPart, LLMMessage, LLMProvider, LLMResponse, LLMRole, LLMStreamChunk, LLMTextPart, LLMTokenUsage, LLMToolCallPart, LLMToolDefinition, LLMToolResultPart, TokenCountResult } from "./llm.js";
|
|
3
3
|
import { EmbeddingDocument, EmbeddingProvider, EmbeddingResult, EmbeddingVector } from "./embedding.js";
|
|
4
4
|
import { VectorDeleteRequest, VectorDocument, VectorSearchQuery, VectorSearchResult, VectorStoreProvider, VectorUpsertRequest } from "./vector-store.js";
|
|
5
|
+
import { DatabaseProvider, DatabaseQueryResult, DatabaseRow, DatabaseStatementParam } from "./database.js";
|
|
6
|
+
import { AnalyticsAnnotation, AnalyticsCohort, AnalyticsEvent, AnalyticsFeatureFlag, AnalyticsInsight, AnalyticsInsightType, AnalyticsPerson, AnalyticsPropertyFilter, AnalyticsReader, DateRangeInput, GetAnnotationsInput, GetCohortsInput, GetEventsInput, GetFeatureFlagsInput, GetInsightResultInput, GetInsightsInput, GetPersonsInput, PaginatedResponse, PaginationInput } from "./analytics-reader.js";
|
|
7
|
+
import { AnalyticsWriter } from "./analytics-writer.js";
|
|
8
|
+
import { AnalyticsEventInput, AnalyticsIdentifyInput, AnalyticsMcpToolCall, AnalyticsProvider, AnalyticsQueryInput, AnalyticsQueryResult, AnalyticsRequest, AnalyticsRequestMethod, AnalyticsResponse } from "./analytics.js";
|
|
5
9
|
import { EmailAddress, EmailAttachment, EmailInboundProvider, EmailMessage, EmailMessagesSinceQuery, EmailOutboundMessage, EmailOutboundProvider, EmailOutboundResult, EmailThread, EmailThreadListQuery } from "./email.js";
|
|
6
10
|
import { CalendarAttendee, CalendarEvent, CalendarEventInput, CalendarEventUpdateInput, CalendarListEventsQuery, CalendarListEventsResult, CalendarProvider, CalendarReminder } from "./calendar.js";
|
|
7
11
|
import { SendSmsInput, SmsDeliveryStatus, SmsMessage, SmsProvider } from "./sms.js";
|
|
8
12
|
import { Voice, VoiceProvider, VoiceSynthesisInput, VoiceSynthesisResult } from "./voice.js";
|
|
9
13
|
import { DeleteObjectInput, GetObjectResult, ListObjectsQuery, ListObjectsResult, ObjectStorageProvider, PutObjectInput, SignedUrlOptions, StorageObjectBody, StorageObjectMetadata } from "./storage.js";
|
|
14
|
+
import { ProjectManagementProvider, ProjectManagementWorkItem, ProjectManagementWorkItemInput, ProjectManagementWorkItemPriority, ProjectManagementWorkItemType } from "./project-management.js";
|
|
15
|
+
import { MeetingParticipant, MeetingRecord, MeetingRecorderGetMeetingParams, MeetingRecorderGetTranscriptParams, MeetingRecorderListMeetingsParams, MeetingRecorderListMeetingsResult, MeetingRecorderProvider, MeetingRecorderWebhookEvent, MeetingRecorderWebhookRegistration, MeetingRecorderWebhookRequest, MeetingTranscriptRecord, MeetingTranscriptSegment } from "./meeting-recorder.js";
|
|
10
16
|
import { registerStripeIntegration, stripeIntegrationSpec } from "./stripe.js";
|
|
11
17
|
import { postmarkIntegrationSpec, registerPostmarkIntegration } from "./postmark.js";
|
|
12
18
|
import { qdrantIntegrationSpec, registerQdrantIntegration } from "./qdrant.js";
|
|
19
|
+
import { registerSupabaseVectorIntegration, supabaseVectorIntegrationSpec } from "./supabase-vector.js";
|
|
20
|
+
import { registerSupabasePostgresIntegration, supabasePostgresIntegrationSpec } from "./supabase-postgres.js";
|
|
13
21
|
import { mistralIntegrationSpec, registerMistralIntegration } from "./mistral.js";
|
|
14
22
|
import { elevenLabsIntegrationSpec, registerElevenLabsIntegration } from "./elevenlabs.js";
|
|
23
|
+
import { gradiumIntegrationSpec, registerGradiumIntegration } from "./gradium.js";
|
|
24
|
+
import { falIntegrationSpec, registerFalIntegration } from "./fal.js";
|
|
15
25
|
import { gmailIntegrationSpec, registerGmailIntegration } from "./gmail.js";
|
|
16
26
|
import { googleCalendarIntegrationSpec, registerGoogleCalendarIntegration } from "./google-calendar.js";
|
|
17
27
|
import { registerTwilioSmsIntegration, twilioSmsIntegrationSpec } from "./twilio-sms.js";
|
|
18
28
|
import { gcsStorageIntegrationSpec, registerGcsStorageIntegration } from "./gcs-storage.js";
|
|
19
29
|
import { powensIntegrationSpec, registerPowensIntegration } from "./powens.js";
|
|
30
|
+
import { posthogIntegrationSpec, registerPosthogIntegration } from "./posthog.js";
|
|
31
|
+
import { linearIntegrationSpec, registerLinearIntegration } from "./linear.js";
|
|
32
|
+
import { jiraIntegrationSpec, registerJiraIntegration } from "./jira.js";
|
|
33
|
+
import { notionIntegrationSpec, registerNotionIntegration } from "./notion.js";
|
|
34
|
+
import { granolaIntegrationSpec, registerGranolaIntegration } from "./granola.js";
|
|
35
|
+
import { registerTldvIntegration, tldvIntegrationSpec } from "./tldv.js";
|
|
36
|
+
import { firefliesIntegrationSpec, registerFirefliesIntegration } from "./fireflies.js";
|
|
37
|
+
import { fathomIntegrationSpec, registerFathomIntegration } from "./fathom.js";
|
|
20
38
|
import { OpenBankingAccountBalance, OpenBankingAccountDetails, OpenBankingAccountOwnership, OpenBankingAccountSummary, OpenBankingBalanceType, OpenBankingConnectionStatus, OpenBankingGetAccountDetailsParams, OpenBankingGetBalancesParams, OpenBankingGetConnectionStatusParams, OpenBankingListAccountsParams, OpenBankingListAccountsResult, OpenBankingListTransactionsParams, OpenBankingListTransactionsResult, OpenBankingProvider, OpenBankingTransaction } from "./openbanking.js";
|
|
21
39
|
import { createDefaultIntegrationSpecRegistry } from "./registry.js";
|
|
22
|
-
export { CalendarAttendee, CalendarEvent, CalendarEventInput, CalendarEventUpdateInput, CalendarListEventsQuery, CalendarListEventsResult, CalendarProvider, CalendarReminder, CapturePaymentInput, CreateCustomerInput, CreatePaymentIntentInput, DeleteObjectInput, EmailAddress, EmailAttachment, EmailInboundProvider, EmailMessage, EmailMessagesSinceQuery, EmailOutboundMessage, EmailOutboundProvider, EmailOutboundResult, EmailThread, EmailThreadListQuery, EmbeddingDocument, EmbeddingProvider, EmbeddingResult, EmbeddingVector, GetObjectResult, LLMChatOptions, LLMContentPart, LLMMessage, LLMProvider, LLMResponse, LLMRole, LLMStreamChunk, LLMTextPart, LLMTokenUsage, LLMToolCallPart, LLMToolDefinition, LLMToolResultPart, ListInvoicesQuery, ListObjectsQuery, ListObjectsResult, ListTransactionsQuery, Money, ObjectStorageProvider, OpenBankingAccountBalance, OpenBankingAccountDetails, OpenBankingAccountOwnership, OpenBankingAccountSummary, OpenBankingBalanceType, OpenBankingConnectionStatus, OpenBankingGetAccountDetailsParams, OpenBankingGetBalancesParams, OpenBankingGetConnectionStatusParams, OpenBankingListAccountsParams, OpenBankingListAccountsResult, OpenBankingListTransactionsParams, OpenBankingListTransactionsResult, OpenBankingProvider, OpenBankingTransaction, PaymentCustomer, PaymentIntent, PaymentIntentStatus, PaymentInvoice, PaymentRefund, PaymentTransaction, PaymentsProvider, PutObjectInput, RefundPaymentInput, SendSmsInput, SignedUrlOptions, SmsDeliveryStatus, SmsMessage, SmsProvider, StorageObjectBody, StorageObjectMetadata, TokenCountResult, VectorDeleteRequest, VectorDocument, VectorSearchQuery, VectorSearchResult, VectorStoreProvider, VectorUpsertRequest, Voice, VoiceProvider, VoiceSynthesisInput, VoiceSynthesisResult, createDefaultIntegrationSpecRegistry, elevenLabsIntegrationSpec, gcsStorageIntegrationSpec, gmailIntegrationSpec, googleCalendarIntegrationSpec, mistralIntegrationSpec, postmarkIntegrationSpec, powensIntegrationSpec, qdrantIntegrationSpec, registerElevenLabsIntegration, registerGcsStorageIntegration, registerGmailIntegration, registerGoogleCalendarIntegration, registerMistralIntegration, registerPostmarkIntegration, registerPowensIntegration, registerQdrantIntegration, registerStripeIntegration, registerTwilioSmsIntegration, stripeIntegrationSpec, twilioSmsIntegrationSpec };
|
|
40
|
+
export { AnalyticsAnnotation, AnalyticsCohort, AnalyticsEvent, AnalyticsEventInput, AnalyticsFeatureFlag, AnalyticsIdentifyInput, AnalyticsInsight, AnalyticsInsightType, AnalyticsMcpToolCall, AnalyticsPerson, AnalyticsPropertyFilter, AnalyticsProvider, AnalyticsQueryInput, AnalyticsQueryResult, AnalyticsReader, AnalyticsRequest, AnalyticsRequestMethod, AnalyticsResponse, AnalyticsWriter, CalendarAttendee, CalendarEvent, CalendarEventInput, CalendarEventUpdateInput, CalendarListEventsQuery, CalendarListEventsResult, CalendarProvider, CalendarReminder, CapturePaymentInput, CreateCustomerInput, CreatePaymentIntentInput, DatabaseProvider, DatabaseQueryResult, DatabaseRow, DatabaseStatementParam, DateRangeInput, DeleteObjectInput, EmailAddress, EmailAttachment, EmailInboundProvider, EmailMessage, EmailMessagesSinceQuery, EmailOutboundMessage, EmailOutboundProvider, EmailOutboundResult, EmailThread, EmailThreadListQuery, EmbeddingDocument, EmbeddingProvider, EmbeddingResult, EmbeddingVector, GetAnnotationsInput, GetCohortsInput, GetEventsInput, GetFeatureFlagsInput, GetInsightResultInput, GetInsightsInput, GetObjectResult, GetPersonsInput, LLMChatOptions, LLMContentPart, LLMMessage, LLMProvider, LLMResponse, LLMRole, LLMStreamChunk, LLMTextPart, LLMTokenUsage, LLMToolCallPart, LLMToolDefinition, LLMToolResultPart, ListInvoicesQuery, ListObjectsQuery, ListObjectsResult, ListTransactionsQuery, MeetingParticipant, MeetingRecord, MeetingRecorderGetMeetingParams, MeetingRecorderGetTranscriptParams, MeetingRecorderListMeetingsParams, MeetingRecorderListMeetingsResult, MeetingRecorderProvider, MeetingRecorderWebhookEvent, MeetingRecorderWebhookRegistration, MeetingRecorderWebhookRequest, MeetingTranscriptRecord, MeetingTranscriptSegment, Money, ObjectStorageProvider, OpenBankingAccountBalance, OpenBankingAccountDetails, OpenBankingAccountOwnership, OpenBankingAccountSummary, OpenBankingBalanceType, OpenBankingConnectionStatus, OpenBankingGetAccountDetailsParams, OpenBankingGetBalancesParams, OpenBankingGetConnectionStatusParams, OpenBankingListAccountsParams, OpenBankingListAccountsResult, OpenBankingListTransactionsParams, OpenBankingListTransactionsResult, OpenBankingProvider, OpenBankingTransaction, PaginatedResponse, PaginationInput, PaymentCustomer, PaymentIntent, PaymentIntentStatus, PaymentInvoice, PaymentRefund, PaymentTransaction, PaymentsProvider, ProjectManagementProvider, ProjectManagementWorkItem, ProjectManagementWorkItemInput, ProjectManagementWorkItemPriority, ProjectManagementWorkItemType, PutObjectInput, RefundPaymentInput, SendSmsInput, SignedUrlOptions, SmsDeliveryStatus, SmsMessage, SmsProvider, StorageObjectBody, StorageObjectMetadata, TokenCountResult, VectorDeleteRequest, VectorDocument, VectorSearchQuery, VectorSearchResult, VectorStoreProvider, VectorUpsertRequest, Voice, VoiceProvider, VoiceSynthesisInput, VoiceSynthesisResult, createDefaultIntegrationSpecRegistry, elevenLabsIntegrationSpec, falIntegrationSpec, fathomIntegrationSpec, firefliesIntegrationSpec, gcsStorageIntegrationSpec, gmailIntegrationSpec, googleCalendarIntegrationSpec, gradiumIntegrationSpec, granolaIntegrationSpec, jiraIntegrationSpec, linearIntegrationSpec, mistralIntegrationSpec, notionIntegrationSpec, posthogIntegrationSpec, postmarkIntegrationSpec, powensIntegrationSpec, qdrantIntegrationSpec, registerElevenLabsIntegration, registerFalIntegration, registerFathomIntegration, registerFirefliesIntegration, registerGcsStorageIntegration, registerGmailIntegration, registerGoogleCalendarIntegration, registerGradiumIntegration, registerGranolaIntegration, registerJiraIntegration, registerLinearIntegration, registerMistralIntegration, registerNotionIntegration, registerPosthogIntegration, registerPostmarkIntegration, registerPowensIntegration, registerQdrantIntegration, registerStripeIntegration, registerSupabasePostgresIntegration, registerSupabaseVectorIntegration, registerTldvIntegration, registerTwilioSmsIntegration, stripeIntegrationSpec, supabasePostgresIntegrationSpec, supabaseVectorIntegrationSpec, tldvIntegrationSpec, twilioSmsIntegrationSpec };
|