@mindstudio-ai/agent 0.0.11 → 0.0.12
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/index.d.ts +4 -1
- package/dist/index.js +131 -0
- package/dist/index.js.map +1 -1
- package/package.json +10 -1
package/dist/index.d.ts
CHANGED
|
@@ -5416,6 +5416,9 @@ interface StepSnippet {
|
|
|
5416
5416
|
outputKeys: string[];
|
|
5417
5417
|
}
|
|
5418
5418
|
declare const stepSnippets: Record<string, StepSnippet>;
|
|
5419
|
+
type MonacoSnippetFieldType = 'string' | 'number' | 'boolean' | 'array' | 'object' | string[];
|
|
5420
|
+
type MonacoSnippetField = [name: string, type: MonacoSnippetFieldType];
|
|
5421
|
+
declare const monacoSnippets: Record<string, MonacoSnippetField[]>;
|
|
5419
5422
|
|
|
5420
5423
|
/** MindStudioAgent with all generated step and helper methods. */
|
|
5421
5424
|
type MindStudioAgent = MindStudioAgent$1 & StepMethods & HelperMethods;
|
|
@@ -5424,4 +5427,4 @@ declare const MindStudioAgent: {
|
|
|
5424
5427
|
new (options?: AgentOptions): MindStudioAgent;
|
|
5425
5428
|
};
|
|
5426
5429
|
|
|
5427
|
-
export { type ActiveCampaignAddNoteStepInput, type ActiveCampaignAddNoteStepOutput, type ActiveCampaignCreateContactStepInput, type ActiveCampaignCreateContactStepOutput, type AddSubtitlesToVideoStepInput, type AddSubtitlesToVideoStepOutput, type AgentOptions, type AirtableCreateUpdateRecordStepInput, type AirtableCreateUpdateRecordStepOutput, type AirtableDeleteRecordStepInput, type AirtableDeleteRecordStepOutput, type AirtableGetRecordStepInput, type AirtableGetRecordStepOutput, type AirtableGetTableRecordsStepInput, type AirtableGetTableRecordsStepOutput, type AnalyzeImageStepInput, type AnalyzeImageStepOutput, type AnalyzeVideoStepInput, type AnalyzeVideoStepOutput, type CaptureThumbnailStepInput, type CaptureThumbnailStepOutput, type CodaCreateUpdatePageStepInput, type CodaCreateUpdatePageStepOutput, type CodaCreateUpdateRowStepInput, type CodaCreateUpdateRowStepOutput, type CodaFindRowStepInput, type CodaFindRowStepOutput, type CodaGetPageStepInput, type CodaGetPageStepOutput, type CodaGetTableRowsStepInput, type CodaGetTableRowsStepOutput, type ConvertPdfToImagesStepInput, type ConvertPdfToImagesStepOutput, type CreateDataSourceStepInput, type CreateDataSourceStepOutput, type CreateGoogleCalendarEventStepInput, type CreateGoogleCalendarEventStepOutput, type CreateGoogleDocStepInput, type CreateGoogleDocStepOutput, type CreateGoogleSheetStepInput, type CreateGoogleSheetStepOutput, type DeleteDataSourceDocumentStepInput, type DeleteDataSourceDocumentStepOutput, type DeleteDataSourceStepInput, type DeleteDataSourceStepOutput, type DeleteGoogleCalendarEventStepInput, type DeleteGoogleCalendarEventStepOutput, type DetectPIIStepInput, type DetectPIIStepOutput, type DownloadVideoStepInput, type DownloadVideoStepOutput, type EnhanceImageGenerationPromptStepInput, type EnhanceImageGenerationPromptStepOutput, type EnhanceVideoGenerationPromptStepInput, type EnhanceVideoGenerationPromptStepOutput, type EnrichPersonStepInput, type EnrichPersonStepOutput, type ExtractAudioFromVideoStepInput, type ExtractAudioFromVideoStepOutput, type ExtractTextStepInput, type ExtractTextStepOutput, type FetchDataSourceDocumentStepInput, type FetchDataSourceDocumentStepOutput, type FetchGoogleDocStepInput, type FetchGoogleDocStepOutput, type FetchGoogleSheetStepInput, type FetchGoogleSheetStepOutput, type FetchSlackChannelHistoryStepInput, type FetchSlackChannelHistoryStepOutput, type FetchYoutubeCaptionsStepInput, type FetchYoutubeCaptionsStepOutput, type FetchYoutubeChannelStepInput, type FetchYoutubeChannelStepOutput, type FetchYoutubeCommentsStepInput, type FetchYoutubeCommentsStepOutput, type FetchYoutubeVideoStepInput, type FetchYoutubeVideoStepOutput, type GenerateAssetStepInput, type GenerateAssetStepOutput, type GenerateChartStepInput, type GenerateChartStepOutput, type GenerateImageStepInput, type GenerateImageStepOutput, type GenerateLipsyncStepInput, type GenerateLipsyncStepOutput, type GenerateMusicStepInput, type GenerateMusicStepOutput, type GeneratePdfStepInput, type GeneratePdfStepOutput, type GenerateStaticVideoFromImageStepInput, type GenerateStaticVideoFromImageStepOutput, type GenerateTextStepInput, type GenerateTextStepOutput, type GenerateVideoStepInput, type GenerateVideoStepOutput, type GetGoogleCalendarEventStepInput, type GetGoogleCalendarEventStepOutput, type GetMediaMetadataStepInput, type GetMediaMetadataStepOutput, type HelperMethods, type HttpRequestStepInput, type HttpRequestStepOutput, type HubspotCreateCompanyStepInput, type HubspotCreateCompanyStepOutput, type HubspotCreateContactStepInput, type HubspotCreateContactStepOutput, type HubspotGetCompanyStepInput, type HubspotGetCompanyStepOutput, type HubspotGetContactStepInput, type HubspotGetContactStepOutput, type HunterApiCompanyEnrichmentStepInput, type HunterApiCompanyEnrichmentStepOutput, type HunterApiDomainSearchStepInput, type HunterApiDomainSearchStepOutput, type HunterApiEmailFinderStepInput, type HunterApiEmailFinderStepOutput, type HunterApiEmailVerificationStepInput, type HunterApiEmailVerificationStepOutput, type HunterApiPersonEnrichmentStepInput, type HunterApiPersonEnrichmentStepOutput, type ImageFaceSwapStepInput, type ImageFaceSwapStepOutput, type ImageRemoveWatermarkStepInput, type ImageRemoveWatermarkStepOutput, type InsertVideoClipsStepInput, type InsertVideoClipsStepOutput, type ListDataSourcesStepInput, type ListDataSourcesStepOutput, type ListGoogleCalendarEventsStepInput, type ListGoogleCalendarEventsStepOutput, type LogicStepInput, type LogicStepOutput, type MakeDotComRunScenarioStepInput, type MakeDotComRunScenarioStepOutput, type MergeAudioStepInput, type MergeAudioStepOutput, type MergeVideosStepInput, type MergeVideosStepOutput, MindStudioAgent, MindStudioError, type MindStudioModel, type MixAudioIntoVideoStepInput, type MixAudioIntoVideoStepOutput, type ModelType, type MuteVideoStepInput, type MuteVideoStepOutput, type N8nRunNodeStepInput, type N8nRunNodeStepOutput, type NotionCreatePageStepInput, type NotionCreatePageStepOutput, type NotionUpdatePageStepInput, type NotionUpdatePageStepOutput, type PeopleSearchStepInput, type PeopleSearchStepOutput, type PostToLinkedInStepInput, type PostToLinkedInStepOutput, type PostToSlackChannelStepInput, type PostToSlackChannelStepOutput, type PostToXStepInput, type PostToXStepOutput, type PostToZapierStepInput, type PostToZapierStepOutput, type QueryDataSourceStepInput, type QueryDataSourceStepOutput, type QueryExternalDatabaseStepInput, type QueryExternalDatabaseStepOutput, type RedactPIIStepInput, type RedactPIIStepOutput, type RemoveBackgroundFromImageStepInput, type RemoveBackgroundFromImageStepOutput, type ResizeVideoStepInput, type ResizeVideoStepOutput, type RunPackagedWorkflowStepInput, type RunPackagedWorkflowStepOutput, type ScrapeFacebookPageStepInput, type ScrapeFacebookPageStepOutput, type ScrapeFacebookPostsStepInput, type ScrapeFacebookPostsStepOutput, type ScrapeInstagramCommentsStepInput, type ScrapeInstagramCommentsStepOutput, type ScrapeInstagramMentionsStepInput, type ScrapeInstagramMentionsStepOutput, type ScrapeInstagramPostsStepInput, type ScrapeInstagramPostsStepOutput, type ScrapeInstagramProfileStepInput, type ScrapeInstagramProfileStepOutput, type ScrapeInstagramReelsStepInput, type ScrapeInstagramReelsStepOutput, type ScrapeLinkedInCompanyStepInput, type ScrapeLinkedInCompanyStepOutput, type ScrapeLinkedInProfileStepInput, type ScrapeLinkedInProfileStepOutput, type ScrapeMetaThreadsProfileStepInput, type ScrapeMetaThreadsProfileStepOutput, type ScrapeUrlStepInput, type ScrapeUrlStepOutput, type ScrapeXPostStepInput, type ScrapeXPostStepOutput, type ScrapeXProfileStepInput, type ScrapeXProfileStepOutput, type SearchGoogleImagesStepInput, type SearchGoogleImagesStepOutput, type SearchGoogleNewsStepInput, type SearchGoogleNewsStepOutput, type SearchGoogleStepInput, type SearchGoogleStepOutput, type SearchGoogleTrendsStepInput, type SearchGoogleTrendsStepOutput, type SearchPerplexityStepInput, type SearchPerplexityStepOutput, type SearchXPostsStepInput, type SearchXPostsStepOutput, type SearchYoutubeStepInput, type SearchYoutubeStepOutput, type SearchYoutubeTrendsStepInput, type SearchYoutubeTrendsStepOutput, type SendEmailStepInput, type SendEmailStepOutput, type SendSMSStepInput, type SendSMSStepOutput, type SetRunTitleStepInput, type SetRunTitleStepOutput, type SetVariableStepInput, type SetVariableStepOutput, type StepExecutionMeta, type StepExecutionOptions, type StepExecutionResult, type StepInputMap, type StepMethods, type StepName, type StepOutputMap, type StepSnippet, type TelegramSendAudioStepInput, type TelegramSendAudioStepOutput, type TelegramSendFileStepInput, type TelegramSendFileStepOutput, type TelegramSendImageStepInput, type TelegramSendImageStepOutput, type TelegramSendMessageStepInput, type TelegramSendMessageStepOutput, type TelegramSendVideoStepInput, type TelegramSendVideoStepOutput, type TelegramSetTypingStepInput, type TelegramSetTypingStepOutput, type TextToSpeechStepInput, type TextToSpeechStepOutput, type TranscribeAudioStepInput, type TranscribeAudioStepOutput, type TrimMediaStepInput, type TrimMediaStepOutput, type UpdateGoogleCalendarEventStepInput, type UpdateGoogleCalendarEventStepOutput, type UpdateGoogleDocStepInput, type UpdateGoogleDocStepOutput, type UpdateGoogleSheetStepInput, type UpdateGoogleSheetStepOutput, type UploadDataSourceDocumentStepInput, type UploadDataSourceDocumentStepOutput, type UpscaleImageStepInput, type UpscaleImageStepOutput, type UpscaleVideoStepInput, type UpscaleVideoStepOutput, type UserMessageStepInput, type UserMessageStepOutput, type VideoFaceSwapStepInput, type VideoFaceSwapStepOutput, type VideoRemoveBackgroundStepInput, type VideoRemoveBackgroundStepOutput, type VideoRemoveWatermarkStepInput, type VideoRemoveWatermarkStepOutput, type WatermarkImageStepInput, type WatermarkImageStepOutput, type WatermarkVideoStepInput, type WatermarkVideoStepOutput, stepSnippets };
|
|
5430
|
+
export { type ActiveCampaignAddNoteStepInput, type ActiveCampaignAddNoteStepOutput, type ActiveCampaignCreateContactStepInput, type ActiveCampaignCreateContactStepOutput, type AddSubtitlesToVideoStepInput, type AddSubtitlesToVideoStepOutput, type AgentOptions, type AirtableCreateUpdateRecordStepInput, type AirtableCreateUpdateRecordStepOutput, type AirtableDeleteRecordStepInput, type AirtableDeleteRecordStepOutput, type AirtableGetRecordStepInput, type AirtableGetRecordStepOutput, type AirtableGetTableRecordsStepInput, type AirtableGetTableRecordsStepOutput, type AnalyzeImageStepInput, type AnalyzeImageStepOutput, type AnalyzeVideoStepInput, type AnalyzeVideoStepOutput, type CaptureThumbnailStepInput, type CaptureThumbnailStepOutput, type CodaCreateUpdatePageStepInput, type CodaCreateUpdatePageStepOutput, type CodaCreateUpdateRowStepInput, type CodaCreateUpdateRowStepOutput, type CodaFindRowStepInput, type CodaFindRowStepOutput, type CodaGetPageStepInput, type CodaGetPageStepOutput, type CodaGetTableRowsStepInput, type CodaGetTableRowsStepOutput, type ConvertPdfToImagesStepInput, type ConvertPdfToImagesStepOutput, type CreateDataSourceStepInput, type CreateDataSourceStepOutput, type CreateGoogleCalendarEventStepInput, type CreateGoogleCalendarEventStepOutput, type CreateGoogleDocStepInput, type CreateGoogleDocStepOutput, type CreateGoogleSheetStepInput, type CreateGoogleSheetStepOutput, type DeleteDataSourceDocumentStepInput, type DeleteDataSourceDocumentStepOutput, type DeleteDataSourceStepInput, type DeleteDataSourceStepOutput, type DeleteGoogleCalendarEventStepInput, type DeleteGoogleCalendarEventStepOutput, type DetectPIIStepInput, type DetectPIIStepOutput, type DownloadVideoStepInput, type DownloadVideoStepOutput, type EnhanceImageGenerationPromptStepInput, type EnhanceImageGenerationPromptStepOutput, type EnhanceVideoGenerationPromptStepInput, type EnhanceVideoGenerationPromptStepOutput, type EnrichPersonStepInput, type EnrichPersonStepOutput, type ExtractAudioFromVideoStepInput, type ExtractAudioFromVideoStepOutput, type ExtractTextStepInput, type ExtractTextStepOutput, type FetchDataSourceDocumentStepInput, type FetchDataSourceDocumentStepOutput, type FetchGoogleDocStepInput, type FetchGoogleDocStepOutput, type FetchGoogleSheetStepInput, type FetchGoogleSheetStepOutput, type FetchSlackChannelHistoryStepInput, type FetchSlackChannelHistoryStepOutput, type FetchYoutubeCaptionsStepInput, type FetchYoutubeCaptionsStepOutput, type FetchYoutubeChannelStepInput, type FetchYoutubeChannelStepOutput, type FetchYoutubeCommentsStepInput, type FetchYoutubeCommentsStepOutput, type FetchYoutubeVideoStepInput, type FetchYoutubeVideoStepOutput, type GenerateAssetStepInput, type GenerateAssetStepOutput, type GenerateChartStepInput, type GenerateChartStepOutput, type GenerateImageStepInput, type GenerateImageStepOutput, type GenerateLipsyncStepInput, type GenerateLipsyncStepOutput, type GenerateMusicStepInput, type GenerateMusicStepOutput, type GeneratePdfStepInput, type GeneratePdfStepOutput, type GenerateStaticVideoFromImageStepInput, type GenerateStaticVideoFromImageStepOutput, type GenerateTextStepInput, type GenerateTextStepOutput, type GenerateVideoStepInput, type GenerateVideoStepOutput, type GetGoogleCalendarEventStepInput, type GetGoogleCalendarEventStepOutput, type GetMediaMetadataStepInput, type GetMediaMetadataStepOutput, type HelperMethods, type HttpRequestStepInput, type HttpRequestStepOutput, type HubspotCreateCompanyStepInput, type HubspotCreateCompanyStepOutput, type HubspotCreateContactStepInput, type HubspotCreateContactStepOutput, type HubspotGetCompanyStepInput, type HubspotGetCompanyStepOutput, type HubspotGetContactStepInput, type HubspotGetContactStepOutput, type HunterApiCompanyEnrichmentStepInput, type HunterApiCompanyEnrichmentStepOutput, type HunterApiDomainSearchStepInput, type HunterApiDomainSearchStepOutput, type HunterApiEmailFinderStepInput, type HunterApiEmailFinderStepOutput, type HunterApiEmailVerificationStepInput, type HunterApiEmailVerificationStepOutput, type HunterApiPersonEnrichmentStepInput, type HunterApiPersonEnrichmentStepOutput, type ImageFaceSwapStepInput, type ImageFaceSwapStepOutput, type ImageRemoveWatermarkStepInput, type ImageRemoveWatermarkStepOutput, type InsertVideoClipsStepInput, type InsertVideoClipsStepOutput, type ListDataSourcesStepInput, type ListDataSourcesStepOutput, type ListGoogleCalendarEventsStepInput, type ListGoogleCalendarEventsStepOutput, type LogicStepInput, type LogicStepOutput, type MakeDotComRunScenarioStepInput, type MakeDotComRunScenarioStepOutput, type MergeAudioStepInput, type MergeAudioStepOutput, type MergeVideosStepInput, type MergeVideosStepOutput, MindStudioAgent, MindStudioError, type MindStudioModel, type MixAudioIntoVideoStepInput, type MixAudioIntoVideoStepOutput, type ModelType, type MonacoSnippetField, type MonacoSnippetFieldType, type MuteVideoStepInput, type MuteVideoStepOutput, type N8nRunNodeStepInput, type N8nRunNodeStepOutput, type NotionCreatePageStepInput, type NotionCreatePageStepOutput, type NotionUpdatePageStepInput, type NotionUpdatePageStepOutput, type PeopleSearchStepInput, type PeopleSearchStepOutput, type PostToLinkedInStepInput, type PostToLinkedInStepOutput, type PostToSlackChannelStepInput, type PostToSlackChannelStepOutput, type PostToXStepInput, type PostToXStepOutput, type PostToZapierStepInput, type PostToZapierStepOutput, type QueryDataSourceStepInput, type QueryDataSourceStepOutput, type QueryExternalDatabaseStepInput, type QueryExternalDatabaseStepOutput, type RedactPIIStepInput, type RedactPIIStepOutput, type RemoveBackgroundFromImageStepInput, type RemoveBackgroundFromImageStepOutput, type ResizeVideoStepInput, type ResizeVideoStepOutput, type RunPackagedWorkflowStepInput, type RunPackagedWorkflowStepOutput, type ScrapeFacebookPageStepInput, type ScrapeFacebookPageStepOutput, type ScrapeFacebookPostsStepInput, type ScrapeFacebookPostsStepOutput, type ScrapeInstagramCommentsStepInput, type ScrapeInstagramCommentsStepOutput, type ScrapeInstagramMentionsStepInput, type ScrapeInstagramMentionsStepOutput, type ScrapeInstagramPostsStepInput, type ScrapeInstagramPostsStepOutput, type ScrapeInstagramProfileStepInput, type ScrapeInstagramProfileStepOutput, type ScrapeInstagramReelsStepInput, type ScrapeInstagramReelsStepOutput, type ScrapeLinkedInCompanyStepInput, type ScrapeLinkedInCompanyStepOutput, type ScrapeLinkedInProfileStepInput, type ScrapeLinkedInProfileStepOutput, type ScrapeMetaThreadsProfileStepInput, type ScrapeMetaThreadsProfileStepOutput, type ScrapeUrlStepInput, type ScrapeUrlStepOutput, type ScrapeXPostStepInput, type ScrapeXPostStepOutput, type ScrapeXProfileStepInput, type ScrapeXProfileStepOutput, type SearchGoogleImagesStepInput, type SearchGoogleImagesStepOutput, type SearchGoogleNewsStepInput, type SearchGoogleNewsStepOutput, type SearchGoogleStepInput, type SearchGoogleStepOutput, type SearchGoogleTrendsStepInput, type SearchGoogleTrendsStepOutput, type SearchPerplexityStepInput, type SearchPerplexityStepOutput, type SearchXPostsStepInput, type SearchXPostsStepOutput, type SearchYoutubeStepInput, type SearchYoutubeStepOutput, type SearchYoutubeTrendsStepInput, type SearchYoutubeTrendsStepOutput, type SendEmailStepInput, type SendEmailStepOutput, type SendSMSStepInput, type SendSMSStepOutput, type SetRunTitleStepInput, type SetRunTitleStepOutput, type SetVariableStepInput, type SetVariableStepOutput, type StepExecutionMeta, type StepExecutionOptions, type StepExecutionResult, type StepInputMap, type StepMethods, type StepName, type StepOutputMap, type StepSnippet, type TelegramSendAudioStepInput, type TelegramSendAudioStepOutput, type TelegramSendFileStepInput, type TelegramSendFileStepOutput, type TelegramSendImageStepInput, type TelegramSendImageStepOutput, type TelegramSendMessageStepInput, type TelegramSendMessageStepOutput, type TelegramSendVideoStepInput, type TelegramSendVideoStepOutput, type TelegramSetTypingStepInput, type TelegramSetTypingStepOutput, type TextToSpeechStepInput, type TextToSpeechStepOutput, type TranscribeAudioStepInput, type TranscribeAudioStepOutput, type TrimMediaStepInput, type TrimMediaStepOutput, type UpdateGoogleCalendarEventStepInput, type UpdateGoogleCalendarEventStepOutput, type UpdateGoogleDocStepInput, type UpdateGoogleDocStepOutput, type UpdateGoogleSheetStepInput, type UpdateGoogleSheetStepOutput, type UploadDataSourceDocumentStepInput, type UploadDataSourceDocumentStepOutput, type UpscaleImageStepInput, type UpscaleImageStepOutput, type UpscaleVideoStepInput, type UpscaleVideoStepOutput, type UserMessageStepInput, type UserMessageStepOutput, type VideoFaceSwapStepInput, type VideoFaceSwapStepOutput, type VideoRemoveBackgroundStepInput, type VideoRemoveBackgroundStepOutput, type VideoRemoveWatermarkStepInput, type VideoRemoveWatermarkStepOutput, type WatermarkImageStepInput, type WatermarkImageStepOutput, type WatermarkVideoStepInput, type WatermarkVideoStepOutput, monacoSnippets, stepSnippets };
|
package/dist/index.js
CHANGED
|
@@ -1255,12 +1255,143 @@ var stepSnippets = {
|
|
|
1255
1255
|
outputKeys: ["videoUrl"]
|
|
1256
1256
|
}
|
|
1257
1257
|
};
|
|
1258
|
+
var monacoSnippets = {
|
|
1259
|
+
"activeCampaignAddNote": [["contactId", "string"], ["note", "string"], ["connectionId", "string"]],
|
|
1260
|
+
"activeCampaignCreateContact": [["email", "string"], ["firstName", "string"], ["lastName", "string"], ["phone", "string"], ["accountId", "string"], ["customFields", "object"], ["connectionId", "string"]],
|
|
1261
|
+
"addSubtitlesToVideo": [["videoUrl", "string"], ["language", "string"], ["fontName", "string"], ["fontSize", "number"], ["fontWeight", ["normal", "bold", "black"]], ["fontColor", ["white", "black", "red", "green", "blue", "yellow", "orange", "purple", "pink", "brown", "gray", "cyan", "magenta"]], ["highlightColor", ["white", "black", "red", "green", "blue", "yellow", "orange", "purple", "pink", "brown", "gray", "cyan", "magenta"]], ["strokeWidth", "number"], ["strokeColor", ["black", "white", "red", "green", "blue", "yellow", "orange", "purple", "pink", "brown", "gray", "cyan", "magenta"]], ["backgroundColor", ["black", "white", "red", "green", "blue", "yellow", "orange", "purple", "pink", "brown", "gray", "cyan", "magenta", "none"]], ["backgroundOpacity", "number"], ["position", ["top", "center", "bottom"]], ["yOffset", "number"], ["wordsPerSubtitle", "number"], ["enableAnimation", "boolean"]],
|
|
1262
|
+
"airtableCreateUpdateRecord": [["connectionId", "string"], ["baseId", "string"], ["tableId", "string"], ["fields", "string"], ["recordData", "object"]],
|
|
1263
|
+
"airtableDeleteRecord": [["connectionId", "string"], ["baseId", "string"], ["tableId", "string"], ["recordId", "string"]],
|
|
1264
|
+
"airtableGetRecord": [["connectionId", "string"], ["baseId", "string"], ["tableId", "string"], ["recordId", "string"]],
|
|
1265
|
+
"airtableGetTableRecords": [["connectionId", "string"], ["baseId", "string"], ["tableId", "string"]],
|
|
1266
|
+
"analyzeImage": [["prompt", "string"], ["imageUrl", "string"]],
|
|
1267
|
+
"analyzeVideo": [["prompt", "string"], ["videoUrl", "string"]],
|
|
1268
|
+
"captureThumbnail": [["videoUrl", "string"], ["at", "string"]],
|
|
1269
|
+
"codaCreateUpdatePage": [["connectionId", "string"], ["pageData", "object"]],
|
|
1270
|
+
"codaCreateUpdateRow": [["connectionId", "string"], ["docId", "string"], ["tableId", "string"], ["rowData", "object"]],
|
|
1271
|
+
"codaFindRow": [["connectionId", "string"], ["docId", "string"], ["tableId", "string"], ["rowData", "object"]],
|
|
1272
|
+
"codaGetPage": [["connectionId", "string"], ["docId", "string"], ["pageId", "string"]],
|
|
1273
|
+
"codaGetTableRows": [["connectionId", "string"], ["docId", "string"], ["tableId", "string"]],
|
|
1274
|
+
"convertPdfToImages": [["pdfUrl", "string"]],
|
|
1275
|
+
"createDataSource": [["name", "string"]],
|
|
1276
|
+
"createGoogleCalendarEvent": [["connectionId", "string"], ["summary", "string"], ["startDateTime", "string"], ["endDateTime", "string"]],
|
|
1277
|
+
"createGoogleDoc": [["title", "string"], ["text", "string"], ["connectionId", "string"], ["textType", ["plain", "html", "markdown"]]],
|
|
1278
|
+
"createGoogleSheet": [["title", "string"], ["text", "string"], ["connectionId", "string"]],
|
|
1279
|
+
"deleteDataSource": [["dataSourceId", "string"]],
|
|
1280
|
+
"deleteDataSourceDocument": [["dataSourceId", "string"], ["documentId", "string"]],
|
|
1281
|
+
"deleteGoogleCalendarEvent": [["connectionId", "string"], ["eventId", "string"]],
|
|
1282
|
+
"detectPII": [["input", "string"], ["language", "string"], ["entities", "array"]],
|
|
1283
|
+
"downloadVideo": [["videoUrl", "string"], ["format", ["mp4", "mp3"]]],
|
|
1284
|
+
"enhanceImageGenerationPrompt": [["initialPrompt", "string"], ["includeNegativePrompt", "boolean"], ["systemPrompt", "string"]],
|
|
1285
|
+
"enhanceVideoGenerationPrompt": [["initialPrompt", "string"], ["includeNegativePrompt", "boolean"], ["systemPrompt", "string"]],
|
|
1286
|
+
"enrichPerson": [["params", "object"]],
|
|
1287
|
+
"extractAudioFromVideo": [["videoUrl", "string"]],
|
|
1288
|
+
"extractText": [["url", "string"]],
|
|
1289
|
+
"fetchDataSourceDocument": [["dataSourceId", "string"], ["documentId", "string"]],
|
|
1290
|
+
"fetchGoogleDoc": [["documentId", "string"], ["connectionId", "string"], ["exportType", ["html", "markdown", "json", "plain"]]],
|
|
1291
|
+
"fetchGoogleSheet": [["spreadsheetId", "string"], ["range", "string"], ["connectionId", "string"], ["exportType", ["csv", "json"]]],
|
|
1292
|
+
"fetchSlackChannelHistory": [["connectionId", "string"], ["channelId", "string"]],
|
|
1293
|
+
"fetchYoutubeCaptions": [["videoUrl", "string"], ["exportType", ["text", "json"]], ["language", "string"]],
|
|
1294
|
+
"fetchYoutubeChannel": [["channelUrl", "string"]],
|
|
1295
|
+
"fetchYoutubeComments": [["videoUrl", "string"], ["exportType", ["text", "json"]], ["limitPages", "string"]],
|
|
1296
|
+
"fetchYoutubeVideo": [["videoUrl", "string"]],
|
|
1297
|
+
"generateAsset": [["source", "string"], ["sourceType", ["html", "markdown", "spa", "raw", "dynamic", "customInterface"]], ["outputFormat", ["pdf", "png", "html", "mp4", "openGraph"]], ["pageSize", ["full", "letter", "A4", "custom"]], ["testData", "object"]],
|
|
1298
|
+
"generateChart": [["chart", "object"]],
|
|
1299
|
+
"generateImage": [["prompt", "string"]],
|
|
1300
|
+
"generateLipsync": [],
|
|
1301
|
+
"generateMusic": [["text", "string"]],
|
|
1302
|
+
"generateStaticVideoFromImage": [["imageUrl", "string"], ["duration", "string"]],
|
|
1303
|
+
"generateText": [["message", "string"]],
|
|
1304
|
+
"generateVideo": [["prompt", "string"]],
|
|
1305
|
+
"getGoogleCalendarEvent": [["connectionId", "string"], ["eventId", "string"], ["exportType", ["json", "text"]]],
|
|
1306
|
+
"getMediaMetadata": [["mediaUrl", "string"]],
|
|
1307
|
+
"httpRequest": [["url", "string"], ["method", "string"], ["headers", "object"], ["queryParams", "object"], ["body", "string"], ["bodyItems", "object"], ["contentType", ["none", "application/json", "application/x-www-form-urlencoded", "multipart/form-data", "custom"]], ["customContentType", "string"]],
|
|
1308
|
+
"hubspotCreateCompany": [["connectionId", "string"], ["company", "object"], ["enabledProperties", "array"]],
|
|
1309
|
+
"hubspotCreateContact": [["connectionId", "string"], ["contact", "object"], ["enabledProperties", "array"], ["companyDomain", "string"]],
|
|
1310
|
+
"hubspotGetCompany": [["connectionId", "string"], ["searchBy", ["domain", "id"]], ["companyDomain", "string"], ["companyId", "string"], ["additionalProperties", "array"]],
|
|
1311
|
+
"hubspotGetContact": [["connectionId", "string"], ["searchBy", ["email", "id"]], ["contactEmail", "string"], ["contactId", "string"], ["additionalProperties", "array"]],
|
|
1312
|
+
"hunterApiCompanyEnrichment": [["domain", "string"]],
|
|
1313
|
+
"hunterApiDomainSearch": [["domain", "string"]],
|
|
1314
|
+
"hunterApiEmailFinder": [["domain", "string"], ["firstName", "string"], ["lastName", "string"]],
|
|
1315
|
+
"hunterApiEmailVerification": [["email", "string"]],
|
|
1316
|
+
"hunterApiPersonEnrichment": [["email", "string"]],
|
|
1317
|
+
"imageFaceSwap": [["imageUrl", "string"], ["faceImageUrl", "string"], ["engine", "string"]],
|
|
1318
|
+
"imageRemoveWatermark": [["imageUrl", "string"], ["engine", "string"]],
|
|
1319
|
+
"insertVideoClips": [["baseVideoUrl", "string"], ["overlayVideos", "array"]],
|
|
1320
|
+
"listDataSources": [],
|
|
1321
|
+
"listGoogleCalendarEvents": [["connectionId", "string"], ["limit", "number"], ["exportType", ["json", "text"]]],
|
|
1322
|
+
"logic": [["context", "string"], ["cases", "array"]],
|
|
1323
|
+
"makeDotComRunScenario": [["webhookUrl", "string"], ["input", "object"]],
|
|
1324
|
+
"mergeAudio": [["mp3Urls", "array"]],
|
|
1325
|
+
"mergeVideos": [["videoUrls", "array"]],
|
|
1326
|
+
"mixAudioIntoVideo": [["videoUrl", "string"], ["audioUrl", "string"], ["options", "object"]],
|
|
1327
|
+
"muteVideo": [["videoUrl", "string"]],
|
|
1328
|
+
"n8nRunNode": [["method", "string"], ["authentication", ["none", "basic", "string"]], ["user", "string"], ["password", "string"], ["webhookUrl", "string"], ["input", "object"]],
|
|
1329
|
+
"notionCreatePage": [["pageId", "string"], ["content", "string"], ["title", "string"], ["connectionId", "string"]],
|
|
1330
|
+
"notionUpdatePage": [["pageId", "string"], ["content", "string"], ["mode", ["append", "overwrite"]], ["connectionId", "string"]],
|
|
1331
|
+
"peopleSearch": [["smartQuery", "string"], ["enrichPeople", "boolean"], ["enrichOrganizations", "boolean"], ["limit", "string"], ["page", "string"], ["params", "object"]],
|
|
1332
|
+
"postToLinkedIn": [["message", "string"], ["visibility", ["PUBLIC", "CONNECTIONS"]], ["connectionId", "string"]],
|
|
1333
|
+
"postToSlackChannel": [["channelId", "string"], ["messageType", ["string", "blocks"]], ["message", "string"], ["connectionId", "string"]],
|
|
1334
|
+
"postToX": [["text", "string"], ["connectionId", "string"]],
|
|
1335
|
+
"postToZapier": [["webhookUrl", "string"], ["input", "object"]],
|
|
1336
|
+
"queryDataSource": [["dataSourceId", "string"], ["query", "string"], ["maxResults", "number"]],
|
|
1337
|
+
"queryExternalDatabase": [["connectionId", "string"], ["query", "string"], ["outputFormat", ["json", "csv"]]],
|
|
1338
|
+
"redactPII": [["input", "string"], ["language", "string"], ["entities", "array"]],
|
|
1339
|
+
"removeBackgroundFromImage": [["imageUrl", "string"]],
|
|
1340
|
+
"resizeVideo": [["videoUrl", "string"], ["mode", ["fit", "exact"]]],
|
|
1341
|
+
"runPackagedWorkflow": [["appId", "string"], ["workflowId", "string"], ["inputVariables", "object"], ["outputVariables", "object"], ["name", "string"]],
|
|
1342
|
+
"scrapeFacebookPage": [["pageUrl", "string"]],
|
|
1343
|
+
"scrapeFacebookPosts": [["pageUrl", "string"]],
|
|
1344
|
+
"scrapeInstagramComments": [["postUrl", "string"], ["resultsLimit", "string"]],
|
|
1345
|
+
"scrapeInstagramMentions": [["profileUrl", "string"], ["resultsLimit", "string"]],
|
|
1346
|
+
"scrapeInstagramPosts": [["profileUrl", "string"], ["resultsLimit", "string"], ["onlyPostsNewerThan", "string"]],
|
|
1347
|
+
"scrapeInstagramProfile": [["profileUrl", "string"]],
|
|
1348
|
+
"scrapeInstagramReels": [["profileUrl", "string"], ["resultsLimit", "string"]],
|
|
1349
|
+
"scrapeLinkedInCompany": [["url", "string"]],
|
|
1350
|
+
"scrapeLinkedInProfile": [["url", "string"]],
|
|
1351
|
+
"scrapeMetaThreadsProfile": [["profileUrl", "string"]],
|
|
1352
|
+
"scrapeUrl": [["url", "string"]],
|
|
1353
|
+
"scrapeXPost": [["url", "string"]],
|
|
1354
|
+
"scrapeXProfile": [["url", "string"]],
|
|
1355
|
+
"searchGoogle": [["query", "string"], ["exportType", ["text", "json"]]],
|
|
1356
|
+
"searchGoogleImages": [["query", "string"], ["exportType", ["text", "json"]]],
|
|
1357
|
+
"searchGoogleNews": [["text", "string"], ["exportType", ["text", "json"]]],
|
|
1358
|
+
"searchGoogleTrends": [["text", "string"], ["hl", "string"], ["geo", "string"], ["data_type", ["TIMESERIES", "GEO_MAP", "GEO_MAP_0", "RELATED_TOPICS", "RELATED_QUERIES"]], ["cat", "string"], ["date", "string"], ["ts", "string"]],
|
|
1359
|
+
"searchPerplexity": [["query", "string"], ["exportType", ["text", "json"]]],
|
|
1360
|
+
"searchXPosts": [["query", "string"], ["scope", ["recent", "all"]], ["options", "object"]],
|
|
1361
|
+
"searchYoutube": [["query", "string"], ["limitPages", "string"], ["filter", "string"], ["filterType", "string"]],
|
|
1362
|
+
"searchYoutubeTrends": [["bp", ["now", "music", "gaming", "films"]], ["hl", "string"], ["gl", "string"]],
|
|
1363
|
+
"sendEmail": [["subject", "string"], ["body", "string"], ["connectionId", "string"]],
|
|
1364
|
+
"sendSMS": [["body", "string"], ["connectionId", "string"]],
|
|
1365
|
+
"setRunTitle": [["title", "string"]],
|
|
1366
|
+
"setVariable": [["value", "string"], ["type", ["imageUrl", "videoUrl", "fileUrl", "plaintext", "textArray", "imageUrlArray", "videoUrlArray"]]],
|
|
1367
|
+
"telegramSendAudio": [["botToken", "string"], ["chatId", "string"], ["audioUrl", "string"], ["mode", ["audio", "voice"]]],
|
|
1368
|
+
"telegramSendFile": [["botToken", "string"], ["chatId", "string"], ["fileUrl", "string"]],
|
|
1369
|
+
"telegramSendImage": [["botToken", "string"], ["chatId", "string"], ["imageUrl", "string"]],
|
|
1370
|
+
"telegramSendMessage": [["botToken", "string"], ["chatId", "string"], ["text", "string"]],
|
|
1371
|
+
"telegramSendVideo": [["botToken", "string"], ["chatId", "string"], ["videoUrl", "string"]],
|
|
1372
|
+
"telegramSetTyping": [["botToken", "string"], ["chatId", "string"]],
|
|
1373
|
+
"textToSpeech": [["text", "string"]],
|
|
1374
|
+
"transcribeAudio": [["audioUrl", "string"], ["prompt", "string"]],
|
|
1375
|
+
"trimMedia": [["inputUrl", "string"]],
|
|
1376
|
+
"updateGoogleCalendarEvent": [["connectionId", "string"], ["eventId", "string"]],
|
|
1377
|
+
"updateGoogleDoc": [["documentId", "string"], ["connectionId", "string"], ["text", "string"], ["textType", ["plain", "html", "markdown"]], ["operationType", ["addToTop", "addToBottom", "overwrite"]]],
|
|
1378
|
+
"updateGoogleSheet": [["text", "string"], ["connectionId", "string"], ["spreadsheetId", "string"], ["range", "string"], ["operationType", ["addToBottom", "overwrite", "range"]]],
|
|
1379
|
+
"uploadDataSourceDocument": [["dataSourceId", "string"], ["file", "string"], ["fileName", "string"]],
|
|
1380
|
+
"upscaleImage": [["imageUrl", "string"], ["targetResolution", ["2k", "4k", "8k"]], ["engine", ["standard", "pro"]]],
|
|
1381
|
+
"upscaleVideo": [["videoUrl", "string"], ["targetResolution", ["720p", "1080p", "2K", "4K"]], ["engine", ["standard", "pro", "ultimate", "flashvsr", "seedance", "seedvr2", "runwayml/upscale-v1"]]],
|
|
1382
|
+
"videoFaceSwap": [["videoUrl", "string"], ["faceImageUrl", "string"], ["targetIndex", "number"], ["engine", "string"]],
|
|
1383
|
+
"videoRemoveBackground": [["videoUrl", "string"], ["newBackground", ["transparent", "image"]], ["engine", "string"]],
|
|
1384
|
+
"videoRemoveWatermark": [["videoUrl", "string"], ["engine", "string"]],
|
|
1385
|
+
"watermarkImage": [["imageUrl", "string"], ["watermarkImageUrl", "string"], ["corner", ["top-left", "top-right", "bottom-left", "bottom-right"]], ["paddingPx", "number"], ["widthPx", "number"]],
|
|
1386
|
+
"watermarkVideo": [["videoUrl", "string"], ["imageUrl", "string"], ["corner", ["top-left", "top-right", "bottom-left", "bottom-right"]], ["paddingPx", "number"], ["widthPx", "number"]]
|
|
1387
|
+
};
|
|
1258
1388
|
|
|
1259
1389
|
// src/index.ts
|
|
1260
1390
|
var MindStudioAgent2 = MindStudioAgent;
|
|
1261
1391
|
export {
|
|
1262
1392
|
MindStudioAgent2 as MindStudioAgent,
|
|
1263
1393
|
MindStudioError,
|
|
1394
|
+
monacoSnippets,
|
|
1264
1395
|
stepSnippets
|
|
1265
1396
|
};
|
|
1266
1397
|
//# sourceMappingURL=index.js.map
|