@keystrokehq/pointagram 0.1.3 → 0.1.5

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 (35) hide show
  1. package/dist/actions/add-score.d.cts +15 -1
  2. package/dist/actions/add-score.d.mts +15 -1
  3. package/dist/actions/list-competition-players.d.cts +15 -1
  4. package/dist/actions/list-competition-players.d.mts +15 -1
  5. package/dist/actions/list-competitions.d.cts +15 -1
  6. package/dist/actions/list-competitions.d.mts +15 -1
  7. package/dist/actions/list-players.d.cts +15 -1
  8. package/dist/actions/list-players.d.mts +15 -1
  9. package/dist/actions/list-score-series-history.d.cts +15 -1
  10. package/dist/actions/list-score-series-history.d.mts +15 -1
  11. package/dist/actions/list-score-series-point-types.d.cts +15 -1
  12. package/dist/actions/list-score-series-point-types.d.mts +15 -1
  13. package/dist/actions/list-score-series.d.cts +15 -1
  14. package/dist/actions/list-score-series.d.cts.map +1 -1
  15. package/dist/actions/list-score-series.d.mts +15 -1
  16. package/dist/actions/list-score-series.d.mts.map +1 -1
  17. package/dist/actions/list-teams.d.cts +15 -1
  18. package/dist/actions/list-teams.d.cts.map +1 -1
  19. package/dist/actions/list-teams.d.mts +15 -1
  20. package/dist/actions/list-teams.d.mts.map +1 -1
  21. package/dist/app.cjs +8 -2
  22. package/dist/app.cjs.map +1 -1
  23. package/dist/app.d.cts +10 -1
  24. package/dist/app.d.cts.map +1 -1
  25. package/dist/app.d.mts +10 -1
  26. package/dist/app.d.mts.map +1 -1
  27. package/dist/app.mjs +6 -1
  28. package/dist/app.mjs.map +1 -1
  29. package/dist/catalog.cjs +2 -2
  30. package/dist/catalog.cjs.map +1 -1
  31. package/dist/catalog.d.cts +2 -2
  32. package/dist/catalog.d.mts +2 -2
  33. package/dist/catalog.mjs +2 -2
  34. package/dist/catalog.mjs.map +1 -1
  35. package/package.json +1 -1
@@ -40,7 +40,21 @@ declare const pointagramAddScore: import("@keystrokehq/action").WorkflowActionDe
40
40
  source_score_id?: string | undefined;
41
41
  scoreseries_name?: string | undefined;
42
42
  player_external_id?: string | undefined;
43
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
43
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ generic_id: z.ZodString;
50
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ generic_id: z.ZodString;
57
+ }, z.core.$strip>>]>;
44
58
  //#endregion
45
59
  export { pointagramAddScore };
46
60
  //# sourceMappingURL=add-score.d.cts.map
@@ -40,7 +40,21 @@ declare const pointagramAddScore: import("@keystrokehq/action").WorkflowActionDe
40
40
  source_score_id?: string | undefined;
41
41
  scoreseries_name?: string | undefined;
42
42
  player_external_id?: string | undefined;
43
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
43
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ generic_id: z.ZodString;
50
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
51
+ connectionId: z.ZodString;
52
+ entityId: z.ZodString;
53
+ instanceId: z.ZodString;
54
+ }, z.core.$strip>, z.ZodObject<{
55
+ generic_api_key: z.ZodString;
56
+ generic_id: z.ZodString;
57
+ }, z.core.$strip>>]>;
44
58
  //#endregion
45
59
  export { pointagramAddScore };
46
60
  //# sourceMappingURL=add-score.d.mts.map
@@ -25,7 +25,21 @@ declare const pointagramListCompetitionPlayers: import("@keystrokehq/action").Wo
25
25
  player_id?: string | undefined;
26
26
  competition_id?: string | undefined;
27
27
  player_external_id?: string | undefined;
28
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
28
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ generic_id: z.ZodString;
35
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ generic_api_key: z.ZodString;
41
+ generic_id: z.ZodString;
42
+ }, z.core.$strip>>]>;
29
43
  //#endregion
