@marketrix.ai/widget 3.3.241 → 3.3.242
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/src/sdk/index.d.ts +0 -178
- package/dist/src/sdk/index.d.ts.map +1 -1
- package/dist/src/sdk/routes.d.ts +0 -178
- package/dist/src/sdk/routes.d.ts.map +1 -1
- package/dist/widget.mjs +2 -2
- package/dist/widget.mjs.map +1 -1
- package/package.json +1 -1
package/dist/src/sdk/index.d.ts
CHANGED
|
@@ -3957,184 +3957,6 @@ export declare const sdk: {
|
|
|
3957
3957
|
knowledge_id: import("zod").ZodNumber;
|
|
3958
3958
|
message: import("zod").ZodString;
|
|
3959
3959
|
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
3960
|
-
agentResetLearning: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
3961
|
-
agent_id: import("zod").ZodCoercedNumber<unknown>;
|
|
3962
|
-
}, import("zod/v4/core").$strip>, import("zod").ZodObject<{
|
|
3963
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3964
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
3965
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
3966
|
-
workspace_id: import("zod").ZodNumber;
|
|
3967
|
-
user_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
3968
|
-
application_id: import("zod").ZodNumber;
|
|
3969
|
-
agent_name: import("zod").ZodString;
|
|
3970
|
-
agent_type: import("zod").ZodEnum<{
|
|
3971
|
-
human: "human";
|
|
3972
|
-
ai: "ai";
|
|
3973
|
-
}>;
|
|
3974
|
-
agent_voice: import("zod").ZodEnum<{
|
|
3975
|
-
male: "male";
|
|
3976
|
-
female: "female";
|
|
3977
|
-
}>;
|
|
3978
|
-
agent_description: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3979
|
-
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3980
|
-
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3981
|
-
graph_index_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3982
|
-
status: import("zod").ZodEnum<{
|
|
3983
|
-
active: "active";
|
|
3984
|
-
learning: "learning";
|
|
3985
|
-
error: "error";
|
|
3986
|
-
}>;
|
|
3987
|
-
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
3988
|
-
learning_progress: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodObject<{
|
|
3989
|
-
graph_index_created: import("zod").ZodNullable<import("zod").ZodBoolean>;
|
|
3990
|
-
}, import("zod/v4/core").$strip>>>;
|
|
3991
|
-
learning_started_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>>;
|
|
3992
|
-
workspace: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
3993
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
3994
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
3995
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
3996
|
-
name: import("zod").ZodString;
|
|
3997
|
-
slug: import("zod").ZodString;
|
|
3998
|
-
status: import("zod").ZodEnum<{
|
|
3999
|
-
created: "created";
|
|
4000
|
-
active: "active";
|
|
4001
|
-
suspended: "suspended";
|
|
4002
|
-
pending_approval: "pending_approval";
|
|
4003
|
-
}>;
|
|
4004
|
-
package: import("zod").ZodEnum<{
|
|
4005
|
-
free: "free";
|
|
4006
|
-
startup: "startup";
|
|
4007
|
-
growth: "growth";
|
|
4008
|
-
enterprise: "enterprise";
|
|
4009
|
-
}>;
|
|
4010
|
-
ending_date: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>>;
|
|
4011
|
-
external_workspace_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4012
|
-
slack_webhook_configured: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4013
|
-
notify_all_members_on_question: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4014
|
-
}, import("zod/v4/core").$strip>>;
|
|
4015
|
-
user: import("zod").ZodOptional<import("zod").ZodObject<{
|
|
4016
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4017
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4018
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4019
|
-
is_super: import("zod").ZodBoolean;
|
|
4020
|
-
status: import("zod").ZodEnum<{
|
|
4021
|
-
created: "created";
|
|
4022
|
-
active: "active";
|
|
4023
|
-
suspended: "suspended";
|
|
4024
|
-
pending_approval: "pending_approval";
|
|
4025
|
-
}>;
|
|
4026
|
-
email: import("zod").ZodString;
|
|
4027
|
-
external_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4028
|
-
first_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4029
|
-
last_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4030
|
-
password: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4031
|
-
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4032
|
-
prompt_limit: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4033
|
-
last_login_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodCoercedDate<unknown>>>;
|
|
4034
|
-
auth_method: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodEnum<{
|
|
4035
|
-
password: "password";
|
|
4036
|
-
oauth: "oauth";
|
|
4037
|
-
}>>>;
|
|
4038
|
-
}, import("zod/v4/core").$strip>>;
|
|
4039
|
-
knowledge: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4040
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4041
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4042
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4043
|
-
workspace_id: import("zod").ZodNumber;
|
|
4044
|
-
application_id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4045
|
-
file_name: import("zod").ZodString;
|
|
4046
|
-
file_size: import("zod").ZodCoercedNumber<unknown>;
|
|
4047
|
-
file_type: import("zod").ZodEnum<{
|
|
4048
|
-
document: "document";
|
|
4049
|
-
video: "video";
|
|
4050
|
-
}>;
|
|
4051
|
-
file_url: import("zod").ZodString;
|
|
4052
|
-
source_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4053
|
-
source: import("zod").ZodOptional<import("zod").ZodDefault<import("zod").ZodEnum<{
|
|
4054
|
-
user: "user";
|
|
4055
|
-
research: "research";
|
|
4056
|
-
}>>>;
|
|
4057
|
-
agents: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4058
|
-
id: import("zod").ZodNumber;
|
|
4059
|
-
agent_name: import("zod").ZodString;
|
|
4060
|
-
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4061
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4062
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4063
|
-
simulations: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4064
|
-
id: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4065
|
-
created_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4066
|
-
updated_at: import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>;
|
|
4067
|
-
application_id: import("zod").ZodNumber;
|
|
4068
|
-
agent_id: import("zod").ZodNumber;
|
|
4069
|
-
job_id: import("zod").ZodString;
|
|
4070
|
-
browser_session_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4071
|
-
status: import("zod").ZodEnum<{
|
|
4072
|
-
completed: "completed";
|
|
4073
|
-
failed: "failed";
|
|
4074
|
-
queued: "queued";
|
|
4075
|
-
running: "running";
|
|
4076
|
-
creating_knowledge: "creating_knowledge";
|
|
4077
|
-
has_question: "has_question";
|
|
4078
|
-
stopped: "stopped";
|
|
4079
|
-
}>;
|
|
4080
|
-
status_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4081
|
-
path: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4082
|
-
instructions: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4083
|
-
pinned: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4084
|
-
source: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4085
|
-
direct: "direct";
|
|
4086
|
-
qa: "qa";
|
|
4087
|
-
}>>;
|
|
4088
|
-
agent_name: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4089
|
-
graph_index_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4090
|
-
source_metadata: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
4091
|
-
tasks: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4092
|
-
task_id: import("zod").ZodString;
|
|
4093
|
-
title: import("zod").ZodString;
|
|
4094
|
-
instructions: import("zod").ZodString;
|
|
4095
|
-
status: import("zod").ZodEnum<{
|
|
4096
|
-
pending: "pending";
|
|
4097
|
-
failed: "failed";
|
|
4098
|
-
running: "running";
|
|
4099
|
-
has_question: "has_question";
|
|
4100
|
-
stopped: "stopped";
|
|
4101
|
-
passed: "passed";
|
|
4102
|
-
skipped: "skipped";
|
|
4103
|
-
}>;
|
|
4104
|
-
error_message: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4105
|
-
started_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4106
|
-
completed_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4107
|
-
order_index: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
4108
|
-
tab_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4109
|
-
step_count: import("zod").ZodDefault<import("zod").ZodNumber>;
|
|
4110
|
-
blocked_by: import("zod").ZodDefault<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4111
|
-
task_id: import("zod").ZodString;
|
|
4112
|
-
condition: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4113
|
-
pass: "pass";
|
|
4114
|
-
}>>;
|
|
4115
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4116
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4117
|
-
agents: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodObject<{
|
|
4118
|
-
id: import("zod").ZodNumber;
|
|
4119
|
-
agent_name: import("zod").ZodString;
|
|
4120
|
-
image_url: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4121
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4122
|
-
mindmap_status: import("zod").ZodOptional<import("zod").ZodEnum<{
|
|
4123
|
-
pending: "pending";
|
|
4124
|
-
completed: "completed";
|
|
4125
|
-
failed: "failed";
|
|
4126
|
-
generating: "generating";
|
|
4127
|
-
}>>;
|
|
4128
|
-
mindmap_steps_processed: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4129
|
-
mindmap_steps_total: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4130
|
-
mindmap_error: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
4131
|
-
created_by_user_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4132
|
-
persona_id: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodNumber>>;
|
|
4133
|
-
has_question: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
4134
|
-
}, import("zod/v4/core").$strip>>>;
|
|
4135
|
-
simulation_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4136
|
-
knowledge_count: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
4137
|
-
}, import("zod/v4/core").$strip>, Record<never, never>>;
|
|
4138
3960
|
activityLogCreate: import("@orpc/contract").ContractProcedureClient<Record<never, never>, import("zod").ZodObject<{
|
|
4139
3961
|
id: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodNumber>>;
|
|
4140
3962
|
created_at: import("zod").ZodOptional<import("zod").ZodOptional<import("zod").ZodCoercedDate<unknown>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/index.ts"],"names":[],"mappings":"AA4BA;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,SAQ1C,CAAC;AAoBF,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/sdk/index.ts"],"names":[],"mappings":"AA4BA;;;GAGG;AACH,eAAO,MAAM,YAAY,GAAI,QAAQ,MAAM,SAQ1C,CAAC;AAoBF,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;0BAhBQ,MAAM;;;wBAZO,MAAM;CAmCzC,CAAC;AAGH,cAAc,UAAU,CAAC;AAGzB,OAAO,EAAE,QAAQ,EAAE,MAAM,UAAU,CAAC"}
|
package/dist/src/sdk/routes.d.ts
CHANGED
|
@@ -3954,184 +3954,6 @@ declare const contract: {
|
|
|
3954
3954
|
knowledge_id: z.ZodNumber;
|
|
3955
3955
|
message: z.ZodString;
|
|
3956
3956
|
}, z.core.$strip>, Record<never, never>, Record<never, never>>;
|
|
3957
|
-
agentResetLearning: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
3958
|
-
agent_id: z.ZodCoercedNumber<unknown>;
|
|
3959
|
-
}, z.core.$strip>, z.ZodObject<{
|
|
3960
|
-
id: z.ZodOptional<z.ZodNumber>;
|
|
3961
|
-
created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
3962
|
-
updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
3963
|
-
workspace_id: z.ZodNumber;
|
|
3964
|
-
user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
3965
|
-
application_id: z.ZodNumber;
|
|
3966
|
-
agent_name: z.ZodString;
|
|
3967
|
-
agent_type: z.ZodEnum<{
|
|
3968
|
-
human: "human";
|
|
3969
|
-
ai: "ai";
|
|
3970
|
-
}>;
|
|
3971
|
-
agent_voice: z.ZodEnum<{
|
|
3972
|
-
male: "male";
|
|
3973
|
-
female: "female";
|
|
3974
|
-
}>;
|
|
3975
|
-
agent_description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3976
|
-
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3977
|
-
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3978
|
-
graph_index_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3979
|
-
status: z.ZodEnum<{
|
|
3980
|
-
active: "active";
|
|
3981
|
-
learning: "learning";
|
|
3982
|
-
error: "error";
|
|
3983
|
-
}>;
|
|
3984
|
-
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
3985
|
-
learning_progress: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
3986
|
-
graph_index_created: z.ZodNullable<z.ZodBoolean>;
|
|
3987
|
-
}, z.core.$strip>>>;
|
|
3988
|
-
learning_started_at: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
3989
|
-
workspace: z.ZodOptional<z.ZodObject<{
|
|
3990
|
-
id: z.ZodOptional<z.ZodNumber>;
|
|
3991
|
-
created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
3992
|
-
updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
3993
|
-
name: z.ZodString;
|
|
3994
|
-
slug: z.ZodString;
|
|
3995
|
-
status: z.ZodEnum<{
|
|
3996
|
-
created: "created";
|
|
3997
|
-
active: "active";
|
|
3998
|
-
suspended: "suspended";
|
|
3999
|
-
pending_approval: "pending_approval";
|
|
4000
|
-
}>;
|
|
4001
|
-
package: z.ZodEnum<{
|
|
4002
|
-
free: "free";
|
|
4003
|
-
startup: "startup";
|
|
4004
|
-
growth: "growth";
|
|
4005
|
-
enterprise: "enterprise";
|
|
4006
|
-
}>;
|
|
4007
|
-
ending_date: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
4008
|
-
external_workspace_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4009
|
-
slack_webhook_configured: z.ZodOptional<z.ZodBoolean>;
|
|
4010
|
-
notify_all_members_on_question: z.ZodOptional<z.ZodBoolean>;
|
|
4011
|
-
}, z.core.$strip>>;
|
|
4012
|
-
user: z.ZodOptional<z.ZodObject<{
|
|
4013
|
-
id: z.ZodOptional<z.ZodNumber>;
|
|
4014
|
-
created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4015
|
-
updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4016
|
-
is_super: z.ZodBoolean;
|
|
4017
|
-
status: z.ZodEnum<{
|
|
4018
|
-
created: "created";
|
|
4019
|
-
active: "active";
|
|
4020
|
-
suspended: "suspended";
|
|
4021
|
-
pending_approval: "pending_approval";
|
|
4022
|
-
}>;
|
|
4023
|
-
email: z.ZodString;
|
|
4024
|
-
external_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4025
|
-
first_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4026
|
-
last_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4027
|
-
password: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4028
|
-
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4029
|
-
prompt_limit: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4030
|
-
last_login_at: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
|
|
4031
|
-
auth_method: z.ZodOptional<z.ZodNullable<z.ZodEnum<{
|
|
4032
|
-
password: "password";
|
|
4033
|
-
oauth: "oauth";
|
|
4034
|
-
}>>>;
|
|
4035
|
-
}, z.core.$strip>>;
|
|
4036
|
-
knowledge: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4037
|
-
id: z.ZodOptional<z.ZodNumber>;
|
|
4038
|
-
created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4039
|
-
updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4040
|
-
workspace_id: z.ZodNumber;
|
|
4041
|
-
application_id: z.ZodOptional<z.ZodNumber>;
|
|
4042
|
-
file_name: z.ZodString;
|
|
4043
|
-
file_size: z.ZodCoercedNumber<unknown>;
|
|
4044
|
-
file_type: z.ZodEnum<{
|
|
4045
|
-
document: "document";
|
|
4046
|
-
video: "video";
|
|
4047
|
-
}>;
|
|
4048
|
-
file_url: z.ZodString;
|
|
4049
|
-
source_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4050
|
-
source: z.ZodOptional<z.ZodDefault<z.ZodEnum<{
|
|
4051
|
-
user: "user";
|
|
4052
|
-
research: "research";
|
|
4053
|
-
}>>>;
|
|
4054
|
-
agents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4055
|
-
id: z.ZodNumber;
|
|
4056
|
-
agent_name: z.ZodString;
|
|
4057
|
-
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4058
|
-
}, z.core.$strip>>>;
|
|
4059
|
-
}, z.core.$strip>>>;
|
|
4060
|
-
simulations: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4061
|
-
id: z.ZodOptional<z.ZodNumber>;
|
|
4062
|
-
created_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4063
|
-
updated_at: z.ZodOptional<z.ZodCoercedDate<unknown>>;
|
|
4064
|
-
application_id: z.ZodNumber;
|
|
4065
|
-
agent_id: z.ZodNumber;
|
|
4066
|
-
job_id: z.ZodString;
|
|
4067
|
-
browser_session_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4068
|
-
status: z.ZodEnum<{
|
|
4069
|
-
completed: "completed";
|
|
4070
|
-
failed: "failed";
|
|
4071
|
-
queued: "queued";
|
|
4072
|
-
running: "running";
|
|
4073
|
-
creating_knowledge: "creating_knowledge";
|
|
4074
|
-
has_question: "has_question";
|
|
4075
|
-
stopped: "stopped";
|
|
4076
|
-
}>;
|
|
4077
|
-
status_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4078
|
-
path: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4079
|
-
instructions: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4080
|
-
pinned: z.ZodOptional<z.ZodBoolean>;
|
|
4081
|
-
source: z.ZodOptional<z.ZodEnum<{
|
|
4082
|
-
direct: "direct";
|
|
4083
|
-
qa: "qa";
|
|
4084
|
-
}>>;
|
|
4085
|
-
agent_name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4086
|
-
graph_index_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4087
|
-
source_metadata: z.ZodOptional<z.ZodNullable<z.ZodRecord<z.ZodString, z.ZodUnknown>>>;
|
|
4088
|
-
tasks: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4089
|
-
task_id: z.ZodString;
|
|
4090
|
-
title: z.ZodString;
|
|
4091
|
-
instructions: z.ZodString;
|
|
4092
|
-
status: z.ZodEnum<{
|
|
4093
|
-
pending: "pending";
|
|
4094
|
-
failed: "failed";
|
|
4095
|
-
running: "running";
|
|
4096
|
-
has_question: "has_question";
|
|
4097
|
-
stopped: "stopped";
|
|
4098
|
-
passed: "passed";
|
|
4099
|
-
skipped: "skipped";
|
|
4100
|
-
}>;
|
|
4101
|
-
error_message: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4102
|
-
started_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4103
|
-
completed_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4104
|
-
order_index: z.ZodDefault<z.ZodNumber>;
|
|
4105
|
-
tab_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4106
|
-
step_count: z.ZodDefault<z.ZodNumber>;
|
|
4107
|
-
blocked_by: z.ZodDefault<z.ZodArray<z.ZodObject<{
|
|
4108
|
-
task_id: z.ZodString;
|
|
4109
|
-
condition: z.ZodOptional<z.ZodEnum<{
|
|
4110
|
-
pass: "pass";
|
|
4111
|
-
}>>;
|
|
4112
|
-
}, z.core.$strip>>>;
|
|
4113
|
-
}, z.core.$strip>>>;
|
|
4114
|
-
agents: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
4115
|
-
id: z.ZodNumber;
|
|
4116
|
-
agent_name: z.ZodString;
|
|
4117
|
-
image_url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4118
|
-
}, z.core.$strip>>>;
|
|
4119
|
-
mindmap_status: z.ZodOptional<z.ZodEnum<{
|
|
4120
|
-
pending: "pending";
|
|
4121
|
-
completed: "completed";
|
|
4122
|
-
failed: "failed";
|
|
4123
|
-
generating: "generating";
|
|
4124
|
-
}>>;
|
|
4125
|
-
mindmap_steps_processed: z.ZodOptional<z.ZodNumber>;
|
|
4126
|
-
mindmap_steps_total: z.ZodOptional<z.ZodNumber>;
|
|
4127
|
-
mindmap_error: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
4128
|
-
created_by_user_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4129
|
-
persona_id: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
4130
|
-
has_question: z.ZodOptional<z.ZodBoolean>;
|
|
4131
|
-
}, z.core.$strip>>>;
|
|
4132
|
-
simulation_count: z.ZodOptional<z.ZodNumber>;
|
|
4133
|
-
knowledge_count: z.ZodOptional<z.ZodNumber>;
|
|
4134
|
-
}, z.core.$strip>, Record<never, never>, Record<never, never>>;
|
|
4135
3957
|
activityLogCreate: import("@orpc/contract").ContractProcedureBuilderWithInputOutput<z.ZodObject<{
|
|
4136
3958
|
id: z.ZodOptional<z.ZodOptional<z.ZodNumber>>;
|
|
4137
3959
|
created_at: z.ZodOptional<z.ZodOptional<z.ZodCoercedDate<unknown>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../src/sdk/routes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAsKxB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8EZ,+DAA+D
|
|
1
|
+
{"version":3,"file":"routes.d.ts","sourceRoot":"","sources":["../../../src/sdk/routes.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAsKxB,QAAA,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA8EZ,+DAA+D;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAq1E/D,gFAAgF;;;;;;;IAahF,gFAAgF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoYjF,CAAC;AAEF,OAAO,EAAE,QAAQ,EAAE,CAAC"}
|