mtmsdk 0.0.46 → 0.0.48
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/gomtmapi/@tanstack/react-query.gen.d.ts +45 -45
- package/dist/gomtmapi/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/gomtmapi/@tanstack/react-query.gen.js +69 -69
- package/dist/gomtmapi/@tanstack/react-query.gen.js.map +1 -1
- package/dist/gomtmapi/index.d.ts +2 -2
- package/dist/gomtmapi/index.d.ts.map +1 -1
- package/dist/gomtmapi/index.js +1 -1
- package/dist/gomtmapi/index.js.map +1 -1
- package/dist/gomtmapi/schemas.gen.d.ts +91 -52
- package/dist/gomtmapi/schemas.gen.d.ts.map +1 -1
- package/dist/gomtmapi/schemas.gen.js +91 -56
- package/dist/gomtmapi/schemas.gen.js.map +1 -1
- package/dist/gomtmapi/sdk.gen.d.ts +41 -41
- package/dist/gomtmapi/sdk.gen.d.ts.map +1 -1
- package/dist/gomtmapi/sdk.gen.js +55 -55
- package/dist/gomtmapi/sdk.gen.js.map +1 -1
- package/dist/gomtmapi/types.gen.d.ts +120 -131
- package/dist/gomtmapi/types.gen.d.ts.map +1 -1
- package/dist/gomtmapi/zod.gen.d.ts +96 -74
- package/dist/gomtmapi/zod.gen.d.ts.map +1 -1
- package/dist/gomtmapi/zod.gen.js +67 -58
- package/dist/gomtmapi/zod.gen.js.map +1 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts +4 -101
- package/dist/mtgate_api/@tanstack/react-query.gen.d.ts.map +1 -1
- package/dist/mtgate_api/@tanstack/react-query.gen.js +1 -14
- package/dist/mtgate_api/@tanstack/react-query.gen.js.map +1 -1
- package/dist/mtgate_api/index.d.ts +2 -2
- package/dist/mtgate_api/index.d.ts.map +1 -1
- package/dist/mtgate_api/index.js +1 -1
- package/dist/mtgate_api/index.js.map +1 -1
- package/dist/mtgate_api/schemas.gen.d.ts +0 -31
- package/dist/mtgate_api/schemas.gen.d.ts.map +1 -1
- package/dist/mtgate_api/schemas.gen.js +0 -46
- package/dist/mtgate_api/schemas.gen.js.map +1 -1
- package/dist/mtgate_api/sdk.gen.d.ts +1 -2
- package/dist/mtgate_api/sdk.gen.d.ts.map +1 -1
- package/dist/mtgate_api/sdk.gen.js +0 -1
- package/dist/mtgate_api/sdk.gen.js.map +1 -1
- package/dist/mtgate_api/types.gen.d.ts +1 -73
- package/dist/mtgate_api/types.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.d.ts +0 -77
- package/dist/mtgate_api/zod.gen.d.ts.map +1 -1
- package/dist/mtgate_api/zod.gen.js +0 -47
- package/dist/mtgate_api/zod.gen.js.map +1 -1
- package/dist/openclaw/gateway.d.ts.map +1 -1
- package/dist/openclaw/gateway.js +1 -5
- package/dist/openclaw/gateway.js.map +1 -1
- package/dist/sbmng/schemas.gen.d.ts +15 -2
- package/dist/sbmng/schemas.gen.d.ts.map +1 -1
- package/dist/sbmng/schemas.gen.js +55 -2
- package/dist/sbmng/schemas.gen.js.map +1 -1
- package/dist/sbmng/types.gen.d.ts +5 -2
- package/dist/sbmng/types.gen.d.ts.map +1 -1
- package/dist/supabase/schema/index.d.ts +0 -9
- package/dist/supabase/schema/index.d.ts.map +1 -1
- package/dist/supabase/schema/index.js +0 -13
- package/dist/supabase/schema/index.js.map +1 -1
- package/dist/supabase/supabase-client.d.ts +985 -739
- package/dist/supabase/supabase-client.d.ts.map +1 -1
- package/dist/supabase/supabase.d.ts +2182 -1689
- package/dist/supabase/supabase.d.ts.map +1 -1
- package/dist/supabase/supabase.js.map +1 -1
- package/dist/types/database.schemas.d.ts +1322 -743
- package/dist/types/database.schemas.d.ts.map +1 -1
- package/dist/types/database.schemas.js +822 -610
- package/dist/types/database.schemas.js.map +1 -1
- package/dist/types/database.types.d.ts +1004 -734
- package/dist/types/database.types.d.ts.map +1 -1
- package/dist/types/database.types.js +16 -1
- package/dist/types/database.types.js.map +1 -1
- package/dist/types/index.d.ts +32 -48
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js +0 -25
- package/dist/types/index.js.map +1 -1
- package/dist/types/rpc.schemas.d.ts +1 -13
- package/dist/types/rpc.schemas.d.ts.map +1 -1
- package/dist/types/rpc.schemas.js +7 -21
- package/dist/types/rpc.schemas.js.map +1 -1
- package/package.json +3 -4
- package/src/gomtmapi/@tanstack/react-query.gen.ts +73 -73
- package/src/gomtmapi/index.ts +2 -2
- package/src/gomtmapi/schemas.gen.ts +92 -58
- package/src/gomtmapi/sdk.gen.ts +58 -58
- package/src/gomtmapi/types.gen.ts +131 -143
- package/src/gomtmapi/zod.gen.ts +72 -64
- package/src/mtgate_api/@tanstack/react-query.gen.ts +3 -18
- package/src/mtgate_api/index.ts +2 -2
- package/src/mtgate_api/schemas.gen.ts +0 -47
- package/src/mtgate_api/sdk.gen.ts +1 -3
- package/src/mtgate_api/types.gen.ts +1 -79
- package/src/mtgate_api/zod.gen.ts +0 -52
- package/src/openclaw/gateway.ts +5 -10
- package/src/sbmng/schemas.gen.ts +55 -2
- package/src/sbmng/types.gen.ts +5 -2
- package/src/supabase/schema/index.ts +0 -20
- package/src/supabase/supabase.ts +4 -2
- package/src/types/database.schemas.ts +956 -732
- package/src/types/database.types.ts +977 -707
- package/src/types/index.ts +33 -66
- package/src/types/rpc.schemas.ts +8 -23
- package/dist/sbapi/@tanstack/react-query.gen.d.ts +0 -3280
- package/dist/sbapi/@tanstack/react-query.gen.d.ts.map +0 -1
- package/dist/sbapi/@tanstack/react-query.gen.js +0 -6084
- package/dist/sbapi/@tanstack/react-query.gen.js.map +0 -1
- package/dist/sbapi/client/client.gen.d.ts +0 -3
- package/dist/sbapi/client/client.gen.d.ts.map +0 -1
- package/dist/sbapi/client/client.gen.js +0 -236
- package/dist/sbapi/client/client.gen.js.map +0 -1
- package/dist/sbapi/client/index.d.ts +0 -9
- package/dist/sbapi/client/index.d.ts.map +0 -1
- package/dist/sbapi/client/index.js +0 -7
- package/dist/sbapi/client/index.js.map +0 -1
- package/dist/sbapi/client/types.gen.d.ts +0 -118
- package/dist/sbapi/client/types.gen.d.ts.map +0 -1
- package/dist/sbapi/client/types.gen.js +0 -3
- package/dist/sbapi/client/types.gen.js.map +0 -1
- package/dist/sbapi/client/utils.gen.d.ts +0 -34
- package/dist/sbapi/client/utils.gen.d.ts.map +0 -1
- package/dist/sbapi/client/utils.gen.js +0 -232
- package/dist/sbapi/client/utils.gen.js.map +0 -1
- package/dist/sbapi/client.gen.d.ts +0 -13
- package/dist/sbapi/client.gen.d.ts.map +0 -1
- package/dist/sbapi/client.gen.js +0 -4
- package/dist/sbapi/client.gen.js.map +0 -1
- package/dist/sbapi/core/auth.gen.d.ts +0 -19
- package/dist/sbapi/core/auth.gen.d.ts.map +0 -1
- package/dist/sbapi/core/auth.gen.js +0 -15
- package/dist/sbapi/core/auth.gen.js.map +0 -1
- package/dist/sbapi/core/bodySerializer.gen.d.ts +0 -26
- package/dist/sbapi/core/bodySerializer.gen.d.ts.map +0 -1
- package/dist/sbapi/core/bodySerializer.gen.js +0 -58
- package/dist/sbapi/core/bodySerializer.gen.js.map +0 -1
- package/dist/sbapi/core/params.gen.d.ts +0 -44
- package/dist/sbapi/core/params.gen.d.ts.map +0 -1
- package/dist/sbapi/core/params.gen.js +0 -101
- package/dist/sbapi/core/params.gen.js.map +0 -1
- package/dist/sbapi/core/pathSerializer.gen.d.ts +0 -34
- package/dist/sbapi/core/pathSerializer.gen.d.ts.map +0 -1
- package/dist/sbapi/core/pathSerializer.gen.js +0 -115
- package/dist/sbapi/core/pathSerializer.gen.js.map +0 -1
- package/dist/sbapi/core/queryKeySerializer.gen.d.ts +0 -19
- package/dist/sbapi/core/queryKeySerializer.gen.d.ts.map +0 -1
- package/dist/sbapi/core/queryKeySerializer.gen.js +0 -100
- package/dist/sbapi/core/queryKeySerializer.gen.js.map +0 -1
- package/dist/sbapi/core/serverSentEvents.gen.d.ts +0 -72
- package/dist/sbapi/core/serverSentEvents.gen.d.ts.map +0 -1
- package/dist/sbapi/core/serverSentEvents.gen.js +0 -138
- package/dist/sbapi/core/serverSentEvents.gen.js.map +0 -1
- package/dist/sbapi/core/types.gen.d.ts +0 -79
- package/dist/sbapi/core/types.gen.d.ts.map +0 -1
- package/dist/sbapi/core/types.gen.js +0 -3
- package/dist/sbapi/core/types.gen.js.map +0 -1
- package/dist/sbapi/core/utils.gen.d.ts +0 -20
- package/dist/sbapi/core/utils.gen.d.ts.map +0 -1
- package/dist/sbapi/core/utils.gen.js +0 -88
- package/dist/sbapi/core/utils.gen.js.map +0 -1
- package/dist/sbapi/index.d.ts +0 -3
- package/dist/sbapi/index.d.ts.map +0 -1
- package/dist/sbapi/index.js +0 -3
- package/dist/sbapi/index.js.map +0 -1
- package/dist/sbapi/schemas.gen.d.ts +0 -2322
- package/dist/sbapi/schemas.gen.d.ts.map +0 -1
- package/dist/sbapi/schemas.gen.js +0 -2596
- package/dist/sbapi/schemas.gen.js.map +0 -1
- package/dist/sbapi/sdk.gen.d.ts +0 -834
- package/dist/sbapi/sdk.gen.d.ts.map +0 -1
- package/dist/sbapi/sdk.gen.js +0 -2466
- package/dist/sbapi/sdk.gen.js.map +0 -1
- package/dist/sbapi/types.gen.d.ts +0 -11726
- package/dist/sbapi/types.gen.d.ts.map +0 -1
- package/dist/sbapi/types.gen.js +0 -3
- package/dist/sbapi/types.gen.js.map +0 -1
- package/dist/sbapi/zod.gen.d.ts +0 -8147
- package/dist/sbapi/zod.gen.d.ts.map +0 -1
- package/dist/sbapi/zod.gen.js +0 -6585
- package/dist/sbapi/zod.gen.js.map +0 -1
- package/src/sbapi/@tanstack/react-query.gen.ts +0 -6591
- package/src/sbapi/client/client.gen.ts +0 -311
- package/src/sbapi/client/index.ts +0 -25
- package/src/sbapi/client/types.gen.ts +0 -241
- package/src/sbapi/client/utils.gen.ts +0 -332
- package/src/sbapi/client.gen.ts +0 -16
- package/src/sbapi/core/auth.gen.ts +0 -42
- package/src/sbapi/core/bodySerializer.gen.ts +0 -100
- package/src/sbapi/core/params.gen.ts +0 -176
- package/src/sbapi/core/pathSerializer.gen.ts +0 -181
- package/src/sbapi/core/queryKeySerializer.gen.ts +0 -136
- package/src/sbapi/core/serverSentEvents.gen.ts +0 -266
- package/src/sbapi/core/types.gen.ts +0 -118
- package/src/sbapi/core/utils.gen.ts +0 -143
- package/src/sbapi/index.ts +0 -4
- package/src/sbapi/schemas.gen.ts +0 -2643
- package/src/sbapi/sdk.gen.ts +0 -2822
- package/src/sbapi/types.gen.ts +0 -12503
- package/src/sbapi/zod.gen.ts +0 -7021
|
@@ -9,33 +9,61 @@ export declare const publicAuditFindingSeveritySchema: z.ZodEnum<{
|
|
|
9
9
|
high: "high";
|
|
10
10
|
low: "low";
|
|
11
11
|
info: "info";
|
|
12
|
-
critical: "critical";
|
|
13
12
|
medium: "medium";
|
|
13
|
+
critical: "critical";
|
|
14
14
|
}>;
|
|
15
15
|
export declare const publicChatRoleSchema: z.ZodEnum<{
|
|
16
16
|
error: "error";
|
|
17
17
|
user: "user";
|
|
18
18
|
tool: "tool";
|
|
19
|
+
model: "model";
|
|
19
20
|
assistant: "assistant";
|
|
20
21
|
system: "system";
|
|
21
|
-
model: "model";
|
|
22
22
|
}>;
|
|
23
23
|
export declare const publicChatVisibilitySchema: z.ZodEnum<{
|
|
24
|
-
private: "private";
|
|
25
24
|
public: "public";
|
|
25
|
+
private: "private";
|
|
26
26
|
}>;
|
|
27
27
|
export declare const publicCloudAccountStatusSchema: z.ZodEnum<{
|
|
28
28
|
pending: "pending";
|
|
29
|
-
active: "active";
|
|
30
29
|
disabled: "disabled";
|
|
30
|
+
active: "active";
|
|
31
31
|
token_expired: "token_expired";
|
|
32
32
|
needs_reauth: "needs_reauth";
|
|
33
33
|
quota_exceeded: "quota_exceeded";
|
|
34
34
|
suspended: "suspended";
|
|
35
35
|
}>;
|
|
36
36
|
export declare const publicComputeNodeStatusSchema: z.ZodEnum<{
|
|
37
|
+
online: "online";
|
|
37
38
|
offline: "offline";
|
|
39
|
+
}>;
|
|
40
|
+
export declare const publicServerStatusSchema: z.ZodEnum<{
|
|
41
|
+
error: "error";
|
|
38
42
|
online: "online";
|
|
43
|
+
offline: "offline";
|
|
44
|
+
created: "created";
|
|
45
|
+
}>;
|
|
46
|
+
export declare const publicSysLogLevelSchema: z.ZodEnum<{
|
|
47
|
+
error: "error";
|
|
48
|
+
info: "info";
|
|
49
|
+
warn: "warn";
|
|
50
|
+
}>;
|
|
51
|
+
export declare const publicTaskCodeTypeSchema: z.ZodEnum<{
|
|
52
|
+
agent: "agent";
|
|
53
|
+
sql: "sql";
|
|
54
|
+
bash: "bash";
|
|
55
|
+
python: "python";
|
|
56
|
+
javascript: "javascript";
|
|
57
|
+
}>;
|
|
58
|
+
export declare const publicTaskStatusSchema: z.ZodEnum<{
|
|
59
|
+
running: "running";
|
|
60
|
+
queued: "queued";
|
|
61
|
+
failed: "failed";
|
|
62
|
+
cancelled: "cancelled";
|
|
63
|
+
pending: "pending";
|
|
64
|
+
draft: "draft";
|
|
65
|
+
completed: "completed";
|
|
66
|
+
paused: "paused";
|
|
39
67
|
}>;
|
|
40
68
|
export declare const publicTelegramLoginStepSchema: z.ZodEnum<{
|
|
41
69
|
success: "success";
|
|
@@ -47,13 +75,6 @@ export declare const publicTelegramLoginStepSchema: z.ZodEnum<{
|
|
|
47
75
|
need_2fa: "need_2fa";
|
|
48
76
|
fetch_info: "fetch_info";
|
|
49
77
|
}>;
|
|
50
|
-
export declare const publicWorkerStatusSchema: z.ZodEnum<{
|
|
51
|
-
running: "running";
|
|
52
|
-
starting: "starting";
|
|
53
|
-
stopping: "stopping";
|
|
54
|
-
stopped: "stopped";
|
|
55
|
-
offline: "offline";
|
|
56
|
-
}>;
|
|
57
78
|
export declare const jsonSchema: z.ZodSchema<Json>;
|
|
58
79
|
export declare const publicAdkAgentsRowSchema: z.ZodObject<{
|
|
59
80
|
avatar_url: z.ZodNullable<z.ZodString>;
|
|
@@ -339,8 +360,8 @@ export declare const publicAuditFindingsRowSchema: z.ZodObject<{
|
|
|
339
360
|
high: "high";
|
|
340
361
|
low: "low";
|
|
341
362
|
info: "info";
|
|
342
|
-
critical: "critical";
|
|
343
363
|
medium: "medium";
|
|
364
|
+
critical: "critical";
|
|
344
365
|
}>>;
|
|
345
366
|
status: z.ZodNullable<z.ZodString>;
|
|
346
367
|
task_id: z.ZodNullable<z.ZodString>;
|
|
@@ -359,8 +380,8 @@ export declare const publicAuditFindingsInsertSchema: z.ZodObject<{
|
|
|
359
380
|
high: "high";
|
|
360
381
|
low: "low";
|
|
361
382
|
info: "info";
|
|
362
|
-
critical: "critical";
|
|
363
383
|
medium: "medium";
|
|
384
|
+
critical: "critical";
|
|
364
385
|
}>>>;
|
|
365
386
|
status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
366
387
|
task_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -379,8 +400,8 @@ export declare const publicAuditFindingsUpdateSchema: z.ZodObject<{
|
|
|
379
400
|
high: "high";
|
|
380
401
|
low: "low";
|
|
381
402
|
info: "info";
|
|
382
|
-
critical: "critical";
|
|
383
403
|
medium: "medium";
|
|
404
|
+
critical: "critical";
|
|
384
405
|
}>>>;
|
|
385
406
|
status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
386
407
|
task_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -397,7 +418,7 @@ export declare const publicAuditFindingsRelationshipsSchema: z.ZodTuple<[z.ZodOb
|
|
|
397
418
|
foreignKeyName: z.ZodLiteral<"audit_findings_task_id_fkey">;
|
|
398
419
|
columns: z.ZodTuple<[z.ZodLiteral<"task_id">], null>;
|
|
399
420
|
isOneToOne: z.ZodLiteral<false>;
|
|
400
|
-
referencedRelation: z.ZodLiteral<"
|
|
421
|
+
referencedRelation: z.ZodLiteral<"tasks">;
|
|
401
422
|
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
402
423
|
}, z.core.$strip>], null>;
|
|
403
424
|
export declare const publicAuditPocsRowSchema: z.ZodObject<{
|
|
@@ -526,64 +547,6 @@ export declare const publicAuditSkillsRelationshipsSchema: z.ZodTuple<[z.ZodObje
|
|
|
526
547
|
referencedRelation: z.ZodLiteral<"audit_projects">;
|
|
527
548
|
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
528
549
|
}, z.core.$strip>], null>;
|
|
529
|
-
export declare const publicAuditTasksRowSchema: z.ZodObject<{
|
|
530
|
-
created_at: z.ZodString;
|
|
531
|
-
id: z.ZodString;
|
|
532
|
-
instructions: z.ZodNullable<z.ZodString>;
|
|
533
|
-
logs_url: z.ZodNullable<z.ZodString>;
|
|
534
|
-
project_id: z.ZodString;
|
|
535
|
-
result_summary: z.ZodNullable<z.ZodString>;
|
|
536
|
-
sandbox_id: z.ZodNullable<z.ZodString>;
|
|
537
|
-
skill_id: z.ZodNullable<z.ZodString>;
|
|
538
|
-
status: z.ZodNullable<z.ZodString>;
|
|
539
|
-
updated_at: z.ZodString;
|
|
540
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
541
|
-
}, z.core.$strip>;
|
|
542
|
-
export declare const publicAuditTasksInsertSchema: z.ZodObject<{
|
|
543
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
544
|
-
id: z.ZodOptional<z.ZodString>;
|
|
545
|
-
instructions: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
546
|
-
logs_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
547
|
-
project_id: z.ZodString;
|
|
548
|
-
result_summary: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
549
|
-
sandbox_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
550
|
-
skill_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
551
|
-
status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
552
|
-
updated_at: z.ZodOptional<z.ZodString>;
|
|
553
|
-
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
554
|
-
}, z.core.$strip>;
|
|
555
|
-
export declare const publicAuditTasksUpdateSchema: z.ZodObject<{
|
|
556
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
557
|
-
id: z.ZodOptional<z.ZodString>;
|
|
558
|
-
instructions: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
559
|
-
logs_url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
560
|
-
project_id: z.ZodOptional<z.ZodString>;
|
|
561
|
-
result_summary: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
562
|
-
sandbox_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
563
|
-
skill_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
564
|
-
status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
565
|
-
updated_at: z.ZodOptional<z.ZodString>;
|
|
566
|
-
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
567
|
-
}, z.core.$strip>;
|
|
568
|
-
export declare const publicAuditTasksRelationshipsSchema: z.ZodTuple<[z.ZodObject<{
|
|
569
|
-
foreignKeyName: z.ZodLiteral<"audit_tasks_project_id_fkey">;
|
|
570
|
-
columns: z.ZodTuple<[z.ZodLiteral<"project_id">], null>;
|
|
571
|
-
isOneToOne: z.ZodLiteral<false>;
|
|
572
|
-
referencedRelation: z.ZodLiteral<"audit_projects">;
|
|
573
|
-
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
574
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
575
|
-
foreignKeyName: z.ZodLiteral<"audit_tasks_sandbox_id_fkey">;
|
|
576
|
-
columns: z.ZodTuple<[z.ZodLiteral<"sandbox_id">], null>;
|
|
577
|
-
isOneToOne: z.ZodLiteral<false>;
|
|
578
|
-
referencedRelation: z.ZodLiteral<"resources">;
|
|
579
|
-
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
580
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
581
|
-
foreignKeyName: z.ZodLiteral<"audit_tasks_skill_id_fkey">;
|
|
582
|
-
columns: z.ZodTuple<[z.ZodLiteral<"skill_id">], null>;
|
|
583
|
-
isOneToOne: z.ZodLiteral<false>;
|
|
584
|
-
referencedRelation: z.ZodLiteral<"audit_skills">;
|
|
585
|
-
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
586
|
-
}, z.core.$strip>], null>;
|
|
587
550
|
export declare const publicBrowsersRowSchema: z.ZodObject<{
|
|
588
551
|
cdpUrl: z.ZodNullable<z.ZodString>;
|
|
589
552
|
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
@@ -688,9 +651,9 @@ export declare const publicChatMessagesRowSchema: z.ZodObject<{
|
|
|
688
651
|
error: "error";
|
|
689
652
|
user: "user";
|
|
690
653
|
tool: "tool";
|
|
654
|
+
model: "model";
|
|
691
655
|
assistant: "assistant";
|
|
692
656
|
system: "system";
|
|
693
|
-
model: "model";
|
|
694
657
|
}>;
|
|
695
658
|
updated_at: z.ZodString;
|
|
696
659
|
user_id: z.ZodNullable<z.ZodString>;
|
|
@@ -706,9 +669,9 @@ export declare const publicChatMessagesInsertSchema: z.ZodObject<{
|
|
|
706
669
|
error: "error";
|
|
707
670
|
user: "user";
|
|
708
671
|
tool: "tool";
|
|
672
|
+
model: "model";
|
|
709
673
|
assistant: "assistant";
|
|
710
674
|
system: "system";
|
|
711
|
-
model: "model";
|
|
712
675
|
}>>;
|
|
713
676
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
714
677
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -724,9 +687,9 @@ export declare const publicChatMessagesUpdateSchema: z.ZodObject<{
|
|
|
724
687
|
error: "error";
|
|
725
688
|
user: "user";
|
|
726
689
|
tool: "tool";
|
|
690
|
+
model: "model";
|
|
727
691
|
assistant: "assistant";
|
|
728
692
|
system: "system";
|
|
729
|
-
model: "model";
|
|
730
693
|
}>>;
|
|
731
694
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
732
695
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
@@ -749,8 +712,8 @@ export declare const publicChatsRowSchema: z.ZodObject<{
|
|
|
749
712
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
750
713
|
user_id: z.ZodNullable<z.ZodString>;
|
|
751
714
|
visibility: z.ZodEnum<{
|
|
752
|
-
private: "private";
|
|
753
715
|
public: "public";
|
|
716
|
+
private: "private";
|
|
754
717
|
}>;
|
|
755
718
|
}, z.core.$strip>;
|
|
756
719
|
export declare const publicChatsInsertSchema: z.ZodObject<{
|
|
@@ -764,8 +727,8 @@ export declare const publicChatsInsertSchema: z.ZodObject<{
|
|
|
764
727
|
updated_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
765
728
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
766
729
|
visibility: z.ZodOptional<z.ZodEnum<{
|
|
767
|
-
private: "private";
|
|
768
730
|
public: "public";
|
|
731
|
+
private: "private";
|
|
769
732
|
}>>;
|
|
770
733
|
}, z.core.$strip>;
|
|
771
734
|
export declare const publicChatsUpdateSchema: z.ZodObject<{
|
|
@@ -779,8 +742,8 @@ export declare const publicChatsUpdateSchema: z.ZodObject<{
|
|
|
779
742
|
updated_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
780
743
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
781
744
|
visibility: z.ZodOptional<z.ZodEnum<{
|
|
782
|
-
private: "private";
|
|
783
745
|
public: "public";
|
|
746
|
+
private: "private";
|
|
784
747
|
}>>;
|
|
785
748
|
}, z.core.$strip>;
|
|
786
749
|
export declare const publicCloudAccountsRowSchema: z.ZodObject<{
|
|
@@ -807,8 +770,8 @@ export declare const publicCloudAccountsRowSchema: z.ZodObject<{
|
|
|
807
770
|
session_data: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
808
771
|
status: z.ZodNullable<z.ZodEnum<{
|
|
809
772
|
pending: "pending";
|
|
810
|
-
active: "active";
|
|
811
773
|
disabled: "disabled";
|
|
774
|
+
active: "active";
|
|
812
775
|
token_expired: "token_expired";
|
|
813
776
|
needs_reauth: "needs_reauth";
|
|
814
777
|
quota_exceeded: "quota_exceeded";
|
|
@@ -846,8 +809,8 @@ export declare const publicCloudAccountsInsertSchema: z.ZodObject<{
|
|
|
846
809
|
session_data: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
847
810
|
status: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
848
811
|
pending: "pending";
|
|
849
|
-
active: "active";
|
|
850
812
|
disabled: "disabled";
|
|
813
|
+
active: "active";
|
|
851
814
|
token_expired: "token_expired";
|
|
852
815
|
needs_reauth: "needs_reauth";
|
|
853
816
|
quota_exceeded: "quota_exceeded";
|
|
@@ -885,8 +848,8 @@ export declare const publicCloudAccountsUpdateSchema: z.ZodObject<{
|
|
|
885
848
|
session_data: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
886
849
|
status: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
887
850
|
pending: "pending";
|
|
888
|
-
active: "active";
|
|
889
851
|
disabled: "disabled";
|
|
852
|
+
active: "active";
|
|
890
853
|
token_expired: "token_expired";
|
|
891
854
|
needs_reauth: "needs_reauth";
|
|
892
855
|
quota_exceeded: "quota_exceeded";
|
|
@@ -910,8 +873,8 @@ export declare const publicComputeNodesRowSchema: z.ZodObject<{
|
|
|
910
873
|
port: z.ZodNumber;
|
|
911
874
|
provider: z.ZodString;
|
|
912
875
|
status: z.ZodNullable<z.ZodEnum<{
|
|
913
|
-
offline: "offline";
|
|
914
876
|
online: "online";
|
|
877
|
+
offline: "offline";
|
|
915
878
|
}>>;
|
|
916
879
|
updated_at: z.ZodString;
|
|
917
880
|
user_id: z.ZodString;
|
|
@@ -927,8 +890,8 @@ export declare const publicComputeNodesInsertSchema: z.ZodObject<{
|
|
|
927
890
|
port: z.ZodOptional<z.ZodNumber>;
|
|
928
891
|
provider: z.ZodOptional<z.ZodString>;
|
|
929
892
|
status: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
930
|
-
offline: "offline";
|
|
931
893
|
online: "online";
|
|
894
|
+
offline: "offline";
|
|
932
895
|
}>>>;
|
|
933
896
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
934
897
|
user_id: z.ZodOptional<z.ZodString>;
|
|
@@ -944,8 +907,8 @@ export declare const publicComputeNodesUpdateSchema: z.ZodObject<{
|
|
|
944
907
|
port: z.ZodOptional<z.ZodNumber>;
|
|
945
908
|
provider: z.ZodOptional<z.ZodString>;
|
|
946
909
|
status: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
947
|
-
offline: "offline";
|
|
948
910
|
online: "online";
|
|
911
|
+
offline: "offline";
|
|
949
912
|
}>>>;
|
|
950
913
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
951
914
|
user_id: z.ZodOptional<z.ZodString>;
|
|
@@ -1335,72 +1298,56 @@ export declare const publicResourcesUpdateSchema: z.ZodObject<{
|
|
|
1335
1298
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1336
1299
|
}, z.core.$strip>;
|
|
1337
1300
|
export declare const publicServersRowSchema: z.ZodObject<{
|
|
1338
|
-
|
|
1301
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1339
1302
|
created_at: z.ZodString;
|
|
1340
|
-
host_id: z.ZodNullable<z.ZodString>;
|
|
1341
1303
|
id: z.ZodString;
|
|
1304
|
+
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
1342
1305
|
is_shared: z.ZodNullable<z.ZodBoolean>;
|
|
1343
|
-
latest_pull_at: z.ZodNullable<z.ZodString>;
|
|
1344
1306
|
name: z.ZodNullable<z.ZodString>;
|
|
1345
|
-
runtime: z.ZodNullable<z.ZodString>;
|
|
1346
1307
|
state: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1347
1308
|
status: z.ZodNullable<z.ZodEnum<{
|
|
1348
|
-
|
|
1349
|
-
|
|
1350
|
-
stopping: "stopping";
|
|
1351
|
-
stopped: "stopped";
|
|
1309
|
+
error: "error";
|
|
1310
|
+
online: "online";
|
|
1352
1311
|
offline: "offline";
|
|
1312
|
+
created: "created";
|
|
1353
1313
|
}>>;
|
|
1354
1314
|
updated_at: z.ZodString;
|
|
1355
1315
|
user_id: z.ZodNullable<z.ZodString>;
|
|
1356
1316
|
}, z.core.$strip>;
|
|
1357
1317
|
export declare const publicServersInsertSchema: z.ZodObject<{
|
|
1358
|
-
|
|
1318
|
+
config: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1359
1319
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1360
|
-
host_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1361
1320
|
id: z.ZodString;
|
|
1321
|
+
is_public: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1362
1322
|
is_shared: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1363
|
-
latest_pull_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1364
1323
|
name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1365
|
-
runtime: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1366
1324
|
state: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1367
1325
|
status: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
stopping: "stopping";
|
|
1371
|
-
stopped: "stopped";
|
|
1326
|
+
error: "error";
|
|
1327
|
+
online: "online";
|
|
1372
1328
|
offline: "offline";
|
|
1329
|
+
created: "created";
|
|
1373
1330
|
}>>>;
|
|
1374
1331
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1375
1332
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1376
1333
|
}, z.core.$strip>;
|
|
1377
1334
|
export declare const publicServersUpdateSchema: z.ZodObject<{
|
|
1378
|
-
|
|
1335
|
+
config: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1379
1336
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1380
|
-
host_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1381
1337
|
id: z.ZodOptional<z.ZodString>;
|
|
1338
|
+
is_public: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1382
1339
|
is_shared: z.ZodNullable<z.ZodOptional<z.ZodBoolean>>;
|
|
1383
|
-
latest_pull_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1384
1340
|
name: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1385
|
-
runtime: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1386
1341
|
state: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1387
1342
|
status: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1388
|
-
|
|
1389
|
-
|
|
1390
|
-
stopping: "stopping";
|
|
1391
|
-
stopped: "stopped";
|
|
1343
|
+
error: "error";
|
|
1344
|
+
online: "online";
|
|
1392
1345
|
offline: "offline";
|
|
1346
|
+
created: "created";
|
|
1393
1347
|
}>>>;
|
|
1394
1348
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1395
1349
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1396
1350
|
}, z.core.$strip>;
|
|
1397
|
-
export declare const publicServersRelationshipsSchema: z.ZodTuple<[z.ZodObject<{
|
|
1398
|
-
foreignKeyName: z.ZodLiteral<"workers_host_id_fkey">;
|
|
1399
|
-
columns: z.ZodTuple<[z.ZodLiteral<"host_id">], null>;
|
|
1400
|
-
isOneToOne: z.ZodLiteral<false>;
|
|
1401
|
-
referencedRelation: z.ZodLiteral<"compute_nodes">;
|
|
1402
|
-
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
1403
|
-
}, z.core.$strip>], null>;
|
|
1404
1351
|
export declare const publicSysConfigRowSchema: z.ZodObject<{
|
|
1405
1352
|
created_at: z.ZodNullable<z.ZodString>;
|
|
1406
1353
|
description: z.ZodNullable<z.ZodString>;
|
|
@@ -1424,25 +1371,49 @@ export declare const publicSysConfigUpdateSchema: z.ZodObject<{
|
|
|
1424
1371
|
}, z.core.$strip>;
|
|
1425
1372
|
export declare const publicSysLogsRowSchema: z.ZodObject<{
|
|
1426
1373
|
created_at: z.ZodString;
|
|
1374
|
+
event_type: z.ZodNullable<z.ZodString>;
|
|
1427
1375
|
id: z.ZodNumber;
|
|
1428
|
-
level: z.ZodNullable<z.
|
|
1376
|
+
level: z.ZodNullable<z.ZodEnum<{
|
|
1377
|
+
error: "error";
|
|
1378
|
+
info: "info";
|
|
1379
|
+
warn: "warn";
|
|
1380
|
+
}>>;
|
|
1381
|
+
meta: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1429
1382
|
module: z.ZodNullable<z.ZodString>;
|
|
1383
|
+
resource_id: z.ZodNullable<z.ZodString>;
|
|
1384
|
+
resource_type: z.ZodNullable<z.ZodString>;
|
|
1430
1385
|
text: z.ZodNullable<z.ZodString>;
|
|
1431
1386
|
user_id: z.ZodNullable<z.ZodString>;
|
|
1432
1387
|
}, z.core.$strip>;
|
|
1433
1388
|
export declare const publicSysLogsInsertSchema: z.ZodObject<{
|
|
1434
1389
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1390
|
+
event_type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1435
1391
|
id: z.ZodOptional<z.ZodNumber>;
|
|
1436
|
-
level: z.ZodNullable<z.ZodOptional<z.
|
|
1392
|
+
level: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1393
|
+
error: "error";
|
|
1394
|
+
info: "info";
|
|
1395
|
+
warn: "warn";
|
|
1396
|
+
}>>>;
|
|
1397
|
+
meta: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1437
1398
|
module: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1399
|
+
resource_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1400
|
+
resource_type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1438
1401
|
text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1439
1402
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1440
1403
|
}, z.core.$strip>;
|
|
1441
1404
|
export declare const publicSysLogsUpdateSchema: z.ZodObject<{
|
|
1442
1405
|
created_at: z.ZodOptional<z.ZodString>;
|
|
1406
|
+
event_type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1443
1407
|
id: z.ZodOptional<z.ZodNumber>;
|
|
1444
|
-
level: z.ZodNullable<z.ZodOptional<z.
|
|
1408
|
+
level: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1409
|
+
error: "error";
|
|
1410
|
+
info: "info";
|
|
1411
|
+
warn: "warn";
|
|
1412
|
+
}>>>;
|
|
1413
|
+
meta: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1445
1414
|
module: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1415
|
+
resource_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1416
|
+
resource_type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1446
1417
|
text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1447
1418
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1448
1419
|
}, z.core.$strip>;
|
|
@@ -1491,6 +1462,190 @@ export declare const publicTagsUpdateSchema: z.ZodObject<{
|
|
|
1491
1462
|
updated_at: z.ZodOptional<z.ZodString>;
|
|
1492
1463
|
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1493
1464
|
}, z.core.$strip>;
|
|
1465
|
+
export declare const publicTasksRowSchema: z.ZodObject<{
|
|
1466
|
+
code: z.ZodNullable<z.ZodString>;
|
|
1467
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
1468
|
+
agent: "agent";
|
|
1469
|
+
sql: "sql";
|
|
1470
|
+
bash: "bash";
|
|
1471
|
+
python: "python";
|
|
1472
|
+
javascript: "javascript";
|
|
1473
|
+
}>>;
|
|
1474
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
1475
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
1476
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
1477
|
+
created_at: z.ZodString;
|
|
1478
|
+
description: z.ZodNullable<z.ZodString>;
|
|
1479
|
+
error: z.ZodNullable<z.ZodString>;
|
|
1480
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
1481
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
1482
|
+
id: z.ZodString;
|
|
1483
|
+
max_retries: z.ZodNumber;
|
|
1484
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
1485
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
1486
|
+
priority: z.ZodNumber;
|
|
1487
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1488
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
1489
|
+
retry_count: z.ZodNumber;
|
|
1490
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
1491
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
1492
|
+
status: z.ZodEnum<{
|
|
1493
|
+
running: "running";
|
|
1494
|
+
queued: "queued";
|
|
1495
|
+
failed: "failed";
|
|
1496
|
+
cancelled: "cancelled";
|
|
1497
|
+
pending: "pending";
|
|
1498
|
+
draft: "draft";
|
|
1499
|
+
completed: "completed";
|
|
1500
|
+
paused: "paused";
|
|
1501
|
+
}>;
|
|
1502
|
+
tags: z.ZodArray<z.ZodString>;
|
|
1503
|
+
title: z.ZodString;
|
|
1504
|
+
updated_at: z.ZodString;
|
|
1505
|
+
user_id: z.ZodString;
|
|
1506
|
+
}, z.core.$strip>;
|
|
1507
|
+
export declare const publicTasksInsertSchema: z.ZodObject<{
|
|
1508
|
+
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1509
|
+
code_type: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1510
|
+
agent: "agent";
|
|
1511
|
+
sql: "sql";
|
|
1512
|
+
bash: "bash";
|
|
1513
|
+
python: "python";
|
|
1514
|
+
javascript: "javascript";
|
|
1515
|
+
}>>>;
|
|
1516
|
+
completed_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1517
|
+
context_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1518
|
+
context_type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1519
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
1520
|
+
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1521
|
+
error: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1522
|
+
executor_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1523
|
+
executor_type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1524
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1525
|
+
max_retries: z.ZodOptional<z.ZodNumber>;
|
|
1526
|
+
meta: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1527
|
+
parent_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1528
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
1529
|
+
result: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1530
|
+
result_text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1531
|
+
retry_count: z.ZodOptional<z.ZodNumber>;
|
|
1532
|
+
scheduled_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1533
|
+
started_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1534
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1535
|
+
running: "running";
|
|
1536
|
+
queued: "queued";
|
|
1537
|
+
failed: "failed";
|
|
1538
|
+
cancelled: "cancelled";
|
|
1539
|
+
pending: "pending";
|
|
1540
|
+
draft: "draft";
|
|
1541
|
+
completed: "completed";
|
|
1542
|
+
paused: "paused";
|
|
1543
|
+
}>>;
|
|
1544
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1545
|
+
title: z.ZodString;
|
|
1546
|
+
updated_at: z.ZodOptional<z.ZodString>;
|
|
1547
|
+
user_id: z.ZodString;
|
|
1548
|
+
}, z.core.$strip>;
|
|
1549
|
+
export declare const publicTasksUpdateSchema: z.ZodObject<{
|
|
1550
|
+
code: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1551
|
+
code_type: z.ZodNullable<z.ZodOptional<z.ZodEnum<{
|
|
1552
|
+
agent: "agent";
|
|
1553
|
+
sql: "sql";
|
|
1554
|
+
bash: "bash";
|
|
1555
|
+
python: "python";
|
|
1556
|
+
javascript: "javascript";
|
|
1557
|
+
}>>>;
|
|
1558
|
+
completed_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1559
|
+
context_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1560
|
+
context_type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1561
|
+
created_at: z.ZodOptional<z.ZodString>;
|
|
1562
|
+
description: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1563
|
+
error: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1564
|
+
executor_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1565
|
+
executor_type: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1566
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1567
|
+
max_retries: z.ZodOptional<z.ZodNumber>;
|
|
1568
|
+
meta: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1569
|
+
parent_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1570
|
+
priority: z.ZodOptional<z.ZodNumber>;
|
|
1571
|
+
result: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1572
|
+
result_text: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1573
|
+
retry_count: z.ZodOptional<z.ZodNumber>;
|
|
1574
|
+
scheduled_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1575
|
+
started_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1576
|
+
status: z.ZodOptional<z.ZodEnum<{
|
|
1577
|
+
running: "running";
|
|
1578
|
+
queued: "queued";
|
|
1579
|
+
failed: "failed";
|
|
1580
|
+
cancelled: "cancelled";
|
|
1581
|
+
pending: "pending";
|
|
1582
|
+
draft: "draft";
|
|
1583
|
+
completed: "completed";
|
|
1584
|
+
paused: "paused";
|
|
1585
|
+
}>>;
|
|
1586
|
+
tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
1587
|
+
title: z.ZodOptional<z.ZodString>;
|
|
1588
|
+
updated_at: z.ZodOptional<z.ZodString>;
|
|
1589
|
+
user_id: z.ZodOptional<z.ZodString>;
|
|
1590
|
+
}, z.core.$strip>;
|
|
1591
|
+
export declare const publicTasksRelationshipsSchema: z.ZodTuple<[z.ZodObject<{
|
|
1592
|
+
foreignKeyName: z.ZodLiteral<"tasks_parent_id_fkey">;
|
|
1593
|
+
columns: z.ZodTuple<[z.ZodLiteral<"parent_id">], null>;
|
|
1594
|
+
isOneToOne: z.ZodLiteral<false>;
|
|
1595
|
+
referencedRelation: z.ZodLiteral<"tasks">;
|
|
1596
|
+
referencedColumns: z.ZodTuple<[z.ZodLiteral<"id">], null>;
|
|
1597
|
+
}, z.core.$strip>], null>;
|
|
1598
|
+
export declare const publicTrafficLogsRowSchema: z.ZodObject<{
|
|
1599
|
+
client_ip: z.ZodNullable<z.ZodString>;
|
|
1600
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
1601
|
+
error: z.ZodNullable<z.ZodString>;
|
|
1602
|
+
host: z.ZodNullable<z.ZodString>;
|
|
1603
|
+
id: z.ZodString;
|
|
1604
|
+
method: z.ZodNullable<z.ZodString>;
|
|
1605
|
+
path: z.ZodNullable<z.ZodString>;
|
|
1606
|
+
request_headers: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1607
|
+
response_headers: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1608
|
+
scheme: z.ZodNullable<z.ZodString>;
|
|
1609
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
1610
|
+
status_code: z.ZodNullable<z.ZodNumber>;
|
|
1611
|
+
url: z.ZodNullable<z.ZodString>;
|
|
1612
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
1613
|
+
worker_id: z.ZodNullable<z.ZodString>;
|
|
1614
|
+
}, z.core.$strip>;
|
|
1615
|
+
export declare const publicTrafficLogsInsertSchema: z.ZodObject<{
|
|
1616
|
+
client_ip: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1617
|
+
created_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1618
|
+
error: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1619
|
+
host: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1620
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1621
|
+
method: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1622
|
+
path: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1623
|
+
request_headers: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1624
|
+
response_headers: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1625
|
+
scheme: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1626
|
+
started_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1627
|
+
status_code: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1628
|
+
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1629
|
+
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1630
|
+
worker_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1631
|
+
}, z.core.$strip>;
|
|
1632
|
+
export declare const publicTrafficLogsUpdateSchema: z.ZodObject<{
|
|
1633
|
+
client_ip: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1634
|
+
created_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1635
|
+
error: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1636
|
+
host: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1637
|
+
id: z.ZodOptional<z.ZodString>;
|
|
1638
|
+
method: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1639
|
+
path: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1640
|
+
request_headers: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1641
|
+
response_headers: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1642
|
+
scheme: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1643
|
+
started_at: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1644
|
+
status_code: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
|
|
1645
|
+
url: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1646
|
+
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1647
|
+
worker_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1648
|
+
}, z.core.$strip>;
|
|
1494
1649
|
export declare const publicUserLogsRowSchema: z.ZodObject<{
|
|
1495
1650
|
content: z.ZodNullable<z.ZodString>;
|
|
1496
1651
|
created_at: z.ZodNullable<z.ZodString>;
|
|
@@ -1611,45 +1766,6 @@ export declare const publicUserRolesUpdateSchema: z.ZodObject<{
|
|
|
1611
1766
|
}>>;
|
|
1612
1767
|
user_id: z.ZodOptional<z.ZodString>;
|
|
1613
1768
|
}, z.core.$strip>;
|
|
1614
|
-
export declare const publicWorkerTasksRowSchema: z.ZodObject<{
|
|
1615
|
-
created_at: z.ZodString;
|
|
1616
|
-
error: z.ZodNullable<z.ZodString>;
|
|
1617
|
-
id: z.ZodString;
|
|
1618
|
-
payload: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
1619
|
-
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1620
|
-
session_id: z.ZodNullable<z.ZodString>;
|
|
1621
|
-
status: z.ZodNullable<z.ZodString>;
|
|
1622
|
-
type: z.ZodString;
|
|
1623
|
-
updated_at: z.ZodString;
|
|
1624
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
1625
|
-
worker_id: z.ZodNullable<z.ZodString>;
|
|
1626
|
-
}, z.core.$strip>;
|
|
1627
|
-
export declare const publicWorkerTasksInsertSchema: z.ZodObject<{
|
|
1628
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
1629
|
-
error: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1630
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1631
|
-
payload: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
1632
|
-
result: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1633
|
-
session_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1634
|
-
status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1635
|
-
type: z.ZodString;
|
|
1636
|
-
updated_at: z.ZodOptional<z.ZodString>;
|
|
1637
|
-
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1638
|
-
worker_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1639
|
-
}, z.core.$strip>;
|
|
1640
|
-
export declare const publicWorkerTasksUpdateSchema: z.ZodObject<{
|
|
1641
|
-
created_at: z.ZodOptional<z.ZodString>;
|
|
1642
|
-
error: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1643
|
-
id: z.ZodOptional<z.ZodString>;
|
|
1644
|
-
payload: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1645
|
-
result: z.ZodNullable<z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
1646
|
-
session_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1647
|
-
status: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1648
|
-
type: z.ZodOptional<z.ZodString>;
|
|
1649
|
-
updated_at: z.ZodOptional<z.ZodString>;
|
|
1650
|
-
user_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1651
|
-
worker_id: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1652
|
-
}, z.core.$strip>;
|
|
1653
1769
|
export declare const publicSysConfigGetArgsSchema: z.ZodObject<{
|
|
1654
1770
|
p_key: z.ZodString;
|
|
1655
1771
|
}, z.core.$strip>;
|
|
@@ -1693,9 +1809,9 @@ export declare const publicAdkArtifactListKeysArgsSchema: z.ZodObject<{
|
|
|
1693
1809
|
p_session_id: z.ZodString;
|
|
1694
1810
|
p_user_id: z.ZodString;
|
|
1695
1811
|
}, z.core.$strip>;
|
|
1696
|
-
export declare const
|
|
1697
|
-
filename: z.ZodString
|
|
1698
|
-
}, z.core.$strip
|
|
1812
|
+
export declare const publicAdkArtifactKeyRecordSchema: z.ZodObject<{
|
|
1813
|
+
filename: z.ZodNullable<z.ZodString>;
|
|
1814
|
+
}, z.core.$strip>;
|
|
1699
1815
|
export declare const publicAdkArtifactListVersionsMetaArgsSchema: z.ZodObject<{
|
|
1700
1816
|
p_app_name: z.ZodString;
|
|
1701
1817
|
p_filename: z.ZodString;
|
|
@@ -1884,11 +2000,14 @@ export declare const publicAuditArtifactListReturnsSchema: z.ZodArray<z.ZodObjec
|
|
|
1884
2000
|
user_id: z.ZodString;
|
|
1885
2001
|
version: z.ZodNumber;
|
|
1886
2002
|
}, z.core.$strip>>;
|
|
1887
|
-
export declare const
|
|
2003
|
+
export declare const publicAuditAssetListCursorArgsSchema: z.ZodObject<{
|
|
2004
|
+
p_cursor: z.ZodOptional<z.ZodString>;
|
|
2005
|
+
p_cursor_id: z.ZodOptional<z.ZodString>;
|
|
2006
|
+
p_kw: z.ZodOptional<z.ZodString>;
|
|
2007
|
+
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
1888
2008
|
p_project_id: z.ZodString;
|
|
1889
|
-
p_type: z.ZodOptional<z.ZodString>;
|
|
1890
2009
|
}, z.core.$strip>;
|
|
1891
|
-
export declare const
|
|
2010
|
+
export declare const publicAuditAssetListCursorReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
1892
2011
|
content: z.ZodString;
|
|
1893
2012
|
created_at: z.ZodString;
|
|
1894
2013
|
id: z.ZodString;
|
|
@@ -1898,47 +2017,7 @@ export declare const publicAuditAssetListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
1898
2017
|
type: z.ZodString;
|
|
1899
2018
|
updated_at: z.ZodString;
|
|
1900
2019
|
}, z.core.$strip>>;
|
|
1901
|
-
export declare const
|
|
1902
|
-
p_cursor: z.ZodOptional<z.ZodString>;
|
|
1903
|
-
p_cursor_id: z.ZodOptional<z.ZodString>;
|
|
1904
|
-
p_kw: z.ZodOptional<z.ZodString>;
|
|
1905
|
-
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
1906
|
-
p_project_id: z.ZodString;
|
|
1907
|
-
}, z.core.$strip>;
|
|
1908
|
-
export declare const publicAuditAssetListCursorReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
1909
|
-
content: z.ZodString;
|
|
1910
|
-
created_at: z.ZodString;
|
|
1911
|
-
id: z.ZodString;
|
|
1912
|
-
metadata: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
1913
|
-
project_id: z.ZodString;
|
|
1914
|
-
status: z.ZodNullable<z.ZodString>;
|
|
1915
|
-
type: z.ZodString;
|
|
1916
|
-
updated_at: z.ZodString;
|
|
1917
|
-
}, z.core.$strip>>;
|
|
1918
|
-
export declare const publicAuditFindingListArgsSchema: z.ZodObject<{
|
|
1919
|
-
p_project_id: z.ZodString;
|
|
1920
|
-
}, z.core.$strip>;
|
|
1921
|
-
export declare const publicAuditFindingListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
1922
|
-
ai_analysis: z.ZodNullable<z.ZodString>;
|
|
1923
|
-
created_at: z.ZodString;
|
|
1924
|
-
description: z.ZodNullable<z.ZodString>;
|
|
1925
|
-
id: z.ZodString;
|
|
1926
|
-
project_id: z.ZodString;
|
|
1927
|
-
proof_poc: z.ZodNullable<z.ZodString>;
|
|
1928
|
-
remediation: z.ZodNullable<z.ZodString>;
|
|
1929
|
-
severity: z.ZodNullable<z.ZodEnum<{
|
|
1930
|
-
high: "high";
|
|
1931
|
-
low: "low";
|
|
1932
|
-
info: "info";
|
|
1933
|
-
critical: "critical";
|
|
1934
|
-
medium: "medium";
|
|
1935
|
-
}>>;
|
|
1936
|
-
status: z.ZodNullable<z.ZodString>;
|
|
1937
|
-
task_id: z.ZodNullable<z.ZodString>;
|
|
1938
|
-
title: z.ZodString;
|
|
1939
|
-
updated_at: z.ZodString;
|
|
1940
|
-
}, z.core.$strip>>;
|
|
1941
|
-
export declare const publicAuditFindingListCursorArgsSchema: z.ZodObject<{
|
|
2020
|
+
export declare const publicAuditFindingListCursorArgsSchema: z.ZodObject<{
|
|
1942
2021
|
p_cursor: z.ZodOptional<z.ZodString>;
|
|
1943
2022
|
p_cursor_id: z.ZodOptional<z.ZodString>;
|
|
1944
2023
|
p_kw: z.ZodOptional<z.ZodString>;
|
|
@@ -1957,8 +2036,8 @@ export declare const publicAuditFindingListCursorReturnsSchema: z.ZodArray<z.Zod
|
|
|
1957
2036
|
high: "high";
|
|
1958
2037
|
low: "low";
|
|
1959
2038
|
info: "info";
|
|
1960
|
-
critical: "critical";
|
|
1961
2039
|
medium: "medium";
|
|
2040
|
+
critical: "critical";
|
|
1962
2041
|
}>>;
|
|
1963
2042
|
status: z.ZodNullable<z.ZodString>;
|
|
1964
2043
|
task_id: z.ZodNullable<z.ZodString>;
|
|
@@ -1981,12 +2060,12 @@ export declare const publicAuditProjectCountReturnsSchema: z.ZodNumber;
|
|
|
1981
2060
|
export declare const publicAuditProjectDashboardStatsArgsSchema: z.ZodObject<{
|
|
1982
2061
|
p_project_id: z.ZodString;
|
|
1983
2062
|
}, z.core.$strip>;
|
|
1984
|
-
export declare const
|
|
1985
|
-
asset_count: z.ZodNumber
|
|
1986
|
-
finding_count: z.ZodNumber
|
|
1987
|
-
high_risk_count: z.ZodNumber
|
|
1988
|
-
task_count: z.ZodNumber
|
|
1989
|
-
}, z.core.$strip
|
|
2063
|
+
export declare const publicAuditProjectStatsRecordSchema: z.ZodObject<{
|
|
2064
|
+
asset_count: z.ZodNullable<z.ZodNumber>;
|
|
2065
|
+
finding_count: z.ZodNullable<z.ZodNumber>;
|
|
2066
|
+
high_risk_count: z.ZodNullable<z.ZodNumber>;
|
|
2067
|
+
task_count: z.ZodNullable<z.ZodNumber>;
|
|
2068
|
+
}, z.core.$strip>;
|
|
1990
2069
|
export declare const publicAuditProjectDeleteArgsSchema: z.ZodObject<{
|
|
1991
2070
|
p_id: z.ZodString;
|
|
1992
2071
|
}, z.core.$strip>;
|
|
@@ -1994,33 +2073,33 @@ export declare const publicAuditProjectDeleteReturnsSchema: z.ZodUndefined;
|
|
|
1994
2073
|
export declare const publicAuditProjectGetArgsSchema: z.ZodObject<{
|
|
1995
2074
|
p_id: z.ZodString;
|
|
1996
2075
|
}, z.core.$strip>;
|
|
1997
|
-
export declare const
|
|
1998
|
-
|
|
1999
|
-
created_at: z.ZodString
|
|
2000
|
-
|
|
2001
|
-
|
|
2002
|
-
|
|
2003
|
-
repo_url: z.ZodNullable<z.ZodString>;
|
|
2076
|
+
export declare const publicAuditProjectRecordSchema: z.ZodObject<{
|
|
2077
|
+
id: z.ZodNullable<z.ZodString>;
|
|
2078
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
2079
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
2080
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
2081
|
+
name: z.ZodNullable<z.ZodString>;
|
|
2004
2082
|
target: z.ZodNullable<z.ZodString>;
|
|
2005
|
-
|
|
2006
|
-
|
|
2083
|
+
repo_url: z.ZodNullable<z.ZodString>;
|
|
2084
|
+
repo_branch: z.ZodNullable<z.ZodString>;
|
|
2085
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2007
2086
|
worker_id: z.ZodNullable<z.ZodString>;
|
|
2008
|
-
}, z.core.$strip
|
|
2087
|
+
}, z.core.$strip>;
|
|
2009
2088
|
export declare const publicAuditProjectListArgsSchema: z.ZodObject<{
|
|
2010
2089
|
p_kw: z.ZodOptional<z.ZodString>;
|
|
2011
2090
|
p_page_no: z.ZodOptional<z.ZodNumber>;
|
|
2012
2091
|
p_page_size: z.ZodOptional<z.ZodNumber>;
|
|
2013
2092
|
}, z.core.$strip>;
|
|
2014
2093
|
export declare const publicAuditProjectListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2015
|
-
|
|
2016
|
-
created_at: z.ZodString
|
|
2017
|
-
|
|
2018
|
-
|
|
2019
|
-
|
|
2020
|
-
repo_url: z.ZodNullable<z.ZodString>;
|
|
2094
|
+
id: z.ZodNullable<z.ZodString>;
|
|
2095
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
2096
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
2097
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
2098
|
+
name: z.ZodNullable<z.ZodString>;
|
|
2021
2099
|
target: z.ZodNullable<z.ZodString>;
|
|
2022
|
-
|
|
2023
|
-
|
|
2100
|
+
repo_url: z.ZodNullable<z.ZodString>;
|
|
2101
|
+
repo_branch: z.ZodNullable<z.ZodString>;
|
|
2102
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2024
2103
|
worker_id: z.ZodNullable<z.ZodString>;
|
|
2025
2104
|
}, z.core.$strip>>;
|
|
2026
2105
|
export declare const publicAuditProjectListCursorArgsSchema: z.ZodObject<{
|
|
@@ -2030,17 +2109,27 @@ export declare const publicAuditProjectListCursorArgsSchema: z.ZodObject<{
|
|
|
2030
2109
|
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
2031
2110
|
}, z.core.$strip>;
|
|
2032
2111
|
export declare const publicAuditProjectListCursorReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2033
|
-
|
|
2034
|
-
created_at: z.ZodString
|
|
2035
|
-
|
|
2036
|
-
|
|
2037
|
-
|
|
2038
|
-
repo_url: z.ZodNullable<z.ZodString>;
|
|
2112
|
+
id: z.ZodNullable<z.ZodString>;
|
|
2113
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
2114
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
2115
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
2116
|
+
name: z.ZodNullable<z.ZodString>;
|
|
2039
2117
|
target: z.ZodNullable<z.ZodString>;
|
|
2040
|
-
|
|
2041
|
-
|
|
2118
|
+
repo_url: z.ZodNullable<z.ZodString>;
|
|
2119
|
+
repo_branch: z.ZodNullable<z.ZodString>;
|
|
2120
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2042
2121
|
worker_id: z.ZodNullable<z.ZodString>;
|
|
2043
2122
|
}, z.core.$strip>>;
|
|
2123
|
+
export declare const publicAuditProjectUpsertArgsSchema: z.ZodObject<{
|
|
2124
|
+
p_config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2125
|
+
p_id: z.ZodString;
|
|
2126
|
+
p_name: z.ZodString;
|
|
2127
|
+
p_repo_branch: z.ZodOptional<z.ZodString>;
|
|
2128
|
+
p_repo_url: z.ZodOptional<z.ZodString>;
|
|
2129
|
+
p_target: z.ZodOptional<z.ZodString>;
|
|
2130
|
+
p_worker_id: z.ZodOptional<z.ZodString>;
|
|
2131
|
+
}, z.core.$strip>;
|
|
2132
|
+
export declare const publicAuditProjectUpsertReturnsSchema: z.ZodString;
|
|
2044
2133
|
export declare const publicAuditSkillListArgsSchema: z.ZodObject<{
|
|
2045
2134
|
p_project_id: z.ZodString;
|
|
2046
2135
|
}, z.core.$strip>;
|
|
@@ -2056,61 +2145,6 @@ export declare const publicAuditSkillListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
2056
2145
|
updated_at: z.ZodString;
|
|
2057
2146
|
version: z.ZodNullable<z.ZodString>;
|
|
2058
2147
|
}, z.core.$strip>>;
|
|
2059
|
-
export declare const publicAuditTaskGetArgsSchema: z.ZodObject<{
|
|
2060
|
-
p_id: z.ZodString;
|
|
2061
|
-
}, z.core.$strip>;
|
|
2062
|
-
export declare const publicAuditTaskGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2063
|
-
created_at: z.ZodString;
|
|
2064
|
-
id: z.ZodString;
|
|
2065
|
-
instructions: z.ZodNullable<z.ZodString>;
|
|
2066
|
-
logs_url: z.ZodNullable<z.ZodString>;
|
|
2067
|
-
project_id: z.ZodString;
|
|
2068
|
-
result_summary: z.ZodNullable<z.ZodString>;
|
|
2069
|
-
sandbox_id: z.ZodNullable<z.ZodString>;
|
|
2070
|
-
skill_id: z.ZodNullable<z.ZodString>;
|
|
2071
|
-
status: z.ZodNullable<z.ZodString>;
|
|
2072
|
-
updated_at: z.ZodString;
|
|
2073
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
2074
|
-
}, z.core.$strip>>;
|
|
2075
|
-
export declare const publicAuditTaskListArgsSchema: z.ZodObject<{
|
|
2076
|
-
p_project_id: z.ZodString;
|
|
2077
|
-
}, z.core.$strip>;
|
|
2078
|
-
export declare const publicAuditTaskListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2079
|
-
created_at: z.ZodString;
|
|
2080
|
-
id: z.ZodString;
|
|
2081
|
-
instructions: z.ZodNullable<z.ZodString>;
|
|
2082
|
-
logs_url: z.ZodNullable<z.ZodString>;
|
|
2083
|
-
project_id: z.ZodString;
|
|
2084
|
-
result_summary: z.ZodNullable<z.ZodString>;
|
|
2085
|
-
sandbox_id: z.ZodNullable<z.ZodString>;
|
|
2086
|
-
skill_id: z.ZodNullable<z.ZodString>;
|
|
2087
|
-
status: z.ZodNullable<z.ZodString>;
|
|
2088
|
-
updated_at: z.ZodString;
|
|
2089
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
2090
|
-
}, z.core.$strip>>;
|
|
2091
|
-
export declare const publicAuditTaskUpsertArgsSchema: z.ZodObject<{
|
|
2092
|
-
p_id: z.ZodString;
|
|
2093
|
-
p_instructions: z.ZodString;
|
|
2094
|
-
p_logs_url: z.ZodOptional<z.ZodString>;
|
|
2095
|
-
p_project_id: z.ZodString;
|
|
2096
|
-
p_result_summary: z.ZodOptional<z.ZodString>;
|
|
2097
|
-
p_sandbox_id: z.ZodOptional<z.ZodString>;
|
|
2098
|
-
p_skill_id: z.ZodOptional<z.ZodString>;
|
|
2099
|
-
p_status: z.ZodOptional<z.ZodString>;
|
|
2100
|
-
}, z.core.$strip>;
|
|
2101
|
-
export declare const publicAuditTaskUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2102
|
-
created_at: z.ZodString;
|
|
2103
|
-
id: z.ZodString;
|
|
2104
|
-
instructions: z.ZodNullable<z.ZodString>;
|
|
2105
|
-
logs_url: z.ZodNullable<z.ZodString>;
|
|
2106
|
-
project_id: z.ZodString;
|
|
2107
|
-
result_summary: z.ZodNullable<z.ZodString>;
|
|
2108
|
-
sandbox_id: z.ZodNullable<z.ZodString>;
|
|
2109
|
-
skill_id: z.ZodNullable<z.ZodString>;
|
|
2110
|
-
status: z.ZodNullable<z.ZodString>;
|
|
2111
|
-
updated_at: z.ZodString;
|
|
2112
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
2113
|
-
}, z.core.$strip>>;
|
|
2114
2148
|
export declare const publicAuthRoleArgsSchema: z.ZodNever;
|
|
2115
2149
|
export declare const publicAuthRoleReturnsSchema: z.ZodString;
|
|
2116
2150
|
export declare const publicBrowserDeleteArgsSchema: z.ZodObject<{
|
|
@@ -2125,26 +2159,28 @@ export declare const publicBrowserEnsureAssociationReturnsSchema: z.ZodType<Json
|
|
|
2125
2159
|
export declare const publicBrowserGetArgsSchema: z.ZodObject<{
|
|
2126
2160
|
p_id: z.ZodString;
|
|
2127
2161
|
}, z.core.$strip>;
|
|
2128
|
-
export declare const
|
|
2129
|
-
|
|
2130
|
-
|
|
2131
|
-
|
|
2162
|
+
export declare const publicBrowserRecordSchema: z.ZodObject<{
|
|
2163
|
+
id: z.ZodNullable<z.ZodString>;
|
|
2164
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
2165
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
2166
|
+
title: z.ZodNullable<z.ZodString>;
|
|
2132
2167
|
description: z.ZodNullable<z.ZodString>;
|
|
2133
|
-
id: z.ZodString;
|
|
2134
2168
|
profile_id: z.ZodNullable<z.ZodString>;
|
|
2135
2169
|
provider: z.ZodNullable<z.ZodString>;
|
|
2136
2170
|
provider_config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2171
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2137
2172
|
sandbox_id: z.ZodNullable<z.ZodString>;
|
|
2138
|
-
|
|
2139
|
-
|
|
2140
|
-
|
|
2141
|
-
|
|
2173
|
+
vnc_url: z.ZodNullable<z.ZodString>;
|
|
2174
|
+
browser_api_url: z.ZodNullable<z.ZodString>;
|
|
2175
|
+
worker_name: z.ZodNullable<z.ZodString>;
|
|
2176
|
+
is_running: z.ZodNullable<z.ZodBoolean>;
|
|
2177
|
+
}, z.core.$strip>;
|
|
2142
2178
|
export declare const publicBrowserListArgsSchema: z.ZodObject<{
|
|
2143
2179
|
p_kw: z.ZodOptional<z.ZodString>;
|
|
2144
2180
|
p_page_no: z.ZodOptional<z.ZodNumber>;
|
|
2145
2181
|
p_page_size: z.ZodOptional<z.ZodNumber>;
|
|
2146
2182
|
}, z.core.$strip>;
|
|
2147
|
-
export declare const
|
|
2183
|
+
export declare const publicBrowserListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2148
2184
|
id: z.ZodNullable<z.ZodString>;
|
|
2149
2185
|
created_at: z.ZodNullable<z.ZodString>;
|
|
2150
2186
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
@@ -2159,7 +2195,7 @@ export declare const publicBrowserRecordSchema: z.ZodObject<{
|
|
|
2159
2195
|
browser_api_url: z.ZodNullable<z.ZodString>;
|
|
2160
2196
|
worker_name: z.ZodNullable<z.ZodString>;
|
|
2161
2197
|
is_running: z.ZodNullable<z.ZodBoolean>;
|
|
2162
|
-
}, z.core.$strip
|
|
2198
|
+
}, z.core.$strip>>;
|
|
2163
2199
|
export declare const publicBrowserUpdateStateArgsSchema: z.ZodObject<{
|
|
2164
2200
|
p_browser_id: z.ZodString;
|
|
2165
2201
|
p_state: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
@@ -2175,18 +2211,20 @@ export declare const publicBrowserUpsertArgsSchema: z.ZodObject<{
|
|
|
2175
2211
|
p_title: z.ZodOptional<z.ZodString>;
|
|
2176
2212
|
}, z.core.$strip>;
|
|
2177
2213
|
export declare const publicBrowserUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2178
|
-
|
|
2179
|
-
|
|
2180
|
-
|
|
2214
|
+
id: z.ZodNullable<z.ZodString>;
|
|
2215
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
2216
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
2217
|
+
title: z.ZodNullable<z.ZodString>;
|
|
2181
2218
|
description: z.ZodNullable<z.ZodString>;
|
|
2182
|
-
id: z.ZodString;
|
|
2183
2219
|
profile_id: z.ZodNullable<z.ZodString>;
|
|
2184
2220
|
provider: z.ZodNullable<z.ZodString>;
|
|
2185
2221
|
provider_config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2222
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2186
2223
|
sandbox_id: z.ZodNullable<z.ZodString>;
|
|
2187
|
-
|
|
2188
|
-
|
|
2189
|
-
|
|
2224
|
+
vnc_url: z.ZodNullable<z.ZodString>;
|
|
2225
|
+
browser_api_url: z.ZodNullable<z.ZodString>;
|
|
2226
|
+
worker_name: z.ZodNullable<z.ZodString>;
|
|
2227
|
+
is_running: z.ZodNullable<z.ZodBoolean>;
|
|
2190
2228
|
}, z.core.$strip>>;
|
|
2191
2229
|
export declare const publicCampaignDeleteArgsSchema: z.ZodObject<{
|
|
2192
2230
|
p_id: z.ZodString;
|
|
@@ -2284,8 +2322,8 @@ export declare const publicChatGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
2284
2322
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
2285
2323
|
user_id: z.ZodNullable<z.ZodString>;
|
|
2286
2324
|
visibility: z.ZodEnum<{
|
|
2287
|
-
private: "private";
|
|
2288
2325
|
public: "public";
|
|
2326
|
+
private: "private";
|
|
2289
2327
|
}>;
|
|
2290
2328
|
}, z.core.$strip>>;
|
|
2291
2329
|
export declare const publicChatListArgsSchema: z.ZodObject<{
|
|
@@ -2302,8 +2340,8 @@ export declare const publicChatListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
2302
2340
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
2303
2341
|
user_id: z.ZodNullable<z.ZodString>;
|
|
2304
2342
|
visibility: z.ZodEnum<{
|
|
2305
|
-
private: "private";
|
|
2306
2343
|
public: "public";
|
|
2344
|
+
private: "private";
|
|
2307
2345
|
}>;
|
|
2308
2346
|
}, z.core.$strip>>;
|
|
2309
2347
|
export declare const publicChatMessageBatchUpsertArgsSchema: z.ZodObject<{
|
|
@@ -2328,9 +2366,9 @@ export declare const publicChatMessageListReturnsSchema: z.ZodArray<z.ZodObject<
|
|
|
2328
2366
|
error: "error";
|
|
2329
2367
|
user: "user";
|
|
2330
2368
|
tool: "tool";
|
|
2369
|
+
model: "model";
|
|
2331
2370
|
assistant: "assistant";
|
|
2332
2371
|
system: "system";
|
|
2333
|
-
model: "model";
|
|
2334
2372
|
}>;
|
|
2335
2373
|
updated_at: z.ZodString;
|
|
2336
2374
|
user_id: z.ZodNullable<z.ZodString>;
|
|
@@ -2353,9 +2391,9 @@ export declare const publicChatMessageUpsertReturnsSchema: z.ZodArray<z.ZodObjec
|
|
|
2353
2391
|
error: "error";
|
|
2354
2392
|
user: "user";
|
|
2355
2393
|
tool: "tool";
|
|
2394
|
+
model: "model";
|
|
2356
2395
|
assistant: "assistant";
|
|
2357
2396
|
system: "system";
|
|
2358
|
-
model: "model";
|
|
2359
2397
|
}>;
|
|
2360
2398
|
updated_at: z.ZodString;
|
|
2361
2399
|
user_id: z.ZodNullable<z.ZodString>;
|
|
@@ -2376,65 +2414,29 @@ export declare const publicChatUpsertReturnsSchema: z.ZodObject<{
|
|
|
2376
2414
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
2377
2415
|
user_id: z.ZodNullable<z.ZodString>;
|
|
2378
2416
|
visibility: z.ZodEnum<{
|
|
2379
|
-
private: "private";
|
|
2380
2417
|
public: "public";
|
|
2418
|
+
private: "private";
|
|
2381
2419
|
}>;
|
|
2382
2420
|
}, z.core.$strip>;
|
|
2383
|
-
export declare const
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
export declare const publicCleanupTunnelAsyncReturnsSchema: z.ZodNumber;
|
|
2387
|
-
export declare const publicCloudAccountBindDeviceArgsSchema: z.ZodObject<{
|
|
2388
|
-
p_fingerprint: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
2389
|
-
p_id: z.ZodString;
|
|
2390
|
-
}, z.core.$strip>;
|
|
2391
|
-
export declare const publicCloudAccountRecordSchema: z.ZodObject<{
|
|
2392
|
-
id: z.ZodNullable<z.ZodString>;
|
|
2393
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
2394
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
2395
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
2396
|
-
platform_name: z.ZodNullable<z.ZodString>;
|
|
2397
|
-
account_email: z.ZodNullable<z.ZodString>;
|
|
2398
|
-
account_name: z.ZodNullable<z.ZodString>;
|
|
2399
|
-
token_type: z.ZodNullable<z.ZodString>;
|
|
2400
|
-
token_expires_at: z.ZodNullable<z.ZodString>;
|
|
2401
|
-
refresh_token_expires_at: z.ZodNullable<z.ZodString>;
|
|
2402
|
-
last_refresh_at: z.ZodNullable<z.ZodString>;
|
|
2403
|
-
status: z.ZodNullable<z.ZodEnum<{
|
|
2404
|
-
pending: "pending";
|
|
2405
|
-
active: "active";
|
|
2406
|
-
disabled: "disabled";
|
|
2407
|
-
token_expired: "token_expired";
|
|
2408
|
-
needs_reauth: "needs_reauth";
|
|
2409
|
-
quota_exceeded: "quota_exceeded";
|
|
2410
|
-
suspended: "suspended";
|
|
2411
|
-
}>>;
|
|
2412
|
-
status_reason: z.ZodNullable<z.ZodString>;
|
|
2413
|
-
status_updated_at: z.ZodNullable<z.ZodString>;
|
|
2414
|
-
session_data: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2415
|
-
device_fingerprint: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2416
|
-
quota_data: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2417
|
-
metadata: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2418
|
-
proxy_disabled: z.ZodNullable<z.ZodBoolean>;
|
|
2419
|
-
last_used_at: z.ZodNullable<z.ZodString>;
|
|
2420
|
-
use_count: z.ZodNullable<z.ZodNumber>;
|
|
2421
|
-
device_history: z.ZodNullable<z.ZodArray<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
2422
|
-
credentials: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2421
|
+
export declare const publicCheckAccountRateLimitArgsSchema: z.ZodObject<{
|
|
2422
|
+
p_account_id: z.ZodString;
|
|
2423
|
+
p_campaign_config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
2423
2424
|
}, z.core.$strip>;
|
|
2425
|
+
export declare const publicCheckAccountRateLimitReturnsSchema: z.ZodBoolean;
|
|
2424
2426
|
export declare const publicCloudAccountBulkCreateArgsSchema: z.ZodObject<{
|
|
2425
2427
|
p_account_names: z.ZodArray<z.ZodString>;
|
|
2426
2428
|
p_platform_name: z.ZodString;
|
|
2427
2429
|
p_status: z.ZodOptional<z.ZodEnum<{
|
|
2428
2430
|
pending: "pending";
|
|
2429
|
-
active: "active";
|
|
2430
2431
|
disabled: "disabled";
|
|
2432
|
+
active: "active";
|
|
2431
2433
|
token_expired: "token_expired";
|
|
2432
2434
|
needs_reauth: "needs_reauth";
|
|
2433
2435
|
quota_exceeded: "quota_exceeded";
|
|
2434
2436
|
suspended: "suspended";
|
|
2435
2437
|
}>>;
|
|
2436
2438
|
}, z.core.$strip>;
|
|
2437
|
-
export declare const
|
|
2439
|
+
export declare const publicCloudAccountRecordSchema: z.ZodObject<{
|
|
2438
2440
|
id: z.ZodNullable<z.ZodString>;
|
|
2439
2441
|
created_at: z.ZodNullable<z.ZodString>;
|
|
2440
2442
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
@@ -2448,8 +2450,8 @@ export declare const publicCloudAccountBulkCreateReturnsSchema: z.ZodArray<z.Zod
|
|
|
2448
2450
|
last_refresh_at: z.ZodNullable<z.ZodString>;
|
|
2449
2451
|
status: z.ZodNullable<z.ZodEnum<{
|
|
2450
2452
|
pending: "pending";
|
|
2451
|
-
active: "active";
|
|
2452
2453
|
disabled: "disabled";
|
|
2454
|
+
active: "active";
|
|
2453
2455
|
token_expired: "token_expired";
|
|
2454
2456
|
needs_reauth: "needs_reauth";
|
|
2455
2457
|
quota_exceeded: "quota_exceeded";
|
|
@@ -2466,12 +2468,7 @@ export declare const publicCloudAccountBulkCreateReturnsSchema: z.ZodArray<z.Zod
|
|
|
2466
2468
|
use_count: z.ZodNullable<z.ZodNumber>;
|
|
2467
2469
|
device_history: z.ZodNullable<z.ZodArray<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
2468
2470
|
credentials: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2469
|
-
}, z.core.$strip
|
|
2470
|
-
export declare const publicCloudAccountCheckExpiredTokensArgsSchema: z.ZodNever;
|
|
2471
|
-
export declare const publicCloudAccountCheckExpiredTokensReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
2472
|
-
total_checked: z.ZodNumber;
|
|
2473
|
-
total_expired: z.ZodNumber;
|
|
2474
|
-
}, z.core.$strip>>;
|
|
2471
|
+
}, z.core.$strip>;
|
|
2475
2472
|
export declare const publicCloudAccountDeleteArgsSchema: z.ZodObject<{
|
|
2476
2473
|
p_id: z.ZodString;
|
|
2477
2474
|
}, z.core.$strip>;
|
|
@@ -2489,8 +2486,8 @@ export declare const publicCloudAccountDeleteReturnsSchema: z.ZodArray<z.ZodObje
|
|
|
2489
2486
|
last_refresh_at: z.ZodNullable<z.ZodString>;
|
|
2490
2487
|
status: z.ZodNullable<z.ZodEnum<{
|
|
2491
2488
|
pending: "pending";
|
|
2492
|
-
active: "active";
|
|
2493
2489
|
disabled: "disabled";
|
|
2490
|
+
active: "active";
|
|
2494
2491
|
token_expired: "token_expired";
|
|
2495
2492
|
needs_reauth: "needs_reauth";
|
|
2496
2493
|
quota_exceeded: "quota_exceeded";
|
|
@@ -2509,10 +2506,10 @@ export declare const publicCloudAccountDeleteReturnsSchema: z.ZodArray<z.ZodObje
|
|
|
2509
2506
|
credentials: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2510
2507
|
}, z.core.$strip>>;
|
|
2511
2508
|
export declare const publicCloudAccountDeviceDeleteVersionArgsSchema: z.ZodObject<{
|
|
2512
|
-
|
|
2513
|
-
|
|
2509
|
+
p_account_id: z.ZodString;
|
|
2510
|
+
p_version: z.ZodNumber;
|
|
2514
2511
|
}, z.core.$strip>;
|
|
2515
|
-
export declare const publicCloudAccountDeviceDeleteVersionReturnsSchema: z.
|
|
2512
|
+
export declare const publicCloudAccountDeviceDeleteVersionReturnsSchema: z.ZodUndefined;
|
|
2516
2513
|
export declare const publicCloudAccountDeviceRestoreArgsSchema: z.ZodObject<{
|
|
2517
2514
|
p_id: z.ZodString;
|
|
2518
2515
|
p_version_id: z.ZodString;
|
|
@@ -2531,8 +2528,8 @@ export declare const publicCloudAccountDeviceRestoreReturnsSchema: z.ZodArray<z.
|
|
|
2531
2528
|
last_refresh_at: z.ZodNullable<z.ZodString>;
|
|
2532
2529
|
status: z.ZodNullable<z.ZodEnum<{
|
|
2533
2530
|
pending: "pending";
|
|
2534
|
-
active: "active";
|
|
2535
2531
|
disabled: "disabled";
|
|
2532
|
+
active: "active";
|
|
2536
2533
|
token_expired: "token_expired";
|
|
2537
2534
|
needs_reauth: "needs_reauth";
|
|
2538
2535
|
quota_exceeded: "quota_exceeded";
|
|
@@ -2567,8 +2564,8 @@ export declare const publicCloudAccountGetReturnsSchema: z.ZodArray<z.ZodObject<
|
|
|
2567
2564
|
last_refresh_at: z.ZodNullable<z.ZodString>;
|
|
2568
2565
|
status: z.ZodNullable<z.ZodEnum<{
|
|
2569
2566
|
pending: "pending";
|
|
2570
|
-
active: "active";
|
|
2571
2567
|
disabled: "disabled";
|
|
2568
|
+
active: "active";
|
|
2572
2569
|
token_expired: "token_expired";
|
|
2573
2570
|
needs_reauth: "needs_reauth";
|
|
2574
2571
|
quota_exceeded: "quota_exceeded";
|
|
@@ -2593,8 +2590,8 @@ export declare const publicCloudAccountListCursorArgsSchema: z.ZodObject<{
|
|
|
2593
2590
|
p_platform_name: z.ZodOptional<z.ZodString>;
|
|
2594
2591
|
p_status: z.ZodOptional<z.ZodEnum<{
|
|
2595
2592
|
pending: "pending";
|
|
2596
|
-
active: "active";
|
|
2597
2593
|
disabled: "disabled";
|
|
2594
|
+
active: "active";
|
|
2598
2595
|
token_expired: "token_expired";
|
|
2599
2596
|
needs_reauth: "needs_reauth";
|
|
2600
2597
|
quota_exceeded: "quota_exceeded";
|
|
@@ -2615,8 +2612,8 @@ export declare const publicCloudAccountListCursorReturnsSchema: z.ZodArray<z.Zod
|
|
|
2615
2612
|
last_refresh_at: z.ZodNullable<z.ZodString>;
|
|
2616
2613
|
status: z.ZodNullable<z.ZodEnum<{
|
|
2617
2614
|
pending: "pending";
|
|
2618
|
-
active: "active";
|
|
2619
2615
|
disabled: "disabled";
|
|
2616
|
+
active: "active";
|
|
2620
2617
|
token_expired: "token_expired";
|
|
2621
2618
|
needs_reauth: "needs_reauth";
|
|
2622
2619
|
quota_exceeded: "quota_exceeded";
|
|
@@ -2638,88 +2635,14 @@ export declare const publicCloudAccountMarkRefreshFailedArgsSchema: z.ZodObject<
|
|
|
2638
2635
|
p_error: z.ZodString;
|
|
2639
2636
|
p_id: z.ZodString;
|
|
2640
2637
|
}, z.core.$strip>;
|
|
2641
|
-
export declare const publicCloudAccountMarkRefreshFailedReturnsSchema: z.
|
|
2642
|
-
id: z.ZodNullable<z.ZodString>;
|
|
2643
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
2644
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
2645
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
2646
|
-
platform_name: z.ZodNullable<z.ZodString>;
|
|
2647
|
-
account_email: z.ZodNullable<z.ZodString>;
|
|
2648
|
-
account_name: z.ZodNullable<z.ZodString>;
|
|
2649
|
-
token_type: z.ZodNullable<z.ZodString>;
|
|
2650
|
-
token_expires_at: z.ZodNullable<z.ZodString>;
|
|
2651
|
-
refresh_token_expires_at: z.ZodNullable<z.ZodString>;
|
|
2652
|
-
last_refresh_at: z.ZodNullable<z.ZodString>;
|
|
2653
|
-
status: z.ZodNullable<z.ZodEnum<{
|
|
2654
|
-
pending: "pending";
|
|
2655
|
-
active: "active";
|
|
2656
|
-
disabled: "disabled";
|
|
2657
|
-
token_expired: "token_expired";
|
|
2658
|
-
needs_reauth: "needs_reauth";
|
|
2659
|
-
quota_exceeded: "quota_exceeded";
|
|
2660
|
-
suspended: "suspended";
|
|
2661
|
-
}>>;
|
|
2662
|
-
status_reason: z.ZodNullable<z.ZodString>;
|
|
2663
|
-
status_updated_at: z.ZodNullable<z.ZodString>;
|
|
2664
|
-
session_data: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2665
|
-
device_fingerprint: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2666
|
-
quota_data: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2667
|
-
metadata: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2668
|
-
proxy_disabled: z.ZodNullable<z.ZodBoolean>;
|
|
2669
|
-
last_used_at: z.ZodNullable<z.ZodString>;
|
|
2670
|
-
use_count: z.ZodNullable<z.ZodNumber>;
|
|
2671
|
-
device_history: z.ZodNullable<z.ZodArray<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
2672
|
-
credentials: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2673
|
-
}, z.core.$strip>>;
|
|
2638
|
+
export declare const publicCloudAccountMarkRefreshFailedReturnsSchema: z.ZodUndefined;
|
|
2674
2639
|
export declare const publicCloudAccountRefreshTokenArgsSchema: z.ZodObject<{
|
|
2675
2640
|
p_access_token: z.ZodString;
|
|
2676
|
-
p_expires_in: z.ZodOptional<z.
|
|
2641
|
+
p_expires_in: z.ZodOptional<z.ZodNumber>;
|
|
2677
2642
|
p_id: z.ZodString;
|
|
2678
|
-
p_refresh_expires_in: z.ZodOptional<z.ZodUnknown>;
|
|
2679
2643
|
p_refresh_token: z.ZodOptional<z.ZodString>;
|
|
2680
2644
|
}, z.core.$strip>;
|
|
2681
|
-
export declare const publicCloudAccountRefreshTokenReturnsSchema: z.
|
|
2682
|
-
id: z.ZodNullable<z.ZodString>;
|
|
2683
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
2684
|
-
updated_at: z.ZodNullable<z.ZodString>;
|
|
2685
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
2686
|
-
platform_name: z.ZodNullable<z.ZodString>;
|
|
2687
|
-
account_email: z.ZodNullable<z.ZodString>;
|
|
2688
|
-
account_name: z.ZodNullable<z.ZodString>;
|
|
2689
|
-
token_type: z.ZodNullable<z.ZodString>;
|
|
2690
|
-
token_expires_at: z.ZodNullable<z.ZodString>;
|
|
2691
|
-
refresh_token_expires_at: z.ZodNullable<z.ZodString>;
|
|
2692
|
-
last_refresh_at: z.ZodNullable<z.ZodString>;
|
|
2693
|
-
status: z.ZodNullable<z.ZodEnum<{
|
|
2694
|
-
pending: "pending";
|
|
2695
|
-
active: "active";
|
|
2696
|
-
disabled: "disabled";
|
|
2697
|
-
token_expired: "token_expired";
|
|
2698
|
-
needs_reauth: "needs_reauth";
|
|
2699
|
-
quota_exceeded: "quota_exceeded";
|
|
2700
|
-
suspended: "suspended";
|
|
2701
|
-
}>>;
|
|
2702
|
-
status_reason: z.ZodNullable<z.ZodString>;
|
|
2703
|
-
status_updated_at: z.ZodNullable<z.ZodString>;
|
|
2704
|
-
session_data: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2705
|
-
device_fingerprint: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2706
|
-
quota_data: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2707
|
-
metadata: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2708
|
-
proxy_disabled: z.ZodNullable<z.ZodBoolean>;
|
|
2709
|
-
last_used_at: z.ZodNullable<z.ZodString>;
|
|
2710
|
-
use_count: z.ZodNullable<z.ZodNumber>;
|
|
2711
|
-
device_history: z.ZodNullable<z.ZodArray<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>>;
|
|
2712
|
-
credentials: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2713
|
-
}, z.core.$strip>>;
|
|
2714
|
-
export declare const publicCloudAccountSessionLoadArgsSchema: z.ZodObject<{
|
|
2715
|
-
p_id: z.ZodString;
|
|
2716
|
-
}, z.core.$strip>;
|
|
2717
|
-
export declare const publicCloudAccountSessionLoadReturnsSchema: z.ZodString;
|
|
2718
|
-
export declare const publicCloudAccountSessionSetArgsSchema: z.ZodObject<{
|
|
2719
|
-
p_id: z.ZodString;
|
|
2720
|
-
p_session_data: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
2721
|
-
}, z.core.$strip>;
|
|
2722
|
-
export declare const publicCloudAccountSessionSetReturnsSchema: z.ZodUndefined;
|
|
2645
|
+
export declare const publicCloudAccountRefreshTokenReturnsSchema: z.ZodUndefined;
|
|
2723
2646
|
export declare const publicCloudAccountSessionStoreArgsSchema: z.ZodObject<{
|
|
2724
2647
|
p_id: z.ZodString;
|
|
2725
2648
|
p_session: z.ZodString;
|
|
@@ -2745,8 +2668,8 @@ export declare const publicCloudAccountUpsertArgsSchema: z.ZodObject<{
|
|
|
2745
2668
|
p_session_data: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2746
2669
|
p_status: z.ZodOptional<z.ZodEnum<{
|
|
2747
2670
|
pending: "pending";
|
|
2748
|
-
active: "active";
|
|
2749
2671
|
disabled: "disabled";
|
|
2672
|
+
active: "active";
|
|
2750
2673
|
token_expired: "token_expired";
|
|
2751
2674
|
needs_reauth: "needs_reauth";
|
|
2752
2675
|
quota_exceeded: "quota_exceeded";
|
|
@@ -2771,8 +2694,8 @@ export declare const publicCloudAccountUpsertReturnsSchema: z.ZodArray<z.ZodObje
|
|
|
2771
2694
|
last_refresh_at: z.ZodNullable<z.ZodString>;
|
|
2772
2695
|
status: z.ZodNullable<z.ZodEnum<{
|
|
2773
2696
|
pending: "pending";
|
|
2774
|
-
active: "active";
|
|
2775
2697
|
disabled: "disabled";
|
|
2698
|
+
active: "active";
|
|
2776
2699
|
token_expired: "token_expired";
|
|
2777
2700
|
needs_reauth: "needs_reauth";
|
|
2778
2701
|
quota_exceeded: "quota_exceeded";
|
|
@@ -2807,8 +2730,8 @@ export declare const publicComputeNodeRecordSchema: z.ZodObject<{
|
|
|
2807
2730
|
username: z.ZodNullable<z.ZodString>;
|
|
2808
2731
|
auth_secret: z.ZodNullable<z.ZodString>;
|
|
2809
2732
|
status: z.ZodNullable<z.ZodEnum<{
|
|
2810
|
-
offline: "offline";
|
|
2811
2733
|
online: "online";
|
|
2734
|
+
offline: "offline";
|
|
2812
2735
|
}>>;
|
|
2813
2736
|
worker_count: z.ZodNullable<z.ZodNumber>;
|
|
2814
2737
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
@@ -2818,20 +2741,18 @@ export declare const publicComputeNodeRecordSchema: z.ZodObject<{
|
|
|
2818
2741
|
export declare const publicComputeNodeGetSecretArgsSchema: z.ZodObject<{
|
|
2819
2742
|
target_id: z.ZodString;
|
|
2820
2743
|
}, z.core.$strip>;
|
|
2821
|
-
export declare const
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
|
|
2826
|
-
}, z.core.$strip
|
|
2744
|
+
export declare const publicComputeNodeSecretRecordSchema: z.ZodObject<{
|
|
2745
|
+
host: z.ZodNullable<z.ZodString>;
|
|
2746
|
+
port: z.ZodNullable<z.ZodNumber>;
|
|
2747
|
+
username: z.ZodNullable<z.ZodString>;
|
|
2748
|
+
auth_secret: z.ZodNullable<z.ZodString>;
|
|
2749
|
+
}, z.core.$strip>;
|
|
2827
2750
|
export declare const publicComputeNodeListArgsSchema: z.ZodObject<{
|
|
2828
2751
|
p_kw: z.ZodOptional<z.ZodString>;
|
|
2829
2752
|
p_page_no: z.ZodOptional<z.ZodNumber>;
|
|
2830
2753
|
p_page_size: z.ZodOptional<z.ZodNumber>;
|
|
2831
|
-
p_provider: z.ZodOptional<z.ZodString>;
|
|
2832
|
-
p_user_id: z.ZodOptional<z.ZodString>;
|
|
2833
2754
|
}, z.core.$strip>;
|
|
2834
|
-
export declare const
|
|
2755
|
+
export declare const publicComputeNodeListRecordSchema: z.ZodObject<{
|
|
2835
2756
|
id: z.ZodNullable<z.ZodString>;
|
|
2836
2757
|
user_id: z.ZodNullable<z.ZodString>;
|
|
2837
2758
|
name: z.ZodNullable<z.ZodString>;
|
|
@@ -2841,14 +2762,15 @@ export declare const publicComputeNodeListReturnsSchema: z.ZodArray<z.ZodObject<
|
|
|
2841
2762
|
username: z.ZodNullable<z.ZodString>;
|
|
2842
2763
|
auth_secret: z.ZodNullable<z.ZodString>;
|
|
2843
2764
|
status: z.ZodNullable<z.ZodEnum<{
|
|
2844
|
-
offline: "offline";
|
|
2845
2765
|
online: "online";
|
|
2766
|
+
offline: "offline";
|
|
2846
2767
|
}>>;
|
|
2847
2768
|
worker_count: z.ZodNullable<z.ZodNumber>;
|
|
2848
2769
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
2849
2770
|
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
2850
2771
|
created_at: z.ZodNullable<z.ZodString>;
|
|
2851
|
-
|
|
2772
|
+
full_count: z.ZodNullable<z.ZodNumber>;
|
|
2773
|
+
}, z.core.$strip>;
|
|
2852
2774
|
export declare const publicComputeNodeUpsertArgsSchema: z.ZodObject<{
|
|
2853
2775
|
p_auth_secret: z.ZodOptional<z.ZodString>;
|
|
2854
2776
|
p_host: z.ZodString;
|
|
@@ -2868,14 +2790,18 @@ export declare const publicComputeNodeUpsertReturnsSchema: z.ZodArray<z.ZodObjec
|
|
|
2868
2790
|
username: z.ZodNullable<z.ZodString>;
|
|
2869
2791
|
auth_secret: z.ZodNullable<z.ZodString>;
|
|
2870
2792
|
status: z.ZodNullable<z.ZodEnum<{
|
|
2871
|
-
offline: "offline";
|
|
2872
2793
|
online: "online";
|
|
2794
|
+
offline: "offline";
|
|
2873
2795
|
}>>;
|
|
2874
2796
|
worker_count: z.ZodNullable<z.ZodNumber>;
|
|
2875
2797
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
2876
2798
|
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
2877
2799
|
created_at: z.ZodNullable<z.ZodString>;
|
|
2878
2800
|
}, z.core.$strip>>;
|
|
2801
|
+
export declare const publicComputeServerPublicUrlArgsSchema: z.ZodObject<{
|
|
2802
|
+
p_server_id: z.ZodString;
|
|
2803
|
+
}, z.core.$strip>;
|
|
2804
|
+
export declare const publicComputeServerPublicUrlReturnsSchema: z.ZodString;
|
|
2879
2805
|
export declare const publicContactAddTagsArgsSchema: z.ZodObject<{
|
|
2880
2806
|
p_ids: z.ZodArray<z.ZodString>;
|
|
2881
2807
|
p_tags: z.ZodArray<z.ZodString>;
|
|
@@ -2938,6 +2864,13 @@ export declare const publicContactListCursorReturnsSchema: z.ZodArray<z.ZodObjec
|
|
|
2938
2864
|
status: z.ZodNullable<z.ZodString>;
|
|
2939
2865
|
metadata: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2940
2866
|
}, z.core.$strip>>;
|
|
2867
|
+
export declare const publicContactListTagsArgsSchema: z.ZodNever;
|
|
2868
|
+
export declare const publicContactListTagsReturnsSchema: z.ZodArray<z.ZodString>;
|
|
2869
|
+
export declare const publicContactRemoveTagsArgsSchema: z.ZodObject<{
|
|
2870
|
+
p_ids: z.ZodArray<z.ZodString>;
|
|
2871
|
+
p_tags: z.ZodArray<z.ZodString>;
|
|
2872
|
+
}, z.core.$strip>;
|
|
2873
|
+
export declare const publicContactRemoveTagsReturnsSchema: z.ZodNumber;
|
|
2941
2874
|
export declare const publicContactUpsertArgsSchema: z.ZodObject<{
|
|
2942
2875
|
p_email: z.ZodOptional<z.ZodString>;
|
|
2943
2876
|
p_id: z.ZodOptional<z.ZodString>;
|
|
@@ -2970,13 +2903,13 @@ export declare const publicContactUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
2970
2903
|
export declare const publicCreateNotificationArgsSchema: z.ZodObject<{
|
|
2971
2904
|
p_action_payload: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
2972
2905
|
p_action_type: z.ZodOptional<z.ZodString>;
|
|
2973
|
-
p_expires_in: z.ZodOptional<z.
|
|
2974
|
-
p_message: z.
|
|
2906
|
+
p_expires_in: z.ZodOptional<z.ZodString>;
|
|
2907
|
+
p_message: z.ZodString;
|
|
2908
|
+
p_notification_type: z.ZodOptional<z.ZodString>;
|
|
2975
2909
|
p_priority: z.ZodOptional<z.ZodString>;
|
|
2976
2910
|
p_source_id: z.ZodOptional<z.ZodString>;
|
|
2977
2911
|
p_source_type: z.ZodOptional<z.ZodString>;
|
|
2978
2912
|
p_title: z.ZodString;
|
|
2979
|
-
p_type: z.ZodOptional<z.ZodString>;
|
|
2980
2913
|
p_user_id: z.ZodString;
|
|
2981
2914
|
}, z.core.$strip>;
|
|
2982
2915
|
export declare const publicCreateNotificationReturnsSchema: z.ZodString;
|
|
@@ -3003,8 +2936,6 @@ export declare const publicGetGithubAppPublicInfoArgsSchema: z.ZodNever;
|
|
|
3003
2936
|
export declare const publicGetGithubAppPublicInfoReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3004
2937
|
export declare const publicGetJwtRoleArgsSchema: z.ZodNever;
|
|
3005
2938
|
export declare const publicGetJwtRoleReturnsSchema: z.ZodString;
|
|
3006
|
-
export declare const publicGetLintTestV1ArgsSchema: z.ZodNever;
|
|
3007
|
-
export declare const publicGetLintTestV1ReturnsSchema: z.ZodString;
|
|
3008
2939
|
export declare const publicGetUserIdFromTokenArgsSchema: z.ZodObject<{
|
|
3009
2940
|
p_token: z.ZodString;
|
|
3010
2941
|
}, z.core.$strip>;
|
|
@@ -3035,26 +2966,6 @@ export declare const publicGomtmModelGetReturnsSchema: z.ZodObject<{
|
|
|
3035
2966
|
updated_at: z.ZodString;
|
|
3036
2967
|
user_id: z.ZodString;
|
|
3037
2968
|
}, z.core.$strip>;
|
|
3038
|
-
export declare const publicGomtmModelListArgsSchema: z.ZodObject<{
|
|
3039
|
-
p_is_active: z.ZodOptional<z.ZodBoolean>;
|
|
3040
|
-
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
3041
|
-
p_offset: z.ZodOptional<z.ZodNumber>;
|
|
3042
|
-
p_provider: z.ZodOptional<z.ZodString>;
|
|
3043
|
-
}, z.core.$strip>;
|
|
3044
|
-
export declare const publicGomtmModelListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3045
|
-
api_base: z.ZodString;
|
|
3046
|
-
api_key: z.ZodString;
|
|
3047
|
-
config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3048
|
-
created_at: z.ZodString;
|
|
3049
|
-
id: z.ZodString;
|
|
3050
|
-
is_active: z.ZodBoolean;
|
|
3051
|
-
linked_account_id: z.ZodString;
|
|
3052
|
-
model: z.ZodString;
|
|
3053
|
-
name: z.ZodString;
|
|
3054
|
-
provider: z.ZodString;
|
|
3055
|
-
updated_at: z.ZodString;
|
|
3056
|
-
user_id: z.ZodString;
|
|
3057
|
-
}, z.core.$strip>>;
|
|
3058
2969
|
export declare const publicGomtmModelListCursorArgsSchema: z.ZodObject<{
|
|
3059
2970
|
p_cursor_id: z.ZodOptional<z.ZodString>;
|
|
3060
2971
|
p_is_active: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3062,13 +2973,13 @@ export declare const publicGomtmModelListCursorArgsSchema: z.ZodObject<{
|
|
|
3062
2973
|
p_provider: z.ZodOptional<z.ZodString>;
|
|
3063
2974
|
}, z.core.$strip>;
|
|
3064
2975
|
export declare const publicGomtmModelListCursorReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3065
|
-
api_base: z.ZodString
|
|
3066
|
-
api_key: z.ZodString
|
|
3067
|
-
config: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown
|
|
2976
|
+
api_base: z.ZodNullable<z.ZodString>;
|
|
2977
|
+
api_key: z.ZodNullable<z.ZodString>;
|
|
2978
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3068
2979
|
created_at: z.ZodString;
|
|
3069
2980
|
id: z.ZodString;
|
|
3070
2981
|
is_active: z.ZodBoolean;
|
|
3071
|
-
linked_account_id: z.ZodString
|
|
2982
|
+
linked_account_id: z.ZodNullable<z.ZodString>;
|
|
3072
2983
|
model: z.ZodString;
|
|
3073
2984
|
name: z.ZodString;
|
|
3074
2985
|
provider: z.ZodString;
|
|
@@ -3100,6 +3011,30 @@ export declare const publicGomtmModelUpsertReturnsSchema: z.ZodObject<{
|
|
|
3100
3011
|
updated_at: z.ZodString;
|
|
3101
3012
|
user_id: z.ZodString;
|
|
3102
3013
|
}, z.core.$strip>;
|
|
3014
|
+
export declare const publicHandleHttpResponseHealthArgsSchema: z.ZodObject<{
|
|
3015
|
+
p_body: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3016
|
+
p_request_id: z.ZodNumber;
|
|
3017
|
+
p_success: z.ZodBoolean;
|
|
3018
|
+
}, z.core.$strip>;
|
|
3019
|
+
export declare const publicHandleHttpResponseHealthReturnsSchema: z.ZodBoolean;
|
|
3020
|
+
export declare const publicHandleHttpResponseOutreachArgsSchema: z.ZodObject<{
|
|
3021
|
+
p_body: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3022
|
+
p_request_id: z.ZodNumber;
|
|
3023
|
+
p_success: z.ZodBoolean;
|
|
3024
|
+
}, z.core.$strip>;
|
|
3025
|
+
export declare const publicHandleHttpResponseOutreachReturnsSchema: z.ZodBoolean;
|
|
3026
|
+
export declare const publicHandleHttpResponseTaskArgsSchema: z.ZodObject<{
|
|
3027
|
+
p_body: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3028
|
+
p_request_id: z.ZodNumber;
|
|
3029
|
+
p_success: z.ZodBoolean;
|
|
3030
|
+
}, z.core.$strip>;
|
|
3031
|
+
export declare const publicHandleHttpResponseTaskReturnsSchema: z.ZodBoolean;
|
|
3032
|
+
export declare const publicHandleHttpResponseTelegramArgsSchema: z.ZodObject<{
|
|
3033
|
+
p_body: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3034
|
+
p_request_id: z.ZodNumber;
|
|
3035
|
+
p_success: z.ZodBoolean;
|
|
3036
|
+
}, z.core.$strip>;
|
|
3037
|
+
export declare const publicHandleHttpResponseTelegramReturnsSchema: z.ZodBoolean;
|
|
3103
3038
|
export declare const publicHandleJobOutreachProcessArgsSchema: z.ZodObject<{
|
|
3104
3039
|
p_payload: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3105
3040
|
}, z.core.$strip>;
|
|
@@ -3112,22 +3047,17 @@ export declare const publicHandleJobTelegramFetchSmsArgsSchema: z.ZodObject<{
|
|
|
3112
3047
|
p_payload: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3113
3048
|
}, z.core.$strip>;
|
|
3114
3049
|
export declare const publicHandleJobTelegramFetchSmsReturnsSchema: z.ZodUndefined;
|
|
3115
|
-
export declare const
|
|
3116
|
-
|
|
3117
|
-
|
|
3118
|
-
export declare const publicHandleJobTunnelCheckResponsesReturnsSchema: z.ZodUndefined;
|
|
3119
|
-
export declare const publicHandleJobTunnelSetupArgsSchema: z.ZodObject<{
|
|
3120
|
-
p_payload: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3050
|
+
export declare const publicHasPermissionArgsSchema: z.ZodObject<{
|
|
3051
|
+
p_action: z.ZodString;
|
|
3052
|
+
p_resource: z.ZodString;
|
|
3121
3053
|
}, z.core.$strip>;
|
|
3122
|
-
export declare const
|
|
3123
|
-
export declare const
|
|
3124
|
-
|
|
3125
|
-
|
|
3126
|
-
|
|
3127
|
-
export declare const publicInitTunnelAsyncArgsSchema: z.ZodObject<{
|
|
3128
|
-
p_instance_id: z.ZodString;
|
|
3054
|
+
export declare const publicHasPermissionReturnsSchema: z.ZodBoolean;
|
|
3055
|
+
export declare const publicInstallScriptArgsSchema: z.ZodObject<{
|
|
3056
|
+
p_instance_id: z.ZodOptional<z.ZodString>;
|
|
3057
|
+
p_token: z.ZodOptional<z.ZodString>;
|
|
3058
|
+
p_version: z.ZodOptional<z.ZodString>;
|
|
3129
3059
|
}, z.core.$strip>;
|
|
3130
|
-
export declare const
|
|
3060
|
+
export declare const publicInstallScriptReturnsSchema: z.ZodString;
|
|
3131
3061
|
export declare const publicInstanceTagAddArgsSchema: z.ZodObject<{
|
|
3132
3062
|
p_instance_id: z.ZodString;
|
|
3133
3063
|
p_tag_id: z.ZodString;
|
|
@@ -3163,35 +3093,27 @@ export declare const publicInstanceTagsSetReturnsSchema: z.ZodArray<z.ZodObject<
|
|
|
3163
3093
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
3164
3094
|
instance_count: z.ZodNullable<z.ZodNumber>;
|
|
3165
3095
|
}, z.core.$strip>>;
|
|
3166
|
-
export declare const publicIsAdminArgsSchema: z.ZodNever;
|
|
3167
|
-
export declare const publicIsAdminReturnsSchema: z.ZodBoolean;
|
|
3168
|
-
export declare const publicJobQueueGetStatsArgsSchema: z.ZodNever;
|
|
3169
|
-
export declare const publicJobQueueGetStatsReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3170
|
-
dlq_count: z.ZodNumber;
|
|
3171
|
-
msg_count: z.ZodNumber;
|
|
3172
|
-
queue_name: z.ZodString;
|
|
3173
|
-
}, z.core.$strip>>;
|
|
3174
3096
|
export declare const publicJobQueueListDlqArgsSchema: z.ZodObject<{
|
|
3175
3097
|
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
3176
3098
|
p_offset: z.ZodOptional<z.ZodNumber>;
|
|
3177
3099
|
p_queue: z.ZodString;
|
|
3178
3100
|
}, z.core.$strip>;
|
|
3179
|
-
export declare const
|
|
3180
|
-
|
|
3181
|
-
|
|
3182
|
-
|
|
3183
|
-
|
|
3184
|
-
}, z.core.$strip
|
|
3101
|
+
export declare const publicJobQueueDlqRecordSchema: z.ZodObject<{
|
|
3102
|
+
msg_id: z.ZodNullable<z.ZodNumber>;
|
|
3103
|
+
read_ct: z.ZodNullable<z.ZodNumber>;
|
|
3104
|
+
enqueued_at: z.ZodNullable<z.ZodString>;
|
|
3105
|
+
message: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3106
|
+
}, z.core.$strip>;
|
|
3185
3107
|
export declare const publicJobQueuePurgeDlqArgsSchema: z.ZodObject<{
|
|
3186
3108
|
p_msg_ids: z.ZodArray<z.ZodNumber>;
|
|
3187
3109
|
p_queue: z.ZodString;
|
|
3188
3110
|
}, z.core.$strip>;
|
|
3189
|
-
export declare const publicJobQueuePurgeDlqReturnsSchema: z.
|
|
3111
|
+
export declare const publicJobQueuePurgeDlqReturnsSchema: z.ZodBoolean;
|
|
3190
3112
|
export declare const publicJobQueueRetryDlqArgsSchema: z.ZodObject<{
|
|
3191
3113
|
p_msg_ids: z.ZodArray<z.ZodNumber>;
|
|
3192
3114
|
p_queue: z.ZodString;
|
|
3193
3115
|
}, z.core.$strip>;
|
|
3194
|
-
export declare const publicJobQueueRetryDlqReturnsSchema: z.
|
|
3116
|
+
export declare const publicJobQueueRetryDlqReturnsSchema: z.ZodBoolean;
|
|
3195
3117
|
export declare const publicJobSubmitArgsSchema: z.ZodObject<{
|
|
3196
3118
|
p_delay_seconds: z.ZodOptional<z.ZodNumber>;
|
|
3197
3119
|
p_payload: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
@@ -3199,17 +3121,6 @@ export declare const publicJobSubmitArgsSchema: z.ZodObject<{
|
|
|
3199
3121
|
p_type: z.ZodString;
|
|
3200
3122
|
}, z.core.$strip>;
|
|
3201
3123
|
export declare const publicJobSubmitReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3202
|
-
export declare const publicLintTestErrorCodeArgsSchema: z.ZodNever;
|
|
3203
|
-
export declare const publicLintTestErrorCodeReturnsSchema: z.ZodUndefined;
|
|
3204
|
-
export declare const publicLintTestTableReturnArgsSchema: z.ZodNever;
|
|
3205
|
-
export declare const publicLintTestTableReturnReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3206
|
-
id: z.ZodNumber;
|
|
3207
|
-
name: z.ZodString;
|
|
3208
|
-
}, z.core.$strip>>;
|
|
3209
|
-
export declare const publicLogArgsSchema: z.ZodObject<{
|
|
3210
|
-
content: z.ZodString;
|
|
3211
|
-
}, z.core.$strip>;
|
|
3212
|
-
export declare const publicLogReturnsSchema: z.ZodUndefined;
|
|
3213
3124
|
export declare const publicNotificationCompleteActionArgsSchema: z.ZodObject<{
|
|
3214
3125
|
p_id: z.ZodString;
|
|
3215
3126
|
}, z.core.$strip>;
|
|
@@ -3279,6 +3190,7 @@ export declare const publicNotificationMarkReadArgsSchema: z.ZodObject<{
|
|
|
3279
3190
|
}, z.core.$strip>;
|
|
3280
3191
|
export declare const publicNotificationMarkReadReturnsSchema: z.ZodNumber;
|
|
3281
3192
|
export declare const publicOutreachProcessPendingTasksArgsSchema: z.ZodObject<{
|
|
3193
|
+
p_campaign_id: z.ZodOptional<z.ZodString>;
|
|
3282
3194
|
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
3283
3195
|
}, z.core.$strip>;
|
|
3284
3196
|
export declare const publicOutreachProcessPendingTasksReturnsSchema: z.ZodNumber;
|
|
@@ -3315,15 +3227,15 @@ export declare const publicProxyDeleteReturnsSchema: z.ZodBoolean;
|
|
|
3315
3227
|
export declare const publicProxyGetArgsSchema: z.ZodObject<{
|
|
3316
3228
|
p_id: z.ZodString;
|
|
3317
3229
|
}, z.core.$strip>;
|
|
3318
|
-
export declare const
|
|
3319
|
-
|
|
3320
|
-
|
|
3321
|
-
|
|
3322
|
-
id: z.ZodString;
|
|
3230
|
+
export declare const publicProxyRecordSchema: z.ZodObject<{
|
|
3231
|
+
id: z.ZodNullable<z.ZodString>;
|
|
3232
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
3233
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
3323
3234
|
name: z.ZodNullable<z.ZodString>;
|
|
3235
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3236
|
+
url: z.ZodNullable<z.ZodString>;
|
|
3324
3237
|
type: z.ZodNullable<z.ZodString>;
|
|
3325
|
-
|
|
3326
|
-
url: z.ZodString;
|
|
3238
|
+
enabled: z.ZodNullable<z.ZodBoolean>;
|
|
3327
3239
|
user_id: z.ZodNullable<z.ZodString>;
|
|
3328
3240
|
}, z.core.$strip>;
|
|
3329
3241
|
export declare const publicProxyListArgsSchema: z.ZodObject<{
|
|
@@ -3332,14 +3244,14 @@ export declare const publicProxyListArgsSchema: z.ZodObject<{
|
|
|
3332
3244
|
p_page_size: z.ZodOptional<z.ZodNumber>;
|
|
3333
3245
|
}, z.core.$strip>;
|
|
3334
3246
|
export declare const publicProxyListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3335
|
-
|
|
3336
|
-
|
|
3337
|
-
|
|
3338
|
-
id: z.ZodString;
|
|
3247
|
+
id: z.ZodNullable<z.ZodString>;
|
|
3248
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
3249
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
3339
3250
|
name: z.ZodNullable<z.ZodString>;
|
|
3251
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3252
|
+
url: z.ZodNullable<z.ZodString>;
|
|
3340
3253
|
type: z.ZodNullable<z.ZodString>;
|
|
3341
|
-
|
|
3342
|
-
url: z.ZodString;
|
|
3254
|
+
enabled: z.ZodNullable<z.ZodBoolean>;
|
|
3343
3255
|
user_id: z.ZodNullable<z.ZodString>;
|
|
3344
3256
|
}, z.core.$strip>>;
|
|
3345
3257
|
export declare const publicProxyUpsertArgsSchema: z.ZodObject<{
|
|
@@ -3351,14 +3263,14 @@ export declare const publicProxyUpsertArgsSchema: z.ZodObject<{
|
|
|
3351
3263
|
p_url: z.ZodString;
|
|
3352
3264
|
}, z.core.$strip>;
|
|
3353
3265
|
export declare const publicProxyUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3354
|
-
|
|
3355
|
-
|
|
3356
|
-
|
|
3357
|
-
id: z.ZodString;
|
|
3266
|
+
id: z.ZodNullable<z.ZodString>;
|
|
3267
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
3268
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
3358
3269
|
name: z.ZodNullable<z.ZodString>;
|
|
3270
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3271
|
+
url: z.ZodNullable<z.ZodString>;
|
|
3359
3272
|
type: z.ZodNullable<z.ZodString>;
|
|
3360
|
-
|
|
3361
|
-
url: z.ZodString;
|
|
3273
|
+
enabled: z.ZodNullable<z.ZodBoolean>;
|
|
3362
3274
|
user_id: z.ZodNullable<z.ZodString>;
|
|
3363
3275
|
}, z.core.$strip>>;
|
|
3364
3276
|
export declare const publicResourceDeleteArgsSchema: z.ZodObject<{
|
|
@@ -3376,24 +3288,24 @@ export declare const publicResourceListArgsSchema: z.ZodObject<{
|
|
|
3376
3288
|
p_slug: z.ZodOptional<z.ZodString>;
|
|
3377
3289
|
p_type: z.ZodOptional<z.ZodString>;
|
|
3378
3290
|
}, z.core.$strip>;
|
|
3379
|
-
export declare const
|
|
3380
|
-
|
|
3381
|
-
|
|
3382
|
-
|
|
3383
|
-
|
|
3384
|
-
|
|
3385
|
-
type: z.ZodString
|
|
3386
|
-
|
|
3387
|
-
|
|
3388
|
-
}, z.core.$strip
|
|
3291
|
+
export declare const publicResourceListRecordSchema: z.ZodObject<{
|
|
3292
|
+
id: z.ZodNullable<z.ZodString>;
|
|
3293
|
+
target_id: z.ZodNullable<z.ZodString>;
|
|
3294
|
+
title: z.ZodNullable<z.ZodString>;
|
|
3295
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3296
|
+
icon: z.ZodNullable<z.ZodString>;
|
|
3297
|
+
type: z.ZodNullable<z.ZodString>;
|
|
3298
|
+
url: z.ZodNullable<z.ZodString>;
|
|
3299
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
3300
|
+
}, z.core.$strip>;
|
|
3389
3301
|
export declare const publicResourceUpsertArgsSchema: z.ZodObject<{
|
|
3390
|
-
|
|
3391
|
-
|
|
3392
|
-
key: z.ZodString;
|
|
3302
|
+
p_content: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3303
|
+
p_description: z.ZodOptional<z.ZodString>;
|
|
3393
3304
|
p_id: z.ZodOptional<z.ZodString>;
|
|
3394
|
-
|
|
3395
|
-
|
|
3396
|
-
|
|
3305
|
+
p_key: z.ZodOptional<z.ZodString>;
|
|
3306
|
+
p_target_id: z.ZodOptional<z.ZodString>;
|
|
3307
|
+
p_title: z.ZodOptional<z.ZodString>;
|
|
3308
|
+
p_type: z.ZodOptional<z.ZodString>;
|
|
3397
3309
|
}, z.core.$strip>;
|
|
3398
3310
|
export declare const publicResourceUpsertReturnsSchema: z.ZodString;
|
|
3399
3311
|
export declare const publicSandboxFindActiveArgsSchema: z.ZodNever;
|
|
@@ -3416,141 +3328,124 @@ export declare const publicSandboxGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
3416
3328
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
3417
3329
|
user_id: z.ZodNullable<z.ZodString>;
|
|
3418
3330
|
}, z.core.$strip>>;
|
|
3331
|
+
export declare const publicServerInstanceBootstrapArgsSchema: z.ZodObject<{
|
|
3332
|
+
p_instance_id: z.ZodString;
|
|
3333
|
+
}, z.core.$strip>;
|
|
3334
|
+
export declare const publicBootstrapResultSchema: z.ZodObject<{
|
|
3335
|
+
success: z.ZodNullable<z.ZodBoolean>;
|
|
3336
|
+
error: z.ZodNullable<z.ZodString>;
|
|
3337
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3338
|
+
}, z.core.$strip>;
|
|
3419
3339
|
export declare const publicServerInstanceDeleteArgsSchema: z.ZodObject<{
|
|
3420
|
-
|
|
3340
|
+
p_id: z.ZodString;
|
|
3421
3341
|
}, z.core.$strip>;
|
|
3422
3342
|
export declare const publicServerInstanceDeleteReturnsSchema: z.ZodUndefined;
|
|
3423
3343
|
export declare const publicServerInstanceGetArgsSchema: z.ZodObject<{
|
|
3424
|
-
p_id: z.
|
|
3344
|
+
p_id: z.ZodString;
|
|
3425
3345
|
}, z.core.$strip>;
|
|
3426
|
-
export declare const
|
|
3427
|
-
|
|
3428
|
-
created_at: z.ZodString;
|
|
3429
|
-
host_id: z.ZodNullable<z.ZodString>;
|
|
3430
|
-
id: z.ZodString;
|
|
3431
|
-
is_shared: z.ZodNullable<z.ZodBoolean>;
|
|
3432
|
-
latest_pull_at: z.ZodNullable<z.ZodString>;
|
|
3346
|
+
export declare const publicServerInstanceRecordSchema: z.ZodObject<{
|
|
3347
|
+
id: z.ZodNullable<z.ZodString>;
|
|
3433
3348
|
name: z.ZodNullable<z.ZodString>;
|
|
3434
|
-
|
|
3435
|
-
|
|
3349
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
3350
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3436
3351
|
status: z.ZodNullable<z.ZodEnum<{
|
|
3437
|
-
|
|
3438
|
-
|
|
3439
|
-
stopping: "stopping";
|
|
3440
|
-
stopped: "stopped";
|
|
3352
|
+
error: "error";
|
|
3353
|
+
online: "online";
|
|
3441
3354
|
offline: "offline";
|
|
3355
|
+
created: "created";
|
|
3442
3356
|
}>>;
|
|
3443
|
-
|
|
3444
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
3445
|
-
}, z.core.$strip>>;
|
|
3446
|
-
export declare const publicServerInstanceHeartbeatArgsSchema: z.ZodObject<{
|
|
3447
|
-
p_instance_id: z.ZodString;
|
|
3448
|
-
}, z.core.$strip>;
|
|
3449
|
-
export declare const publicServerInstanceHeartbeatReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3450
|
-
error: z.ZodString;
|
|
3451
|
-
success: z.ZodBoolean;
|
|
3452
|
-
temp_domain: z.ZodString;
|
|
3453
|
-
}, z.core.$strip>>;
|
|
3454
|
-
export declare const publicServerInstanceListArgsSchema: z.ZodObject<{
|
|
3455
|
-
kw: z.ZodOptional<z.ZodString>;
|
|
3456
|
-
p_host_id: z.ZodOptional<z.ZodString>;
|
|
3457
|
-
page_no: z.ZodOptional<z.ZodNumber>;
|
|
3458
|
-
page_size: z.ZodOptional<z.ZodNumber>;
|
|
3459
|
-
}, z.core.$strip>;
|
|
3460
|
-
export declare const publicServerInstanceListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3461
|
-
cloudflared_token: z.ZodNullable<z.ZodString>;
|
|
3462
|
-
created_at: z.ZodString;
|
|
3463
|
-
host_id: z.ZodNullable<z.ZodString>;
|
|
3464
|
-
id: z.ZodString;
|
|
3465
|
-
is_shared: z.ZodNullable<z.ZodBoolean>;
|
|
3466
|
-
latest_pull_at: z.ZodNullable<z.ZodString>;
|
|
3467
|
-
name: z.ZodNullable<z.ZodString>;
|
|
3468
|
-
runtime: z.ZodNullable<z.ZodString>;
|
|
3357
|
+
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
3469
3358
|
state: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3470
|
-
|
|
3471
|
-
running: "running";
|
|
3472
|
-
starting: "starting";
|
|
3473
|
-
stopping: "stopping";
|
|
3474
|
-
stopped: "stopped";
|
|
3475
|
-
offline: "offline";
|
|
3476
|
-
}>>;
|
|
3477
|
-
updated_at: z.ZodString;
|
|
3359
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
3478
3360
|
user_id: z.ZodNullable<z.ZodString>;
|
|
3479
|
-
|
|
3361
|
+
is_shared: z.ZodNullable<z.ZodBoolean>;
|
|
3362
|
+
}, z.core.$strip>;
|
|
3480
3363
|
export declare const publicServerInstanceListCursorArgsSchema: z.ZodObject<{
|
|
3481
3364
|
p_cursor_id: z.ZodOptional<z.ZodString>;
|
|
3482
3365
|
p_cursor_is_shared: z.ZodOptional<z.ZodBoolean>;
|
|
3483
3366
|
p_cursor_updated_at: z.ZodOptional<z.ZodString>;
|
|
3484
|
-
p_host_id: z.ZodOptional<z.ZodString>;
|
|
3485
3367
|
p_is_shared: z.ZodOptional<z.ZodBoolean>;
|
|
3486
3368
|
p_kw: z.ZodOptional<z.ZodString>;
|
|
3487
3369
|
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
3488
3370
|
p_tag_ids: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3489
3371
|
}, z.core.$strip>;
|
|
3490
3372
|
export declare const publicServerInstanceListCursorReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3491
|
-
|
|
3492
|
-
created_at: z.ZodString;
|
|
3493
|
-
host_id: z.ZodNullable<z.ZodString>;
|
|
3494
|
-
id: z.ZodString;
|
|
3495
|
-
is_shared: z.ZodNullable<z.ZodBoolean>;
|
|
3496
|
-
latest_pull_at: z.ZodNullable<z.ZodString>;
|
|
3373
|
+
id: z.ZodNullable<z.ZodString>;
|
|
3497
3374
|
name: z.ZodNullable<z.ZodString>;
|
|
3498
|
-
|
|
3499
|
-
|
|
3375
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
3376
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3500
3377
|
status: z.ZodNullable<z.ZodEnum<{
|
|
3501
|
-
|
|
3502
|
-
|
|
3503
|
-
stopping: "stopping";
|
|
3504
|
-
stopped: "stopped";
|
|
3378
|
+
error: "error";
|
|
3379
|
+
online: "online";
|
|
3505
3380
|
offline: "offline";
|
|
3381
|
+
created: "created";
|
|
3506
3382
|
}>>;
|
|
3507
|
-
|
|
3383
|
+
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
3384
|
+
state: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3385
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
3508
3386
|
user_id: z.ZodNullable<z.ZodString>;
|
|
3387
|
+
is_shared: z.ZodNullable<z.ZodBoolean>;
|
|
3509
3388
|
}, z.core.$strip>>;
|
|
3389
|
+
export declare const publicServerInstanceProbeArgsSchema: z.ZodObject<{
|
|
3390
|
+
p_instance_id: z.ZodString;
|
|
3391
|
+
}, z.core.$strip>;
|
|
3392
|
+
export declare const publicServerInstanceProbeReturnsSchema: z.ZodUndefined;
|
|
3510
3393
|
export declare const publicServerInstanceUpsertArgsSchema: z.ZodObject<{
|
|
3511
|
-
|
|
3512
|
-
|
|
3513
|
-
|
|
3514
|
-
p_is_managed: z.ZodOptional<z.ZodBoolean>;
|
|
3394
|
+
p_config: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3395
|
+
p_id: z.ZodOptional<z.ZodString>;
|
|
3396
|
+
p_is_public: z.ZodOptional<z.ZodBoolean>;
|
|
3515
3397
|
p_is_shared: z.ZodOptional<z.ZodBoolean>;
|
|
3516
3398
|
p_name: z.ZodOptional<z.ZodString>;
|
|
3517
|
-
p_runtime: z.ZodOptional<z.ZodString>;
|
|
3518
3399
|
p_state: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3519
3400
|
p_status: z.ZodOptional<z.ZodEnum<{
|
|
3520
|
-
|
|
3521
|
-
|
|
3522
|
-
stopping: "stopping";
|
|
3523
|
-
stopped: "stopped";
|
|
3401
|
+
error: "error";
|
|
3402
|
+
online: "online";
|
|
3524
3403
|
offline: "offline";
|
|
3404
|
+
created: "created";
|
|
3525
3405
|
}>>;
|
|
3526
|
-
p_user_id: z.ZodOptional<z.ZodString>;
|
|
3527
3406
|
}, z.core.$strip>;
|
|
3528
3407
|
export declare const publicServerInstanceUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3529
|
-
|
|
3530
|
-
created_at: z.ZodString;
|
|
3531
|
-
host_id: z.ZodNullable<z.ZodString>;
|
|
3532
|
-
id: z.ZodString;
|
|
3533
|
-
is_shared: z.ZodNullable<z.ZodBoolean>;
|
|
3534
|
-
latest_pull_at: z.ZodNullable<z.ZodString>;
|
|
3408
|
+
id: z.ZodNullable<z.ZodString>;
|
|
3535
3409
|
name: z.ZodNullable<z.ZodString>;
|
|
3536
|
-
|
|
3537
|
-
|
|
3410
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
3411
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3538
3412
|
status: z.ZodNullable<z.ZodEnum<{
|
|
3539
|
-
|
|
3540
|
-
|
|
3541
|
-
stopping: "stopping";
|
|
3542
|
-
stopped: "stopped";
|
|
3413
|
+
error: "error";
|
|
3414
|
+
online: "online";
|
|
3543
3415
|
offline: "offline";
|
|
3416
|
+
created: "created";
|
|
3544
3417
|
}>>;
|
|
3545
|
-
|
|
3418
|
+
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
3419
|
+
state: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3420
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
3546
3421
|
user_id: z.ZodNullable<z.ZodString>;
|
|
3422
|
+
is_shared: z.ZodNullable<z.ZodBoolean>;
|
|
3547
3423
|
}, z.core.$strip>>;
|
|
3424
|
+
export declare const publicServiceHealthSummaryArgsSchema: z.ZodNever;
|
|
3425
|
+
export declare const publicServiceHealthRecordSchema: z.ZodObject<{
|
|
3426
|
+
module: z.ZodNullable<z.ZodString>;
|
|
3427
|
+
status: z.ZodNullable<z.ZodString>;
|
|
3428
|
+
last_error_at: z.ZodNullable<z.ZodString>;
|
|
3429
|
+
last_error_message: z.ZodNullable<z.ZodString>;
|
|
3430
|
+
error_count_24h: z.ZodNullable<z.ZodNumber>;
|
|
3431
|
+
}, z.core.$strip>;
|
|
3548
3432
|
export declare const publicSysConfigSetArgsSchema: z.ZodObject<{
|
|
3549
3433
|
p_description: z.ZodOptional<z.ZodString>;
|
|
3550
3434
|
p_key: z.ZodString;
|
|
3551
3435
|
p_value: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3552
3436
|
}, z.core.$strip>;
|
|
3553
3437
|
export declare const publicSysConfigSetReturnsSchema: z.ZodUndefined;
|
|
3438
|
+
export declare const publicSysEventLogArgsSchema: z.ZodObject<{
|
|
3439
|
+
p_content: z.ZodString;
|
|
3440
|
+
p_event_type: z.ZodString;
|
|
3441
|
+
p_level: z.ZodOptional<z.ZodString>;
|
|
3442
|
+
p_meta: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3443
|
+
p_module: z.ZodOptional<z.ZodString>;
|
|
3444
|
+
p_notify_admins: z.ZodOptional<z.ZodBoolean>;
|
|
3445
|
+
p_resource_id: z.ZodOptional<z.ZodString>;
|
|
3446
|
+
p_resource_type: z.ZodOptional<z.ZodString>;
|
|
3447
|
+
}, z.core.$strip>;
|
|
3448
|
+
export declare const publicSysEventLogReturnsSchema: z.ZodString;
|
|
3554
3449
|
export declare const publicSysGetDbSchemaArgsSchema: z.ZodObject<{
|
|
3555
3450
|
p_excluded_tables: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
3556
3451
|
p_include_comments: z.ZodOptional<z.ZodBoolean>;
|
|
@@ -3561,9 +3456,48 @@ export declare const publicSysInitQueueArgsSchema: z.ZodObject<{
|
|
|
3561
3456
|
name: z.ZodString;
|
|
3562
3457
|
}, z.core.$strip>;
|
|
3563
3458
|
export declare const publicSysInitQueueReturnsSchema: z.ZodUndefined;
|
|
3564
|
-
export declare const
|
|
3565
|
-
|
|
3566
|
-
|
|
3459
|
+
export declare const publicSysLogListArgsSchema: z.ZodObject<{
|
|
3460
|
+
p_cursor: z.ZodOptional<z.ZodString>;
|
|
3461
|
+
p_event_type: z.ZodOptional<z.ZodString>;
|
|
3462
|
+
p_level_max: z.ZodOptional<z.ZodEnum<{
|
|
3463
|
+
error: "error";
|
|
3464
|
+
info: "info";
|
|
3465
|
+
warn: "warn";
|
|
3466
|
+
}>>;
|
|
3467
|
+
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
3468
|
+
p_module: z.ZodOptional<z.ZodString>;
|
|
3469
|
+
p_resource_id: z.ZodOptional<z.ZodString>;
|
|
3470
|
+
p_resource_type: z.ZodOptional<z.ZodString>;
|
|
3471
|
+
}, z.core.$strip>;
|
|
3472
|
+
export declare const publicSysLogRecordSchema: z.ZodObject<{
|
|
3473
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
3474
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
3475
|
+
text: z.ZodNullable<z.ZodString>;
|
|
3476
|
+
level: z.ZodNullable<z.ZodEnum<{
|
|
3477
|
+
error: "error";
|
|
3478
|
+
info: "info";
|
|
3479
|
+
warn: "warn";
|
|
3480
|
+
}>>;
|
|
3481
|
+
module: z.ZodNullable<z.ZodString>;
|
|
3482
|
+
event_type: z.ZodNullable<z.ZodString>;
|
|
3483
|
+
meta: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3484
|
+
resource_type: z.ZodNullable<z.ZodString>;
|
|
3485
|
+
resource_id: z.ZodNullable<z.ZodString>;
|
|
3486
|
+
resource_name: z.ZodNullable<z.ZodString>;
|
|
3487
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
3488
|
+
}, z.core.$strip>;
|
|
3489
|
+
export declare const publicSysLogValidateMetaArgsSchema: z.ZodObject<{
|
|
3490
|
+
p_event_type: z.ZodString;
|
|
3491
|
+
p_meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3492
|
+
}, z.core.$strip>;
|
|
3493
|
+
export declare const publicSysLogValidateMetaReturnsSchema: z.ZodBoolean;
|
|
3494
|
+
export declare const publicSysLogsCleanupArgsSchema: z.ZodObject<{
|
|
3495
|
+
p_retention_days: z.ZodOptional<z.ZodNumber>;
|
|
3496
|
+
}, z.core.$strip>;
|
|
3497
|
+
export declare const publicSysLogsCleanupReturnsSchema: z.ZodUndefined;
|
|
3498
|
+
export declare const publicSystemConfigPublicDeleteArgsSchema: z.ZodObject<{
|
|
3499
|
+
p_key: z.ZodString;
|
|
3500
|
+
}, z.core.$strip>;
|
|
3567
3501
|
export declare const publicSystemConfigPublicDeleteReturnsSchema: z.ZodUndefined;
|
|
3568
3502
|
export declare const publicSystemConfigPublicGetArgsSchema: z.ZodObject<{
|
|
3569
3503
|
p_key: z.ZodString;
|
|
@@ -3571,13 +3505,13 @@ export declare const publicSystemConfigPublicGetArgsSchema: z.ZodObject<{
|
|
|
3571
3505
|
export declare const publicSystemConfigPublicGetReturnsSchema: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3572
3506
|
export declare const publicSystemConfigPublicListArgsSchema: z.ZodNever;
|
|
3573
3507
|
export declare const publicSystemConfigPublicListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3574
|
-
|
|
3508
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
3509
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3575
3510
|
key: z.ZodString;
|
|
3576
|
-
updated_at: z.ZodString
|
|
3511
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
3577
3512
|
value: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3578
3513
|
}, z.core.$strip>>;
|
|
3579
3514
|
export declare const publicSystemConfigPublicSetArgsSchema: z.ZodObject<{
|
|
3580
|
-
p_description: z.ZodOptional<z.ZodString>;
|
|
3581
3515
|
p_key: z.ZodString;
|
|
3582
3516
|
p_value: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3583
3517
|
}, z.core.$strip>;
|
|
@@ -3610,15 +3544,530 @@ export declare const publicTagUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
3610
3544
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
3611
3545
|
instance_count: z.ZodNullable<z.ZodNumber>;
|
|
3612
3546
|
}, z.core.$strip>>;
|
|
3547
|
+
export declare const publicTaskAckArgsSchema: z.ZodObject<{
|
|
3548
|
+
p_msg_id: z.ZodNumber;
|
|
3549
|
+
}, z.core.$strip>;
|
|
3550
|
+
export declare const publicTaskAckReturnsSchema: z.ZodUndefined;
|
|
3551
|
+
export declare const publicTaskAttemptDispatchArgsSchema: z.ZodObject<{
|
|
3552
|
+
p_task: z.ZodObject<{
|
|
3553
|
+
code: z.ZodNullable<z.ZodString>;
|
|
3554
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3555
|
+
agent: "agent";
|
|
3556
|
+
sql: "sql";
|
|
3557
|
+
bash: "bash";
|
|
3558
|
+
python: "python";
|
|
3559
|
+
javascript: "javascript";
|
|
3560
|
+
}>>;
|
|
3561
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
3562
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
3563
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
3564
|
+
created_at: z.ZodString;
|
|
3565
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3566
|
+
error: z.ZodNullable<z.ZodString>;
|
|
3567
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
3568
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
3569
|
+
id: z.ZodString;
|
|
3570
|
+
max_retries: z.ZodNumber;
|
|
3571
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3572
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
3573
|
+
priority: z.ZodNumber;
|
|
3574
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3575
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
3576
|
+
retry_count: z.ZodNumber;
|
|
3577
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
3578
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
3579
|
+
status: z.ZodEnum<{
|
|
3580
|
+
running: "running";
|
|
3581
|
+
queued: "queued";
|
|
3582
|
+
failed: "failed";
|
|
3583
|
+
cancelled: "cancelled";
|
|
3584
|
+
pending: "pending";
|
|
3585
|
+
draft: "draft";
|
|
3586
|
+
completed: "completed";
|
|
3587
|
+
paused: "paused";
|
|
3588
|
+
}>;
|
|
3589
|
+
tags: z.ZodArray<z.ZodString>;
|
|
3590
|
+
title: z.ZodString;
|
|
3591
|
+
updated_at: z.ZodString;
|
|
3592
|
+
user_id: z.ZodString;
|
|
3593
|
+
}, z.core.$strip>;
|
|
3594
|
+
}, z.core.$strip>;
|
|
3595
|
+
export declare const publicTaskAttemptDispatchReturnsSchema: z.ZodObject<{
|
|
3596
|
+
code: z.ZodNullable<z.ZodString>;
|
|
3597
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3598
|
+
agent: "agent";
|
|
3599
|
+
sql: "sql";
|
|
3600
|
+
bash: "bash";
|
|
3601
|
+
python: "python";
|
|
3602
|
+
javascript: "javascript";
|
|
3603
|
+
}>>;
|
|
3604
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
3605
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
3606
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
3607
|
+
created_at: z.ZodString;
|
|
3608
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3609
|
+
error: z.ZodNullable<z.ZodString>;
|
|
3610
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
3611
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
3612
|
+
id: z.ZodString;
|
|
3613
|
+
max_retries: z.ZodNumber;
|
|
3614
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3615
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
3616
|
+
priority: z.ZodNumber;
|
|
3617
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3618
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
3619
|
+
retry_count: z.ZodNumber;
|
|
3620
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
3621
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
3622
|
+
status: z.ZodEnum<{
|
|
3623
|
+
running: "running";
|
|
3624
|
+
queued: "queued";
|
|
3625
|
+
failed: "failed";
|
|
3626
|
+
cancelled: "cancelled";
|
|
3627
|
+
pending: "pending";
|
|
3628
|
+
draft: "draft";
|
|
3629
|
+
completed: "completed";
|
|
3630
|
+
paused: "paused";
|
|
3631
|
+
}>;
|
|
3632
|
+
tags: z.ZodArray<z.ZodString>;
|
|
3633
|
+
title: z.ZodString;
|
|
3634
|
+
updated_at: z.ZodString;
|
|
3635
|
+
user_id: z.ZodString;
|
|
3636
|
+
}, z.core.$strip>;
|
|
3637
|
+
export declare const publicTaskCancelArgsSchema: z.ZodObject<{
|
|
3638
|
+
p_id: z.ZodString;
|
|
3639
|
+
}, z.core.$strip>;
|
|
3640
|
+
export declare const publicTaskCancelReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3641
|
+
code: z.ZodNullable<z.ZodString>;
|
|
3642
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3643
|
+
agent: "agent";
|
|
3644
|
+
sql: "sql";
|
|
3645
|
+
bash: "bash";
|
|
3646
|
+
python: "python";
|
|
3647
|
+
javascript: "javascript";
|
|
3648
|
+
}>>;
|
|
3649
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
3650
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
3651
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
3652
|
+
created_at: z.ZodString;
|
|
3653
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3654
|
+
error: z.ZodNullable<z.ZodString>;
|
|
3655
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
3656
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
3657
|
+
id: z.ZodString;
|
|
3658
|
+
max_retries: z.ZodNumber;
|
|
3659
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3660
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
3661
|
+
priority: z.ZodNumber;
|
|
3662
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3663
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
3664
|
+
retry_count: z.ZodNumber;
|
|
3665
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
3666
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
3667
|
+
status: z.ZodEnum<{
|
|
3668
|
+
running: "running";
|
|
3669
|
+
queued: "queued";
|
|
3670
|
+
failed: "failed";
|
|
3671
|
+
cancelled: "cancelled";
|
|
3672
|
+
pending: "pending";
|
|
3673
|
+
draft: "draft";
|
|
3674
|
+
completed: "completed";
|
|
3675
|
+
paused: "paused";
|
|
3676
|
+
}>;
|
|
3677
|
+
tags: z.ZodArray<z.ZodString>;
|
|
3678
|
+
title: z.ZodString;
|
|
3679
|
+
updated_at: z.ZodString;
|
|
3680
|
+
user_id: z.ZodString;
|
|
3681
|
+
}, z.core.$strip>>;
|
|
3682
|
+
export declare const publicTaskCompleteArgsSchema: z.ZodObject<{
|
|
3683
|
+
p_error: z.ZodOptional<z.ZodString>;
|
|
3684
|
+
p_id: z.ZodString;
|
|
3685
|
+
p_result: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3686
|
+
p_result_text: z.ZodOptional<z.ZodString>;
|
|
3687
|
+
p_success: z.ZodBoolean;
|
|
3688
|
+
}, z.core.$strip>;
|
|
3689
|
+
export declare const publicTaskCompleteReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3690
|
+
code: z.ZodNullable<z.ZodString>;
|
|
3691
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3692
|
+
agent: "agent";
|
|
3693
|
+
sql: "sql";
|
|
3694
|
+
bash: "bash";
|
|
3695
|
+
python: "python";
|
|
3696
|
+
javascript: "javascript";
|
|
3697
|
+
}>>;
|
|
3698
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
3699
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
3700
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
3701
|
+
created_at: z.ZodString;
|
|
3702
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3703
|
+
error: z.ZodNullable<z.ZodString>;
|
|
3704
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
3705
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
3706
|
+
id: z.ZodString;
|
|
3707
|
+
max_retries: z.ZodNumber;
|
|
3708
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3709
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
3710
|
+
priority: z.ZodNumber;
|
|
3711
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3712
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
3713
|
+
retry_count: z.ZodNumber;
|
|
3714
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
3715
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
3716
|
+
status: z.ZodEnum<{
|
|
3717
|
+
running: "running";
|
|
3718
|
+
queued: "queued";
|
|
3719
|
+
failed: "failed";
|
|
3720
|
+
cancelled: "cancelled";
|
|
3721
|
+
pending: "pending";
|
|
3722
|
+
draft: "draft";
|
|
3723
|
+
completed: "completed";
|
|
3724
|
+
paused: "paused";
|
|
3725
|
+
}>;
|
|
3726
|
+
tags: z.ZodArray<z.ZodString>;
|
|
3727
|
+
title: z.ZodString;
|
|
3728
|
+
updated_at: z.ZodString;
|
|
3729
|
+
user_id: z.ZodString;
|
|
3730
|
+
}, z.core.$strip>>;
|
|
3731
|
+
export declare const publicTaskDeriveArgsSchema: z.ZodObject<{
|
|
3732
|
+
p_code: z.ZodString;
|
|
3733
|
+
p_code_type: z.ZodEnum<{
|
|
3734
|
+
agent: "agent";
|
|
3735
|
+
sql: "sql";
|
|
3736
|
+
bash: "bash";
|
|
3737
|
+
python: "python";
|
|
3738
|
+
javascript: "javascript";
|
|
3739
|
+
}>;
|
|
3740
|
+
p_description: z.ZodOptional<z.ZodString>;
|
|
3741
|
+
p_meta: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3742
|
+
p_parent_id: z.ZodString;
|
|
3743
|
+
p_title: z.ZodString;
|
|
3744
|
+
}, z.core.$strip>;
|
|
3745
|
+
export declare const publicTaskDeriveReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3746
|
+
code: z.ZodNullable<z.ZodString>;
|
|
3747
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3748
|
+
agent: "agent";
|
|
3749
|
+
sql: "sql";
|
|
3750
|
+
bash: "bash";
|
|
3751
|
+
python: "python";
|
|
3752
|
+
javascript: "javascript";
|
|
3753
|
+
}>>;
|
|
3754
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
3755
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
3756
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
3757
|
+
created_at: z.ZodString;
|
|
3758
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3759
|
+
error: z.ZodNullable<z.ZodString>;
|
|
3760
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
3761
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
3762
|
+
id: z.ZodString;
|
|
3763
|
+
max_retries: z.ZodNumber;
|
|
3764
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3765
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
3766
|
+
priority: z.ZodNumber;
|
|
3767
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3768
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
3769
|
+
retry_count: z.ZodNumber;
|
|
3770
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
3771
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
3772
|
+
status: z.ZodEnum<{
|
|
3773
|
+
running: "running";
|
|
3774
|
+
queued: "queued";
|
|
3775
|
+
failed: "failed";
|
|
3776
|
+
cancelled: "cancelled";
|
|
3777
|
+
pending: "pending";
|
|
3778
|
+
draft: "draft";
|
|
3779
|
+
completed: "completed";
|
|
3780
|
+
paused: "paused";
|
|
3781
|
+
}>;
|
|
3782
|
+
tags: z.ZodArray<z.ZodString>;
|
|
3783
|
+
title: z.ZodString;
|
|
3784
|
+
updated_at: z.ZodString;
|
|
3785
|
+
user_id: z.ZodString;
|
|
3786
|
+
}, z.core.$strip>>;
|
|
3787
|
+
export declare const publicTaskGetArgsSchema: z.ZodObject<{
|
|
3788
|
+
p_id: z.ZodString;
|
|
3789
|
+
}, z.core.$strip>;
|
|
3790
|
+
export declare const publicTaskGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3791
|
+
code: z.ZodNullable<z.ZodString>;
|
|
3792
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3793
|
+
agent: "agent";
|
|
3794
|
+
sql: "sql";
|
|
3795
|
+
bash: "bash";
|
|
3796
|
+
python: "python";
|
|
3797
|
+
javascript: "javascript";
|
|
3798
|
+
}>>;
|
|
3799
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
3800
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
3801
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
3802
|
+
created_at: z.ZodString;
|
|
3803
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3804
|
+
error: z.ZodNullable<z.ZodString>;
|
|
3805
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
3806
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
3807
|
+
id: z.ZodString;
|
|
3808
|
+
max_retries: z.ZodNumber;
|
|
3809
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3810
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
3811
|
+
priority: z.ZodNumber;
|
|
3812
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3813
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
3814
|
+
retry_count: z.ZodNumber;
|
|
3815
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
3816
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
3817
|
+
status: z.ZodEnum<{
|
|
3818
|
+
running: "running";
|
|
3819
|
+
queued: "queued";
|
|
3820
|
+
failed: "failed";
|
|
3821
|
+
cancelled: "cancelled";
|
|
3822
|
+
pending: "pending";
|
|
3823
|
+
draft: "draft";
|
|
3824
|
+
completed: "completed";
|
|
3825
|
+
paused: "paused";
|
|
3826
|
+
}>;
|
|
3827
|
+
tags: z.ZodArray<z.ZodString>;
|
|
3828
|
+
title: z.ZodString;
|
|
3829
|
+
updated_at: z.ZodString;
|
|
3830
|
+
user_id: z.ZodString;
|
|
3831
|
+
}, z.core.$strip>>;
|
|
3832
|
+
export declare const publicTaskListCursorArgsSchema: z.ZodObject<{
|
|
3833
|
+
p_code_type: z.ZodOptional<z.ZodEnum<{
|
|
3834
|
+
agent: "agent";
|
|
3835
|
+
sql: "sql";
|
|
3836
|
+
bash: "bash";
|
|
3837
|
+
python: "python";
|
|
3838
|
+
javascript: "javascript";
|
|
3839
|
+
}>>;
|
|
3840
|
+
p_context_id: z.ZodOptional<z.ZodString>;
|
|
3841
|
+
p_context_type: z.ZodOptional<z.ZodString>;
|
|
3842
|
+
p_cursor: z.ZodOptional<z.ZodString>;
|
|
3843
|
+
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
3844
|
+
p_parent_id: z.ZodOptional<z.ZodString>;
|
|
3845
|
+
p_status: z.ZodOptional<z.ZodEnum<{
|
|
3846
|
+
running: "running";
|
|
3847
|
+
queued: "queued";
|
|
3848
|
+
failed: "failed";
|
|
3849
|
+
cancelled: "cancelled";
|
|
3850
|
+
pending: "pending";
|
|
3851
|
+
draft: "draft";
|
|
3852
|
+
completed: "completed";
|
|
3853
|
+
paused: "paused";
|
|
3854
|
+
}>>;
|
|
3855
|
+
p_tag: z.ZodOptional<z.ZodString>;
|
|
3856
|
+
}, z.core.$strip>;
|
|
3857
|
+
export declare const publicTaskListCursorReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3858
|
+
code: z.ZodNullable<z.ZodString>;
|
|
3859
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3860
|
+
agent: "agent";
|
|
3861
|
+
sql: "sql";
|
|
3862
|
+
bash: "bash";
|
|
3863
|
+
python: "python";
|
|
3864
|
+
javascript: "javascript";
|
|
3865
|
+
}>>;
|
|
3866
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
3867
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
3868
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
3869
|
+
created_at: z.ZodString;
|
|
3870
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3871
|
+
error: z.ZodNullable<z.ZodString>;
|
|
3872
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
3873
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
3874
|
+
id: z.ZodString;
|
|
3875
|
+
max_retries: z.ZodNumber;
|
|
3876
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3877
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
3878
|
+
priority: z.ZodNumber;
|
|
3879
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3880
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
3881
|
+
retry_count: z.ZodNumber;
|
|
3882
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
3883
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
3884
|
+
status: z.ZodEnum<{
|
|
3885
|
+
running: "running";
|
|
3886
|
+
queued: "queued";
|
|
3887
|
+
failed: "failed";
|
|
3888
|
+
cancelled: "cancelled";
|
|
3889
|
+
pending: "pending";
|
|
3890
|
+
draft: "draft";
|
|
3891
|
+
completed: "completed";
|
|
3892
|
+
paused: "paused";
|
|
3893
|
+
}>;
|
|
3894
|
+
tags: z.ZodArray<z.ZodString>;
|
|
3895
|
+
title: z.ZodString;
|
|
3896
|
+
updated_at: z.ZodString;
|
|
3897
|
+
user_id: z.ZodString;
|
|
3898
|
+
}, z.core.$strip>>;
|
|
3899
|
+
export declare const publicTaskScheduleNextArgsSchema: z.ZodNever;
|
|
3900
|
+
export declare const publicTaskScheduleNextReturnsSchema: z.ZodUndefined;
|
|
3613
3901
|
export declare const publicTaskSubmitArgsSchema: z.ZodObject<{
|
|
3614
|
-
|
|
3615
|
-
p_type: z.ZodString;
|
|
3902
|
+
p_id: z.ZodString;
|
|
3616
3903
|
}, z.core.$strip>;
|
|
3617
|
-
export declare const publicTaskSubmitReturnsSchema: z.
|
|
3618
|
-
|
|
3619
|
-
|
|
3904
|
+
export declare const publicTaskSubmitReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3905
|
+
code: z.ZodNullable<z.ZodString>;
|
|
3906
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3907
|
+
agent: "agent";
|
|
3908
|
+
sql: "sql";
|
|
3909
|
+
bash: "bash";
|
|
3910
|
+
python: "python";
|
|
3911
|
+
javascript: "javascript";
|
|
3912
|
+
}>>;
|
|
3913
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
3914
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
3915
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
3916
|
+
created_at: z.ZodString;
|
|
3917
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3918
|
+
error: z.ZodNullable<z.ZodString>;
|
|
3919
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
3920
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
3921
|
+
id: z.ZodString;
|
|
3922
|
+
max_retries: z.ZodNumber;
|
|
3923
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3924
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
3925
|
+
priority: z.ZodNumber;
|
|
3926
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3927
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
3928
|
+
retry_count: z.ZodNumber;
|
|
3929
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
3930
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
3931
|
+
status: z.ZodEnum<{
|
|
3932
|
+
running: "running";
|
|
3933
|
+
queued: "queued";
|
|
3934
|
+
failed: "failed";
|
|
3935
|
+
cancelled: "cancelled";
|
|
3936
|
+
pending: "pending";
|
|
3937
|
+
draft: "draft";
|
|
3938
|
+
completed: "completed";
|
|
3939
|
+
paused: "paused";
|
|
3940
|
+
}>;
|
|
3941
|
+
tags: z.ZodArray<z.ZodString>;
|
|
3942
|
+
title: z.ZodString;
|
|
3943
|
+
updated_at: z.ZodString;
|
|
3944
|
+
user_id: z.ZodString;
|
|
3945
|
+
}, z.core.$strip>>;
|
|
3946
|
+
export declare const publicTaskTimeoutCheckArgsSchema: z.ZodNever;
|
|
3947
|
+
export declare const publicTaskTimeoutCheckReturnsSchema: z.ZodUndefined;
|
|
3948
|
+
export declare const publicTaskTreeArgsSchema: z.ZodObject<{
|
|
3949
|
+
p_task_id: z.ZodString;
|
|
3950
|
+
}, z.core.$strip>;
|
|
3951
|
+
export declare const publicTaskTreeReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3952
|
+
code: z.ZodNullable<z.ZodString>;
|
|
3953
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
3954
|
+
agent: "agent";
|
|
3955
|
+
sql: "sql";
|
|
3956
|
+
bash: "bash";
|
|
3957
|
+
python: "python";
|
|
3958
|
+
javascript: "javascript";
|
|
3959
|
+
}>>;
|
|
3960
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
3961
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
3962
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
3963
|
+
created_at: z.ZodString;
|
|
3964
|
+
description: z.ZodNullable<z.ZodString>;
|
|
3965
|
+
error: z.ZodNullable<z.ZodString>;
|
|
3966
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
3967
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
3968
|
+
id: z.ZodString;
|
|
3969
|
+
max_retries: z.ZodNumber;
|
|
3970
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3971
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
3972
|
+
priority: z.ZodNumber;
|
|
3973
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3974
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
3975
|
+
retry_count: z.ZodNumber;
|
|
3976
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
3977
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
3978
|
+
status: z.ZodEnum<{
|
|
3979
|
+
running: "running";
|
|
3980
|
+
queued: "queued";
|
|
3981
|
+
failed: "failed";
|
|
3982
|
+
cancelled: "cancelled";
|
|
3983
|
+
pending: "pending";
|
|
3984
|
+
draft: "draft";
|
|
3985
|
+
completed: "completed";
|
|
3986
|
+
paused: "paused";
|
|
3987
|
+
}>;
|
|
3988
|
+
tags: z.ZodArray<z.ZodString>;
|
|
3989
|
+
title: z.ZodString;
|
|
3990
|
+
updated_at: z.ZodString;
|
|
3991
|
+
user_id: z.ZodString;
|
|
3992
|
+
}, z.core.$strip>>;
|
|
3993
|
+
export declare const publicTaskUpsertArgsSchema: z.ZodObject<{
|
|
3994
|
+
p_code: z.ZodOptional<z.ZodString>;
|
|
3995
|
+
p_code_type: z.ZodOptional<z.ZodEnum<{
|
|
3996
|
+
agent: "agent";
|
|
3997
|
+
sql: "sql";
|
|
3998
|
+
bash: "bash";
|
|
3999
|
+
python: "python";
|
|
4000
|
+
javascript: "javascript";
|
|
4001
|
+
}>>;
|
|
4002
|
+
p_context_id: z.ZodOptional<z.ZodString>;
|
|
4003
|
+
p_context_type: z.ZodOptional<z.ZodString>;
|
|
4004
|
+
p_description: z.ZodOptional<z.ZodString>;
|
|
4005
|
+
p_executor_id: z.ZodOptional<z.ZodString>;
|
|
4006
|
+
p_executor_type: z.ZodOptional<z.ZodString>;
|
|
4007
|
+
p_id: z.ZodOptional<z.ZodString>;
|
|
4008
|
+
p_max_retries: z.ZodOptional<z.ZodNumber>;
|
|
4009
|
+
p_meta: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4010
|
+
p_parent_id: z.ZodOptional<z.ZodString>;
|
|
4011
|
+
p_priority: z.ZodOptional<z.ZodNumber>;
|
|
4012
|
+
p_scheduled_at: z.ZodOptional<z.ZodString>;
|
|
4013
|
+
p_status: z.ZodOptional<z.ZodEnum<{
|
|
4014
|
+
running: "running";
|
|
4015
|
+
queued: "queued";
|
|
4016
|
+
failed: "failed";
|
|
4017
|
+
cancelled: "cancelled";
|
|
4018
|
+
pending: "pending";
|
|
4019
|
+
draft: "draft";
|
|
4020
|
+
completed: "completed";
|
|
4021
|
+
paused: "paused";
|
|
4022
|
+
}>>;
|
|
4023
|
+
p_tags: z.ZodOptional<z.ZodArray<z.ZodString>>;
|
|
4024
|
+
p_title: z.ZodOptional<z.ZodString>;
|
|
4025
|
+
}, z.core.$strip>;
|
|
4026
|
+
export declare const publicTaskUpsertReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4027
|
+
code: z.ZodNullable<z.ZodString>;
|
|
4028
|
+
code_type: z.ZodNullable<z.ZodEnum<{
|
|
4029
|
+
agent: "agent";
|
|
4030
|
+
sql: "sql";
|
|
4031
|
+
bash: "bash";
|
|
4032
|
+
python: "python";
|
|
4033
|
+
javascript: "javascript";
|
|
4034
|
+
}>>;
|
|
4035
|
+
completed_at: z.ZodNullable<z.ZodString>;
|
|
4036
|
+
context_id: z.ZodNullable<z.ZodString>;
|
|
4037
|
+
context_type: z.ZodNullable<z.ZodString>;
|
|
4038
|
+
created_at: z.ZodString;
|
|
4039
|
+
description: z.ZodNullable<z.ZodString>;
|
|
4040
|
+
error: z.ZodNullable<z.ZodString>;
|
|
4041
|
+
executor_id: z.ZodNullable<z.ZodString>;
|
|
4042
|
+
executor_type: z.ZodNullable<z.ZodString>;
|
|
4043
|
+
id: z.ZodString;
|
|
4044
|
+
max_retries: z.ZodNumber;
|
|
4045
|
+
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
4046
|
+
parent_id: z.ZodNullable<z.ZodString>;
|
|
4047
|
+
priority: z.ZodNumber;
|
|
4048
|
+
result: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4049
|
+
result_text: z.ZodNullable<z.ZodString>;
|
|
4050
|
+
retry_count: z.ZodNumber;
|
|
4051
|
+
scheduled_at: z.ZodNullable<z.ZodString>;
|
|
4052
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
4053
|
+
status: z.ZodEnum<{
|
|
4054
|
+
running: "running";
|
|
4055
|
+
queued: "queued";
|
|
4056
|
+
failed: "failed";
|
|
4057
|
+
cancelled: "cancelled";
|
|
4058
|
+
pending: "pending";
|
|
4059
|
+
draft: "draft";
|
|
4060
|
+
completed: "completed";
|
|
4061
|
+
paused: "paused";
|
|
4062
|
+
}>;
|
|
4063
|
+
tags: z.ZodArray<z.ZodString>;
|
|
4064
|
+
title: z.ZodString;
|
|
4065
|
+
updated_at: z.ZodString;
|
|
4066
|
+
user_id: z.ZodString;
|
|
4067
|
+
}, z.core.$strip>>;
|
|
3620
4068
|
export declare const publicTelegramLoginStartArgsSchema: z.ZodObject<{
|
|
3621
4069
|
p_account_id: z.ZodString;
|
|
4070
|
+
p_use_sms: z.ZodOptional<z.ZodBoolean>;
|
|
3622
4071
|
}, z.core.$strip>;
|
|
3623
4072
|
export declare const publicTelegramLoginStartReturnsSchema: z.ZodUndefined;
|
|
3624
4073
|
export declare const publicTelegramLoginSubmit2faArgsSchema: z.ZodObject<{
|
|
@@ -3631,32 +4080,78 @@ export declare const publicTelegramLoginSubmitCodeArgsSchema: z.ZodObject<{
|
|
|
3631
4080
|
p_code: z.ZodString;
|
|
3632
4081
|
}, z.core.$strip>;
|
|
3633
4082
|
export declare const publicTelegramLoginSubmitCodeReturnsSchema: z.ZodUndefined;
|
|
3634
|
-
export declare const
|
|
3635
|
-
export declare const
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
severity: z.ZodString;
|
|
3639
|
-
}, z.core.$strip>>;
|
|
3640
|
-
export declare const publicUidByEmailArgsSchema: z.ZodObject<{
|
|
3641
|
-
email: z.ZodString;
|
|
4083
|
+
export declare const publicTrafficLogDeleteArgsSchema: z.ZodNever;
|
|
4084
|
+
export declare const publicTrafficLogDeleteReturnsSchema: z.ZodUndefined;
|
|
4085
|
+
export declare const publicTrafficLogInsertArgsSchema: z.ZodObject<{
|
|
4086
|
+
p_logs: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>;
|
|
3642
4087
|
}, z.core.$strip>;
|
|
3643
|
-
export declare const
|
|
4088
|
+
export declare const publicTrafficLogInsertReturnsSchema: z.ZodUndefined;
|
|
4089
|
+
export declare const publicTrafficLogListArgsSchema: z.ZodObject<{
|
|
4090
|
+
p_limit: z.ZodOptional<z.ZodNumber>;
|
|
4091
|
+
p_offset: z.ZodOptional<z.ZodNumber>;
|
|
4092
|
+
}, z.core.$strip>;
|
|
4093
|
+
export declare const publicTrafficLogListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4094
|
+
client_ip: z.ZodNullable<z.ZodString>;
|
|
4095
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
4096
|
+
error: z.ZodNullable<z.ZodString>;
|
|
4097
|
+
host: z.ZodNullable<z.ZodString>;
|
|
3644
4098
|
id: z.ZodString;
|
|
4099
|
+
method: z.ZodNullable<z.ZodString>;
|
|
4100
|
+
path: z.ZodNullable<z.ZodString>;
|
|
4101
|
+
request_headers: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4102
|
+
response_headers: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4103
|
+
scheme: z.ZodNullable<z.ZodString>;
|
|
4104
|
+
started_at: z.ZodNullable<z.ZodString>;
|
|
4105
|
+
status_code: z.ZodNullable<z.ZodNumber>;
|
|
4106
|
+
url: z.ZodNullable<z.ZodString>;
|
|
4107
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
4108
|
+
worker_id: z.ZodNullable<z.ZodString>;
|
|
3645
4109
|
}, z.core.$strip>>;
|
|
4110
|
+
export declare const publicUserCreateArgsSchema: z.ZodObject<{
|
|
4111
|
+
p_email: z.ZodString;
|
|
4112
|
+
p_full_name: z.ZodOptional<z.ZodString>;
|
|
4113
|
+
p_password: z.ZodString;
|
|
4114
|
+
p_role: z.ZodOptional<z.ZodEnum<{
|
|
4115
|
+
member: "member";
|
|
4116
|
+
admin: "admin";
|
|
4117
|
+
moderator: "moderator";
|
|
4118
|
+
}>>;
|
|
4119
|
+
p_user_id: z.ZodOptional<z.ZodString>;
|
|
4120
|
+
}, z.core.$strip>;
|
|
4121
|
+
export declare const publicUserCreateReturnsSchema: z.ZodString;
|
|
4122
|
+
export declare const publicUserDeleteArgsSchema: z.ZodObject<{
|
|
4123
|
+
p_user_id: z.ZodString;
|
|
4124
|
+
}, z.core.$strip>;
|
|
4125
|
+
export declare const publicUserDeleteReturnsSchema: z.ZodUndefined;
|
|
3646
4126
|
export declare const publicUserLogListArgsSchema: z.ZodObject<{
|
|
3647
4127
|
p_page: z.ZodOptional<z.ZodNumber>;
|
|
3648
4128
|
p_page_size: z.ZodOptional<z.ZodNumber>;
|
|
3649
4129
|
}, z.core.$strip>;
|
|
3650
4130
|
export declare const publicUserLogListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3651
|
-
content: z.ZodString
|
|
3652
|
-
created_at: z.ZodString
|
|
4131
|
+
content: z.ZodNullable<z.ZodString>;
|
|
4132
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
3653
4133
|
event_type: z.ZodString;
|
|
3654
4134
|
id: z.ZodString;
|
|
3655
4135
|
level: z.ZodString;
|
|
3656
|
-
meta: z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown
|
|
3657
|
-
resource_id: z.ZodString
|
|
3658
|
-
resource_type: z.ZodString
|
|
4136
|
+
meta: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4137
|
+
resource_id: z.ZodNullable<z.ZodString>;
|
|
4138
|
+
resource_type: z.ZodNullable<z.ZodString>;
|
|
4139
|
+
user_id: z.ZodString;
|
|
3659
4140
|
}, z.core.$strip>>;
|
|
4141
|
+
export declare const publicUserLogRecordArgsSchema: z.ZodObject<{
|
|
4142
|
+
p_content: z.ZodString;
|
|
4143
|
+
p_event_type: z.ZodString;
|
|
4144
|
+
p_level: z.ZodOptional<z.ZodString>;
|
|
4145
|
+
p_meta: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4146
|
+
p_resource_id: z.ZodOptional<z.ZodString>;
|
|
4147
|
+
p_resource_type: z.ZodOptional<z.ZodString>;
|
|
4148
|
+
p_user_id: z.ZodOptional<z.ZodString>;
|
|
4149
|
+
}, z.core.$strip>;
|
|
4150
|
+
export declare const publicUserLogRecordReturnsSchema: z.ZodString;
|
|
4151
|
+
export declare const publicUserNotificationsCleanupArgsSchema: z.ZodObject<{
|
|
4152
|
+
p_retention_days: z.ZodOptional<z.ZodNumber>;
|
|
4153
|
+
}, z.core.$strip>;
|
|
4154
|
+
export declare const publicUserNotificationsCleanupReturnsSchema: z.ZodUndefined;
|
|
3660
4155
|
export declare const publicUserProfileGetArgsSchema: z.ZodNever;
|
|
3661
4156
|
export declare const publicUserProfileRecordSchema: z.ZodObject<{
|
|
3662
4157
|
id: z.ZodNullable<z.ZodString>;
|
|
@@ -3680,67 +4175,35 @@ export declare const publicUserProfileUpsertReturnsSchema: z.ZodObject<{
|
|
|
3680
4175
|
username: z.ZodNullable<z.ZodString>;
|
|
3681
4176
|
website: z.ZodNullable<z.ZodString>;
|
|
3682
4177
|
}, z.core.$strip>;
|
|
3683
|
-
export declare const
|
|
3684
|
-
|
|
3685
|
-
|
|
3686
|
-
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
p_queue: z.ZodString;
|
|
3691
|
-
}, z.core.$strip>;
|
|
3692
|
-
export declare const publicWorkerProcessQueueReturnsSchema: z.ZodUndefined;
|
|
3693
|
-
export declare const publicWorkerPruneQueuesArgsSchema: z.ZodNever;
|
|
3694
|
-
export declare const publicWorkerPruneQueuesReturnsSchema: z.ZodUndefined;
|
|
3695
|
-
export declare const publicWorkerPullArgsSchema: z.ZodObject<{
|
|
3696
|
-
p_instance_id: z.ZodString;
|
|
4178
|
+
export declare const publicUserRoleDeleteArgsSchema: z.ZodObject<{
|
|
4179
|
+
p_role: z.ZodEnum<{
|
|
4180
|
+
member: "member";
|
|
4181
|
+
admin: "admin";
|
|
4182
|
+
moderator: "moderator";
|
|
4183
|
+
}>;
|
|
4184
|
+
p_user_id: z.ZodString;
|
|
3697
4185
|
}, z.core.$strip>;
|
|
3698
|
-
export declare const
|
|
3699
|
-
export declare const
|
|
3700
|
-
|
|
3701
|
-
p_id: z.ZodOptional<z.ZodString>;
|
|
3702
|
-
p_payload: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3703
|
-
p_result: z.ZodOptional<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3704
|
-
p_session_id: z.ZodOptional<z.ZodString>;
|
|
3705
|
-
p_status: z.ZodOptional<z.ZodString>;
|
|
3706
|
-
p_type: z.ZodOptional<z.ZodString>;
|
|
3707
|
-
p_user_id: z.ZodOptional<z.ZodString>;
|
|
4186
|
+
export declare const publicUserRoleDeleteReturnsSchema: z.ZodUndefined;
|
|
4187
|
+
export declare const publicUserRoleListArgsSchema: z.ZodObject<{
|
|
4188
|
+
p_user_id: z.ZodString;
|
|
3708
4189
|
}, z.core.$strip>;
|
|
3709
|
-
export declare const
|
|
3710
|
-
|
|
3711
|
-
|
|
3712
|
-
|
|
3713
|
-
|
|
3714
|
-
|
|
3715
|
-
|
|
3716
|
-
|
|
3717
|
-
|
|
3718
|
-
|
|
3719
|
-
|
|
3720
|
-
|
|
3721
|
-
}>>;
|
|
3722
|
-
host_id: z.ZodNullable<z.ZodString>;
|
|
3723
|
-
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
3724
|
-
state: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3725
|
-
created_at: z.ZodNullable<z.ZodString>;
|
|
3726
|
-
user_id: z.ZodNullable<z.ZodString>;
|
|
3727
|
-
container_id: z.ZodNullable<z.ZodString>;
|
|
3728
|
-
is_managed: z.ZodNullable<z.ZodBoolean>;
|
|
3729
|
-
type: z.ZodNullable<z.ZodString>;
|
|
3730
|
-
runtime: z.ZodNullable<z.ZodString>;
|
|
3731
|
-
is_shared: z.ZodNullable<z.ZodBoolean>;
|
|
3732
|
-
latest_pull_at: z.ZodNullable<z.ZodString>;
|
|
3733
|
-
host_name: z.ZodNullable<z.ZodString>;
|
|
3734
|
-
host_address: z.ZodNullable<z.ZodString>;
|
|
3735
|
-
host_user: z.ZodNullable<z.ZodString>;
|
|
3736
|
-
host_port: z.ZodNullable<z.ZodNumber>;
|
|
3737
|
-
host_auth_secret: z.ZodNullable<z.ZodString>;
|
|
3738
|
-
}, z.core.$strip>;
|
|
3739
|
-
export declare const publicTestResultSchema: z.ZodObject<{
|
|
3740
|
-
test_name: z.ZodNullable<z.ZodString>;
|
|
3741
|
-
passed: z.ZodNullable<z.ZodBoolean>;
|
|
3742
|
-
message: z.ZodNullable<z.ZodString>;
|
|
4190
|
+
export declare const publicUserRoleListReturnsSchema: z.ZodArray<z.ZodEnum<{
|
|
4191
|
+
member: "member";
|
|
4192
|
+
admin: "admin";
|
|
4193
|
+
moderator: "moderator";
|
|
4194
|
+
}>>;
|
|
4195
|
+
export declare const publicUserRoleUpsertArgsSchema: z.ZodObject<{
|
|
4196
|
+
p_role: z.ZodEnum<{
|
|
4197
|
+
member: "member";
|
|
4198
|
+
admin: "admin";
|
|
4199
|
+
moderator: "moderator";
|
|
4200
|
+
}>;
|
|
4201
|
+
p_user_id: z.ZodString;
|
|
3743
4202
|
}, z.core.$strip>;
|
|
4203
|
+
export declare const publicUserRoleUpsertReturnsSchema: z.ZodUndefined;
|
|
4204
|
+
export declare const publicAdkArtifactListKeysReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4205
|
+
filename: z.ZodNullable<z.ZodString>;
|
|
4206
|
+
}, z.core.$strip>>;
|
|
3744
4207
|
export declare const publicAdkArtifactListVersionsMetaReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3745
4208
|
version: z.ZodNullable<z.ZodNumber>;
|
|
3746
4209
|
canonical_uri: z.ZodNullable<z.ZodString>;
|
|
@@ -3748,7 +4211,25 @@ export declare const publicAdkArtifactListVersionsMetaReturnsSchema: z.ZodArray<
|
|
|
3748
4211
|
create_time: z.ZodNullable<z.ZodNumber>;
|
|
3749
4212
|
mime_type: z.ZodNullable<z.ZodString>;
|
|
3750
4213
|
}, z.core.$strip>>;
|
|
3751
|
-
export declare const
|
|
4214
|
+
export declare const publicAuditProjectDashboardStatsReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4215
|
+
asset_count: z.ZodNullable<z.ZodNumber>;
|
|
4216
|
+
finding_count: z.ZodNullable<z.ZodNumber>;
|
|
4217
|
+
high_risk_count: z.ZodNullable<z.ZodNumber>;
|
|
4218
|
+
task_count: z.ZodNullable<z.ZodNumber>;
|
|
4219
|
+
}, z.core.$strip>>;
|
|
4220
|
+
export declare const publicAuditProjectGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4221
|
+
id: z.ZodNullable<z.ZodString>;
|
|
4222
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
4223
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
4224
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
4225
|
+
name: z.ZodNullable<z.ZodString>;
|
|
4226
|
+
target: z.ZodNullable<z.ZodString>;
|
|
4227
|
+
repo_url: z.ZodNullable<z.ZodString>;
|
|
4228
|
+
repo_branch: z.ZodNullable<z.ZodString>;
|
|
4229
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4230
|
+
worker_id: z.ZodNullable<z.ZodString>;
|
|
4231
|
+
}, z.core.$strip>>;
|
|
4232
|
+
export declare const publicBrowserGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3752
4233
|
id: z.ZodNullable<z.ZodString>;
|
|
3753
4234
|
created_at: z.ZodNullable<z.ZodString>;
|
|
3754
4235
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
@@ -3781,7 +4262,7 @@ export declare const publicCampaignGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
3781
4262
|
schedule: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3782
4263
|
stats: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3783
4264
|
}, z.core.$strip>>;
|
|
3784
|
-
export declare const
|
|
4265
|
+
export declare const publicCloudAccountBulkCreateReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3785
4266
|
id: z.ZodNullable<z.ZodString>;
|
|
3786
4267
|
created_at: z.ZodNullable<z.ZodString>;
|
|
3787
4268
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
@@ -3795,8 +4276,8 @@ export declare const publicCloudAccountBindDeviceReturnsSchema: z.ZodArray<z.Zod
|
|
|
3795
4276
|
last_refresh_at: z.ZodNullable<z.ZodString>;
|
|
3796
4277
|
status: z.ZodNullable<z.ZodEnum<{
|
|
3797
4278
|
pending: "pending";
|
|
3798
|
-
active: "active";
|
|
3799
4279
|
disabled: "disabled";
|
|
4280
|
+
active: "active";
|
|
3800
4281
|
token_expired: "token_expired";
|
|
3801
4282
|
needs_reauth: "needs_reauth";
|
|
3802
4283
|
quota_exceeded: "quota_exceeded";
|
|
@@ -3824,13 +4305,38 @@ export declare const publicComputeNodeGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
|
3824
4305
|
username: z.ZodNullable<z.ZodString>;
|
|
3825
4306
|
auth_secret: z.ZodNullable<z.ZodString>;
|
|
3826
4307
|
status: z.ZodNullable<z.ZodEnum<{
|
|
4308
|
+
online: "online";
|
|
3827
4309
|
offline: "offline";
|
|
4310
|
+
}>>;
|
|
4311
|
+
worker_count: z.ZodNullable<z.ZodNumber>;
|
|
4312
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
4313
|
+
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
4314
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
4315
|
+
}, z.core.$strip>>;
|
|
4316
|
+
export declare const publicComputeNodeGetSecretReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4317
|
+
host: z.ZodNullable<z.ZodString>;
|
|
4318
|
+
port: z.ZodNullable<z.ZodNumber>;
|
|
4319
|
+
username: z.ZodNullable<z.ZodString>;
|
|
4320
|
+
auth_secret: z.ZodNullable<z.ZodString>;
|
|
4321
|
+
}, z.core.$strip>>;
|
|
4322
|
+
export declare const publicComputeNodeListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4323
|
+
id: z.ZodNullable<z.ZodString>;
|
|
4324
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
4325
|
+
name: z.ZodNullable<z.ZodString>;
|
|
4326
|
+
provider: z.ZodNullable<z.ZodString>;
|
|
4327
|
+
host: z.ZodNullable<z.ZodString>;
|
|
4328
|
+
port: z.ZodNullable<z.ZodNumber>;
|
|
4329
|
+
username: z.ZodNullable<z.ZodString>;
|
|
4330
|
+
auth_secret: z.ZodNullable<z.ZodString>;
|
|
4331
|
+
status: z.ZodNullable<z.ZodEnum<{
|
|
3828
4332
|
online: "online";
|
|
4333
|
+
offline: "offline";
|
|
3829
4334
|
}>>;
|
|
3830
4335
|
worker_count: z.ZodNullable<z.ZodNumber>;
|
|
3831
4336
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
3832
4337
|
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
3833
4338
|
created_at: z.ZodNullable<z.ZodString>;
|
|
4339
|
+
full_count: z.ZodNullable<z.ZodNumber>;
|
|
3834
4340
|
}, z.core.$strip>>;
|
|
3835
4341
|
export declare const publicContactGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3836
4342
|
id: z.ZodNullable<z.ZodString>;
|
|
@@ -3865,6 +4371,12 @@ export declare const publicInstanceTagsGetReturnsSchema: z.ZodArray<z.ZodObject<
|
|
|
3865
4371
|
updated_at: z.ZodNullable<z.ZodString>;
|
|
3866
4372
|
instance_count: z.ZodNullable<z.ZodNumber>;
|
|
3867
4373
|
}, z.core.$strip>>;
|
|
4374
|
+
export declare const publicJobQueueListDlqReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4375
|
+
msg_id: z.ZodNullable<z.ZodNumber>;
|
|
4376
|
+
read_ct: z.ZodNullable<z.ZodNumber>;
|
|
4377
|
+
enqueued_at: z.ZodNullable<z.ZodString>;
|
|
4378
|
+
message: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4379
|
+
}, z.core.$strip>>;
|
|
3868
4380
|
export declare const publicNotificationGetPendingActionsReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3869
4381
|
id: z.ZodNullable<z.ZodString>;
|
|
3870
4382
|
created_at: z.ZodNullable<z.ZodString>;
|
|
@@ -3900,6 +4412,73 @@ export declare const publicOutreachTaskListReturnsSchema: z.ZodArray<z.ZodObject
|
|
|
3900
4412
|
error_message: z.ZodNullable<z.ZodString>;
|
|
3901
4413
|
metadata: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
3902
4414
|
}, z.core.$strip>>;
|
|
4415
|
+
export declare const publicProxyGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4416
|
+
id: z.ZodNullable<z.ZodString>;
|
|
4417
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
4418
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
4419
|
+
name: z.ZodNullable<z.ZodString>;
|
|
4420
|
+
description: z.ZodNullable<z.ZodString>;
|
|
4421
|
+
url: z.ZodNullable<z.ZodString>;
|
|
4422
|
+
type: z.ZodNullable<z.ZodString>;
|
|
4423
|
+
enabled: z.ZodNullable<z.ZodBoolean>;
|
|
4424
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
4425
|
+
}, z.core.$strip>>;
|
|
4426
|
+
export declare const publicResourceListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4427
|
+
id: z.ZodNullable<z.ZodString>;
|
|
4428
|
+
target_id: z.ZodNullable<z.ZodString>;
|
|
4429
|
+
title: z.ZodNullable<z.ZodString>;
|
|
4430
|
+
description: z.ZodNullable<z.ZodString>;
|
|
4431
|
+
icon: z.ZodNullable<z.ZodString>;
|
|
4432
|
+
type: z.ZodNullable<z.ZodString>;
|
|
4433
|
+
url: z.ZodNullable<z.ZodString>;
|
|
4434
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
4435
|
+
}, z.core.$strip>>;
|
|
4436
|
+
export declare const publicServerInstanceBootstrapReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4437
|
+
success: z.ZodNullable<z.ZodBoolean>;
|
|
4438
|
+
error: z.ZodNullable<z.ZodString>;
|
|
4439
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4440
|
+
}, z.core.$strip>>;
|
|
4441
|
+
export declare const publicServerInstanceGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4442
|
+
id: z.ZodNullable<z.ZodString>;
|
|
4443
|
+
name: z.ZodNullable<z.ZodString>;
|
|
4444
|
+
updated_at: z.ZodNullable<z.ZodString>;
|
|
4445
|
+
config: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4446
|
+
status: z.ZodNullable<z.ZodEnum<{
|
|
4447
|
+
error: "error";
|
|
4448
|
+
online: "online";
|
|
4449
|
+
offline: "offline";
|
|
4450
|
+
created: "created";
|
|
4451
|
+
}>>;
|
|
4452
|
+
is_public: z.ZodNullable<z.ZodBoolean>;
|
|
4453
|
+
state: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4454
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
4455
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
4456
|
+
is_shared: z.ZodNullable<z.ZodBoolean>;
|
|
4457
|
+
}, z.core.$strip>>;
|
|
4458
|
+
export declare const publicServiceHealthSummaryReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4459
|
+
module: z.ZodNullable<z.ZodString>;
|
|
4460
|
+
status: z.ZodNullable<z.ZodString>;
|
|
4461
|
+
last_error_at: z.ZodNullable<z.ZodString>;
|
|
4462
|
+
last_error_message: z.ZodNullable<z.ZodString>;
|
|
4463
|
+
error_count_24h: z.ZodNullable<z.ZodNumber>;
|
|
4464
|
+
}, z.core.$strip>>;
|
|
4465
|
+
export declare const publicSysLogListReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
4466
|
+
id: z.ZodNullable<z.ZodNumber>;
|
|
4467
|
+
created_at: z.ZodNullable<z.ZodString>;
|
|
4468
|
+
text: z.ZodNullable<z.ZodString>;
|
|
4469
|
+
level: z.ZodNullable<z.ZodEnum<{
|
|
4470
|
+
error: "error";
|
|
4471
|
+
info: "info";
|
|
4472
|
+
warn: "warn";
|
|
4473
|
+
}>>;
|
|
4474
|
+
module: z.ZodNullable<z.ZodString>;
|
|
4475
|
+
event_type: z.ZodNullable<z.ZodString>;
|
|
4476
|
+
meta: z.ZodNullable<z.ZodType<Json, unknown, z.core.$ZodTypeInternals<Json, unknown>>>;
|
|
4477
|
+
resource_type: z.ZodNullable<z.ZodString>;
|
|
4478
|
+
resource_id: z.ZodNullable<z.ZodString>;
|
|
4479
|
+
resource_name: z.ZodNullable<z.ZodString>;
|
|
4480
|
+
user_id: z.ZodNullable<z.ZodString>;
|
|
4481
|
+
}, z.core.$strip>>;
|
|
3903
4482
|
export declare const publicUserProfileGetReturnsSchema: z.ZodArray<z.ZodObject<{
|
|
3904
4483
|
id: z.ZodNullable<z.ZodString>;
|
|
3905
4484
|
full_name: z.ZodNullable<z.ZodString>;
|