30
44
  export { pointagramListCompetitionPlayers };
31
45
  //# sourceMappingURL=list-competition-players.d.cts.map
@@ -25,7 +25,21 @@ declare const pointagramListCompetitionPlayers: import("@keystrokehq/action").Wo
25
25
  player_id?: string | undefined;
26
26
  competition_id?: string | undefined;
27
27
  player_external_id?: string | undefined;
28
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
28
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
29
+ connectionId: z.ZodString;
30
+ entityId: z.ZodString;
31
+ instanceId: z.ZodString;
32
+ }, z.core.$strip>, z.ZodObject<{
33
+ generic_api_key: z.ZodString;
34
+ generic_id: z.ZodString;
35
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
36
+ connectionId: z.ZodString;
37
+ entityId: z.ZodString;
38
+ instanceId: z.ZodString;
39
+ }, z.core.$strip>, z.ZodObject<{
40
+ generic_api_key: z.ZodString;
41
+ generic_id: z.ZodString;
42
+ }, z.core.$strip>>]>;
29
43
  //#endregion
30
44
  export { pointagramListCompetitionPlayers };
31
45
  //# sourceMappingURL=list-competition-players.d.mts.map
@@ -33,7 +33,21 @@ declare const pointagramListCompetitions: import("@keystrokehq/action").Workflow
33
33
  accesskey?: string | undefined;
34
34
  search_by?: "Email" | "Name" | "External Id" | undefined;
35
35
  competition_id?: string | number | undefined;
36
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
36
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ generic_id: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ generic_id: z.ZodString;
50
+ }, z.core.$strip>>]>;
37
51
  //#endregion
38
52
  export { pointagramListCompetitions };
39
53
  //# sourceMappingURL=list-competitions.d.cts.map
@@ -33,7 +33,21 @@ declare const pointagramListCompetitions: import("@keystrokehq/action").Workflow
33
33
  accesskey?: string | undefined;
34
34
  search_by?: "Email" | "Name" | "External Id" | undefined;
35
35
  competition_id?: string | number | undefined;
36
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
36
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
37
+ connectionId: z.ZodString;
38
+ entityId: z.ZodString;
39
+ instanceId: z.ZodString;
40
+ }, z.core.$strip>, z.ZodObject<{
41
+ generic_api_key: z.ZodString;
42
+ generic_id: z.ZodString;
43
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
44
+ connectionId: z.ZodString;
45
+ entityId: z.ZodString;
46
+ instanceId: z.ZodString;
47
+ }, z.core.$strip>, z.ZodObject<{
48
+ generic_api_key: z.ZodString;
49
+ generic_id: z.ZodString;
50
+ }, z.core.$strip>>]>;
37
51
  //#endregion
38
52
  export { pointagramListCompetitions };
39
53
  //# sourceMappingURL=list-competitions.d.mts.map
@@ -20,7 +20,21 @@ declare const PointagramListPlayersOutput: z.ZodObject<{
20
20
  declare const pointagramListPlayers: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  filter?: string | undefined;
22
22
  search_by?: "Email" | "Name" | "External Id" | undefined;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ generic_id: z.ZodString;
30
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ generic_id: z.ZodString;
37
+ }, z.core.$strip>>]>;
24
38
  //#endregion
25
39
  export { pointagramListPlayers };
26
40
  //# sourceMappingURL=list-players.d.cts.map
@@ -20,7 +20,21 @@ declare const PointagramListPlayersOutput: z.ZodObject<{
20
20
  declare const pointagramListPlayers: import("@keystrokehq/action").WorkflowActionDefinition<{
21
21
  filter?: string | undefined;
22
22
  search_by?: "Email" | "Name" | "External Id" | undefined;
23
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
23
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
24
+ connectionId: z.ZodString;
25
+ entityId: z.ZodString;
26
+ instanceId: z.ZodString;
27
+ }, z.core.$strip>, z.ZodObject<{
28
+ generic_api_key: z.ZodString;
29
+ generic_id: z.ZodString;
30
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
31
+ connectionId: z.ZodString;
32
+ entityId: z.ZodString;
33
+ instanceId: z.ZodString;
34
+ }, z.core.$strip>, z.ZodObject<{
35
+ generic_api_key: z.ZodString;
36
+ generic_id: z.ZodString;
37
+ }, z.core.$strip>>]>;
24
38
  //#endregion
