@keystrokehq/epic_games 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/delete-preset-metadata-key.cjs +21 -0
- package/dist/actions/delete-preset-metadata-key.cjs.map +1 -0
- package/dist/actions/delete-preset-metadata-key.d.cts +9 -0
- package/dist/actions/delete-preset-metadata-key.d.cts.map +1 -0
- package/dist/actions/delete-preset-metadata-key.d.mts +9 -0
- package/dist/actions/delete-preset-metadata-key.d.mts.map +1 -0
- package/dist/actions/delete-preset-metadata-key.mjs +18 -0
- package/dist/actions/delete-preset-metadata-key.mjs.map +1 -0
- package/dist/actions/get-island-avg-minutes-per-player.cjs +27 -0
- package/dist/actions/get-island-avg-minutes-per-player.cjs.map +1 -0
- package/dist/actions/get-island-avg-minutes-per-player.d.cts +9 -0
- package/dist/actions/get-island-avg-minutes-per-player.d.cts.map +1 -0
- package/dist/actions/get-island-avg-minutes-per-player.d.mts +9 -0
- package/dist/actions/get-island-avg-minutes-per-player.d.mts.map +1 -0
- package/dist/actions/get-island-avg-minutes-per-player.mjs +26 -0
- package/dist/actions/get-island-avg-minutes-per-player.mjs.map +1 -0
- package/dist/actions/get-island-favorites.cjs +27 -0
- package/dist/actions/get-island-favorites.cjs.map +1 -0
- package/dist/actions/get-island-favorites.d.cts +9 -0
- package/dist/actions/get-island-favorites.d.cts.map +1 -0
- package/dist/actions/get-island-favorites.d.mts +9 -0
- package/dist/actions/get-island-favorites.d.mts.map +1 -0
- package/dist/actions/get-island-favorites.mjs +26 -0
- package/dist/actions/get-island-favorites.mjs.map +1 -0
- package/dist/actions/get-island-metrics-by-interval.cjs +37 -0
- package/dist/actions/get-island-metrics-by-interval.cjs.map +1 -0
- package/dist/actions/get-island-metrics-by-interval.d.cts +9 -0
- package/dist/actions/get-island-metrics-by-interval.d.cts.map +1 -0
- package/dist/actions/get-island-metrics-by-interval.d.mts +9 -0
- package/dist/actions/get-island-metrics-by-interval.d.mts.map +1 -0
- package/dist/actions/get-island-metrics-by-interval.mjs +36 -0
- package/dist/actions/get-island-metrics-by-interval.mjs.map +1 -0
- package/dist/actions/get-island-minutes-played.cjs +23 -0
- package/dist/actions/get-island-minutes-played.cjs.map +1 -0
- package/dist/actions/get-island-minutes-played.d.cts +9 -0
- package/dist/actions/get-island-minutes-played.d.cts.map +1 -0
- package/dist/actions/get-island-minutes-played.d.mts +9 -0
- package/dist/actions/get-island-minutes-played.d.mts.map +1 -0
- package/dist/actions/get-island-minutes-played.mjs +22 -0
- package/dist/actions/get-island-minutes-played.mjs.map +1 -0
- package/dist/actions/get-island-peak-ccu.cjs +31 -0
- package/dist/actions/get-island-peak-ccu.cjs.map +1 -0
- package/dist/actions/get-island-peak-ccu.d.cts +9 -0
- package/dist/actions/get-island-peak-ccu.d.cts.map +1 -0
- package/dist/actions/get-island-peak-ccu.d.mts +9 -0
- package/dist/actions/get-island-peak-ccu.d.mts.map +1 -0
- package/dist/actions/get-island-peak-ccu.mjs +28 -0
- package/dist/actions/get-island-peak-ccu.mjs.map +1 -0
- package/dist/actions/get-island-plays.cjs +23 -0
- package/dist/actions/get-island-plays.cjs.map +1 -0
- package/dist/actions/get-island-plays.d.cts +9 -0
- package/dist/actions/get-island-plays.d.cts.map +1 -0
- package/dist/actions/get-island-plays.d.mts +9 -0
- package/dist/actions/get-island-plays.d.mts.map +1 -0
- package/dist/actions/get-island-plays.mjs +22 -0
- package/dist/actions/get-island-plays.mjs.map +1 -0
- package/dist/actions/get-island-recommendations.cjs +26 -0
- package/dist/actions/get-island-recommendations.cjs.map +1 -0
- package/dist/actions/get-island-recommendations.d.cts +9 -0
- package/dist/actions/get-island-recommendations.d.cts.map +1 -0
- package/dist/actions/get-island-recommendations.d.mts +9 -0
- package/dist/actions/get-island-recommendations.d.mts.map +1 -0
- package/dist/actions/get-island-recommendations.mjs +23 -0
- package/dist/actions/get-island-recommendations.mjs.map +1 -0
- package/dist/actions/get-island-retention.cjs +19 -0
- package/dist/actions/get-island-retention.cjs.map +1 -0
- package/dist/actions/get-island-retention.d.cts +9 -0
- package/dist/actions/get-island-retention.d.cts.map +1 -0
- package/dist/actions/get-island-retention.d.mts +9 -0
- package/dist/actions/get-island-retention.d.mts.map +1 -0
- package/dist/actions/get-island-retention.mjs +16 -0
- package/dist/actions/get-island-retention.mjs.map +1 -0
- package/dist/actions/get-island-unique-players.cjs +19 -0
- package/dist/actions/get-island-unique-players.cjs.map +1 -0
- package/dist/actions/get-island-unique-players.d.cts +9 -0
- package/dist/actions/get-island-unique-players.d.cts.map +1 -0
- package/dist/actions/get-island-unique-players.d.mts +9 -0
- package/dist/actions/get-island-unique-players.d.mts.map +1 -0
- package/dist/actions/get-island-unique-players.mjs +16 -0
- package/dist/actions/get-island-unique-players.mjs.map +1 -0
- package/dist/actions/get-island.cjs +16 -0
- package/dist/actions/get-island.cjs.map +1 -0
- package/dist/actions/get-island.d.cts +9 -0
- package/dist/actions/get-island.d.cts.map +1 -0
- package/dist/actions/get-island.d.mts +9 -0
- package/dist/actions/get-island.d.mts.map +1 -0
- package/dist/actions/get-island.mjs +13 -0
- package/dist/actions/get-island.mjs.map +1 -0
- package/dist/actions/get-preset-metadata-key.cjs +21 -0
- package/dist/actions/get-preset-metadata-key.cjs.map +1 -0
- package/dist/actions/get-preset-metadata-key.d.cts +9 -0
- package/dist/actions/get-preset-metadata-key.d.cts.map +1 -0
- package/dist/actions/get-preset-metadata-key.d.mts +9 -0
- package/dist/actions/get-preset-metadata-key.d.mts.map +1 -0
- package/dist/actions/get-preset-metadata-key.mjs +18 -0
- package/dist/actions/get-preset-metadata-key.mjs.map +1 -0
- package/dist/actions/get-preset-metadata.cjs +20 -0
- package/dist/actions/get-preset-metadata.cjs.map +1 -0
- package/dist/actions/get-preset-metadata.d.cts +9 -0
- package/dist/actions/get-preset-metadata.d.cts.map +1 -0
- package/dist/actions/get-preset-metadata.d.mts +9 -0
- package/dist/actions/get-preset-metadata.d.mts.map +1 -0
- package/dist/actions/get-preset-metadata.mjs +17 -0
- package/dist/actions/get-preset-metadata.mjs.map +1 -0
- package/dist/actions/get-preset-property.cjs +25 -0
- package/dist/actions/get-preset-property.cjs.map +1 -0
- package/dist/actions/get-preset-property.d.cts +9 -0
- package/dist/actions/get-preset-property.d.cts.map +1 -0
- package/dist/actions/get-preset-property.d.mts +9 -0
- package/dist/actions/get-preset-property.d.mts.map +1 -0
- package/dist/actions/get-preset-property.mjs +24 -0
- package/dist/actions/get-preset-property.mjs.map +1 -0
- package/dist/actions/get-preset.cjs +59 -0
- package/dist/actions/get-preset.cjs.map +1 -0
- package/dist/actions/get-preset.d.cts +9 -0
- package/dist/actions/get-preset.d.cts.map +1 -0
- package/dist/actions/get-preset.d.mts +9 -0
- package/dist/actions/get-preset.d.mts.map +1 -0
- package/dist/actions/get-preset.mjs +58 -0
- package/dist/actions/get-preset.mjs.map +1 -0
- package/dist/actions/index.cjs +57 -0
- package/dist/actions/index.d.cts +29 -0
- package/dist/actions/index.d.mts +29 -0
- package/dist/actions/index.mjs +29 -0
- package/dist/actions/list-blueprint-callable-functions.cjs +22 -0
- package/dist/actions/list-blueprint-callable-functions.cjs.map +1 -0
- package/dist/actions/list-blueprint-callable-functions.d.cts +9 -0
- package/dist/actions/list-blueprint-callable-functions.d.cts.map +1 -0
- package/dist/actions/list-blueprint-callable-functions.d.mts +9 -0
- package/dist/actions/list-blueprint-callable-functions.d.mts.map +1 -0
- package/dist/actions/list-blueprint-callable-functions.mjs +19 -0
- package/dist/actions/list-blueprint-callable-functions.mjs.map +1 -0
- package/dist/actions/list-islands.cjs +45 -0
- package/dist/actions/list-islands.cjs.map +1 -0
- package/dist/actions/list-islands.d.cts +9 -0
- package/dist/actions/list-islands.d.cts.map +1 -0
- package/dist/actions/list-islands.d.mts +9 -0
- package/dist/actions/list-islands.d.mts.map +1 -0
- package/dist/actions/list-islands.mjs +44 -0
- package/dist/actions/list-islands.mjs.map +1 -0
- package/dist/actions/options-remote.cjs +23 -0
- package/dist/actions/options-remote.cjs.map +1 -0
- package/dist/actions/options-remote.d.cts +9 -0
- package/dist/actions/options-remote.d.cts.map +1 -0
- package/dist/actions/options-remote.d.mts +9 -0
- package/dist/actions/options-remote.d.mts.map +1 -0
- package/dist/actions/options-remote.mjs +20 -0
- package/dist/actions/options-remote.mjs.map +1 -0
- package/dist/actions/put-object-call.cjs +24 -0
- package/dist/actions/put-object-call.cjs.map +1 -0
- package/dist/actions/put-object-call.d.cts +9 -0
- package/dist/actions/put-object-call.d.cts.map +1 -0
- package/dist/actions/put-object-call.d.mts +9 -0
- package/dist/actions/put-object-call.d.mts.map +1 -0
- package/dist/actions/put-object-call.mjs +21 -0
- package/dist/actions/put-object-call.mjs.map +1 -0
- package/dist/actions/put-object-describe.cjs +33 -0
- package/dist/actions/put-object-describe.cjs.map +1 -0
- package/dist/actions/put-object-describe.d.cts +9 -0
- package/dist/actions/put-object-describe.d.cts.map +1 -0
- package/dist/actions/put-object-describe.d.mts +9 -0
- package/dist/actions/put-object-describe.d.mts.map +1 -0
- package/dist/actions/put-object-describe.mjs +32 -0
- package/dist/actions/put-object-describe.mjs.map +1 -0
- package/dist/actions/put-object-event-experimental.cjs +23 -0
- package/dist/actions/put-object-event-experimental.cjs.map +1 -0
- package/dist/actions/put-object-event-experimental.d.cts +9 -0
- package/dist/actions/put-object-event-experimental.d.cts.map +1 -0
- package/dist/actions/put-object-event-experimental.d.mts +9 -0
- package/dist/actions/put-object-event-experimental.d.mts.map +1 -0
- package/dist/actions/put-object-event-experimental.mjs +20 -0
- package/dist/actions/put-object-event-experimental.mjs.map +1 -0
- package/dist/actions/put-object-property.cjs +28 -0
- package/dist/actions/put-object-property.cjs.map +1 -0
- package/dist/actions/put-object-property.d.cts +9 -0
- package/dist/actions/put-object-property.d.cts.map +1 -0
- package/dist/actions/put-object-property.d.mts +9 -0
- package/dist/actions/put-object-property.d.mts.map +1 -0
- package/dist/actions/put-object-property.mjs +25 -0
- package/dist/actions/put-object-property.mjs.map +1 -0
- package/dist/actions/put-object-thumbnail.cjs +26 -0
- package/dist/actions/put-object-thumbnail.cjs.map +1 -0
- package/dist/actions/put-object-thumbnail.d.cts +9 -0
- package/dist/actions/put-object-thumbnail.d.cts.map +1 -0
- package/dist/actions/put-object-thumbnail.d.mts +9 -0
- package/dist/actions/put-object-thumbnail.d.mts.map +1 -0
- package/dist/actions/put-object-thumbnail.mjs +25 -0
- package/dist/actions/put-object-thumbnail.mjs.map +1 -0
- package/dist/actions/put-preset-function.cjs +24 -0
- package/dist/actions/put-preset-function.cjs.map +1 -0
- package/dist/actions/put-preset-function.d.cts +9 -0
- package/dist/actions/put-preset-function.d.cts.map +1 -0
- package/dist/actions/put-preset-function.d.mts +9 -0
- package/dist/actions/put-preset-function.d.mts.map +1 -0
- package/dist/actions/put-preset-function.mjs +21 -0
- package/dist/actions/put-preset-function.mjs.map +1 -0
- package/dist/actions/put-preset-metadata-key.cjs +22 -0
- package/dist/actions/put-preset-metadata-key.cjs.map +1 -0
- package/dist/actions/put-preset-metadata-key.d.cts +9 -0
- package/dist/actions/put-preset-metadata-key.d.cts.map +1 -0
- package/dist/actions/put-preset-metadata-key.d.mts +9 -0
- package/dist/actions/put-preset-metadata-key.d.mts.map +1 -0
- package/dist/actions/put-preset-metadata-key.mjs +19 -0
- package/dist/actions/put-preset-metadata-key.mjs.map +1 -0
- package/dist/actions/put-preset-property.cjs +29 -0
- package/dist/actions/put-preset-property.cjs.map +1 -0
- package/dist/actions/put-preset-property.d.cts +9 -0
- package/dist/actions/put-preset-property.d.cts.map +1 -0
- package/dist/actions/put-preset-property.d.mts +9 -0
- package/dist/actions/put-preset-property.d.mts.map +1 -0
- package/dist/actions/put-preset-property.mjs +26 -0
- package/dist/actions/put-preset-property.mjs.map +1 -0
- package/dist/actions/put-remote-batch.cjs +43 -0
- package/dist/actions/put-remote-batch.cjs.map +1 -0
- package/dist/actions/put-remote-batch.d.cts +9 -0
- package/dist/actions/put-remote-batch.d.cts.map +1 -0
- package/dist/actions/put-remote-batch.d.mts +9 -0
- package/dist/actions/put-remote-batch.d.mts.map +1 -0
- package/dist/actions/put-remote-batch.mjs +42 -0
- package/dist/actions/put-remote-batch.mjs.map +1 -0
- package/dist/actions/put-remote-control-session.cjs +24 -0
- package/dist/actions/put-remote-control-session.cjs.map +1 -0
- package/dist/actions/put-remote-control-session.d.cts +9 -0
- package/dist/actions/put-remote-control-session.d.cts.map +1 -0
- package/dist/actions/put-remote-control-session.d.mts +9 -0
- package/dist/actions/put-remote-control-session.d.mts.map +1 -0
- package/dist/actions/put-remote-control-session.mjs +21 -0
- package/dist/actions/put-remote-control-session.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 +62 -0
- package/dist/index.d.cts +31 -0
- package/dist/index.d.mts +31 -0
- package/dist/index.mjs +32 -0
- package/package.json +49 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-remote-batch.cjs","names":["z","action"],"sources":["../../src/actions/put-remote-batch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EpicGamesPutRemoteBatchInput: z.ZodTypeAny = z.object({\n path: z.string().default(\"/remote/batch\").describe(\"Optional endpoint path override (defaults to '/remote/batch'). This enables testing against generic endpoints (e.g., '/put' or '/anything').\").optional(),\n headers: z.object({}).describe(\"Optional HTTP headers for the request. If not provided, will use metadata headers or empty headers.\").optional(),\n Requests: z.array(z.object({\n URL: z.string().describe(\"Request target, e.g., '/remote/object/describe'\"),\n Body: z.record(z.string(), z.unknown()).describe(\"Request payload; optional depending on the endpoint\").optional(),\n Verb: z.enum([\"GET\", \"POST\", \"PUT\", \"DELETE\"]).describe(\"HTTP method for the request\"),\n RequestId: z.string().describe(\"Unique ID to match request and response\"),\n})).describe(\"List of requests to execute in order\"),\n base_url: z.string().describe(\"Optional base URL override for the Remote Control API (e.g., 'http://127.0.0.1:30010' or 'https://httpbin.org'). If not provided, will use metadata base_url or sensible defaults.\").optional(),\n});\nconst EpicGamesPutRemoteBatch_RemoteBatchResponseItemSchema: z.ZodTypeAny = z.object({\n RequestId: z.string().describe(\"Matches the corresponding request's RequestId\"),\n ResponseBody: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown()), z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n ResponseCode: z.number().int().describe(\"HTTP status code of the response\"),\n});\nexport const EpicGamesPutRemoteBatchOutput: z.ZodTypeAny = z.object({\n Responses: z.array(EpicGamesPutRemoteBatch_RemoteBatchResponseItemSchema).describe(\"List of responses corresponding to each request\"),\n});\n\nexport const epicGamesPutRemoteBatch = action(\"EPIC_GAMES_PUT_REMOTE_BATCH\", {\n slug: \"epic_games-put-remote-batch\",\n name: \"Batch Remote Control Requests\",\n description: \"Tool to batch multiple Remote Control API calls into a single request. Use when needing to reduce round-trip latency by grouping several API calls into one batch.\",\n input: EpicGamesPutRemoteBatchInput,\n output: EpicGamesPutRemoteBatchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,eAAe,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;CAC5M,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CAC/I,UAAUA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO;EAC3B,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC1E,MAAMA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EACjH,MAAMA,IAAAA,EAAE,KAAK;GAAC;GAAO;GAAQ;GAAO;EAAQ,CAAC,CAAC,CAAC,SAAS,6BAA6B;EACrF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAC1E,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC;CACjD,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oLAAoL,CAAC,CAAC,SAAS;AAC/N,CAAC;AACD,MAAM,wDAAsEA,IAAAA,EAAE,OAAO;CACnF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,cAAcA,IAAAA,EAAE,MAAM;EAACA,IAAAA,EAAE,OAAOA,IAAAA,EAAE,OAAO,GAAGA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,QAAQ,CAAC;EAAGA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI;EAAGA,IAAAA,EAAE,OAAO;EAAGA,IAAAA,EAAE,QAAQ;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5J,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;AAC5E,CAAC;AACD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,EAClE,WAAWA,IAAAA,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,iDAAiD,EACtI,CAAC;AAED,MAAa,0BAA0BC,eAAAA,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/put-remote-batch.d.ts
|
|
4
|
+
declare const EpicGamesPutRemoteBatchInput: z.ZodTypeAny;
|
|
5
|
+
declare const EpicGamesPutRemoteBatchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const epicGamesPutRemoteBatch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { epicGamesPutRemoteBatch };
|
|
9
|
+
//# sourceMappingURL=put-remote-batch.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-remote-batch.d.cts","names":[],"sources":["../../src/actions/put-remote-batch.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAU3C;AAAA,cAMW,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/put-remote-batch.d.ts
|
|
4
|
+
declare const EpicGamesPutRemoteBatchInput: z.ZodTypeAny;
|
|
5
|
+
declare const EpicGamesPutRemoteBatchOutput: z.ZodTypeAny;
|
|
6
|
+
declare const epicGamesPutRemoteBatch: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { epicGamesPutRemoteBatch };
|
|
9
|
+
//# sourceMappingURL=put-remote-batch.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-remote-batch.d.mts","names":[],"sources":["../../src/actions/put-remote-batch.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAU3C;AAAA,cAMW,6BAAA,EAA+B,CAAA,CAAE,UAE5C;AAAA,cAEW,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/put-remote-batch.ts
|
|
4
|
+
const EpicGamesPutRemoteBatchInput = z.object({
|
|
5
|
+
path: z.string().default("/remote/batch").describe("Optional endpoint path override (defaults to '/remote/batch'). This enables testing against generic endpoints (e.g., '/put' or '/anything').").optional(),
|
|
6
|
+
headers: z.object({}).describe("Optional HTTP headers for the request. If not provided, will use metadata headers or empty headers.").optional(),
|
|
7
|
+
Requests: z.array(z.object({
|
|
8
|
+
URL: z.string().describe("Request target, e.g., '/remote/object/describe'"),
|
|
9
|
+
Body: z.record(z.string(), z.unknown()).describe("Request payload; optional depending on the endpoint").optional(),
|
|
10
|
+
Verb: z.enum([
|
|
11
|
+
"GET",
|
|
12
|
+
"POST",
|
|
13
|
+
"PUT",
|
|
14
|
+
"DELETE"
|
|
15
|
+
]).describe("HTTP method for the request"),
|
|
16
|
+
RequestId: z.string().describe("Unique ID to match request and response")
|
|
17
|
+
})).describe("List of requests to execute in order"),
|
|
18
|
+
base_url: z.string().describe("Optional base URL override for the Remote Control API (e.g., 'http://127.0.0.1:30010' or 'https://httpbin.org'). If not provided, will use metadata base_url or sensible defaults.").optional()
|
|
19
|
+
});
|
|
20
|
+
const EpicGamesPutRemoteBatch_RemoteBatchResponseItemSchema = z.object({
|
|
21
|
+
RequestId: z.string().describe("Matches the corresponding request's RequestId"),
|
|
22
|
+
ResponseBody: z.union([
|
|
23
|
+
z.record(z.string(), z.unknown()),
|
|
24
|
+
z.array(z.unknown()),
|
|
25
|
+
z.string(),
|
|
26
|
+
z.number().int(),
|
|
27
|
+
z.number(),
|
|
28
|
+
z.boolean()
|
|
29
|
+
]).nullable().optional(),
|
|
30
|
+
ResponseCode: z.number().int().describe("HTTP status code of the response")
|
|
31
|
+
});
|
|
32
|
+
const epicGamesPutRemoteBatch = action("EPIC_GAMES_PUT_REMOTE_BATCH", {
|
|
33
|
+
slug: "epic_games-put-remote-batch",
|
|
34
|
+
name: "Batch Remote Control Requests",
|
|
35
|
+
description: "Tool to batch multiple Remote Control API calls into a single request. Use when needing to reduce round-trip latency by grouping several API calls into one batch.",
|
|
36
|
+
input: EpicGamesPutRemoteBatchInput,
|
|
37
|
+
output: z.object({ Responses: z.array(EpicGamesPutRemoteBatch_RemoteBatchResponseItemSchema).describe("List of responses corresponding to each request") })
|
|
38
|
+
});
|
|
39
|
+
//#endregion
|
|
40
|
+
export { epicGamesPutRemoteBatch };
|
|
41
|
+
|
|
42
|
+
//# sourceMappingURL=put-remote-batch.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-remote-batch.mjs","names":[],"sources":["../../src/actions/put-remote-batch.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EpicGamesPutRemoteBatchInput: z.ZodTypeAny = z.object({\n path: z.string().default(\"/remote/batch\").describe(\"Optional endpoint path override (defaults to '/remote/batch'). This enables testing against generic endpoints (e.g., '/put' or '/anything').\").optional(),\n headers: z.object({}).describe(\"Optional HTTP headers for the request. If not provided, will use metadata headers or empty headers.\").optional(),\n Requests: z.array(z.object({\n URL: z.string().describe(\"Request target, e.g., '/remote/object/describe'\"),\n Body: z.record(z.string(), z.unknown()).describe(\"Request payload; optional depending on the endpoint\").optional(),\n Verb: z.enum([\"GET\", \"POST\", \"PUT\", \"DELETE\"]).describe(\"HTTP method for the request\"),\n RequestId: z.string().describe(\"Unique ID to match request and response\"),\n})).describe(\"List of requests to execute in order\"),\n base_url: z.string().describe(\"Optional base URL override for the Remote Control API (e.g., 'http://127.0.0.1:30010' or 'https://httpbin.org'). If not provided, will use metadata base_url or sensible defaults.\").optional(),\n});\nconst EpicGamesPutRemoteBatch_RemoteBatchResponseItemSchema: z.ZodTypeAny = z.object({\n RequestId: z.string().describe(\"Matches the corresponding request's RequestId\"),\n ResponseBody: z.union([z.record(z.string(), z.unknown()), z.array(z.unknown()), z.string(), z.number().int(), z.number(), z.boolean()]).nullable().optional(),\n ResponseCode: z.number().int().describe(\"HTTP status code of the response\"),\n});\nexport const EpicGamesPutRemoteBatchOutput: z.ZodTypeAny = z.object({\n Responses: z.array(EpicGamesPutRemoteBatch_RemoteBatchResponseItemSchema).describe(\"List of responses corresponding to each request\"),\n});\n\nexport const epicGamesPutRemoteBatch = action(\"EPIC_GAMES_PUT_REMOTE_BATCH\", {\n slug: \"epic_games-put-remote-batch\",\n name: \"Batch Remote Control Requests\",\n description: \"Tool to batch multiple Remote Control API calls into a single request. Use when needing to reduce round-trip latency by grouping several API calls into one batch.\",\n input: EpicGamesPutRemoteBatchInput,\n output: EpicGamesPutRemoteBatchOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,QAAQ,eAAe,CAAC,CAAC,SAAS,8IAA8I,CAAC,CAAC,SAAS;CAC5M,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CAC/I,UAAU,EAAE,MAAM,EAAE,OAAO;EAC3B,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;EAC1E,MAAM,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,SAAS,qDAAqD,CAAC,CAAC,SAAS;EACjH,MAAM,EAAE,KAAK;GAAC;GAAO;GAAQ;GAAO;EAAQ,CAAC,CAAC,CAAC,SAAS,6BAA6B;EACrF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CAC1E,CAAC,CAAC,CAAC,CAAC,SAAS,sCAAsC;CACjD,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oLAAoL,CAAC,CAAC,SAAS;AAC/N,CAAC;AACD,MAAM,wDAAsE,EAAE,OAAO;CACnF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC9E,cAAc,EAAE,MAAM;EAAC,EAAE,OAAO,EAAE,OAAO,GAAG,EAAE,QAAQ,CAAC;EAAG,EAAE,MAAM,EAAE,QAAQ,CAAC;EAAG,EAAE,OAAO;EAAG,EAAE,OAAO,CAAC,CAAC,IAAI;EAAG,EAAE,OAAO;EAAG,EAAE,QAAQ;CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5J,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kCAAkC;AAC5E,CAAC;AAKD,MAAa,0BAA0B,OAAO,+BAA+B;CAC3E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyD,EAAE,OAAO,EAClE,WAAW,EAAE,MAAM,qDAAqD,CAAC,CAAC,SAAS,iDAAiD,EACtI,CAOU;AACV,CAAC"}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/put-remote-control-session.ts
|
|
4
|
+
const EpicGamesPutRemoteControlSessionInput = zod.z.object({
|
|
5
|
+
path: zod.z.string().default("/remote/session").describe("Optional endpoint path override (defaults to '/remote/session'). This enables testing against generic endpoints (e.g., '/put').").optional(),
|
|
6
|
+
headers: zod.z.object({}).describe("Optional HTTP headers for the request. If not provided, will use metadata headers or empty headers.").optional(),
|
|
7
|
+
base_url: zod.z.string().describe("Optional base URL override for the Remote Control API (e.g., 'http://127.0.0.1:30010' or 'https://httpbin.org'). If not provided, will use metadata base_url or sensible defaults.").optional(),
|
|
8
|
+
session_name: zod.z.string().describe("Optional name for the session. If omitted, the server assigns a default name.").optional()
|
|
9
|
+
}).describe("Request model for initiating a Remote Control session. Optional session_name.\nSupports optional overrides for base_url, path, and headers to facilitate testing\nacross different environments.");
|
|
10
|
+
const EpicGamesPutRemoteControlSessionOutput = zod.z.object({
|
|
11
|
+
status: zod.z.string().describe("Status of the session initiation."),
|
|
12
|
+
session_id: zod.z.string().describe("Unique identifier of the initiated session.")
|
|
13
|
+
}).describe("Response model for initiated Remote Control session. Contains session identifier and status.");
|
|
14
|
+
const epicGamesPutRemoteControlSession = require_action.action("EPIC_GAMES_PUT_REMOTE_CONTROL_SESSION", {
|
|
15
|
+
slug: "epic_games-put-remote-control-session",
|
|
16
|
+
name: "Initiate Remote Control Session",
|
|
17
|
+
description: "Tool to initiate a Remote Control session. Use when asset operations require an active session before other /remote calls.",
|
|
18
|
+
input: EpicGamesPutRemoteControlSessionInput,
|
|
19
|
+
output: EpicGamesPutRemoteControlSessionOutput
|
|
20
|
+
});
|
|
21
|
+
//#endregion
|
|
22
|
+
exports.epicGamesPutRemoteControlSession = epicGamesPutRemoteControlSession;
|
|
23
|
+
|
|
24
|
+
//# sourceMappingURL=put-remote-control-session.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-remote-control-session.cjs","names":["z","action"],"sources":["../../src/actions/put-remote-control-session.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EpicGamesPutRemoteControlSessionInput: z.ZodTypeAny = z.object({\n path: z.string().default(\"/remote/session\").describe(\"Optional endpoint path override (defaults to '/remote/session'). This enables testing against generic endpoints (e.g., '/put').\").optional(),\n headers: z.object({}).describe(\"Optional HTTP headers for the request. If not provided, will use metadata headers or empty headers.\").optional(),\n base_url: z.string().describe(\"Optional base URL override for the Remote Control API (e.g., 'http://127.0.0.1:30010' or 'https://httpbin.org'). If not provided, will use metadata base_url or sensible defaults.\").optional(),\n session_name: z.string().describe(\"Optional name for the session. If omitted, the server assigns a default name.\").optional(),\n}).describe(\"Request model for initiating a Remote Control session. Optional session_name.\\nSupports optional overrides for base_url, path, and headers to facilitate testing\\nacross different environments.\");\nexport const EpicGamesPutRemoteControlSessionOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Status of the session initiation.\"),\n session_id: z.string().describe(\"Unique identifier of the initiated session.\"),\n}).describe(\"Response model for initiated Remote Control session. Contains session identifier and status.\");\n\nexport const epicGamesPutRemoteControlSession = action(\"EPIC_GAMES_PUT_REMOTE_CONTROL_SESSION\", {\n slug: \"epic_games-put-remote-control-session\",\n name: \"Initiate Remote Control Session\",\n description: \"Tool to initiate a Remote Control session. Use when asset operations require an active session before other /remote calls.\",\n input: EpicGamesPutRemoteControlSessionInput,\n output: EpicGamesPutRemoteControlSessionOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,QAAQ,iBAAiB,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;CACjM,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;CAC/I,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oLAAoL,CAAC,CAAC,SAAS;CAC7N,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;AAC9H,CAAC,CAAC,CAAC,SAAS,kMAAkM;AAC9M,MAAa,yCAAuDA,IAAAA,EAAE,OAAO;CAC3E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAC/D,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;AAC/E,CAAC,CAAC,CAAC,SAAS,8FAA8F;AAE1G,MAAa,mCAAmCC,eAAAA,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/put-remote-control-session.d.ts
|
|
4
|
+
declare const EpicGamesPutRemoteControlSessionInput: z.ZodTypeAny;
|
|
5
|
+
declare const EpicGamesPutRemoteControlSessionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const epicGamesPutRemoteControlSession: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { epicGamesPutRemoteControlSession };
|
|
9
|
+
//# sourceMappingURL=put-remote-control-session.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-remote-control-session.d.cts","names":[],"sources":["../../src/actions/put-remote-control-session.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAKyJ;AAAA,cAClM,sCAAA,EAAwC,CAAA,CAAE,UAGoD;AAAA,cAE9F,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/put-remote-control-session.d.ts
|
|
4
|
+
declare const EpicGamesPutRemoteControlSessionInput: z.ZodTypeAny;
|
|
5
|
+
declare const EpicGamesPutRemoteControlSessionOutput: z.ZodTypeAny;
|
|
6
|
+
declare const epicGamesPutRemoteControlSession: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { epicGamesPutRemoteControlSession };
|
|
9
|
+
//# sourceMappingURL=put-remote-control-session.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-remote-control-session.d.mts","names":[],"sources":["../../src/actions/put-remote-control-session.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAKyJ;AAAA,cAClM,sCAAA,EAAwC,CAAA,CAAE,UAGoD;AAAA,cAE9F,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const epicGamesPutRemoteControlSession = action("EPIC_GAMES_PUT_REMOTE_CONTROL_SESSION", {
|
|
4
|
+
slug: "epic_games-put-remote-control-session",
|
|
5
|
+
name: "Initiate Remote Control Session",
|
|
6
|
+
description: "Tool to initiate a Remote Control session. Use when asset operations require an active session before other /remote calls.",
|
|
7
|
+
input: z.object({
|
|
8
|
+
path: z.string().default("/remote/session").describe("Optional endpoint path override (defaults to '/remote/session'). This enables testing against generic endpoints (e.g., '/put').").optional(),
|
|
9
|
+
headers: z.object({}).describe("Optional HTTP headers for the request. If not provided, will use metadata headers or empty headers.").optional(),
|
|
10
|
+
base_url: z.string().describe("Optional base URL override for the Remote Control API (e.g., 'http://127.0.0.1:30010' or 'https://httpbin.org'). If not provided, will use metadata base_url or sensible defaults.").optional(),
|
|
11
|
+
session_name: z.string().describe("Optional name for the session. If omitted, the server assigns a default name.").optional()
|
|
12
|
+
}).describe("Request model for initiating a Remote Control session. Optional session_name.\nSupports optional overrides for base_url, path, and headers to facilitate testing\nacross different environments."),
|
|
13
|
+
output: z.object({
|
|
14
|
+
status: z.string().describe("Status of the session initiation."),
|
|
15
|
+
session_id: z.string().describe("Unique identifier of the initiated session.")
|
|
16
|
+
}).describe("Response model for initiated Remote Control session. Contains session identifier and status.")
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
export { epicGamesPutRemoteControlSession };
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=put-remote-control-session.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"put-remote-control-session.mjs","names":[],"sources":["../../src/actions/put-remote-control-session.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const EpicGamesPutRemoteControlSessionInput: z.ZodTypeAny = z.object({\n path: z.string().default(\"/remote/session\").describe(\"Optional endpoint path override (defaults to '/remote/session'). This enables testing against generic endpoints (e.g., '/put').\").optional(),\n headers: z.object({}).describe(\"Optional HTTP headers for the request. If not provided, will use metadata headers or empty headers.\").optional(),\n base_url: z.string().describe(\"Optional base URL override for the Remote Control API (e.g., 'http://127.0.0.1:30010' or 'https://httpbin.org'). If not provided, will use metadata base_url or sensible defaults.\").optional(),\n session_name: z.string().describe(\"Optional name for the session. If omitted, the server assigns a default name.\").optional(),\n}).describe(\"Request model for initiating a Remote Control session. Optional session_name.\\nSupports optional overrides for base_url, path, and headers to facilitate testing\\nacross different environments.\");\nexport const EpicGamesPutRemoteControlSessionOutput: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Status of the session initiation.\"),\n session_id: z.string().describe(\"Unique identifier of the initiated session.\"),\n}).describe(\"Response model for initiated Remote Control session. Contains session identifier and status.\");\n\nexport const epicGamesPutRemoteControlSession = action(\"EPIC_GAMES_PUT_REMOTE_CONTROL_SESSION\", {\n slug: \"epic_games-put-remote-control-session\",\n name: \"Initiate Remote Control Session\",\n description: \"Tool to initiate a Remote Control session. Use when asset operations require an active session before other /remote calls.\",\n input: EpicGamesPutRemoteControlSessionInput,\n output: EpicGamesPutRemoteControlSessionOutput,\n});\n"],"mappings":";;AAeA,MAAa,mCAAmC,OAAO,yCAAyC;CAC9F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAfiE,EAAE,OAAO;EAC1E,MAAM,EAAE,OAAO,CAAC,CAAC,QAAQ,iBAAiB,CAAC,CAAC,SAAS,iIAAiI,CAAC,CAAC,SAAS;EACjM,SAAS,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qGAAqG,CAAC,CAAC,SAAS;EAC/I,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,oLAAoL,CAAC,CAAC,SAAS;EAC7N,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,+EAA+E,CAAC,CAAC,SAAS;CAC9H,CAAC,CAAC,CAAC,SAAS,kMAUH;CACP,QAVkE,EAAE,OAAO;EAC3E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;EAC/D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C;CAC/E,CAAC,CAAC,CAAC,SAAS,8FAOF;AACV,CAAC"}
|
package/dist/app.cjs
ADDED
package/dist/app.cjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.cjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const epicGames = defineApp({\n slug: \"epic_games\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,aAAA,uCAAA,CAAA,CAAA,UAAA,CAAsB;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
|
package/dist/app.d.cts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
|
package/dist/app.d.mts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,SAAA,6BAAS,GAAA,+BAAA,UAAA"}
|
package/dist/app.mjs
ADDED
package/dist/app.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\n\nexport const epicGames = defineApp({\n slug: \"epic_games\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,YAAY,UAAU;CACjC,MAAM;CACN,MAAM;AACR,CAAC"}
|
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 epicGamesCatalog = {
|
|
4
|
+
"slug": "epic_games",
|
|
5
|
+
"name": "Epic Games",
|
|
6
|
+
"description": "Epic Games is a video game developer and publisher known for titles like Fortnite and the Unreal Engine, offering an online store and platform",
|
|
7
|
+
"category": "Gaming",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/epic_games",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.epicGamesCatalog = epicGamesCatalog;
|
|
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 epicGamesCatalog = {\n \"slug\": \"epic_games\",\n \"name\": \"Epic Games\",\n \"description\": \"Epic Games is a video game developer and publisher known for titles like Fortnite and the Unreal Engine, offering an online store and platform\",\n \"category\": \"Gaming\",\n \"logo\": \"https://logos.composio.dev/api/epic_games\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,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 epicGamesCatalog: {
|
|
4
|
+
readonly slug: "epic_games";
|
|
5
|
+
readonly name: "Epic Games";
|
|
6
|
+
readonly description: "Epic Games is a video game developer and publisher known for titles like Fortnite and the Unreal Engine, offering an online store and platform";
|
|
7
|
+
readonly category: "Gaming";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/epic_games";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { epicGamesCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const epicGamesCatalog: {
|
|
4
|
+
readonly slug: "epic_games";
|
|
5
|
+
readonly name: "Epic Games";
|
|
6
|
+
readonly description: "Epic Games is a video game developer and publisher known for titles like Fortnite and the Unreal Engine, offering an online store and platform";
|
|
7
|
+
readonly category: "Gaming";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/epic_games";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { epicGamesCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,gBAAA;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 epicGamesCatalog = {
|
|
4
|
+
"slug": "epic_games",
|
|
5
|
+
"name": "Epic Games",
|
|
6
|
+
"description": "Epic Games is a video game developer and publisher known for titles like Fortnite and the Unreal Engine, offering an online store and platform",
|
|
7
|
+
"category": "Gaming",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/epic_games",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { epicGamesCatalog };
|
|
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 epicGamesCatalog = {\n \"slug\": \"epic_games\",\n \"name\": \"Epic Games\",\n \"description\": \"Epic Games is a video game developer and publisher known for titles like Fortnite and the Unreal Engine, offering an online store and platform\",\n \"category\": \"Gaming\",\n \"logo\": \"https://logos.composio.dev/api/epic_games\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,mBAAmB;CAC9B,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 = "epic_games";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260616_00";
|
|
6
|
+
async function executeEpicGamesTool(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.executeEpicGamesTool = executeEpicGamesTool;
|
|
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 = \"epic_games\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260616_00\";\n\nexport async function executeEpicGamesTool(\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,qBACpB,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 = "epic_games";
|
|
4
|
+
/** Pinned app version — updated on regeneration. */
|
|
5
|
+
const APP_VERSION = "20260616_00";
|
|
6
|
+
async function executeEpicGamesTool(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 { executeEpicGamesTool };
|
|
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 = \"epic_games\";\n/** Pinned app version — updated on regeneration. */\nconst APP_VERSION = \"20260616_00\";\n\nexport async function executeEpicGamesTool(\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,qBACpB,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,62 @@
|
|
|
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_delete_preset_metadata_key = require("./actions/delete-preset-metadata-key.cjs");
|
|
5
|
+
const require_get_island = require("./actions/get-island.cjs");
|
|
6
|
+
const require_get_island_avg_minutes_per_player = require("./actions/get-island-avg-minutes-per-player.cjs");
|
|
7
|
+
const require_get_island_favorites = require("./actions/get-island-favorites.cjs");
|
|
8
|
+
const require_get_island_metrics_by_interval = require("./actions/get-island-metrics-by-interval.cjs");
|
|
9
|
+
const require_get_island_minutes_played = require("./actions/get-island-minutes-played.cjs");
|
|
10
|
+
const require_get_island_peak_ccu = require("./actions/get-island-peak-ccu.cjs");
|
|
11
|
+
const require_get_island_plays = require("./actions/get-island-plays.cjs");
|
|
12
|
+
const require_get_island_recommendations = require("./actions/get-island-recommendations.cjs");
|
|
13
|
+
const require_get_island_retention = require("./actions/get-island-retention.cjs");
|
|
14
|
+
const require_get_island_unique_players = require("./actions/get-island-unique-players.cjs");
|
|
15
|
+
const require_get_preset = require("./actions/get-preset.cjs");
|
|
16
|
+
const require_get_preset_metadata = require("./actions/get-preset-metadata.cjs");
|
|
17
|
+
const require_get_preset_metadata_key = require("./actions/get-preset-metadata-key.cjs");
|
|
18
|
+
const require_get_preset_property = require("./actions/get-preset-property.cjs");
|
|
19
|
+
const require_list_blueprint_callable_functions = require("./actions/list-blueprint-callable-functions.cjs");
|
|
20
|
+
const require_list_islands = require("./actions/list-islands.cjs");
|
|
21
|
+
const require_options_remote = require("./actions/options-remote.cjs");
|
|
22
|
+
const require_put_object_call = require("./actions/put-object-call.cjs");
|
|
23
|
+
const require_put_object_describe = require("./actions/put-object-describe.cjs");
|
|
24
|
+
const require_put_object_event_experimental = require("./actions/put-object-event-experimental.cjs");
|
|
25
|
+
const require_put_object_property = require("./actions/put-object-property.cjs");
|
|
26
|
+
const require_put_object_thumbnail = require("./actions/put-object-thumbnail.cjs");
|
|
27
|
+
const require_put_preset_function = require("./actions/put-preset-function.cjs");
|
|
28
|
+
const require_put_preset_metadata_key = require("./actions/put-preset-metadata-key.cjs");
|
|
29
|
+
const require_put_preset_property = require("./actions/put-preset-property.cjs");
|
|
30
|
+
const require_put_remote_batch = require("./actions/put-remote-batch.cjs");
|
|
31
|
+
const require_put_remote_control_session = require("./actions/put-remote-control-session.cjs");
|
|
32
|
+
require("./actions/index.cjs");
|
|
33
|
+
exports.epicGames = require_app.epicGames;
|
|
34
|
+
exports.epicGamesCatalog = require_catalog.epicGamesCatalog;
|
|
35
|
+
exports.epicGamesDeletePresetMetadataKey = require_delete_preset_metadata_key.epicGamesDeletePresetMetadataKey;
|
|
36
|
+
exports.epicGamesGetIsland = require_get_island.epicGamesGetIsland;
|
|
37
|
+
exports.epicGamesGetIslandAvgMinutesPerPlayer = require_get_island_avg_minutes_per_player.epicGamesGetIslandAvgMinutesPerPlayer;
|
|
38
|
+
exports.epicGamesGetIslandFavorites = require_get_island_favorites.epicGamesGetIslandFavorites;
|
|
39
|
+
exports.epicGamesGetIslandMetricsByInterval = require_get_island_metrics_by_interval.epicGamesGetIslandMetricsByInterval;
|
|
40
|
+
exports.epicGamesGetIslandMinutesPlayed = require_get_island_minutes_played.epicGamesGetIslandMinutesPlayed;
|
|
41
|
+
exports.epicGamesGetIslandPeakCcu = require_get_island_peak_ccu.epicGamesGetIslandPeakCcu;
|
|
42
|
+
exports.epicGamesGetIslandPlays = require_get_island_plays.epicGamesGetIslandPlays;
|
|
43
|
+
exports.epicGamesGetIslandRecommendations = require_get_island_recommendations.epicGamesGetIslandRecommendations;
|
|
44
|
+
exports.epicGamesGetIslandRetention = require_get_island_retention.epicGamesGetIslandRetention;
|
|
45
|
+
exports.epicGamesGetIslandUniquePlayers = require_get_island_unique_players.epicGamesGetIslandUniquePlayers;
|
|
46
|
+
exports.epicGamesGetPreset = require_get_preset.epicGamesGetPreset;
|
|
47
|
+
exports.epicGamesGetPresetMetadata = require_get_preset_metadata.epicGamesGetPresetMetadata;
|
|
48
|
+
exports.epicGamesGetPresetMetadataKey = require_get_preset_metadata_key.epicGamesGetPresetMetadataKey;
|
|
49
|
+
exports.epicGamesGetPresetProperty = require_get_preset_property.epicGamesGetPresetProperty;
|
|
50
|
+
exports.epicGamesListBlueprintCallableFunctions = require_list_blueprint_callable_functions.epicGamesListBlueprintCallableFunctions;
|
|
51
|
+
exports.epicGamesListIslands = require_list_islands.epicGamesListIslands;
|
|
52
|
+
exports.epicGamesOptionsRemote = require_options_remote.epicGamesOptionsRemote;
|
|
53
|
+
exports.epicGamesPutObjectCall = require_put_object_call.epicGamesPutObjectCall;
|
|
54
|
+
exports.epicGamesPutObjectDescribe = require_put_object_describe.epicGamesPutObjectDescribe;
|
|
55
|
+
exports.epicGamesPutObjectEventExperimental = require_put_object_event_experimental.epicGamesPutObjectEventExperimental;
|
|
56
|
+
exports.epicGamesPutObjectProperty = require_put_object_property.epicGamesPutObjectProperty;
|
|
57
|
+
exports.epicGamesPutObjectThumbnail = require_put_object_thumbnail.epicGamesPutObjectThumbnail;
|
|
58
|
+
exports.epicGamesPutPresetFunction = require_put_preset_function.epicGamesPutPresetFunction;
|
|
59
|
+
exports.epicGamesPutPresetMetadataKey = require_put_preset_metadata_key.epicGamesPutPresetMetadataKey;
|
|
60
|
+
exports.epicGamesPutPresetProperty = require_put_preset_property.epicGamesPutPresetProperty;
|
|
61
|
+
exports.epicGamesPutRemoteBatch = require_put_remote_batch.epicGamesPutRemoteBatch;
|
|
62
|
+
exports.epicGamesPutRemoteControlSession = require_put_remote_control_session.epicGamesPutRemoteControlSession;
|
package/dist/index.d.cts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { epicGamesDeletePresetMetadataKey } from "./actions/delete-preset-metadata-key.cjs";
|
|
2
|
+
import { epicGamesGetIsland } from "./actions/get-island.cjs";
|
|
3
|
+
import { epicGamesGetIslandAvgMinutesPerPlayer } from "./actions/get-island-avg-minutes-per-player.cjs";
|
|
4
|
+
import { epicGamesGetIslandFavorites } from "./actions/get-island-favorites.cjs";
|
|
5
|
+
import { epicGamesGetIslandMetricsByInterval } from "./actions/get-island-metrics-by-interval.cjs";
|
|
6
|
+
import { epicGamesGetIslandMinutesPlayed } from "./actions/get-island-minutes-played.cjs";
|
|
7
|
+
import { epicGamesGetIslandPeakCcu } from "./actions/get-island-peak-ccu.cjs";
|
|
8
|
+
import { epicGamesGetIslandPlays } from "./actions/get-island-plays.cjs";
|
|
9
|
+
import { epicGamesGetIslandRecommendations } from "./actions/get-island-recommendations.cjs";
|
|
10
|
+
import { epicGamesGetIslandRetention } from "./actions/get-island-retention.cjs";
|
|
11
|
+
import { epicGamesGetIslandUniquePlayers } from "./actions/get-island-unique-players.cjs";
|
|
12
|
+
import { epicGamesGetPreset } from "./actions/get-preset.cjs";
|
|
13
|
+
import { epicGamesGetPresetMetadata } from "./actions/get-preset-metadata.cjs";
|
|
14
|
+
import { epicGamesGetPresetMetadataKey } from "./actions/get-preset-metadata-key.cjs";
|
|
15
|
+
import { epicGamesGetPresetProperty } from "./actions/get-preset-property.cjs";
|
|
16
|
+
import { epicGamesListBlueprintCallableFunctions } from "./actions/list-blueprint-callable-functions.cjs";
|
|
17
|
+
import { epicGamesListIslands } from "./actions/list-islands.cjs";
|
|
18
|
+
import { epicGamesOptionsRemote } from "./actions/options-remote.cjs";
|
|
19
|
+
import { epicGamesPutObjectCall } from "./actions/put-object-call.cjs";
|
|
20
|
+
import { epicGamesPutObjectDescribe } from "./actions/put-object-describe.cjs";
|
|
21
|
+
import { epicGamesPutObjectEventExperimental } from "./actions/put-object-event-experimental.cjs";
|
|
22
|
+
import { epicGamesPutObjectProperty } from "./actions/put-object-property.cjs";
|
|
23
|
+
import { epicGamesPutObjectThumbnail } from "./actions/put-object-thumbnail.cjs";
|
|
24
|
+
import { epicGamesPutPresetFunction } from "./actions/put-preset-function.cjs";
|
|
25
|
+
import { epicGamesPutPresetMetadataKey } from "./actions/put-preset-metadata-key.cjs";
|
|
26
|
+
import { epicGamesPutPresetProperty } from "./actions/put-preset-property.cjs";
|
|
27
|
+
import { epicGamesPutRemoteBatch } from "./actions/put-remote-batch.cjs";
|
|
28
|
+
import { epicGamesPutRemoteControlSession } from "./actions/put-remote-control-session.cjs";
|
|
29
|
+
import { epicGames } from "./app.cjs";
|
|
30
|
+
import { epicGamesCatalog } from "./catalog.cjs";
|
|
31
|
+
export { epicGames, epicGamesCatalog, epicGamesDeletePresetMetadataKey, epicGamesGetIsland, epicGamesGetIslandAvgMinutesPerPlayer, epicGamesGetIslandFavorites, epicGamesGetIslandMetricsByInterval, epicGamesGetIslandMinutesPlayed, epicGamesGetIslandPeakCcu, epicGamesGetIslandPlays, epicGamesGetIslandRecommendations, epicGamesGetIslandRetention, epicGamesGetIslandUniquePlayers, epicGamesGetPreset, epicGamesGetPresetMetadata, epicGamesGetPresetMetadataKey, epicGamesGetPresetProperty, epicGamesListBlueprintCallableFunctions, epicGamesListIslands, epicGamesOptionsRemote, epicGamesPutObjectCall, epicGamesPutObjectDescribe, epicGamesPutObjectEventExperimental, epicGamesPutObjectProperty, epicGamesPutObjectThumbnail, epicGamesPutPresetFunction, epicGamesPutPresetMetadataKey, epicGamesPutPresetProperty, epicGamesPutRemoteBatch, epicGamesPutRemoteControlSession };
|
package/dist/index.d.mts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { epicGamesDeletePresetMetadataKey } from "./actions/delete-preset-metadata-key.mjs";
|
|
2
|
+
import { epicGamesGetIsland } from "./actions/get-island.mjs";
|
|
3
|
+
import { epicGamesGetIslandAvgMinutesPerPlayer } from "./actions/get-island-avg-minutes-per-player.mjs";
|
|
4
|
+
import { epicGamesGetIslandFavorites } from "./actions/get-island-favorites.mjs";
|
|
5
|
+
import { epicGamesGetIslandMetricsByInterval } from "./actions/get-island-metrics-by-interval.mjs";
|
|
6
|
+
import { epicGamesGetIslandMinutesPlayed } from "./actions/get-island-minutes-played.mjs";
|
|
7
|
+
import { epicGamesGetIslandPeakCcu } from "./actions/get-island-peak-ccu.mjs";
|
|
8
|
+
import { epicGamesGetIslandPlays } from "./actions/get-island-plays.mjs";
|
|
9
|
+
import { epicGamesGetIslandRecommendations } from "./actions/get-island-recommendations.mjs";
|
|
10
|
+
import { epicGamesGetIslandRetention } from "./actions/get-island-retention.mjs";
|
|
11
|
+
import { epicGamesGetIslandUniquePlayers } from "./actions/get-island-unique-players.mjs";
|
|
12
|
+
import { epicGamesGetPreset } from "./actions/get-preset.mjs";
|
|
13
|
+
import { epicGamesGetPresetMetadata } from "./actions/get-preset-metadata.mjs";
|
|
14
|
+
import { epicGamesGetPresetMetadataKey } from "./actions/get-preset-metadata-key.mjs";
|
|
15
|
+
import { epicGamesGetPresetProperty } from "./actions/get-preset-property.mjs";
|
|
16
|
+
import { epicGamesListBlueprintCallableFunctions } from "./actions/list-blueprint-callable-functions.mjs";
|
|
17
|
+
import { epicGamesListIslands } from "./actions/list-islands.mjs";
|
|
18
|
+
import { epicGamesOptionsRemote } from "./actions/options-remote.mjs";
|
|
19
|
+
import { epicGamesPutObjectCall } from "./actions/put-object-call.mjs";
|
|
20
|
+
import { epicGamesPutObjectDescribe } from "./actions/put-object-describe.mjs";
|
|
21
|
+
import { epicGamesPutObjectEventExperimental } from "./actions/put-object-event-experimental.mjs";
|
|
22
|
+
import { epicGamesPutObjectProperty } from "./actions/put-object-property.mjs";
|
|
23
|
+
import { epicGamesPutObjectThumbnail } from "./actions/put-object-thumbnail.mjs";
|
|
24
|
+
import { epicGamesPutPresetFunction } from "./actions/put-preset-function.mjs";
|
|
25
|
+
import { epicGamesPutPresetMetadataKey } from "./actions/put-preset-metadata-key.mjs";
|
|
26
|
+
import { epicGamesPutPresetProperty } from "./actions/put-preset-property.mjs";
|
|
27
|
+
import { epicGamesPutRemoteBatch } from "./actions/put-remote-batch.mjs";
|
|
28
|
+
import { epicGamesPutRemoteControlSession } from "./actions/put-remote-control-session.mjs";
|
|
29
|
+
import { epicGames } from "./app.mjs";
|
|
30
|
+
import { epicGamesCatalog } from "./catalog.mjs";
|
|
31
|
+
export { epicGames, epicGamesCatalog, epicGamesDeletePresetMetadataKey, epicGamesGetIsland, epicGamesGetIslandAvgMinutesPerPlayer, epicGamesGetIslandFavorites, epicGamesGetIslandMetricsByInterval, epicGamesGetIslandMinutesPlayed, epicGamesGetIslandPeakCcu, epicGamesGetIslandPlays, epicGamesGetIslandRecommendations, epicGamesGetIslandRetention, epicGamesGetIslandUniquePlayers, epicGamesGetPreset, epicGamesGetPresetMetadata, epicGamesGetPresetMetadataKey, epicGamesGetPresetProperty, epicGamesListBlueprintCallableFunctions, epicGamesListIslands, epicGamesOptionsRemote, epicGamesPutObjectCall, epicGamesPutObjectDescribe, epicGamesPutObjectEventExperimental, epicGamesPutObjectProperty, epicGamesPutObjectThumbnail, epicGamesPutPresetFunction, epicGamesPutPresetMetadataKey, epicGamesPutPresetProperty, epicGamesPutRemoteBatch, epicGamesPutRemoteControlSession };
|
package/dist/index.mjs
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { epicGames } from "./app.mjs";
|
|
2
|
+
import { epicGamesCatalog } from "./catalog.mjs";
|
|
3
|
+
import { epicGamesDeletePresetMetadataKey } from "./actions/delete-preset-metadata-key.mjs";
|
|
4
|
+
import { epicGamesGetIsland } from "./actions/get-island.mjs";
|
|
5
|
+
import { epicGamesGetIslandAvgMinutesPerPlayer } from "./actions/get-island-avg-minutes-per-player.mjs";
|
|
6
|
+
import { epicGamesGetIslandFavorites } from "./actions/get-island-favorites.mjs";
|
|
7
|
+
import { epicGamesGetIslandMetricsByInterval } from "./actions/get-island-metrics-by-interval.mjs";
|
|
8
|
+
import { epicGamesGetIslandMinutesPlayed } from "./actions/get-island-minutes-played.mjs";
|
|
9
|
+
import { epicGamesGetIslandPeakCcu } from "./actions/get-island-peak-ccu.mjs";
|
|
10
|
+
import { epicGamesGetIslandPlays } from "./actions/get-island-plays.mjs";
|
|
11
|
+
import { epicGamesGetIslandRecommendations } from "./actions/get-island-recommendations.mjs";
|
|
12
|
+
import { epicGamesGetIslandRetention } from "./actions/get-island-retention.mjs";
|
|
13
|
+
import { epicGamesGetIslandUniquePlayers } from "./actions/get-island-unique-players.mjs";
|
|
14
|
+
import { epicGamesGetPreset } from "./actions/get-preset.mjs";
|
|
15
|
+
import { epicGamesGetPresetMetadata } from "./actions/get-preset-metadata.mjs";
|
|
16
|
+
import { epicGamesGetPresetMetadataKey } from "./actions/get-preset-metadata-key.mjs";
|
|
17
|
+
import { epicGamesGetPresetProperty } from "./actions/get-preset-property.mjs";
|
|
18
|
+
import { epicGamesListBlueprintCallableFunctions } from "./actions/list-blueprint-callable-functions.mjs";
|
|
19
|
+
import { epicGamesListIslands } from "./actions/list-islands.mjs";
|
|
20
|
+
import { epicGamesOptionsRemote } from "./actions/options-remote.mjs";
|
|
21
|
+
import { epicGamesPutObjectCall } from "./actions/put-object-call.mjs";
|
|
22
|
+
import { epicGamesPutObjectDescribe } from "./actions/put-object-describe.mjs";
|
|
23
|
+
import { epicGamesPutObjectEventExperimental } from "./actions/put-object-event-experimental.mjs";
|
|
24
|
+
import { epicGamesPutObjectProperty } from "./actions/put-object-property.mjs";
|
|
25
|
+
import { epicGamesPutObjectThumbnail } from "./actions/put-object-thumbnail.mjs";
|
|
26
|
+
import { epicGamesPutPresetFunction } from "./actions/put-preset-function.mjs";
|
|
27
|
+
import { epicGamesPutPresetMetadataKey } from "./actions/put-preset-metadata-key.mjs";
|
|
28
|
+
import { epicGamesPutPresetProperty } from "./actions/put-preset-property.mjs";
|
|
29
|
+
import { epicGamesPutRemoteBatch } from "./actions/put-remote-batch.mjs";
|
|
30
|
+
import { epicGamesPutRemoteControlSession } from "./actions/put-remote-control-session.mjs";
|
|
31
|
+
import "./actions/index.mjs";
|
|
32
|
+
export { epicGames, epicGamesCatalog, epicGamesDeletePresetMetadataKey, epicGamesGetIsland, epicGamesGetIslandAvgMinutesPerPlayer, epicGamesGetIslandFavorites, epicGamesGetIslandMetricsByInterval, epicGamesGetIslandMinutesPlayed, epicGamesGetIslandPeakCcu, epicGamesGetIslandPlays, epicGamesGetIslandRecommendations, epicGamesGetIslandRetention, epicGamesGetIslandUniquePlayers, epicGamesGetPreset, epicGamesGetPresetMetadata, epicGamesGetPresetMetadataKey, epicGamesGetPresetProperty, epicGamesListBlueprintCallableFunctions, epicGamesListIslands, epicGamesOptionsRemote, epicGamesPutObjectCall, epicGamesPutObjectDescribe, epicGamesPutObjectEventExperimental, epicGamesPutObjectProperty, epicGamesPutObjectThumbnail, epicGamesPutPresetFunction, epicGamesPutPresetMetadataKey, epicGamesPutPresetProperty, epicGamesPutRemoteBatch, epicGamesPutRemoteControlSession };
|
package/package.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@keystrokehq/epic_games",
|
|
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/epic_games"
|
|
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
|
+
}
|