@daf-sdk/runtime 1.0.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/chunk-4H6PEYL7.mjs +1221 -0
- package/dist/chunk-HGSJ2UZZ.mjs +625 -0
- package/dist/chunk-HT5X5ZSB.mjs +7231 -0
- package/dist/encryption-5J2VZDSY.mjs +11 -0
- package/dist/index.d.mts +5 -0
- package/dist/index.d.ts +5 -0
- package/dist/index.js +9336 -0
- package/dist/index.mjs +318 -0
- package/dist/mongodbService-PJCZZWQ3.mjs +23 -0
- package/dist/notion-3VBQFXSQ.mjs +52 -0
- package/dist/protocol/index.d.mts +589 -0
- package/dist/protocol/index.d.ts +589 -0
- package/dist/protocol/index.js +735 -0
- package/dist/protocol/index.mjs +174 -0
- package/dist/runtime/index.d.mts +957 -0
- package/dist/runtime/index.d.ts +957 -0
- package/dist/runtime/index.js +8628 -0
- package/dist/runtime/index.mjs +146 -0
- package/package.json +64 -0
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { ACTION_TYPES, ActionVariant, AddDocumentParams, AddFolderParams, CreateDatabaseParams, DAFAction, DAFDocument, DAFDocumentBuilder, DAFEditorAction, DAFProcess, DAFResource, DAFStep, DAF_VERSION, DEFAULT_SCRAPE_TIMEOUT, DEFAULT_SEARCH_LIMIT, DeleteDatabaseParams, DirectiveParams, DuplicateDatabaseParams, DuplicateDocumentParams, EDITOR_ACTION_TYPES, EditorActionBaseParams, EditorActionVariant, FormatDocumentParams, LOOP_TYPES, LoopType, MAX_PROCESS_DEPTH, NewsSearchParams, PROCESS_TYPES, PreviewSearchParams, ProcessBuilder, ProcessType, RESOURCE_TYPES, ReadDatabaseParams, ReadDocumentParams, ReadFolderParams, RemoveDocumentParams, RemoveFolderParams, RenameDocumentParams, RenameFolderParams, ResourceType, STEP_TYPES, SUPPORTED_VERSIONS, ScrapeParams, SearchParams, SendEmailParams, StepType, TavilySearchParams, TranslateParams, UpdateDatabaseParams, ValidationError, ValidationResult, WRITE_OPERATIONS, WriteDatabaseParams, WriteDocumentParams, WriteOperation, actionSchema, addDocumentAction, addFolderAction, completeSentenceAction, completionWithoutPromptStep, conditionalLoopStep, createDatabaseAction, dafDocumentSchema, deleteDatabaseAction, directiveAction, directiveParamsSchema, duplicateDatabaseAction, duplicateDocumentAction, editorActionBaseParamsSchema, editorActionSchema, extendTextAction, fixSpellingGrammarAction, fixedLoopStep, formatDocumentAction, formatTextAction, googleDocResource, googleDriveFolderResource, isValidAction, isValidDAFDocument, isValidEditorAction, isValidProcess, isValidResource, isValidStep, newsSearchAction, newsSearchParamsSchema, notionPageResource, previewSearchAction, previewSearchParamsSchema, processSchema, processStep, promptStep, readDatabaseAction, readDocumentAction, readDocumentParamsSchema, readFolderAction, reduceTextAction, removeDocumentAction, removeFolderAction, renameDocumentAction, renameFolderAction, resourceSchema, rewriteAction, scrapeAction, scrapeParamsSchema, searchAction, searchParamsSchema, sendEmailAction, sendEmailParamsSchema, simplifyAction, skipCompletionStep, stepSchema, tavilySearchAction, tavilySearchParamsSchema, translateAction, translateParamsSchema, updateDatabaseAction, userFeedbackStep, validateAction, validateDAFDocument, validateEditorAction, validateProcess, validateResource, validateStep, writeDatabaseAction, writeDocumentAction, writeDocumentParamsSchema } from './protocol/index.mjs';
|
|
2
|
+
export { Action, ActionConfig, ActionResult, AddDocumentAction, AddFolderAction, AskUserInputAction, CrawlAction, CreateDatabaseAction, DAFEmailIntegration, DAFGoogleIntegration, DAFNotionIntegration, DAFProcessRecord, DAFResourceRecord, DAFRunRecord, DAFStorageAdapter, DAFUserRecord, DbDeleteAction, DbFindAction, DbInsertAction, DbUpdateAction, DeleteDatabaseAction, DuplicateDatabaseAction, DuplicateDocumentAction, EditorTransformAction, ExecutionContext, FirecrawlActionType, FormatDocumentAction, GENERIC_VARIABLES, GenericVariable, JsonFormatOptions, LocationSettings, MODEL_PRICING, NewsSearchAction, QuickSearchAction, ReadDatabaseAction, ReadDocumentAction, ReadFolderAction, RemoveDocumentAction, RemoveFolderAction, RenameDocumentAction, RenameFolderAction, ScrapeAction, ScrapeFormat, ScreenshotFormatOptions, SearchAction, SendEmailAction, TIER_TOKEN_LIMITS, TavilySearchAction, TokenUsage, UpdateDatabaseAction, UserProviderSettings, WebhookConfig, WriteDatabaseAction, WriteDocumentAction, appendGoogleDoc, appendNotionPage, buildTokenUsage, calculateTokenCost, canUserAffordApiCall, checkAndUpdateCostLimit, createGoogleDocInFolder, createGoogleDriveFolder, createNotionDatabase, createNotionDatabasePage, createNotionSubpage, deleteGoogleDoc, deleteGoogleDriveFolder, deleteNotionDatabase, deleteNotionPage, duplicateGoogleDoc, duplicateNotionDatabase, duplicateNotionPage, exchangeGoogleCode, exchangeNotionCode, executeAction, executeChatTurn, executeProcess, executeProcessInRun, extractActionsFromMessage, extractDatabaseIdFromUrl, extractDocIdFromUrl, extractFolderIdFromUrl, extractPageIdFromUrl, formatActionResult, formatGoogleDoc, getDescAllActions, getDescChatActions, getDescEditorActions, getGenericVariable, getGenericVariableNames, getGenericVariables, getGoogleAccessToken, getGoogleAuthUrl, getGoogleOAuth2Client, getModelProvider, getNotionAccessToken, getNotionAuthUrl, getNotionDatabase, getNotionPageTitle, getProviderFromModel, isGenericVariable, listGoogleDriveFolderContents, listNotionPageChildren, mergeVariables, processMessageActions, queryNotionDatabase, readGoogleDoc, readNotionDatabase, readNotionPage, refreshGoogleToken, renameGoogleDoc, renameGoogleDriveFolder, renameNotionPage, resumeProcessExecution, selectiveUpdateGoogleDoc, selectiveUpdateNotionPage, substituteVariables, updateNotionDatabase, updateNotionDatabasePage, writeGoogleDoc, writeNotionPage } from './runtime/index.mjs';
|
|
3
|
+
import 'zod';
|
|
4
|
+
import '@ai-sdk/provider';
|
|
5
|
+
import 'google-auth-library';
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
export { ACTION_TYPES, ActionVariant, AddDocumentParams, AddFolderParams, CreateDatabaseParams, DAFAction, DAFDocument, DAFDocumentBuilder, DAFEditorAction, DAFProcess, DAFResource, DAFStep, DAF_VERSION, DEFAULT_SCRAPE_TIMEOUT, DEFAULT_SEARCH_LIMIT, DeleteDatabaseParams, DirectiveParams, DuplicateDatabaseParams, DuplicateDocumentParams, EDITOR_ACTION_TYPES, EditorActionBaseParams, EditorActionVariant, FormatDocumentParams, LOOP_TYPES, LoopType, MAX_PROCESS_DEPTH, NewsSearchParams, PROCESS_TYPES, PreviewSearchParams, ProcessBuilder, ProcessType, RESOURCE_TYPES, ReadDatabaseParams, ReadDocumentParams, ReadFolderParams, RemoveDocumentParams, RemoveFolderParams, RenameDocumentParams, RenameFolderParams, ResourceType, STEP_TYPES, SUPPORTED_VERSIONS, ScrapeParams, SearchParams, SendEmailParams, StepType, TavilySearchParams, TranslateParams, UpdateDatabaseParams, ValidationError, ValidationResult, WRITE_OPERATIONS, WriteDatabaseParams, WriteDocumentParams, WriteOperation, actionSchema, addDocumentAction, addFolderAction, completeSentenceAction, completionWithoutPromptStep, conditionalLoopStep, createDatabaseAction, dafDocumentSchema, deleteDatabaseAction, directiveAction, directiveParamsSchema, duplicateDatabaseAction, duplicateDocumentAction, editorActionBaseParamsSchema, editorActionSchema, extendTextAction, fixSpellingGrammarAction, fixedLoopStep, formatDocumentAction, formatTextAction, googleDocResource, googleDriveFolderResource, isValidAction, isValidDAFDocument, isValidEditorAction, isValidProcess, isValidResource, isValidStep, newsSearchAction, newsSearchParamsSchema, notionPageResource, previewSearchAction, previewSearchParamsSchema, processSchema, processStep, promptStep, readDatabaseAction, readDocumentAction, readDocumentParamsSchema, readFolderAction, reduceTextAction, removeDocumentAction, removeFolderAction, renameDocumentAction, renameFolderAction, resourceSchema, rewriteAction, scrapeAction, scrapeParamsSchema, searchAction, searchParamsSchema, sendEmailAction, sendEmailParamsSchema, simplifyAction, skipCompletionStep, stepSchema, tavilySearchAction, tavilySearchParamsSchema, translateAction, translateParamsSchema, updateDatabaseAction, userFeedbackStep, validateAction, validateDAFDocument, validateEditorAction, validateProcess, validateResource, validateStep, writeDatabaseAction, writeDocumentAction, writeDocumentParamsSchema } from './protocol/index.js';
|
|
2
|
+
export { Action, ActionConfig, ActionResult, AddDocumentAction, AddFolderAction, AskUserInputAction, CrawlAction, CreateDatabaseAction, DAFEmailIntegration, DAFGoogleIntegration, DAFNotionIntegration, DAFProcessRecord, DAFResourceRecord, DAFRunRecord, DAFStorageAdapter, DAFUserRecord, DbDeleteAction, DbFindAction, DbInsertAction, DbUpdateAction, DeleteDatabaseAction, DuplicateDatabaseAction, DuplicateDocumentAction, EditorTransformAction, ExecutionContext, FirecrawlActionType, FormatDocumentAction, GENERIC_VARIABLES, GenericVariable, JsonFormatOptions, LocationSettings, MODEL_PRICING, NewsSearchAction, QuickSearchAction, ReadDatabaseAction, ReadDocumentAction, ReadFolderAction, RemoveDocumentAction, RemoveFolderAction, RenameDocumentAction, RenameFolderAction, ScrapeAction, ScrapeFormat, ScreenshotFormatOptions, SearchAction, SendEmailAction, TIER_TOKEN_LIMITS, TavilySearchAction, TokenUsage, UpdateDatabaseAction, UserProviderSettings, WebhookConfig, WriteDatabaseAction, WriteDocumentAction, appendGoogleDoc, appendNotionPage, buildTokenUsage, calculateTokenCost, canUserAffordApiCall, checkAndUpdateCostLimit, createGoogleDocInFolder, createGoogleDriveFolder, createNotionDatabase, createNotionDatabasePage, createNotionSubpage, deleteGoogleDoc, deleteGoogleDriveFolder, deleteNotionDatabase, deleteNotionPage, duplicateGoogleDoc, duplicateNotionDatabase, duplicateNotionPage, exchangeGoogleCode, exchangeNotionCode, executeAction, executeChatTurn, executeProcess, executeProcessInRun, extractActionsFromMessage, extractDatabaseIdFromUrl, extractDocIdFromUrl, extractFolderIdFromUrl, extractPageIdFromUrl, formatActionResult, formatGoogleDoc, getDescAllActions, getDescChatActions, getDescEditorActions, getGenericVariable, getGenericVariableNames, getGenericVariables, getGoogleAccessToken, getGoogleAuthUrl, getGoogleOAuth2Client, getModelProvider, getNotionAccessToken, getNotionAuthUrl, getNotionDatabase, getNotionPageTitle, getProviderFromModel, isGenericVariable, listGoogleDriveFolderContents, listNotionPageChildren, mergeVariables, processMessageActions, queryNotionDatabase, readGoogleDoc, readNotionDatabase, readNotionPage, refreshGoogleToken, renameGoogleDoc, renameGoogleDriveFolder, renameNotionPage, resumeProcessExecution, selectiveUpdateGoogleDoc, selectiveUpdateNotionPage, substituteVariables, updateNotionDatabase, updateNotionDatabasePage, writeGoogleDoc, writeNotionPage } from './runtime/index.js';
|
|
3
|
+
import 'zod';
|
|
4
|
+
import '@ai-sdk/provider';
|
|
5
|
+
import 'google-auth-library';
|