@keystrokehq/pointagram 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (63) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/add-score.cjs +2 -2
  4. package/dist/actions/add-score.cjs.map +1 -1
  5. package/dist/actions/add-score.d.cts +39 -3
  6. package/dist/actions/add-score.d.cts.map +1 -1
  7. package/dist/actions/add-score.d.mts +39 -3
  8. package/dist/actions/add-score.d.mts.map +1 -1
  9. package/dist/actions/add-score.mjs +2 -2
  10. package/dist/actions/add-score.mjs.map +1 -1
  11. package/dist/actions/list-competition-players.cjs.map +1 -1
  12. package/dist/actions/list-competition-players.d.cts +25 -3
  13. package/dist/actions/list-competition-players.d.cts.map +1 -1
  14. package/dist/actions/list-competition-players.d.mts +25 -3
  15. package/dist/actions/list-competition-players.d.mts.map +1 -1
  16. package/dist/actions/list-competition-players.mjs.map +1 -1
  17. package/dist/actions/list-competitions.cjs.map +1 -1
  18. package/dist/actions/list-competitions.d.cts +33 -3
  19. package/dist/actions/list-competitions.d.cts.map +1 -1
  20. package/dist/actions/list-competitions.d.mts +33 -3
  21. package/dist/actions/list-competitions.d.mts.map +1 -1
  22. package/dist/actions/list-competitions.mjs.map +1 -1
  23. package/dist/actions/list-players.cjs +3 -3
  24. package/dist/actions/list-players.cjs.map +1 -1
  25. package/dist/actions/list-players.d.cts +20 -3
  26. package/dist/actions/list-players.d.cts.map +1 -1
  27. package/dist/actions/list-players.d.mts +20 -3
  28. package/dist/actions/list-players.d.mts.map +1 -1
  29. package/dist/actions/list-players.mjs +3 -3
  30. package/dist/actions/list-players.mjs.map +1 -1
  31. package/dist/actions/list-score-series-history.cjs.map +1 -1
  32. package/dist/actions/list-score-series-history.d.cts +37 -3
  33. package/dist/actions/list-score-series-history.d.cts.map +1 -1
  34. package/dist/actions/list-score-series-history.d.mts +37 -3
  35. package/dist/actions/list-score-series-history.d.mts.map +1 -1
  36. package/dist/actions/list-score-series-history.mjs.map +1 -1
  37. package/dist/actions/list-score-series-point-types.cjs.map +1 -1
  38. package/dist/actions/list-score-series-point-types.d.cts +11 -3
  39. package/dist/actions/list-score-series-point-types.d.cts.map +1 -1
  40. package/dist/actions/list-score-series-point-types.d.mts +11 -3
  41. package/dist/actions/list-score-series-point-types.d.mts.map +1 -1
  42. package/dist/actions/list-score-series-point-types.mjs.map +1 -1
  43. package/dist/actions/list-score-series.cjs.map +1 -1
  44. package/dist/actions/list-score-series.d.cts +9 -3
  45. package/dist/actions/list-score-series.d.cts.map +1 -1
  46. package/dist/actions/list-score-series.d.mts +9 -3
  47. package/dist/actions/list-score-series.d.mts.map +1 -1
  48. package/dist/actions/list-score-series.mjs.map +1 -1
  49. package/dist/actions/list-teams.cjs +3 -3
  50. package/dist/actions/list-teams.cjs.map +1 -1
  51. package/dist/actions/list-teams.d.cts +9 -3
  52. package/dist/actions/list-teams.d.cts.map +1 -1
  53. package/dist/actions/list-teams.d.mts +9 -3
  54. package/dist/actions/list-teams.d.mts.map +1 -1
  55. package/dist/actions/list-teams.mjs +3 -3
  56. package/dist/actions/list-teams.mjs.map +1 -1
  57. package/dist/catalog.cjs +13 -1
  58. package/dist/catalog.cjs.map +1 -1
  59. package/dist/catalog.d.cts +12 -0
  60. package/dist/catalog.d.mts +12 -0
  61. package/dist/catalog.mjs +13 -1
  62. package/dist/catalog.mjs.map +1 -1
  63. package/package.json +2 -2
