@lssm/example.analytics-dashboard 0.0.0-canary-20251217063201 → 0.0.0-canary-20251217072406
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/dashboard/dashboard.contracts.d.ts +131 -131
- package/dist/dashboard/dashboard.contracts.js +5 -5
- package/dist/dashboard/dashboard.enum.d.ts +4 -4
- package/dist/dashboard/dashboard.enum.js +4 -4
- package/dist/dashboard/dashboard.schema.d.ts +79 -79
- package/dist/dashboard/dashboard.schema.js +43 -43
- package/dist/docs/analytics-dashboard.docblock.js +2 -2
- package/dist/events.d.ts +40 -40
- package/dist/events.js +25 -25
- package/dist/libs/contracts/dist/capabilities/openbanking.js +53 -49
- package/dist/libs/contracts/dist/client/index.js +1 -1
- package/dist/libs/contracts/dist/client/react/index.js +1 -1
- package/dist/libs/contracts/dist/contract-registry/index.js +1 -1
- package/dist/libs/contracts/dist/contract-registry/schemas.js +52 -49
- package/dist/libs/contracts/dist/docs/PUBLISHING.docblock.js +11 -86
- package/dist/libs/contracts/dist/docs/accessibility_wcag_compliance_specs.docblock.js +11 -360
- package/dist/libs/contracts/dist/docs/index.js +2 -2
- package/dist/libs/contracts/dist/docs/presentations.js +48 -44
- package/dist/libs/contracts/dist/docs/registry.js +27 -25
- package/dist/libs/contracts/dist/docs/tech/PHASE_1_QUICKSTART.docblock.js +11 -393
- package/dist/libs/contracts/dist/docs/tech/PHASE_2_AI_NATIVE_OPERATIONS.docblock.js +11 -78
- package/dist/libs/contracts/dist/docs/tech/PHASE_3_AUTO_EVOLUTION.docblock.js +11 -150
- package/dist/libs/contracts/dist/docs/tech/PHASE_4_PERSONALIZATION_ENGINE.docblock.js +11 -96
- package/dist/libs/contracts/dist/docs/tech/PHASE_5_ZERO_TOUCH_OPERATIONS.docblock.js +10 -10
- package/dist/libs/contracts/dist/docs/tech/auth/better-auth-nextjs.docblock.js +15 -15
- package/dist/libs/contracts/dist/docs/tech/contracts/openapi-export.docblock.js +12 -12
- package/dist/libs/contracts/dist/docs/tech/lifecycle-stage-system.docblock.js +11 -223
- package/dist/libs/contracts/dist/docs/tech/llm/llm-integration.docblock.js +44 -44
- package/dist/libs/contracts/dist/docs/tech/mcp-endpoints.docblock.js +30 -14
- package/dist/libs/contracts/dist/docs/tech/presentation-runtime.docblock.js +10 -10
- package/dist/libs/contracts/dist/docs/tech/schema/README.docblock.js +13 -274
- package/dist/libs/contracts/dist/docs/tech/studio/learning-events.docblock.js +41 -15
- package/dist/libs/contracts/dist/docs/tech/studio/learning-journeys.docblock.js +15 -15
- package/dist/libs/contracts/dist/docs/tech/studio/platform-admin-panel.docblock.js +14 -14
- package/dist/libs/contracts/dist/docs/tech/studio/project-access-teams.docblock.js +16 -28
- package/dist/libs/contracts/dist/docs/tech/studio/project-routing.docblock.js +60 -15
- package/dist/libs/contracts/dist/docs/tech/studio/sandbox-unlogged.docblock.js +13 -13
- package/dist/libs/contracts/dist/docs/tech/studio/team-invitations.docblock.js +31 -48
- package/dist/libs/contracts/dist/docs/tech/studio/workspace-ops.docblock.js +40 -15
- package/dist/libs/contracts/dist/docs/tech/studio/workspaces.docblock.js +14 -14
- package/dist/libs/contracts/dist/docs/tech/telemetry-ingest.docblock.js +22 -22
- package/dist/libs/contracts/dist/docs/tech/templates/runtime.docblock.js +12 -12
- package/dist/libs/contracts/dist/docs/tech/vscode-extension.docblock.js +22 -22
- package/dist/libs/contracts/dist/docs/tech/workflows/overview.docblock.js +11 -11
- package/dist/libs/contracts/dist/events.js +4 -3
- package/dist/libs/contracts/dist/index.js +14 -14
- package/dist/libs/contracts/dist/integrations/contracts.js +205 -199
- package/dist/libs/contracts/dist/integrations/index.js +5 -5
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/accounts.js +133 -130
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/balances.js +95 -93
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/index.js +3 -3
- package/dist/libs/contracts/dist/integrations/openbanking/contracts/transactions.js +120 -118
- package/dist/libs/contracts/dist/integrations/openbanking/models.js +122 -120
- package/dist/libs/contracts/dist/integrations/openbanking/telemetry.js +9 -20
- package/dist/libs/contracts/dist/integrations/providers/elevenlabs.js +25 -25
- package/dist/libs/contracts/dist/integrations/providers/gcs-storage.js +36 -36
- package/dist/libs/contracts/dist/integrations/providers/gmail.js +40 -40
- package/dist/libs/contracts/dist/integrations/providers/google-calendar.js +31 -31
- package/dist/libs/contracts/dist/integrations/providers/mistral.js +31 -31
- package/dist/libs/contracts/dist/integrations/providers/postmark.js +31 -31
- package/dist/libs/contracts/dist/integrations/providers/powens.js +51 -51
- package/dist/libs/contracts/dist/integrations/providers/qdrant.js +31 -31
- package/dist/libs/contracts/dist/integrations/providers/stripe.js +35 -35
- package/dist/libs/contracts/dist/integrations/providers/twilio-sms.js +28 -28
- package/dist/libs/contracts/dist/jsonschema.js +1 -1
- package/dist/libs/contracts/dist/knowledge/contracts.js +170 -163
- package/dist/libs/contracts/dist/knowledge/spaces/email-threads.js +17 -17
- package/dist/libs/contracts/dist/knowledge/spaces/financial-docs.js +17 -17
- package/dist/libs/contracts/dist/knowledge/spaces/financial-overview.js +19 -19
- package/dist/libs/contracts/dist/knowledge/spaces/product-canon.js +17 -17
- package/dist/libs/contracts/dist/knowledge/spaces/support-faq.js +17 -17
- package/dist/libs/contracts/dist/knowledge/spaces/uploaded-docs.js +17 -17
- package/dist/libs/contracts/dist/llm/exporters.js +13 -12
- package/dist/libs/contracts/dist/onboarding-base.js +116 -99
- package/dist/libs/contracts/dist/ownership.js +18 -33
- package/dist/libs/contracts/dist/presentations.js +1 -1
- package/dist/libs/contracts/dist/presentations.v2.js +6 -2
- package/dist/libs/contracts/dist/regenerator/service.js +5 -0
- package/dist/libs/contracts/dist/registry.js +1 -1
- package/dist/libs/contracts/dist/schema/dist/FieldType.js +24 -14
- package/dist/libs/contracts/dist/schema/dist/ScalarTypeEnum.js +180 -166
- package/dist/libs/contracts/dist/schema/dist/SchemaModel.js +20 -9
- package/dist/libs/contracts/dist/server/mcp/registerPrompts.js +1 -1
- package/dist/libs/contracts/dist/spec.js +22 -13
- package/dist/libs/schema/dist/EnumType.js +25 -9
- package/dist/libs/schema/dist/FieldType.js +24 -14
- package/dist/libs/schema/dist/ScalarTypeEnum.js +180 -166
- package/dist/libs/schema/dist/SchemaModel.js +25 -10
- package/dist/libs/schema/dist/index.js +4 -4
- package/dist/query/query.contracts.d.ts +44 -44
- package/dist/query/query.contracts.js +3 -3
- package/dist/query/query.enum.js +2 -2
- package/dist/query/query.schema.js +33 -33
- package/package.json +10 -10
|
@@ -1,73 +1,73 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StabilityEnum } from "../../ownership.js";
|
|
2
2
|
|
|
3
3
|
//#region ../../libs/contracts/dist/integrations/providers/qdrant.js
|
|
4
|
-
const
|
|
4
|
+
const qdrantIntegrationSpec = {
|
|
5
5
|
meta: {
|
|
6
|
-
key:
|
|
6
|
+
key: "vectordb.qdrant",
|
|
7
7
|
version: 1,
|
|
8
|
-
category:
|
|
9
|
-
displayName:
|
|
10
|
-
title:
|
|
11
|
-
description:
|
|
12
|
-
domain:
|
|
13
|
-
owners: [
|
|
14
|
-
tags: [
|
|
15
|
-
stability:
|
|
8
|
+
category: "vector-db",
|
|
9
|
+
displayName: "Qdrant",
|
|
10
|
+
title: "Qdrant Vector Database",
|
|
11
|
+
description: "Qdrant integration for vector search and embeddings storage.",
|
|
12
|
+
domain: "ai",
|
|
13
|
+
owners: ["platform.ai"],
|
|
14
|
+
tags: ["vector-db", "search"],
|
|
15
|
+
stability: StabilityEnum.Experimental
|
|
16
16
|
},
|
|
17
|
-
supportedModes: [
|
|
17
|
+
supportedModes: ["managed", "byok"],
|
|
18
18
|
capabilities: {
|
|
19
19
|
provides: [{
|
|
20
|
-
key:
|
|
20
|
+
key: "vector-db.search",
|
|
21
21
|
version: 1
|
|
22
22
|
}, {
|
|
23
|
-
key:
|
|
23
|
+
key: "vector-db.storage",
|
|
24
24
|
version: 1
|
|
25
25
|
}],
|
|
26
26
|
requires: [{
|
|
27
|
-
key:
|
|
28
|
-
optional:
|
|
29
|
-
reason:
|
|
27
|
+
key: "ai.embeddings",
|
|
28
|
+
optional: true,
|
|
29
|
+
reason: "Required if vectors are generated via hosted embedding services"
|
|
30
30
|
}]
|
|
31
31
|
},
|
|
32
32
|
configSchema: {
|
|
33
33
|
schema: {
|
|
34
|
-
type:
|
|
34
|
+
type: "object",
|
|
35
35
|
properties: {
|
|
36
36
|
apiUrl: {
|
|
37
|
-
type:
|
|
38
|
-
description:
|
|
37
|
+
type: "string",
|
|
38
|
+
description: "Base URL for the Qdrant instance (e.g., https://qdrant.example.com)."
|
|
39
39
|
},
|
|
40
40
|
collectionPrefix: {
|
|
41
|
-
type:
|
|
42
|
-
description:
|
|
41
|
+
type: "string",
|
|
42
|
+
description: "Prefix applied to all collection names for this tenant."
|
|
43
43
|
}
|
|
44
44
|
}
|
|
45
45
|
},
|
|
46
46
|
example: {
|
|
47
|
-
apiUrl:
|
|
48
|
-
collectionPrefix:
|
|
47
|
+
apiUrl: "https://qdrant.example.com",
|
|
48
|
+
collectionPrefix: "tenant_"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
secretSchema: {
|
|
52
52
|
schema: {
|
|
53
|
-
type:
|
|
53
|
+
type: "object",
|
|
54
54
|
properties: { apiKey: {
|
|
55
|
-
type:
|
|
56
|
-
description:
|
|
55
|
+
type: "string",
|
|
56
|
+
description: "API key or token when authentication is enabled."
|
|
57
57
|
} }
|
|
58
58
|
},
|
|
59
|
-
example: { apiKey:
|
|
59
|
+
example: { apiKey: "qdrant-api-key" }
|
|
60
60
|
},
|
|
61
61
|
healthCheck: {
|
|
62
|
-
method:
|
|
62
|
+
method: "ping",
|
|
63
63
|
timeoutMs: 4e3
|
|
64
64
|
},
|
|
65
|
-
docsUrl:
|
|
65
|
+
docsUrl: "https://qdrant.tech/documentation/quick-start/",
|
|
66
66
|
constraints: { quotas: {
|
|
67
67
|
collections: 100,
|
|
68
68
|
pointsPerCollection: 1e6
|
|
69
69
|
} },
|
|
70
|
-
byokSetup: { setupInstructions:
|
|
70
|
+
byokSetup: { setupInstructions: "Provide the HTTPS endpoint of your Qdrant cluster and generate an API key with read/write access to the collections that will be managed." }
|
|
71
71
|
};
|
|
72
72
|
|
|
73
73
|
//#endregion
|
|
@@ -1,82 +1,82 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StabilityEnum } from "../../ownership.js";
|
|
2
2
|
|
|
3
3
|
//#region ../../libs/contracts/dist/integrations/providers/stripe.js
|
|
4
|
-
const
|
|
4
|
+
const stripeIntegrationSpec = {
|
|
5
5
|
meta: {
|
|
6
|
-
key:
|
|
6
|
+
key: "payments.stripe",
|
|
7
7
|
version: 1,
|
|
8
|
-
category:
|
|
9
|
-
displayName:
|
|
10
|
-
title:
|
|
11
|
-
description:
|
|
12
|
-
domain:
|
|
13
|
-
owners: [
|
|
14
|
-
tags: [
|
|
15
|
-
stability:
|
|
8
|
+
category: "payments",
|
|
9
|
+
displayName: "Stripe",
|
|
10
|
+
title: "Stripe Payments",
|
|
11
|
+
description: "Stripe integration for payment processing, charges, and payouts.",
|
|
12
|
+
domain: "payments",
|
|
13
|
+
owners: ["platform.payments"],
|
|
14
|
+
tags: ["payments", "psp"],
|
|
15
|
+
stability: StabilityEnum.Stable
|
|
16
16
|
},
|
|
17
|
-
supportedModes: [
|
|
17
|
+
supportedModes: ["managed", "byok"],
|
|
18
18
|
capabilities: {
|
|
19
19
|
provides: [{
|
|
20
|
-
key:
|
|
20
|
+
key: "payments.psp",
|
|
21
21
|
version: 1
|
|
22
22
|
}],
|
|
23
23
|
requires: [{
|
|
24
|
-
key:
|
|
25
|
-
optional:
|
|
26
|
-
reason:
|
|
24
|
+
key: "platform.webhooks",
|
|
25
|
+
optional: true,
|
|
26
|
+
reason: "Recommended for reliable event ingestion"
|
|
27
27
|
}]
|
|
28
28
|
},
|
|
29
29
|
configSchema: {
|
|
30
30
|
schema: {
|
|
31
|
-
type:
|
|
31
|
+
type: "object",
|
|
32
32
|
properties: {
|
|
33
33
|
accountId: {
|
|
34
|
-
type:
|
|
35
|
-
description:
|
|
34
|
+
type: "string",
|
|
35
|
+
description: "Connected account ID when using Stripe Connect (BYOK)."
|
|
36
36
|
},
|
|
37
37
|
region: {
|
|
38
|
-
type:
|
|
39
|
-
description:
|
|
38
|
+
type: "string",
|
|
39
|
+
description: "Optional Stripe region or data residency hint."
|
|
40
40
|
}
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
example: {
|
|
44
|
-
accountId:
|
|
45
|
-
region:
|
|
44
|
+
accountId: "acct_123",
|
|
45
|
+
region: "us-east-1"
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
secretSchema: {
|
|
49
49
|
schema: {
|
|
50
|
-
type:
|
|
51
|
-
required: [
|
|
50
|
+
type: "object",
|
|
51
|
+
required: ["apiKey", "webhookSecret"],
|
|
52
52
|
properties: {
|
|
53
53
|
apiKey: {
|
|
54
|
-
type:
|
|
55
|
-
description:
|
|
54
|
+
type: "string",
|
|
55
|
+
description: "Stripe secret API key (sk_live_... or sk_test_...)."
|
|
56
56
|
},
|
|
57
57
|
webhookSecret: {
|
|
58
|
-
type:
|
|
59
|
-
description:
|
|
58
|
+
type: "string",
|
|
59
|
+
description: "Signing secret for webhook verification."
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
},
|
|
63
63
|
example: {
|
|
64
|
-
apiKey:
|
|
65
|
-
webhookSecret:
|
|
64
|
+
apiKey: "sk_live_***",
|
|
65
|
+
webhookSecret: "whsec_***"
|
|
66
66
|
}
|
|
67
67
|
},
|
|
68
68
|
healthCheck: {
|
|
69
|
-
method:
|
|
69
|
+
method: "ping",
|
|
70
70
|
timeoutMs: 5e3
|
|
71
71
|
},
|
|
72
|
-
docsUrl:
|
|
72
|
+
docsUrl: "https://stripe.com/docs/api",
|
|
73
73
|
constraints: { rateLimit: {
|
|
74
74
|
rpm: 1e3,
|
|
75
75
|
rph: 2e4
|
|
76
76
|
} },
|
|
77
77
|
byokSetup: {
|
|
78
|
-
setupInstructions:
|
|
79
|
-
requiredScopes: [
|
|
78
|
+
setupInstructions: "Create a restricted Stripe API key with write access to Charges and provide a webhook signing secret.",
|
|
79
|
+
requiredScopes: ["charges:write", "customers:read"]
|
|
80
80
|
}
|
|
81
81
|
};
|
|
82
82
|
|
|
@@ -1,61 +1,61 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { StabilityEnum } from "../../ownership.js";
|
|
2
2
|
|
|
3
3
|
//#region ../../libs/contracts/dist/integrations/providers/twilio-sms.js
|
|
4
|
-
const
|
|
4
|
+
const twilioSmsIntegrationSpec = {
|
|
5
5
|
meta: {
|
|
6
|
-
key:
|
|
6
|
+
key: "sms.twilio",
|
|
7
7
|
version: 1,
|
|
8
|
-
category:
|
|
9
|
-
displayName:
|
|
10
|
-
title:
|
|
11
|
-
description:
|
|
12
|
-
domain:
|
|
13
|
-
owners: [
|
|
14
|
-
tags: [
|
|
15
|
-
stability:
|
|
8
|
+
category: "sms",
|
|
9
|
+
displayName: "Twilio SMS",
|
|
10
|
+
title: "Twilio Messaging",
|
|
11
|
+
description: "Twilio SMS integration for transactional and notification messaging.",
|
|
12
|
+
domain: "communications",
|
|
13
|
+
owners: ["platform.messaging"],
|
|
14
|
+
tags: ["sms", "messaging"],
|
|
15
|
+
stability: StabilityEnum.Stable
|
|
16
16
|
},
|
|
17
|
-
supportedModes: [
|
|
17
|
+
supportedModes: ["managed", "byok"],
|
|
18
18
|
capabilities: { provides: [{
|
|
19
|
-
key:
|
|
19
|
+
key: "sms.outbound",
|
|
20
20
|
version: 1
|
|
21
21
|
}] },
|
|
22
22
|
configSchema: {
|
|
23
23
|
schema: {
|
|
24
|
-
type:
|
|
24
|
+
type: "object",
|
|
25
25
|
properties: { fromNumber: {
|
|
26
|
-
type:
|
|
27
|
-
description:
|
|
26
|
+
type: "string",
|
|
27
|
+
description: "Default Twilio phone number used as sender."
|
|
28
28
|
} }
|
|
29
29
|
},
|
|
30
|
-
example: { fromNumber:
|
|
30
|
+
example: { fromNumber: "+15551234567" }
|
|
31
31
|
},
|
|
32
32
|
secretSchema: {
|
|
33
33
|
schema: {
|
|
34
|
-
type:
|
|
35
|
-
required: [
|
|
34
|
+
type: "object",
|
|
35
|
+
required: ["accountSid", "authToken"],
|
|
36
36
|
properties: {
|
|
37
37
|
accountSid: {
|
|
38
|
-
type:
|
|
39
|
-
description:
|
|
38
|
+
type: "string",
|
|
39
|
+
description: "Twilio Account SID."
|
|
40
40
|
},
|
|
41
41
|
authToken: {
|
|
42
|
-
type:
|
|
43
|
-
description:
|
|
42
|
+
type: "string",
|
|
43
|
+
description: "Twilio Auth Token."
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
example: {
|
|
48
|
-
accountSid:
|
|
49
|
-
authToken:
|
|
48
|
+
accountSid: "ACxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx",
|
|
49
|
+
authToken: "auth-token"
|
|
50
50
|
}
|
|
51
51
|
},
|
|
52
52
|
healthCheck: {
|
|
53
|
-
method:
|
|
53
|
+
method: "custom",
|
|
54
54
|
timeoutMs: 3e3
|
|
55
55
|
},
|
|
56
|
-
docsUrl:
|
|
56
|
+
docsUrl: "https://www.twilio.com/docs/sms/api",
|
|
57
57
|
constraints: { rateLimit: { rpm: 200 } },
|
|
58
|
-
byokSetup: { setupInstructions:
|
|
58
|
+
byokSetup: { setupInstructions: "Provide a Twilio account SID, auth token, and verify the outbound sending numbers used by the integration." }
|
|
59
59
|
};
|
|
60
60
|
|
|
61
61
|
//#endregion
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import
|
|
1
|
+
import z from "zod";
|