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