@@ -1 +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"}
1
+ {"version":3,"file":"list-players.d.mts","names":[],"sources":["../../src/actions/list-players.ts"],"mappings":";;;cAIa,0BAAA,EAA0B,CAAA,CAAA,SAAA;;;;;;;;cAU1B,2BAAA,EAA2B,CAAA,CAAA,SAAA;;;;;;;;cAI3B,qBAAA,gCAAqB,wBAAA"}
@@ -10,10 +10,10 @@ const PointagramListPlayersInput = z.object({
10
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
11
  }).describe("Request model for listing players with optional filtering.");
12
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."),
13
+ id: z.string().describe("The internal Pointagram player identifier.").nullable(),
14
+ Name: z.string().describe("The player's display name in the system.").nullable(),
15
15
  external_id: z.string().describe("Optional custom identifier from your system.").nullable().optional(),
16
- emailaddress: z.string().describe("The player's email address.")
16
+ emailaddress: z.string().describe("The player's email address.").nullable()
17
17
  }).describe("Player information model.");
18
18
  const pointagramListPlayers = action("POINTAGRAM_LIST_PLAYERS", {
19
19
  slug: "pointagram-list-players",
@@ -1 +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"}
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.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.object({\n id: z.string().describe(\"The internal Pointagram player identifier.\").nullable(),\n Name: z.string().describe(\"The player's display name in the system.\").nullable(),\n external_id: z.string().describe(\"Optional custom identifier from your system.\").nullable().optional(),\n emailaddress: z.string().describe(\"The player's email address.\").nullable(),\n}).describe(\"Player information model.\");\nexport const PointagramListPlayersOutput = 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,6BAA6B,EAAE,OAAO;CACjD,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,yCAAyC,EAAE,OAAO;CACtD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4CAA4C,CAAC,CAAC,SAAS;CAC/E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;AAC5E,CAAC,CAAC,CAAC,SAAS,2BAA2B;AAKvC,MAAa,wBAAwB,OAAO,2BAA2B;CACrE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATyC,EAAE,OAAO,EAClD,SAAS,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,+CAA+C,EACnH,CAAC,CAAC,CAAC,SAAS,yEAOF;AACV,CAAC"}
@@ -1 +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"}
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.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.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.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,wCAAwCA,IAAAA,EAAE,OAAO;CAC5D,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,qDAAqDA,IAAAA,EAAE,OAAO;CAClE,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,yCAAyCA,IAAAA,EAAE,OAAO,EAC7D,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"}
@@ -1,9 +1,43 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PointagramListScoreSeriesHistoryInput: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodNumber>;
6
+ time_to: z.ZodOptional<z.ZodString>;
7
+ offset_id: z.ZodOptional<z.ZodString>;
8
+ time_from: z.ZodOptional<z.ZodString>;
9
+ tags_filter: z.ZodOptional<z.ZodString>;
10
+ show_revoked: z.ZodOptional<z.ZodNumber>;
11
+ teams_filter: z.ZodOptional<z.ZodString>;
12
+ player_filter: z.ZodOptional<z.ZodString>;
13
+ scoreseriesid: z.ZodNumber;
14
+ tags_or_filter: z.ZodOptional<z.ZodString>;
15
+ offset_timestamp: z.ZodOptional<z.ZodString>;
16
+ }, z.core.$strip>;
17
+ declare const PointagramListScoreSeriesHistoryOutput: z.ZodObject<{
18
+ history: z.ZodArray<z.ZodObject<{
19
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ points: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodNumber]>>>;
21
+ revoked: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodBoolean]>>>;
22
+ player_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ timestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ player_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ }, z.core.$strip>>;
27
+ }, z.core.$strip>;
28
+ declare const pointagramListScoreSeriesHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
29
+ scoreseriesid: number;
30
+ limit?: number | undefined;
31
+ time_to?: string | undefined;
32
+ offset_id?: string | undefined;
33
+ time_from?: string | undefined;
34
+ tags_filter?: string | undefined;
35
+ show_revoked?: number | undefined;
36
+ teams_filter?: string | undefined;
37
+ player_filter?: string | undefined;
38
+ tags_or_filter?: string | undefined;
39
+ offset_timestamp?: string | undefined;
40
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
41
  //#endregion
8
42
  export { pointagramListScoreSeriesHistory };
9
43
  //# sourceMappingURL=list-score-series-history.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"list-score-series-history.d.cts","names":[],"sources":["../../src/actions/list-score-series-history.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAsBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;cAItC,gCAAA,gCAAgC,wBAAA"}
@@ -1,9 +1,43 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PointagramListScoreSeriesHistoryInput: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodNumber>;
6
+ time_to: z.ZodOptional<z.ZodString>;
7
+ offset_id: z.ZodOptional<z.ZodString>;
8
+ time_from: z.ZodOptional<z.ZodString>;
9
+ tags_filter: z.ZodOptional<z.ZodString>;
10
+ show_revoked: z.ZodOptional<z.ZodNumber>;
11
+ teams_filter: z.ZodOptional<z.ZodString>;
12
+ player_filter: z.ZodOptional<z.ZodString>;
13
+ scoreseriesid: z.ZodNumber;
14
+ tags_or_filter: z.ZodOptional<z.ZodString>;
15
+ offset_timestamp: z.ZodOptional<z.ZodString>;
16
+ }, z.core.$strip>;
17
+ declare const PointagramListScoreSeriesHistoryOutput: z.ZodObject<{
18
+ history: z.ZodArray<z.ZodObject<{
19
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ points: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodNumber]>>>;
21
+ revoked: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodBoolean]>>>;
22
+ player_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ timestamp: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ player_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ }, z.core.$strip>>;
27
+ }, z.core.$strip>;
28
+ declare const pointagramListScoreSeriesHistory: import("@keystrokehq/action").WorkflowActionDefinition<{
29
+ scoreseriesid: number;
30
+ limit?: number | undefined;
31
+ time_to?: string | undefined;
32
+ offset_id?: string | undefined;
33
+ time_from?: string | undefined;
34
+ tags_filter?: string | undefined;
35
+ show_revoked?: number | undefined;
36
+ teams_filter?: string | undefined;
37
+ player_filter?: string | undefined;
38
+ tags_or_filter?: string | undefined;
39
+ offset_timestamp?: string | undefined;
40
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
41
  //#endregion
8
42
  export { pointagramListScoreSeriesHistory };
9
43
  //# sourceMappingURL=list-score-series-history.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"list-score-series-history.d.mts","names":[],"sources":["../../src/actions/list-score-series-history.ts"],"mappings":";;;cAIa,qCAAA,EAAqC,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAsBrC,sCAAA,EAAsC,CAAA,CAAA,SAAA;;;;;;;;;;;cAItC,gCAAA,gCAAgC,wBAAA"}
@@ -1 +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"}
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.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.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.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,wCAAwC,EAAE,OAAO;CAC5D,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,qDAAqD,EAAE,OAAO;CAClE,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,QAToD,EAAE,OAAO,EAC7D,SAAS,EAAE,MAAM,kDAAkD,CAAC,CAAC,SAAS,uDAAuD,EACvI,CAAC,CAAC,CAAC,SAAS,+FAOF;AACV,CAAC"}
@@ -1 +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"}
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.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.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,2CAA2CA,IAAAA,EAAE,OAAO,EAC/D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC3F,CAAC,CAAC,CAAC,SAAS,0EAA0E;AACtF,MAAa,4CAA4CA,IAAAA,EAAE,OAAO;CAChE,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"}
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PointagramListScoreSeriesPointTypesInput: z.ZodObject<{
5
+ scoreseries: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const PointagramListScoreSeriesPointTypesOutput: z.ZodObject<{
8
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
10
+ point_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{}, z.core.$strip>>>>;
11
+ }, z.core.$strip>;
12
+ declare const pointagramListScoreSeriesPointTypes: import("@keystrokehq/action").WorkflowActionDefinition<{
13
+ scoreseries: number;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { pointagramListScoreSeriesPointTypes };
9
17
  //# sourceMappingURL=list-score-series-point-types.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"list-score-series-point-types.d.cts","names":[],"sources":["../../src/actions/list-score-series-point-types.ts"],"mappings":";;;cAIa,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;cAGxC,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;;cAMzC,mCAAA,gCAAmC,wBAAA"}
@@ -1,9 +1,17 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PointagramListScoreSeriesPointTypesInput: z.ZodObject<{
5
+ scoreseries: z.ZodNumber;
6
+ }, z.core.$strip>;
7
+ declare const PointagramListScoreSeriesPointTypesOutput: z.ZodObject<{
8
+ message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ success: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
10
+ point_types: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{}, z.core.$strip>>>>;
11
+ }, z.core.$strip>;
12
+ declare const pointagramListScoreSeriesPointTypes: import("@keystrokehq/action").WorkflowActionDefinition<{
13
+ scoreseries: number;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
15
  //#endregion
8
16
  export { pointagramListScoreSeriesPointTypes };
9
17
  //# sourceMappingURL=list-score-series-point-types.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"list-score-series-point-types.d.mts","names":[],"sources":["../../src/actions/list-score-series-point-types.ts"],"mappings":";;;cAIa,wCAAA,EAAwC,CAAA,CAAA,SAAA;;;cAGxC,yCAAA,EAAyC,CAAA,CAAA,SAAA;;;;;cAMzC,mCAAA,gCAAmC,wBAAA"}
@@ -1 +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"}
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.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.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,OAbsD,EAAE,OAAO,EAC/D,aAAa,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,kDAAkD,EAC3F,CAAC,CAAC,CAAC,SAAS,0EAWH;CACP,QAXuD,EAAE,OAAO;EAChE,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"}
@@ -1 +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"}
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.object({}).describe(\"Request model for listing score series. No parameters are required.\");\nconst PointagramListScoreSeries_ScoreSeriesSchema = 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.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,iCAAiCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACzI,MAAM,8CAA8CA,IAAAA,EAAE,OAAO;CAC3D,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,kCAAkCA,IAAAA,EAAE,OAAO,EACtD,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"}
@@ -1,9 +1,15 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PointagramListScoreSeriesInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PointagramListScoreSeriesOutput: z.ZodObject<{
6
+ score_series: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
7
+ id: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
8
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ }, z.core.$strip>>>>;
11
+ }, z.core.$strip>;
12
+ declare const pointagramListScoreSeries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
13
  //#endregion
8
14
  export { pointagramListScoreSeries };
9
15
  //# sourceMappingURL=list-score-series.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"list-score-series.d.cts","names":[],"sources":["../../src/actions/list-score-series.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;cAI/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,15 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PointagramListScoreSeriesInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PointagramListScoreSeriesOutput: z.ZodObject<{
6
+ score_series: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodObject<{
7
+ id: z.ZodOptional<z.ZodNullable<z.ZodUnion<readonly [z.ZodNumber, z.ZodString]>>>;
8
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ }, z.core.$strip>>>>;
11
+ }, z.core.$strip>;
12
+ declare const pointagramListScoreSeries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
13
  //#endregion
8
14
  export { pointagramListScoreSeries };
9
15
  //# sourceMappingURL=list-score-series.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"list-score-series.d.mts","names":[],"sources":["../../src/actions/list-score-series.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAM9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;cAI/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1 +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"}
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.object({}).describe(\"Request model for listing score series. No parameters are required.\");\nconst PointagramListScoreSeries_ScoreSeriesSchema = 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.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,iCAAiC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE;AACzI,MAAM,8CAA8C,EAAE,OAAO;CAC3D,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,QAT6C,EAAE,OAAO,EACtD,cAAc,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,sFAAsF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS,EAC1L,CAAC,CAAC,CAAC,SAAS,kFAOF;AACV,CAAC"}
@@ -3,9 +3,9 @@ let zod = require("zod");
3
3
  //#region src/actions/list-teams.ts
4
4
  const PointagramListTeamsInput = zod.z.object({}).describe("Request model for listing teams. No parameters are required.");
5
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.")
6
+ id: zod.z.string().describe("Unique identifier for the team.").nullable(),
7
+ icon: zod.z.string().describe("Filename of the team's icon image.").nullable(),
8
+ name: zod.z.string().describe("Name of the team in Pointagram.").nullable()
9
9
  }).describe("Model representing a single team in Pointagram.");
