@purpleschool/gptbot 0.14.50 → 0.14.51
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/build/commands/ai-studio/canvas-node/find-canvas-node-definitions-with-configs.query.d.ts +3 -0
- package/build/commands/photo-studio/get-photo-studio-config.query.d.ts +6 -0
- package/build/commands/tools/image-editor/find-image-editor-job-by-uuid.command.d.ts +1 -0
- package/build/commands/tools/image-editor/find-image-editor-jobs.command.d.ts +1 -0
- package/build/commands/tools/image-editor/get-image-editor-tool-config.command.d.ts +3 -0
- package/build/commands/tools/image-editor/image-editor.command.d.ts +1 -0
- package/build/commands/tools/image-editor/image-editor.command.js +1 -0
- package/build/commands/tools/image-editor/retry-image-editor-job.command.d.ts +2 -0
- package/build/commands/tools/image-editor/retry-image-editor-job.command.js +1 -0
- package/build/commands/tools/image-editor/set-reaction-to-image-editor-job.command.d.ts +1 -0
- package/build/commands/tools/image-editor/update-image-editor-job-favorite.command.d.ts +1 -0
- package/build/commands/tools/image-editor/update-image-editor-job-title.command.d.ts +1 -0
- package/build/models/canvas-node-definition.schema.d.ts +9 -0
- package/build/models/tools/image-editor/image-editor-config.schema.d.ts +3 -0
- package/build/models/tools/image-editor/image-editor-job.schema.d.ts +2 -0
- package/build/models/tools/image-editor/image-editor-job.schema.js +1 -0
- package/build/models/tools/image-editor/image-editor-model.schema.d.ts +6 -0
- package/build/models/tools/image-editor/image-editor-model.schema.js +5 -0
- package/package.json +1 -1
package/build/commands/ai-studio/canvas-node/find-canvas-node-definitions-with-configs.query.d.ts
CHANGED
|
@@ -222,6 +222,9 @@ export declare namespace FindCanvasNodeDefinitionsWithConfigsQuery {
|
|
|
222
222
|
width: z.ZodNumber;
|
|
223
223
|
height: z.ZodNumber;
|
|
224
224
|
}, z.core.$strip>, z.ZodString]>>>;
|
|
225
|
+
resolution: z.ZodOptional<z.ZodObject<{
|
|
226
|
+
options: z.ZodArray<z.ZodString>;
|
|
227
|
+
}, z.core.$strip>>;
|
|
225
228
|
}, z.core.$strip>;
|
|
226
229
|
pricingRules: z.ZodArray<z.ZodObject<{
|
|
227
230
|
condition: z.ZodObject<{
|
|
@@ -91,6 +91,9 @@ export declare namespace GetPhotoStudioConfigQuery {
|
|
|
91
91
|
width: z.ZodNumber;
|
|
92
92
|
height: z.ZodNumber;
|
|
93
93
|
}, z.core.$strip>, z.ZodString]>>>;
|
|
94
|
+
resolution: z.ZodOptional<z.ZodObject<{
|
|
95
|
+
options: z.ZodArray<z.ZodString>;
|
|
96
|
+
}, z.core.$strip>>;
|
|
94
97
|
}, z.core.$strip>;
|
|
95
98
|
pricingRules: z.ZodArray<z.ZodObject<{
|
|
96
99
|
condition: z.ZodObject<{
|
|
@@ -235,6 +238,9 @@ export declare namespace GetPhotoStudioConfigQuery {
|
|
|
235
238
|
width: z.ZodNumber;
|
|
236
239
|
height: z.ZodNumber;
|
|
237
240
|
}, z.core.$strip>, z.ZodString]>>>;
|
|
241
|
+
resolution: z.ZodOptional<z.ZodObject<{
|
|
242
|
+
options: z.ZodArray<z.ZodString>;
|
|
243
|
+
}, z.core.$strip>>;
|
|
238
244
|
}, z.core.$strip>;
|
|
239
245
|
pricingRules: z.ZodArray<z.ZodObject<{
|
|
240
246
|
condition: z.ZodObject<{
|
|
@@ -33,6 +33,7 @@ export declare namespace FindImageEditorJobByUUIDCommand {
|
|
|
33
33
|
systemPromptId: z.ZodOptional<z.ZodString>;
|
|
34
34
|
imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
35
35
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
36
|
+
resolution: z.ZodOptional<z.ZodString>;
|
|
36
37
|
}, z.core.$strip>;
|
|
37
38
|
isPublished: z.ZodBoolean;
|
|
38
39
|
postId: z.ZodNullable<z.ZodString>;
|
|
@@ -39,6 +39,7 @@ export declare namespace FindImageEditorJobsCommand {
|
|
|
39
39
|
systemPromptId: z.ZodOptional<z.ZodString>;
|
|
40
40
|
imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
41
41
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
42
|
+
resolution: z.ZodOptional<z.ZodString>;
|
|
42
43
|
}, z.core.$strip>;
|
|
43
44
|
isPublished: z.ZodBoolean;
|
|
44
45
|
postId: z.ZodNullable<z.ZodString>;
|
|
@@ -31,6 +31,9 @@ export declare namespace GetImageEditorToolConfigCommand {
|
|
|
31
31
|
width: z.ZodNumber;
|
|
32
32
|
height: z.ZodNumber;
|
|
33
33
|
}, z.core.$strip>, z.ZodString]>>>;
|
|
34
|
+
resolution: z.ZodOptional<z.ZodObject<{
|
|
35
|
+
options: z.ZodArray<z.ZodString>;
|
|
36
|
+
}, z.core.$strip>>;
|
|
34
37
|
}, z.core.$strip>;
|
|
35
38
|
pricingRules: z.ZodArray<z.ZodObject<{
|
|
36
39
|
condition: z.ZodObject<{
|
|
@@ -13,6 +13,7 @@ export declare namespace ImageEditorCommand {
|
|
|
13
13
|
imageUrls: z.ZodArray<z.ZodString>;
|
|
14
14
|
systemPromptId: z.ZodOptional<z.ZodString>;
|
|
15
15
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
16
|
+
resolution: z.ZodOptional<z.ZodString>;
|
|
16
17
|
}, z.core.$strip>;
|
|
17
18
|
}, z.core.$strip>;
|
|
18
19
|
type Request = z.infer<typeof RequestSchema>;
|
|
@@ -18,6 +18,7 @@ var ImageEditorCommand;
|
|
|
18
18
|
imageUrls: zod_1.z.array(zod_1.z.string()),
|
|
19
19
|
systemPromptId: zod_1.z.string().optional(),
|
|
20
20
|
aspectRatio: zod_1.z.string().optional(),
|
|
21
|
+
resolution: zod_1.z.string().optional(),
|
|
21
22
|
}),
|
|
22
23
|
});
|
|
23
24
|
ImageEditorCommand.ResponseSchema = zod_1.z.object({
|
|
@@ -11,6 +11,7 @@ export declare namespace RetryImageEditorJobCommand {
|
|
|
11
11
|
attachedFiles: z.ZodArray<z.ZodString>;
|
|
12
12
|
systemPromptId: z.ZodOptional<z.ZodString>;
|
|
13
13
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
14
|
+
resolution: z.ZodOptional<z.ZodString>;
|
|
14
15
|
}, z.core.$strip>>;
|
|
15
16
|
}, z.core.$strip>;
|
|
16
17
|
type RequestBody = z.infer<typeof RequestBodySchema>;
|
|
@@ -43,6 +44,7 @@ export declare namespace RetryImageEditorJobCommand {
|
|
|
43
44
|
systemPromptId: z.ZodOptional<z.ZodString>;
|
|
44
45
|
imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
45
46
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
47
|
+
resolution: z.ZodOptional<z.ZodString>;
|
|
46
48
|
}, z.core.$strip>;
|
|
47
49
|
isPublished: z.ZodBoolean;
|
|
48
50
|
postId: z.ZodNullable<z.ZodString>;
|
|
@@ -39,6 +39,7 @@ export declare namespace SetReactionToImageEditorJobCommand {
|
|
|
39
39
|
systemPromptId: z.ZodOptional<z.ZodString>;
|
|
40
40
|
imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
41
41
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
42
|
+
resolution: z.ZodOptional<z.ZodString>;
|
|
42
43
|
}, z.core.$strip>;
|
|
43
44
|
isPublished: z.ZodBoolean;
|
|
44
45
|
postId: z.ZodNullable<z.ZodString>;
|
|
@@ -37,6 +37,7 @@ export declare namespace UpdateImageEditorJobFavoriteCommand {
|
|
|
37
37
|
systemPromptId: z.ZodOptional<z.ZodString>;
|
|
38
38
|
imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39
39
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
40
|
+
resolution: z.ZodOptional<z.ZodString>;
|
|
40
41
|
}, z.core.$strip>;
|
|
41
42
|
isPublished: z.ZodBoolean;
|
|
42
43
|
postId: z.ZodNullable<z.ZodString>;
|
|
@@ -37,6 +37,7 @@ export declare namespace UpdateImageEditorJobTitleCommand {
|
|
|
37
37
|
systemPromptId: z.ZodOptional<z.ZodString>;
|
|
38
38
|
imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
39
39
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
40
|
+
resolution: z.ZodOptional<z.ZodString>;
|
|
40
41
|
}, z.core.$strip>;
|
|
41
42
|
isPublished: z.ZodBoolean;
|
|
42
43
|
postId: z.ZodNullable<z.ZodString>;
|
|
@@ -269,6 +269,9 @@ export declare const CanvasNodeDefinitionToolConfigSchema: z.ZodDiscriminatedUni
|
|
|
269
269
|
width: z.ZodNumber;
|
|
270
270
|
height: z.ZodNumber;
|
|
271
271
|
}, z.core.$strip>, z.ZodString]>>>;
|
|
272
|
+
resolution: z.ZodOptional<z.ZodObject<{
|
|
273
|
+
options: z.ZodArray<z.ZodString>;
|
|
274
|
+
}, z.core.$strip>>;
|
|
272
275
|
}, z.core.$strip>;
|
|
273
276
|
pricingRules: z.ZodArray<z.ZodObject<{
|
|
274
277
|
condition: z.ZodObject<{
|
|
@@ -993,6 +996,9 @@ export declare const CanvasNodeDefinitionWithConfigSchema: z.ZodObject<{
|
|
|
993
996
|
width: z.ZodNumber;
|
|
994
997
|
height: z.ZodNumber;
|
|
995
998
|
}, z.core.$strip>, z.ZodString]>>>;
|
|
999
|
+
resolution: z.ZodOptional<z.ZodObject<{
|
|
1000
|
+
options: z.ZodArray<z.ZodString>;
|
|
1001
|
+
}, z.core.$strip>>;
|
|
996
1002
|
}, z.core.$strip>;
|
|
997
1003
|
pricingRules: z.ZodArray<z.ZodObject<{
|
|
998
1004
|
condition: z.ZodObject<{
|
|
@@ -1675,6 +1681,9 @@ export declare const CanvasNodeDefinitionsWithConfigsSchema: z.ZodRecord<z.ZodEn
|
|
|
1675
1681
|
width: z.ZodNumber;
|
|
1676
1682
|
height: z.ZodNumber;
|
|
1677
1683
|
}, z.core.$strip>, z.ZodString]>>>;
|
|
1684
|
+
resolution: z.ZodOptional<z.ZodObject<{
|
|
1685
|
+
options: z.ZodArray<z.ZodString>;
|
|
1686
|
+
}, z.core.$strip>>;
|
|
1678
1687
|
}, z.core.$strip>;
|
|
1679
1688
|
pricingRules: z.ZodArray<z.ZodObject<{
|
|
1680
1689
|
condition: z.ZodObject<{
|
|
@@ -91,6 +91,9 @@ export declare const ImageEditorConfigSchema: z.ZodObject<{
|
|
|
91
91
|
width: z.ZodNumber;
|
|
92
92
|
height: z.ZodNumber;
|
|
93
93
|
}, z.core.$strip>, z.ZodString]>>>;
|
|
94
|
+
resolution: z.ZodOptional<z.ZodObject<{
|
|
95
|
+
options: z.ZodArray<z.ZodString>;
|
|
96
|
+
}, z.core.$strip>>;
|
|
94
97
|
}, z.core.$strip>;
|
|
95
98
|
pricingRules: z.ZodArray<z.ZodObject<{
|
|
96
99
|
condition: z.ZodObject<{
|
|
@@ -13,6 +13,7 @@ export declare const ImageEditorJobParamsSchema: z.ZodObject<{
|
|
|
13
13
|
systemPromptId: z.ZodOptional<z.ZodString>;
|
|
14
14
|
imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
15
15
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
16
|
+
resolution: z.ZodOptional<z.ZodString>;
|
|
16
17
|
}, z.core.$strip>;
|
|
17
18
|
export type ImageEditorJobParams = z.infer<typeof ImageEditorJobParamsSchema>;
|
|
18
19
|
export declare const ImageEditorJobSchema: z.ZodObject<{
|
|
@@ -43,6 +44,7 @@ export declare const ImageEditorJobSchema: z.ZodObject<{
|
|
|
43
44
|
systemPromptId: z.ZodOptional<z.ZodString>;
|
|
44
45
|
imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
45
46
|
aspectRatio: z.ZodOptional<z.ZodString>;
|
|
47
|
+
resolution: z.ZodOptional<z.ZodString>;
|
|
46
48
|
}, z.core.$strip>;
|
|
47
49
|
isPublished: z.ZodBoolean;
|
|
48
50
|
postId: z.ZodNullable<z.ZodString>;
|
|
@@ -11,6 +11,7 @@ exports.ImageEditorJobParamsSchema = zod_1.z.object({
|
|
|
11
11
|
systemPromptId: zod_1.z.string().optional(),
|
|
12
12
|
imageUrls: zod_1.z.string().array().optional(),
|
|
13
13
|
aspectRatio: zod_1.z.string().optional(),
|
|
14
|
+
resolution: zod_1.z.string().optional(),
|
|
14
15
|
});
|
|
15
16
|
exports.ImageEditorJobSchema = tool_job_schema_1.ToolJobSchema.extend({
|
|
16
17
|
title: zod_1.z.string(),
|
|
@@ -9,6 +9,9 @@ export declare const ImageEditorModelParamsSchema: z.ZodObject<{
|
|
|
9
9
|
width: z.ZodNumber;
|
|
10
10
|
height: z.ZodNumber;
|
|
11
11
|
}, z.core.$strip>, z.ZodString]>>>;
|
|
12
|
+
resolution: z.ZodOptional<z.ZodObject<{
|
|
13
|
+
options: z.ZodArray<z.ZodString>;
|
|
14
|
+
}, z.core.$strip>>;
|
|
12
15
|
}, z.core.$strip>;
|
|
13
16
|
export type ImageEditorModelParams = z.infer<typeof ImageEditorModelParamsSchema>;
|
|
14
17
|
export declare const ImageEditorModelPricingRuleConditionSchema: z.ZodObject<{
|
|
@@ -51,6 +54,9 @@ export declare const ImageEditorModelSchema: z.ZodObject<{
|
|
|
51
54
|
width: z.ZodNumber;
|
|
52
55
|
height: z.ZodNumber;
|
|
53
56
|
}, z.core.$strip>, z.ZodString]>>>;
|
|
57
|
+
resolution: z.ZodOptional<z.ZodObject<{
|
|
58
|
+
options: z.ZodArray<z.ZodString>;
|
|
59
|
+
}, z.core.$strip>>;
|
|
54
60
|
}, z.core.$strip>;
|
|
55
61
|
pricingRules: z.ZodArray<z.ZodObject<{
|
|
56
62
|
condition: z.ZodObject<{
|
|
@@ -19,6 +19,11 @@ exports.ImageEditorModelParamsSchema = zod_1.z.object({
|
|
|
19
19
|
zod_1.z.string(),
|
|
20
20
|
]))
|
|
21
21
|
.optional(),
|
|
22
|
+
resolution: zod_1.z
|
|
23
|
+
.object({
|
|
24
|
+
options: zod_1.z.array(zod_1.z.string()),
|
|
25
|
+
})
|
|
26
|
+
.optional(),
|
|
22
27
|
});
|
|
23
28
|
exports.ImageEditorModelPricingRuleConditionSchema = zod_1.z.object({
|
|
24
29
|
withoutSub: zod_1.z.boolean().optional(),
|