@contractspec/integration.providers-impls 3.7.5 → 3.7.7

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 (33) hide show
  1. package/README.md +80 -241
  2. package/dist/impls/composio-fallback-resolver.d.ts +4 -4
  3. package/dist/impls/composio-fallback-resolver.js +73 -73
  4. package/dist/impls/composio-mcp.d.ts +1 -1
  5. package/dist/impls/composio-proxies.d.ts +5 -5
  6. package/dist/impls/composio-sdk.d.ts +1 -1
  7. package/dist/impls/elevenlabs-voice.d.ts +1 -1
  8. package/dist/impls/fal-voice.d.ts +1 -1
  9. package/dist/impls/gcs-storage.d.ts +1 -1
  10. package/dist/impls/gmail-inbound.d.ts +1 -1
  11. package/dist/impls/gradium-voice.d.ts +2 -2
  12. package/dist/impls/health/base-health-provider.d.ts +1 -1
  13. package/dist/impls/health/official-health-providers.d.ts +1 -1
  14. package/dist/impls/health/providers.d.ts +1 -1
  15. package/dist/impls/health-provider-factory.d.ts +1 -1
  16. package/dist/impls/index.d.ts +30 -30
  17. package/dist/impls/index.js +2150 -2150
  18. package/dist/impls/mistral-conversational.d.ts +1 -1
  19. package/dist/impls/mistral-conversational.js +159 -159
  20. package/dist/impls/posthog-reader.d.ts +1 -1
  21. package/dist/impls/provider-factory.d.ts +11 -11
  22. package/dist/impls/provider-factory.js +2073 -2073
  23. package/dist/index.d.ts +12 -12
  24. package/dist/index.js +2057 -2057
  25. package/dist/node/impls/composio-fallback-resolver.js +73 -73
  26. package/dist/node/impls/index.js +2150 -2150
  27. package/dist/node/impls/mistral-conversational.js +159 -159
  28. package/dist/node/impls/provider-factory.js +2073 -2073
  29. package/dist/node/index.js +2057 -2057
  30. package/dist/node/secrets/provider.js +2 -2
  31. package/dist/secrets/provider.d.ts +2 -2
  32. package/dist/secrets/provider.js +2 -2
  33. package/package.json +13 -13
package/dist/index.d.ts CHANGED
@@ -1,17 +1,17 @@
1
- export * from './impls';
2
- export * from './openbanking';
3
- export * from './llm';
4
- export * from './embedding';
5
- export * from './vector-store';
6
- export * from './database';
7
1
  export * from './analytics';
8
- export * from './storage';
9
- export * from './email';
10
2
  export * from './calendar';
11
- export * from './sms';
3
+ export * from './database';
4
+ export * from './email';
5
+ export * from './embedding';
6
+ export * from './health';
7
+ export * from './impls';
8
+ export * from './llm';
9
+ export * from './meeting-recorder';
12
10
  export * from './messaging';
11
+ export * from './openbanking';
13
12
  export * from './payments';
14
- export * from './voice';
15
13
  export * from './project-management';
16
- export * from './meeting-recorder';
17
- export * from './health';
14
+ export * from './sms';
15
+ export * from './storage';
16
+ export * from './vector-store';
17
+ export * from './voice';