@keystrokehq/gamma 0.1.4 → 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.
- package/dist/actions/create-from-template.d.cts +13 -1
- package/dist/actions/create-from-template.d.mts +13 -1
- package/dist/actions/generate-gamma.d.cts +13 -1
- package/dist/actions/generate-gamma.d.mts +13 -1
- package/dist/actions/get-gamma-file-urls.d.cts +13 -1
- package/dist/actions/get-gamma-file-urls.d.mts +13 -1
- package/dist/actions/list-folders.d.cts +13 -1
- package/dist/actions/list-folders.d.mts +13 -1
- package/dist/actions/list-themes.d.cts +13 -1
- package/dist/actions/list-themes.d.mts +13 -1
- package/dist/app.cjs +5 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +9 -1
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +9 -1
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +3 -1
- package/dist/app.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -53,7 +53,19 @@ declare const gammaCreateFromTemplate: import("@keystrokehq/action").WorkflowAct
|
|
|
53
53
|
externalAccess?: string | undefined;
|
|
54
54
|
workspaceAccess?: string | undefined;
|
|
55
55
|
} | undefined;
|
|
56
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
56
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
generic_api_key: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
generic_api_key: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>;
|
|
57
69
|
//#endregion
|
|
58
70
|
export { gammaCreateFromTemplate };
|
|
59
71
|
//# sourceMappingURL=create-from-template.d.cts.map
|
|
@@ -53,7 +53,19 @@ declare const gammaCreateFromTemplate: import("@keystrokehq/action").WorkflowAct
|
|
|
53
53
|
externalAccess?: string | undefined;
|
|
54
54
|
workspaceAccess?: string | undefined;
|
|
55
55
|
} | undefined;
|
|
56
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
56
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
generic_api_key: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
63
|
+
connectionId: z.ZodString;
|
|
64
|
+
entityId: z.ZodString;
|
|
65
|
+
instanceId: z.ZodString;
|
|
66
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
67
|
+
generic_api_key: z.ZodString;
|
|
68
|
+
}, z.core.$strip>>]>;
|
|
57
69
|
//#endregion
|
|
58
70
|
export { gammaCreateFromTemplate };
|
|
59
71
|
//# sourceMappingURL=create-from-template.d.mts.map
|
|
@@ -338,7 +338,19 @@ declare const gammaGenerateGamma: import("@keystrokehq/action").WorkflowActionDe
|
|
|
338
338
|
workspaceAccess?: string | undefined;
|
|
339
339
|
} | undefined;
|
|
340
340
|
additionalInstructions?: string | undefined;
|
|
341
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
341
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
342
|
+
connectionId: z.ZodString;
|
|
343
|
+
entityId: z.ZodString;
|
|
344
|
+
instanceId: z.ZodString;
|
|
345
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
346
|
+
generic_api_key: z.ZodString;
|
|
347
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
348
|
+
connectionId: z.ZodString;
|
|
349
|
+
entityId: z.ZodString;
|
|
350
|
+
instanceId: z.ZodString;
|
|
351
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
352
|
+
generic_api_key: z.ZodString;
|
|
353
|
+
}, z.core.$strip>>]>;
|
|
342
354
|
//#endregion
|
|
343
355
|
export { gammaGenerateGamma };
|
|
344
356
|
//# sourceMappingURL=generate-gamma.d.cts.map
|
|
@@ -338,7 +338,19 @@ declare const gammaGenerateGamma: import("@keystrokehq/action").WorkflowActionDe
|
|
|
338
338
|
workspaceAccess?: string | undefined;
|
|
339
339
|
} | undefined;
|
|
340
340
|
additionalInstructions?: string | undefined;
|
|
341
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
341
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
342
|
+
connectionId: z.ZodString;
|
|
343
|
+
entityId: z.ZodString;
|
|
344
|
+
instanceId: z.ZodString;
|
|
345
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
346
|
+
generic_api_key: z.ZodString;
|
|
347
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
348
|
+
connectionId: z.ZodString;
|
|
349
|
+
entityId: z.ZodString;
|
|
350
|
+
instanceId: z.ZodString;
|
|
351
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
352
|
+
generic_api_key: z.ZodString;
|
|
353
|
+
}, z.core.$strip>>]>;
|
|
342
354
|
//#endregion
|
|
343
355
|
export { gammaGenerateGamma };
|
|
344
356
|
//# sourceMappingURL=generate-gamma.d.mts.map
|
|
@@ -16,7 +16,19 @@ declare const GammaGetGammaFileUrlsOutput: z.ZodObject<{
|
|
|
16
16
|
}, z.core.$loose>;
|
|
17
17
|
declare const gammaGetGammaFileUrls: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
generation_id: string;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gamma", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { gammaGetGammaFileUrls };
|
|
22
34
|
//# sourceMappingURL=get-gamma-file-urls.d.cts.map
|
|
@@ -16,7 +16,19 @@ declare const GammaGetGammaFileUrlsOutput: z.ZodObject<{
|
|
|
16
16
|
}, z.core.$loose>;
|
|
17
17
|
declare const gammaGetGammaFileUrls: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
18
18
|
generation_id: string;
|
|
19
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
19
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gamma", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>;
|
|
20
32
|
//#endregion
|
|
21
33
|
export { gammaGetGammaFileUrls };
|
|
22
34
|
//# sourceMappingURL=get-gamma-file-urls.d.mts.map
|
|
@@ -18,7 +18,19 @@ declare const gammaListFolders: import("@keystrokehq/action").WorkflowActionDefi
|
|
|
18
18
|
after?: string | undefined;
|
|
19
19
|
limit?: number | undefined;
|
|
20
20
|
query?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gamma", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { gammaListFolders };
|
|
24
36
|
//# sourceMappingURL=list-folders.d.cts.map
|
|
@@ -18,7 +18,19 @@ declare const gammaListFolders: import("@keystrokehq/action").WorkflowActionDefi
|
|
|
18
18
|
after?: string | undefined;
|
|
19
19
|
limit?: number | undefined;
|
|
20
20
|
query?: string | undefined;
|
|
21
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
21
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gamma", 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
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
28
|
+
connectionId: z.ZodString;
|
|
29
|
+
entityId: z.ZodString;
|
|
30
|
+
instanceId: z.ZodString;
|
|
31
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
32
|
+
generic_api_key: z.ZodString;
|
|
33
|
+
}, z.core.$strip>>]>;
|
|
22
34
|
//#endregion
|
|
23
35
|
export { gammaListFolders };
|
|
24
36
|
//# sourceMappingURL=list-folders.d.mts.map
|
|
@@ -22,7 +22,19 @@ declare const gammaListThemes: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
22
22
|
after?: string | undefined;
|
|
23
23
|
limit?: number | undefined;
|
|
24
24
|
query?: string | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { gammaListThemes };
|
|
28
40
|
//# sourceMappingURL=list-themes.d.cts.map
|
|
@@ -22,7 +22,19 @@ declare const gammaListThemes: import("@keystrokehq/action").WorkflowActionDefin
|
|
|
22
22
|
after?: string | undefined;
|
|
23
23
|
limit?: number | undefined;
|
|
24
24
|
query?: string | undefined;
|
|
25
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
25
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
26
|
+
connectionId: z.ZodString;
|
|
27
|
+
entityId: z.ZodString;
|
|
28
|
+
instanceId: z.ZodString;
|
|
29
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
30
|
+
generic_api_key: z.ZodString;
|
|
31
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gamma", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
generic_api_key: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>;
|
|
26
38
|
//#endregion
|
|
27
39
|
export { gammaListThemes };
|
|
28
40
|
//# sourceMappingURL=list-themes.d.mts.map
|
package/dist/app.cjs
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
|
+
let _keystrokehq_keystroke_app = require("@keystrokehq/keystroke/app");
|
|
2
|
+
let zod = require("zod");
|
|
1
3
|
//#region src/app.ts
|
|
2
|
-
const gamma = (0,
|
|
4
|
+
const gamma = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "gamma",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.gamma = gamma;
|
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 gamma = defineApp({\n slug: \"gamma\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
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 gamma = defineApp({\n slug: \"gamma\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,SAAA,GAAA,2BAAA,UAAA,CAAkB;CAC7B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiBA,IAAAA,EAAE,OAAO,EAC5B;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const gamma: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const gamma: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"gamma", 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
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { gamma };
|
|
5
13
|
//# sourceMappingURL=app.d.cts.map
|
package/dist/app.d.cts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.cts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,KAAA,6BAAK,GAAA,+BAAA,UAAA,UAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
|
+
import { z } from "zod";
|
|
2
|
+
|
|
1
3
|
//#region src/app.d.ts
|
|
2
|
-
declare const gamma: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const gamma: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"gamma", 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
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { gamma };
|
|
5
13
|
//# sourceMappingURL=app.d.mts.map
|
package/dist/app.d.mts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":"
|
|
1
|
+
{"version":3,"file":"app.d.mts","names":[],"sources":["../src/app.ts"],"mappings":";;;cAGa,KAAA,6BAAK,GAAA,+BAAA,UAAA,UAAA,CAAA,CAAA,SAAA"}
|
package/dist/app.mjs
CHANGED
|
@@ -1,8 +1,10 @@
|
|
|
1
1
|
import { defineApp } from "@keystrokehq/keystroke/app";
|
|
2
|
+
import { z } from "zod";
|
|
2
3
|
//#region src/app.ts
|
|
3
4
|
const gamma = defineApp({
|
|
4
5
|
slug: "gamma",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { generic_api_key: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { gamma };
|
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 gamma = defineApp({\n slug: \"gamma\",\n auth: \"keystroke\",\n});\n"],"mappings":"
|
|
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 gamma = defineApp({\n slug: \"gamma\",\n auth: \"keystroke\",\n credential: {\n generic_api_key: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,QAAQ,UAAU;CAC7B,MAAM;CACN,MAAM;CACN,YAAY,EACV,iBAAiB,EAAE,OAAO,EAC5B;AACF,CAAC"}
|