@lssm/integration.providers-impls 0.0.0-canary-20251217060804 → 0.0.0-canary-20251217062139

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/calendar.js CHANGED
@@ -1 +0,0 @@
1
- import{__reExport as e}from"./_virtual/rolldown_runtime.js";export*from"@lssm/lib.contracts/integrations/providers/calendar";
package/dist/email.js CHANGED
@@ -1 +0,0 @@
1
- import{__reExport as e}from"./_virtual/rolldown_runtime.js";export*from"@lssm/lib.contracts/integrations/providers/email";
package/dist/embedding.js CHANGED
@@ -1 +0,0 @@
1
- import{__reExport as e}from"./_virtual/rolldown_runtime.js";export*from"@lssm/lib.contracts/integrations/providers/embedding";
package/dist/index.d.ts CHANGED
@@ -27,13 +27,13 @@ import "./impls/index.js";
27
27
  export * from "@lssm/lib.contracts/integrations/providers/calendar";
28
28
  export * from "@lssm/lib.contracts/integrations/providers/email";
29
29
  export * from "@lssm/lib.contracts/integrations/providers/embedding";
30
- export * from "@lssm/lib.contracts/integrations/providers/openbanking";
31
- export * from "@lssm/lib.contracts/integrations/providers/llm";
32
- export * from "@lssm/lib.contracts/integrations/providers/vector-store";
30
+ export * from "@lssm/lib.contracts/integrations/providers/voice";
33
31
  export * from "@lssm/lib.contracts/integrations/providers/storage";
34
- export * from "@lssm/lib.contracts/integrations/providers/sms";
35
32
  export * from "@lssm/lib.contracts/integrations/providers/payments";
36
- export * from "@lssm/lib.contracts/integrations/providers/voice";
33
+ export * from "@lssm/lib.contracts/integrations/providers/sms";
34
+ export * from "@lssm/lib.contracts/integrations/providers/vector-store";
35
+ export * from "@lssm/lib.contracts/integrations/providers/llm";
36
+ export * from "@lssm/lib.contracts/integrations/providers/openbanking";
37
37
 
38
38
  //#region src/index.d.ts
