@keystrokehq/pointagram 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/add-score.cjs +34 -0
- package/dist/actions/add-score.cjs.map +1 -0
- package/dist/actions/add-score.d.cts +9 -0
- package/dist/actions/add-score.d.cts.map +1 -0
- package/dist/actions/add-score.d.mts +9 -0
- package/dist/actions/add-score.d.mts.map +1 -0
- package/dist/actions/add-score.mjs +31 -0
- package/dist/actions/add-score.mjs.map +1 -0
- package/dist/actions/index.cjs +17 -0
- package/dist/actions/index.d.cts +9 -0
- package/dist/actions/index.d.mts +9 -0
- package/dist/actions/index.mjs +9 -0
- package/dist/actions/list-competition-players.cjs +41 -0
- package/dist/actions/list-competition-players.cjs.map +1 -0
- package/dist/actions/list-competition-players.d.cts +9 -0
- package/dist/actions/list-competition-players.d.cts.map +1 -0
- package/dist/actions/list-competition-players.d.mts +9 -0
- package/dist/actions/list-competition-players.d.mts.map +1 -0
- package/dist/actions/list-competition-players.mjs +40 -0
- package/dist/actions/list-competition-players.mjs.map +1 -0
- package/dist/actions/list-competitions.cjs +41 -0
- package/dist/actions/list-competitions.cjs.map +1 -0
- package/dist/actions/list-competitions.d.cts +9 -0
- package/dist/actions/list-competitions.d.cts.map +1 -0
- package/dist/actions/list-competitions.d.mts +9 -0
- package/dist/actions/list-competitions.d.mts.map +1 -0
- package/dist/actions/list-competitions.mjs +40 -0
- package/dist/actions/list-competitions.mjs.map +1 -0
- package/dist/actions/list-players.cjs +29 -0
- package/dist/actions/list-players.cjs.map +1 -0
- package/dist/actions/list-players.d.cts +9 -0
- package/dist/actions/list-players.d.cts.map +1 -0
- package/dist/actions/list-players.d.mts +9 -0
- package/dist/actions/list-players.d.mts.map +1 -0
- package/dist/actions/list-players.mjs +28 -0
- package/dist/actions/list-players.mjs.map +1 -0
- package/dist/actions/list-score-series-history.cjs +37 -0
- package/dist/actions/list-score-series-history.cjs.map +1 -0
- package/dist/actions/list-score-series-history.d.cts +9 -0
- package/dist/actions/list-score-series-history.d.cts.map +1 -0
- package/dist/actions/list-score-series-history.d.mts +9 -0
- package/dist/actions/list-score-series-history.d.mts.map +1 -0
- package/dist/actions/list-score-series-history.mjs +36 -0
- package/dist/actions/list-score-series-history.mjs.map +1 -0
- package/dist/actions/list-score-series-point-types.cjs +20 -0
- package/dist/actions/list-score-series-point-types.cjs.map +1 -0
- package/dist/actions/list-score-series-point-types.d.cts +9 -0
- package/dist/actions/list-score-series-point-types.d.cts.map +1 -0
- package/dist/actions/list-score-series-point-types.d.mts +9 -0
- package/dist/actions/list-score-series-point-types.d.mts.map +1 -0
- package/dist/actions/list-score-series-point-types.mjs +17 -0
- package/dist/actions/list-score-series-point-types.mjs.map +1 -0
- package/dist/actions/list-score-series.cjs +21 -0
- package/dist/actions/list-score-series.cjs.map +1 -0
- package/dist/actions/list-score-series.d.cts +9 -0
- package/dist/actions/list-score-series.d.cts.map +1 -0
- package/dist/actions/list-score-series.d.mts +9 -0
- package/dist/actions/list-score-series.d.mts.map +1 -0
- package/dist/actions/list-score-series.mjs +20 -0
- package/dist/actions/list-score-series.mjs.map +1 -0
- package/dist/actions/list-teams.cjs +21 -0
- package/dist/actions/list-teams.cjs.map +1 -0
- package/dist/actions/list-teams.d.cts +9 -0
- package/dist/actions/list-teams.d.cts.map +1 -0
- package/dist/actions/list-teams.d.mts +9 -0
- package/dist/actions/list-teams.d.mts.map +1 -0
- package/dist/actions/list-teams.mjs +20 -0
- package/dist/actions/list-teams.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 +22 -0
- package/dist/index.d.cts +11 -0
- package/dist/index.d.mts +11 -0
- package/dist/index.mjs +12 -0
- package/package.json +49 -0
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-players.d.ts
|
|
4
|
+
declare const PointagramListPlayersInput: z.ZodTypeAny;
|
|
5
|
+
declare const PointagramListPlayersOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pointagramListPlayers: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pointagramListPlayers };
|
|
9
|
+
//# sourceMappingURL=list-players.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-players.d.mts","names":[],"sources":["../../src/actions/list-players.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAG8B;AAAA,cAO5D,2BAAA,EAA6B,CAAA,CAAE,UAE0C;AAAA,cAEzE,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-players.ts
|
|
4
|
+
const PointagramListPlayersInput = z.object({
|
|
5
|
+
filter: z.string().describe("The search value to match against the specified search_by field. Used in combination with 'search_by' parameter to filter results.").optional(),
|
|
6
|
+
search_by: z.enum([
|
|
7
|
+
"Email",
|
|
8
|
+
"Name",
|
|
9
|
+
"External Id"
|
|
10
|
+
]).describe("Specifies the search field to filter players. Accepts 'Email', 'Name', or 'External Id'. If provided, 'filter' parameter must also be provided.").optional()
|
|
11
|
+
}).describe("Request model for listing players with optional filtering.");
|
|
12
|
+
const PointagramListPlayers_PlayerItemSchema = z.object({
|
|
13
|
+
id: z.string().describe("The internal Pointagram player identifier."),
|
|
14
|
+
Name: z.string().describe("The player's display name in the system."),
|
|
15
|
+
external_id: z.string().describe("Optional custom identifier from your system.").nullable().optional(),
|
|
16
|
+
emailaddress: z.string().describe("The player's email address.")
|
|
17
|
+
}).describe("Player information model.");
|
|
18
|
+
const pointagramListPlayers = action("POINTAGRAM_LIST_PLAYERS", {
|
|
19
|
+
slug: "pointagram-list-players",
|
|
20
|
+
name: "List Players",
|
|
21
|
+
description: "Tool to fetch and list players in Pointagram with optional filtering. Use when you need to retrieve player information including name, email, external ID, and status. Supports filtering by email, name, or external ID.",
|
|
22
|
+
input: PointagramListPlayersInput,
|
|
23
|
+
output: z.object({ players: z.array(PointagramListPlayers_PlayerItemSchema).describe("List of players matching the search criteria.") }).describe("Response model for listing players. Returns an array of player objects.")
|
|
24
|
+
});
|
|
25
|
+
//#endregion
|
|
26
|
+
export { pointagramListPlayers };
|
|
27
|
+
|
|
28
|
+
//# sourceMappingURL=list-players.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-players.mjs","names":[],"sources":["../../src/actions/list-players.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PointagramListPlayersInput: z.ZodTypeAny = z.object({\n filter: z.string().describe(\"The search value to match against the specified search_by field. Used in combination with 'search_by' parameter to filter results.\").optional(),\n search_by: z.enum([\"Email\", \"Name\", \"External Id\"]).describe(\"Specifies the search field to filter players. Accepts 'Email', 'Name', or 'External Id'. If provided, 'filter' parameter must also be provided.\").optional(),\n}).describe(\"Request model for listing players with optional filtering.\");\nconst PointagramListPlayers_PlayerItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The internal Pointagram player identifier.\"),\n Name: z.string().describe(\"The player's display name in the system.\"),\n external_id: z.string().describe(\"Optional custom identifier from your system.\").nullable().optional(),\n emailaddress: z.string().describe(\"The player's email address.\"),\n}).describe(\"Player information model.\");\nexport const PointagramListPlayersOutput: z.ZodTypeAny = z.object({\n players: z.array(PointagramListPlayers_PlayerItemSchema).describe(\"List of players matching the search criteria.\"),\n}).describe(\"Response model for listing players. Returns an array of player objects.\");\n\nexport const pointagramListPlayers = action(\"POINTAGRAM_LIST_PLAYERS\", {\n slug: \"pointagram-list-players\",\n name: \"List Players\",\n description: \"Tool to fetch and list players in Pointagram with optional filtering. Use when you need to retrieve player information including name, email, external ID, and status. Supports filtering by email, name, or external ID.\",\n input: PointagramListPlayersInput,\n output: PointagramListPlayersOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oIAAoI,CAAC,CAAC,SAAS;CAC3K,WAAW,EAAE,KAAK;EAAC;EAAS;EAAQ;CAAa,CAAC,CAAC,CAAC,SAAS,iJAAiJ,CAAC,CAAC,SAAS;AAC3N,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CACpE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;AACjE,CAAC,CAAC,CAAC,SAAS,2BAA2B;AAKvC,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,SAAS,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,+CAA+C,EACnH,CAAC,CAAC,CAAC,SAAS,yEAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-score-series-history.ts
|
|
4
|
+
const PointagramListScoreSeriesHistoryInput = zod.z.object({
|
|
5
|
+
limit: zod.z.number().int().describe("Maximum rows per request (default: 50, maximum: 1000).").optional(),
|
|
6
|
+
time_to: zod.z.string().describe("End time in UTC format \"YYYY-MM-DD HH:MM:SS\".").optional(),
|
|
7
|
+
offset_id: zod.z.string().describe("For pagination - use previous response's last row ID. Must be used together with offset_timestamp.").optional(),
|
|
8
|
+
time_from: zod.z.string().describe("Start time in UTC format \"YYYY-MM-DD HH:MM:SS\".").optional(),
|
|
9
|
+
tags_filter: zod.z.string().describe("Filter by specific tags in JSON format: [{\"id\":\"13\",\"type\":1},{\"id\":\"14\",\"type\":1}] where type 1=tags, type 2=point type.").optional(),
|
|
10
|
+
show_revoked: zod.z.number().int().describe("Set to 1 to include revoked points; default is 0.").optional(),
|
|
11
|
+
teams_filter: zod.z.string().describe("Filter by team IDs in JSON format: [\"20\"].").optional(),
|
|
12
|
+
player_filter: zod.z.string().describe("Filter by player profile IDs in JSON format: [\"19145\"].").optional(),
|
|
13
|
+
scoreseriesid: zod.z.number().int().describe("The ID of the score series to fetch history for. This is a required parameter."),
|
|
14
|
+
tags_or_filter: zod.z.string().describe("Alternative tag filtering with OR logic. Same format as tags_filter: [{\"id\":\"13\",\"type\":1}].").optional(),
|
|
15
|
+
offset_timestamp: zod.z.string().describe("For pagination - use previous response's last row timestamp. Must be used together with offset_id.").optional()
|
|
16
|
+
}).describe("Request model for listing score series history with filtering and pagination.");
|
|
17
|
+
const PointagramListScoreSeriesHistory_HistoryItemSchema = zod.z.object({
|
|
18
|
+
id: zod.z.string().describe("Transaction ID.").nullable().optional(),
|
|
19
|
+
points: zod.z.union([zod.z.number().int(), zod.z.number()]).nullable().optional(),
|
|
20
|
+
revoked: zod.z.union([zod.z.number().int(), zod.z.boolean()]).nullable().optional(),
|
|
21
|
+
player_id: zod.z.string().describe("Player profile ID.").nullable().optional(),
|
|
22
|
+
timestamp: zod.z.string().describe("Timestamp when the points were awarded.").nullable().optional(),
|
|
23
|
+
description: zod.z.string().describe("Description of the transaction.").nullable().optional(),
|
|
24
|
+
player_name: zod.z.string().describe("Player name.").nullable().optional()
|
|
25
|
+
}).describe("Model representing a single historical transaction in the score series.");
|
|
26
|
+
const PointagramListScoreSeriesHistoryOutput = zod.z.object({ history: zod.z.array(PointagramListScoreSeriesHistory_HistoryItemSchema).describe("List of historical transactions for the score series.") }).describe("Response model for listing score series history. Returns an array of historical transactions.");
|
|
27
|
+
const pointagramListScoreSeriesHistory = require_action.action("POINTAGRAM_LIST_SCORE_SERIES_HISTORY", {
|
|
28
|
+
slug: "pointagram-list-score-series-history",
|
|
29
|
+
name: "List Score Series History",
|
|
30
|
+
description: "Tool to fetch historical point data for a score series. Returns time-series data of points awarded over time with optional filtering by tags, teams, players, and time range. Use when you need to retrieve historical transaction data for a specific score series.",
|
|
31
|
+
input: PointagramListScoreSeriesHistoryInput,
|
|
32
|
+
output: PointagramListScoreSeriesHistoryOutput
|
|
33
|
+
});
|
|
34
|
+
//#endregion
|
|
35
|
+
exports.pointagramListScoreSeriesHistory = pointagramListScoreSeriesHistory;
|
|
36
|
+
|
|
37
|
+
//# sourceMappingURL=list-score-series-history.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series-history.cjs","names":["z","action"],"sources":["../../src/actions/list-score-series-history.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PointagramListScoreSeriesHistoryInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum rows per request (default: 50, maximum: 1000).\").optional(),\n time_to: z.string().describe(\"End time in UTC format \\\"YYYY-MM-DD HH:MM:SS\\\".\").optional(),\n offset_id: z.string().describe(\"For pagination - use previous response's last row ID. Must be used together with offset_timestamp.\").optional(),\n time_from: z.string().describe(\"Start time in UTC format \\\"YYYY-MM-DD HH:MM:SS\\\".\").optional(),\n tags_filter: z.string().describe(\"Filter by specific tags in JSON format: [{\\\"id\\\":\\\"13\\\",\\\"type\\\":1},{\\\"id\\\":\\\"14\\\",\\\"type\\\":1}] where type 1=tags, type 2=point type.\").optional(),\n show_revoked: z.number().int().describe(\"Set to 1 to include revoked points; default is 0.\").optional(),\n teams_filter: z.string().describe(\"Filter by team IDs in JSON format: [\\\"20\\\"].\").optional(),\n player_filter: z.string().describe(\"Filter by player profile IDs in JSON format: [\\\"19145\\\"].\").optional(),\n scoreseriesid: z.number().int().describe(\"The ID of the score series to fetch history for. This is a required parameter.\"),\n tags_or_filter: z.string().describe(\"Alternative tag filtering with OR logic. Same format as tags_filter: [{\\\"id\\\":\\\"13\\\",\\\"type\\\":1}].\").optional(),\n offset_timestamp: z.string().describe(\"For pagination - use previous response's last row timestamp. Must be used together with offset_id.\").optional(),\n}).describe(\"Request model for listing score series history with filtering and pagination.\");\nconst PointagramListScoreSeriesHistory_HistoryItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Transaction ID.\").nullable().optional(),\n points: z.union([z.number().int(), z.number()]).nullable().optional(),\n revoked: z.union([z.number().int(), z.boolean()]).nullable().optional(),\n player_id: z.string().describe(\"Player profile ID.\").nullable().optional(),\n timestamp: z.string().describe(\"Timestamp when the points were awarded.\").nullable().optional(),\n description: z.string().describe(\"Description of the transaction.\").nullable().optional(),\n player_name: z.string().describe(\"Player name.\").nullable().optional(),\n}).describe(\"Model representing a single historical transaction in the score series.\");\nexport const PointagramListScoreSeriesHistoryOutput: z.ZodTypeAny = z.object({\n history: z.array(PointagramListScoreSeriesHistory_HistoryItemSchema).describe(\"List of historical transactions for the score series.\"),\n}).describe(\"Response model for listing score series history. Returns an array of historical transactions.\");\n\nexport const pointagramListScoreSeriesHistory = action(\"POINTAGRAM_LIST_SCORE_SERIES_HISTORY\", {\n slug: \"pointagram-list-score-series-history\",\n name: \"List Score Series History\",\n description: \"Tool to fetch historical point data for a score series. Returns time-series data of points awarded over time with optional filtering by tags, teams, players, and time range. Use when you need to retrieve historical transaction data for a specific score series.\",\n input: PointagramListScoreSeriesHistoryInput,\n output: PointagramListScoreSeriesHistoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsDA,IAAAA,EAAE,OAAO;CAC1E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACpG,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACzF,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC9I,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC7F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI,CAAC,CAAC,SAAS;CACnL,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACtG,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC3F,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACzG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gFAAgF;CACzH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CACnJ,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAC3F,MAAM,qDAAmEA,IAAAA,EAAE,OAAO;CAChF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,QAAQA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,SAASA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,SAAS,yEAAyE;AACrF,MAAa,yCAAuDA,IAAAA,EAAE,OAAO,EAC3E,SAASA,IAAAA,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,uDAAuD,EACvI,CAAC,CAAC,CAAC,SAAS,+FAA+F;AAE3G,MAAa,mCAAmCC,eAAAA,OAAO,wCAAwC;CAC7F,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/list-score-series-history.d.ts
|
|
4
|
+
declare const PointagramListScoreSeriesHistoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const PointagramListScoreSeriesHistoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pointagramListScoreSeriesHistory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pointagramListScoreSeriesHistory };
|
|
9
|
+
//# sourceMappingURL=list-score-series-history.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series-history.d.cts","names":[],"sources":["../../src/actions/list-score-series-history.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAYsC;AAAA,cAU/E,sCAAA,EAAwC,CAAA,CAAE,UAEqD;AAAA,cAE/F,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-score-series-history.d.ts
|
|
4
|
+
declare const PointagramListScoreSeriesHistoryInput: z.ZodTypeAny;
|
|
5
|
+
declare const PointagramListScoreSeriesHistoryOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pointagramListScoreSeriesHistory: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pointagramListScoreSeriesHistory };
|
|
9
|
+
//# sourceMappingURL=list-score-series-history.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series-history.d.mts","names":[],"sources":["../../src/actions/list-score-series-history.ts"],"mappings":";;;cAIa,qCAAA,EAAuC,CAAA,CAAE,UAYsC;AAAA,cAU/E,sCAAA,EAAwC,CAAA,CAAE,UAEqD;AAAA,cAE/F,gCAAA,gCAAgC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-score-series-history.ts
|
|
4
|
+
const PointagramListScoreSeriesHistoryInput = z.object({
|
|
5
|
+
limit: z.number().int().describe("Maximum rows per request (default: 50, maximum: 1000).").optional(),
|
|
6
|
+
time_to: z.string().describe("End time in UTC format \"YYYY-MM-DD HH:MM:SS\".").optional(),
|
|
7
|
+
offset_id: z.string().describe("For pagination - use previous response's last row ID. Must be used together with offset_timestamp.").optional(),
|
|
8
|
+
time_from: z.string().describe("Start time in UTC format \"YYYY-MM-DD HH:MM:SS\".").optional(),
|
|
9
|
+
tags_filter: z.string().describe("Filter by specific tags in JSON format: [{\"id\":\"13\",\"type\":1},{\"id\":\"14\",\"type\":1}] where type 1=tags, type 2=point type.").optional(),
|
|
10
|
+
show_revoked: z.number().int().describe("Set to 1 to include revoked points; default is 0.").optional(),
|
|
11
|
+
teams_filter: z.string().describe("Filter by team IDs in JSON format: [\"20\"].").optional(),
|
|
12
|
+
player_filter: z.string().describe("Filter by player profile IDs in JSON format: [\"19145\"].").optional(),
|
|
13
|
+
scoreseriesid: z.number().int().describe("The ID of the score series to fetch history for. This is a required parameter."),
|
|
14
|
+
tags_or_filter: z.string().describe("Alternative tag filtering with OR logic. Same format as tags_filter: [{\"id\":\"13\",\"type\":1}].").optional(),
|
|
15
|
+
offset_timestamp: z.string().describe("For pagination - use previous response's last row timestamp. Must be used together with offset_id.").optional()
|
|
16
|
+
}).describe("Request model for listing score series history with filtering and pagination.");
|
|
17
|
+
const PointagramListScoreSeriesHistory_HistoryItemSchema = z.object({
|
|
18
|
+
id: z.string().describe("Transaction ID.").nullable().optional(),
|
|
19
|
+
points: z.union([z.number().int(), z.number()]).nullable().optional(),
|
|
20
|
+
revoked: z.union([z.number().int(), z.boolean()]).nullable().optional(),
|
|
21
|
+
player_id: z.string().describe("Player profile ID.").nullable().optional(),
|
|
22
|
+
timestamp: z.string().describe("Timestamp when the points were awarded.").nullable().optional(),
|
|
23
|
+
description: z.string().describe("Description of the transaction.").nullable().optional(),
|
|
24
|
+
player_name: z.string().describe("Player name.").nullable().optional()
|
|
25
|
+
}).describe("Model representing a single historical transaction in the score series.");
|
|
26
|
+
const pointagramListScoreSeriesHistory = action("POINTAGRAM_LIST_SCORE_SERIES_HISTORY", {
|
|
27
|
+
slug: "pointagram-list-score-series-history",
|
|
28
|
+
name: "List Score Series History",
|
|
29
|
+
description: "Tool to fetch historical point data for a score series. Returns time-series data of points awarded over time with optional filtering by tags, teams, players, and time range. Use when you need to retrieve historical transaction data for a specific score series.",
|
|
30
|
+
input: PointagramListScoreSeriesHistoryInput,
|
|
31
|
+
output: z.object({ history: z.array(PointagramListScoreSeriesHistory_HistoryItemSchema).describe("List of historical transactions for the score series.") }).describe("Response model for listing score series history. Returns an array of historical transactions.")
|
|
32
|
+
});
|
|
33
|
+
//#endregion
|
|
34
|
+
export { pointagramListScoreSeriesHistory };
|
|
35
|
+
|
|
36
|
+
//# sourceMappingURL=list-score-series-history.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series-history.mjs","names":[],"sources":["../../src/actions/list-score-series-history.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PointagramListScoreSeriesHistoryInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum rows per request (default: 50, maximum: 1000).\").optional(),\n time_to: z.string().describe(\"End time in UTC format \\\"YYYY-MM-DD HH:MM:SS\\\".\").optional(),\n offset_id: z.string().describe(\"For pagination - use previous response's last row ID. Must be used together with offset_timestamp.\").optional(),\n time_from: z.string().describe(\"Start time in UTC format \\\"YYYY-MM-DD HH:MM:SS\\\".\").optional(),\n tags_filter: z.string().describe(\"Filter by specific tags in JSON format: [{\\\"id\\\":\\\"13\\\",\\\"type\\\":1},{\\\"id\\\":\\\"14\\\",\\\"type\\\":1}] where type 1=tags, type 2=point type.\").optional(),\n show_revoked: z.number().int().describe(\"Set to 1 to include revoked points; default is 0.\").optional(),\n teams_filter: z.string().describe(\"Filter by team IDs in JSON format: [\\\"20\\\"].\").optional(),\n player_filter: z.string().describe(\"Filter by player profile IDs in JSON format: [\\\"19145\\\"].\").optional(),\n scoreseriesid: z.number().int().describe(\"The ID of the score series to fetch history for. This is a required parameter.\"),\n tags_or_filter: z.string().describe(\"Alternative tag filtering with OR logic. Same format as tags_filter: [{\\\"id\\\":\\\"13\\\",\\\"type\\\":1}].\").optional(),\n offset_timestamp: z.string().describe(\"For pagination - use previous response's last row timestamp. Must be used together with offset_id.\").optional(),\n}).describe(\"Request model for listing score series history with filtering and pagination.\");\nconst PointagramListScoreSeriesHistory_HistoryItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Transaction ID.\").nullable().optional(),\n points: z.union([z.number().int(), z.number()]).nullable().optional(),\n revoked: z.union([z.number().int(), z.boolean()]).nullable().optional(),\n player_id: z.string().describe(\"Player profile ID.\").nullable().optional(),\n timestamp: z.string().describe(\"Timestamp when the points were awarded.\").nullable().optional(),\n description: z.string().describe(\"Description of the transaction.\").nullable().optional(),\n player_name: z.string().describe(\"Player name.\").nullable().optional(),\n}).describe(\"Model representing a single historical transaction in the score series.\");\nexport const PointagramListScoreSeriesHistoryOutput: z.ZodTypeAny = z.object({\n history: z.array(PointagramListScoreSeriesHistory_HistoryItemSchema).describe(\"List of historical transactions for the score series.\"),\n}).describe(\"Response model for listing score series history. Returns an array of historical transactions.\");\n\nexport const pointagramListScoreSeriesHistory = action(\"POINTAGRAM_LIST_SCORE_SERIES_HISTORY\", {\n slug: \"pointagram-list-score-series-history\",\n name: \"List Score Series History\",\n description: \"Tool to fetch historical point data for a score series. Returns time-series data of points awarded over time with optional filtering by tags, teams, players, and time range. Use when you need to retrieve historical transaction data for a specific score series.\",\n input: PointagramListScoreSeriesHistoryInput,\n output: PointagramListScoreSeriesHistoryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,wCAAsD,EAAE,OAAO;CAC1E,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS;CACpG,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACzF,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CAC9I,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CAC7F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uIAAuI,CAAC,CAAC,SAAS;CACnL,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS;CACtG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS;CAC3F,eAAe,EAAE,OAAO,CAAC,CAAC,SAAS,2DAA2D,CAAC,CAAC,SAAS;CACzG,eAAe,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gFAAgF;CACzH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;CACnJ,kBAAkB,EAAE,OAAO,CAAC,CAAC,SAAS,oGAAoG,CAAC,CAAC,SAAS;AACvJ,CAAC,CAAC,CAAC,SAAS,+EAA+E;AAC3F,MAAM,qDAAmE,EAAE,OAAO;CAChF,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iBAAiB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/D,QAAQ,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,SAAS,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACvE,CAAC,CAAC,CAAC,SAAS,yEAAyE;AAKrF,MAAa,mCAAmC,OAAO,wCAAwC;CAC7F,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATkE,EAAE,OAAO,EAC3E,SAAS,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,uDAAuD,EACvI,CAAC,CAAC,CAAC,SAAS,+FAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-score-series-point-types.ts
|
|
4
|
+
const PointagramListScoreSeriesPointTypesInput = zod.z.object({ scoreseries: zod.z.number().int().describe("Id of the score series to fetch Point Types for.") }).describe("Request parameters for fetching point types for a specific score series.");
|
|
5
|
+
const PointagramListScoreSeriesPointTypesOutput = zod.z.object({
|
|
6
|
+
message: zod.z.string().describe("Additional message from the API.").nullable().optional(),
|
|
7
|
+
success: zod.z.boolean().describe("Indicates if the request was successful.").nullable().optional(),
|
|
8
|
+
point_types: zod.z.array(zod.z.object({})).describe("List of point types available in the score series.").nullable().optional()
|
|
9
|
+
}).describe("Response schema for listing point types in a score series.");
|
|
10
|
+
const pointagramListScoreSeriesPointTypes = require_action.action("POINTAGRAM_LIST_SCORE_SERIES_POINT_TYPES", {
|
|
11
|
+
slug: "pointagram-list-score-series-point-types",
|
|
12
|
+
name: "List Score Series Point Types",
|
|
13
|
+
description: "Tool to fetch point types for a specific score series in Pointagram. Use when you need to retrieve the different types of points that can be awarded within a score series.",
|
|
14
|
+
input: PointagramListScoreSeriesPointTypesInput,
|
|
15
|
+
output: PointagramListScoreSeriesPointTypesOutput
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
exports.pointagramListScoreSeriesPointTypes = pointagramListScoreSeriesPointTypes;
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=list-score-series-point-types.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series-point-types.cjs","names":["z","action"],"sources":["../../src/actions/list-score-series-point-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PointagramListScoreSeriesPointTypesInput: z.ZodTypeAny = z.object({\n scoreseries: z.number().int().describe(\"Id of the score series to fetch Point Types for.\"),\n}).describe(\"Request parameters for fetching point types for a specific score series.\");\nexport const PointagramListScoreSeriesPointTypesOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Additional message from the API.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful.\").nullable().optional(),\n point_types: z.array(z.object({})).describe(\"List of point types available in the score series.\").nullable().optional(),\n}).describe(\"Response schema for listing point types in a score series.\");\n\nexport const pointagramListScoreSeriesPointTypes = action(\"POINTAGRAM_LIST_SCORE_SERIES_POINT_TYPES\", {\n slug: \"pointagram-list-score-series-point-types\",\n name: \"List Score Series Point Types\",\n description: \"Tool to fetch point types for a specific score series in Pointagram. Use when you need to retrieve the different types of points that can be awarded within a score series.\",\n input: PointagramListScoreSeriesPointTypesInput,\n output: PointagramListScoreSeriesPointTypesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2CAAyDA,IAAAA,EAAE,OAAO,EAC7E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC3F,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAa,4CAA0DA,IAAAA,EAAE,OAAO;CAC9E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,SAASA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9F,aAAaA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACxH,CAAC,CAAC,CAAC,SAAS,4DAA4D;AAExE,MAAa,sCAAsCC,eAAAA,OAAO,4CAA4C;CACpG,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/list-score-series-point-types.d.ts
|
|
4
|
+
declare const PointagramListScoreSeriesPointTypesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PointagramListScoreSeriesPointTypesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pointagramListScoreSeriesPointTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pointagramListScoreSeriesPointTypes };
|
|
9
|
+
//# sourceMappingURL=list-score-series-point-types.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series-point-types.d.cts","names":[],"sources":["../../src/actions/list-score-series-point-types.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAE8B;AAAA,cAC1E,yCAAA,EAA2C,CAAA,CAAE,UAIe;AAAA,cAE5D,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-score-series-point-types.d.ts
|
|
4
|
+
declare const PointagramListScoreSeriesPointTypesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PointagramListScoreSeriesPointTypesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pointagramListScoreSeriesPointTypes: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pointagramListScoreSeriesPointTypes };
|
|
9
|
+
//# sourceMappingURL=list-score-series-point-types.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series-point-types.d.mts","names":[],"sources":["../../src/actions/list-score-series-point-types.ts"],"mappings":";;;cAIa,wCAAA,EAA0C,CAAA,CAAE,UAE8B;AAAA,cAC1E,yCAAA,EAA2C,CAAA,CAAE,UAIe;AAAA,cAE5D,mCAAA,gCAAmC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
const pointagramListScoreSeriesPointTypes = action("POINTAGRAM_LIST_SCORE_SERIES_POINT_TYPES", {
|
|
4
|
+
slug: "pointagram-list-score-series-point-types",
|
|
5
|
+
name: "List Score Series Point Types",
|
|
6
|
+
description: "Tool to fetch point types for a specific score series in Pointagram. Use when you need to retrieve the different types of points that can be awarded within a score series.",
|
|
7
|
+
input: z.object({ scoreseries: z.number().int().describe("Id of the score series to fetch Point Types for.") }).describe("Request parameters for fetching point types for a specific score series."),
|
|
8
|
+
output: z.object({
|
|
9
|
+
message: z.string().describe("Additional message from the API.").nullable().optional(),
|
|
10
|
+
success: z.boolean().describe("Indicates if the request was successful.").nullable().optional(),
|
|
11
|
+
point_types: z.array(z.object({})).describe("List of point types available in the score series.").nullable().optional()
|
|
12
|
+
}).describe("Response schema for listing point types in a score series.")
|
|
13
|
+
});
|
|
14
|
+
//#endregion
|
|
15
|
+
export { pointagramListScoreSeriesPointTypes };
|
|
16
|
+
|
|
17
|
+
//# sourceMappingURL=list-score-series-point-types.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series-point-types.mjs","names":[],"sources":["../../src/actions/list-score-series-point-types.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PointagramListScoreSeriesPointTypesInput: z.ZodTypeAny = z.object({\n scoreseries: z.number().int().describe(\"Id of the score series to fetch Point Types for.\"),\n}).describe(\"Request parameters for fetching point types for a specific score series.\");\nexport const PointagramListScoreSeriesPointTypesOutput: z.ZodTypeAny = z.object({\n message: z.string().describe(\"Additional message from the API.\").nullable().optional(),\n success: z.boolean().describe(\"Indicates if the request was successful.\").nullable().optional(),\n point_types: z.array(z.object({})).describe(\"List of point types available in the score series.\").nullable().optional(),\n}).describe(\"Response schema for listing point types in a score series.\");\n\nexport const pointagramListScoreSeriesPointTypes = action(\"POINTAGRAM_LIST_SCORE_SERIES_POINT_TYPES\", {\n slug: \"pointagram-list-score-series-point-types\",\n name: \"List Score Series Point Types\",\n description: \"Tool to fetch point types for a specific score series in Pointagram. Use when you need to retrieve the different types of points that can be awarded within a score series.\",\n input: PointagramListScoreSeriesPointTypesInput,\n output: PointagramListScoreSeriesPointTypesOutput,\n});\n"],"mappings":";;AAaA,MAAa,sCAAsC,OAAO,4CAA4C;CACpG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAboE,EAAE,OAAO,EAC7E,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC3F,CAAC,CAAC,CAAC,SAAS,0EAWH;CACP,QAXqE,EAAE,OAAO;EAC9E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EACrF,SAAS,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;EAC9F,aAAa,EAAE,MAAM,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxH,CAAC,CAAC,CAAC,SAAS,4DAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-score-series.ts
|
|
4
|
+
const PointagramListScoreSeriesInput = zod.z.object({}).describe("Request model for listing score series. No parameters are required.");
|
|
5
|
+
const PointagramListScoreSeries_ScoreSeriesSchema = zod.z.object({
|
|
6
|
+
id: zod.z.union([zod.z.number().int(), zod.z.string()]).nullable().optional(),
|
|
7
|
+
name: zod.z.string().describe("Score series name.").nullable().optional(),
|
|
8
|
+
description: zod.z.string().describe("Description of the score series.").nullable().optional()
|
|
9
|
+
}).describe("Model representing a score series object.");
|
|
10
|
+
const PointagramListScoreSeriesOutput = zod.z.object({ score_series: zod.z.array(PointagramListScoreSeries_ScoreSeriesSchema).describe("List of score series in Pointagram. Returns all configured score series collections.").nullable().optional() }).describe("Response model for listing score series. Returns a list of score series objects.");
|
|
11
|
+
const pointagramListScoreSeries = require_action.action("POINTAGRAM_LIST_SCORE_SERIES", {
|
|
12
|
+
slug: "pointagram-list-score-series",
|
|
13
|
+
name: "List Score Series",
|
|
14
|
+
description: "Tool to list all score series in Pointagram. Use when you need to retrieve all configured score series collections that track and measure different point types.",
|
|
15
|
+
input: PointagramListScoreSeriesInput,
|
|
16
|
+
output: PointagramListScoreSeriesOutput
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.pointagramListScoreSeries = pointagramListScoreSeries;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=list-score-series.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series.cjs","names":["z","action"],"sources":["../../src/actions/list-score-series.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PointagramListScoreSeriesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing score series. No parameters are required.\");\nconst PointagramListScoreSeries_ScoreSeriesSchema: z.ZodTypeAny = z.object({\n id: z.union([z.number().int(), z.string()]).nullable().optional(),\n name: z.string().describe(\"Score series name.\").nullable().optional(),\n description: z.string().describe(\"Description of the score series.\").nullable().optional(),\n}).describe(\"Model representing a score series object.\");\nexport const PointagramListScoreSeriesOutput: z.ZodTypeAny = z.object({\n score_series: z.array(PointagramListScoreSeries_ScoreSeriesSchema).describe(\"List of score series in Pointagram. Returns all configured score series collections.\").nullable().optional(),\n}).describe(\"Response model for listing score series. Returns a list of score series objects.\");\n\nexport const pointagramListScoreSeries = action(\"POINTAGRAM_LIST_SCORE_SERIES\", {\n slug: \"pointagram-list-score-series\",\n name: \"List Score Series\",\n description: \"Tool to list all score series in Pointagram. Use when you need to retrieve all configured score series collections that track and measure different point types.\",\n input: PointagramListScoreSeriesInput,\n output: PointagramListScoreSeriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACvJ,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,MAAM,CAACA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,GAAGA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,2CAA2C;AACvD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO,EACpE,cAAcA,IAAAA,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1L,CAAC,CAAC,CAAC,SAAS,kFAAkF;AAE9F,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,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/list-score-series.d.ts
|
|
4
|
+
declare const PointagramListScoreSeriesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PointagramListScoreSeriesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pointagramListScoreSeries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pointagramListScoreSeries };
|
|
9
|
+
//# sourceMappingURL=list-score-series.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series.d.cts","names":[],"sources":["../../src/actions/list-score-series.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAyG;AAAA,cAM3I,+BAAA,EAAiC,CAAA,CAAE,UAE+C;AAAA,cAElF,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-score-series.d.ts
|
|
4
|
+
declare const PointagramListScoreSeriesInput: z.ZodTypeAny;
|
|
5
|
+
declare const PointagramListScoreSeriesOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pointagramListScoreSeries: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pointagramListScoreSeries };
|
|
9
|
+
//# sourceMappingURL=list-score-series.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series.d.mts","names":[],"sources":["../../src/actions/list-score-series.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAyG;AAAA,cAM3I,+BAAA,EAAiC,CAAA,CAAE,UAE+C;AAAA,cAElF,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-score-series.ts
|
|
4
|
+
const PointagramListScoreSeriesInput = z.object({}).describe("Request model for listing score series. No parameters are required.");
|
|
5
|
+
const PointagramListScoreSeries_ScoreSeriesSchema = z.object({
|
|
6
|
+
id: z.union([z.number().int(), z.string()]).nullable().optional(),
|
|
7
|
+
name: z.string().describe("Score series name.").nullable().optional(),
|
|
8
|
+
description: z.string().describe("Description of the score series.").nullable().optional()
|
|
9
|
+
}).describe("Model representing a score series object.");
|
|
10
|
+
const pointagramListScoreSeries = action("POINTAGRAM_LIST_SCORE_SERIES", {
|
|
11
|
+
slug: "pointagram-list-score-series",
|
|
12
|
+
name: "List Score Series",
|
|
13
|
+
description: "Tool to list all score series in Pointagram. Use when you need to retrieve all configured score series collections that track and measure different point types.",
|
|
14
|
+
input: PointagramListScoreSeriesInput,
|
|
15
|
+
output: z.object({ score_series: z.array(PointagramListScoreSeries_ScoreSeriesSchema).describe("List of score series in Pointagram. Returns all configured score series collections.").nullable().optional() }).describe("Response model for listing score series. Returns a list of score series objects.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { pointagramListScoreSeries };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=list-score-series.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-score-series.mjs","names":[],"sources":["../../src/actions/list-score-series.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PointagramListScoreSeriesInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing score series. No parameters are required.\");\nconst PointagramListScoreSeries_ScoreSeriesSchema: z.ZodTypeAny = z.object({\n id: z.union([z.number().int(), z.string()]).nullable().optional(),\n name: z.string().describe(\"Score series name.\").nullable().optional(),\n description: z.string().describe(\"Description of the score series.\").nullable().optional(),\n}).describe(\"Model representing a score series object.\");\nexport const PointagramListScoreSeriesOutput: z.ZodTypeAny = z.object({\n score_series: z.array(PointagramListScoreSeries_ScoreSeriesSchema).describe(\"List of score series in Pointagram. Returns all configured score series collections.\").nullable().optional(),\n}).describe(\"Response model for listing score series. Returns a list of score series objects.\");\n\nexport const pointagramListScoreSeries = action(\"POINTAGRAM_LIST_SCORE_SERIES\", {\n slug: \"pointagram-list-score-series\",\n name: \"List Score Series\",\n description: \"Tool to list all score series in Pointagram. Use when you need to retrieve all configured score series collections that track and measure different point types.\",\n input: PointagramListScoreSeriesInput,\n output: PointagramListScoreSeriesOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACvJ,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,MAAM,CAAC,EAAE,OAAO,CAAC,CAAC,IAAI,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oBAAoB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpE,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC,CAAC,CAAC,SAAS,2CAA2C;AAKvD,MAAa,4BAA4B,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAT2D,EAAE,OAAO,EACpE,cAAc,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1L,CAAC,CAAC,CAAC,SAAS,kFAOF;AACV,CAAC"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const require_action = require("../action.cjs");
|
|
2
|
+
let zod = require("zod");
|
|
3
|
+
//#region src/actions/list-teams.ts
|
|
4
|
+
const PointagramListTeamsInput = zod.z.object({}).describe("Request model for listing teams. No parameters are required.");
|
|
5
|
+
const PointagramListTeams_TeamItemSchema = zod.z.object({
|
|
6
|
+
id: zod.z.string().describe("Unique identifier for the team."),
|
|
7
|
+
icon: zod.z.string().describe("Filename of the team's icon image."),
|
|
8
|
+
name: zod.z.string().describe("Name of the team in Pointagram.")
|
|
9
|
+
}).describe("Model representing a single team in Pointagram.");
|
|
10
|
+
const PointagramListTeamsOutput = zod.z.object({ teams: zod.z.array(PointagramListTeams_TeamItemSchema).describe("List of teams in Pointagram.") }).describe("Response model for listing teams.");
|
|
11
|
+
const pointagramListTeams = require_action.action("POINTAGRAM_LIST_TEAMS", {
|
|
12
|
+
slug: "pointagram-list-teams",
|
|
13
|
+
name: "List Teams",
|
|
14
|
+
description: "Tool to fetch and list all teams in Pointagram. Returns team information including ID, name, and icon. Use when you need to retrieve all available teams.",
|
|
15
|
+
input: PointagramListTeamsInput,
|
|
16
|
+
output: PointagramListTeamsOutput
|
|
17
|
+
});
|
|
18
|
+
//#endregion
|
|
19
|
+
exports.pointagramListTeams = pointagramListTeams;
|
|
20
|
+
|
|
21
|
+
//# sourceMappingURL=list-teams.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-teams.cjs","names":["z","action"],"sources":["../../src/actions/list-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PointagramListTeamsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing teams. No parameters are required.\");\nconst PointagramListTeams_TeamItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team.\"),\n icon: z.string().describe(\"Filename of the team's icon image.\"),\n name: z.string().describe(\"Name of the team in Pointagram.\"),\n}).describe(\"Model representing a single team in Pointagram.\");\nexport const PointagramListTeamsOutput: z.ZodTypeAny = z.object({\n teams: z.array(PointagramListTeams_TeamItemSchema).describe(\"List of teams in Pointagram.\"),\n}).describe(\"Response model for listing teams.\");\n\nexport const pointagramListTeams = action(\"POINTAGRAM_LIST_TEAMS\", {\n slug: \"pointagram-list-teams\",\n name: \"List Teams\",\n description: \"Tool to fetch and list all teams in Pointagram. Returns team information including ID, name, and icon. Use when you need to retrieve all available teams.\",\n input: PointagramListTeamsInput,\n output: PointagramListTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1I,MAAM,qCAAmDA,IAAAA,EAAE,OAAO;CAChE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AAC7D,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,4BAA0CA,IAAAA,EAAE,OAAO,EAC9D,OAAOA,IAAAA,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,8BAA8B,EAC5F,CAAC,CAAC,CAAC,SAAS,mCAAmC;AAE/C,MAAa,sBAAsBC,eAAAA,OAAO,yBAAyB;CACjE,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/list-teams.d.ts
|
|
4
|
+
declare const PointagramListTeamsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PointagramListTeamsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pointagramListTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pointagramListTeams };
|
|
9
|
+
//# sourceMappingURL=list-teams.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-teams.d.cts","names":[],"sources":["../../src/actions/list-teams.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAAkG;AAAA,cAM9H,yBAAA,EAA2B,CAAA,CAAE,UAEM;AAAA,cAEnC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
3
|
+
//#region src/actions/list-teams.d.ts
|
|
4
|
+
declare const PointagramListTeamsInput: z.ZodTypeAny;
|
|
5
|
+
declare const PointagramListTeamsOutput: z.ZodTypeAny;
|
|
6
|
+
declare const pointagramListTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
|
|
7
|
+
//#endregion
|
|
8
|
+
export { pointagramListTeams };
|
|
9
|
+
//# sourceMappingURL=list-teams.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-teams.d.mts","names":[],"sources":["../../src/actions/list-teams.ts"],"mappings":";;;cAIa,wBAAA,EAA0B,CAAA,CAAE,UAAkG;AAAA,cAM9H,yBAAA,EAA2B,CAAA,CAAE,UAEM;AAAA,cAEnC,mBAAA,gCAAmB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { action } from "../action.mjs";
|
|
2
|
+
import { z } from "zod";
|
|
3
|
+
//#region src/actions/list-teams.ts
|
|
4
|
+
const PointagramListTeamsInput = z.object({}).describe("Request model for listing teams. No parameters are required.");
|
|
5
|
+
const PointagramListTeams_TeamItemSchema = z.object({
|
|
6
|
+
id: z.string().describe("Unique identifier for the team."),
|
|
7
|
+
icon: z.string().describe("Filename of the team's icon image."),
|
|
8
|
+
name: z.string().describe("Name of the team in Pointagram.")
|
|
9
|
+
}).describe("Model representing a single team in Pointagram.");
|
|
10
|
+
const pointagramListTeams = action("POINTAGRAM_LIST_TEAMS", {
|
|
11
|
+
slug: "pointagram-list-teams",
|
|
12
|
+
name: "List Teams",
|
|
13
|
+
description: "Tool to fetch and list all teams in Pointagram. Returns team information including ID, name, and icon. Use when you need to retrieve all available teams.",
|
|
14
|
+
input: PointagramListTeamsInput,
|
|
15
|
+
output: z.object({ teams: z.array(PointagramListTeams_TeamItemSchema).describe("List of teams in Pointagram.") }).describe("Response model for listing teams.")
|
|
16
|
+
});
|
|
17
|
+
//#endregion
|
|
18
|
+
export { pointagramListTeams };
|
|
19
|
+
|
|
20
|
+
//# sourceMappingURL=list-teams.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-teams.mjs","names":[],"sources":["../../src/actions/list-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PointagramListTeamsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for listing teams. No parameters are required.\");\nconst PointagramListTeams_TeamItemSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"Unique identifier for the team.\"),\n icon: z.string().describe(\"Filename of the team's icon image.\"),\n name: z.string().describe(\"Name of the team in Pointagram.\"),\n}).describe(\"Model representing a single team in Pointagram.\");\nexport const PointagramListTeamsOutput: z.ZodTypeAny = z.object({\n teams: z.array(PointagramListTeams_TeamItemSchema).describe(\"List of teams in Pointagram.\"),\n}).describe(\"Response model for listing teams.\");\n\nexport const pointagramListTeams = action(\"POINTAGRAM_LIST_TEAMS\", {\n slug: \"pointagram-list-teams\",\n name: \"List Teams\",\n description: \"Tool to fetch and list all teams in Pointagram. Returns team information including ID, name, and icon. Use when you need to retrieve all available teams.\",\n input: PointagramListTeamsInput,\n output: PointagramListTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,2BAAyC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC1I,MAAM,qCAAmD,EAAE,OAAO;CAChE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CACzD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC9D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;AAC7D,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAK7D,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATqD,EAAE,OAAO,EAC9D,OAAO,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,8BAA8B,EAC5F,CAAC,CAAC,CAAC,SAAS,mCAOF;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 pointagram = defineApp({\n slug: \"pointagram\",\n auth: \"keystroke\",\n});\n"],"mappings":";AAEA,MAAa,cAAA,uCAAA,CAAA,CAAA,UAAA,CAAuB;CAClC,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,UAAA,6BAAU,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,UAAA,6BAAU,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 pointagram = defineApp({\n slug: \"pointagram\",\n auth: \"keystroke\",\n});\n"],"mappings":";;AAEA,MAAa,aAAa,UAAU;CAClC,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 pointagramCatalog = {
|
|
4
|
+
"slug": "pointagram",
|
|
5
|
+
"name": "Pointagram",
|
|
6
|
+
"description": "Pointagram is a gamification tool that increases motivation and team achievements. Keep your team goal-oriented and celebrate great performance together.",
|
|
7
|
+
"category": "Productivity",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/pointagram",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
exports.pointagramCatalog = pointagramCatalog;
|
|
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 pointagramCatalog = {\n \"slug\": \"pointagram\",\n \"name\": \"Pointagram\",\n \"description\": \"Pointagram is a gamification tool that increases motivation and team achievements. Keep your team goal-oriented and celebrate great performance together.\",\n \"category\": \"Productivity\",\n \"logo\": \"https://logos.composio.dev/api/pointagram\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,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 pointagramCatalog: {
|
|
4
|
+
readonly slug: "pointagram";
|
|
5
|
+
readonly name: "Pointagram";
|
|
6
|
+
readonly description: "Pointagram is a gamification tool that increases motivation and team achievements. Keep your team goal-oriented and celebrate great performance together.";
|
|
7
|
+
readonly category: "Productivity";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/pointagram";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { pointagramCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.cts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.cts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,iBAAA;EAAA"}
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//#region src/catalog.d.ts
|
|
2
|
+
/** Generated — kept in sync with src/app.ts. */
|
|
3
|
+
declare const pointagramCatalog: {
|
|
4
|
+
readonly slug: "pointagram";
|
|
5
|
+
readonly name: "Pointagram";
|
|
6
|
+
readonly description: "Pointagram is a gamification tool that increases motivation and team achievements. Keep your team goal-oriented and celebrate great performance together.";
|
|
7
|
+
readonly category: "Productivity";
|
|
8
|
+
readonly logo: "https://logos.composio.dev/api/pointagram";
|
|
9
|
+
readonly authKind: "keystroke";
|
|
10
|
+
readonly oauthScopes: readonly [];
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { pointagramCatalog };
|
|
14
|
+
//# sourceMappingURL=catalog.d.mts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"catalog.d.mts","names":[],"sources":["../src/catalog.ts"],"mappings":";;cACa,iBAAA;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 pointagramCatalog = {
|
|
4
|
+
"slug": "pointagram",
|
|
5
|
+
"name": "Pointagram",
|
|
6
|
+
"description": "Pointagram is a gamification tool that increases motivation and team achievements. Keep your team goal-oriented and celebrate great performance together.",
|
|
7
|
+
"category": "Productivity",
|
|
8
|
+
"logo": "https://logos.composio.dev/api/pointagram",
|
|
9
|
+
"authKind": "keystroke",
|
|
10
|
+
"oauthScopes": []
|
|
11
|
+
};
|
|
12
|
+
//#endregion
|
|
13
|
+
export { pointagramCatalog };
|
|
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 pointagramCatalog = {\n \"slug\": \"pointagram\",\n \"name\": \"Pointagram\",\n \"description\": \"Pointagram is a gamification tool that increases motivation and team achievements. Keep your team goal-oriented and celebrate great performance together.\",\n \"category\": \"Productivity\",\n \"logo\": \"https://logos.composio.dev/api/pointagram\",\n \"authKind\": \"keystroke\",\n \"oauthScopes\": []\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;AAClB"}
|