@pikku/addon-microsoft-one-drive 0.0.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 +12 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts +67 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js +78 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-addon-types.gen.ts +106 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts +2 -0
- package/dist/.pikku/addon/pikku-package.gen.d.ts.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.js +11 -0
- package/dist/.pikku/addon/pikku-package.gen.js.map +1 -0
- package/dist/.pikku/addon/pikku-package.gen.ts +13 -0
- package/dist/.pikku/agent/pikku-agent-map.gen.d.ts +4 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts +47 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.d.ts.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js +18 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.js.map +1 -0
- package/dist/.pikku/agent/pikku-agent-types.gen.ts +82 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts +112 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.d.ts.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js +60 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.js.map +1 -0
- package/dist/.pikku/channel/pikku-channel-types.gen.ts +177 -0
- package/dist/.pikku/console/pikku-addon-meta.gen.json +14 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts +7 -0
- package/dist/.pikku/console/pikku-node-types.gen.d.ts.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.js +2 -0
- package/dist/.pikku/console/pikku-node-types.gen.js.map +1 -0
- package/dist/.pikku/console/pikku-node-types.gen.ts +8 -0
- package/dist/.pikku/credentials/pikku-credentials-meta.gen.json +20 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts +15 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.d.ts.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js +13 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.js.map +1 -0
- package/dist/.pikku/credentials/pikku-credentials.gen.ts +23 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts +490 -0
- package/dist/.pikku/function/pikku-function-types.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.js +334 -0
- package/dist/.pikku/function/pikku-function-types.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-function-types.gen.ts +754 -0
- package/dist/.pikku/function/pikku-functions-meta-verbose.gen.json +466 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js +7 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.json +306 -0
- package/dist/.pikku/function/pikku-functions-meta.gen.ts +7 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts +2 -0
- package/dist/.pikku/function/pikku-functions.gen.d.ts.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.js +38 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +38 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts +120 -0
- package/dist/.pikku/http/pikku-http-types.gen.d.ts.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.js +72 -0
- package/dist/.pikku/http/pikku-http-types.gen.js.map +1 -0
- package/dist/.pikku/http/pikku-http-types.gen.ts +147 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts +131 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.d.ts.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js +38 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.js.map +1 -0
- package/dist/.pikku/mcp/pikku-mcp-types.gen.ts +183 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.js +9 -0
- package/dist/.pikku/pikku-bootstrap.gen.js.map +1 -0
- package/dist/.pikku/pikku-bootstrap.gen.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts +8 -0
- package/dist/.pikku/pikku-meta-service.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.js +10 -0
- package/dist/.pikku/pikku-meta-service.gen.js.map +1 -0
- package/dist/.pikku/pikku-meta-service.gen.ts +10 -0
- package/dist/.pikku/pikku-services.gen.d.ts +36 -0
- package/dist/.pikku/pikku-services.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-services.gen.js +32 -0
- package/dist/.pikku/pikku-services.gen.js.map +1 -0
- package/dist/.pikku/pikku-services.gen.ts +45 -0
- package/dist/.pikku/pikku-types.gen.d.ts +12 -0
- package/dist/.pikku/pikku-types.gen.d.ts.map +1 -0
- package/dist/.pikku/pikku-types.gen.js +17 -0
- package/dist/.pikku/pikku-types.gen.js.map +1 -0
- package/dist/.pikku/pikku-types.gen.ts +21 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts +24 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.d.ts.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js +17 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.js.map +1 -0
- package/dist/.pikku/queue/pikku-queue-types.gen.ts +27 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.gen.d.ts +223 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +239 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts +2 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.d.ts.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js +7 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.js.map +1 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.json +18 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-meta.internal.gen.ts +6 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts +22 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.d.ts.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js +17 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.js.map +1 -0
- package/dist/.pikku/scheduler/pikku-scheduler-types.gen.ts +25 -0
- package/dist/.pikku/schemas/register.gen.d.ts +2 -0
- package/dist/.pikku/schemas/register.gen.d.ts.map +1 -0
- package/dist/.pikku/schemas/register.gen.js +75 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +143 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_microsoftOneDrive.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileCopyInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileCopyOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileDownloadInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileDownloadOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileGetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileGetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileMoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileMoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileRenameInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileRenameOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileSearchInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileSearchOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileShareInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileShareOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileUploadInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FileUploadOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderGetChildrenInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderGetChildrenOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderMoveInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderMoveOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderRenameInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderRenameOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderSearchInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderSearchOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderShareInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/FolderShareOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SecretSchema_microsoftOneDriveOAuthApp.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_MICROSOFT_ONE_DRIVE_BASE_URL.schema.json +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts +6 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js +5 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secret-types.gen.ts +5 -0
- package/dist/.pikku/secrets/pikku-secrets-meta.gen.json +10 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts +15 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.d.ts.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js +13 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.js.map +1 -0
- package/dist/.pikku/secrets/pikku-secrets.gen.ts +23 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts +114 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.d.ts.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js +34 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.js.map +1 -0
- package/dist/.pikku/trigger/pikku-trigger-types.gen.ts +160 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts +6 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js +5 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variable-types.gen.ts +5 -0
- package/dist/.pikku/variables/pikku-variables-meta.gen.json +10 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts +15 -0
- package/dist/.pikku/variables/pikku-variables.gen.d.ts.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.js +13 -0
- package/dist/.pikku/variables/pikku-variables.gen.js.map +1 -0
- package/dist/.pikku/variables/pikku-variables.gen.ts +23 -0
- package/dist/.pikku/workflow/pikku-workflow-map.gen.d.ts +38 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts +90 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js +18 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-types.gen.ts +167 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts +2 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js +7 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings-meta.gen.ts +9 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.d.ts.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js +5 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.js.map +1 -0
- package/dist/.pikku/workflow/pikku-workflow-wirings.gen.ts +3 -0
- package/dist/src/functions/fileCopy.function.d.ts +41 -0
- package/dist/src/functions/fileCopy.function.d.ts.map +1 -0
- package/dist/src/functions/fileCopy.function.js +22 -0
- package/dist/src/functions/fileCopy.function.js.map +1 -0
- package/dist/src/functions/fileDelete.function.d.ts +21 -0
- package/dist/src/functions/fileDelete.function.d.ts.map +1 -0
- package/dist/src/functions/fileDelete.function.js +17 -0
- package/dist/src/functions/fileDelete.function.js.map +1 -0
- package/dist/src/functions/fileDownload.function.d.ts +13 -0
- package/dist/src/functions/fileDownload.function.d.ts.map +1 -0
- package/dist/src/functions/fileDownload.function.js +15 -0
- package/dist/src/functions/fileDownload.function.js.map +1 -0
- package/dist/src/functions/fileGet.function.d.ts +13 -0
- package/dist/src/functions/fileGet.function.d.ts.map +1 -0
- package/dist/src/functions/fileGet.function.js +15 -0
- package/dist/src/functions/fileGet.function.js.map +1 -0
- package/dist/src/functions/fileMove.function.d.ts +33 -0
- package/dist/src/functions/fileMove.function.d.ts.map +1 -0
- package/dist/src/functions/fileMove.function.js +20 -0
- package/dist/src/functions/fileMove.function.js.map +1 -0
- package/dist/src/functions/fileRename.function.d.ts +17 -0
- package/dist/src/functions/fileRename.function.d.ts.map +1 -0
- package/dist/src/functions/fileRename.function.js +16 -0
- package/dist/src/functions/fileRename.function.js.map +1 -0
- package/dist/src/functions/fileSearch.function.d.ts +13 -0
- package/dist/src/functions/fileSearch.function.d.ts.map +1 -0
- package/dist/src/functions/fileSearch.function.js +15 -0
- package/dist/src/functions/fileSearch.function.js.map +1 -0
- package/dist/src/functions/fileShare.function.d.ts +21 -0
- package/dist/src/functions/fileShare.function.d.ts.map +1 -0
- package/dist/src/functions/fileShare.function.js +17 -0
- package/dist/src/functions/fileShare.function.js.map +1 -0
- package/dist/src/functions/fileUpload.function.d.ts +21 -0
- package/dist/src/functions/fileUpload.function.d.ts.map +1 -0
- package/dist/src/functions/fileUpload.function.js +17 -0
- package/dist/src/functions/fileUpload.function.js.map +1 -0
- package/dist/src/functions/folderCreate.function.d.ts +17 -0
- package/dist/src/functions/folderCreate.function.d.ts.map +1 -0
- package/dist/src/functions/folderCreate.function.js +16 -0
- package/dist/src/functions/folderCreate.function.js.map +1 -0
- package/dist/src/functions/folderDelete.function.d.ts +21 -0
- package/dist/src/functions/folderDelete.function.d.ts.map +1 -0
- package/dist/src/functions/folderDelete.function.js +17 -0
- package/dist/src/functions/folderDelete.function.js.map +1 -0
- package/dist/src/functions/folderGetChildren.function.d.ts +13 -0
- package/dist/src/functions/folderGetChildren.function.d.ts.map +1 -0
- package/dist/src/functions/folderGetChildren.function.js +15 -0
- package/dist/src/functions/folderGetChildren.function.js.map +1 -0
- package/dist/src/functions/folderMove.function.d.ts +33 -0
- package/dist/src/functions/folderMove.function.d.ts.map +1 -0
- package/dist/src/functions/folderMove.function.js +20 -0
- package/dist/src/functions/folderMove.function.js.map +1 -0
- package/dist/src/functions/folderRename.function.d.ts +17 -0
- package/dist/src/functions/folderRename.function.d.ts.map +1 -0
- package/dist/src/functions/folderRename.function.js +16 -0
- package/dist/src/functions/folderRename.function.js.map +1 -0
- package/dist/src/functions/folderSearch.function.d.ts +13 -0
- package/dist/src/functions/folderSearch.function.d.ts.map +1 -0
- package/dist/src/functions/folderSearch.function.js +15 -0
- package/dist/src/functions/folderSearch.function.js.map +1 -0
- package/dist/src/functions/folderShare.function.d.ts +21 -0
- package/dist/src/functions/folderShare.function.d.ts.map +1 -0
- package/dist/src/functions/folderShare.function.js +17 -0
- package/dist/src/functions/folderShare.function.js.map +1 -0
- package/dist/src/index.d.ts +17 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +17 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/microsoft-one-drive-api.service.d.ts +15 -0
- package/dist/src/microsoft-one-drive-api.service.d.ts.map +1 -0
- package/dist/src/microsoft-one-drive-api.service.js +193 -0
- package/dist/src/microsoft-one-drive-api.service.js.map +1 -0
- package/dist/src/microsoft-one-drive.credential.d.ts +10 -0
- package/dist/src/microsoft-one-drive.credential.d.ts.map +1 -0
- package/dist/src/microsoft-one-drive.credential.js +33 -0
- package/dist/src/microsoft-one-drive.credential.js.map +1 -0
- package/dist/src/microsoft-one-drive.types.d.ts +7 -0
- package/dist/src/microsoft-one-drive.types.d.ts.map +1 -0
- package/dist/src/microsoft-one-drive.types.js +8 -0
- package/dist/src/microsoft-one-drive.types.js.map +1 -0
- package/dist/src/microsoft-one-drive.variable.d.ts +5 -0
- package/dist/src/microsoft-one-drive.variable.d.ts.map +1 -0
- package/dist/src/microsoft-one-drive.variable.js +11 -0
- package/dist/src/microsoft-one-drive.variable.js.map +1 -0
- package/dist/src/services.d.ts +2 -0
- package/dist/src/services.d.ts.map +1 -0
- package/dist/src/services.js +7 -0
- package/dist/src/services.js.map +1 -0
- package/package.json +39 -0
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"fileCopy": "fileCopy",
|
|
3
|
+
"fileGet": "fileGet",
|
|
4
|
+
"fileRename": "fileRename",
|
|
5
|
+
"fileDelete": "fileDelete",
|
|
6
|
+
"fileMove": "fileMove",
|
|
7
|
+
"fileDownload": "fileDownload",
|
|
8
|
+
"fileShare": "fileShare",
|
|
9
|
+
"fileUpload": "fileUpload",
|
|
10
|
+
"fileSearch": "fileSearch",
|
|
11
|
+
"folderCreate": "folderCreate",
|
|
12
|
+
"folderRename": "folderRename",
|
|
13
|
+
"folderDelete": "folderDelete",
|
|
14
|
+
"folderMove": "folderMove",
|
|
15
|
+
"folderGetChildren": "folderGetChildren",
|
|
16
|
+
"folderShare": "folderShare",
|
|
17
|
+
"folderSearch": "folderSearch"
|
|
18
|
+
}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { pikkuState } from '@pikku/core/internal'
|
|
5
|
+
import metaData from './pikku-rpc-wirings-meta.internal.gen.json' with { type: 'json' }
|
|
6
|
+
pikkuState('@pikku/addon-microsoft-one-drive', 'rpc', 'meta', metaData as Record<string, string>)
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { CoreScheduledTask } from '@pikku/core/scheduler';
|
|
8
|
+
import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js';
|
|
9
|
+
/**
|
|
10
|
+
* Type definition for scheduled tasks that run at specified intervals.
|
|
11
|
+
* These are sessionless functions that execute based on cron expressions.
|
|
12
|
+
*/
|
|
13
|
+
type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>;
|
|
14
|
+
/**
|
|
15
|
+
* Registers a scheduled task with the Pikku framework.
|
|
16
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
17
|
+
*
|
|
18
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
19
|
+
*/
|
|
20
|
+
export declare const wireScheduler: (task: SchedulerWiring) => void;
|
|
21
|
+
export {};
|
|
22
|
+
//# sourceMappingURL=pikku-scheduler-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scheduler-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,iBAAiB,EAAsC,MAAM,uBAAuB,CAAA;AAC7F,OAAO,KAAK,EAAE,mBAAmB,EAAE,eAAe,EAAE,MAAM,yCAAyC,CAAA;AAEnG;;;GAGG;AACH,KAAK,eAAe,GAAG,iBAAiB,CAAC,mBAAmB,CAAC,IAAI,EAAE,IAAI,EAAE,SAAS,GAAG,KAAK,CAAC,EAAE,eAAe,CAAC,CAAA;AAE7G;;;;;GAKG;AACH,eAAO,MAAM,aAAa,GAAI,MAAM,eAAe,SAElD,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler';
|
|
8
|
+
/**
|
|
9
|
+
* Registers a scheduled task with the Pikku framework.
|
|
10
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
11
|
+
*
|
|
12
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
13
|
+
*/
|
|
14
|
+
export const wireScheduler = (task) => {
|
|
15
|
+
wireSchedulerCore(task);
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=pikku-scheduler-types.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-scheduler-types.gen.js","sourceRoot":"","sources":["../../../.pikku/scheduler/pikku-scheduler-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAqB,aAAa,IAAI,iBAAiB,EAAE,MAAM,uBAAuB,CAAA;AAS7F;;;;;GAKG;AACH,MAAM,CAAC,MAAM,aAAa,GAAG,CAAC,IAAqB,EAAE,EAAE;IACrD,iBAAiB,CAAC,IAAW,CAAC,CAAA;AAChC,CAAC,CAAA"}
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Scheduler-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { CoreScheduledTask, wireScheduler as wireSchedulerCore } from '@pikku/core/scheduler'
|
|
9
|
+
import type { PikkuFunctionConfig, PikkuMiddleware } from '../function/pikku-function-types.gen.js'
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Type definition for scheduled tasks that run at specified intervals.
|
|
13
|
+
* These are sessionless functions that execute based on cron expressions.
|
|
14
|
+
*/
|
|
15
|
+
type SchedulerWiring = CoreScheduledTask<PikkuFunctionConfig<void, void, 'session' | 'rpc'>, PikkuMiddleware>
|
|
16
|
+
|
|
17
|
+
/**
|
|
18
|
+
* Registers a scheduled task with the Pikku framework.
|
|
19
|
+
* Tasks run based on cron expressions and are sessionless.
|
|
20
|
+
*
|
|
21
|
+
* @param task - Scheduled task definition with cron expression and handler
|
|
22
|
+
*/
|
|
23
|
+
export const wireScheduler = (task: SchedulerWiring) => {
|
|
24
|
+
wireSchedulerCore(task as any)
|
|
25
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema';
|
|
5
|
+
import * as FileCopyInput from './schemas/FileCopyInput.schema.json' with { type: 'json' };
|
|
6
|
+
addSchema('FileCopyInput', FileCopyInput, '@pikku/addon-microsoft-one-drive');
|
|
7
|
+
import * as FileCopyOutput from './schemas/FileCopyOutput.schema.json' with { type: 'json' };
|
|
8
|
+
addSchema('FileCopyOutput', FileCopyOutput, '@pikku/addon-microsoft-one-drive');
|
|
9
|
+
import * as FileGetInput from './schemas/FileGetInput.schema.json' with { type: 'json' };
|
|
10
|
+
addSchema('FileGetInput', FileGetInput, '@pikku/addon-microsoft-one-drive');
|
|
11
|
+
import * as FileGetOutput from './schemas/FileGetOutput.schema.json' with { type: 'json' };
|
|
12
|
+
addSchema('FileGetOutput', FileGetOutput, '@pikku/addon-microsoft-one-drive');
|
|
13
|
+
import * as FileRenameInput from './schemas/FileRenameInput.schema.json' with { type: 'json' };
|
|
14
|
+
addSchema('FileRenameInput', FileRenameInput, '@pikku/addon-microsoft-one-drive');
|
|
15
|
+
import * as FileRenameOutput from './schemas/FileRenameOutput.schema.json' with { type: 'json' };
|
|
16
|
+
addSchema('FileRenameOutput', FileRenameOutput, '@pikku/addon-microsoft-one-drive');
|
|
17
|
+
import * as FileDeleteInput from './schemas/FileDeleteInput.schema.json' with { type: 'json' };
|
|
18
|
+
addSchema('FileDeleteInput', FileDeleteInput, '@pikku/addon-microsoft-one-drive');
|
|
19
|
+
import * as FileDeleteOutput from './schemas/FileDeleteOutput.schema.json' with { type: 'json' };
|
|
20
|
+
addSchema('FileDeleteOutput', FileDeleteOutput, '@pikku/addon-microsoft-one-drive');
|
|
21
|
+
import * as FileMoveInput from './schemas/FileMoveInput.schema.json' with { type: 'json' };
|
|
22
|
+
addSchema('FileMoveInput', FileMoveInput, '@pikku/addon-microsoft-one-drive');
|
|
23
|
+
import * as FileMoveOutput from './schemas/FileMoveOutput.schema.json' with { type: 'json' };
|
|
24
|
+
addSchema('FileMoveOutput', FileMoveOutput, '@pikku/addon-microsoft-one-drive');
|
|
25
|
+
import * as FileDownloadInput from './schemas/FileDownloadInput.schema.json' with { type: 'json' };
|
|
26
|
+
addSchema('FileDownloadInput', FileDownloadInput, '@pikku/addon-microsoft-one-drive');
|
|
27
|
+
import * as FileDownloadOutput from './schemas/FileDownloadOutput.schema.json' with { type: 'json' };
|
|
28
|
+
addSchema('FileDownloadOutput', FileDownloadOutput, '@pikku/addon-microsoft-one-drive');
|
|
29
|
+
import * as FileShareInput from './schemas/FileShareInput.schema.json' with { type: 'json' };
|
|
30
|
+
addSchema('FileShareInput', FileShareInput, '@pikku/addon-microsoft-one-drive');
|
|
31
|
+
import * as FileShareOutput from './schemas/FileShareOutput.schema.json' with { type: 'json' };
|
|
32
|
+
addSchema('FileShareOutput', FileShareOutput, '@pikku/addon-microsoft-one-drive');
|
|
33
|
+
import * as FileUploadInput from './schemas/FileUploadInput.schema.json' with { type: 'json' };
|
|
34
|
+
addSchema('FileUploadInput', FileUploadInput, '@pikku/addon-microsoft-one-drive');
|
|
35
|
+
import * as FileUploadOutput from './schemas/FileUploadOutput.schema.json' with { type: 'json' };
|
|
36
|
+
addSchema('FileUploadOutput', FileUploadOutput, '@pikku/addon-microsoft-one-drive');
|
|
37
|
+
import * as FileSearchInput from './schemas/FileSearchInput.schema.json' with { type: 'json' };
|
|
38
|
+
addSchema('FileSearchInput', FileSearchInput, '@pikku/addon-microsoft-one-drive');
|
|
39
|
+
import * as FileSearchOutput from './schemas/FileSearchOutput.schema.json' with { type: 'json' };
|
|
40
|
+
addSchema('FileSearchOutput', FileSearchOutput, '@pikku/addon-microsoft-one-drive');
|
|
41
|
+
import * as FolderCreateInput from './schemas/FolderCreateInput.schema.json' with { type: 'json' };
|
|
42
|
+
addSchema('FolderCreateInput', FolderCreateInput, '@pikku/addon-microsoft-one-drive');
|
|
43
|
+
import * as FolderCreateOutput from './schemas/FolderCreateOutput.schema.json' with { type: 'json' };
|
|
44
|
+
addSchema('FolderCreateOutput', FolderCreateOutput, '@pikku/addon-microsoft-one-drive');
|
|
45
|
+
import * as FolderRenameInput from './schemas/FolderRenameInput.schema.json' with { type: 'json' };
|
|
46
|
+
addSchema('FolderRenameInput', FolderRenameInput, '@pikku/addon-microsoft-one-drive');
|
|
47
|
+
import * as FolderRenameOutput from './schemas/FolderRenameOutput.schema.json' with { type: 'json' };
|
|
48
|
+
addSchema('FolderRenameOutput', FolderRenameOutput, '@pikku/addon-microsoft-one-drive');
|
|
49
|
+
import * as FolderDeleteInput from './schemas/FolderDeleteInput.schema.json' with { type: 'json' };
|
|
50
|
+
addSchema('FolderDeleteInput', FolderDeleteInput, '@pikku/addon-microsoft-one-drive');
|
|
51
|
+
import * as FolderDeleteOutput from './schemas/FolderDeleteOutput.schema.json' with { type: 'json' };
|
|
52
|
+
addSchema('FolderDeleteOutput', FolderDeleteOutput, '@pikku/addon-microsoft-one-drive');
|
|
53
|
+
import * as FolderMoveInput from './schemas/FolderMoveInput.schema.json' with { type: 'json' };
|
|
54
|
+
addSchema('FolderMoveInput', FolderMoveInput, '@pikku/addon-microsoft-one-drive');
|
|
55
|
+
import * as FolderMoveOutput from './schemas/FolderMoveOutput.schema.json' with { type: 'json' };
|
|
56
|
+
addSchema('FolderMoveOutput', FolderMoveOutput, '@pikku/addon-microsoft-one-drive');
|
|
57
|
+
import * as FolderGetChildrenInput from './schemas/FolderGetChildrenInput.schema.json' with { type: 'json' };
|
|
58
|
+
addSchema('FolderGetChildrenInput', FolderGetChildrenInput, '@pikku/addon-microsoft-one-drive');
|
|
59
|
+
import * as FolderGetChildrenOutput from './schemas/FolderGetChildrenOutput.schema.json' with { type: 'json' };
|
|
60
|
+
addSchema('FolderGetChildrenOutput', FolderGetChildrenOutput, '@pikku/addon-microsoft-one-drive');
|
|
61
|
+
import * as FolderShareInput from './schemas/FolderShareInput.schema.json' with { type: 'json' };
|
|
62
|
+
addSchema('FolderShareInput', FolderShareInput, '@pikku/addon-microsoft-one-drive');
|
|
63
|
+
import * as FolderShareOutput from './schemas/FolderShareOutput.schema.json' with { type: 'json' };
|
|
64
|
+
addSchema('FolderShareOutput', FolderShareOutput, '@pikku/addon-microsoft-one-drive');
|
|
65
|
+
import * as FolderSearchInput from './schemas/FolderSearchInput.schema.json' with { type: 'json' };
|
|
66
|
+
addSchema('FolderSearchInput', FolderSearchInput, '@pikku/addon-microsoft-one-drive');
|
|
67
|
+
import * as FolderSearchOutput from './schemas/FolderSearchOutput.schema.json' with { type: 'json' };
|
|
68
|
+
addSchema('FolderSearchOutput', FolderSearchOutput, '@pikku/addon-microsoft-one-drive');
|
|
69
|
+
import * as CredentialSchema_microsoftOneDrive from './schemas/CredentialSchema_microsoftOneDrive.schema.json' with { type: 'json' };
|
|
70
|
+
addSchema('CredentialSchema_microsoftOneDrive', CredentialSchema_microsoftOneDrive, '@pikku/addon-microsoft-one-drive');
|
|
71
|
+
import * as SecretSchema_microsoftOneDriveOAuthApp from './schemas/SecretSchema_microsoftOneDriveOAuthApp.schema.json' with { type: 'json' };
|
|
72
|
+
addSchema('SecretSchema_microsoftOneDriveOAuthApp', SecretSchema_microsoftOneDriveOAuthApp, '@pikku/addon-microsoft-one-drive');
|
|
73
|
+
import * as VariableSchema_MICROSOFT_ONE_DRIVE_BASE_URL from './schemas/VariableSchema_MICROSOFT_ONE_DRIVE_BASE_URL.schema.json' with { type: 'json' };
|
|
74
|
+
addSchema('VariableSchema_MICROSOFT_ONE_DRIVE_BASE_URL', VariableSchema_MICROSOFT_ONE_DRIVE_BASE_URL, '@pikku/addon-microsoft-one-drive');
|
|
75
|
+
//# sourceMappingURL=register.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"register.gen.js","sourceRoot":"","sources":["../../../.pikku/schemas/register.gen.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,143 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { addSchema } from '@pikku/core/schema'
|
|
5
|
+
|
|
6
|
+
import * as FileCopyInput from './schemas/FileCopyInput.schema.json' with { type: 'json' }
|
|
7
|
+
addSchema('FileCopyInput', FileCopyInput, '@pikku/addon-microsoft-one-drive')
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
import * as FileCopyOutput from './schemas/FileCopyOutput.schema.json' with { type: 'json' }
|
|
11
|
+
addSchema('FileCopyOutput', FileCopyOutput, '@pikku/addon-microsoft-one-drive')
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
import * as FileGetInput from './schemas/FileGetInput.schema.json' with { type: 'json' }
|
|
15
|
+
addSchema('FileGetInput', FileGetInput, '@pikku/addon-microsoft-one-drive')
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
import * as FileGetOutput from './schemas/FileGetOutput.schema.json' with { type: 'json' }
|
|
19
|
+
addSchema('FileGetOutput', FileGetOutput, '@pikku/addon-microsoft-one-drive')
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
import * as FileRenameInput from './schemas/FileRenameInput.schema.json' with { type: 'json' }
|
|
23
|
+
addSchema('FileRenameInput', FileRenameInput, '@pikku/addon-microsoft-one-drive')
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
import * as FileRenameOutput from './schemas/FileRenameOutput.schema.json' with { type: 'json' }
|
|
27
|
+
addSchema('FileRenameOutput', FileRenameOutput, '@pikku/addon-microsoft-one-drive')
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
import * as FileDeleteInput from './schemas/FileDeleteInput.schema.json' with { type: 'json' }
|
|
31
|
+
addSchema('FileDeleteInput', FileDeleteInput, '@pikku/addon-microsoft-one-drive')
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
import * as FileDeleteOutput from './schemas/FileDeleteOutput.schema.json' with { type: 'json' }
|
|
35
|
+
addSchema('FileDeleteOutput', FileDeleteOutput, '@pikku/addon-microsoft-one-drive')
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
import * as FileMoveInput from './schemas/FileMoveInput.schema.json' with { type: 'json' }
|
|
39
|
+
addSchema('FileMoveInput', FileMoveInput, '@pikku/addon-microsoft-one-drive')
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
import * as FileMoveOutput from './schemas/FileMoveOutput.schema.json' with { type: 'json' }
|
|
43
|
+
addSchema('FileMoveOutput', FileMoveOutput, '@pikku/addon-microsoft-one-drive')
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
import * as FileDownloadInput from './schemas/FileDownloadInput.schema.json' with { type: 'json' }
|
|
47
|
+
addSchema('FileDownloadInput', FileDownloadInput, '@pikku/addon-microsoft-one-drive')
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
import * as FileDownloadOutput from './schemas/FileDownloadOutput.schema.json' with { type: 'json' }
|
|
51
|
+
addSchema('FileDownloadOutput', FileDownloadOutput, '@pikku/addon-microsoft-one-drive')
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
import * as FileShareInput from './schemas/FileShareInput.schema.json' with { type: 'json' }
|
|
55
|
+
addSchema('FileShareInput', FileShareInput, '@pikku/addon-microsoft-one-drive')
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
import * as FileShareOutput from './schemas/FileShareOutput.schema.json' with { type: 'json' }
|
|
59
|
+
addSchema('FileShareOutput', FileShareOutput, '@pikku/addon-microsoft-one-drive')
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
import * as FileUploadInput from './schemas/FileUploadInput.schema.json' with { type: 'json' }
|
|
63
|
+
addSchema('FileUploadInput', FileUploadInput, '@pikku/addon-microsoft-one-drive')
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
import * as FileUploadOutput from './schemas/FileUploadOutput.schema.json' with { type: 'json' }
|
|
67
|
+
addSchema('FileUploadOutput', FileUploadOutput, '@pikku/addon-microsoft-one-drive')
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
import * as FileSearchInput from './schemas/FileSearchInput.schema.json' with { type: 'json' }
|
|
71
|
+
addSchema('FileSearchInput', FileSearchInput, '@pikku/addon-microsoft-one-drive')
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
import * as FileSearchOutput from './schemas/FileSearchOutput.schema.json' with { type: 'json' }
|
|
75
|
+
addSchema('FileSearchOutput', FileSearchOutput, '@pikku/addon-microsoft-one-drive')
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
import * as FolderCreateInput from './schemas/FolderCreateInput.schema.json' with { type: 'json' }
|
|
79
|
+
addSchema('FolderCreateInput', FolderCreateInput, '@pikku/addon-microsoft-one-drive')
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
import * as FolderCreateOutput from './schemas/FolderCreateOutput.schema.json' with { type: 'json' }
|
|
83
|
+
addSchema('FolderCreateOutput', FolderCreateOutput, '@pikku/addon-microsoft-one-drive')
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
import * as FolderRenameInput from './schemas/FolderRenameInput.schema.json' with { type: 'json' }
|
|
87
|
+
addSchema('FolderRenameInput', FolderRenameInput, '@pikku/addon-microsoft-one-drive')
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
import * as FolderRenameOutput from './schemas/FolderRenameOutput.schema.json' with { type: 'json' }
|
|
91
|
+
addSchema('FolderRenameOutput', FolderRenameOutput, '@pikku/addon-microsoft-one-drive')
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
import * as FolderDeleteInput from './schemas/FolderDeleteInput.schema.json' with { type: 'json' }
|
|
95
|
+
addSchema('FolderDeleteInput', FolderDeleteInput, '@pikku/addon-microsoft-one-drive')
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
import * as FolderDeleteOutput from './schemas/FolderDeleteOutput.schema.json' with { type: 'json' }
|
|
99
|
+
addSchema('FolderDeleteOutput', FolderDeleteOutput, '@pikku/addon-microsoft-one-drive')
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
import * as FolderMoveInput from './schemas/FolderMoveInput.schema.json' with { type: 'json' }
|
|
103
|
+
addSchema('FolderMoveInput', FolderMoveInput, '@pikku/addon-microsoft-one-drive')
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
import * as FolderMoveOutput from './schemas/FolderMoveOutput.schema.json' with { type: 'json' }
|
|
107
|
+
addSchema('FolderMoveOutput', FolderMoveOutput, '@pikku/addon-microsoft-one-drive')
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
import * as FolderGetChildrenInput from './schemas/FolderGetChildrenInput.schema.json' with { type: 'json' }
|
|
111
|
+
addSchema('FolderGetChildrenInput', FolderGetChildrenInput, '@pikku/addon-microsoft-one-drive')
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
import * as FolderGetChildrenOutput from './schemas/FolderGetChildrenOutput.schema.json' with { type: 'json' }
|
|
115
|
+
addSchema('FolderGetChildrenOutput', FolderGetChildrenOutput, '@pikku/addon-microsoft-one-drive')
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
import * as FolderShareInput from './schemas/FolderShareInput.schema.json' with { type: 'json' }
|
|
119
|
+
addSchema('FolderShareInput', FolderShareInput, '@pikku/addon-microsoft-one-drive')
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
import * as FolderShareOutput from './schemas/FolderShareOutput.schema.json' with { type: 'json' }
|
|
123
|
+
addSchema('FolderShareOutput', FolderShareOutput, '@pikku/addon-microsoft-one-drive')
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
import * as FolderSearchInput from './schemas/FolderSearchInput.schema.json' with { type: 'json' }
|
|
127
|
+
addSchema('FolderSearchInput', FolderSearchInput, '@pikku/addon-microsoft-one-drive')
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
import * as FolderSearchOutput from './schemas/FolderSearchOutput.schema.json' with { type: 'json' }
|
|
131
|
+
addSchema('FolderSearchOutput', FolderSearchOutput, '@pikku/addon-microsoft-one-drive')
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
import * as CredentialSchema_microsoftOneDrive from './schemas/CredentialSchema_microsoftOneDrive.schema.json' with { type: 'json' }
|
|
135
|
+
addSchema('CredentialSchema_microsoftOneDrive', CredentialSchema_microsoftOneDrive, '@pikku/addon-microsoft-one-drive')
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
import * as SecretSchema_microsoftOneDriveOAuthApp from './schemas/SecretSchema_microsoftOneDriveOAuthApp.schema.json' with { type: 'json' }
|
|
139
|
+
addSchema('SecretSchema_microsoftOneDriveOAuthApp', SecretSchema_microsoftOneDriveOAuthApp, '@pikku/addon-microsoft-one-drive')
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
import * as VariableSchema_MICROSOFT_ONE_DRIVE_BASE_URL from './schemas/VariableSchema_MICROSOFT_ONE_DRIVE_BASE_URL.schema.json' with { type: 'json' }
|
|
143
|
+
addSchema('VariableSchema_MICROSOFT_ONE_DRIVE_BASE_URL', VariableSchema_MICROSOFT_ONE_DRIVE_BASE_URL, '@pikku/addon-microsoft-one-drive')
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"accessToken":{"type":"string"},"refreshToken":{"type":"string"}},"required":["accessToken"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileId":{"type":"string"},"name":{"type":"string"},"parentReference":{"type":"object","properties":{"id":{"type":"string"},"driveId":{"type":"string"}},"additionalProperties":false}},"required":["fileId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"location":{"type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileId":{"type":"string"}},"required":["fileId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"success":{"type":"boolean"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileId":{"type":"string"}},"required":["fileId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"string"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileId":{"type":"string"}},"required":["fileId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileId":{"type":"string"},"name":{"type":"string"},"parentReference":{"type":"object","properties":{"id":{"type":"string"},"driveId":{"type":"string"}},"additionalProperties":false}},"required":["fileId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileId":{"type":"string"},"name":{"type":"string"}},"required":["fileId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"string"}},"required":["query"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"fileId":{"type":"string"},"type":{"type":"string"},"scope":{"type":"string"}},"required":["fileId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"parentId":{"type":"string"},"fileName":{"type":"string"},"fileContent":{"type":"string"}},"required":["parentId","fileName"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"name":{"type":"string"},"parentFolderId":{"type":"string"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"folderId":{"type":"string"}},"required":["folderId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"success":{"type":"boolean"}},"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"folderId":{"type":"string"}},"required":["folderId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"folderId":{"type":"string"},"name":{"type":"string"},"parentReference":{"type":"object","properties":{"id":{"type":"string"},"driveId":{"type":"string"}},"additionalProperties":false}},"required":["folderId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"folderId":{"type":"string"},"name":{"type":"string"}},"required":["folderId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"query":{"type":"string"}},"required":["query"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"folderId":{"type":"string"},"type":{"type":"string"},"scope":{"type":"string"}},"required":["folderId"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","propertyNames":{"type":"string"},"additionalProperties":{}}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"clientId":{"type":"string","description":"OAuth2 app client ID"},"clientSecret":{"type":"string","description":"OAuth2 app client secret"}},"required":["clientId","clientSecret"],"additionalProperties":false}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"$schema":"https://json-schema.org/draft/2020-12/schema","default":"https://graph.microsoft.com/v1.0","type":"string","enum":["https://graph.microsoft.com/v1.0"]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secret-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA;AAC/C,YAAY,EAAE,UAAU,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secret-types.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secret-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAA"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
{
|
|
2
|
+
"microsoftOneDriveOAuthApp": {
|
|
3
|
+
"name": "microsoftOneDriveOAuthApp",
|
|
4
|
+
"displayName": "Microsoft OneDrive OAuth App",
|
|
5
|
+
"description": "OAuth2 app credentials for Microsoft OneDrive",
|
|
6
|
+
"secretId": "MICROSOFT_ONE_DRIVE_OAUTH_APP",
|
|
7
|
+
"schema": "SecretSchema_microsoftOneDriveOAuthApp",
|
|
8
|
+
"sourceFile": "/home/runner/work/addons/addons/packages/cloud/microsoft-one-drive/src/microsoft-one-drive.credential.ts"
|
|
9
|
+
}
|
|
10
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
|
+
import type { SecretService } from '@pikku/core/services';
|
|
6
|
+
import type { z } from 'zod';
|
|
7
|
+
import { microsoftOneDriveOAuthAppSchema } from '../../src/microsoft-one-drive.credential.js';
|
|
8
|
+
export interface CredentialsMap {
|
|
9
|
+
'MICROSOFT_ONE_DRIVE_OAUTH_APP': z.infer<typeof microsoftOneDriveOAuthAppSchema>;
|
|
10
|
+
}
|
|
11
|
+
export type SecretId = keyof CredentialsMap;
|
|
12
|
+
export declare class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
|
|
13
|
+
constructor(secrets: SecretService);
|
|
14
|
+
}
|
|
15
|
+
//# sourceMappingURL=pikku-secrets.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secrets.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AACxG,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,sBAAsB,CAAA;AACzD,OAAO,KAAK,EAAE,CAAC,EAAE,MAAM,KAAK,CAAA;AAC5B,OAAO,EAAE,+BAA+B,EAAE,MAAM,6CAA6C,CAAA;AAE7F,MAAM,WAAW,cAAc;IAC7B,+BAA+B,EAAE,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAA;CACjF;AAED,MAAM,MAAM,QAAQ,GAAG,MAAM,cAAc,CAAA;AAM3C,qBAAa,kBAAmB,SAAQ,sBAAsB,CAAC,cAAc,CAAC;gBAChE,OAAO,EAAE,aAAa;CAGnC"}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService } from '@pikku/core/services';
|
|
5
|
+
const CREDENTIALS_META = {
|
|
6
|
+
'MICROSOFT_ONE_DRIVE_OAUTH_APP': { name: 'microsoftOneDriveOAuthApp', displayName: 'Microsoft OneDrive OAuth App' }
|
|
7
|
+
};
|
|
8
|
+
export class TypedSecretService extends CoreTypedSecretService {
|
|
9
|
+
constructor(secrets) {
|
|
10
|
+
super(secrets, CREDENTIALS_META);
|
|
11
|
+
}
|
|
12
|
+
}
|
|
13
|
+
//# sourceMappingURL=pikku-secrets.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-secrets.gen.js","sourceRoot":"","sources":["../../../.pikku/secrets/pikku-secrets.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH,OAAO,EAAE,kBAAkB,IAAI,sBAAsB,EAAuB,MAAM,sBAAsB,CAAA;AAWxG,MAAM,gBAAgB,GAAmC;IACvD,+BAA+B,EAAE,EAAE,IAAI,EAAE,2BAA2B,EAAE,WAAW,EAAE,8BAA8B,EAAE;CACpH,CAAA;AAED,MAAM,OAAO,kBAAmB,SAAQ,sBAAsC;IAC5E,YAAY,OAAsB;QAChC,KAAK,CAAC,OAAO,EAAE,gBAAgB,CAAC,CAAA;IAClC,CAAC;CACF"}
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import { TypedSecretService as CoreTypedSecretService, type CredentialMeta } from '@pikku/core/services'
|
|
5
|
+
import type { SecretService } from '@pikku/core/services'
|
|
6
|
+
import type { z } from 'zod'
|
|
7
|
+
import { microsoftOneDriveOAuthAppSchema } from '../../src/microsoft-one-drive.credential.js'
|
|
8
|
+
|
|
9
|
+
export interface CredentialsMap {
|
|
10
|
+
'MICROSOFT_ONE_DRIVE_OAUTH_APP': z.infer<typeof microsoftOneDriveOAuthAppSchema>
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export type SecretId = keyof CredentialsMap
|
|
14
|
+
|
|
15
|
+
const CREDENTIALS_META: Record<string, CredentialMeta> = {
|
|
16
|
+
'MICROSOFT_ONE_DRIVE_OAUTH_APP': { name: 'microsoftOneDriveOAuthApp', displayName: 'Microsoft OneDrive OAuth App' }
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export class TypedSecretService extends CoreTypedSecretService<CredentialsMap> {
|
|
20
|
+
constructor(secrets: SecretService) {
|
|
21
|
+
super(secrets, CREDENTIALS_META)
|
|
22
|
+
}
|
|
23
|
+
}
|