10
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
11
  const pointagramListTeams = require_action.action("POINTAGRAM_LIST_TEAMS", {
@@ -1 +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"}
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.object({}).describe(\"Request model for listing teams. No parameters are required.\");\nconst PointagramListTeams_TeamItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the team.\").nullable(),\n icon: z.string().describe(\"Filename of the team's icon image.\").nullable(),\n name: z.string().describe(\"Name of the team in Pointagram.\").nullable(),\n}).describe(\"Model representing a single team in Pointagram.\");\nexport const PointagramListTeamsOutput = 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,2BAA2BA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC5H,MAAM,qCAAqCA,IAAAA,EAAE,OAAO;CAClD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;AACxE,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAa,4BAA4BA,IAAAA,EAAE,OAAO,EAChD,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"}
@@ -1,9 +1,15 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PointagramListTeamsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PointagramListTeamsOutput: z.ZodObject<{
6
+ teams: z.ZodArray<z.ZodObject<{
7
+ id: z.ZodNullable<z.ZodString>;
8
+ icon: z.ZodNullable<z.ZodString>;
9
+ name: z.ZodNullable<z.ZodString>;
10
+ }, z.core.$strip>>;
11
+ }, z.core.$strip>;
12
+ declare const pointagramListTeams: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
13
  //#endregion
8
14
  export { pointagramListTeams };
9
15
  //# sourceMappingURL=list-teams.d.cts.map
@@ -1 +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"}
1
+ {"version":3,"file":"list-teams.d.cts","names":[],"sources":["../../src/actions/list-teams.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;cAIzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,15 @@
1
1
  import { z } from "zod";
2
2
 
3
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]>;
4
+ declare const PointagramListTeamsInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const PointagramListTeamsOutput: z.ZodObject<{
6
+ teams: z.ZodArray<z.ZodObject<{
7
+ id: z.ZodNullable<z.ZodString>;
8
+ icon: z.ZodNullable<z.ZodString>;
9
+ name: z.ZodNullable<z.ZodString>;
10
+ }, z.core.$strip>>;
11
+ }, z.core.$strip>;
12
+ declare const pointagramListTeams: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
13
  //#endregion
8
14
  export { pointagramListTeams };
9
15
  //# sourceMappingURL=list-teams.d.mts.map
@@ -1 +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"}
1
+ {"version":3,"file":"list-teams.d.mts","names":[],"sources":["../../src/actions/list-teams.ts"],"mappings":";;;cAIa,wBAAA,EAAwB,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAMxB,yBAAA,EAAyB,CAAA,CAAA,SAAA;;;;;;;cAIzB,mBAAA,gCAAmB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -3,9 +3,9 @@ import { z } from "zod";
3
3
  //#region src/actions/list-teams.ts
4
4
  const PointagramListTeamsInput = z.object({}).describe("Request model for listing teams. No parameters are required.");
5
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.")
6
+ id: z.string().describe("Unique identifier for the team.").nullable(),
7
+ icon: z.string().describe("Filename of the team's icon image.").nullable(),
8
+ name: z.string().describe("Name of the team in Pointagram.").nullable()
9
9
  }).describe("Model representing a single team in Pointagram.");
10
10
  const pointagramListTeams = action("POINTAGRAM_LIST_TEAMS", {
11
11
  slug: "pointagram-list-teams",
@@ -1 +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"}
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.object({}).describe(\"Request model for listing teams. No parameters are required.\");\nconst PointagramListTeams_TeamItemSchema = z.object({\n id: z.string().describe(\"Unique identifier for the team.\").nullable(),\n icon: z.string().describe(\"Filename of the team's icon image.\").nullable(),\n name: z.string().describe(\"Name of the team in Pointagram.\").nullable(),\n}).describe(\"Model representing a single team in Pointagram.\");\nexport const PointagramListTeamsOutput = 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,2BAA2B,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8DAA8D;AAC5H,MAAM,qCAAqC,EAAE,OAAO;CAClD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;CACpE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACzE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS;AACxE,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAK7D,MAAa,sBAAsB,OAAO,yBAAyB;CACjE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuC,EAAE,OAAO,EAChD,OAAO,EAAE,MAAM,kCAAkC,CAAC,CAAC,SAAS,8BAA8B,EAC5F,CAAC,CAAC,CAAC,SAAS,mCAOF;AACV,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -7,7 +7,19 @@ const pointagramCatalog = {
7
7
  "category": "Productivity",
8
8
  "logo": "https://logos.composio.dev/api/pointagram",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": {
12
+ "api_key": {
13
+ "label": "API Key",
14
+ "secret": true,
15
+ "description": "Your Pointagram API key. Go to Profile > Settings > Integrations, add a Custom Integration, click Create Credentials, name your integration, and click Show Key to reveal your API key."
16
+ },
17
+ "api_user": {
18
+ "label": "API User",
19
+ "description": "Your Pointagram login email address"
20
+ }
21
+ },
22
+ "credentialScheme": "API_KEY"
11
23
  };
12
24
  //#endregion
13
25
  exports.pointagramCatalog = pointagramCatalog;
@@ -1 +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"}
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 \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Pointagram API key. Go to Profile > Settings > Integrations, add a Custom Integration, click Create Credentials, name your integration, and click Show Key to reveal your API key.\"\n },\n \"api_user\": {\n \"label\": \"API User\",\n \"description\": \"Your Pointagram login email address\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,WAAW;GACT,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,YAAY;GACV,SAAS;GACT,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
@@ -8,6 +8,18 @@ declare const pointagramCatalog: {
8
8
  readonly logo: "https://logos.composio.dev/api/pointagram";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly api_key: {
13
+ readonly label: "API Key";
14
+ readonly secret: true;
15
+ readonly description: "Your Pointagram API key. Go to Profile > Settings > Integrations, add a Custom Integration, click Create Credentials, name your integration, and click Show Key to reveal your API key.";
16
+ };
17
+ readonly api_user: {
18
+ readonly label: "API User";
19
+ readonly description: "Your Pointagram login email address";
20
+ };
21
+ };
22
+ readonly credentialScheme: "API_KEY";
11
23
  };
12
24
  //#endregion
13
25
  export { pointagramCatalog };
@@ -8,6 +8,18 @@ declare const pointagramCatalog: {
8
8
  readonly logo: "https://logos.composio.dev/api/pointagram";
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
+ readonly credentialFields: {
12
+ readonly api_key: {
13
+ readonly label: "API Key";
14
+ readonly secret: true;
15
+ readonly description: "Your Pointagram API key. Go to Profile > Settings > Integrations, add a Custom Integration, click Create Credentials, name your integration, and click Show Key to reveal your API key.";
16
+ };
17
+ readonly api_user: {
18
+ readonly label: "API User";
19
+ readonly description: "Your Pointagram login email address";
20
+ };
21
+ };
22
+ readonly credentialScheme: "API_KEY";
11
23
  };
12
24
  //#endregion
13
25
  export { pointagramCatalog };
package/dist/catalog.mjs CHANGED
@@ -7,7 +7,19 @@ const pointagramCatalog = {
7
7
  "category": "Productivity",
8
8
  "logo": "https://logos.composio.dev/api/pointagram",
9
9
  "authKind": "keystroke",
10
- "oauthScopes": []
10
+ "oauthScopes": [],
11
+ "credentialFields": {
12
+ "api_key": {
13
+ "label": "API Key",
14
+ "secret": true,
15
+ "description": "Your Pointagram API key. Go to Profile > Settings > Integrations, add a Custom Integration, click Create Credentials, name your integration, and click Show Key to reveal your API key."
16
+ },
17
+ "api_user": {
18
+ "label": "API User",
19
+ "description": "Your Pointagram login email address"
20
+ }
21
+ },
22
+ "credentialScheme": "API_KEY"
11
23
  };
12
24
  //#endregion
13
25
  export { pointagramCatalog };
@@ -1 +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"}
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 \"credentialFields\": {\n \"api_key\": {\n \"label\": \"API Key\",\n \"secret\": true,\n \"description\": \"Your Pointagram API key. Go to Profile > Settings > Integrations, add a Custom Integration, click Create Credentials, name your integration, and click Show Key to reveal your API key.\"\n },\n \"api_user\": {\n \"label\": \"API User\",\n \"description\": \"Your Pointagram login email address\"\n }\n },\n \"credentialScheme\": \"API_KEY\"\n} as const;\n"],"mappings":";;AACA,MAAa,oBAAoB;CAC/B,QAAQ;CACR,QAAQ;CACR,eAAe;CACf,YAAY;CACZ,QAAQ;CACR,YAAY;CACZ,eAAe,CAAC;CAChB,oBAAoB;EAClB,WAAW;GACT,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,YAAY;GACV,SAAS;GACT,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keystrokehq/pointagram",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"
@@ -31,7 +31,7 @@
31
31
  }
32
32
  },
33
33
  "peerDependencies": {
34
- "@keystrokehq/keystroke": "^0.1.4",
34
+ "@keystrokehq/keystroke": ">=0.1.4",
35
35
  "zod": "^4.4.3"
36
36
  },
37
37
  "devDependencies": {