@tangle-network/agent-integrations 0.33.0 → 0.33.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.
- package/README.md +2 -7
- package/dist/catalog.d.ts +2 -2
- package/dist/catalog.js +9 -7
- package/dist/{chunk-7T5YTVER.js → chunk-53NQJZAT.js} +8 -318
- package/dist/chunk-53NQJZAT.js.map +1 -0
- package/dist/chunk-7P2LN4VT.js +318 -0
- package/dist/chunk-7P2LN4VT.js.map +1 -0
- package/dist/{chunk-XO2RSS6Y.js → chunk-C4CGT5JE.js} +52 -669
- package/dist/chunk-C4CGT5JE.js.map +1 -0
- package/dist/{chunk-YPZORI3G.js → chunk-CR35IEKW.js} +2 -2
- package/dist/{chunk-43VQSANC.js → chunk-D57YS6XC.js} +2 -2
- package/dist/{chunk-6N23S4JY.js → chunk-DT3H3NIW.js} +532 -5
- package/dist/chunk-DT3H3NIW.js.map +1 -0
- package/dist/{chunk-RF3RH374.js → chunk-O553GSCX.js} +2 -2
- package/dist/chunk-PZ5AY32C.js +10 -0
- package/dist/{chunk-NQ7OPDUM.js → chunk-ZDK7Y4QG.js} +12 -1
- package/dist/chunk-ZDK7Y4QG.js.map +1 -0
- package/dist/connect/index.d.ts +2 -2
- package/dist/connect/index.js +3 -2
- package/dist/connectors/adapters/index.d.ts +2 -2
- package/dist/connectors/adapters/index.js +3 -2
- package/dist/connectors/index.d.ts +2 -2
- package/dist/connectors/index.js +3 -2
- package/dist/{consumer-CzJgntej.d.ts → consumer-yV4NtH2h.d.ts} +1 -1
- package/dist/consumer.d.ts +3 -3
- package/dist/consumer.js +3 -2
- package/dist/{core-types-D5Dc65Ud.d.ts → core-types-CjWifQOf.d.ts} +2 -2
- package/dist/coverage-catalog.d.ts +26 -0
- package/dist/coverage-catalog.js +12 -0
- package/dist/coverage-catalog.js.map +1 -0
- package/dist/index.d.ts +74 -58
- package/dist/index.js +16 -47
- package/dist/middleware/index.d.ts +2 -2
- package/dist/middleware/index.js +3 -2
- package/dist/registry.d.ts +2 -2
- package/dist/registry.js +9 -7
- package/dist/runtime.d.ts +2 -2
- package/dist/runtime.js +9 -7
- package/dist/specs.d.ts +2 -2
- package/dist/specs.js +3 -1
- package/dist/stripe/index.js +1 -0
- package/dist/stripe/index.js.map +1 -1
- package/dist/{tangle-id-DA_qj-O_.d.ts → tangle-id-hDDWP-2f.d.ts} +1 -1
- package/dist/{types-XdpvaIzW.d.ts → types-Bxg-wJkW.d.ts} +12 -3
- package/dist/webhooks/index.js +1 -0
- package/dist/webhooks/index.js.map +1 -1
- package/docs/adapter-triage.md +9 -42
- package/docs/external-product-integration.md +3 -4
- package/docs/integration-execution-audit.md +134 -70
- package/docs/integration-execution-matrix.json +3062 -1823
- package/package.json +14 -25
- package/dist/bin/tangle-catalog-runtime.d.ts +0 -1
- package/dist/bin/tangle-catalog-runtime.js +0 -82
- package/dist/bin/tangle-catalog-runtime.js.map +0 -1
- package/dist/chunk-6N23S4JY.js.map +0 -1
- package/dist/chunk-7T5YTVER.js.map +0 -1
- package/dist/chunk-NQ7OPDUM.js.map +0 -1
- package/dist/chunk-XO2RSS6Y.js.map +0 -1
- package/dist/tangle-catalog-runtime-2HddXxoM.d.ts +0 -242
- package/dist/tangle-catalog-runtime.d.ts +0 -3
- package/dist/tangle-catalog-runtime.js +0 -32
- /package/dist/{chunk-YPZORI3G.js.map → chunk-CR35IEKW.js.map} +0 -0
- /package/dist/{chunk-43VQSANC.js.map → chunk-D57YS6XC.js.map} +0 -0
- /package/dist/{chunk-RF3RH374.js.map → chunk-O553GSCX.js.map} +0 -0
- /package/dist/{tangle-catalog-runtime.js.map → chunk-PZ5AY32C.js.map} +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {
|
|
2
2
|
TangleIdentityUnreachableError,
|
|
3
3
|
createTangleIdentityClient
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-ZDK7Y4QG.js";
|
|
5
5
|
|
|
6
6
|
// src/middleware/index.ts
|
|
7
7
|
async function requireTangleAuth(request, opts = {}) {
|
|
@@ -126,4 +126,4 @@ export {
|
|
|
126
126
|
honoTangleAuthMiddleware,
|
|
127
127
|
expressTangleAuthMiddleware
|
|
128
128
|
};
|
|
129
|
-
//# sourceMappingURL=chunk-
|
|
129
|
+
//# sourceMappingURL=chunk-CR35IEKW.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
DEFAULT_TANGLE_PLATFORM_URL,
|
|
3
3
|
TangleIdentityUnreachableError,
|
|
4
4
|
createTangleIdentityClient
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-ZDK7Y4QG.js";
|
|
6
6
|
|
|
7
7
|
// src/connect/index.ts
|
|
8
8
|
function startConnectFlow(opts, input) {
|
|
@@ -103,4 +103,4 @@ export {
|
|
|
103
103
|
revokeConnectFlow,
|
|
104
104
|
InMemoryConnectStateStore
|
|
105
105
|
};
|
|
106
|
-
//# sourceMappingURL=chunk-
|
|
106
|
+
//# sourceMappingURL=chunk-D57YS6XC.js.map
|
|
@@ -5,8 +5,517 @@ import {
|
|
|
5
5
|
} from "./chunk-2TW2QKGZ.js";
|
|
6
6
|
import {
|
|
7
7
|
CredentialsExpired,
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
DEFAULT_TANGLE_PLATFORM_URL,
|
|
9
|
+
ResourceContention,
|
|
10
|
+
TANGLE_API_KEY_PREFIX,
|
|
11
|
+
TANGLE_SERVICE_TOKEN_PREFIX,
|
|
12
|
+
TangleIdentityUnreachableError,
|
|
13
|
+
createTangleIdentityClient,
|
|
14
|
+
tangleIdentity
|
|
15
|
+
} from "./chunk-ZDK7Y4QG.js";
|
|
16
|
+
import {
|
|
17
|
+
__export
|
|
18
|
+
} from "./chunk-PZ5AY32C.js";
|
|
19
|
+
|
|
20
|
+
// src/connectors/adapters/index.ts
|
|
21
|
+
var adapters_exports = {};
|
|
22
|
+
__export(adapters_exports, {
|
|
23
|
+
DEFAULT_TANGLE_PLATFORM_URL: () => DEFAULT_TANGLE_PLATFORM_URL,
|
|
24
|
+
TANGLE_API_KEY_PREFIX: () => TANGLE_API_KEY_PREFIX,
|
|
25
|
+
TANGLE_SERVICE_TOKEN_PREFIX: () => TANGLE_SERVICE_TOKEN_PREFIX,
|
|
26
|
+
TELEGRAM_FILE_DOWNLOAD_ROOT: () => TELEGRAM_FILE_DOWNLOAD_ROOT,
|
|
27
|
+
TangleIdentityUnreachableError: () => TangleIdentityUnreachableError,
|
|
28
|
+
activecampaignConnector: () => activecampaignConnector,
|
|
29
|
+
acumbamailConnector: () => acumbamailConnector,
|
|
30
|
+
adobeCreativeCloudConnector: () => adobeCreativeCloudConnector,
|
|
31
|
+
afforaiConnector: () => afforaiConnector,
|
|
32
|
+
agentxConnector: () => agentxConnector,
|
|
33
|
+
aidbaseConnector: () => aidbaseConnector,
|
|
34
|
+
aipriseConnector: () => aipriseConnector,
|
|
35
|
+
airOpsConnector: () => airOpsConnector,
|
|
36
|
+
aircallConnector: () => aircallConnector,
|
|
37
|
+
airtableConnector: () => airtableConnector,
|
|
38
|
+
airtopConnector: () => airtopConnector,
|
|
39
|
+
alaiConnector: () => alaiConnector,
|
|
40
|
+
altTextAiConnector: () => altTextAiConnector,
|
|
41
|
+
alttextifyConnector: () => alttextifyConnector,
|
|
42
|
+
amazonBedrockConnector: () => amazonBedrockConnector,
|
|
43
|
+
amazonSecretsManagerConnector: () => amazonSecretsManagerConnector,
|
|
44
|
+
amazonSesConnector: () => amazonSesConnector,
|
|
45
|
+
amazonSnsConnector: () => amazonSnsConnector,
|
|
46
|
+
amazonSqsConnector: () => amazonSqsConnector,
|
|
47
|
+
amazonTextractConnector: () => amazonTextractConnector,
|
|
48
|
+
aminosConnector: () => aminosConnector,
|
|
49
|
+
ampecoConnector: () => ampecoConnector,
|
|
50
|
+
anthropicConnector: () => anthropicConnector,
|
|
51
|
+
apitableConnector: () => apitableConnector,
|
|
52
|
+
apitemplateIoConnector: () => apitemplateIoConnector,
|
|
53
|
+
apolloConnector: () => apolloConnector,
|
|
54
|
+
appfollowConnector: () => appfollowConnector,
|
|
55
|
+
asanaConnector: () => asanaConnector,
|
|
56
|
+
ashbyConnector: () => ashbyConnector,
|
|
57
|
+
asknewsConnector: () => asknewsConnector,
|
|
58
|
+
assemblyaiConnector: () => assemblyaiConnector,
|
|
59
|
+
attioConnector: () => attioConnector,
|
|
60
|
+
auth0Connector: () => auth0Connector,
|
|
61
|
+
autocallsConnector: () => autocallsConnector,
|
|
62
|
+
avianConnector: () => avianConnector,
|
|
63
|
+
avomaConnector: () => avomaConnector,
|
|
64
|
+
azureAdConnector: () => azureAdConnector,
|
|
65
|
+
azureCommunicationServicesConnector: () => azureCommunicationServicesConnector,
|
|
66
|
+
azureOpenaiConnector: () => azureOpenaiConnector,
|
|
67
|
+
backblazeConnector: () => backblazeConnector,
|
|
68
|
+
bamboohrConnector: () => bamboohrConnector,
|
|
69
|
+
barcodeLookupConnector: () => barcodeLookupConnector,
|
|
70
|
+
baremetricsConnector: () => baremetricsConnector,
|
|
71
|
+
basecampConnector: () => basecampConnector,
|
|
72
|
+
beamerConnector: () => beamerConnector,
|
|
73
|
+
bettermodeConnector: () => bettermodeConnector,
|
|
74
|
+
bexioConnector: () => bexioConnector,
|
|
75
|
+
bigcommerceConnector: () => bigcommerceConnector,
|
|
76
|
+
biginByZohoConnector: () => biginByZohoConnector,
|
|
77
|
+
billplzConnector: () => billplzConnector,
|
|
78
|
+
bitlyConnector: () => bitlyConnector,
|
|
79
|
+
blandAiConnector: () => blandAiConnector,
|
|
80
|
+
blueskyConnector: () => blueskyConnector,
|
|
81
|
+
bolnaConnector: () => bolnaConnector,
|
|
82
|
+
bonjoroConnector: () => bonjoroConnector,
|
|
83
|
+
bookedinConnector: () => bookedinConnector,
|
|
84
|
+
boxConnector: () => boxConnector,
|
|
85
|
+
braveSearchConnector: () => braveSearchConnector,
|
|
86
|
+
brazeConnector: () => brazeConnector,
|
|
87
|
+
brilliantDirectoriesConnector: () => brilliantDirectoriesConnector,
|
|
88
|
+
browseAiConnector: () => browseAiConnector,
|
|
89
|
+
calComConnector: () => calComConnector,
|
|
90
|
+
calendlyConnector: () => calendlyConnector,
|
|
91
|
+
campaignMonitorConnector: () => campaignMonitorConnector,
|
|
92
|
+
cannyConnector: () => cannyConnector,
|
|
93
|
+
canvaConnector: () => canvaConnector,
|
|
94
|
+
capsuleCrmConnector: () => capsuleCrmConnector,
|
|
95
|
+
captainDataConnector: () => captainDataConnector,
|
|
96
|
+
cashfreePaymentsConnector: () => cashfreePaymentsConnector,
|
|
97
|
+
certopusConnector: () => certopusConnector,
|
|
98
|
+
chainalysisApiConnector: () => chainalysisApiConnector,
|
|
99
|
+
chargebeeConnector: () => chargebeeConnector,
|
|
100
|
+
chargekeepConnector: () => chargekeepConnector,
|
|
101
|
+
chartlyConnector: () => chartlyConnector,
|
|
102
|
+
chatDataConnector: () => chatDataConnector,
|
|
103
|
+
chatbaseConnector: () => chatbaseConnector,
|
|
104
|
+
chatlingConnector: () => chatlingConnector,
|
|
105
|
+
chatnodeConnector: () => chatnodeConnector,
|
|
106
|
+
chatwootConnector: () => chatwootConnector,
|
|
107
|
+
checkoutConnector: () => checkoutConnector,
|
|
108
|
+
circleConnector: () => circleConnector,
|
|
109
|
+
clearoutConnector: () => clearoutConnector,
|
|
110
|
+
clicdataConnector: () => clicdataConnector,
|
|
111
|
+
clickupConnector: () => clickupConnector,
|
|
112
|
+
clioConnector: () => clioConnector,
|
|
113
|
+
clockifyConnector: () => clockifyConnector,
|
|
114
|
+
clockodoConnector: () => clockodoConnector,
|
|
115
|
+
closeConnector: () => closeConnector,
|
|
116
|
+
cloudconvertConnector: () => cloudconvertConnector,
|
|
117
|
+
cloudinaryConnector: () => cloudinaryConnector,
|
|
118
|
+
cloutlyConnector: () => cloutlyConnector,
|
|
119
|
+
codaConnector: () => codaConnector,
|
|
120
|
+
cognitoFormsConnector: () => cognitoFormsConnector,
|
|
121
|
+
cohereConnector: () => cohereConnector,
|
|
122
|
+
cometapiConnector: () => cometapiConnector,
|
|
123
|
+
comfyicuConnector: () => comfyicuConnector,
|
|
124
|
+
confluenceConnector: () => confluenceConnector,
|
|
125
|
+
constantContactConnector: () => constantContactConnector,
|
|
126
|
+
contentfulConnector: () => contentfulConnector,
|
|
127
|
+
convertkitConnector: () => convertkitConnector,
|
|
128
|
+
copperConnector: () => copperConnector,
|
|
129
|
+
copyAiConnector: () => copyAiConnector,
|
|
130
|
+
createTangleIdentityClient: () => createTangleIdentityClient,
|
|
131
|
+
crispConnector: () => crispConnector,
|
|
132
|
+
cryptolensConnector: () => cryptolensConnector,
|
|
133
|
+
customerIoConnector: () => customerIoConnector,
|
|
134
|
+
customgptConnector: () => customgptConnector,
|
|
135
|
+
dashworksConnector: () => dashworksConnector,
|
|
136
|
+
datadogConnector: () => datadogConnector,
|
|
137
|
+
datafuelConnector: () => datafuelConnector,
|
|
138
|
+
datocmsConnector: () => datocmsConnector,
|
|
139
|
+
declarativeRestConnector: () => declarativeRestConnector,
|
|
140
|
+
deepseekConnector: () => deepseekConnector,
|
|
141
|
+
denserAiConnector: () => denserAiConnector,
|
|
142
|
+
descriptConnector: () => descriptConnector,
|
|
143
|
+
devinConnector: () => devinConnector,
|
|
144
|
+
discordConnector: () => discordConnector,
|
|
145
|
+
dittofeedConnector: () => dittofeedConnector,
|
|
146
|
+
doctlyConnector: () => doctlyConnector,
|
|
147
|
+
documentproConnector: () => documentproConnector,
|
|
148
|
+
documergeConnector: () => documergeConnector,
|
|
149
|
+
docuseal: () => docuseal,
|
|
150
|
+
docusignConnector: () => docusignConnector,
|
|
151
|
+
dropboxConnector: () => dropboxConnector,
|
|
152
|
+
dubConnector: () => dubConnector,
|
|
153
|
+
dumplingAiConnector: () => dumplingAiConnector,
|
|
154
|
+
dustConnector: () => dustConnector,
|
|
155
|
+
easyPeasyAiConnector: () => easyPeasyAiConnector,
|
|
156
|
+
ebayConnector: () => ebayConnector,
|
|
157
|
+
edenAiConnector: () => edenAiConnector,
|
|
158
|
+
elasticEmailConnector: () => elasticEmailConnector,
|
|
159
|
+
emailitConnector: () => emailitConnector,
|
|
160
|
+
emailoctopusConnector: () => emailoctopusConnector,
|
|
161
|
+
enrichlayerConnector: () => enrichlayerConnector,
|
|
162
|
+
esignaturesConnector: () => esignaturesConnector,
|
|
163
|
+
etsyConnector: () => etsyConnector,
|
|
164
|
+
exaConnector: () => exaConnector,
|
|
165
|
+
facebookLeadsConnector: () => facebookLeadsConnector,
|
|
166
|
+
facebookPagesConnector: () => facebookPagesConnector,
|
|
167
|
+
fathomAnalyticsConnector: () => fathomAnalyticsConnector,
|
|
168
|
+
fathomConnector: () => fathomConnector,
|
|
169
|
+
figjamConnector: () => figjamConnector,
|
|
170
|
+
figmaConnector: () => figmaConnector,
|
|
171
|
+
filloutFormsConnector: () => filloutFormsConnector,
|
|
172
|
+
firebaseConnector: () => firebaseConnector,
|
|
173
|
+
fireberryConnector: () => fireberryConnector,
|
|
174
|
+
firecrawlConnector: () => firecrawlConnector,
|
|
175
|
+
firefliesAiConnector: () => firefliesAiConnector,
|
|
176
|
+
flipandoConnector: () => flipandoConnector,
|
|
177
|
+
flowiseConnector: () => flowiseConnector,
|
|
178
|
+
flowluConnector: () => flowluConnector,
|
|
179
|
+
folkConnector: () => folkConnector,
|
|
180
|
+
foreplayCoConnector: () => foreplayCoConnector,
|
|
181
|
+
formbricksConnector: () => formbricksConnector,
|
|
182
|
+
formstackConnector: () => formstackConnector,
|
|
183
|
+
fountainConnector: () => fountainConnector,
|
|
184
|
+
fragmentConnector: () => fragmentConnector,
|
|
185
|
+
frameConnector: () => frameConnector,
|
|
186
|
+
freeAgentConnector: () => freeAgentConnector,
|
|
187
|
+
freshsalesConnector: () => freshsalesConnector,
|
|
188
|
+
freshserviceConnector: () => freshserviceConnector,
|
|
189
|
+
frontConnector: () => frontConnector,
|
|
190
|
+
gameballConnector: () => gameballConnector,
|
|
191
|
+
geminiConnector: () => geminiConnector,
|
|
192
|
+
ghostcmsConnector: () => ghostcmsConnector,
|
|
193
|
+
gistlyConnector: () => gistlyConnector,
|
|
194
|
+
giteaConnector: () => giteaConnector,
|
|
195
|
+
githubConnector: () => githubConnector,
|
|
196
|
+
gitlabConnector: () => gitlabConnector,
|
|
197
|
+
glideConnector: () => glideConnector,
|
|
198
|
+
gmail: () => gmail,
|
|
199
|
+
googleBigqueryConnector: () => googleBigqueryConnector,
|
|
200
|
+
googleCalendar: () => googleCalendar,
|
|
201
|
+
googleCloudStorageConnector: () => googleCloudStorageConnector,
|
|
202
|
+
googleContactsConnector: () => googleContactsConnector,
|
|
203
|
+
googleDocs: () => googleDocs,
|
|
204
|
+
googleDrive: () => googleDrive,
|
|
205
|
+
googleForms: () => googleForms,
|
|
206
|
+
googleGeminiConnector: () => googleGeminiConnector,
|
|
207
|
+
googleMyBusinessConnector: () => googleMyBusinessConnector,
|
|
208
|
+
googleSearchConnector: () => googleSearchConnector,
|
|
209
|
+
googleSearchConsoleConnector: () => googleSearchConsoleConnector,
|
|
210
|
+
googleSheets: () => googleSheets,
|
|
211
|
+
googleSlidesConnector: () => googleSlidesConnector,
|
|
212
|
+
googleTasksConnector: () => googleTasksConnector,
|
|
213
|
+
googleVertexaiConnector: () => googleVertexaiConnector,
|
|
214
|
+
googlechatConnector: () => googlechatConnector,
|
|
215
|
+
gorgiasConnector: () => gorgiasConnector,
|
|
216
|
+
gotifyConnector: () => gotifyConnector,
|
|
217
|
+
gptzeroDetectAiConnector: () => gptzeroDetectAiConnector,
|
|
218
|
+
granolaConnector: () => granolaConnector,
|
|
219
|
+
greenhouseConnector: () => greenhouseConnector,
|
|
220
|
+
greenptConnector: () => greenptConnector,
|
|
221
|
+
greipConnector: () => greipConnector,
|
|
222
|
+
griptapeConnector: () => griptapeConnector,
|
|
223
|
+
gristConnector: () => gristConnector,
|
|
224
|
+
guideliteConnector: () => guideliteConnector,
|
|
225
|
+
gustoConnector: () => gustoConnector,
|
|
226
|
+
harvestConnector: () => harvestConnector,
|
|
227
|
+
hashiCorpVaultConnector: () => hashiCorpVaultConnector,
|
|
228
|
+
hastewireConnector: () => hastewireConnector,
|
|
229
|
+
heartbeatConnector: () => heartbeatConnector,
|
|
230
|
+
hedyConnector: () => hedyConnector,
|
|
231
|
+
hellosign: () => hellosign,
|
|
232
|
+
helpscoutConnector: () => helpscoutConnector,
|
|
233
|
+
heygenConnector: () => heygenConnector,
|
|
234
|
+
heymarketSmsConnector: () => heymarketSmsConnector,
|
|
235
|
+
housecallProConnector: () => housecallProConnector,
|
|
236
|
+
hubspot: () => hubspot,
|
|
237
|
+
huggingFaceConnector: () => huggingFaceConnector,
|
|
238
|
+
huggingfaceConnector: () => huggingfaceConnector,
|
|
239
|
+
humeAiConnector: () => humeAiConnector,
|
|
240
|
+
hunterConnector: () => hunterConnector,
|
|
241
|
+
hystructConnector: () => hystructConnector,
|
|
242
|
+
ibmCognoseConnector: () => ibmCognoseConnector,
|
|
243
|
+
imageRouterConnector: () => imageRouterConnector,
|
|
244
|
+
imapConnector: () => imapConnector,
|
|
245
|
+
influencersClubConnector: () => influencersClubConnector,
|
|
246
|
+
insightlyConnector: () => insightlyConnector,
|
|
247
|
+
insightoAiConnector: () => insightoAiConnector,
|
|
248
|
+
instaChartsConnector: () => instaChartsConnector,
|
|
249
|
+
instantlyAiConnector: () => instantlyAiConnector,
|
|
250
|
+
instasentConnector: () => instasentConnector,
|
|
251
|
+
intercomConnector: () => intercomConnector,
|
|
252
|
+
invoiceninjaConnector: () => invoiceninjaConnector,
|
|
253
|
+
jinaAiConnector: () => jinaAiConnector,
|
|
254
|
+
jiraCloudConnector: () => jiraCloudConnector,
|
|
255
|
+
jiraDataCenterConnector: () => jiraDataCenterConnector,
|
|
256
|
+
joggAiConnector: () => joggAiConnector,
|
|
257
|
+
jotformConnector: () => jotformConnector,
|
|
258
|
+
justInvoiceConnector: () => justInvoiceConnector,
|
|
259
|
+
kallabotAiConnector: () => kallabotAiConnector,
|
|
260
|
+
kapsoConnector: () => kapsoConnector,
|
|
261
|
+
kimaiConnector: () => kimaiConnector,
|
|
262
|
+
kissflowConnector: () => kissflowConnector,
|
|
263
|
+
kizeoFormsConnector: () => kizeoFormsConnector,
|
|
264
|
+
klaviyoConnector: () => klaviyoConnector,
|
|
265
|
+
klentyConnector: () => klentyConnector,
|
|
266
|
+
knackConnector: () => knackConnector,
|
|
267
|
+
knockConnector: () => knockConnector,
|
|
268
|
+
koFiConnector: () => koFiConnector,
|
|
269
|
+
kommoConnector: () => kommoConnector,
|
|
270
|
+
kudosityConnector: () => kudosityConnector,
|
|
271
|
+
kustomerConnector: () => kustomerConnector,
|
|
272
|
+
leadConnectorConnector: () => leadConnectorConnector,
|
|
273
|
+
leapAiConnector: () => leapAiConnector,
|
|
274
|
+
leexiConnector: () => leexiConnector,
|
|
275
|
+
lemlistConnector: () => lemlistConnector,
|
|
276
|
+
lemonSqueezyConnector: () => lemonSqueezyConnector,
|
|
277
|
+
letsCalendarConnector: () => letsCalendarConnector,
|
|
278
|
+
lettaConnector: () => lettaConnector,
|
|
279
|
+
leverConnector: () => leverConnector,
|
|
280
|
+
lightfunnelsConnector: () => lightfunnelsConnector,
|
|
281
|
+
linearConnector: () => linearConnector,
|
|
282
|
+
linkaConnector: () => linkaConnector,
|
|
283
|
+
linkupConnector: () => linkupConnector,
|
|
284
|
+
llmrailsConnector: () => llmrailsConnector,
|
|
285
|
+
lobstermailConnector: () => lobstermailConnector,
|
|
286
|
+
localaiConnector: () => localaiConnector,
|
|
287
|
+
loftyConnector: () => loftyConnector,
|
|
288
|
+
logrocketConnector: () => logrocketConnector,
|
|
289
|
+
logsnagConnector: () => logsnagConnector,
|
|
290
|
+
lokaliseConnector: () => lokaliseConnector,
|
|
291
|
+
loopsConnector: () => loopsConnector,
|
|
292
|
+
lucidyaConnector: () => lucidyaConnector,
|
|
293
|
+
lushaConnector: () => lushaConnector,
|
|
294
|
+
luxuryPresenceConnector: () => luxuryPresenceConnector,
|
|
295
|
+
magicalApiConnector: () => magicalApiConnector,
|
|
296
|
+
mailchainConnector: () => mailchainConnector,
|
|
297
|
+
mailchimpConnector: () => mailchimpConnector,
|
|
298
|
+
mailerLiteConnector: () => mailerLiteConnector,
|
|
299
|
+
mailercheckConnector: () => mailercheckConnector,
|
|
300
|
+
mailerooConnector: () => mailerooConnector,
|
|
301
|
+
mailgunConnector: () => mailgunConnector,
|
|
302
|
+
makeConnector: () => makeConnector,
|
|
303
|
+
manychatConnector: () => manychatConnector,
|
|
304
|
+
marketoConnector: () => marketoConnector,
|
|
305
|
+
mastodonConnector: () => mastodonConnector,
|
|
306
|
+
matomoConnector: () => matomoConnector,
|
|
307
|
+
matrixConnector: () => matrixConnector,
|
|
308
|
+
mattermostConnector: () => mattermostConnector,
|
|
309
|
+
mauticConnector: () => mauticConnector,
|
|
310
|
+
medullarConnector: () => medullarConnector,
|
|
311
|
+
meetgeekAiConnector: () => meetgeekAiConnector,
|
|
312
|
+
memConnector: () => memConnector,
|
|
313
|
+
messagebirdConnector: () => messagebirdConnector,
|
|
314
|
+
metabaseConnector: () => metabaseConnector,
|
|
315
|
+
microsoft365PeopleConnector: () => microsoft365PeopleConnector,
|
|
316
|
+
microsoft365PlannerConnector: () => microsoft365PlannerConnector,
|
|
317
|
+
microsoftCalendar: () => microsoftCalendar,
|
|
318
|
+
microsoftDynamics365BusinessCentralConnector: () => microsoftDynamics365BusinessCentralConnector,
|
|
319
|
+
microsoftDynamicsCrmConnector: () => microsoftDynamicsCrmConnector,
|
|
320
|
+
microsoftExcel365Connector: () => microsoftExcel365Connector,
|
|
321
|
+
microsoftGraph: () => microsoftGraph,
|
|
322
|
+
microsoftOnedriveConnector: () => microsoftOnedriveConnector,
|
|
323
|
+
microsoftOnenoteConnector: () => microsoftOnenoteConnector,
|
|
324
|
+
microsoftOutlookCalendarConnector: () => microsoftOutlookCalendarConnector,
|
|
325
|
+
microsoftOutlookConnector: () => microsoftOutlookConnector,
|
|
326
|
+
microsoftPowerBiConnector: () => microsoftPowerBiConnector,
|
|
327
|
+
microsoftSharepointConnector: () => microsoftSharepointConnector,
|
|
328
|
+
microsoftTeams: () => microsoftTeams,
|
|
329
|
+
microsoftTodoConnector: () => microsoftTodoConnector,
|
|
330
|
+
millionverifierConnector: () => millionverifierConnector,
|
|
331
|
+
mindStudioConnector: () => mindStudioConnector,
|
|
332
|
+
mindeeConnector: () => mindeeConnector,
|
|
333
|
+
miroConnector: () => miroConnector,
|
|
334
|
+
missiveConnector: () => missiveConnector,
|
|
335
|
+
mixmaxConnector: () => mixmaxConnector,
|
|
336
|
+
mixpanelConnector: () => mixpanelConnector,
|
|
337
|
+
mollieConnector: () => mollieConnector,
|
|
338
|
+
mondayConnector: () => mondayConnector,
|
|
339
|
+
mongodbConnector: () => mongodbConnector,
|
|
340
|
+
n8nConnector: () => n8nConnector,
|
|
341
|
+
netlifyConnector: () => netlifyConnector,
|
|
342
|
+
niftyConnector: () => niftyConnector,
|
|
343
|
+
ninjapipeConnector: () => ninjapipeConnector,
|
|
344
|
+
nocodbConnector: () => nocodbConnector,
|
|
345
|
+
notionConnector: () => notionConnector,
|
|
346
|
+
notionDatabase: () => notionDatabase,
|
|
347
|
+
ntfyConnector: () => ntfyConnector,
|
|
348
|
+
odooConnector: () => odooConnector,
|
|
349
|
+
omniCoConnector: () => omniCoConnector,
|
|
350
|
+
omnihrConnector: () => omnihrConnector,
|
|
351
|
+
oneDrive: () => oneDrive,
|
|
352
|
+
openPhoneConnector: () => openPhoneConnector,
|
|
353
|
+
openRouterConnector: () => openRouterConnector,
|
|
354
|
+
openaiConnector: () => openaiConnector,
|
|
355
|
+
openmicAiConnector: () => openmicAiConnector,
|
|
356
|
+
opnformConnector: () => opnformConnector,
|
|
357
|
+
opportifyConnector: () => opportifyConnector,
|
|
358
|
+
opsgenieConnector: () => opsgenieConnector,
|
|
359
|
+
oracleDatabaseConnector: () => oracleDatabaseConnector,
|
|
360
|
+
orimonConnector: () => orimonConnector,
|
|
361
|
+
outlookMail: () => outlookMail,
|
|
362
|
+
paddleConnector: () => paddleConnector,
|
|
363
|
+
pagerdutyConnector: () => pagerdutyConnector,
|
|
364
|
+
pandadoc: () => pandadoc,
|
|
365
|
+
paperformConnector: () => paperformConnector,
|
|
366
|
+
parseurConnector: () => parseurConnector,
|
|
367
|
+
pastefyConnector: () => pastefyConnector,
|
|
368
|
+
paywhirlConnector: () => paywhirlConnector,
|
|
369
|
+
pdfmonkeyConnector: () => pdfmonkeyConnector,
|
|
370
|
+
peekshotConnector: () => peekshotConnector,
|
|
371
|
+
perplexityAiConnector: () => perplexityAiConnector,
|
|
372
|
+
personalAiConnector: () => personalAiConnector,
|
|
373
|
+
phonyConnector: () => phonyConnector,
|
|
374
|
+
pinchPaymentsConnector: () => pinchPaymentsConnector,
|
|
375
|
+
pineconeConnector: () => pineconeConnector,
|
|
376
|
+
pipedreamConnector: () => pipedreamConnector,
|
|
377
|
+
pipedriveConnector: () => pipedriveConnector,
|
|
378
|
+
placidConnector: () => placidConnector,
|
|
379
|
+
plausibleConnector: () => plausibleConnector,
|
|
380
|
+
pocketbaseConnector: () => pocketbaseConnector,
|
|
381
|
+
pollybotAiConnector: () => pollybotAiConnector,
|
|
382
|
+
postgresConnector: () => postgresConnector,
|
|
383
|
+
posthogConnector: () => posthogConnector,
|
|
384
|
+
postizConnector: () => postizConnector,
|
|
385
|
+
postmarkConnector: () => postmarkConnector,
|
|
386
|
+
predictLeadsConnector: () => predictLeadsConnector,
|
|
387
|
+
productboardConnector: () => productboardConnector,
|
|
388
|
+
proxycurlConnector: () => proxycurlConnector,
|
|
389
|
+
pushbulletConnector: () => pushbulletConnector,
|
|
390
|
+
pushoverConnector: () => pushoverConnector,
|
|
391
|
+
qawafelConnector: () => qawafelConnector,
|
|
392
|
+
qdrantConnector: () => qdrantConnector,
|
|
393
|
+
quadernoConnector: () => quadernoConnector,
|
|
394
|
+
quickbooksConnector: () => quickbooksConnector,
|
|
395
|
+
quickzuConnector: () => quickzuConnector,
|
|
396
|
+
raiaAiConnector: () => raiaAiConnector,
|
|
397
|
+
rapidtextAiConnector: () => rapidtextAiConnector,
|
|
398
|
+
reachinboxConnector: () => reachinboxConnector,
|
|
399
|
+
recallAiConnector: () => recallAiConnector,
|
|
400
|
+
redditConnector: () => redditConnector,
|
|
401
|
+
reoonVerifierConnector: () => reoonVerifierConnector,
|
|
402
|
+
replyIoConnector: () => replyIoConnector,
|
|
403
|
+
retableConnector: () => retableConnector,
|
|
404
|
+
retellAiConnector: () => retellAiConnector,
|
|
405
|
+
ripplingConnector: () => ripplingConnector,
|
|
406
|
+
robollyConnector: () => robollyConnector,
|
|
407
|
+
runwareConnector: () => runwareConnector,
|
|
408
|
+
saasticConnector: () => saasticConnector,
|
|
409
|
+
saleorConnector: () => saleorConnector,
|
|
410
|
+
salesforceConnector: () => salesforceConnector,
|
|
411
|
+
sanityConnector: () => sanityConnector,
|
|
412
|
+
sardisConnector: () => sardisConnector,
|
|
413
|
+
savvycalConnector: () => savvycalConnector,
|
|
414
|
+
scrapegraphaiConnector: () => scrapegraphaiConnector,
|
|
415
|
+
scrapelessConnector: () => scrapelessConnector,
|
|
416
|
+
seekTableConnector: () => seekTableConnector,
|
|
417
|
+
sendgridConnector: () => sendgridConnector,
|
|
418
|
+
sendinblueConnector: () => sendinblueConnector,
|
|
419
|
+
sendpulseConnector: () => sendpulseConnector,
|
|
420
|
+
senjaConnector: () => senjaConnector,
|
|
421
|
+
sentryConnector: () => sentryConnector,
|
|
422
|
+
serpstatConnector: () => serpstatConnector,
|
|
423
|
+
serviceNowConnector: () => serviceNowConnector,
|
|
424
|
+
sharepoint: () => sharepoint,
|
|
425
|
+
shippoConnector: () => shippoConnector,
|
|
426
|
+
shopifyConnector: () => shopifyConnector,
|
|
427
|
+
shortIoConnector: () => shortIoConnector,
|
|
428
|
+
signNowConnector: () => signNowConnector,
|
|
429
|
+
signrequestConnector: () => signrequestConnector,
|
|
430
|
+
simplirouteConnector: () => simplirouteConnector,
|
|
431
|
+
simplybookmeConnector: () => simplybookmeConnector,
|
|
432
|
+
skyprepConnector: () => skyprepConnector,
|
|
433
|
+
slack: () => slack,
|
|
434
|
+
slackEventsConnector: () => slackEventsConnector,
|
|
435
|
+
smartleadConnector: () => smartleadConnector,
|
|
436
|
+
smartsheetConnector: () => smartsheetConnector,
|
|
437
|
+
smartsuiteConnector: () => smartsuiteConnector,
|
|
438
|
+
smooveConnector: () => smooveConnector,
|
|
439
|
+
smsmodeConnector: () => smsmodeConnector,
|
|
440
|
+
snowflakeConnector: () => snowflakeConnector,
|
|
441
|
+
socialkitConnector: () => socialkitConnector,
|
|
442
|
+
squareConnector: () => squareConnector,
|
|
443
|
+
stripeConnector: () => stripeConnector,
|
|
444
|
+
stripePackConnector: () => stripePackConnector,
|
|
445
|
+
stripeWebhookReceiverConnector: () => stripeWebhookReceiverConnector,
|
|
446
|
+
supabaseConnector: () => supabaseConnector,
|
|
447
|
+
supadataConnector: () => supadataConnector,
|
|
448
|
+
swarmnodeConnector: () => swarmnodeConnector,
|
|
449
|
+
systemeIoConnector: () => systemeIoConnector,
|
|
450
|
+
tableauConnector: () => tableauConnector,
|
|
451
|
+
talkableConnector: () => talkableConnector,
|
|
452
|
+
tallyConnector: () => tallyConnector,
|
|
453
|
+
tangleIdentity: () => tangleIdentity,
|
|
454
|
+
teableConnector: () => teableConnector,
|
|
455
|
+
telegramConnector: () => telegramConnector,
|
|
456
|
+
telnyxConnector: () => telnyxConnector,
|
|
457
|
+
tenzoConnector: () => tenzoConnector,
|
|
458
|
+
textcortexAiConnector: () => textcortexAiConnector,
|
|
459
|
+
ticktickConnector: () => ticktickConnector,
|
|
460
|
+
timeOpsConnector: () => timeOpsConnector,
|
|
461
|
+
timelinesAiConnector: () => timelinesAiConnector,
|
|
462
|
+
tlDvConnector: () => tlDvConnector,
|
|
463
|
+
todoistConnector: () => todoistConnector,
|
|
464
|
+
togglTrackConnector: () => togglTrackConnector,
|
|
465
|
+
totalcmsConnector: () => totalcmsConnector,
|
|
466
|
+
trelloConnector: () => trelloConnector,
|
|
467
|
+
twentyConnector: () => twentyConnector,
|
|
468
|
+
twilioConnector: () => twilioConnector,
|
|
469
|
+
twilioSmsConnector: () => twilioSmsConnector,
|
|
470
|
+
twinLabsConnector: () => twinLabsConnector,
|
|
471
|
+
twitterConnector: () => twitterConnector,
|
|
472
|
+
typeformConnector: () => typeformConnector,
|
|
473
|
+
typefullyConnector: () => typefullyConnector,
|
|
474
|
+
umamiConnector: () => umamiConnector,
|
|
475
|
+
upgradechatConnector: () => upgradechatConnector,
|
|
476
|
+
uscreenConnector: () => uscreenConnector,
|
|
477
|
+
validatedmailsConnector: () => validatedmailsConnector,
|
|
478
|
+
vapiConnector: () => vapiConnector,
|
|
479
|
+
vboutConnector: () => vboutConnector,
|
|
480
|
+
vercelConnector: () => vercelConnector,
|
|
481
|
+
videoaskConnector: () => videoaskConnector,
|
|
482
|
+
vidlab7Connector: () => vidlab7Connector,
|
|
483
|
+
vlmRunConnector: () => vlmRunConnector,
|
|
484
|
+
voucheryIoConnector: () => voucheryIoConnector,
|
|
485
|
+
vtexConnector: () => vtexConnector,
|
|
486
|
+
vtigerConnector: () => vtigerConnector,
|
|
487
|
+
wafeqConnector: () => wafeqConnector,
|
|
488
|
+
weaviateConnector: () => weaviateConnector,
|
|
489
|
+
webflowConnector: () => webflowConnector,
|
|
490
|
+
webhookConnector: () => webhookConnector,
|
|
491
|
+
webscrapingAiConnector: () => webscrapingAiConnector,
|
|
492
|
+
whatConvertsConnector: () => whatConvertsConnector,
|
|
493
|
+
whatsappBusiness: () => whatsappBusiness,
|
|
494
|
+
whatsappConnector: () => whatsappConnector,
|
|
495
|
+
whatsscaleConnector: () => whatsscaleConnector,
|
|
496
|
+
wonderchatConnector: () => wonderchatConnector,
|
|
497
|
+
woocommerceConnector: () => woocommerceConnector,
|
|
498
|
+
woodpeckerConnector: () => woodpeckerConnector,
|
|
499
|
+
wootricConnector: () => wootricConnector,
|
|
500
|
+
wordpressConnector: () => wordpressConnector,
|
|
501
|
+
workableConnector: () => workableConnector,
|
|
502
|
+
workdayConnector: () => workdayConnector,
|
|
503
|
+
wrikeConnector: () => wrikeConnector,
|
|
504
|
+
writesonicBulkConnector: () => writesonicBulkConnector,
|
|
505
|
+
wufooConnector: () => wufooConnector,
|
|
506
|
+
xeroConnector: () => xeroConnector,
|
|
507
|
+
youcanbookmeConnector: () => youcanbookmeConnector,
|
|
508
|
+
zagomailConnector: () => zagomailConnector,
|
|
509
|
+
zapierConnector: () => zapierConnector,
|
|
510
|
+
zendeskConnector: () => zendeskConnector,
|
|
511
|
+
zendeskSellConnector: () => zendeskSellConnector,
|
|
512
|
+
zeplinConnector: () => zeplinConnector,
|
|
513
|
+
zerobounceConnector: () => zerobounceConnector,
|
|
514
|
+
zohoBookingsConnector: () => zohoBookingsConnector,
|
|
515
|
+
zohoCrmConnector: () => zohoCrmConnector,
|
|
516
|
+
zohoDeskConnector: () => zohoDeskConnector,
|
|
517
|
+
zuoraConnector: () => zuoraConnector
|
|
518
|
+
});
|
|
10
519
|
|
|
11
520
|
// src/connectors/oauth.ts
|
|
12
521
|
import { createHash, randomBytes } from "crypto";
|
|
@@ -110584,7 +111093,24 @@ var twitterConnector = declarativeRestConnector({
|
|
|
110584
111093
|
kind: "twitter",
|
|
110585
111094
|
displayName: "Twitter",
|
|
110586
111095
|
description: "Post tweets and reply to tweets on Twitter.",
|
|
110587
|
-
auth: {
|
|
111096
|
+
auth: {
|
|
111097
|
+
kind: "one_of",
|
|
111098
|
+
preferred: "oauth2",
|
|
111099
|
+
options: [
|
|
111100
|
+
{
|
|
111101
|
+
kind: "oauth2",
|
|
111102
|
+
authorizationUrl: "https://twitter.com/i/oauth2/authorize",
|
|
111103
|
+
tokenUrl: "https://api.twitter.com/2/oauth2/token",
|
|
111104
|
+
scopes: ["tweet.read", "tweet.write", "users.read", "like.write", "offline.access"],
|
|
111105
|
+
clientIdEnv: "TWITTER_OAUTH_CLIENT_ID",
|
|
111106
|
+
clientSecretEnv: "TWITTER_OAUTH_CLIENT_SECRET"
|
|
111107
|
+
},
|
|
111108
|
+
{
|
|
111109
|
+
kind: "api-key",
|
|
111110
|
+
hint: "Twitter/X OAuth 2.0 bearer token or app/user access token."
|
|
111111
|
+
}
|
|
111112
|
+
]
|
|
111113
|
+
},
|
|
110588
111114
|
category: "comms",
|
|
110589
111115
|
defaultConsistencyModel: "authoritative",
|
|
110590
111116
|
baseUrl: "https://api.twitter.com/2",
|
|
@@ -118143,6 +118669,7 @@ export {
|
|
|
118143
118669
|
zapierConnector,
|
|
118144
118670
|
n8nConnector,
|
|
118145
118671
|
makeConnector,
|
|
118146
|
-
pipedreamConnector
|
|
118672
|
+
pipedreamConnector,
|
|
118673
|
+
adapters_exports
|
|
118147
118674
|
};
|
|
118148
|
-
//# sourceMappingURL=chunk-
|
|
118675
|
+
//# sourceMappingURL=chunk-DT3H3NIW.js.map
|