25
39
  export { pointagramListPlayers };
26
40
  //# sourceMappingURL=list-players.d.mts.map
@@ -37,7 +37,21 @@ declare const pointagramListScoreSeriesHistory: import("@keystrokehq/action").Wo
37
37
  player_filter?: string | undefined;
38
38
  tags_or_filter?: string | undefined;
39
39
  offset_timestamp?: string | undefined;
40
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
40
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ generic_id: z.ZodString;
47
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
48
+ connectionId: z.ZodString;
49
+ entityId: z.ZodString;
50
+ instanceId: z.ZodString;
51
+ }, z.core.$strip>, z.ZodObject<{
52
+ generic_api_key: z.ZodString;
53
+ generic_id: z.ZodString;
54
+ }, z.core.$strip>>]>;
41
55
  //#endregion
42
56
  export { pointagramListScoreSeriesHistory };
43
57
  //# sourceMappingURL=list-score-series-history.d.cts.map
@@ -37,7 +37,21 @@ declare const pointagramListScoreSeriesHistory: import("@keystrokehq/action").Wo
37
37
  player_filter?: string | undefined;
38
38
  tags_or_filter?: string | undefined;
39
39
  offset_timestamp?: string | undefined;
40
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
40
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
41
+ connectionId: z.ZodString;
42
+ entityId: z.ZodString;
43
+ instanceId: z.ZodString;
44
+ }, z.core.$strip>, z.ZodObject<{
45
+ generic_api_key: z.ZodString;
46
+ generic_id: z.ZodString;
47
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
48
+ connectionId: z.ZodString;
49
+ entityId: z.ZodString;
50
+ instanceId: z.ZodString;
51
+ }, z.core.$strip>, z.ZodObject<{
52
+ generic_api_key: z.ZodString;
53
+ generic_id: z.ZodString;
54
+ }, z.core.$strip>>]>;
41
55
  //#endregion
42
56
  export { pointagramListScoreSeriesHistory };
43
57
  //# sourceMappingURL=list-score-series-history.d.mts.map
@@ -11,7 +11,21 @@ declare const PointagramListScoreSeriesPointTypesOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const pointagramListScoreSeriesPointTypes: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  scoreseries: number;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ generic_id: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ generic_id: z.ZodString;
28
+ }, z.core.$strip>>]>;
15
29
  //#endregion
16
30
  export { pointagramListScoreSeriesPointTypes };
17
31
  //# sourceMappingURL=list-score-series-point-types.d.cts.map
@@ -11,7 +11,21 @@ declare const PointagramListScoreSeriesPointTypesOutput: z.ZodObject<{
11
11
  }, z.core.$loose>;
12
12
  declare const pointagramListScoreSeriesPointTypes: import("@keystrokehq/action").WorkflowActionDefinition<{
13
13
  scoreseries: number;
14
- }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
14
+ }, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
15
+ connectionId: z.ZodString;
16
+ entityId: z.ZodString;
17
+ instanceId: z.ZodString;
18
+ }, z.core.$strip>, z.ZodObject<{
19
+ generic_api_key: z.ZodString;
20
+ generic_id: z.ZodString;
21
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
22
+ connectionId: z.ZodString;
23
+ entityId: z.ZodString;
24
+ instanceId: z.ZodString;
25
+ }, z.core.$strip>, z.ZodObject<{
26
+ generic_api_key: z.ZodString;
27
+ generic_id: z.ZodString;
28
+ }, z.core.$strip>>]>;
15
29
  //#endregion
16
30
  export { pointagramListScoreSeriesPointTypes };
17
31
  //# sourceMappingURL=list-score-series-point-types.d.mts.map
@@ -9,7 +9,21 @@ declare const PointagramListScoreSeriesOutput: z.ZodObject<{
9
9
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  }, z.core.$loose>>>>;
11
11
  }, z.core.$loose>;
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]>;
12
+ declare const pointagramListScoreSeries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ generic_id: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ generic_id: z.ZodString;
26
+ }, z.core.$strip>>]>;
13
27
  //#endregion
