@keystrokehq/gan_ai 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/action.cjs.map +1 -1
- package/dist/action.mjs.map +1 -1
- package/dist/actions/get-avatar-video-inference-details.cjs +1 -0
- package/dist/actions/get-avatar-video-inference-details.cjs.map +1 -1
- package/dist/actions/get-avatar-video-inference-details.d.cts +5 -17
- package/dist/actions/get-avatar-video-inference-details.d.cts.map +1 -1
- package/dist/actions/get-avatar-video-inference-details.d.mts +5 -17
- package/dist/actions/get-avatar-video-inference-details.d.mts.map +1 -1
- package/dist/actions/get-avatar-video-inference-details.mjs +1 -0
- package/dist/actions/get-avatar-video-inference-details.mjs.map +1 -1
- package/dist/actions/get-photo-avatar-details.cjs +1 -0
- package/dist/actions/get-photo-avatar-details.cjs.map +1 -1
- package/dist/actions/get-photo-avatar-details.d.cts +5 -17
- package/dist/actions/get-photo-avatar-details.d.cts.map +1 -1
- package/dist/actions/get-photo-avatar-details.d.mts +5 -17
- package/dist/actions/get-photo-avatar-details.d.mts.map +1 -1
- package/dist/actions/get-photo-avatar-details.mjs +1 -0
- package/dist/actions/get-photo-avatar-details.mjs.map +1 -1
- package/dist/actions/get-photo-avatar-inference-details.cjs +1 -0
- package/dist/actions/get-photo-avatar-inference-details.cjs.map +1 -1
- package/dist/actions/get-photo-avatar-inference-details.d.cts +5 -18
- package/dist/actions/get-photo-avatar-inference-details.d.cts.map +1 -1
- package/dist/actions/get-photo-avatar-inference-details.d.mts +5 -18
- package/dist/actions/get-photo-avatar-inference-details.d.mts.map +1 -1
- package/dist/actions/get-photo-avatar-inference-details.mjs +1 -0
- package/dist/actions/get-photo-avatar-inference-details.mjs.map +1 -1
- package/dist/actions/list-avatar-videos.cjs +1 -0
- package/dist/actions/list-avatar-videos.cjs.map +1 -1
- package/dist/actions/list-avatar-videos.d.cts +7 -26
- package/dist/actions/list-avatar-videos.d.cts.map +1 -1
- package/dist/actions/list-avatar-videos.d.mts +7 -26
- package/dist/actions/list-avatar-videos.d.mts.map +1 -1
- package/dist/actions/list-avatar-videos.mjs +1 -0
- package/dist/actions/list-avatar-videos.mjs.map +1 -1
- package/dist/actions/list-photo-avatar-inferences.cjs +1 -0
- package/dist/actions/list-photo-avatar-inferences.cjs.map +1 -1
- package/dist/actions/list-photo-avatar-inferences.d.cts +7 -25
- package/dist/actions/list-photo-avatar-inferences.d.cts.map +1 -1
- package/dist/actions/list-photo-avatar-inferences.d.mts +7 -25
- package/dist/actions/list-photo-avatar-inferences.d.mts.map +1 -1
- package/dist/actions/list-photo-avatar-inferences.mjs +1 -0
- package/dist/actions/list-photo-avatar-inferences.mjs.map +1 -1
- package/dist/actions/list-photo-avatars.cjs +1 -0
- package/dist/actions/list-photo-avatars.cjs.map +1 -1
- package/dist/actions/list-photo-avatars.d.cts +3 -20
- package/dist/actions/list-photo-avatars.d.cts.map +1 -1
- package/dist/actions/list-photo-avatars.d.mts +3 -20
- package/dist/actions/list-photo-avatars.d.mts.map +1 -1
- package/dist/actions/list-photo-avatars.mjs +1 -0
- package/dist/actions/list-photo-avatars.mjs.map +1 -1
- package/dist/actions/login.cjs +1 -0
- package/dist/actions/login.cjs.map +1 -1
- package/dist/actions/login.d.cts +3 -16
- package/dist/actions/login.d.cts.map +1 -1
- package/dist/actions/login.d.mts +3 -16
- package/dist/actions/login.d.mts.map +1 -1
- package/dist/actions/login.mjs +1 -0
- package/dist/actions/login.mjs.map +1 -1
- package/dist/actions/tts.cjs +1 -0
- package/dist/actions/tts.cjs.map +1 -1
- package/dist/actions/tts.d.cts +3 -16
- package/dist/actions/tts.d.cts.map +1 -1
- package/dist/actions/tts.d.mts +3 -16
- package/dist/actions/tts.d.mts.map +1 -1
- package/dist/actions/tts.mjs +1 -0
- package/dist/actions/tts.mjs.map +1 -1
- package/dist/app.cjs +2 -2
- package/dist/app.cjs.map +1 -1
- package/dist/app.d.cts +4 -6
- package/dist/app.d.cts.map +1 -1
- package/dist/app.d.mts +4 -6
- package/dist/app.d.mts.map +1 -1
- package/dist/app.mjs +0 -1
- package/dist/app.mjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.mts +1 -1
- package/package.json +2 -2
package/dist/app.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
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 ganAi = defineApp({\n slug: \"gan_ai\",\n auth: \"keystroke\",\n credential
|
|
1
|
+
{"version":3,"file":"app.cjs","names":["z"],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp, type KeystrokeApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nconst credential = {\n bearer_token: z.string(),\n};\n\nexport const ganAi: KeystrokeApp<\"gan_ai\", typeof credential> = defineApp({\n slug: \"gan_ai\",\n auth: \"keystroke\",\n credential,\n});\n"],"mappings":";;AAGA,MAAM,aAAa,EACjB,2BAAcA,CAAAA,CAAAA,EAAE,OAAO,EACzB;AAEA,MAAa,SAAA,GAAA,2BAAA,UAAA,CAA6D;CACxE,MAAM;CACN,MAAM;CACN;AACF,CAAC"}
|
package/dist/app.d.cts
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import { KeystrokeApp } from "@keystrokehq/keystroke/app";
|
|
1
2
|
import { z } from "zod";
|
|
2
3
|
|
|
3
4
|
//#region src/app.d.ts
|
|
4
|
-
declare const
|
|
5
|
-
connectionId: z.ZodString;
|
|
6
|
-
entityId: z.ZodString;
|
|
7
|
-
instanceId: z.ZodString;
|
|
8
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
5
|
+
declare const credential: {
|
|
9
6
|
bearer_token: z.ZodString;
|
|
10
|
-
}
|
|
7
|
+
};
|
|
8
|
+
declare const ganAi: KeystrokeApp<"gan_ai", typeof credential>;
|
|
11
9
|
//#endregion
|
|
12
10
|
export { ganAi };
|
|
13
11
|
//# 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":";;;;cAGM,UAAA;gBAEL,CAAA,CAAA,SAAA;AAAA;AAAA,cAEY,KAAA,EAAO,YAAY,kBAAkB,UAAA"}
|
package/dist/app.d.mts
CHANGED
|
@@ -1,13 +1,11 @@
|
|
|
1
|
+
import { KeystrokeApp } from "@keystrokehq/keystroke/app";
|
|
1
2
|
import { z } from "zod";
|
|
2
3
|
|
|
3
4
|
//#region src/app.d.ts
|
|
4
|
-
declare const
|
|
5
|
-
connectionId: z.ZodString;
|
|
6
|
-
entityId: z.ZodString;
|
|
7
|
-
instanceId: z.ZodString;
|
|
8
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
5
|
+
declare const credential: {
|
|
9
6
|
bearer_token: z.ZodString;
|
|
10
|
-
}
|
|
7
|
+
};
|
|
8
|
+
declare const ganAi: KeystrokeApp<"gan_ai", typeof credential>;
|
|
11
9
|
//#endregion
|
|
12
10
|
export { ganAi };
|
|
13
11
|
//# 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":";;;;cAGM,UAAA;gBAEL,CAAA,CAAA,SAAA;AAAA;AAAA,cAEY,KAAA,EAAO,YAAY,kBAAkB,UAAA"}
|
package/dist/app.mjs
CHANGED
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\";\nimport { z } from \"zod\";\n\nexport const ganAi = defineApp({\n slug: \"gan_ai\",\n auth: \"keystroke\",\n credential
|
|
1
|
+
{"version":3,"file":"app.mjs","names":[],"sources":["../src/app.ts"],"sourcesContent":["import { defineApp, type KeystrokeApp } from \"@keystrokehq/keystroke/app\";\nimport { z } from \"zod\";\n\nconst credential = {\n bearer_token: z.string(),\n};\n\nexport const ganAi: KeystrokeApp<\"gan_ai\", typeof credential> = defineApp({\n slug: \"gan_ai\",\n auth: \"keystroke\",\n credential,\n});\n"],"mappings":";;AAOA,MAAa,QAAmD,UAAU;CACxE,MAAM;CACN,MAAM;CACN,cANA,cAAc,EAAE,OAAO,EAMvB;AACF,CAAC"}
|
package/dist/index.d.cts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ganAi } from "./app.cjs";
|
|
1
2
|
import { ganAiGetAvatarVideoInferenceDetails } from "./actions/get-avatar-video-inference-details.cjs";
|
|
2
3
|
import { ganAiGetPhotoAvatarDetails } from "./actions/get-photo-avatar-details.cjs";
|
|
3
4
|
import { ganAiGetPhotoAvatarInferenceDetails } from "./actions/get-photo-avatar-inference-details.cjs";
|
|
@@ -6,6 +7,5 @@ import { ganAiListPhotoAvatarInferences } from "./actions/list-photo-avatar-infe
|
|
|
6
7
|
import { ganAiListPhotoAvatars } from "./actions/list-photo-avatars.cjs";
|
|
7
8
|
import { ganAiLogin } from "./actions/login.cjs";
|
|
8
9
|
import { ganAiTts } from "./actions/tts.cjs";
|
|
9
|
-
import { ganAi } from "./app.cjs";
|
|
10
10
|
import { ganAiCatalog } from "./catalog.cjs";
|
|
11
11
|
export { ganAi, ganAiCatalog, ganAiGetAvatarVideoInferenceDetails, ganAiGetPhotoAvatarDetails, ganAiGetPhotoAvatarInferenceDetails, ganAiListAvatarVideos, ganAiListPhotoAvatarInferences, ganAiListPhotoAvatars, ganAiLogin, ganAiTts };
|
package/dist/index.d.mts
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { ganAi } from "./app.mjs";
|
|
1
2
|
import { ganAiGetAvatarVideoInferenceDetails } from "./actions/get-avatar-video-inference-details.mjs";
|
|
2
3
|
import { ganAiGetPhotoAvatarDetails } from "./actions/get-photo-avatar-details.mjs";
|
|
3
4
|
import { ganAiGetPhotoAvatarInferenceDetails } from "./actions/get-photo-avatar-inference-details.mjs";
|
|
@@ -6,6 +7,5 @@ import { ganAiListPhotoAvatarInferences } from "./actions/list-photo-avatar-infe
|
|
|
6
7
|
import { ganAiListPhotoAvatars } from "./actions/list-photo-avatars.mjs";
|
|
7
8
|
import { ganAiLogin } from "./actions/login.mjs";
|
|
8
9
|
import { ganAiTts } from "./actions/tts.mjs";
|
|
9
|
-
import { ganAi } from "./app.mjs";
|
|
10
10
|
import { ganAiCatalog } from "./catalog.mjs";
|
|
11
11
|
export { ganAi, ganAiCatalog, ganAiGetAvatarVideoInferenceDetails, ganAiGetPhotoAvatarDetails, ganAiGetPhotoAvatarInferenceDetails, ganAiListAvatarVideos, ganAiListPhotoAvatarInferences, ganAiListPhotoAvatars, ganAiLogin, ganAiTts };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@keystrokehq/gan_ai",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5",
|
|
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.
|
|
34
|
+
"@keystrokehq/keystroke": ">=0.1.104",
|
|
35
35
|
"zod": "^4.4.3"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|