@keystrokehq/gan_ai 0.1.3 → 0.1.4
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/get-avatar-video-inference-details.d.cts +15 -3
- package/dist/actions/get-avatar-video-inference-details.d.mts +15 -3
- package/dist/actions/get-photo-avatar-details.d.cts +15 -3
- package/dist/actions/get-photo-avatar-details.d.mts +15 -3
- package/dist/actions/get-photo-avatar-inference-details.d.cts +15 -3
- package/dist/actions/get-photo-avatar-inference-details.d.mts +15 -3
- package/dist/actions/list-avatar-videos.d.cts +18 -6
- package/dist/actions/list-avatar-videos.d.mts +18 -6
- package/dist/actions/list-photo-avatar-inferences.d.cts +18 -6
- package/dist/actions/list-photo-avatar-inferences.d.mts +18 -6
- package/dist/actions/list-photo-avatars.d.cts +13 -1
- package/dist/actions/list-photo-avatars.d.mts +13 -1
- package/dist/actions/login.d.cts +13 -1
- package/dist/actions/login.d.mts +13 -1
- package/dist/actions/tts.d.cts +13 -1
- package/dist/actions/tts.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
|
@@ -9,10 +9,10 @@ declare const GanAiGetAvatarVideoInferenceDetailsOutput: z.ZodObject<{
|
|
|
9
9
|
video: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
10
|
status: z.ZodNullable<z.ZodEnum<{
|
|
11
11
|
draft: "draft";
|
|
12
|
-
processing: "processing";
|
|
13
12
|
failed: "failed";
|
|
14
|
-
|
|
13
|
+
processing: "processing";
|
|
15
14
|
deleted: "deleted";
|
|
15
|
+
succeeded: "succeeded";
|
|
16
16
|
}>>;
|
|
17
17
|
avatar_id: z.ZodNullable<z.ZodString>;
|
|
18
18
|
thumbnail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -23,7 +23,19 @@ declare const GanAiGetAvatarVideoInferenceDetailsOutput: z.ZodObject<{
|
|
|
23
23
|
}, z.core.$loose>;
|
|
24
24
|
declare const ganAiGetAvatarVideoInferenceDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
inference_id: string;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
bearer_token: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
bearer_token: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
27
39
|
//#endregion
|
|
28
40
|
export { ganAiGetAvatarVideoInferenceDetails };
|
|
29
41
|
//# sourceMappingURL=get-avatar-video-inference-details.d.cts.map
|
|
@@ -9,10 +9,10 @@ declare const GanAiGetAvatarVideoInferenceDetailsOutput: z.ZodObject<{
|
|
|
9
9
|
video: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
10
10
|
status: z.ZodNullable<z.ZodEnum<{
|
|
11
11
|
draft: "draft";
|
|
12
|
-
processing: "processing";
|
|
13
12
|
failed: "failed";
|
|
14
|
-
|
|
13
|
+
processing: "processing";
|
|
15
14
|
deleted: "deleted";
|
|
15
|
+
succeeded: "succeeded";
|
|
16
16
|
}>>;
|
|
17
17
|
avatar_id: z.ZodNullable<z.ZodString>;
|
|
18
18
|
thumbnail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -23,7 +23,19 @@ declare const GanAiGetAvatarVideoInferenceDetailsOutput: z.ZodObject<{
|
|
|
23
23
|
}, z.core.$loose>;
|
|
24
24
|
declare const ganAiGetAvatarVideoInferenceDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
25
25
|
inference_id: string;
|
|
26
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
26
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
27
|
+
connectionId: z.ZodString;
|
|
28
|
+
entityId: z.ZodString;
|
|
29
|
+
instanceId: z.ZodString;
|
|
30
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
31
|
+
bearer_token: z.ZodString;
|
|
32
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
33
|
+
connectionId: z.ZodString;
|
|
34
|
+
entityId: z.ZodString;
|
|
35
|
+
instanceId: z.ZodString;
|
|
36
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
37
|
+
bearer_token: z.ZodString;
|
|
38
|
+
}, z.core.$strip>>]>;
|
|
27
39
|
//#endregion
|
|
28
40
|
export { ganAiGetAvatarVideoInferenceDetails };
|
|
29
41
|
//# sourceMappingURL=get-avatar-video-inference-details.d.mts.map
|
|
@@ -8,10 +8,10 @@ declare const GanAiGetPhotoAvatarDetailsOutput: z.ZodObject<{
|
|
|
8
8
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
9
|
status: z.ZodNullable<z.ZodEnum<{
|
|
10
10
|
draft: "draft";
|
|
11
|
-
processing: "processing";
|
|
12
11
|
failed: "failed";
|
|
13
|
-
|
|
12
|
+
processing: "processing";
|
|
14
13
|
published: "published";
|
|
14
|
+
deleted: "deleted";
|
|
15
15
|
}>>;
|
|
16
16
|
base_image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
17
|
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -19,7 +19,19 @@ declare const GanAiGetPhotoAvatarDetailsOutput: z.ZodObject<{
|
|
|
19
19
|
}, z.core.$loose>;
|
|
20
20
|
declare const ganAiGetPhotoAvatarDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
21
21
|
photo_avatar_id: string;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
bearer_token: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
bearer_token: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { ganAiGetPhotoAvatarDetails };
|
|
25
37
|
//# sourceMappingURL=get-photo-avatar-details.d.cts.map
|
|
@@ -8,10 +8,10 @@ declare const GanAiGetPhotoAvatarDetailsOutput: z.ZodObject<{
|
|
|
8
8
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
9
9
|
status: z.ZodNullable<z.ZodEnum<{
|
|
10
10
|
draft: "draft";
|
|
11
|
-
processing: "processing";
|
|
12
11
|
failed: "failed";
|
|
13
|
-
|
|
12
|
+
processing: "processing";
|
|
14
13
|
published: "published";
|
|
14
|
+
deleted: "deleted";
|
|
15
15
|
}>>;
|
|
16
16
|
base_image: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
17
17
|
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -19,7 +19,19 @@ declare const GanAiGetPhotoAvatarDetailsOutput: z.ZodObject<{
|
|
|
19
19
|
}, z.core.$loose>;
|
|
20
20
|
declare const ganAiGetPhotoAvatarDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
21
21
|
photo_avatar_id: string;
|
|
22
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
22
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
23
|
+
connectionId: z.ZodString;
|
|
24
|
+
entityId: z.ZodString;
|
|
25
|
+
instanceId: z.ZodString;
|
|
26
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
27
|
+
bearer_token: z.ZodString;
|
|
28
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
29
|
+
connectionId: z.ZodString;
|
|
30
|
+
entityId: z.ZodString;
|
|
31
|
+
instanceId: z.ZodString;
|
|
32
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
33
|
+
bearer_token: z.ZodString;
|
|
34
|
+
}, z.core.$strip>>]>;
|
|
23
35
|
//#endregion
|
|
24
36
|
export { ganAiGetPhotoAvatarDetails };
|
|
25
37
|
//# sourceMappingURL=get-photo-avatar-details.d.mts.map
|
|
@@ -10,10 +10,10 @@ declare const GanAiGetPhotoAvatarInferenceDetailsOutput: z.ZodObject<{
|
|
|
10
10
|
video: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
11
|
status: z.ZodNullable<z.ZodEnum<{
|
|
12
12
|
draft: "draft";
|
|
13
|
-
processing: "processing";
|
|
14
13
|
failed: "failed";
|
|
15
|
-
|
|
14
|
+
processing: "processing";
|
|
16
15
|
deleted: "deleted";
|
|
16
|
+
succeeded: "succeeded";
|
|
17
17
|
}>>;
|
|
18
18
|
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
19
|
input_text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -28,7 +28,19 @@ declare const GanAiGetPhotoAvatarInferenceDetailsOutput: z.ZodObject<{
|
|
|
28
28
|
declare const ganAiGetPhotoAvatarInferenceDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
photo_avatar_inference_id: string;
|
|
30
30
|
downloadable_link?: boolean | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
bearer_token: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
bearer_token: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { ganAiGetPhotoAvatarInferenceDetails };
|
|
34
46
|
//# sourceMappingURL=get-photo-avatar-inference-details.d.cts.map
|
|
@@ -10,10 +10,10 @@ declare const GanAiGetPhotoAvatarInferenceDetailsOutput: z.ZodObject<{
|
|
|
10
10
|
video: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
11
11
|
status: z.ZodNullable<z.ZodEnum<{
|
|
12
12
|
draft: "draft";
|
|
13
|
-
processing: "processing";
|
|
14
13
|
failed: "failed";
|
|
15
|
-
|
|
14
|
+
processing: "processing";
|
|
16
15
|
deleted: "deleted";
|
|
16
|
+
succeeded: "succeeded";
|
|
17
17
|
}>>;
|
|
18
18
|
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
19
|
input_text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -28,7 +28,19 @@ declare const GanAiGetPhotoAvatarInferenceDetailsOutput: z.ZodObject<{
|
|
|
28
28
|
declare const ganAiGetPhotoAvatarInferenceDetails: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
29
29
|
photo_avatar_inference_id: string;
|
|
30
30
|
downloadable_link?: boolean | undefined;
|
|
31
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
31
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
32
|
+
connectionId: z.ZodString;
|
|
33
|
+
entityId: z.ZodString;
|
|
34
|
+
instanceId: z.ZodString;
|
|
35
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
36
|
+
bearer_token: z.ZodString;
|
|
37
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
38
|
+
connectionId: z.ZodString;
|
|
39
|
+
entityId: z.ZodString;
|
|
40
|
+
instanceId: z.ZodString;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
bearer_token: z.ZodString;
|
|
43
|
+
}, z.core.$strip>>]>;
|
|
32
44
|
//#endregion
|
|
33
45
|
export { ganAiGetPhotoAvatarInferenceDetails };
|
|
34
46
|
//# sourceMappingURL=get-photo-avatar-inference-details.d.mts.map
|
|
@@ -6,10 +6,10 @@ declare const GanAiListAvatarVideosInput: z.ZodObject<{
|
|
|
6
6
|
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
7
7
|
status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8
8
|
draft: "draft";
|
|
9
|
-
processing: "processing";
|
|
10
9
|
failed: "failed";
|
|
11
|
-
|
|
10
|
+
processing: "processing";
|
|
12
11
|
deleted: "deleted";
|
|
12
|
+
succeeded: "succeeded";
|
|
13
13
|
}>>>;
|
|
14
14
|
avatar_id: z.ZodOptional<z.ZodString>;
|
|
15
15
|
avatar_title: z.ZodOptional<z.ZodString>;
|
|
@@ -23,10 +23,10 @@ declare const GanAiListAvatarVideosOutput: z.ZodObject<{
|
|
|
23
23
|
video: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
status: z.ZodNullable<z.ZodEnum<{
|
|
25
25
|
draft: "draft";
|
|
26
|
-
processing: "processing";
|
|
27
26
|
failed: "failed";
|
|
28
|
-
|
|
27
|
+
processing: "processing";
|
|
29
28
|
deleted: "deleted";
|
|
29
|
+
succeeded: "succeeded";
|
|
30
30
|
}>>;
|
|
31
31
|
avatar_id: z.ZodNullable<z.ZodString>;
|
|
32
32
|
thumbnail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -40,13 +40,25 @@ declare const GanAiListAvatarVideosOutput: z.ZodObject<{
|
|
|
40
40
|
declare const ganAiListAvatarVideos: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
41
41
|
skip?: number | undefined;
|
|
42
42
|
limit?: number | undefined;
|
|
43
|
-
status?: ("draft" | "
|
|
43
|
+
status?: ("draft" | "failed" | "processing" | "deleted" | "succeeded")[] | undefined;
|
|
44
44
|
avatar_id?: string | undefined;
|
|
45
45
|
avatar_title?: string | undefined;
|
|
46
46
|
end_datetime?: string | undefined;
|
|
47
47
|
start_datetime?: string | undefined;
|
|
48
48
|
inference_title?: string | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
bearer_token: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
bearer_token: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { ganAiListAvatarVideos };
|
|
52
64
|
//# sourceMappingURL=list-avatar-videos.d.cts.map
|
|
@@ -6,10 +6,10 @@ declare const GanAiListAvatarVideosInput: z.ZodObject<{
|
|
|
6
6
|
limit: z.ZodOptional<z.ZodDefault<z.ZodNumber>>;
|
|
7
7
|
status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
8
8
|
draft: "draft";
|
|
9
|
-
processing: "processing";
|
|
10
9
|
failed: "failed";
|
|
11
|
-
|
|
10
|
+
processing: "processing";
|
|
12
11
|
deleted: "deleted";
|
|
12
|
+
succeeded: "succeeded";
|
|
13
13
|
}>>>;
|
|
14
14
|
avatar_id: z.ZodOptional<z.ZodString>;
|
|
15
15
|
avatar_title: z.ZodOptional<z.ZodString>;
|
|
@@ -23,10 +23,10 @@ declare const GanAiListAvatarVideosOutput: z.ZodObject<{
|
|
|
23
23
|
video: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
status: z.ZodNullable<z.ZodEnum<{
|
|
25
25
|
draft: "draft";
|
|
26
|
-
processing: "processing";
|
|
27
26
|
failed: "failed";
|
|
28
|
-
|
|
27
|
+
processing: "processing";
|
|
29
28
|
deleted: "deleted";
|
|
29
|
+
succeeded: "succeeded";
|
|
30
30
|
}>>;
|
|
31
31
|
avatar_id: z.ZodNullable<z.ZodString>;
|
|
32
32
|
thumbnail: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -40,13 +40,25 @@ declare const GanAiListAvatarVideosOutput: z.ZodObject<{
|
|
|
40
40
|
declare const ganAiListAvatarVideos: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
41
41
|
skip?: number | undefined;
|
|
42
42
|
limit?: number | undefined;
|
|
43
|
-
status?: ("draft" | "
|
|
43
|
+
status?: ("draft" | "failed" | "processing" | "deleted" | "succeeded")[] | undefined;
|
|
44
44
|
avatar_id?: string | undefined;
|
|
45
45
|
avatar_title?: string | undefined;
|
|
46
46
|
end_datetime?: string | undefined;
|
|
47
47
|
start_datetime?: string | undefined;
|
|
48
48
|
inference_title?: string | undefined;
|
|
49
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
49
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
50
|
+
connectionId: z.ZodString;
|
|
51
|
+
entityId: z.ZodString;
|
|
52
|
+
instanceId: z.ZodString;
|
|
53
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
54
|
+
bearer_token: z.ZodString;
|
|
55
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
56
|
+
connectionId: z.ZodString;
|
|
57
|
+
entityId: z.ZodString;
|
|
58
|
+
instanceId: z.ZodString;
|
|
59
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
60
|
+
bearer_token: z.ZodString;
|
|
61
|
+
}, z.core.$strip>>]>;
|
|
50
62
|
//#endregion
|
|
51
63
|
export { ganAiListAvatarVideos };
|
|
52
64
|
//# sourceMappingURL=list-avatar-videos.d.mts.map
|
|
@@ -7,10 +7,10 @@ declare const GanAiListPhotoAvatarInferencesInput: z.ZodObject<{
|
|
|
7
7
|
title: z.ZodOptional<z.ZodString>;
|
|
8
8
|
status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
9
9
|
draft: "draft";
|
|
10
|
-
processing: "processing";
|
|
11
10
|
failed: "failed";
|
|
12
|
-
|
|
11
|
+
processing: "processing";
|
|
13
12
|
deleted: "deleted";
|
|
13
|
+
succeeded: "succeeded";
|
|
14
14
|
}>>>;
|
|
15
15
|
end_datetime: z.ZodOptional<z.ZodString>;
|
|
16
16
|
start_datetime: z.ZodOptional<z.ZodString>;
|
|
@@ -23,10 +23,10 @@ declare const GanAiListPhotoAvatarInferencesOutput: z.ZodObject<{
|
|
|
23
23
|
video: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
status: z.ZodNullable<z.ZodEnum<{
|
|
25
25
|
draft: "draft";
|
|
26
|
-
processing: "processing";
|
|
27
26
|
failed: "failed";
|
|
28
|
-
|
|
27
|
+
processing: "processing";
|
|
29
28
|
deleted: "deleted";
|
|
29
|
+
succeeded: "succeeded";
|
|
30
30
|
}>>;
|
|
31
31
|
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
32
|
input_text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -43,11 +43,23 @@ declare const ganAiListPhotoAvatarInferences: import("@keystrokehq/action").Work
|
|
|
43
43
|
skip?: number | undefined;
|
|
44
44
|
limit?: number | undefined;
|
|
45
45
|
title?: string | undefined;
|
|
46
|
-
status?: ("draft" | "
|
|
46
|
+
status?: ("draft" | "failed" | "processing" | "deleted" | "succeeded")[] | undefined;
|
|
47
47
|
end_datetime?: string | undefined;
|
|
48
48
|
start_datetime?: string | undefined;
|
|
49
49
|
photo_avatar_id?: string | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
bearer_token: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
bearer_token: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>;
|
|
51
63
|
//#endregion
|
|
52
64
|
export { ganAiListPhotoAvatarInferences };
|
|
53
65
|
//# sourceMappingURL=list-photo-avatar-inferences.d.cts.map
|
|
@@ -7,10 +7,10 @@ declare const GanAiListPhotoAvatarInferencesInput: z.ZodObject<{
|
|
|
7
7
|
title: z.ZodOptional<z.ZodString>;
|
|
8
8
|
status: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
9
9
|
draft: "draft";
|
|
10
|
-
processing: "processing";
|
|
11
10
|
failed: "failed";
|
|
12
|
-
|
|
11
|
+
processing: "processing";
|
|
13
12
|
deleted: "deleted";
|
|
13
|
+
succeeded: "succeeded";
|
|
14
14
|
}>>>;
|
|
15
15
|
end_datetime: z.ZodOptional<z.ZodString>;
|
|
16
16
|
start_datetime: z.ZodOptional<z.ZodString>;
|
|
@@ -23,10 +23,10 @@ declare const GanAiListPhotoAvatarInferencesOutput: z.ZodObject<{
|
|
|
23
23
|
video: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
24
24
|
status: z.ZodNullable<z.ZodEnum<{
|
|
25
25
|
draft: "draft";
|
|
26
|
-
processing: "processing";
|
|
27
26
|
failed: "failed";
|
|
28
|
-
|
|
27
|
+
processing: "processing";
|
|
29
28
|
deleted: "deleted";
|
|
29
|
+
succeeded: "succeeded";
|
|
30
30
|
}>>;
|
|
31
31
|
created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
32
32
|
input_text: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -43,11 +43,23 @@ declare const ganAiListPhotoAvatarInferences: import("@keystrokehq/action").Work
|
|
|
43
43
|
skip?: number | undefined;
|
|
44
44
|
limit?: number | undefined;
|
|
45
45
|
title?: string | undefined;
|
|
46
|
-
status?: ("draft" | "
|
|
46
|
+
status?: ("draft" | "failed" | "processing" | "deleted" | "succeeded")[] | undefined;
|
|
47
47
|
end_datetime?: string | undefined;
|
|
48
48
|
start_datetime?: string | undefined;
|
|
49
49
|
photo_avatar_id?: string | undefined;
|
|
50
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
50
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
51
|
+
connectionId: z.ZodString;
|
|
52
|
+
entityId: z.ZodString;
|
|
53
|
+
instanceId: z.ZodString;
|
|
54
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
55
|
+
bearer_token: z.ZodString;
|
|
56
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
57
|
+
connectionId: z.ZodString;
|
|
58
|
+
entityId: z.ZodString;
|
|
59
|
+
instanceId: z.ZodString;
|
|
60
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
61
|
+
bearer_token: z.ZodString;
|
|
62
|
+
}, z.core.$strip>>]>;
|
|
51
63
|
//#endregion
|
|
52
64
|
export { ganAiListPhotoAvatarInferences };
|
|
53
65
|
//# sourceMappingURL=list-photo-avatar-inferences.d.mts.map
|
|
@@ -30,7 +30,19 @@ declare const ganAiListPhotoAvatars: import("@keystrokehq/action").WorkflowActio
|
|
|
30
30
|
status?: string[] | undefined;
|
|
31
31
|
end_datetime?: string | undefined;
|
|
32
32
|
start_datetime?: string | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
bearer_token: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
bearer_token: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { ganAiListPhotoAvatars };
|
|
36
48
|
//# sourceMappingURL=list-photo-avatars.d.cts.map
|
|
@@ -30,7 +30,19 @@ declare const ganAiListPhotoAvatars: import("@keystrokehq/action").WorkflowActio
|
|
|
30
30
|
status?: string[] | undefined;
|
|
31
31
|
end_datetime?: string | undefined;
|
|
32
32
|
start_datetime?: string | undefined;
|
|
33
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
33
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
34
|
+
connectionId: z.ZodString;
|
|
35
|
+
entityId: z.ZodString;
|
|
36
|
+
instanceId: z.ZodString;
|
|
37
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
38
|
+
bearer_token: z.ZodString;
|
|
39
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
40
|
+
connectionId: z.ZodString;
|
|
41
|
+
entityId: z.ZodString;
|
|
42
|
+
instanceId: z.ZodString;
|
|
43
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
44
|
+
bearer_token: z.ZodString;
|
|
45
|
+
}, z.core.$strip>>]>;
|
|
34
46
|
//#endregion
|
|
35
47
|
export { ganAiListPhotoAvatars };
|
|
36
48
|
//# sourceMappingURL=list-photo-avatars.d.mts.map
|
package/dist/actions/login.d.cts
CHANGED
|
@@ -12,7 +12,19 @@ declare const GanAiLoginOutput: z.ZodObject<{
|
|
|
12
12
|
declare const ganAiLogin: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
email: string;
|
|
14
14
|
password: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
bearer_token: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
bearer_token: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { ganAiLogin };
|
|
18
30
|
//# sourceMappingURL=login.d.cts.map
|
package/dist/actions/login.d.mts
CHANGED
|
@@ -12,7 +12,19 @@ declare const GanAiLoginOutput: z.ZodObject<{
|
|
|
12
12
|
declare const ganAiLogin: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
email: string;
|
|
14
14
|
password: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
bearer_token: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
bearer_token: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { ganAiLogin };
|
|
18
30
|
//# sourceMappingURL=login.d.mts.map
|
package/dist/actions/tts.d.cts
CHANGED
|
@@ -12,7 +12,19 @@ declare const GanAiTtsOutput: z.ZodObject<{
|
|
|
12
12
|
declare const ganAiTts: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
text: string;
|
|
14
14
|
voice_id: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
bearer_token: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
bearer_token: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { ganAiTts };
|
|
18
30
|
//# sourceMappingURL=tts.d.cts.map
|
package/dist/actions/tts.d.mts
CHANGED
|
@@ -12,7 +12,19 @@ declare const GanAiTtsOutput: z.ZodObject<{
|
|
|
12
12
|
declare const ganAiTts: import("@keystrokehq/action").WorkflowActionDefinition<{
|
|
13
13
|
text: string;
|
|
14
14
|
voice_id: string;
|
|
15
|
-
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential
|
|
15
|
+
}, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
16
|
+
connectionId: z.ZodString;
|
|
17
|
+
entityId: z.ZodString;
|
|
18
|
+
instanceId: z.ZodString;
|
|
19
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
20
|
+
bearer_token: z.ZodString;
|
|
21
|
+
}, z.core.$strip>>]>, readonly [import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
22
|
+
connectionId: z.ZodString;
|
|
23
|
+
entityId: z.ZodString;
|
|
24
|
+
instanceId: z.ZodString;
|
|
25
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
26
|
+
bearer_token: z.ZodString;
|
|
27
|
+
}, z.core.$strip>>]>;
|
|
16
28
|
//#endregion
|
|
17
29
|
export { ganAiTts };
|
|
18
30
|
//# sourceMappingURL=tts.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 ganAi = (0,
|
|
4
|
+
const ganAi = (0, _keystrokehq_keystroke_app.defineApp)({
|
|
3
5
|
slug: "gan_ai",
|
|
4
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { bearer_token: zod.z.string() }
|
|
5
8
|
});
|
|
6
9
|
//#endregion
|
|
7
10
|
exports.ganAi = ganAi;
|
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 ganAi = defineApp({\n slug: \"gan_ai\",\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 ganAi = defineApp({\n slug: \"gan_ai\",\n auth: \"keystroke\",\n credential: {\n bearer_token: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,SAAA,GAAA,2BAAA,UAAA,CAAkB;CAC7B,MAAM;CACN,MAAM;CACN,YAAY,EACV,cAAcA,IAAAA,EAAE,OAAO,EACzB;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 ganAi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const ganAi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
bearer_token: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { ganAi };
|
|
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,WAAA,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 ganAi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential
|
|
4
|
+
declare const ganAi: import("@keystrokehq/app").App<import("@keystrokehq/shared").Credential<"gan_ai", z.ZodObject<{
|
|
5
|
+
connectionId: z.ZodString;
|
|
6
|
+
entityId: z.ZodString;
|
|
7
|
+
instanceId: z.ZodString;
|
|
8
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
9
|
+
bearer_token: z.ZodString;
|
|
10
|
+
}, z.core.$strip>>>;
|
|
3
11
|
//#endregion
|
|
4
12
|
export { ganAi };
|
|
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,WAAA,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 ganAi = defineApp({
|
|
4
5
|
slug: "gan_ai",
|
|
5
|
-
auth: "keystroke"
|
|
6
|
+
auth: "keystroke",
|
|
7
|
+
credential: { bearer_token: z.string() }
|
|
6
8
|
});
|
|
7
9
|
//#endregion
|
|
8
10
|
export { ganAi };
|
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 ganAi = defineApp({\n slug: \"gan_ai\",\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 ganAi = defineApp({\n slug: \"gan_ai\",\n auth: \"keystroke\",\n credential: {\n bearer_token: z.string(),\n },\n});\n"],"mappings":";;;AAGA,MAAa,QAAQ,UAAU;CAC7B,MAAM;CACN,MAAM;CACN,YAAY,EACV,cAAc,EAAE,OAAO,EACzB;AACF,CAAC"}
|