39
39
  declare namespace index_d_exports {
package/dist/index.js CHANGED
@@ -1 +1 @@
1
- import{__export as e,__reExport as t}from"./_virtual/rolldown_runtime.js";import"./calendar.js";import"./email.js";import"./embedding.js";import{MistralLLMProvider as n}from"./impls/mistral-llm.js";import{MistralEmbeddingProvider as r}from"./impls/mistral-embedding.js";import{QdrantVectorProvider as i}from"./impls/qdrant-vector.js";import{GoogleCloudStorageProvider as a}from"./impls/gcs-storage.js";import{StripePaymentsProvider as o}from"./impls/stripe-payments.js";import{PostmarkEmailProvider as s}from"./impls/postmark-email.js";import{TwilioSmsProvider as c}from"./impls/twilio-sms.js";import{ElevenLabsVoiceProvider as l}from"./impls/elevenlabs-voice.js";import{PowensClient as u,PowensClientError as d}from"./impls/powens-client.js";import{PowensOpenBankingProvider as f}from"./impls/powens-openbanking.js";import{IntegrationProviderFactory as p}from"./impls/provider-factory.js";import{GmailInboundProvider as m}from"./impls/gmail-inbound.js";import{GmailOutboundProvider as h}from"./impls/gmail-outbound.js";import{GoogleCalendarProvider as g}from"./impls/google-calendar.js";import"./impls/index.js";import"./openbanking.js";import"./llm.js";import"./vector-store.js";import"./storage.js";import"./sms.js";import"./payments.js";import"./voice.js";export*from"@lssm/lib.contracts/integrations/providers/calendar";export*from"@lssm/lib.contracts/integrations/providers/email";export*from"@lssm/lib.contracts/integrations/providers/embedding";export*from"@lssm/lib.contracts/integrations/providers/openbanking";export*from"@lssm/lib.contracts/integrations/providers/llm";export*from"@lssm/lib.contracts/integrations/providers/vector-store";export*from"@lssm/lib.contracts/integrations/providers/storage";export*from"@lssm/lib.contracts/integrations/providers/sms";export*from"@lssm/lib.contracts/integrations/providers/payments";export*from"@lssm/lib.contracts/integrations/providers/voice";export{l as ElevenLabsVoiceProvider,m as GmailInboundProvider,h as GmailOutboundProvider,g as GoogleCalendarProvider,a as GoogleCloudStorageProvider,p as IntegrationProviderFactory,r as MistralEmbeddingProvider,n as MistralLLMProvider,s as PostmarkEmailProvider,u as PowensClient,d as PowensClientError,f as PowensOpenBankingProvider,i as QdrantVectorProvider,o as StripePaymentsProvider,c as TwilioSmsProvider};
1
+ import{MistralLLMProvider as e}from"./impls/mistral-llm.js";import{MistralEmbeddingProvider as t}from"./impls/mistral-embedding.js";import{QdrantVectorProvider as n}from"./impls/qdrant-vector.js";import{GoogleCloudStorageProvider as r}from"./impls/gcs-storage.js";import{StripePaymentsProvider as i}from"./impls/stripe-payments.js";import{PostmarkEmailProvider as a}from"./impls/postmark-email.js";import{TwilioSmsProvider as o}from"./impls/twilio-sms.js";import{ElevenLabsVoiceProvider as s}from"./impls/elevenlabs-voice.js";import{PowensClient as c,PowensClientError as l}from"./impls/powens-client.js";import{PowensOpenBankingProvider as u}from"./impls/powens-openbanking.js";import{IntegrationProviderFactory as d}from"./impls/provider-factory.js";import{GmailInboundProvider as f}from"./impls/gmail-inbound.js";import{GmailOutboundProvider as p}from"./impls/gmail-outbound.js";import{GoogleCalendarProvider as m}from"./impls/google-calendar.js";import"./impls/index.js";export{s as ElevenLabsVoiceProvider,f as GmailInboundProvider,p as GmailOutboundProvider,m as GoogleCalendarProvider,r as GoogleCloudStorageProvider,d as IntegrationProviderFactory,t as MistralEmbeddingProvider,e as MistralLLMProvider,a as PostmarkEmailProvider,c as PowensClient,l as PowensClientError,u as PowensOpenBankingProvider,n as QdrantVectorProvider,i as StripePaymentsProvider,o as TwilioSmsProvider};
package/dist/llm.js CHANGED
@@ -1 +0,0 @@
1
- import{__reExport as e}from"./_virtual/rolldown_runtime.js";export*from"@lssm/lib.contracts/integrations/providers/llm";
@@ -1 +0,0 @@
1
- import{__reExport as e}from"./_virtual/rolldown_runtime.js";export*from"@lssm/lib.contracts/integrations/providers/openbanking";
package/dist/payments.js CHANGED
@@ -1 +0,0 @@
1
- import{__reExport as e}from"./_virtual/rolldown_runtime.js";export*from"@lssm/lib.contracts/integrations/providers/payments";
@@ -0,0 +1 @@
1
+ import{Buffer as e}from"node:buffer";var t=class extends Error{provider;reference;code;cause;constructor(e){super(e.message),this.name=`SecretProviderError`,this.provider=e.provider,this.reference=e.reference,this.code=e.code??`UNKNOWN`,this.cause=e.cause}};function n(e){if(!e)throw new t({message:`Secret reference cannot be empty`,provider:`unknown`,reference:e,code:`INVALID`});let[n,r]=e.split(`://`);if(!n||!r)throw new t({message:`Invalid secret reference: ${e}`,provider:`unknown`,reference:e,code:`INVALID`});let i=r.indexOf(`?`);if(i===-1)return{provider:n,path:r};let a=r.slice(0,i),o=r.slice(i+1);return{provider:n,path:a,extras:Object.fromEntries(o.split(`&`).filter(Boolean).map(e=>{let[t,n]=e.split(`=`),r=t??``,i=n??``;return[decodeURIComponent(r),decodeURIComponent(i)]}))}}function r(t){return t.data instanceof Uint8Array?t.data:t.encoding===`base64`?e.from(t.data,`base64`):t.encoding===`binary`?e.from(t.data,`binary`):e.from(t.data,`utf-8`)}export{n,r,t};
@@ -1 +1 @@
1
- import{SecretProviderError as e,normalizeSecretPayload as t,parseSecretUri as n}from"@lssm/integration.runtime/secrets/provider";export{e as SecretProviderError,t as normalizeSecretPayload,n as parseSecretUri};
1
+ import{n as e,r as t,t as n}from"../runtime/dist/secrets/provider.js";export{n as SecretProviderError,t as normalizeSecretPayload,e as parseSecretUri};
package/dist/sms.js CHANGED
@@ -1 +0,0 @@
1
- import{__reExport as e}from"./_virtual/rolldown_runtime.js";export*from"@lssm/lib.contracts/integrations/providers/sms";
package/dist/storage.js CHANGED
@@ -1 +0,0 @@
1
- import{__reExport as e}from"./_virtual/rolldown_runtime.js";export*from"@lssm/lib.contracts/integrations/providers/storage";
@@ -1 +0,0 @@
1
- import{__reExport as e}from"./_virtual/rolldown_runtime.js";export*from"@lssm/lib.contracts/integrations/providers/vector-store";
package/dist/voice.js CHANGED
@@ -1 +0,0 @@
1
- import{__reExport as e}from"./_virtual/rolldown_runtime.js";export*from"@lssm/lib.contracts/integrations/providers/voice";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lssm/integration.providers-impls",
3
- "version": "0.0.0-canary-20251217060804",
3
+ "version": "0.0.0-canary-20251217062139",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -23,8 +23,8 @@
23
23
  "test": "bun test"
24
24
  },
25
25
  "dependencies": {
26
- "@lssm/lib.contracts": "0.0.0-canary-20251217060804",
27
- "@lssm/integration.runtime": "0.0.0-canary-20251217060804",
26
+ "@lssm/lib.contracts": "0.0.0-canary-20251217062139",
27
+ "@lssm/integration.runtime": "0.0.0-canary-20251217062139",
28
28
  "@elevenlabs/elevenlabs-js": "^2.27.0",
29
29
  "@google-cloud/storage": "^7.18.0",
30
30
  "@mistralai/mistralai": "^1.2.3",
@@ -36,8 +36,8 @@
36
36
  "zod": "^4.1.13"
37
37
  },
38
38
  "devDependencies": {
39
- "@lssm/tool.tsdown": "0.0.0-canary-20251217060804",
40
- "@lssm/tool.typescript": "0.0.0-canary-20251217060804",
39
+ "@lssm/tool.tsdown": "0.0.0-canary-20251217062139",
40
+ "@lssm/tool.typescript": "0.0.0-canary-20251217062139",
41
41
  "tsdown": "^0.17.4",
42
42
  "typescript": "^5.9.3"
43
43
  },