14
28
  export { pointagramListScoreSeries };
15
29
  //# 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,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
+ {"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,eAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,21 @@ declare const PointagramListScoreSeriesOutput: z.ZodObject<{
9
9
  description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
10
  }, z.core.$loose>>>>;
11
11
  }, z.core.$loose>;
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]>;
12
+ declare const pointagramListScoreSeries: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ generic_id: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ generic_id: z.ZodString;
26
+ }, z.core.$strip>>]>;
13
27
  //#endregion
14
28
  export { pointagramListScoreSeries };
15
29
  //# 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,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
+ {"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,eAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,21 @@ declare const PointagramListTeamsOutput: z.ZodObject<{
9
9
  name: z.ZodNullable<z.ZodString>;
10
10
  }, z.core.$loose>>;
11
11
  }, z.core.$loose>;
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]>;
12
+ declare const pointagramListTeams: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ generic_id: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ generic_id: z.ZodString;
26
+ }, z.core.$strip>>]>;
13
27
  //#endregion
14
28
  export { pointagramListTeams };
15
29
  //# 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,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
+ {"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,eAAA,CAAA,CAAA,SAAA"}
@@ -9,7 +9,21 @@ declare const PointagramListTeamsOutput: z.ZodObject<{
9
9
  name: z.ZodNullable<z.ZodString>;
10
10
  }, z.core.$loose>>;
11
11
  }, z.core.$loose>;
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]>;
12
+ declare const pointagramListTeams: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
13
+ connectionId: z.ZodString;
14
+ entityId: z.ZodString;
15
+ instanceId: z.ZodString;
16
+ }, z.core.$strip>, z.ZodObject<{
17
+ generic_api_key: z.ZodString;
18
+ generic_id: z.ZodString;
19
+ }, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
20
+ connectionId: z.ZodString;
21
+ entityId: z.ZodString;
22
+ instanceId: z.ZodString;
23
+ }, z.core.$strip>, z.ZodObject<{
24
+ generic_api_key: z.ZodString;
25
+ generic_id: z.ZodString;
26
+ }, z.core.$strip>>]>;
13
27
  //#endregion
14
28
  export { pointagramListTeams };
15
29
  //# 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,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
+ {"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,eAAA,CAAA,CAAA,SAAA"}
package/dist/app.cjs CHANGED
@@ -1,7 +1,13 @@
1
+ let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
2
+ let zod = require("zod");
1
3
  //#region src/app.ts
