@contractspec/integration.providers-impls 0.0.0-canary-20260113170453
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/LICENSE +21 -0
- package/README.md +20 -0
- package/dist/_virtual/rolldown_runtime.js +36 -0
- package/dist/calendar.d.ts +8 -0
- package/dist/calendar.d.ts.map +1 -0
- package/dist/calendar.js +3 -0
- package/dist/email.d.ts +8 -0
- package/dist/email.d.ts.map +1 -0
- package/dist/email.js +3 -0
- package/dist/embedding.d.ts +8 -0
- package/dist/embedding.d.ts.map +1 -0
- package/dist/embedding.js +3 -0
- package/dist/impls/elevenlabs-voice.d.ts +21 -0
- package/dist/impls/elevenlabs-voice.d.ts.map +1 -0
- package/dist/impls/elevenlabs-voice.js +93 -0
- package/dist/impls/elevenlabs-voice.js.map +1 -0
- package/dist/impls/gcs-storage.d.ts +25 -0
- package/dist/impls/gcs-storage.d.ts.map +1 -0
- package/dist/impls/gcs-storage.js +90 -0
- package/dist/impls/gcs-storage.js.map +1 -0
- package/dist/impls/gmail-inbound.d.ts +27 -0
- package/dist/impls/gmail-inbound.d.ts.map +1 -0
- package/dist/impls/gmail-inbound.js +201 -0
- package/dist/impls/gmail-inbound.js.map +1 -0
- package/dist/impls/gmail-outbound.d.ts +19 -0
- package/dist/impls/gmail-outbound.d.ts.map +1 -0
- package/dist/impls/gmail-outbound.js +106 -0
- package/dist/impls/gmail-outbound.js.map +1 -0
- package/dist/impls/google-calendar.d.ts +24 -0
- package/dist/impls/google-calendar.d.ts.map +1 -0
- package/dist/impls/google-calendar.js +155 -0
- package/dist/impls/google-calendar.js.map +1 -0
- package/dist/impls/index.d.ts +15 -0
- package/dist/impls/index.js +16 -0
- package/dist/impls/mistral-embedding.d.ts +24 -0
- package/dist/impls/mistral-embedding.d.ts.map +1 -0
- package/dist/impls/mistral-embedding.js +42 -0
- package/dist/impls/mistral-embedding.js.map +1 -0
- package/dist/impls/mistral-llm.d.ts +32 -0
- package/dist/impls/mistral-llm.d.ts.map +1 -0
- package/dist/impls/mistral-llm.js +248 -0
- package/dist/impls/mistral-llm.js.map +1 -0
- package/dist/impls/postmark-email.d.ts +20 -0
- package/dist/impls/postmark-email.d.ts.map +1 -0
- package/dist/impls/postmark-email.js +56 -0
- package/dist/impls/postmark-email.js.map +1 -0
- package/dist/impls/powens-client.d.ts +125 -0
- package/dist/impls/powens-client.d.ts.map +1 -0
- package/dist/impls/powens-client.js +172 -0
- package/dist/impls/powens-client.js.map +1 -0
- package/dist/impls/powens-openbanking.d.ts +28 -0
- package/dist/impls/powens-openbanking.d.ts.map +1 -0
- package/dist/impls/powens-openbanking.js +219 -0
- package/dist/impls/powens-openbanking.js.map +1 -0
- package/dist/impls/provider-factory.d.ts +27 -0
- package/dist/impls/provider-factory.d.ts.map +1 -0
- package/dist/impls/provider-factory.js +143 -0
- package/dist/impls/provider-factory.js.map +1 -0
- package/dist/impls/qdrant-vector.d.ts +25 -0
- package/dist/impls/qdrant-vector.d.ts.map +1 -0
- package/dist/impls/qdrant-vector.js +72 -0
- package/dist/impls/qdrant-vector.js.map +1 -0
- package/dist/impls/stripe-payments.d.ts +29 -0
- package/dist/impls/stripe-payments.d.ts.map +1 -0
- package/dist/impls/stripe-payments.js +203 -0
- package/dist/impls/stripe-payments.js.map +1 -0
- package/dist/impls/twilio-sms.d.ts +21 -0
- package/dist/impls/twilio-sms.d.ts.map +1 -0
- package/dist/impls/twilio-sms.js +59 -0
- package/dist/impls/twilio-sms.js.map +1 -0
- package/dist/index.d.ts +44 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +69 -0
- package/dist/index.js.map +1 -0
- package/dist/llm.d.ts +8 -0
- package/dist/llm.d.ts.map +1 -0
- package/dist/llm.js +3 -0
- package/dist/openbanking.d.ts +8 -0
- package/dist/openbanking.d.ts.map +1 -0
- package/dist/openbanking.js +3 -0
- package/dist/payments.d.ts +8 -0
- package/dist/payments.d.ts.map +1 -0
- package/dist/payments.js +3 -0
- package/dist/runtime.d.ts +2 -0
- package/dist/runtime.js +0 -0
- package/dist/secrets/provider.d.ts +2 -0
- package/dist/secrets/provider.js +3 -0
- package/dist/sms.d.ts +8 -0
- package/dist/sms.d.ts.map +1 -0
- package/dist/sms.js +3 -0
- package/dist/storage.d.ts +8 -0
- package/dist/storage.d.ts.map +1 -0
- package/dist/storage.js +3 -0
- package/dist/vector-store.d.ts +8 -0
- package/dist/vector-store.d.ts.map +1 -0
- package/dist/vector-store.js +3 -0
- package/dist/voice.d.ts +8 -0
- package/dist/voice.d.ts.map +1 -0
- package/dist/voice.js +3 -0
- package/package.json +125 -0
package/dist/voice.js
ADDED
package/package.json
ADDED
|
@@ -0,0 +1,125 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@contractspec/integration.providers-impls",
|
|
3
|
+
"version": "0.0.0-canary-20260113170453",
|
|
4
|
+
"description": "Integration provider implementations for email, payments, storage, and more",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"contractspec",
|
|
7
|
+
"integrations",
|
|
8
|
+
"providers",
|
|
9
|
+
"stripe",
|
|
10
|
+
"twilio",
|
|
11
|
+
"typescript"
|
|
12
|
+
],
|
|
13
|
+
"type": "module",
|
|
14
|
+
"types": "./dist/index.d.ts",
|
|
15
|
+
"files": [
|
|
16
|
+
"dist",
|
|
17
|
+
"README.md"
|
|
18
|
+
],
|
|
19
|
+
"scripts": {
|
|
20
|
+
"publish:pkg": "bun publish --tolerate-republish --ignore-scripts --verbose",
|
|
21
|
+
"publish:pkg:canary": "bun publish:pkg --tag canary",
|
|
22
|
+
"build": "bun build:types && bun build:bundle",
|
|
23
|
+
"build:bundle": "tsdown",
|
|
24
|
+
"build:types": "tsc --noEmit",
|
|
25
|
+
"dev": "bun build:bundle --watch",
|
|
26
|
+
"clean": "rimraf dist .turbo",
|
|
27
|
+
"lint": "bun lint:fix",
|
|
28
|
+
"lint:fix": "eslint src --fix",
|
|
29
|
+
"lint:check": "eslint src",
|
|
30
|
+
"test": "bun test"
|
|
31
|
+
},
|
|
32
|
+
"dependencies": {
|
|
33
|
+
"@contractspec/lib.contracts": "0.0.0-canary-20260113170453",
|
|
34
|
+
"@contractspec/integration.runtime": "0.0.0-canary-20260113170453",
|
|
35
|
+
"@elevenlabs/elevenlabs-js": "^2.30.0",
|
|
36
|
+
"@google-cloud/storage": "^7.18.0",
|
|
37
|
+
"@mistralai/mistralai": "^1.11.0",
|
|
38
|
+
"@qdrant/js-client-rest": "^1.16.2",
|
|
39
|
+
"googleapis": "^170.0.0",
|
|
40
|
+
"postmark": "^4.0.4",
|
|
41
|
+
"stripe": "^20.1.2",
|
|
42
|
+
"twilio": "^5.11.2",
|
|
43
|
+
"zod": "^4.3.5"
|
|
44
|
+
},
|
|
45
|
+
"devDependencies": {
|
|
46
|
+
"@types/bun": "latest",
|
|
47
|
+
"@contractspec/tool.tsdown": "0.0.0-canary-20260113170453",
|
|
48
|
+
"@contractspec/tool.typescript": "0.0.0-canary-20260113170453",
|
|
49
|
+
"tsdown": "^0.19.0",
|
|
50
|
+
"typescript": "^5.9.3"
|
|
51
|
+
},
|
|
52
|
+
"exports": {
|
|
53
|
+
".": "./dist/index.js",
|
|
54
|
+
"./calendar": "./dist/calendar.js",
|
|
55
|
+
"./email": "./dist/email.js",
|
|
56
|
+
"./embedding": "./dist/embedding.js",
|
|
57
|
+
"./impls": "./dist/impls/index.js",
|
|
58
|
+
"./impls/elevenlabs-voice": "./dist/impls/elevenlabs-voice.js",
|
|
59
|
+
"./impls/gcs-storage": "./dist/impls/gcs-storage.js",
|
|
60
|
+
"./impls/gmail-inbound": "./dist/impls/gmail-inbound.js",
|
|
61
|
+
"./impls/gmail-outbound": "./dist/impls/gmail-outbound.js",
|
|
62
|
+
"./impls/google-calendar": "./dist/impls/google-calendar.js",
|
|
63
|
+
"./impls/mistral-embedding": "./dist/impls/mistral-embedding.js",
|
|
64
|
+
"./impls/mistral-llm": "./dist/impls/mistral-llm.js",
|
|
65
|
+
"./impls/postmark-email": "./dist/impls/postmark-email.js",
|
|
66
|
+
"./impls/powens-client": "./dist/impls/powens-client.js",
|
|
67
|
+
"./impls/powens-openbanking": "./dist/impls/powens-openbanking.js",
|
|
68
|
+
"./impls/provider-factory": "./dist/impls/provider-factory.js",
|
|
69
|
+
"./impls/qdrant-vector": "./dist/impls/qdrant-vector.js",
|
|
70
|
+
"./impls/stripe-payments": "./dist/impls/stripe-payments.js",
|
|
71
|
+
"./impls/twilio-sms": "./dist/impls/twilio-sms.js",
|
|
72
|
+
"./llm": "./dist/llm.js",
|
|
73
|
+
"./openbanking": "./dist/openbanking.js",
|
|
74
|
+
"./payments": "./dist/payments.js",
|
|
75
|
+
"./runtime": "./dist/runtime.js",
|
|
76
|
+
"./secrets/provider": "./dist/secrets/provider.js",
|
|
77
|
+
"./sms": "./dist/sms.js",
|
|
78
|
+
"./storage": "./dist/storage.js",
|
|
79
|
+
"./vector-store": "./dist/vector-store.js",
|
|
80
|
+
"./voice": "./dist/voice.js",
|
|
81
|
+
"./*": "./*"
|
|
82
|
+
},
|
|
83
|
+
"publishConfig": {
|
|
84
|
+
"access": "public",
|
|
85
|
+
"exports": {
|
|
86
|
+
".": "./dist/index.js",
|
|
87
|
+
"./calendar": "./dist/calendar.js",
|
|
88
|
+
"./email": "./dist/email.js",
|
|
89
|
+
"./embedding": "./dist/embedding.js",
|
|
90
|
+
"./impls": "./dist/impls/index.js",
|
|
91
|
+
"./impls/elevenlabs-voice": "./dist/impls/elevenlabs-voice.js",
|
|
92
|
+
"./impls/gcs-storage": "./dist/impls/gcs-storage.js",
|
|
93
|
+
"./impls/gmail-inbound": "./dist/impls/gmail-inbound.js",
|
|
94
|
+
"./impls/gmail-outbound": "./dist/impls/gmail-outbound.js",
|
|
95
|
+
"./impls/google-calendar": "./dist/impls/google-calendar.js",
|
|
96
|
+
"./impls/mistral-embedding": "./dist/impls/mistral-embedding.js",
|
|
97
|
+
"./impls/mistral-llm": "./dist/impls/mistral-llm.js",
|
|
98
|
+
"./impls/postmark-email": "./dist/impls/postmark-email.js",
|
|
99
|
+
"./impls/powens-client": "./dist/impls/powens-client.js",
|
|
100
|
+
"./impls/powens-openbanking": "./dist/impls/powens-openbanking.js",
|
|
101
|
+
"./impls/provider-factory": "./dist/impls/provider-factory.js",
|
|
102
|
+
"./impls/qdrant-vector": "./dist/impls/qdrant-vector.js",
|
|
103
|
+
"./impls/stripe-payments": "./dist/impls/stripe-payments.js",
|
|
104
|
+
"./impls/twilio-sms": "./dist/impls/twilio-sms.js",
|
|
105
|
+
"./llm": "./dist/llm.js",
|
|
106
|
+
"./openbanking": "./dist/openbanking.js",
|
|
107
|
+
"./payments": "./dist/payments.js",
|
|
108
|
+
"./runtime": "./dist/runtime.js",
|
|
109
|
+
"./secrets/provider": "./dist/secrets/provider.js",
|
|
110
|
+
"./sms": "./dist/sms.js",
|
|
111
|
+
"./storage": "./dist/storage.js",
|
|
112
|
+
"./vector-store": "./dist/vector-store.js",
|
|
113
|
+
"./voice": "./dist/voice.js",
|
|
114
|
+
"./*": "./*"
|
|
115
|
+
},
|
|
116
|
+
"registry": "https://registry.npmjs.org/"
|
|
117
|
+
},
|
|
118
|
+
"license": "MIT",
|
|
119
|
+
"repository": {
|
|
120
|
+
"type": "git",
|
|
121
|
+
"url": "https://github.com/lssm-tech/contractspec.git",
|
|
122
|
+
"directory": "packages/integrations/providers-impls"
|
|
123
|
+
},
|
|
124
|
+
"homepage": "https://contractspec.io"
|
|
125
|
+
}
|