@keystrokehq/owl_protocol 0.1.2 → 0.1.4
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/actions/deploy-collection.cjs +2 -2
- package/dist/actions/deploy-collection.cjs.map +1 -1
- package/dist/actions/deploy-collection.d.cts +3 -3
- package/dist/actions/deploy-collection.d.mts +3 -3
- package/dist/actions/deploy-collection.mjs +2 -2
- package/dist/actions/deploy-collection.mjs.map +1 -1
- package/dist/actions/get-project-details.cjs +1 -1
- package/dist/actions/get-project-details.cjs.map +1 -1
- package/dist/actions/get-project-details.d.cts +1 -1
- package/dist/actions/get-project-details.d.mts +1 -1
- package/dist/actions/get-project-details.mjs +1 -1
- package/dist/actions/get-project-details.mjs.map +1 -1
- package/dist/actions/list-projects.cjs +1 -1
- package/dist/actions/list-projects.cjs.map +1 -1
- package/dist/actions/list-projects.d.cts +1 -1
- package/dist/actions/list-projects.d.mts +1 -1
- package/dist/actions/list-projects.mjs +1 -1
- package/dist/actions/list-projects.mjs.map +1 -1
- package/dist/catalog.cjs +1 -1
- package/dist/catalog.cjs.map +1 -1
- package/dist/catalog.d.cts +1 -1
- package/dist/catalog.d.mts +1 -1
- package/dist/catalog.mjs +1 -1
- package/dist/catalog.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -11,7 +11,7 @@ const OwlProtocolDeployCollectionInput = zod.z.object({
|
|
|
11
11
|
name: zod.z.string().describe("Display name for the ERC721 collection."),
|
|
12
12
|
symbol: zod.z.string().describe("Symbol for the collection (token ticker)."),
|
|
13
13
|
chainId: zod.z.number().int().describe("Blockchain network chain ID."),
|
|
14
|
-
overrides: zod.z.
|
|
14
|
+
overrides: zod.z.record(zod.z.string(), zod.z.unknown()).describe("Transaction parameters to override (e.g., gasLimit).").optional(),
|
|
15
15
|
projectId: zod.z.string().describe("Project identifier."),
|
|
16
16
|
contractName: zod.z.string().describe("Name of the contract to deploy.")
|
|
17
17
|
});
|
|
@@ -20,7 +20,7 @@ const OwlProtocolDeployCollectionOutput = zod.z.object({
|
|
|
20
20
|
address: zod.z.string().describe("Deployed contract address.").nullable(),
|
|
21
21
|
chainId: zod.z.number().int().describe("Blockchain network chain ID.").nullable(),
|
|
22
22
|
transactionHash: zod.z.string().describe("Transaction hash of the deployment.").nullable()
|
|
23
|
-
});
|
|
23
|
+
}).passthrough();
|
|
24
24
|
const owlProtocolDeployCollection = require_action.action("OWL_PROTOCOL_DEPLOY_COLLECTION", {
|
|
25
25
|
slug: "owl_protocol-deploy-collection",
|
|
26
26
|
name: "Deploy ERC721 Collection",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy-collection.cjs","names":["z","action"],"sources":["../../src/actions/deploy-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolDeployCollectionInput = z.object({\n args: z.array(z.union([z.string(), z.number().int(), z.boolean(), z.number()])).describe(\"Constructor arguments for the contract.\").optional(),\n name: z.string().describe(\"Display name for the ERC721 collection.\"),\n symbol: z.string().describe(\"Symbol for the collection (token ticker).\"),\n chainId: z.number().int().describe(\"Blockchain network chain ID.\"),\n overrides: z.
|
|
1
|
+
{"version":3,"file":"deploy-collection.cjs","names":["z","action"],"sources":["../../src/actions/deploy-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolDeployCollectionInput = z.object({\n args: z.array(z.union([z.string(), z.number().int(), z.boolean(), z.number()])).describe(\"Constructor arguments for the contract.\").optional(),\n name: z.string().describe(\"Display name for the ERC721 collection.\"),\n symbol: z.string().describe(\"Symbol for the collection (token ticker).\"),\n chainId: z.number().int().describe(\"Blockchain network chain ID.\"),\n overrides: z.record(z.string(), z.unknown()).describe(\"Transaction parameters to override (e.g., gasLimit).\").optional(),\n projectId: z.string().describe(\"Project identifier.\"),\n contractName: z.string().describe(\"Name of the contract to deploy.\"),\n});\nexport const OwlProtocolDeployCollectionOutput = z.object({\n status: z.string().describe(\"Status message of the deployment.\").nullable(),\n address: z.string().describe(\"Deployed contract address.\").nullable(),\n chainId: z.number().int().describe(\"Blockchain network chain ID.\").nullable(),\n transactionHash: z.string().describe(\"Transaction hash of the deployment.\").nullable(),\n}).passthrough();\n\nexport const owlProtocolDeployCollection = action(\"OWL_PROTOCOL_DEPLOY_COLLECTION\", {\n slug: \"owl_protocol-deploy-collection\",\n name: \"Deploy ERC721 Collection\",\n description: \"Tool to deploy a new ERC721 collection contract. Use after creating a project to programmatically deploy the collection on a specified blockchain.\",\n input: OwlProtocolDeployCollectionInput,\n output: OwlProtocolDeployCollectionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmCA,IAAAA,EAAE,OAAO;CACvD,MAAMA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;EAAGA,IAAAA,EAAE,QAAQ;EAAGA,IAAAA,EAAE,OAAO;CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC7I,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACnE,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;CACvE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;CACjE,WAAWA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;CACvH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;CACpD,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AACrE,CAAC;AACD,MAAa,oCAAoCA,IAAAA,EAAE,OAAO;CACxD,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC1E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACpE,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CAC5E,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;AACvF,CAAC,CAAC,CAAC,YAAY;AAEf,MAAa,8BAA8BC,eAAAA,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -6,7 +6,7 @@ declare const OwlProtocolDeployCollectionInput: z.ZodObject<{
|
|
|
6
6
|
name: z.ZodString;
|
|
7
7
|
symbol: z.ZodString;
|
|
8
8
|
chainId: z.ZodNumber;
|
|
9
|
-
overrides: z.ZodOptional<z.
|
|
9
|
+
overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10
10
|
projectId: z.ZodString;
|
|
11
11
|
contractName: z.ZodString;
|
|
12
12
|
}, z.core.$strip>;
|
|
@@ -15,7 +15,7 @@ declare const OwlProtocolDeployCollectionOutput: z.ZodObject<{
|
|
|
15
15
|
address: z.ZodNullable<z.ZodString>;
|
|
16
16
|
chainId: z.ZodNullable<z.ZodNumber>;
|
|
17
17
|
transactionHash: z.ZodNullable<z.ZodString>;
|
|
18
|
-
}, z.core.$
|
|
18
|
+
}, z.core.$loose>;
|
|
19
19
|
declare const owlProtocolDeployCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
name: string;
|
|
21
21
|
symbol: string;
|
|
@@ -23,7 +23,7 @@ declare const owlProtocolDeployCollection: import("@keystrokehq/action").Workflo
|
|
|
23
23
|
projectId: string;
|
|
24
24
|
contractName: string;
|
|
25
25
|
args?: (string | number | boolean)[] | undefined;
|
|
26
|
-
overrides?: Record<string,
|
|
26
|
+
overrides?: Record<string, unknown> | undefined;
|
|
27
27
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { owlProtocolDeployCollection };
|
|
@@ -6,7 +6,7 @@ declare const OwlProtocolDeployCollectionInput: z.ZodObject<{
|
|
|
6
6
|
name: z.ZodString;
|
|
7
7
|
symbol: z.ZodString;
|
|
8
8
|
chainId: z.ZodNumber;
|
|
9
|
-
overrides: z.ZodOptional<z.
|
|
9
|
+
overrides: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
10
10
|
projectId: z.ZodString;
|
|
11
11
|
contractName: z.ZodString;
|
|
12
12
|
}, z.core.$strip>;
|
|
@@ -15,7 +15,7 @@ declare const OwlProtocolDeployCollectionOutput: z.ZodObject<{
|
|
|
15
15
|
address: z.ZodNullable<z.ZodString>;
|
|
16
16
|
chainId: z.ZodNullable<z.ZodNumber>;
|
|
17
17
|
transactionHash: z.ZodNullable<z.ZodString>;
|
|
18
|
-
}, z.core.$
|
|
18
|
+
}, z.core.$loose>;
|
|
19
19
|
declare const owlProtocolDeployCollection: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
20
20
|
name: string;
|
|
21
21
|
symbol: string;
|
|
@@ -23,7 +23,7 @@ declare const owlProtocolDeployCollection: import("@keystrokehq/action").Workflo
|
|
|
23
23
|
projectId: string;
|
|
24
24
|
contractName: string;
|
|
25
25
|
args?: (string | number | boolean)[] | undefined;
|
|
26
|
-
overrides?: Record<string,
|
|
26
|
+
overrides?: Record<string, unknown> | undefined;
|
|
27
27
|
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
28
28
|
//#endregion
|
|
29
29
|
export { owlProtocolDeployCollection };
|
|
@@ -14,7 +14,7 @@ const owlProtocolDeployCollection = action("OWL_PROTOCOL_DEPLOY_COLLECTION", {
|
|
|
14
14
|
name: z.string().describe("Display name for the ERC721 collection."),
|
|
15
15
|
symbol: z.string().describe("Symbol for the collection (token ticker)."),
|
|
16
16
|
chainId: z.number().int().describe("Blockchain network chain ID."),
|
|
17
|
-
overrides: z.
|
|
17
|
+
overrides: z.record(z.string(), z.unknown()).describe("Transaction parameters to override (e.g., gasLimit).").optional(),
|
|
18
18
|
projectId: z.string().describe("Project identifier."),
|
|
19
19
|
contractName: z.string().describe("Name of the contract to deploy.")
|
|
20
20
|
}),
|
|
@@ -23,7 +23,7 @@ const owlProtocolDeployCollection = action("OWL_PROTOCOL_DEPLOY_COLLECTION", {
|
|
|
23
23
|
address: z.string().describe("Deployed contract address.").nullable(),
|
|
24
24
|
chainId: z.number().int().describe("Blockchain network chain ID.").nullable(),
|
|
25
25
|
transactionHash: z.string().describe("Transaction hash of the deployment.").nullable()
|
|
26
|
-
})
|
|
26
|
+
}).passthrough()
|
|
27
27
|
});
|
|
28
28
|
//#endregion
|
|
29
29
|
export { owlProtocolDeployCollection };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"deploy-collection.mjs","names":[],"sources":["../../src/actions/deploy-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolDeployCollectionInput = z.object({\n args: z.array(z.union([z.string(), z.number().int(), z.boolean(), z.number()])).describe(\"Constructor arguments for the contract.\").optional(),\n name: z.string().describe(\"Display name for the ERC721 collection.\"),\n symbol: z.string().describe(\"Symbol for the collection (token ticker).\"),\n chainId: z.number().int().describe(\"Blockchain network chain ID.\"),\n overrides: z.
|
|
1
|
+
{"version":3,"file":"deploy-collection.mjs","names":[],"sources":["../../src/actions/deploy-collection.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolDeployCollectionInput = z.object({\n args: z.array(z.union([z.string(), z.number().int(), z.boolean(), z.number()])).describe(\"Constructor arguments for the contract.\").optional(),\n name: z.string().describe(\"Display name for the ERC721 collection.\"),\n symbol: z.string().describe(\"Symbol for the collection (token ticker).\"),\n chainId: z.number().int().describe(\"Blockchain network chain ID.\"),\n overrides: z.record(z.string(), z.unknown()).describe(\"Transaction parameters to override (e.g., gasLimit).\").optional(),\n projectId: z.string().describe(\"Project identifier.\"),\n contractName: z.string().describe(\"Name of the contract to deploy.\"),\n});\nexport const OwlProtocolDeployCollectionOutput = z.object({\n status: z.string().describe(\"Status message of the deployment.\").nullable(),\n address: z.string().describe(\"Deployed contract address.\").nullable(),\n chainId: z.number().int().describe(\"Blockchain network chain ID.\").nullable(),\n transactionHash: z.string().describe(\"Transaction hash of the deployment.\").nullable(),\n}).passthrough();\n\nexport const owlProtocolDeployCollection = action(\"OWL_PROTOCOL_DEPLOY_COLLECTION\", {\n slug: \"owl_protocol-deploy-collection\",\n name: \"Deploy ERC721 Collection\",\n description: \"Tool to deploy a new ERC721 collection contract. Use after creating a project to programmatically deploy the collection on a specified blockchain.\",\n input: OwlProtocolDeployCollectionInput,\n output: OwlProtocolDeployCollectionOutput,\n});\n"],"mappings":";;AAoBA,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OApB8C,EAAE,OAAO;EACvD,MAAM,EAAE,MAAM,EAAE,MAAM;GAAC,EAAE,OAAO;GAAG,EAAE,OAAO,CAAC,CAAC,IAAI;GAAG,EAAE,QAAQ;GAAG,EAAE,OAAO;EAAC,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;EAC7I,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;EACnE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C;EACvE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B;EACjE,WAAW,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;EACvH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB;EACpD,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACrE,CAYS;CACP,QAZ+C,EAAE,OAAO;EACxD,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EAC1E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;EACpE,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;EAC5E,iBAAiB,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS;CACvF,CAAC,CAAC,CAAC,YAOO;AACV,CAAC"}
|
|
@@ -9,7 +9,7 @@ const OwlProtocolGetProjectDetailsOutput = zod.z.object({
|
|
|
9
9
|
projectId: zod.z.string().describe("Unique identifier of the project.").nullable(),
|
|
10
10
|
updatedAt: zod.z.string().describe("ISO-8601 timestamp when the project was last updated.").nullable(),
|
|
11
11
|
description: zod.z.string().describe("Optional description of the project.").nullable().optional()
|
|
12
|
-
}).describe("Response model for GetProjectDetails action.");
|
|
12
|
+
}).passthrough().describe("Response model for GetProjectDetails action.");
|
|
13
13
|
const owlProtocolGetProjectDetails = require_action.action("OWL_PROTOCOL_GET_PROJECT_DETAILS", {
|
|
14
14
|
slug: "owl_protocol-get-project-details",
|
|
15
15
|
name: "Get Project Details",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-project-details.cjs","names":["z","action"],"sources":["../../src/actions/get-project-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolGetProjectDetailsInput = z.object({}).describe(\"Request model for retrieving project details. No parameters are required; the project is identified via the API key header.\");\nexport const OwlProtocolGetProjectDetailsOutput = z.object({\n name: z.string().describe(\"Name of the project.\").nullable(),\n owner: z.string().describe(\"Owner of the project.\").nullable(),\n createdAt: z.string().describe(\"ISO-8601 timestamp when the project was created.\").nullable(),\n projectId: z.string().describe(\"Unique identifier of the project.\").nullable(),\n updatedAt: z.string().describe(\"ISO-8601 timestamp when the project was last updated.\").nullable(),\n description: z.string().describe(\"Optional description of the project.\").nullable().optional(),\n}).describe(\"Response model for GetProjectDetails action.\");\n\nexport const owlProtocolGetProjectDetails = action(\"OWL_PROTOCOL_GET_PROJECT_DETAILS\", {\n slug: \"owl_protocol-get-project-details\",\n name: \"Get Project Details\",\n description: \"Tool to retrieve details of a specific project. Use when you need metadata about a project after authenticating with your API key.\",\n input: OwlProtocolGetProjectDetailsInput,\n output: OwlProtocolGetProjectDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6HAA6H;AACpM,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC7D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,SAAS,8CAA8C;
|
|
1
|
+
{"version":3,"file":"get-project-details.cjs","names":["z","action"],"sources":["../../src/actions/get-project-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolGetProjectDetailsInput = z.object({}).describe(\"Request model for retrieving project details. No parameters are required; the project is identified via the API key header.\");\nexport const OwlProtocolGetProjectDetailsOutput = z.object({\n name: z.string().describe(\"Name of the project.\").nullable(),\n owner: z.string().describe(\"Owner of the project.\").nullable(),\n createdAt: z.string().describe(\"ISO-8601 timestamp when the project was created.\").nullable(),\n projectId: z.string().describe(\"Unique identifier of the project.\").nullable(),\n updatedAt: z.string().describe(\"ISO-8601 timestamp when the project was last updated.\").nullable(),\n description: z.string().describe(\"Optional description of the project.\").nullable().optional(),\n}).passthrough().describe(\"Response model for GetProjectDetails action.\");\n\nexport const owlProtocolGetProjectDetails = action(\"OWL_PROTOCOL_GET_PROJECT_DETAILS\", {\n slug: \"owl_protocol-get-project-details\",\n name: \"Get Project Details\",\n description: \"Tool to retrieve details of a specific project. Use when you need metadata about a project after authenticating with your API key.\",\n input: OwlProtocolGetProjectDetailsInput,\n output: OwlProtocolGetProjectDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,oCAAoCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6HAA6H;AACpM,MAAa,qCAAqCA,IAAAA,EAAE,OAAO;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC7D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;CAC5F,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC7E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;CACjG,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC/F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAA8C;AAExE,MAAa,+BAA+BC,eAAAA,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -9,7 +9,7 @@ declare const OwlProtocolGetProjectDetailsOutput: z.ZodObject<{
|
|
|
9
9
|
projectId: z.ZodNullable<z.ZodString>;
|
|
10
10
|
updatedAt: z.ZodNullable<z.ZodString>;
|
|
11
11
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
-
}, z.core.$
|
|
12
|
+
}, z.core.$loose>;
|
|
13
13
|
declare const owlProtocolGetProjectDetails: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { owlProtocolGetProjectDetails };
|
|
@@ -9,7 +9,7 @@ declare const OwlProtocolGetProjectDetailsOutput: z.ZodObject<{
|
|
|
9
9
|
projectId: z.ZodNullable<z.ZodString>;
|
|
10
10
|
updatedAt: z.ZodNullable<z.ZodString>;
|
|
11
11
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
|
-
}, z.core.$
|
|
12
|
+
}, z.core.$loose>;
|
|
13
13
|
declare const owlProtocolGetProjectDetails: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { owlProtocolGetProjectDetails };
|
|
@@ -12,7 +12,7 @@ const owlProtocolGetProjectDetails = action("OWL_PROTOCOL_GET_PROJECT_DETAILS",
|
|
|
12
12
|
projectId: z.string().describe("Unique identifier of the project.").nullable(),
|
|
13
13
|
updatedAt: z.string().describe("ISO-8601 timestamp when the project was last updated.").nullable(),
|
|
14
14
|
description: z.string().describe("Optional description of the project.").nullable().optional()
|
|
15
|
-
}).describe("Response model for GetProjectDetails action.")
|
|
15
|
+
}).passthrough().describe("Response model for GetProjectDetails action.")
|
|
16
16
|
});
|
|
17
17
|
//#endregion
|
|
18
18
|
export { owlProtocolGetProjectDetails };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"get-project-details.mjs","names":[],"sources":["../../src/actions/get-project-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolGetProjectDetailsInput = z.object({}).describe(\"Request model for retrieving project details. No parameters are required; the project is identified via the API key header.\");\nexport const OwlProtocolGetProjectDetailsOutput = z.object({\n name: z.string().describe(\"Name of the project.\").nullable(),\n owner: z.string().describe(\"Owner of the project.\").nullable(),\n createdAt: z.string().describe(\"ISO-8601 timestamp when the project was created.\").nullable(),\n projectId: z.string().describe(\"Unique identifier of the project.\").nullable(),\n updatedAt: z.string().describe(\"ISO-8601 timestamp when the project was last updated.\").nullable(),\n description: z.string().describe(\"Optional description of the project.\").nullable().optional(),\n}).describe(\"Response model for GetProjectDetails action.\");\n\nexport const owlProtocolGetProjectDetails = action(\"OWL_PROTOCOL_GET_PROJECT_DETAILS\", {\n slug: \"owl_protocol-get-project-details\",\n name: \"Get Project Details\",\n description: \"Tool to retrieve details of a specific project. Use when you need metadata about a project after authenticating with your API key.\",\n input: OwlProtocolGetProjectDetailsInput,\n output: OwlProtocolGetProjectDetailsOutput,\n});\n"],"mappings":";;AAcA,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAd+C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6HAc9D;CACP,QAdgD,EAAE,OAAO;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC7D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"get-project-details.mjs","names":[],"sources":["../../src/actions/get-project-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolGetProjectDetailsInput = z.object({}).describe(\"Request model for retrieving project details. No parameters are required; the project is identified via the API key header.\");\nexport const OwlProtocolGetProjectDetailsOutput = z.object({\n name: z.string().describe(\"Name of the project.\").nullable(),\n owner: z.string().describe(\"Owner of the project.\").nullable(),\n createdAt: z.string().describe(\"ISO-8601 timestamp when the project was created.\").nullable(),\n projectId: z.string().describe(\"Unique identifier of the project.\").nullable(),\n updatedAt: z.string().describe(\"ISO-8601 timestamp when the project was last updated.\").nullable(),\n description: z.string().describe(\"Optional description of the project.\").nullable().optional(),\n}).passthrough().describe(\"Response model for GetProjectDetails action.\");\n\nexport const owlProtocolGetProjectDetails = action(\"OWL_PROTOCOL_GET_PROJECT_DETAILS\", {\n slug: \"owl_protocol-get-project-details\",\n name: \"Get Project Details\",\n description: \"Tool to retrieve details of a specific project. Use when you need metadata about a project after authenticating with your API key.\",\n input: OwlProtocolGetProjectDetailsInput,\n output: OwlProtocolGetProjectDetailsOutput,\n});\n"],"mappings":";;AAcA,MAAa,+BAA+B,OAAO,oCAAoC;CACrF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAd+C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,6HAc9D;CACP,QAdgD,EAAE,OAAO;EACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;EAC3D,OAAO,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;EAC7D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD,CAAC,CAAC,SAAS;EAC5F,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;EAC7E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS;EACjG,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,8CAOhB;AACV,CAAC"}
|
|
@@ -9,7 +9,7 @@ const OwlProtocolListProjects_ProjectSchema = zod.z.object({
|
|
|
9
9
|
updatedAt: zod.z.string().describe("Timestamp when the project was last updated.").nullable(),
|
|
10
10
|
description: zod.z.string().describe("Description of the project.").nullable().optional()
|
|
11
11
|
}).passthrough().describe("Model representing a single project.");
|
|
12
|
-
const OwlProtocolListProjectsOutput = zod.z.object({ projects: zod.z.array(OwlProtocolListProjects_ProjectSchema).describe("List of project objects.") }).describe("Response model for listing all projects.");
|
|
12
|
+
const OwlProtocolListProjectsOutput = zod.z.object({ projects: zod.z.array(OwlProtocolListProjects_ProjectSchema).describe("List of project objects.") }).passthrough().describe("Response model for listing all projects.");
|
|
13
13
|
const owlProtocolListProjects = require_action.action("OWL_PROTOCOL_LIST_PROJECTS", {
|
|
14
14
|
slug: "owl_protocol-list-projects",
|
|
15
15
|
name: "List Projects",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-projects.cjs","names":["z","action"],"sources":["../../src/actions/list-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolListProjectsInput = z.object({}).describe(\"Request model for listing all projects.\");\nconst OwlProtocolListProjects_ProjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the project.\").nullable(),\n name: z.string().describe(\"Name of the project.\").nullable(),\n createdAt: z.string().describe(\"Timestamp when the project was created.\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the project was last updated.\").nullable(),\n description: z.string().describe(\"Description of the project.\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single project.\");\nexport const OwlProtocolListProjectsOutput = z.object({\n projects: z.array(OwlProtocolListProjects_ProjectSchema).describe(\"List of project objects.\"),\n}).describe(\"Response model for listing all projects.\");\n\nexport const owlProtocolListProjects = action(\"OWL_PROTOCOL_LIST_PROJECTS\", {\n slug: \"owl_protocol-list-projects\",\n name: \"List Projects\",\n description: \"Tool to list all projects. Use when you need to retrieve all projects accessible by the authenticated user.\",\n input: OwlProtocolListProjectsInput,\n output: OwlProtocolListProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAC3G,MAAM,wCAAwCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAChE,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,UAAUA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,0BAA0B,EAC9F,CAAC,CAAC,CAAC,SAAS,0CAA0C;
|
|
1
|
+
{"version":3,"file":"list-projects.cjs","names":["z","action"],"sources":["../../src/actions/list-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolListProjectsInput = z.object({}).describe(\"Request model for listing all projects.\");\nconst OwlProtocolListProjects_ProjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the project.\").nullable(),\n name: z.string().describe(\"Name of the project.\").nullable(),\n createdAt: z.string().describe(\"Timestamp when the project was created.\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the project was last updated.\").nullable(),\n description: z.string().describe(\"Description of the project.\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single project.\");\nexport const OwlProtocolListProjectsOutput = z.object({\n projects: z.array(OwlProtocolListProjects_ProjectSchema).describe(\"List of project objects.\"),\n}).passthrough().describe(\"Response model for listing all projects.\");\n\nexport const owlProtocolListProjects = action(\"OWL_PROTOCOL_LIST_PROJECTS\", {\n slug: \"owl_protocol-list-projects\",\n name: \"List Projects\",\n description: \"Tool to list all projects. Use when you need to retrieve all projects accessible by the authenticated user.\",\n input: OwlProtocolListProjectsInput,\n output: OwlProtocolListProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAC3G,MAAM,wCAAwCA,IAAAA,EAAE,OAAO;CACrD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAChE,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,EACpD,UAAUA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,0BAA0B,EAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAA0C;AAEpE,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -10,7 +10,7 @@ declare const OwlProtocolListProjectsOutput: z.ZodObject<{
|
|
|
10
10
|
updatedAt: z.ZodNullable<z.ZodString>;
|
|
11
11
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
}, z.core.$loose>>;
|
|
13
|
-
}, z.core.$
|
|
13
|
+
}, z.core.$loose>;
|
|
14
14
|
declare const owlProtocolListProjects: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { owlProtocolListProjects };
|
|
@@ -10,7 +10,7 @@ declare const OwlProtocolListProjectsOutput: z.ZodObject<{
|
|
|
10
10
|
updatedAt: z.ZodNullable<z.ZodString>;
|
|
11
11
|
description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
12
12
|
}, z.core.$loose>>;
|
|
13
|
-
}, z.core.$
|
|
13
|
+
}, z.core.$loose>;
|
|
14
14
|
declare const owlProtocolListProjects: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
15
15
|
//#endregion
|
|
16
16
|
export { owlProtocolListProjects };
|
|
@@ -14,7 +14,7 @@ const owlProtocolListProjects = action("OWL_PROTOCOL_LIST_PROJECTS", {
|
|
|
14
14
|
name: "List Projects",
|
|
15
15
|
description: "Tool to list all projects. Use when you need to retrieve all projects accessible by the authenticated user.",
|
|
16
16
|
input: OwlProtocolListProjectsInput,
|
|
17
|
-
output: z.object({ projects: z.array(OwlProtocolListProjects_ProjectSchema).describe("List of project objects.") }).describe("Response model for listing all projects.")
|
|
17
|
+
output: z.object({ projects: z.array(OwlProtocolListProjects_ProjectSchema).describe("List of project objects.") }).passthrough().describe("Response model for listing all projects.")
|
|
18
18
|
});
|
|
19
19
|
//#endregion
|
|
20
20
|
export { owlProtocolListProjects };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-projects.mjs","names":[],"sources":["../../src/actions/list-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolListProjectsInput = z.object({}).describe(\"Request model for listing all projects.\");\nconst OwlProtocolListProjects_ProjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the project.\").nullable(),\n name: z.string().describe(\"Name of the project.\").nullable(),\n createdAt: z.string().describe(\"Timestamp when the project was created.\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the project was last updated.\").nullable(),\n description: z.string().describe(\"Description of the project.\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single project.\");\nexport const OwlProtocolListProjectsOutput = z.object({\n projects: z.array(OwlProtocolListProjects_ProjectSchema).describe(\"List of project objects.\"),\n}).describe(\"Response model for listing all projects.\");\n\nexport const owlProtocolListProjects = action(\"OWL_PROTOCOL_LIST_PROJECTS\", {\n slug: \"owl_protocol-list-projects\",\n name: \"List Projects\",\n description: \"Tool to list all projects. Use when you need to retrieve all projects accessible by the authenticated user.\",\n input: OwlProtocolListProjectsInput,\n output: OwlProtocolListProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAC3G,MAAM,wCAAwC,EAAE,OAAO;CACrD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAKhE,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2C,EAAE,OAAO,EACpD,UAAU,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,0BAA0B,EAC9F,CAAC,CAAC,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"list-projects.mjs","names":[],"sources":["../../src/actions/list-projects.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const OwlProtocolListProjectsInput = z.object({}).describe(\"Request model for listing all projects.\");\nconst OwlProtocolListProjects_ProjectSchema = z.object({\n id: z.string().describe(\"Unique identifier for the project.\").nullable(),\n name: z.string().describe(\"Name of the project.\").nullable(),\n createdAt: z.string().describe(\"Timestamp when the project was created.\").nullable(),\n updatedAt: z.string().describe(\"Timestamp when the project was last updated.\").nullable(),\n description: z.string().describe(\"Description of the project.\").nullable().optional(),\n}).passthrough().describe(\"Model representing a single project.\");\nexport const OwlProtocolListProjectsOutput = z.object({\n projects: z.array(OwlProtocolListProjects_ProjectSchema).describe(\"List of project objects.\"),\n}).passthrough().describe(\"Response model for listing all projects.\");\n\nexport const owlProtocolListProjects = action(\"OWL_PROTOCOL_LIST_PROJECTS\", {\n slug: \"owl_protocol-list-projects\",\n name: \"List Projects\",\n description: \"Tool to list all projects. Use when you need to retrieve all projects accessible by the authenticated user.\",\n input: OwlProtocolListProjectsInput,\n output: OwlProtocolListProjectsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA+B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,yCAAyC;AAC3G,MAAM,wCAAwC,EAAE,OAAO;CACrD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC3D,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtF,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,sCAAsC;AAKhE,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2C,EAAE,OAAO,EACpD,UAAU,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,0BAA0B,EAC9F,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,SAAS,0CAOhB;AACV,CAAC"}
|
package/dist/catalog.cjs
CHANGED
|
@@ -8,7 +8,7 @@ const owlProtocolCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/owl_protocol",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "Owl Protocol API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your Owl Protocol API Key for authentication (add from your Owl Protocol dashboard)"
|
package/dist/catalog.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const owlProtocolCatalog = {\n \"slug\": \"owl_protocol\",\n \"name\": \"Owl Protocol\",\n \"description\": \"Owl Protocol empowers developers to build feature-rich, user-friendly Web3 applications for mainstream adoption through modular infrastructure that simplifies blockchain development.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/owl_protocol\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const owlProtocolCatalog = {\n \"slug\": \"owl_protocol\",\n \"name\": \"Owl Protocol\",\n \"description\": \"Owl Protocol empowers developers to build feature-rich, user-friendly Web3 applications for mainstream adoption through modular infrastructure that simplifies blockchain development.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/owl_protocol\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Owl Protocol API Key\",\n \"secret\": true,\n \"description\": \"Your Owl Protocol API Key for authentication (add from your Owl Protocol dashboard)\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|
package/dist/catalog.d.cts
CHANGED
|
@@ -9,7 +9,7 @@ declare const owlProtocolCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "Owl Protocol API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your Owl Protocol API Key for authentication (add from your Owl Protocol dashboard)";
|
package/dist/catalog.d.mts
CHANGED
|
@@ -9,7 +9,7 @@ declare const owlProtocolCatalog: {
|
|
|
9
9
|
readonly authKind: "keystroke";
|
|
10
10
|
readonly oauthScopes: readonly [];
|
|
11
11
|
readonly credentialFields: {
|
|
12
|
-
readonly
|
|
12
|
+
readonly generic_api_key: {
|
|
13
13
|
readonly label: "Owl Protocol API Key";
|
|
14
14
|
readonly secret: true;
|
|
15
15
|
readonly description: "Your Owl Protocol API Key for authentication (add from your Owl Protocol dashboard)";
|
package/dist/catalog.mjs
CHANGED
|
@@ -8,7 +8,7 @@ const owlProtocolCatalog = {
|
|
|
8
8
|
"logo": "https://logos.composio.dev/api/owl_protocol",
|
|
9
9
|
"authKind": "keystroke",
|
|
10
10
|
"oauthScopes": [],
|
|
11
|
-
"credentialFields": { "
|
|
11
|
+
"credentialFields": { "generic_api_key": {
|
|
12
12
|
"label": "Owl Protocol API Key",
|
|
13
13
|
"secret": true,
|
|
14
14
|
"description": "Your Owl Protocol API Key for authentication (add from your Owl Protocol dashboard)"
|
package/dist/catalog.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const owlProtocolCatalog = {\n \"slug\": \"owl_protocol\",\n \"name\": \"Owl Protocol\",\n \"description\": \"Owl Protocol empowers developers to build feature-rich, user-friendly Web3 applications for mainstream adoption through modular infrastructure that simplifies blockchain development.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/owl_protocol\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const owlProtocolCatalog = {\n \"slug\": \"owl_protocol\",\n \"name\": \"Owl Protocol\",\n \"description\": \"Owl Protocol empowers developers to build feature-rich, user-friendly Web3 applications for mainstream adoption through modular infrastructure that simplifies blockchain development.\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/owl_protocol\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": [],\n \"credentialFields\": {\n \"generic_api_key\": {\n \"label\": \"Owl Protocol API Key\",\n \"secret\": true,\n \"description\": \"Your Owl Protocol API Key for authentication (add from your Owl Protocol dashboard)\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,qBAAqB;CAChC,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB,EAClB,mBAAmB;EACjB,SAAS;EACT,UAAU;EACV,eAAe;CACjB,EACF;CACA,oBAAoB;AACtB"}
|