2
- const pointagram = (0, require("@keystrokehq/keystroke/app").defineApp)({
4
+ const pointagram = (0, _keystrokehq_keystroke_app.defineApp)({
3
5
  slug: "pointagram",
4
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: {
8
+ generic_api_key: zod.z.string(),
9
+ generic_id: zod.z.string()
10
+ }
5
11
  });
6
12
  //#endregion
7
13
  exports.pointagram = pointagram;
package/dist/app.cjs.map CHANGED
@@ -1 +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"}
1
+ {"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const pointagram = defineApp({\n slug: \"pointagram\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_id: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,cAAA,GAAA,2BAAA,UAAA,CAAuB;CAClC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiBA,IAAAA,EAAE,OAAO;EAC1B,YAAYA,IAAAA,EAAE,OAAO;CACvB;AACF,CAAC"}
package/dist/app.d.cts CHANGED
@@ -1,5 +1,14 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const pointagram: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const pointagram: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ generic_id: z.ZodString;
11
+ }, z.core.$strip>>>;
3
12
  //#endregion
4
13
  export { pointagram };
5
14
  //# sourceMappingURL=app.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,UAAA,6BAAU,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,UAAA,6BAAU,GAAA,+BAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
package/dist/app.d.mts CHANGED
@@ -1,5 +1,14 @@
1
+ import { z } from "zod";
2
+
1
3
  //#region src/app.d.ts
2
- declare const pointagram: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential>;
4
+ declare const pointagram: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"pointagram", z.ZodObject<{
5
+ connectionId: z.ZodString;
6
+ entityId: z.ZodString;
7
+ instanceId: z.ZodString;
8
+ }, z.core.$strip>, z.ZodObject<{
9
+ generic_api_key: z.ZodString;
10
+ generic_id: z.ZodString;
11
+ }, z.core.$strip>>>;
3
12
  //#endregion
4
13
  export { pointagram };
5
14
  //# sourceMappingURL=app.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";cAEa,UAAA,6BAAU,GAAA,+BAAA,UAAA"}
1
+ {"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,UAAA,6BAAU,GAAA,+BAAA,UAAA,eAAA,CAAA,CAAA,SAAA"}
package/dist/app.mjs CHANGED
@@ -1,8 +1,13 @@
1
1
  import { defineApp } from "@keystrokehq/keystroke/app";
2
+ import { z } from "zod";
2
3
  //#region src/app.ts
3
4
  const pointagram = defineApp({
4
5
  slug: "pointagram",
5
- auth: "keystroke"
6
+ auth: "keystroke",
7
+ credential: {
8
+ generic_api_key: z.string(),
9
+ generic_id: z.string()
10
+ }
6
11
  });
7
12
  //#endregion
8
13
  export { pointagram };
package/dist/app.mjs.map CHANGED
@@ -1 +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"}
1
+ {"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nexport const pointagram = defineApp({\n slug: \"pointagram\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n generic_id: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,aAAa,UAAU;CAClC,MAAM;CACN,MAAM;CACN,YAAY;EACV,iBAAiB,EAAE,OAAO;EAC1B,YAAY,EAAE,OAAO;CACvB;AACF,CAAC"}
package/dist/catalog.cjs CHANGED
@@ -9,12 +9,12 @@ const pointagramCatalog = {
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
11
  "credentialFields": {
12
- "api_key": {
12
+ "generic_api_key": {
13
13
  "label": "API Key",
14
14
  "secret": true,
15
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
16
  },
17
- "api_user": {
17
+ "generic_id": {
18
18
  "label": "API User",
19
19
  "description": "Your Pointagram login email address"
20
20
  }
@@ -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 \"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"}
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 \"generic_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 \"generic_id\": {\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,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,cAAc;GACZ,SAAS;GACT,eAAe;EACjB;CACF;CACA,oBAAoB;AACtB"}
@@ -9,12 +9,12 @@ declare const pointagramCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
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
16
  };
17
- readonly api_user: {
17
+ readonly generic_id: {
18
18
  readonly label: "API User";
19
19
  readonly description: "Your Pointagram login email address";
20
20
  };
@@ -9,12 +9,12 @@ declare const pointagramCatalog: {
9
9
  readonly authKind: "keystroke";
10
10
  readonly oauthScopes: readonly [];
11
11
  readonly credentialFields: {
12
- readonly api_key: {
12
+ readonly generic_api_key: {
13
13
  readonly label: "API Key";
14
14
  readonly secret: true;
15
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
16
  };
17
- readonly api_user: {
17
+ readonly generic_id: {
18
18
  readonly label: "API User";
19
19
  readonly description: "Your Pointagram login email address";
20
20
  };
package/dist/catalog.mjs CHANGED
@@ -9,12 +9,12 @@ const pointagramCatalog = {
9
9
  "authKind": "keystroke",
10
10
  "oauthScopes": [],
11
11
  "credentialFields": {
12
- "api_key": {
12
+ "generic_api_key": {
13
13
  "label": "API Key",
14
14
  "secret": true,
15
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
16
  },
17
- "api_user": {
17
+ "generic_id": {
18
18
  "label": "API User",
19
19
  "description": "Your Pointagram login email address"
20
20
  }
@@ -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 \"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"}
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 \"generic_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 \"generic_id\": {\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,mBAAmB;GACjB,SAAS;GACT,UAAU;GACV,eAAe;EACjB;EACA,cAAc;GACZ,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.3",
3
+ "version": "0.1.5",
4
4
  "publishConfig": {
5
5
  "access": "public",
6
6
  "registry": "https://registry.npmjs.org"