@uptiqai/integrations-sdk 1.17.0 → 1.18.0
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/generated-api.d.ts +7227 -4207
- package/dist/generated-api.d.ts.map +1 -1
- package/dist/generated-api.js +1453 -59
- package/dist/generated-api.js.map +1 -1
- package/dist/index.d.ts +314 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +601 -1
- package/dist/index.js.map +1 -1
- package/dist/response-type-map.d.ts.map +1 -1
- package/dist/response-type-map.js +262 -0
- package/dist/response-type-map.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -14,7 +14,8 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.
|
|
17
|
+
exports.UdgNormalisedFreeAgent = exports.TwilioWhatsapp = exports.Telegram = exports.Supabase = exports.Stripe = exports.SocureRiskos = exports.Slack = exports.Salesforce = exports.Resend = exports.Redtail = exports.Plaid = exports.Openai = exports.Notion = exports.MicrosoftSharepoint = exports.MicrosoftOutlook = exports.MicrosoftOnedrive = exports.MicrosoftExcel365 = exports.Mailchimp = exports.Jira = exports.Hubspot = exports.GoogleSlides = exports.GoogleSheets = exports.GoogleOAuth = exports.GoogleGenerativeAIImage = exports.GoogleGenerativeAI = exports.GoogleDrive = exports.GoogleDocs = exports.GoogleCloudStorage = exports.GoogleCalendar = exports.GoogleAnalytics = exports.Gmail = exports.Gitlab = exports.FirefliesAi = exports.Firecrawl = exports.Fathom = exports.ExperianBusiness = exports.Elevenlabs = exports.DunAndBradstreet = exports.Doola = exports.Docusign = exports.Discord = exports.CrsCreditApi = exports.CreditsafeFeatured = exports.CreditsafeCompliance = exports.AzureBlobStorage = exports.AwsS3 = exports.Anthropic = exports.AlphaVantage = exports.Alloy = exports.Abrigo = void 0;
|
|
18
|
+
exports.Wealthbox = exports.UdgNormalisedXero = exports.UdgNormalisedWave = exports.UdgNormalisedQuickbooks = exports.UdgNormalisedFreshbooks = void 0;
|
|
18
19
|
const generated_api_1 = require("./generated-api");
|
|
19
20
|
/**
|
|
20
21
|
* UPTIQ Integrations SDK
|
|
@@ -398,6 +399,100 @@ class Alloy {
|
|
|
398
399
|
}
|
|
399
400
|
}
|
|
400
401
|
exports.Alloy = Alloy;
|
|
402
|
+
/**
|
|
403
|
+
* AlphaVantage integration module
|
|
404
|
+
*/
|
|
405
|
+
class AlphaVantage {
|
|
406
|
+
constructor() {
|
|
407
|
+
// Get the generated API methods
|
|
408
|
+
this.api = (0, generated_api_1.getIntegrationsAPI)();
|
|
409
|
+
}
|
|
410
|
+
/** Daily adjusted stock time series */
|
|
411
|
+
stockDailyAdjusted(body) {
|
|
412
|
+
return this.api.alphaVantageStockDailyAdjusted(body);
|
|
413
|
+
}
|
|
414
|
+
/** Weekly adjusted stock time series */
|
|
415
|
+
stockWeeklyAdjusted(body) {
|
|
416
|
+
return this.api.alphaVantageStockWeeklyAdjusted(body);
|
|
417
|
+
}
|
|
418
|
+
/** Monthly adjusted stock time series */
|
|
419
|
+
stockMonthlyAdjusted(body) {
|
|
420
|
+
return this.api.alphaVantageStockMonthlyAdjusted(body);
|
|
421
|
+
}
|
|
422
|
+
/** Daily FX time series */
|
|
423
|
+
fxDaily(body) {
|
|
424
|
+
return this.api.alphaVantageFxDaily(body);
|
|
425
|
+
}
|
|
426
|
+
/** Weekly FX time series */
|
|
427
|
+
fxWeekly(body) {
|
|
428
|
+
return this.api.alphaVantageFxWeekly(body);
|
|
429
|
+
}
|
|
430
|
+
/** Monthly FX time series */
|
|
431
|
+
fxMonthly(body) {
|
|
432
|
+
return this.api.alphaVantageFxMonthly(body);
|
|
433
|
+
}
|
|
434
|
+
/** Daily digital-currency OHLCV */
|
|
435
|
+
cryptoDaily(body) {
|
|
436
|
+
return this.api.alphaVantageCryptoDaily(body);
|
|
437
|
+
}
|
|
438
|
+
/** Weekly digital-currency OHLCV */
|
|
439
|
+
cryptoWeekly(body) {
|
|
440
|
+
return this.api.alphaVantageCryptoWeekly(body);
|
|
441
|
+
}
|
|
442
|
+
/** Monthly digital-currency OHLCV */
|
|
443
|
+
cryptoMonthly(body) {
|
|
444
|
+
return this.api.alphaVantageCryptoMonthly(body);
|
|
445
|
+
}
|
|
446
|
+
/** Simple Moving Average (SMA) */
|
|
447
|
+
sma(body) {
|
|
448
|
+
return this.api.alphaVantageSma(body);
|
|
449
|
+
}
|
|
450
|
+
/** Exponential Moving Average (EMA) */
|
|
451
|
+
ema(body) {
|
|
452
|
+
return this.api.alphaVantageEma(body);
|
|
453
|
+
}
|
|
454
|
+
/** Relative Strength Index (RSI) */
|
|
455
|
+
rsi(body) {
|
|
456
|
+
return this.api.alphaVantageRsi(body);
|
|
457
|
+
}
|
|
458
|
+
/** MACD */
|
|
459
|
+
macd(body) {
|
|
460
|
+
return this.api.alphaVantageMacd(body);
|
|
461
|
+
}
|
|
462
|
+
/** Bollinger Bands (BBANDS) */
|
|
463
|
+
bbands(body) {
|
|
464
|
+
return this.api.alphaVantageBbands(body);
|
|
465
|
+
}
|
|
466
|
+
/** News & sentiment signals */
|
|
467
|
+
newsSentiment(body) {
|
|
468
|
+
return this.api.alphaVantageNewsSentiment(body);
|
|
469
|
+
}
|
|
470
|
+
/** Company overview */
|
|
471
|
+
companyOverview(body) {
|
|
472
|
+
return this.api.alphaVantageCompanyOverview(body);
|
|
473
|
+
}
|
|
474
|
+
/** Income statement */
|
|
475
|
+
incomeStatement(body) {
|
|
476
|
+
return this.api.alphaVantageIncomeStatement(body);
|
|
477
|
+
}
|
|
478
|
+
/** Balance sheet */
|
|
479
|
+
balanceSheet(body) {
|
|
480
|
+
return this.api.alphaVantageBalanceSheet(body);
|
|
481
|
+
}
|
|
482
|
+
/** Cash flow */
|
|
483
|
+
cashFlow(body) {
|
|
484
|
+
return this.api.alphaVantageCashFlow(body);
|
|
485
|
+
}
|
|
486
|
+
/** Earnings */
|
|
487
|
+
earnings(body) {
|
|
488
|
+
return this.api.alphaVantageEarnings(body);
|
|
489
|
+
}
|
|
490
|
+
/** Set Alpha Vantage API key for a user */
|
|
491
|
+
setUserCredentials(body) {
|
|
492
|
+
return this.api.alphaVantageSetUserCredentials(body);
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
exports.AlphaVantage = AlphaVantage;
|
|
401
496
|
/**
|
|
402
497
|
* Anthropic integration module
|
|
403
498
|
*/
|
|
@@ -1223,6 +1318,75 @@ class Discord {
|
|
|
1223
1318
|
}
|
|
1224
1319
|
}
|
|
1225
1320
|
exports.Discord = Discord;
|
|
1321
|
+
/**
|
|
1322
|
+
* Docusign integration module
|
|
1323
|
+
*/
|
|
1324
|
+
class Docusign {
|
|
1325
|
+
constructor() {
|
|
1326
|
+
// Get the generated API methods
|
|
1327
|
+
this.api = (0, generated_api_1.getIntegrationsAPI)();
|
|
1328
|
+
}
|
|
1329
|
+
/** Initiate DocuSign OAuth flow */
|
|
1330
|
+
oauthInitiate(body) {
|
|
1331
|
+
return this.api.docusignOauthInitiate(body);
|
|
1332
|
+
}
|
|
1333
|
+
/** Set DocuSign OAuth app credentials for a user */
|
|
1334
|
+
setUserCredentials(body) {
|
|
1335
|
+
return this.api.docusignSetUserCredentials(body);
|
|
1336
|
+
}
|
|
1337
|
+
oauthCallback(...args) {
|
|
1338
|
+
return this.api.docusignOauthCallback(...args);
|
|
1339
|
+
}
|
|
1340
|
+
/** Send documents for signature */
|
|
1341
|
+
sendEnvelope(body) {
|
|
1342
|
+
return this.api.docusignSendEnvelope(body);
|
|
1343
|
+
}
|
|
1344
|
+
/** Track signature status (single envelope) */
|
|
1345
|
+
getEnvelope(body) {
|
|
1346
|
+
return this.api.docusignGetEnvelope(body);
|
|
1347
|
+
}
|
|
1348
|
+
/** Track signature status (list envelopes) */
|
|
1349
|
+
listEnvelopes(body) {
|
|
1350
|
+
return this.api.docusignListEnvelopes(body);
|
|
1351
|
+
}
|
|
1352
|
+
/** Track signature status (per recipient) */
|
|
1353
|
+
getEnvelopeRecipients(body) {
|
|
1354
|
+
return this.api.docusignGetEnvelopeRecipients(body);
|
|
1355
|
+
}
|
|
1356
|
+
/** Retrieve signed documents (combined PDF) */
|
|
1357
|
+
getCombinedDocument(body) {
|
|
1358
|
+
return this.api.docusignGetCombinedDocument(body);
|
|
1359
|
+
}
|
|
1360
|
+
/** Retrieve signed document (single) */
|
|
1361
|
+
getDocument(body) {
|
|
1362
|
+
return this.api.docusignGetDocument(body);
|
|
1363
|
+
}
|
|
1364
|
+
/** Add recipients */
|
|
1365
|
+
addRecipients(body) {
|
|
1366
|
+
return this.api.docusignAddRecipients(body);
|
|
1367
|
+
}
|
|
1368
|
+
/** Modify recipients */
|
|
1369
|
+
updateRecipients(body) {
|
|
1370
|
+
return this.api.docusignUpdateRecipients(body);
|
|
1371
|
+
}
|
|
1372
|
+
/** Automate reminders (resend signing email now) */
|
|
1373
|
+
resendEnvelope(body) {
|
|
1374
|
+
return this.api.docusignResendEnvelope(body);
|
|
1375
|
+
}
|
|
1376
|
+
/** Automate reminders (set reminder/expiration cadence) */
|
|
1377
|
+
updateNotification(body) {
|
|
1378
|
+
return this.api.docusignUpdateNotification(body);
|
|
1379
|
+
}
|
|
1380
|
+
/** Manage templates (list) */
|
|
1381
|
+
listTemplates(body) {
|
|
1382
|
+
return this.api.docusignListTemplates(body);
|
|
1383
|
+
}
|
|
1384
|
+
/** Manage templates (get one) */
|
|
1385
|
+
getTemplate(body) {
|
|
1386
|
+
return this.api.docusignGetTemplate(body);
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1389
|
+
exports.Docusign = Docusign;
|
|
1226
1390
|
/**
|
|
1227
1391
|
* Doola integration module
|
|
1228
1392
|
*/
|
|
@@ -1427,6 +1591,47 @@ class ExperianBusiness {
|
|
|
1427
1591
|
}
|
|
1428
1592
|
}
|
|
1429
1593
|
exports.ExperianBusiness = ExperianBusiness;
|
|
1594
|
+
/**
|
|
1595
|
+
* Fathom integration module
|
|
1596
|
+
*/
|
|
1597
|
+
class Fathom {
|
|
1598
|
+
constructor() {
|
|
1599
|
+
// Get the generated API methods
|
|
1600
|
+
this.api = (0, generated_api_1.getIntegrationsAPI)();
|
|
1601
|
+
}
|
|
1602
|
+
/** Initiate Fathom OAuth flow */
|
|
1603
|
+
oauthInitiate(body) {
|
|
1604
|
+
return this.api.fathomOauthInitiate(body);
|
|
1605
|
+
}
|
|
1606
|
+
/** Set Fathom OAuth app credentials for a user */
|
|
1607
|
+
setUserCredentials(body) {
|
|
1608
|
+
return this.api.fathomSetUserCredentials(body);
|
|
1609
|
+
}
|
|
1610
|
+
oauthCallback(...args) {
|
|
1611
|
+
return this.api.fathomOauthCallback(...args);
|
|
1612
|
+
}
|
|
1613
|
+
/** List meetings */
|
|
1614
|
+
listMeetings(body) {
|
|
1615
|
+
return this.api.fathomListMeetings(body);
|
|
1616
|
+
}
|
|
1617
|
+
/** Get recording transcript */
|
|
1618
|
+
getRecordingTranscript(body) {
|
|
1619
|
+
return this.api.fathomGetRecordingTranscript(body);
|
|
1620
|
+
}
|
|
1621
|
+
/** Get recording summary */
|
|
1622
|
+
getRecordingSummary(body) {
|
|
1623
|
+
return this.api.fathomGetRecordingSummary(body);
|
|
1624
|
+
}
|
|
1625
|
+
/** List teams */
|
|
1626
|
+
listTeams(body) {
|
|
1627
|
+
return this.api.fathomListTeams(body);
|
|
1628
|
+
}
|
|
1629
|
+
/** List team members */
|
|
1630
|
+
listTeamMembers(body) {
|
|
1631
|
+
return this.api.fathomListTeamMembers(body);
|
|
1632
|
+
}
|
|
1633
|
+
}
|
|
1634
|
+
exports.Fathom = Fathom;
|
|
1430
1635
|
/**
|
|
1431
1636
|
* Firecrawl integration module
|
|
1432
1637
|
*/
|
|
@@ -1473,6 +1678,36 @@ class Firecrawl {
|
|
|
1473
1678
|
}
|
|
1474
1679
|
}
|
|
1475
1680
|
exports.Firecrawl = Firecrawl;
|
|
1681
|
+
/**
|
|
1682
|
+
* FirefliesAi integration module
|
|
1683
|
+
*/
|
|
1684
|
+
class FirefliesAi {
|
|
1685
|
+
constructor() {
|
|
1686
|
+
// Get the generated API methods
|
|
1687
|
+
this.api = (0, generated_api_1.getIntegrationsAPI)();
|
|
1688
|
+
}
|
|
1689
|
+
/** Store per-user Fireflies.ai credentials */
|
|
1690
|
+
setUserCredentials(body) {
|
|
1691
|
+
return this.api.firefliesAiSetUserCredentials(body);
|
|
1692
|
+
}
|
|
1693
|
+
/** List transcripts */
|
|
1694
|
+
listTranscripts(body) {
|
|
1695
|
+
return this.api.firefliesAiListTranscripts(body);
|
|
1696
|
+
}
|
|
1697
|
+
/** Get transcript */
|
|
1698
|
+
getTranscript(body) {
|
|
1699
|
+
return this.api.firefliesAiGetTranscript(body);
|
|
1700
|
+
}
|
|
1701
|
+
/** Get transcript summary */
|
|
1702
|
+
getTranscriptSummary(body) {
|
|
1703
|
+
return this.api.firefliesAiGetTranscriptSummary(body);
|
|
1704
|
+
}
|
|
1705
|
+
/** Get transcript analytics */
|
|
1706
|
+
getTranscriptAnalytics(body) {
|
|
1707
|
+
return this.api.firefliesAiGetTranscriptAnalytics(body);
|
|
1708
|
+
}
|
|
1709
|
+
}
|
|
1710
|
+
exports.FirefliesAi = FirefliesAi;
|
|
1476
1711
|
/**
|
|
1477
1712
|
* Gitlab integration module
|
|
1478
1713
|
*/
|
|
@@ -2141,6 +2376,163 @@ class Jira {
|
|
|
2141
2376
|
}
|
|
2142
2377
|
}
|
|
2143
2378
|
exports.Jira = Jira;
|
|
2379
|
+
/**
|
|
2380
|
+
* Mailchimp integration module
|
|
2381
|
+
*/
|
|
2382
|
+
class Mailchimp {
|
|
2383
|
+
constructor() {
|
|
2384
|
+
// Get the generated API methods
|
|
2385
|
+
this.api = (0, generated_api_1.getIntegrationsAPI)();
|
|
2386
|
+
}
|
|
2387
|
+
/** Initiate Mailchimp OAuth flow */
|
|
2388
|
+
oauthInitiate(body) {
|
|
2389
|
+
return this.api.mailchimpOauthInitiate(body);
|
|
2390
|
+
}
|
|
2391
|
+
oauthCallback(...args) {
|
|
2392
|
+
return this.api.mailchimpOauthCallback(...args);
|
|
2393
|
+
}
|
|
2394
|
+
/** Set Mailchimp OAuth app credentials for a user */
|
|
2395
|
+
setUserCredentials(body) {
|
|
2396
|
+
return this.api.mailchimpSetUserCredentials(body);
|
|
2397
|
+
}
|
|
2398
|
+
/** List audiences */
|
|
2399
|
+
listAudiences(body) {
|
|
2400
|
+
return this.api.mailchimpListAudiences(body);
|
|
2401
|
+
}
|
|
2402
|
+
/** Create audience */
|
|
2403
|
+
createAudience(body) {
|
|
2404
|
+
return this.api.mailchimpCreateAudience(body);
|
|
2405
|
+
}
|
|
2406
|
+
/** Update audience */
|
|
2407
|
+
updateAudience(body) {
|
|
2408
|
+
return this.api.mailchimpUpdateAudience(body);
|
|
2409
|
+
}
|
|
2410
|
+
/** Delete audience */
|
|
2411
|
+
deleteAudience(body) {
|
|
2412
|
+
return this.api.mailchimpDeleteAudience(body);
|
|
2413
|
+
}
|
|
2414
|
+
/** List members */
|
|
2415
|
+
listMembers(body) {
|
|
2416
|
+
return this.api.mailchimpListMembers(body);
|
|
2417
|
+
}
|
|
2418
|
+
/** Add member */
|
|
2419
|
+
addMember(body) {
|
|
2420
|
+
return this.api.mailchimpAddMember(body);
|
|
2421
|
+
}
|
|
2422
|
+
/** Add or update member */
|
|
2423
|
+
upsertMember(body) {
|
|
2424
|
+
return this.api.mailchimpUpsertMember(body);
|
|
2425
|
+
}
|
|
2426
|
+
/** Update member */
|
|
2427
|
+
updateMember(body) {
|
|
2428
|
+
return this.api.mailchimpUpdateMember(body);
|
|
2429
|
+
}
|
|
2430
|
+
/** Archive member */
|
|
2431
|
+
archiveMember(body) {
|
|
2432
|
+
return this.api.mailchimpArchiveMember(body);
|
|
2433
|
+
}
|
|
2434
|
+
/** Add member tags */
|
|
2435
|
+
addMemberTags(body) {
|
|
2436
|
+
return this.api.mailchimpAddMemberTags(body);
|
|
2437
|
+
}
|
|
2438
|
+
/** Search members */
|
|
2439
|
+
searchMembers(body) {
|
|
2440
|
+
return this.api.mailchimpSearchMembers(body);
|
|
2441
|
+
}
|
|
2442
|
+
/** List campaigns */
|
|
2443
|
+
listCampaigns(body) {
|
|
2444
|
+
return this.api.mailchimpListCampaigns(body);
|
|
2445
|
+
}
|
|
2446
|
+
/** Create campaign */
|
|
2447
|
+
createCampaign(body) {
|
|
2448
|
+
return this.api.mailchimpCreateCampaign(body);
|
|
2449
|
+
}
|
|
2450
|
+
/** Update campaign */
|
|
2451
|
+
updateCampaign(body) {
|
|
2452
|
+
return this.api.mailchimpUpdateCampaign(body);
|
|
2453
|
+
}
|
|
2454
|
+
/** Set campaign content */
|
|
2455
|
+
setCampaignContent(body) {
|
|
2456
|
+
return this.api.mailchimpSetCampaignContent(body);
|
|
2457
|
+
}
|
|
2458
|
+
/** Send campaign */
|
|
2459
|
+
sendCampaign(body) {
|
|
2460
|
+
return this.api.mailchimpSendCampaign(body);
|
|
2461
|
+
}
|
|
2462
|
+
/** Delete campaign */
|
|
2463
|
+
deleteCampaign(body) {
|
|
2464
|
+
return this.api.mailchimpDeleteCampaign(body);
|
|
2465
|
+
}
|
|
2466
|
+
/** List campaign reports */
|
|
2467
|
+
listReports(body) {
|
|
2468
|
+
return this.api.mailchimpListReports(body);
|
|
2469
|
+
}
|
|
2470
|
+
/** Get campaign report */
|
|
2471
|
+
getReport(body) {
|
|
2472
|
+
return this.api.mailchimpGetReport(body);
|
|
2473
|
+
}
|
|
2474
|
+
/** Get open details */
|
|
2475
|
+
reportOpenDetails(body) {
|
|
2476
|
+
return this.api.mailchimpReportOpenDetails(body);
|
|
2477
|
+
}
|
|
2478
|
+
/** Get click details */
|
|
2479
|
+
reportClickDetails(body) {
|
|
2480
|
+
return this.api.mailchimpReportClickDetails(body);
|
|
2481
|
+
}
|
|
2482
|
+
/** Get unsubscribe details */
|
|
2483
|
+
reportUnsubscribes(body) {
|
|
2484
|
+
return this.api.mailchimpReportUnsubscribes(body);
|
|
2485
|
+
}
|
|
2486
|
+
/** Ping the Mailchimp account */
|
|
2487
|
+
ping(body) {
|
|
2488
|
+
return this.api.mailchimpPing(body);
|
|
2489
|
+
}
|
|
2490
|
+
}
|
|
2491
|
+
exports.Mailchimp = Mailchimp;
|
|
2492
|
+
/**
|
|
2493
|
+
* MicrosoftExcel365 integration module
|
|
2494
|
+
*/
|
|
2495
|
+
class MicrosoftExcel365 {
|
|
2496
|
+
constructor() {
|
|
2497
|
+
// Get the generated API methods
|
|
2498
|
+
this.api = (0, generated_api_1.getIntegrationsAPI)();
|
|
2499
|
+
}
|
|
2500
|
+
/** Start Microsoft Excel 365 OAuth flow */
|
|
2501
|
+
authStart(body) {
|
|
2502
|
+
return this.api.microsoftExcel365AuthStart(body);
|
|
2503
|
+
}
|
|
2504
|
+
/** Set Microsoft Excel 365 OAuth app credentials for a user */
|
|
2505
|
+
setUserCredentials(body) {
|
|
2506
|
+
return this.api.microsoftExcel365SetUserCredentials(body);
|
|
2507
|
+
}
|
|
2508
|
+
oauthCallback(...args) {
|
|
2509
|
+
return this.api.microsoftExcel365OauthCallback(...args);
|
|
2510
|
+
}
|
|
2511
|
+
listWorkbooks(...args) {
|
|
2512
|
+
return this.api.microsoftExcel365ListWorkbooks(...args);
|
|
2513
|
+
}
|
|
2514
|
+
/** List worksheets in a workbook */
|
|
2515
|
+
listWorksheets(body) {
|
|
2516
|
+
return this.api.microsoftExcel365ListWorksheets(body);
|
|
2517
|
+
}
|
|
2518
|
+
/** Create a worksheet in a workbook */
|
|
2519
|
+
createWorksheet(body) {
|
|
2520
|
+
return this.api.microsoftExcel365CreateWorksheet(body);
|
|
2521
|
+
}
|
|
2522
|
+
/** Create a workbook session */
|
|
2523
|
+
createWorkbookSession(body) {
|
|
2524
|
+
return this.api.microsoftExcel365CreateWorkbookSession(body);
|
|
2525
|
+
}
|
|
2526
|
+
/** Read values from a worksheet range */
|
|
2527
|
+
readRange(body) {
|
|
2528
|
+
return this.api.microsoftExcel365ReadRange(body);
|
|
2529
|
+
}
|
|
2530
|
+
/** Update values in a worksheet range */
|
|
2531
|
+
updateRange(body) {
|
|
2532
|
+
return this.api.microsoftExcel365UpdateRange(body);
|
|
2533
|
+
}
|
|
2534
|
+
}
|
|
2535
|
+
exports.MicrosoftExcel365 = MicrosoftExcel365;
|
|
2144
2536
|
/**
|
|
2145
2537
|
* MicrosoftOnedrive integration module
|
|
2146
2538
|
*/
|
|
@@ -3058,6 +3450,214 @@ class Stripe {
|
|
|
3058
3450
|
}
|
|
3059
3451
|
}
|
|
3060
3452
|
exports.Stripe = Stripe;
|
|
3453
|
+
/**
|
|
3454
|
+
* Supabase integration module
|
|
3455
|
+
*/
|
|
3456
|
+
class Supabase {
|
|
3457
|
+
constructor() {
|
|
3458
|
+
// Get the generated API methods
|
|
3459
|
+
this.api = (0, generated_api_1.getIntegrationsAPI)();
|
|
3460
|
+
}
|
|
3461
|
+
/** Query rows from a table */
|
|
3462
|
+
databaseQuery(body) {
|
|
3463
|
+
return this.api.supabaseDatabaseQuery(body);
|
|
3464
|
+
}
|
|
3465
|
+
/** Insert rows into a table */
|
|
3466
|
+
databaseInsert(body) {
|
|
3467
|
+
return this.api.supabaseDatabaseInsert(body);
|
|
3468
|
+
}
|
|
3469
|
+
/** Update rows in a table */
|
|
3470
|
+
databaseUpdate(body) {
|
|
3471
|
+
return this.api.supabaseDatabaseUpdate(body);
|
|
3472
|
+
}
|
|
3473
|
+
/** Delete rows from a table */
|
|
3474
|
+
databaseDelete(body) {
|
|
3475
|
+
return this.api.supabaseDatabaseDelete(body);
|
|
3476
|
+
}
|
|
3477
|
+
/** Call a Postgres function (RPC) */
|
|
3478
|
+
databaseRpc(body) {
|
|
3479
|
+
return this.api.supabaseDatabaseRpc(body);
|
|
3480
|
+
}
|
|
3481
|
+
/** Sign up an end-user */
|
|
3482
|
+
authSignUp(body) {
|
|
3483
|
+
return this.api.supabaseAuthSignUp(body);
|
|
3484
|
+
}
|
|
3485
|
+
/** Sign in an end-user */
|
|
3486
|
+
authSignIn(body) {
|
|
3487
|
+
return this.api.supabaseAuthSignIn(body);
|
|
3488
|
+
}
|
|
3489
|
+
/** Sign out an end-user */
|
|
3490
|
+
authSignOut(body) {
|
|
3491
|
+
return this.api.supabaseAuthSignOut(body);
|
|
3492
|
+
}
|
|
3493
|
+
/** Get the current user */
|
|
3494
|
+
authGetUser(body) {
|
|
3495
|
+
return this.api.supabaseAuthGetUser(body);
|
|
3496
|
+
}
|
|
3497
|
+
/** Update the current user */
|
|
3498
|
+
authUpdateUser(body) {
|
|
3499
|
+
return this.api.supabaseAuthUpdateUser(body);
|
|
3500
|
+
}
|
|
3501
|
+
/** Refresh a session */
|
|
3502
|
+
authRefreshSession(body) {
|
|
3503
|
+
return this.api.supabaseAuthRefreshSession(body);
|
|
3504
|
+
}
|
|
3505
|
+
/** Request a password reset email */
|
|
3506
|
+
authResetPassword(body) {
|
|
3507
|
+
return this.api.supabaseAuthResetPassword(body);
|
|
3508
|
+
}
|
|
3509
|
+
/** Verify an OTP / magic link */
|
|
3510
|
+
authVerifyOtp(body) {
|
|
3511
|
+
return this.api.supabaseAuthVerifyOtp(body);
|
|
3512
|
+
}
|
|
3513
|
+
/** List auth users */
|
|
3514
|
+
adminListUsers(body) {
|
|
3515
|
+
return this.api.supabaseAdminListUsers(body);
|
|
3516
|
+
}
|
|
3517
|
+
/** Get an auth user by id */
|
|
3518
|
+
adminGetUser(body) {
|
|
3519
|
+
return this.api.supabaseAdminGetUser(body);
|
|
3520
|
+
}
|
|
3521
|
+
/** Create an auth user */
|
|
3522
|
+
adminCreateUser(body) {
|
|
3523
|
+
return this.api.supabaseAdminCreateUser(body);
|
|
3524
|
+
}
|
|
3525
|
+
/** Update an auth user */
|
|
3526
|
+
adminUpdateUser(body) {
|
|
3527
|
+
return this.api.supabaseAdminUpdateUser(body);
|
|
3528
|
+
}
|
|
3529
|
+
/** Delete an auth user */
|
|
3530
|
+
adminDeleteUser(body) {
|
|
3531
|
+
return this.api.supabaseAdminDeleteUser(body);
|
|
3532
|
+
}
|
|
3533
|
+
/** List storage buckets */
|
|
3534
|
+
storageListBuckets(body) {
|
|
3535
|
+
return this.api.supabaseStorageListBuckets(body);
|
|
3536
|
+
}
|
|
3537
|
+
/** Get a bucket */
|
|
3538
|
+
storageGetBucket(body) {
|
|
3539
|
+
return this.api.supabaseStorageGetBucket(body);
|
|
3540
|
+
}
|
|
3541
|
+
/** Create a bucket */
|
|
3542
|
+
storageCreateBucket(body) {
|
|
3543
|
+
return this.api.supabaseStorageCreateBucket(body);
|
|
3544
|
+
}
|
|
3545
|
+
/** Update a bucket */
|
|
3546
|
+
storageUpdateBucket(body) {
|
|
3547
|
+
return this.api.supabaseStorageUpdateBucket(body);
|
|
3548
|
+
}
|
|
3549
|
+
/** Empty a bucket */
|
|
3550
|
+
storageEmptyBucket(body) {
|
|
3551
|
+
return this.api.supabaseStorageEmptyBucket(body);
|
|
3552
|
+
}
|
|
3553
|
+
/** Delete a bucket */
|
|
3554
|
+
storageDeleteBucket(body) {
|
|
3555
|
+
return this.api.supabaseStorageDeleteBucket(body);
|
|
3556
|
+
}
|
|
3557
|
+
/** Upload a file */
|
|
3558
|
+
storageUploadFile(body) {
|
|
3559
|
+
return this.api.supabaseStorageUploadFile(body);
|
|
3560
|
+
}
|
|
3561
|
+
/** List files */
|
|
3562
|
+
storageListFiles(body) {
|
|
3563
|
+
return this.api.supabaseStorageListFiles(body);
|
|
3564
|
+
}
|
|
3565
|
+
/** Move a file */
|
|
3566
|
+
storageMoveFile(body) {
|
|
3567
|
+
return this.api.supabaseStorageMoveFile(body);
|
|
3568
|
+
}
|
|
3569
|
+
/** Copy a file */
|
|
3570
|
+
storageCopyFile(body) {
|
|
3571
|
+
return this.api.supabaseStorageCopyFile(body);
|
|
3572
|
+
}
|
|
3573
|
+
/** Delete files */
|
|
3574
|
+
storageDeleteFiles(body) {
|
|
3575
|
+
return this.api.supabaseStorageDeleteFiles(body);
|
|
3576
|
+
}
|
|
3577
|
+
/** Create a signed download URL */
|
|
3578
|
+
storageCreateSignedUrl(body) {
|
|
3579
|
+
return this.api.supabaseStorageCreateSignedUrl(body);
|
|
3580
|
+
}
|
|
3581
|
+
/** Create a signed upload URL */
|
|
3582
|
+
storageCreateSignedUploadUrl(body) {
|
|
3583
|
+
return this.api.supabaseStorageCreateSignedUploadUrl(body);
|
|
3584
|
+
}
|
|
3585
|
+
/** Invoke an edge function */
|
|
3586
|
+
functionsInvoke(body) {
|
|
3587
|
+
return this.api.supabaseFunctionsInvoke(body);
|
|
3588
|
+
}
|
|
3589
|
+
/** Set Supabase project URL + API key for a user */
|
|
3590
|
+
setUserCredentials(body) {
|
|
3591
|
+
return this.api.supabaseSetUserCredentials(body);
|
|
3592
|
+
}
|
|
3593
|
+
}
|
|
3594
|
+
exports.Supabase = Supabase;
|
|
3595
|
+
/**
|
|
3596
|
+
* Telegram integration module
|
|
3597
|
+
*/
|
|
3598
|
+
class Telegram {
|
|
3599
|
+
constructor() {
|
|
3600
|
+
// Get the generated API methods
|
|
3601
|
+
this.api = (0, generated_api_1.getIntegrationsAPI)();
|
|
3602
|
+
}
|
|
3603
|
+
/** Set Telegram bot token for a user */
|
|
3604
|
+
setUserCredentials(body) {
|
|
3605
|
+
return this.api.telegramSetUserCredentials(body);
|
|
3606
|
+
}
|
|
3607
|
+
/** Validate Bot Token */
|
|
3608
|
+
validateToken(body) {
|
|
3609
|
+
return this.api.telegramValidateToken(body);
|
|
3610
|
+
}
|
|
3611
|
+
/** Send Message */
|
|
3612
|
+
sendMessage(body) {
|
|
3613
|
+
return this.api.telegramSendMessage(body);
|
|
3614
|
+
}
|
|
3615
|
+
/** Send Photo */
|
|
3616
|
+
sendPhoto(body) {
|
|
3617
|
+
return this.api.telegramSendPhoto(body);
|
|
3618
|
+
}
|
|
3619
|
+
/** Send Document */
|
|
3620
|
+
sendDocument(body) {
|
|
3621
|
+
return this.api.telegramSendDocument(body);
|
|
3622
|
+
}
|
|
3623
|
+
/** Send Media Group */
|
|
3624
|
+
sendMediaGroup(body) {
|
|
3625
|
+
return this.api.telegramSendMediaGroup(body);
|
|
3626
|
+
}
|
|
3627
|
+
/** Edit Message Text */
|
|
3628
|
+
editMessageText(body) {
|
|
3629
|
+
return this.api.telegramEditMessageText(body);
|
|
3630
|
+
}
|
|
3631
|
+
/** Forward Message */
|
|
3632
|
+
forwardMessage(body) {
|
|
3633
|
+
return this.api.telegramForwardMessage(body);
|
|
3634
|
+
}
|
|
3635
|
+
/** Delete Message */
|
|
3636
|
+
deleteMessage(body) {
|
|
3637
|
+
return this.api.telegramDeleteMessage(body);
|
|
3638
|
+
}
|
|
3639
|
+
/** Get Chat */
|
|
3640
|
+
getChat(body) {
|
|
3641
|
+
return this.api.telegramGetChat(body);
|
|
3642
|
+
}
|
|
3643
|
+
/** Get Chat Administrators */
|
|
3644
|
+
getChatAdministrators(body) {
|
|
3645
|
+
return this.api.telegramGetChatAdministrators(body);
|
|
3646
|
+
}
|
|
3647
|
+
/** Answer Callback Query */
|
|
3648
|
+
answerCallbackQuery(body) {
|
|
3649
|
+
return this.api.telegramAnswerCallbackQuery(body);
|
|
3650
|
+
}
|
|
3651
|
+
/** Set Bot Commands */
|
|
3652
|
+
setMyCommands(body) {
|
|
3653
|
+
return this.api.telegramSetMyCommands(body);
|
|
3654
|
+
}
|
|
3655
|
+
/** Receive Updates (long-poll) */
|
|
3656
|
+
getUpdates(body) {
|
|
3657
|
+
return this.api.telegramGetUpdates(body);
|
|
3658
|
+
}
|
|
3659
|
+
}
|
|
3660
|
+
exports.Telegram = Telegram;
|
|
3061
3661
|
/**
|
|
3062
3662
|
* TwilioWhatsapp integration module
|
|
3063
3663
|
*/
|