@pikku/addon-microsoft-excel 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 +495 -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 +325 -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 +40 -0
- package/dist/.pikku/function/pikku-functions.gen.js.map +1 -0
- package/dist/.pikku/function/pikku-functions.gen.ts +40 -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 +252 -0
- package/dist/.pikku/rpc/pikku-rpc-wirings-map.internal.gen.d.ts +269 -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 +19 -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 +79 -0
- package/dist/.pikku/schemas/register.gen.js.map +1 -0
- package/dist/.pikku/schemas/register.gen.ts +151 -0
- package/dist/.pikku/schemas/schemas/CredentialSchema_microsoftExcel.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/SecretSchema_microsoftExcelOAuthApp.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableAppendInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableAppendOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableConvertToRangeInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableConvertToRangeOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableCreateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableCreateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableGetColumnsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableGetColumnsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableGetRowsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableGetRowsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableLookupInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/TableLookupOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/VariableSchema_MICROSOFT_EXCEL_BASE_URL.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookAddWorksheetInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookAddWorksheetOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorkbookGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetAppendInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetAppendOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetClearInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetClearOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetDeleteInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetDeleteOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetGetAllInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetGetAllOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetReadRowsInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetReadRowsOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetUpdateInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetUpdateOutput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetUpsertInput.schema.json +1 -0
- package/dist/.pikku/schemas/schemas/WorksheetUpsertOutput.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/tableAppend.function.d.ts +25 -0
- package/dist/src/functions/tableAppend.function.d.ts.map +1 -0
- package/dist/src/functions/tableAppend.function.js +18 -0
- package/dist/src/functions/tableAppend.function.js.map +1 -0
- package/dist/src/functions/tableConvertToRange.function.d.ts +21 -0
- package/dist/src/functions/tableConvertToRange.function.d.ts.map +1 -0
- package/dist/src/functions/tableConvertToRange.function.js +17 -0
- package/dist/src/functions/tableConvertToRange.function.js.map +1 -0
- package/dist/src/functions/tableCreate.function.d.ts +25 -0
- package/dist/src/functions/tableCreate.function.d.ts.map +1 -0
- package/dist/src/functions/tableCreate.function.js +18 -0
- package/dist/src/functions/tableCreate.function.js.map +1 -0
- package/dist/src/functions/tableDelete.function.d.ts +21 -0
- package/dist/src/functions/tableDelete.function.d.ts.map +1 -0
- package/dist/src/functions/tableDelete.function.js +17 -0
- package/dist/src/functions/tableDelete.function.js.map +1 -0
- package/dist/src/functions/tableGetColumns.function.d.ts +29 -0
- package/dist/src/functions/tableGetColumns.function.d.ts.map +1 -0
- package/dist/src/functions/tableGetColumns.function.js +19 -0
- package/dist/src/functions/tableGetColumns.function.js.map +1 -0
- package/dist/src/functions/tableGetRows.function.d.ts +29 -0
- package/dist/src/functions/tableGetRows.function.d.ts.map +1 -0
- package/dist/src/functions/tableGetRows.function.js +19 -0
- package/dist/src/functions/tableGetRows.function.js.map +1 -0
- package/dist/src/functions/tableLookup.function.d.ts +29 -0
- package/dist/src/functions/tableLookup.function.d.ts.map +1 -0
- package/dist/src/functions/tableLookup.function.js +19 -0
- package/dist/src/functions/tableLookup.function.js.map +1 -0
- package/dist/src/functions/workbookAddWorksheet.function.d.ts +17 -0
- package/dist/src/functions/workbookAddWorksheet.function.d.ts.map +1 -0
- package/dist/src/functions/workbookAddWorksheet.function.js +16 -0
- package/dist/src/functions/workbookAddWorksheet.function.js.map +1 -0
- package/dist/src/functions/workbookDelete.function.d.ts +13 -0
- package/dist/src/functions/workbookDelete.function.d.ts.map +1 -0
- package/dist/src/functions/workbookDelete.function.js +15 -0
- package/dist/src/functions/workbookDelete.function.js.map +1 -0
- package/dist/src/functions/workbookGetAll.function.d.ts +21 -0
- package/dist/src/functions/workbookGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/workbookGetAll.function.js +17 -0
- package/dist/src/functions/workbookGetAll.function.js.map +1 -0
- package/dist/src/functions/worksheetAppend.function.d.ts +21 -0
- package/dist/src/functions/worksheetAppend.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetAppend.function.js +17 -0
- package/dist/src/functions/worksheetAppend.function.js.map +1 -0
- package/dist/src/functions/worksheetClear.function.d.ts +21 -0
- package/dist/src/functions/worksheetClear.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetClear.function.js +17 -0
- package/dist/src/functions/worksheetClear.function.js.map +1 -0
- package/dist/src/functions/worksheetDelete.function.d.ts +17 -0
- package/dist/src/functions/worksheetDelete.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetDelete.function.js +16 -0
- package/dist/src/functions/worksheetDelete.function.js.map +1 -0
- package/dist/src/functions/worksheetGetAll.function.d.ts +21 -0
- package/dist/src/functions/worksheetGetAll.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetGetAll.function.js +17 -0
- package/dist/src/functions/worksheetGetAll.function.js.map +1 -0
- package/dist/src/functions/worksheetReadRows.function.d.ts +17 -0
- package/dist/src/functions/worksheetReadRows.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetReadRows.function.js +16 -0
- package/dist/src/functions/worksheetReadRows.function.js.map +1 -0
- package/dist/src/functions/worksheetUpdate.function.d.ts +21 -0
- package/dist/src/functions/worksheetUpdate.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetUpdate.function.js +17 -0
- package/dist/src/functions/worksheetUpdate.function.js.map +1 -0
- package/dist/src/functions/worksheetUpsert.function.d.ts +21 -0
- package/dist/src/functions/worksheetUpsert.function.d.ts.map +1 -0
- package/dist/src/functions/worksheetUpsert.function.js +17 -0
- package/dist/src/functions/worksheetUpsert.function.js.map +1 -0
- package/dist/src/index.d.ts +18 -0
- package/dist/src/index.d.ts.map +1 -0
- package/dist/src/index.js +18 -0
- package/dist/src/index.js.map +1 -0
- package/dist/src/microsoft-excel-api.service.d.ts +15 -0
- package/dist/src/microsoft-excel-api.service.d.ts.map +1 -0
- package/dist/src/microsoft-excel-api.service.js +222 -0
- package/dist/src/microsoft-excel-api.service.js.map +1 -0
- package/dist/src/microsoft-excel.credential.d.ts +10 -0
- package/dist/src/microsoft-excel.credential.d.ts.map +1 -0
- package/dist/src/microsoft-excel.credential.js +33 -0
- package/dist/src/microsoft-excel.credential.js.map +1 -0
- package/dist/src/microsoft-excel.types.d.ts +7 -0
- package/dist/src/microsoft-excel.types.d.ts.map +1 -0
- package/dist/src/microsoft-excel.types.js +8 -0
- package/dist/src/microsoft-excel.types.js.map +1 -0
- package/dist/src/microsoft-excel.variable.d.ts +5 -0
- package/dist/src/microsoft-excel.variable.d.ts.map +1 -0
- package/dist/src/microsoft-excel.variable.js +11 -0
- package/dist/src/microsoft-excel.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 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-services.gen.js","sourceRoot":"","sources":["../../.pikku/pikku-services.gen.ts"],"names":[],"mappings":"AAMA,0EAA0E;AAC1E,MAAM,CAAC,MAAM,yBAAyB,GAAG;IACvC,iBAAiB,EAAE,KAAK;IACxB,eAAe,EAAE,KAAK;IACtB,YAAY,EAAE,KAAK;IACnB,WAAW,EAAE,KAAK;IAClB,OAAO,EAAE,KAAK;IACd,UAAU,EAAE,KAAK;IACjB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,KAAK;IAChB,mBAAmB,EAAE,KAAK;IAC1B,mBAAmB,EAAE,KAAK;IAC1B,cAAc,EAAE,KAAK;IACrB,UAAU,EAAE,KAAK;IACjB,KAAK,EAAE,KAAK;IACZ,QAAQ,EAAE,IAAI;IACd,aAAa,EAAE,KAAK;IACpB,gBAAgB,EAAE,KAAK;IACvB,cAAc,EAAE,KAAK;IACrB,kBAAkB,EAAE,KAAK;IACzB,QAAQ,EAAE,IAAI;IACd,SAAS,EAAE,IAAI;IACf,cAAc,EAAE,KAAK;IACrB,WAAW,EAAE,IAAI;IACjB,oBAAoB,EAAE,KAAK;IAC3B,iBAAiB,EAAE,KAAK;CAChB,CAAA;AAEV,qEAAqE;AACrE,MAAM,CAAC,MAAM,oBAAoB,GAAG,EAC1B,CAAA;AAOV,oDAAoD;AACpD,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,SAAS,EAAC,WAAW,CAAU,CAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
import type { SingletonServices } from '../types/application-types.d.js'
|
|
5
|
+
import type { Services } from '../types/application-types.d.js'
|
|
6
|
+
|
|
7
|
+
// Singleton services map: true if required, false if available but unused
|
|
8
|
+
export const requiredSingletonServices = {
|
|
9
|
+
'agentRunService': false,
|
|
10
|
+
'aiAgentRunner': false,
|
|
11
|
+
'aiRunState': false,
|
|
12
|
+
'aiStorage': false,
|
|
13
|
+
'audit': false,
|
|
14
|
+
'auditLog': false,
|
|
15
|
+
'config': true,
|
|
16
|
+
'content': false,
|
|
17
|
+
'credentialService': false,
|
|
18
|
+
'deploymentService': false,
|
|
19
|
+
'emailService': false,
|
|
20
|
+
'eventHub': false,
|
|
21
|
+
'jwt': false,
|
|
22
|
+
'logger': true,
|
|
23
|
+
'metaService': false,
|
|
24
|
+
'microsoftExcel': false,
|
|
25
|
+
'queueService': false,
|
|
26
|
+
'schedulerService': false,
|
|
27
|
+
'schema': true,
|
|
28
|
+
'secrets': true,
|
|
29
|
+
'sessionStore': false,
|
|
30
|
+
'variables': true,
|
|
31
|
+
'workflowRunService': false,
|
|
32
|
+
'workflowService': false,
|
|
33
|
+
} as const
|
|
34
|
+
|
|
35
|
+
// Wire services map: true if required, false if available but unused
|
|
36
|
+
export const requiredWireServices = {
|
|
37
|
+
} as const
|
|
38
|
+
|
|
39
|
+
// Type exports
|
|
40
|
+
export type RequiredSingletonServices = Required<Pick<SingletonServices, 'config' | 'logger' | 'schema' | 'secrets' | 'variables'>> & Partial<Omit<SingletonServices, 'config' | 'logger' | 'schema' | 'secrets' | 'variables'>>
|
|
41
|
+
|
|
42
|
+
export type RequiredWireServices = Partial<Services>
|
|
43
|
+
|
|
44
|
+
// Services this addon needs from the parent project
|
|
45
|
+
export const requiredParentServices = ["secrets","variables"] as const
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Main type export hub - re-exports all wiring-specific types
|
|
6
|
+
*/
|
|
7
|
+
export * from './function/pikku-function-types.gen.js';
|
|
8
|
+
export * from './trigger/pikku-trigger-types.gen.js';
|
|
9
|
+
export * from './console/pikku-node-types.gen.js';
|
|
10
|
+
export * from './secrets/pikku-secret-types.gen.js';
|
|
11
|
+
export * from './addon/pikku-addon-types.gen.js';
|
|
12
|
+
//# sourceMappingURL=pikku-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-types.gen.d.ts","sourceRoot":"","sources":["../../.pikku/pikku-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAGH,cAAc,wCAAwC,CAAA;AAGtD,cAAc,sCAAsC,CAAA;AAGpD,cAAc,mCAAmC,CAAA;AAGjD,cAAc,qCAAqC,CAAA;AAGnD,cAAc,kCAAkC,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Main type export hub - re-exports all wiring-specific types
|
|
6
|
+
*/
|
|
7
|
+
// Core function, middleware, and permission types
|
|
8
|
+
export * from './function/pikku-function-types.gen.js';
|
|
9
|
+
// Trigger wiring types
|
|
10
|
+
export * from './trigger/pikku-trigger-types.gen.js';
|
|
11
|
+
// Node wiring types
|
|
12
|
+
export * from './console/pikku-node-types.gen.js';
|
|
13
|
+
// Secret definition types
|
|
14
|
+
export * from './secrets/pikku-secret-types.gen.js';
|
|
15
|
+
// Addon types
|
|
16
|
+
export * from './addon/pikku-addon-types.gen.js';
|
|
17
|
+
//# sourceMappingURL=pikku-types.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-types.gen.js","sourceRoot":"","sources":["../../.pikku/pikku-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,kDAAkD;AAClD,cAAc,wCAAwC,CAAA;AAEtD,uBAAuB;AACvB,cAAc,sCAAsC,CAAA;AAEpD,oBAAoB;AACpB,cAAc,mCAAmC,CAAA;AAEjD,0BAA0B;AAC1B,cAAc,qCAAqC,CAAA;AAEnD,cAAc;AACd,cAAc,kCAAkC,CAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Main type export hub - re-exports all wiring-specific types
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
// Core function, middleware, and permission types
|
|
9
|
+
export * from './function/pikku-function-types.gen.js'
|
|
10
|
+
|
|
11
|
+
// Trigger wiring types
|
|
12
|
+
export * from './trigger/pikku-trigger-types.gen.js'
|
|
13
|
+
|
|
14
|
+
// Node wiring types
|
|
15
|
+
export * from './console/pikku-node-types.gen.js'
|
|
16
|
+
|
|
17
|
+
// Secret definition types
|
|
18
|
+
export * from './secrets/pikku-secret-types.gen.js'
|
|
19
|
+
|
|
20
|
+
// Addon types
|
|
21
|
+
export * from './addon/pikku-addon-types.gen.js'
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Queue-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { CoreQueueWorker } from '@pikku/core/queue';
|
|
8
|
+
import type { PikkuFunctionConfig } from '../function/pikku-function-types.gen.js';
|
|
9
|
+
/**
|
|
10
|
+
* Type definition for queue workers that process background jobs.
|
|
11
|
+
*
|
|
12
|
+
* @template In - Input type for the queue job
|
|
13
|
+
* @template Out - Output type for the queue job
|
|
14
|
+
*/
|
|
15
|
+
type QueueWiring<In, Out> = CoreQueueWorker<PikkuFunctionConfig<In, Out, 'session' | 'rpc'>>;
|
|
16
|
+
/**
|
|
17
|
+
* Registers a queue worker with the Pikku framework.
|
|
18
|
+
* Workers process background jobs from queues.
|
|
19
|
+
*
|
|
20
|
+
* @param queueWorker - Queue worker definition with job handler
|
|
21
|
+
*/
|
|
22
|
+
export declare const wireQueueWorker: (queueWorker: QueueWiring<any, any>) => void;
|
|
23
|
+
export {};
|
|
24
|
+
//# sourceMappingURL=pikku-queue-types.gen.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-queue-types.gen.d.ts","sourceRoot":"","sources":["../../../.pikku/queue/pikku-queue-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAE,eAAe,EAA0C,MAAM,mBAAmB,CAAA;AAC3F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,yCAAyC,CAAA;AAElF;;;;;GAKG;AACH,KAAK,WAAW,CAAC,EAAE,EAAE,GAAG,IAAI,eAAe,CAAC,mBAAmB,CAAC,EAAE,EAAE,GAAG,EAAE,SAAS,GAAG,KAAK,CAAC,CAAC,CAAA;AAE5F;;;;;GAKG;AACH,eAAO,MAAM,eAAe,GAAI,aAAa,WAAW,CAAC,GAAG,EAAE,GAAG,CAAC,SAEjE,CAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Queue-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
import { wireQueueWorker as wireQueueWorkerCore } from '@pikku/core/queue';
|
|
8
|
+
/**
|
|
9
|
+
* Registers a queue worker with the Pikku framework.
|
|
10
|
+
* Workers process background jobs from queues.
|
|
11
|
+
*
|
|
12
|
+
* @param queueWorker - Queue worker definition with job handler
|
|
13
|
+
*/
|
|
14
|
+
export const wireQueueWorker = (queueWorker) => {
|
|
15
|
+
wireQueueWorkerCore(queueWorker);
|
|
16
|
+
};
|
|
17
|
+
//# sourceMappingURL=pikku-queue-types.gen.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"pikku-queue-types.gen.js","sourceRoot":"","sources":["../../../.pikku/queue/pikku-queue-types.gen.ts"],"names":[],"mappings":"AAAA;;GAEG;AACH;;GAEG;AAEH,OAAO,EAAmB,eAAe,IAAI,mBAAmB,EAAE,MAAM,mBAAmB,CAAA;AAW3F;;;;;GAKG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,WAAkC,EAAE,EAAE;IACpE,mBAAmB,CAAC,WAAkB,CAAC,CAAA;AACzC,CAAC,CAAA"}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* Queue-specific type definitions for tree-shaking optimization
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
import { CoreQueueWorker, wireQueueWorker as wireQueueWorkerCore } from '@pikku/core/queue'
|
|
9
|
+
import type { PikkuFunctionConfig } from '../function/pikku-function-types.gen.js'
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Type definition for queue workers that process background jobs.
|
|
13
|
+
*
|
|
14
|
+
* @template In - Input type for the queue job
|
|
15
|
+
* @template Out - Output type for the queue job
|
|
16
|
+
*/
|
|
17
|
+
type QueueWiring<In, Out> = CoreQueueWorker<PikkuFunctionConfig<In, Out, 'session' | 'rpc'>>
|
|
18
|
+
|
|
19
|
+
/**
|
|
20
|
+
* Registers a queue worker with the Pikku framework.
|
|
21
|
+
* Workers process background jobs from queues.
|
|
22
|
+
*
|
|
23
|
+
* @param queueWorker - Queue worker definition with job handler
|
|
24
|
+
*/
|
|
25
|
+
export const wireQueueWorker = (queueWorker: QueueWiring<any, any>) => {
|
|
26
|
+
wireQueueWorkerCore(queueWorker as any)
|
|
27
|
+
}
|
|
@@ -0,0 +1,252 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file was generated by @pikku/cli@0.12.54
|
|
3
|
+
*/
|
|
4
|
+
/**
|
|
5
|
+
* This provides the structure needed for typescript to be aware of RPCs and their return types
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
export type CredentialSchema_microsoftExcel = {
|
|
13
|
+
accessToken: string;
|
|
14
|
+
refreshToken?: string | undefined;
|
|
15
|
+
}
|
|
16
|
+
export type SecretSchema_microsoftExcelOAuthApp = {
|
|
17
|
+
/** OAuth2 app client ID */
|
|
18
|
+
clientId: string;
|
|
19
|
+
/** OAuth2 app client secret */
|
|
20
|
+
clientSecret: string;
|
|
21
|
+
}
|
|
22
|
+
export type TableAppendInput = {
|
|
23
|
+
workbookId: string;
|
|
24
|
+
worksheetId: string;
|
|
25
|
+
tableId: string;
|
|
26
|
+
values?: {
|
|
27
|
+
[key: string]: unknown;
|
|
28
|
+
}[] | undefined;
|
|
29
|
+
}
|
|
30
|
+
export type TableAppendOutput = {
|
|
31
|
+
[key: string]: unknown;
|
|
32
|
+
}
|
|
33
|
+
export type TableConvertToRangeInput = {
|
|
34
|
+
workbookId: string;
|
|
35
|
+
worksheetId: string;
|
|
36
|
+
tableId: string;
|
|
37
|
+
}
|
|
38
|
+
export type TableConvertToRangeOutput = {
|
|
39
|
+
[key: string]: unknown;
|
|
40
|
+
}
|
|
41
|
+
export type TableCreateInput = {
|
|
42
|
+
workbookId: string;
|
|
43
|
+
worksheetId: string;
|
|
44
|
+
address?: string | undefined;
|
|
45
|
+
hasHeaders?: boolean | undefined;
|
|
46
|
+
}
|
|
47
|
+
export type TableCreateOutput = {
|
|
48
|
+
[key: string]: unknown;
|
|
49
|
+
}
|
|
50
|
+
export type TableDeleteInput = {
|
|
51
|
+
workbookId: string;
|
|
52
|
+
worksheetId: string;
|
|
53
|
+
tableId: string;
|
|
54
|
+
}
|
|
55
|
+
export type TableDeleteOutput = {
|
|
56
|
+
[key: string]: unknown;
|
|
57
|
+
}
|
|
58
|
+
export type TableGetColumnsInput = {
|
|
59
|
+
workbookId: string;
|
|
60
|
+
worksheetId: string;
|
|
61
|
+
tableId: string;
|
|
62
|
+
}
|
|
63
|
+
export type TableGetColumnsOutput = {
|
|
64
|
+
value?: {
|
|
65
|
+
[key: string]: unknown;
|
|
66
|
+
}[] | undefined;
|
|
67
|
+
}
|
|
68
|
+
export type TableGetRowsInput = {
|
|
69
|
+
workbookId: string;
|
|
70
|
+
worksheetId: string;
|
|
71
|
+
tableId: string;
|
|
72
|
+
}
|
|
73
|
+
export type TableGetRowsOutput = {
|
|
74
|
+
value?: {
|
|
75
|
+
[key: string]: unknown;
|
|
76
|
+
}[] | undefined;
|
|
77
|
+
}
|
|
78
|
+
export type TableLookupInput = {
|
|
79
|
+
workbookId: string;
|
|
80
|
+
worksheetId: string;
|
|
81
|
+
tableId: string;
|
|
82
|
+
lookupColumn?: string | undefined;
|
|
83
|
+
lookupValue?: string | undefined;
|
|
84
|
+
}
|
|
85
|
+
export type TableLookupOutput = {
|
|
86
|
+
[key: string]: unknown;
|
|
87
|
+
}
|
|
88
|
+
export type VariableSchema_MICROSOFT_EXCEL_BASE_URL = "https://graph.microsoft.com/v1.0"
|
|
89
|
+
export type WorkbookAddWorksheetInput = {
|
|
90
|
+
workbookId: string;
|
|
91
|
+
name?: string | undefined;
|
|
92
|
+
}
|
|
93
|
+
export type WorkbookAddWorksheetOutput = {
|
|
94
|
+
[key: string]: unknown;
|
|
95
|
+
}
|
|
96
|
+
export type WorkbookDeleteInput = {
|
|
97
|
+
workbookId: string;
|
|
98
|
+
}
|
|
99
|
+
export type WorkbookDeleteOutput = {
|
|
100
|
+
[key: string]: unknown;
|
|
101
|
+
}
|
|
102
|
+
export type WorkbookGetAllInput = {
|
|
103
|
+
workbookId: string;
|
|
104
|
+
}
|
|
105
|
+
export type WorkbookGetAllOutput = {
|
|
106
|
+
value?: {
|
|
107
|
+
[key: string]: unknown;
|
|
108
|
+
}[] | undefined;
|
|
109
|
+
}
|
|
110
|
+
export type WorksheetAppendInput = {
|
|
111
|
+
workbookId: string;
|
|
112
|
+
worksheetId: string;
|
|
113
|
+
values?: {
|
|
114
|
+
[key: string]: unknown;
|
|
115
|
+
}[] | undefined;
|
|
116
|
+
}
|
|
117
|
+
export type WorksheetAppendOutput = {
|
|
118
|
+
[key: string]: unknown;
|
|
119
|
+
}
|
|
120
|
+
export type WorksheetClearInput = {
|
|
121
|
+
workbookId: string;
|
|
122
|
+
worksheetId: string;
|
|
123
|
+
applyTo?: string | undefined;
|
|
124
|
+
}
|
|
125
|
+
export type WorksheetClearOutput = {
|
|
126
|
+
[key: string]: unknown;
|
|
127
|
+
}
|
|
128
|
+
export type WorksheetDeleteInput = {
|
|
129
|
+
workbookId: string;
|
|
130
|
+
worksheetId: string;
|
|
131
|
+
}
|
|
132
|
+
export type WorksheetDeleteOutput = {
|
|
133
|
+
[key: string]: unknown;
|
|
134
|
+
}
|
|
135
|
+
export type WorksheetGetAllInput = {
|
|
136
|
+
workbookId: string;
|
|
137
|
+
}
|
|
138
|
+
export type WorksheetGetAllOutput = {
|
|
139
|
+
value?: {
|
|
140
|
+
[key: string]: unknown;
|
|
141
|
+
}[] | undefined;
|
|
142
|
+
}
|
|
143
|
+
export type WorksheetReadRowsInput = {
|
|
144
|
+
workbookId: string;
|
|
145
|
+
worksheetId: string;
|
|
146
|
+
}
|
|
147
|
+
export type WorksheetReadRowsOutput = {
|
|
148
|
+
[key: string]: unknown;
|
|
149
|
+
}
|
|
150
|
+
export type WorksheetUpdateInput = {
|
|
151
|
+
workbookId: string;
|
|
152
|
+
worksheetId: string;
|
|
153
|
+
values?: {
|
|
154
|
+
[key: string]: unknown;
|
|
155
|
+
}[] | undefined;
|
|
156
|
+
}
|
|
157
|
+
export type WorksheetUpdateOutput = {
|
|
158
|
+
[key: string]: unknown;
|
|
159
|
+
}
|
|
160
|
+
export type WorksheetUpsertInput = {
|
|
161
|
+
workbookId: string;
|
|
162
|
+
worksheetId: string;
|
|
163
|
+
values?: {
|
|
164
|
+
[key: string]: unknown;
|
|
165
|
+
}[] | undefined;
|
|
166
|
+
}
|
|
167
|
+
export type WorksheetUpsertOutput = {
|
|
168
|
+
[key: string]: unknown;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
interface RPCHandler<I, O> {
|
|
172
|
+
input: I;
|
|
173
|
+
output: O;
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export type RPCMap = {
|
|
177
|
+
};
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
// No addon packages, use RPCMap directly
|
|
182
|
+
export type FlattenedRPCMap = RPCMap
|
|
183
|
+
|
|
184
|
+
type IsAny<T> = 0 extends (1 & T) ? true : false
|
|
185
|
+
type IsVoidishInput<T> = IsAny<T> extends true
|
|
186
|
+
? false
|
|
187
|
+
: [T] extends [void | null | undefined]
|
|
188
|
+
? true
|
|
189
|
+
: false
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
export type RPCInvoke = <Name extends keyof FlattenedRPCMap>(
|
|
193
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
194
|
+
? [name: Name]
|
|
195
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
196
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
197
|
+
|
|
198
|
+
export type RPCRemote = <Name extends keyof FlattenedRPCMap>(
|
|
199
|
+
...args: IsVoidishInput<FlattenedRPCMap[Name]['input']> extends true
|
|
200
|
+
? [name: Name]
|
|
201
|
+
: [name: Name, data: FlattenedRPCMap[Name]['input']]
|
|
202
|
+
) => Promise<FlattenedRPCMap[Name]['output']>
|
|
203
|
+
|
|
204
|
+
import type { FlattenedWorkflowMap } from '../workflow/pikku-workflow-map.gen.d.js'
|
|
205
|
+
|
|
206
|
+
import type { AgentMap } from '../agent/pikku-agent-map.gen.d.js'
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
type FlattenedAgentMap = AgentMap
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
import type { PikkuRPC } from '@pikku/core/rpc'
|
|
213
|
+
|
|
214
|
+
interface AIAgentInput {
|
|
215
|
+
message: string
|
|
216
|
+
threadId: string
|
|
217
|
+
resourceId: string
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
export type TypedStartWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
221
|
+
name: Name,
|
|
222
|
+
input: FlattenedWorkflowMap[Name]['input'],
|
|
223
|
+
options?: { startNode?: string }
|
|
224
|
+
) => Promise<{ runId: string }>
|
|
225
|
+
|
|
226
|
+
export type TypedRunWorkflow = <Name extends keyof FlattenedWorkflowMap>(
|
|
227
|
+
name: Name,
|
|
228
|
+
input: FlattenedWorkflowMap[Name]['input']
|
|
229
|
+
) => Promise<FlattenedWorkflowMap[Name]['output']>
|
|
230
|
+
|
|
231
|
+
export type TypedWorkflowStatus = (
|
|
232
|
+
workflowName: string,
|
|
233
|
+
runId: string
|
|
234
|
+
) => Promise<{ id: string; status: 'running' | 'suspended' | 'completed' | 'failed' | 'cancelled'; output?: unknown; error?: { message?: string } }>
|
|
235
|
+
|
|
236
|
+
type TypedAgentRun = [keyof FlattenedAgentMap] extends [never]
|
|
237
|
+
? (name: string, input: AIAgentInput) => Promise<any>
|
|
238
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
239
|
+
name: Name,
|
|
240
|
+
input: AIAgentInput
|
|
241
|
+
) => Promise<{ runId: string; result: FlattenedAgentMap[Name]['output']; usage: { inputTokens: number; outputTokens: number } }>
|
|
242
|
+
|
|
243
|
+
type TypedAgentStream = [keyof FlattenedAgentMap] extends [never]
|
|
244
|
+
? (name: string, input: AIAgentInput, options?: { requiresToolApproval?: 'all' | 'explicit' | false }) => Promise<void>
|
|
245
|
+
: <Name extends keyof FlattenedAgentMap>(
|
|
246
|
+
name: Name,
|
|
247
|
+
input: AIAgentInput,
|
|
248
|
+
options?: { requiresToolApproval?: 'all' | 'explicit' | false }
|
|
249
|
+
) => Promise<void>
|
|
250
|
+
|
|
251
|
+
export type TypedPikkuRPC = PikkuRPC<RPCInvoke, RPCRemote, TypedStartWorkflow, TypedAgentRun, TypedAgentStream>
|
|
252
|
+
|