@keystrokehq/runpod 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -0
- package/dist/action.cjs +21 -0
- package/dist/action.cjs.map +1 -0
- package/dist/action.mjs +21 -0
- package/dist/action.mjs.map +1 -0
- package/dist/actions/create-cluster.cjs +59 -0
- package/dist/actions/create-cluster.cjs.map +1 -0
- package/dist/actions/create-cluster.d.cts +9 -0
- package/dist/actions/create-cluster.d.cts.map +1 -0
- package/dist/actions/create-cluster.d.mts +9 -0
- package/dist/actions/create-cluster.d.mts.map +1 -0
- package/dist/actions/create-cluster.mjs +58 -0
- package/dist/actions/create-cluster.mjs.map +1 -0
- package/dist/actions/create-secret.cjs +25 -0
- package/dist/actions/create-secret.cjs.map +1 -0
- package/dist/actions/create-secret.d.cts +9 -0
- package/dist/actions/create-secret.d.cts.map +1 -0
- package/dist/actions/create-secret.d.mts +9 -0
- package/dist/actions/create-secret.d.mts.map +1 -0
- package/dist/actions/create-secret.mjs +24 -0
- package/dist/actions/create-secret.mjs.map +1 -0
- package/dist/actions/delete-registry-auth.cjs +25 -0
- package/dist/actions/delete-registry-auth.cjs.map +1 -0
- package/dist/actions/delete-registry-auth.d.cts +9 -0
- package/dist/actions/delete-registry-auth.d.cts.map +1 -0
- package/dist/actions/delete-registry-auth.d.mts +9 -0
- package/dist/actions/delete-registry-auth.d.mts.map +1 -0
- package/dist/actions/delete-registry-auth.mjs +24 -0
- package/dist/actions/delete-registry-auth.mjs.map +1 -0
- package/dist/actions/delete-template.cjs +25 -0
- package/dist/actions/delete-template.cjs.map +1 -0
- package/dist/actions/delete-template.d.cts +9 -0
- package/dist/actions/delete-template.d.cts.map +1 -0
- package/dist/actions/delete-template.d.mts +9 -0
- package/dist/actions/delete-template.d.mts.map +1 -0
- package/dist/actions/delete-template.mjs +24 -0
- package/dist/actions/delete-template.mjs.map +1 -0
- package/dist/actions/get-gpu-types.cjs +23 -0
- package/dist/actions/get-gpu-types.cjs.map +1 -0
- package/dist/actions/get-gpu-types.d.cts +9 -0
- package/dist/actions/get-gpu-types.d.cts.map +1 -0
- package/dist/actions/get-gpu-types.d.mts +9 -0
- package/dist/actions/get-gpu-types.d.mts.map +1 -0
- package/dist/actions/get-gpu-types.mjs +20 -0
- package/dist/actions/get-gpu-types.mjs.map +1 -0
- package/dist/actions/get-myself.cjs +26 -0
- package/dist/actions/get-myself.cjs.map +1 -0
- package/dist/actions/get-myself.d.cts +9 -0
- package/dist/actions/get-myself.d.cts.map +1 -0
- package/dist/actions/get-myself.d.mts +9 -0
- package/dist/actions/get-myself.d.mts.map +1 -0
- package/dist/actions/get-myself.mjs +25 -0
- package/dist/actions/get-myself.mjs.map +1 -0
- package/dist/actions/get-pod.cjs +29 -0
- package/dist/actions/get-pod.cjs.map +1 -0
- package/dist/actions/get-pod.d.cts +9 -0
- package/dist/actions/get-pod.d.cts.map +1 -0
- package/dist/actions/get-pod.d.mts +9 -0
- package/dist/actions/get-pod.d.mts.map +1 -0
- package/dist/actions/get-pod.mjs +28 -0
- package/dist/actions/get-pod.mjs.map +1 -0
- package/dist/actions/index.cjs +27 -0
- package/dist/actions/index.d.cts +14 -0
- package/dist/actions/index.d.mts +14 -0
- package/dist/actions/index.mjs +14 -0
- package/dist/actions/list-cpu-types.cjs +25 -0
- package/dist/actions/list-cpu-types.cjs.map +1 -0
- package/dist/actions/list-cpu-types.d.cts +9 -0
- package/dist/actions/list-cpu-types.d.cts.map +1 -0
- package/dist/actions/list-cpu-types.d.mts +9 -0
- package/dist/actions/list-cpu-types.d.mts.map +1 -0
- package/dist/actions/list-cpu-types.mjs +24 -0
- package/dist/actions/list-cpu-types.mjs.map +1 -0
- package/dist/actions/save-endpoint.cjs +42 -0
- package/dist/actions/save-endpoint.cjs.map +1 -0
- package/dist/actions/save-endpoint.d.cts +9 -0
- package/dist/actions/save-endpoint.d.cts.map +1 -0
- package/dist/actions/save-endpoint.d.mts +9 -0
- package/dist/actions/save-endpoint.d.mts.map +1 -0
- package/dist/actions/save-endpoint.mjs +41 -0
- package/dist/actions/save-endpoint.mjs.map +1 -0
- package/dist/actions/save-registry-auth.cjs +35 -0
- package/dist/actions/save-registry-auth.cjs.map +1 -0
- package/dist/actions/save-registry-auth.d.cts +9 -0
- package/dist/actions/save-registry-auth.d.cts.map +1 -0
- package/dist/actions/save-registry-auth.d.mts +9 -0
- package/dist/actions/save-registry-auth.d.mts.map +1 -0
- package/dist/actions/save-registry-auth.mjs +34 -0
- package/dist/actions/save-registry-auth.mjs.map +1 -0
- package/dist/actions/save-template.cjs +47 -0
- package/dist/actions/save-template.cjs.map +1 -0
- package/dist/actions/save-template.d.cts +9 -0
- package/dist/actions/save-template.d.cts.map +1 -0
- package/dist/actions/save-template.d.mts +9 -0
- package/dist/actions/save-template.d.mts.map +1 -0
- package/dist/actions/save-template.mjs +46 -0
- package/dist/actions/save-template.mjs.map +1 -0
- package/dist/actions/update-registry-auth.cjs +23 -0
- package/dist/actions/update-registry-auth.cjs.map +1 -0
- package/dist/actions/update-registry-auth.d.cts +9 -0
- package/dist/actions/update-registry-auth.d.cts.map +1 -0
- package/dist/actions/update-registry-auth.d.mts +9 -0
- package/dist/actions/update-registry-auth.d.mts.map +1 -0
- package/dist/actions/update-registry-auth.mjs +20 -0
- package/dist/actions/update-registry-auth.mjs.map +1 -0
- package/dist/actions/update-user-settings.cjs +23 -0
- package/dist/actions/update-user-settings.cjs.map +1 -0
- package/dist/actions/update-user-settings.d.cts +9 -0
- package/dist/actions/update-user-settings.d.cts.map +1 -0
- package/dist/actions/update-user-settings.d.mts +9 -0
- package/dist/actions/update-user-settings.d.mts.map +1 -0
- package/dist/actions/update-user-settings.mjs +22 -0
- package/dist/actions/update-user-settings.mjs.map +1 -0
- package/dist/app.cjs +9 -0
- package/dist/app.cjs.map +1 -0
- package/dist/app.d.cts +5 -0
- package/dist/app.d.cts.map +1 -0
- package/dist/app.d.mts +5 -0
- package/dist/app.d.mts.map +1 -0
- package/dist/app.mjs +10 -0
- package/dist/app.mjs.map +1 -0
- package/dist/catalog.cjs +15 -0
- package/dist/catalog.cjs.map +1 -0
- package/dist/catalog.d.cts +14 -0
- package/dist/catalog.d.cts.map +1 -0
- package/dist/catalog.d.mts +14 -0
- package/dist/catalog.d.mts.map +1 -0
- package/dist/catalog.mjs +15 -0
- package/dist/catalog.mjs.map +1 -0
- package/dist/execute.cjs +18 -0
- package/dist/execute.cjs.map +1 -0
- package/dist/execute.mjs +18 -0
- package/dist/execute.mjs.map +1 -0
- package/dist/index.cjs +32 -0
- package/dist/index.d.cts +16 -0
- package/dist/index.d.mts +16 -0
- package/dist/index.mjs +17 -0
- package/package.json +49 -0
package/dist/catalog.cjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const runpodCatalog = {
|
|
4
|
+
"slug": "runpod",
|
|
5
|
+
"name": "RunPod",
|
|
6
|
+
"description": "The Cloud Built for AI - GPU cloud computing platform for AI and machine learning workloads",
|
|
7
|
+
"category": "Developer Tools",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/runpod",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.runpodCatalog = runpodCatalog;
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.cjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const runpodCatalog = {\n \"slug\": \"runpod\",\n \"name\": \"RunPod\",\n \"description\": \"The Cloud Built for AI - GPU cloud computing platform for AI and machine learning workloads\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/runpod\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const runpodCatalog: {
|
|
4
|
+
readonly slug: "runpod";
|
|
5
|
+
readonly name: "RunPod";
|
|
6
|
+
readonly description: "The Cloud Built for AI - GPU cloud computing platform for AI and machine learning workloads";
|
|
7
|
+
readonly category: "Developer Tools";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/runpod";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { runpodCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const runpodCatalog: {
|
|
4
|
+
readonly slug: "runpod";
|
|
5
|
+
readonly name: "RunPod";
|
|
6
|
+
readonly description: "The Cloud Built for AI - GPU cloud computing platform for AI and machine learning workloads";
|
|
7
|
+
readonly category: "Developer Tools";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/runpod";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { runpodCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,aAAA;EAAA"}
|
package/dist/catalog.mjs
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
//#region src/catalog.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
const runpodCatalog = {
|
|
4
|
+
"slug": "runpod",
|
|
5
|
+
"name": "RunPod",
|
|
6
|
+
"description": "The Cloud Built for AI - GPU cloud computing platform for AI and machine learning workloads",
|
|
7
|
+
"category": "Developer Tools",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/runpod",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { runpodCatalog };
|
|
14
|
+
|
|
15
|
+
//# sourceMappingURL=catalog.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.mjs","names":[],"sources":["../src/catalog.ts"],"sourcesContent":["/** Generated — kept in sync with src/app.ts. */\nexport const runpodCatalog = {\n \"slug\": \"runpod\",\n \"name\": \"RunPod\",\n \"description\": \"The Cloud Built for AI - GPU cloud computing platform for AI and machine learning workloads\",\n \"category\": \"Developer Tools\",\n \"logo\": \"https://logos.composio.dev/api/runpod\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,gBAAgB;CAC3B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|
package/dist/execute.cjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_client = require("@keystrokehq/keystroke/client");
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "runpod";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeRunpodTool(tool, args) {
|
|
7
|
+
const { result } = await (0, _keystrokehq_keystroke_client.createKeystrokeClient)().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
exports.executeRunpodTool = executeRunpodTool;
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.cjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"runpod\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRunpodTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,kBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,OAAA,GAAA,8BAAA,sBAAA,CAA4B,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/execute.mjs
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { createKeystrokeClient } from "@keystrokehq/keystroke/client";
|
|
2
|
+
//#region src/execute.ts
|
|
3
|
+
const APP_SLUG = "runpod";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260615_00";
|
|
6
|
+
async function executeRunpodTool(tool, args) {
|
|
7
|
+
const { result } = await createKeystrokeClient().tools.execute({
|
|
8
|
+
app: APP_SLUG,
|
|
9
|
+
tool,
|
|
10
|
+
arguments: args,
|
|
11
|
+
version: APP_VERSION
|
|
12
|
+
});
|
|
13
|
+
return result;
|
|
14
|
+
}
|
|
15
|
+
//#endregion
|
|
16
|
+
export { executeRunpodTool };
|
|
17
|
+
|
|
18
|
+
//# sourceMappingURL=execute.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"execute.mjs","names":[],"sources":["../src/execute.ts"],"sourcesContent":["import { createKeystrokeClient } from \"@keystrokehq/keystroke/client\";\n\nconst APP_SLUG = \"runpod\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260615_00\";\n\nexport async function executeRunpodTool(\n tool: string,\n args: Record<string, unknown>,\n): Promise<unknown> {\n const { result } = await createKeystrokeClient().tools.execute({\n app: APP_SLUG,\n tool,\n arguments: args,\n version: APP_VERSION,\n });\n return result;\n}\n"],"mappings":";;AAEA,MAAM,WAAW;;AAEjB,MAAM,cAAc;AAEpB,eAAsB,kBACpB,MACA,MACkB;CAClB,MAAM,EAAE,WAAW,MAAM,sBAAsB,CAAC,CAAC,MAAM,QAAQ;EAC7D,KAAK;EACL;EACA,WAAW;EACX,SAAS;CACX,CAAC;CACD,OAAO;AACT"}
|
package/dist/index.cjs
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
|
+
const require_app = require("./app.cjs");
|
|
3
|
+
const require_catalog = require("./catalog.cjs");
|
|
4
|
+
const require_create_cluster = require("./actions/create-cluster.cjs");
|
|
5
|
+
const require_create_secret = require("./actions/create-secret.cjs");
|
|
6
|
+
const require_delete_registry_auth = require("./actions/delete-registry-auth.cjs");
|
|
7
|
+
const require_delete_template = require("./actions/delete-template.cjs");
|
|
8
|
+
const require_get_gpu_types = require("./actions/get-gpu-types.cjs");
|
|
9
|
+
const require_get_myself = require("./actions/get-myself.cjs");
|
|
10
|
+
const require_get_pod = require("./actions/get-pod.cjs");
|
|
11
|
+
const require_list_cpu_types = require("./actions/list-cpu-types.cjs");
|
|
12
|
+
const require_save_endpoint = require("./actions/save-endpoint.cjs");
|
|
13
|
+
const require_save_registry_auth = require("./actions/save-registry-auth.cjs");
|
|
14
|
+
const require_save_template = require("./actions/save-template.cjs");
|
|
15
|
+
const require_update_registry_auth = require("./actions/update-registry-auth.cjs");
|
|
16
|
+
const require_update_user_settings = require("./actions/update-user-settings.cjs");
|
|
17
|
+
require("./actions/index.cjs");
|
|
18
|
+
exports.runpod = require_app.runpod;
|
|
19
|
+
exports.runpodCatalog = require_catalog.runpodCatalog;
|
|
20
|
+
exports.runpodCreateCluster = require_create_cluster.runpodCreateCluster;
|
|
21
|
+
exports.runpodCreateSecret = require_create_secret.runpodCreateSecret;
|
|
22
|
+
exports.runpodDeleteRegistryAuth = require_delete_registry_auth.runpodDeleteRegistryAuth;
|
|
23
|
+
exports.runpodDeleteTemplate = require_delete_template.runpodDeleteTemplate;
|
|
24
|
+
exports.runpodGetGpuTypes = require_get_gpu_types.runpodGetGpuTypes;
|
|
25
|
+
exports.runpodGetMyself = require_get_myself.runpodGetMyself;
|
|
26
|
+
exports.runpodGetPod = require_get_pod.runpodGetPod;
|
|
27
|
+
exports.runpodListCpuTypes = require_list_cpu_types.runpodListCpuTypes;
|
|
28
|
+
exports.runpodSaveEndpoint = require_save_endpoint.runpodSaveEndpoint;
|
|
29
|
+
exports.runpodSaveRegistryAuth = require_save_registry_auth.runpodSaveRegistryAuth;
|
|
30
|
+
exports.runpodSaveTemplate = require_save_template.runpodSaveTemplate;
|
|
31
|
+
exports.runpodUpdateRegistryAuth = require_update_registry_auth.runpodUpdateRegistryAuth;
|
|
32
|
+
exports.runpodUpdateUserSettings = require_update_user_settings.runpodUpdateUserSettings;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { runpodCreateCluster } from "./actions/create-cluster.cjs";
|
|
2
|
+
import { runpodCreateSecret } from "./actions/create-secret.cjs";
|
|
3
|
+
import { runpodDeleteRegistryAuth } from "./actions/delete-registry-auth.cjs";
|
|
4
|
+
import { runpodDeleteTemplate } from "./actions/delete-template.cjs";
|
|
5
|
+
import { runpodGetGpuTypes } from "./actions/get-gpu-types.cjs";
|
|
6
|
+
import { runpodGetMyself } from "./actions/get-myself.cjs";
|
|
7
|
+
import { runpodGetPod } from "./actions/get-pod.cjs";
|
|
8
|
+
import { runpodListCpuTypes } from "./actions/list-cpu-types.cjs";
|
|
9
|
+
import { runpodSaveEndpoint } from "./actions/save-endpoint.cjs";
|
|
10
|
+
import { runpodSaveRegistryAuth } from "./actions/save-registry-auth.cjs";
|
|
11
|
+
import { runpodSaveTemplate } from "./actions/save-template.cjs";
|
|
12
|
+
import { runpodUpdateRegistryAuth } from "./actions/update-registry-auth.cjs";
|
|
13
|
+
import { runpodUpdateUserSettings } from "./actions/update-user-settings.cjs";
|
|
14
|
+
import { runpod } from "./app.cjs";
|
|
15
|
+
import { runpodCatalog } from "./catalog.cjs";
|
|
16
|
+
export { runpod, runpodCatalog, runpodCreateCluster, runpodCreateSecret, runpodDeleteRegistryAuth, runpodDeleteTemplate, runpodGetGpuTypes, runpodGetMyself, runpodGetPod, runpodListCpuTypes, runpodSaveEndpoint, runpodSaveRegistryAuth, runpodSaveTemplate, runpodUpdateRegistryAuth, runpodUpdateUserSettings };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { runpodCreateCluster } from "./actions/create-cluster.mjs";
|
|
2
|
+
import { runpodCreateSecret } from "./actions/create-secret.mjs";
|
|
3
|
+
import { runpodDeleteRegistryAuth } from "./actions/delete-registry-auth.mjs";
|
|
4
|
+
import { runpodDeleteTemplate } from "./actions/delete-template.mjs";
|
|
5
|
+
import { runpodGetGpuTypes } from "./actions/get-gpu-types.mjs";
|
|
6
|
+
import { runpodGetMyself } from "./actions/get-myself.mjs";
|
|
7
|
+
import { runpodGetPod } from "./actions/get-pod.mjs";
|
|
8
|
+
import { runpodListCpuTypes } from "./actions/list-cpu-types.mjs";
|
|
9
|
+
import { runpodSaveEndpoint } from "./actions/save-endpoint.mjs";
|
|
10
|
+
import { runpodSaveRegistryAuth } from "./actions/save-registry-auth.mjs";
|
|
11
|
+
import { runpodSaveTemplate } from "./actions/save-template.mjs";
|
|
12
|
+
import { runpodUpdateRegistryAuth } from "./actions/update-registry-auth.mjs";
|
|
13
|
+
import { runpodUpdateUserSettings } from "./actions/update-user-settings.mjs";
|
|
14
|
+
import { runpod } from "./app.mjs";
|
|
15
|
+
import { runpodCatalog } from "./catalog.mjs";
|
|
16
|
+
export { runpod, runpodCatalog, runpodCreateCluster, runpodCreateSecret, runpodDeleteRegistryAuth, runpodDeleteTemplate, runpodGetGpuTypes, runpodGetMyself, runpodGetPod, runpodListCpuTypes, runpodSaveEndpoint, runpodSaveRegistryAuth, runpodSaveTemplate, runpodUpdateRegistryAuth, runpodUpdateUserSettings };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { runpod } from "./app.mjs";
|
|
2
|
+
import { runpodCatalog } from "./catalog.mjs";
|
|
3
|
+
import { runpodCreateCluster } from "./actions/create-cluster.mjs";
|
|
4
|
+
import { runpodCreateSecret } from "./actions/create-secret.mjs";
|
|
5
|
+
import { runpodDeleteRegistryAuth } from "./actions/delete-registry-auth.mjs";
|
|
6
|
+
import { runpodDeleteTemplate } from "./actions/delete-template.mjs";
|
|
7
|
+
import { runpodGetGpuTypes } from "./actions/get-gpu-types.mjs";
|
|
8
|
+
import { runpodGetMyself } from "./actions/get-myself.mjs";
|
|
9
|
+
import { runpodGetPod } from "./actions/get-pod.mjs";
|
|
10
|
+
import { runpodListCpuTypes } from "./actions/list-cpu-types.mjs";
|
|
11
|
+
import { runpodSaveEndpoint } from "./actions/save-endpoint.mjs";
|
|
12
|
+
import { runpodSaveRegistryAuth } from "./actions/save-registry-auth.mjs";
|
|
13
|
+
import { runpodSaveTemplate } from "./actions/save-template.mjs";
|
|
14
|
+
import { runpodUpdateRegistryAuth } from "./actions/update-registry-auth.mjs";
|
|
15
|
+
import { runpodUpdateUserSettings } from "./actions/update-user-settings.mjs";
|
|
16
|
+
import "./actions/index.mjs";
|
|
17
|
+
export { runpod, runpodCatalog, runpodCreateCluster, runpodCreateSecret, runpodDeleteRegistryAuth, runpodDeleteTemplate, runpodGetGpuTypes, runpodGetMyself, runpodGetPod, runpodListCpuTypes, runpodSaveEndpoint, runpodSaveRegistryAuth, runpodSaveTemplate, runpodUpdateRegistryAuth, runpodUpdateUserSettings };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/runpod",
|
|
3
|
+
"version": "0.1.0",
|
|
4
|
+
"publishConfig": {
|
|
5
|
+
"access": "public",
|
|
6
|
+
"registry": "https://registry.npmjs.org"
|
|
7
|
+
},
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/keystrokehq/keystroke.git",
|
|
11
|
+
"directory": "packages/integrations/runpod"
|
|
12
|
+
},
|
|
13
|
+
"files": [
|
|
14
|
+
"dist"
|
|
15
|
+
],
|
|
16
|
+
"sideEffects": false,
|
|
17
|
+
"type": "module",
|
|
18
|
+
"main": "./dist/index.cjs",
|
|
19
|
+
"module": "./dist/index.mjs",
|
|
20
|
+
"types": "./dist/index.d.mts",
|
|
21
|
+
"exports": {
|
|
22
|
+
".": {
|
|
23
|
+
"types": "./dist/index.d.mts",
|
|
24
|
+
"import": "./dist/index.mjs",
|
|
25
|
+
"require": "./dist/index.cjs"
|
|
26
|
+
},
|
|
27
|
+
"./actions": {
|
|
28
|
+
"types": "./dist/actions/index.d.mts",
|
|
29
|
+
"import": "./dist/actions/index.mjs",
|
|
30
|
+
"require": "./dist/actions/index.cjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"peerDependencies": {
|
|
34
|
+
"@keystrokehq/keystroke": "^0.1.4",
|
|
35
|
+
"zod": "^4.4.3"
|
|
36
|
+
},
|
|
37
|
+
"devDependencies": {
|
|
38
|
+
"@keystrokehq/keystroke": "link:../../keystroke",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
|
+
"tsdown": "^0.22.0",
|
|
41
|
+
"typescript": "^6.0.3",
|
|
42
|
+
"zod": "^4.4.3"
|
|
43
|
+
},
|
|
44
|
+
"scripts": {
|
|
45
|
+
"build": "tsdown",
|
|
46
|
+
"dev": "tsdown --watch --no-clean",
|
|
47
|
+
"typecheck": "tsc --noEmit"
|
|
48
|
+
}
|
|
49
|
+
}
|