@contractspec/integration.providers-impls 3.7.6 → 3.8.2

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 (36) 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 +31 -30
  17. package/dist/impls/index.js +2189 -2138
  18. package/dist/impls/messaging-telegram.d.ts +13 -0
  19. package/dist/impls/messaging-telegram.js +49 -0
  20. package/dist/impls/mistral-conversational.d.ts +1 -1
  21. package/dist/impls/mistral-conversational.js +159 -159
  22. package/dist/impls/posthog-reader.d.ts +1 -1
  23. package/dist/impls/provider-factory.d.ts +11 -11
  24. package/dist/impls/provider-factory.js +2116 -2066
  25. package/dist/index.d.ts +12 -12
  26. package/dist/index.js +2197 -2146
  27. package/dist/node/impls/composio-fallback-resolver.js +73 -73
  28. package/dist/node/impls/index.js +2189 -2138
  29. package/dist/node/impls/messaging-telegram.js +49 -0
  30. package/dist/node/impls/mistral-conversational.js +159 -159
  31. package/dist/node/impls/provider-factory.js +2116 -2066
  32. package/dist/node/index.js +2197 -2146
  33. package/dist/node/secrets/provider.js +2 -2
  34. package/dist/secrets/provider.d.ts +2 -2
  35. package/dist/secrets/provider.js +2 -2
  36. package/package.json +25 -13
@@ -3,9 +3,9 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
3
3
 
4
4
  // src/secrets/provider.ts
5
5
  import {
6
- SecretProviderError,
6
+ normalizeSecretPayload,
7
7
  parseSecretUri,
8
- normalizeSecretPayload
8
+ SecretProviderError
9
9
  } from "@contractspec/integration.runtime/secrets/provider";
10
10
  export {
11
11
  parseSecretUri,
@@ -1,2 +1,2 @@
1
- export type { SecretProvider, SecretReference, SecretRotationResult, SecretValue, SecretWritePayload, SecretFetchOptions, SecretPayloadEncoding, ParsedSecretUri, } from '@contractspec/integration.runtime/secrets/provider';
2
- export { SecretProviderError, parseSecretUri, normalizeSecretPayload, } from '@contractspec/integration.runtime/secrets/provider';
1
+ export type { ParsedSecretUri, SecretFetchOptions, SecretPayloadEncoding, SecretProvider, SecretReference, SecretRotationResult, SecretValue, SecretWritePayload, } from '@contractspec/integration.runtime/secrets/provider';
2
+ export { normalizeSecretPayload, parseSecretUri, SecretProviderError, } from '@contractspec/integration.runtime/secrets/provider';
@@ -3,9 +3,9 @@ var __require = import.meta.require;
3
3
 
4
4
  // src/secrets/provider.ts
5
5
  import {
6
- SecretProviderError,
6
+ normalizeSecretPayload,
7
7
  parseSecretUri,
8
- normalizeSecretPayload
8
+ SecretProviderError
9
9
  } from "@contractspec/integration.runtime/secrets/provider";
10
10
  export {
11
11
  parseSecretUri,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/integration.providers-impls",
3
- "version": "3.7.6",
3
+ "version": "3.8.2",
4
4
  "description": "Integration provider implementations for email, payments, storage, and more",
5
5
  "keywords": [
6
6
  "contractspec",
@@ -25,23 +25,23 @@
25
25
  "dev": "contractspec-bun-build dev",
26
26
  "clean": "rimraf dist .turbo",
27
27
  "lint": "bun lint:fix",
28
- "lint:fix": "eslint src --fix",
29
- "lint:check": "eslint src",
28
+ "lint:fix": "biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .",
29
+ "lint:check": "biome check .",
30
30
  "test": "bun test",
31
31
  "prebuild": "contractspec-bun-build prebuild",
32
32
  "typecheck": "tsc --noEmit"
33
33
  },
34
34
  "dependencies": {
35
- "@contractspec/lib.contracts-spec": "3.7.6",
36
- "@contractspec/lib.contracts-integrations": "3.7.6",
37
- "@contractspec/integration.runtime": "3.7.6",
35
+ "@contractspec/lib.contracts-spec": "4.1.2",
36
+ "@contractspec/lib.contracts-integrations": "3.8.2",
37
+ "@contractspec/integration.runtime": "3.8.2",
38
38
  "@elevenlabs/elevenlabs-js": "^2.38.1",
39
39
  "@fal-ai/client": "^1.9.4",
40
40
  "@google-cloud/storage": "^7.19.0",
41
- "@linear/sdk": "^76.0.0",
42
- "@mistralai/mistralai": "^1.14.1",
43
- "@notionhq/client": "^5.11.1",
44
- "posthog-node": "^5.28.0",
41
+ "@linear/sdk": "^78.0.0",
42
+ "@mistralai/mistralai": "^2.0.0",
43
+ "@notionhq/client": "^5.14.0",
44
+ "posthog-node": "^5.28.4",
45
45
  "@qdrant/js-client-rest": "^1.17.0",
46
46
  "@confiture-ai/gradium-sdk-js": "^0.1.1",
47
47
  "drizzle-orm": "^0.45.1",
@@ -55,10 +55,10 @@
55
55
  "zod": "^4.3.5"
56
56
  },
57
57
  "devDependencies": {
58
- "@types/bun": "1.3.10",
59
- "@contractspec/tool.typescript": "3.7.6",
58
+ "@types/bun": "1.3.11",
59
+ "@contractspec/tool.typescript": "3.7.8",
60
60
  "typescript": "^5.9.3",
61
- "@contractspec/tool.bun": "3.7.6"
61
+ "@contractspec/tool.bun": "3.7.8"
62
62
  },
63
63
  "exports": {
64
64
  ".": {
@@ -319,6 +319,12 @@
319
319
  "node": "./dist/node/impls/messaging-slack.js",
320
320
  "default": "./dist/impls/messaging-slack.js"
321
321
  },
322
+ "./impls/messaging-telegram": {
323
+ "types": "./dist/impls/messaging-telegram.d.ts",
324
+ "bun": "./dist/impls/messaging-telegram.js",
325
+ "node": "./dist/node/impls/messaging-telegram.js",
326
+ "default": "./dist/impls/messaging-telegram.js"
327
+ },
322
328
  "./impls/messaging-whatsapp-meta": {
323
329
  "types": "./dist/impls/messaging-whatsapp-meta.d.ts",
324
330
  "bun": "./dist/impls/messaging-whatsapp-meta.js",
@@ -779,6 +785,12 @@
779
785
  "node": "./dist/node/impls/messaging-slack.js",
780
786
  "default": "./dist/impls/messaging-slack.js"
781
787
  },
788
+ "./impls/messaging-telegram": {
789
+ "types": "./dist/impls/messaging-telegram.d.ts",
790
+ "bun": "./dist/impls/messaging-telegram.js",
791
+ "node": "./dist/node/impls/messaging-telegram.js",
792
+ "default": "./dist/impls/messaging-telegram.js"
793
+ },
782
794
  "./impls/messaging-whatsapp-meta": {
783
795
  "types": "./dist/impls/messaging-whatsapp-meta.d.ts",
784
796
  "bun": "./dist/impls/messaging-whatsapp-meta.js",