|
|
|
|
@@ -1601,6 +1601,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points: number | null
|
|
|
|
|
is_priority: boolean | null
|
|
|
|
|
is_private: boolean | null
|
|
|
|
|
referred_by_agent: string | null
|
|
|
|
|
parent_task_id: string | null
|
|
|
|
|
created_by_agent: string | null
|
|
|
|
|
created_at: Date | null
|
|
|
|
|
updated_at: Date | null
|
|
|
|
|
scout_id: string | null
|
|
|
|
|
@@ -1625,6 +1628,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points: number | null
|
|
|
|
|
is_priority: boolean | null
|
|
|
|
|
is_private: boolean | null
|
|
|
|
|
referred_by_agent: string | null
|
|
|
|
|
parent_task_id: string | null
|
|
|
|
|
created_by_agent: string | null
|
|
|
|
|
created_at: Date | null
|
|
|
|
|
updated_at: Date | null
|
|
|
|
|
scout_id: string | null
|
|
|
|
|
@@ -1651,6 +1657,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points: number
|
|
|
|
|
is_priority: number
|
|
|
|
|
is_private: number
|
|
|
|
|
referred_by_agent: number
|
|
|
|
|
parent_task_id: number
|
|
|
|
|
created_by_agent: number
|
|
|
|
|
created_at: number
|
|
|
|
|
updated_at: number
|
|
|
|
|
scout_id: number
|
|
|
|
|
@@ -1691,6 +1700,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: true
|
|
|
|
|
is_priority?: true
|
|
|
|
|
is_private?: true
|
|
|
|
|
referred_by_agent?: true
|
|
|
|
|
parent_task_id?: true
|
|
|
|
|
created_by_agent?: true
|
|
|
|
|
created_at?: true
|
|
|
|
|
updated_at?: true
|
|
|
|
|
scout_id?: true
|
|
|
|
|
@@ -1715,6 +1727,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: true
|
|
|
|
|
is_priority?: true
|
|
|
|
|
is_private?: true
|
|
|
|
|
referred_by_agent?: true
|
|
|
|
|
parent_task_id?: true
|
|
|
|
|
created_by_agent?: true
|
|
|
|
|
created_at?: true
|
|
|
|
|
updated_at?: true
|
|
|
|
|
scout_id?: true
|
|
|
|
|
@@ -1741,6 +1756,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: true
|
|
|
|
|
is_priority?: true
|
|
|
|
|
is_private?: true
|
|
|
|
|
referred_by_agent?: true
|
|
|
|
|
parent_task_id?: true
|
|
|
|
|
created_by_agent?: true
|
|
|
|
|
created_at?: true
|
|
|
|
|
updated_at?: true
|
|
|
|
|
scout_id?: true
|
|
|
|
|
@@ -1854,6 +1872,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points: number
|
|
|
|
|
is_priority: boolean
|
|
|
|
|
is_private: boolean
|
|
|
|
|
referred_by_agent: string | null
|
|
|
|
|
parent_task_id: string | null
|
|
|
|
|
created_by_agent: string | null
|
|
|
|
|
created_at: Date
|
|
|
|
|
updated_at: Date
|
|
|
|
|
scout_id: string | null
|
|
|
|
|
@@ -1899,6 +1920,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: boolean
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: boolean
|
|
|
|
|
parent_task_id?: boolean
|
|
|
|
|
created_by_agent?: boolean
|
|
|
|
|
created_at?: boolean
|
|
|
|
|
updated_at?: boolean
|
|
|
|
|
scout_id?: boolean
|
|
|
|
|
@@ -1930,6 +1954,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: boolean
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: boolean
|
|
|
|
|
parent_task_id?: boolean
|
|
|
|
|
created_by_agent?: boolean
|
|
|
|
|
created_at?: boolean
|
|
|
|
|
updated_at?: boolean
|
|
|
|
|
scout_id?: boolean
|
|
|
|
|
@@ -1958,6 +1985,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: boolean
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: boolean
|
|
|
|
|
parent_task_id?: boolean
|
|
|
|
|
created_by_agent?: boolean
|
|
|
|
|
created_at?: boolean
|
|
|
|
|
updated_at?: boolean
|
|
|
|
|
scout_id?: boolean
|
|
|
|
|
@@ -1986,13 +2016,16 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: boolean
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: boolean
|
|
|
|
|
parent_task_id?: boolean
|
|
|
|
|
created_by_agent?: boolean
|
|
|
|
|
created_at?: boolean
|
|
|
|
|
updated_at?: boolean
|
|
|
|
|
scout_id?: boolean
|
|
|
|
|
builder_id?: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type TaskOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "title" | "description" | "status" | "difficulty" | "scope_clarity_score" | "error_classification" | "reward_amount" | "reward_currency" | "acceptance_criteria" | "required_stack" | "retry_count" | "stripe_payment_intent_id" | "stripe_checkout_session_id" | "expires_at" | "github_pr_url" | "reward_points" | "is_priority" | "is_private" | "created_at" | "updated_at" | "scout_id" | "builder_id", ExtArgs["result"]["task"]>
|
|
|
|
|
export type TaskOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "title" | "description" | "status" | "difficulty" | "scope_clarity_score" | "error_classification" | "reward_amount" | "reward_currency" | "acceptance_criteria" | "required_stack" | "retry_count" | "stripe_payment_intent_id" | "stripe_checkout_session_id" | "expires_at" | "github_pr_url" | "reward_points" | "is_priority" | "is_private" | "referred_by_agent" | "parent_task_id" | "created_by_agent" | "created_at" | "updated_at" | "scout_id" | "builder_id", ExtArgs["result"]["task"]>
|
|
|
|
|
export type TaskInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
|
|
|
scout_agent?: boolean | Task$scout_agentArgs<ExtArgs>
|
|
|
|
|
builder_agent?: boolean | Task$builder_agentArgs<ExtArgs>
|
|
|
|
|
@@ -2037,6 +2070,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points: number
|
|
|
|
|
is_priority: boolean
|
|
|
|
|
is_private: boolean
|
|
|
|
|
referred_by_agent: string | null
|
|
|
|
|
parent_task_id: string | null
|
|
|
|
|
created_by_agent: string | null
|
|
|
|
|
created_at: Date
|
|
|
|
|
updated_at: Date
|
|
|
|
|
scout_id: string | null
|
|
|
|
|
@@ -2487,6 +2523,9 @@ export namespace Prisma {
|
|
|
|
|
readonly reward_points: FieldRef<"Task", 'Int'>
|
|
|
|
|
readonly is_priority: FieldRef<"Task", 'Boolean'>
|
|
|
|
|
readonly is_private: FieldRef<"Task", 'Boolean'>
|
|
|
|
|
readonly referred_by_agent: FieldRef<"Task", 'String'>
|
|
|
|
|
readonly parent_task_id: FieldRef<"Task", 'String'>
|
|
|
|
|
readonly created_by_agent: FieldRef<"Task", 'String'>
|
|
|
|
|
readonly created_at: FieldRef<"Task", 'DateTime'>
|
|
|
|
|
readonly updated_at: FieldRef<"Task", 'DateTime'>
|
|
|
|
|
readonly scout_id: FieldRef<"Task", 'String'>
|
|
|
|
|
@@ -8619,6 +8658,7 @@ export namespace Prisma {
|
|
|
|
|
type: number
|
|
|
|
|
wallet_address: number
|
|
|
|
|
status: number
|
|
|
|
|
capabilities: number
|
|
|
|
|
created_at: number
|
|
|
|
|
updated_at: number
|
|
|
|
|
_all: number
|
|
|
|
|
@@ -8651,6 +8691,7 @@ export namespace Prisma {
|
|
|
|
|
type?: true
|
|
|
|
|
wallet_address?: true
|
|
|
|
|
status?: true
|
|
|
|
|
capabilities?: true
|
|
|
|
|
created_at?: true
|
|
|
|
|
updated_at?: true
|
|
|
|
|
_all?: true
|
|
|
|
|
@@ -8734,6 +8775,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities: JsonValue | null
|
|
|
|
|
created_at: Date
|
|
|
|
|
updated_at: Date
|
|
|
|
|
_count: AgentProfileCountAggregateOutputType | null
|
|
|
|
|
@@ -8761,6 +8803,7 @@ export namespace Prisma {
|
|
|
|
|
type?: boolean
|
|
|
|
|
wallet_address?: boolean
|
|
|
|
|
status?: boolean
|
|
|
|
|
capabilities?: boolean
|
|
|
|
|
created_at?: boolean
|
|
|
|
|
updated_at?: boolean
|
|
|
|
|
tasks_as_scout?: boolean | AgentProfile$tasks_as_scoutArgs<ExtArgs>
|
|
|
|
|
@@ -8775,6 +8818,7 @@ export namespace Prisma {
|
|
|
|
|
type?: boolean
|
|
|
|
|
wallet_address?: boolean
|
|
|
|
|
status?: boolean
|
|
|
|
|
capabilities?: boolean
|
|
|
|
|
created_at?: boolean
|
|
|
|
|
updated_at?: boolean
|
|
|
|
|
}, ExtArgs["result"]["agentProfile"]>
|
|
|
|
|
@@ -8785,6 +8829,7 @@ export namespace Prisma {
|
|
|
|
|
type?: boolean
|
|
|
|
|
wallet_address?: boolean
|
|
|
|
|
status?: boolean
|
|
|
|
|
capabilities?: boolean
|
|
|
|
|
created_at?: boolean
|
|
|
|
|
updated_at?: boolean
|
|
|
|
|
}, ExtArgs["result"]["agentProfile"]>
|
|
|
|
|
@@ -8795,11 +8840,12 @@ export namespace Prisma {
|
|
|
|
|
type?: boolean
|
|
|
|
|
wallet_address?: boolean
|
|
|
|
|
status?: boolean
|
|
|
|
|
capabilities?: boolean
|
|
|
|
|
created_at?: boolean
|
|
|
|
|
updated_at?: boolean
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
export type AgentProfileOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "agent_id" | "type" | "wallet_address" | "status" | "created_at" | "updated_at", ExtArgs["result"]["agentProfile"]>
|
|
|
|
|
export type AgentProfileOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "agent_id" | "type" | "wallet_address" | "status" | "capabilities" | "created_at" | "updated_at", ExtArgs["result"]["agentProfile"]>
|
|
|
|
|
export type AgentProfileInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
|
|
|
tasks_as_scout?: boolean | AgentProfile$tasks_as_scoutArgs<ExtArgs>
|
|
|
|
|
tasks_as_builder?: boolean | AgentProfile$tasks_as_builderArgs<ExtArgs>
|
|
|
|
|
@@ -8822,6 +8868,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities: Prisma.JsonValue | null
|
|
|
|
|
created_at: Date
|
|
|
|
|
updated_at: Date
|
|
|
|
|
}, ExtArgs["result"]["agentProfile"]>
|
|
|
|
|
@@ -9255,6 +9302,7 @@ export namespace Prisma {
|
|
|
|
|
readonly type: FieldRef<"AgentProfile", 'String'>
|
|
|
|
|
readonly wallet_address: FieldRef<"AgentProfile", 'String'>
|
|
|
|
|
readonly status: FieldRef<"AgentProfile", 'String'>
|
|
|
|
|
readonly capabilities: FieldRef<"AgentProfile", 'Json'>
|
|
|
|
|
readonly created_at: FieldRef<"AgentProfile", 'DateTime'>
|
|
|
|
|
readonly updated_at: FieldRef<"AgentProfile", 'DateTime'>
|
|
|
|
|
}
|
|
|
|
|
@@ -9769,6 +9817,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points: 'reward_points',
|
|
|
|
|
is_priority: 'is_priority',
|
|
|
|
|
is_private: 'is_private',
|
|
|
|
|
referred_by_agent: 'referred_by_agent',
|
|
|
|
|
parent_task_id: 'parent_task_id',
|
|
|
|
|
created_by_agent: 'created_by_agent',
|
|
|
|
|
created_at: 'created_at',
|
|
|
|
|
updated_at: 'updated_at',
|
|
|
|
|
scout_id: 'scout_id',
|
|
|
|
|
@@ -9863,6 +9914,7 @@ export namespace Prisma {
|
|
|
|
|
type: 'type',
|
|
|
|
|
wallet_address: 'wallet_address',
|
|
|
|
|
status: 'status',
|
|
|
|
|
capabilities: 'capabilities',
|
|
|
|
|
created_at: 'created_at',
|
|
|
|
|
updated_at: 'updated_at'
|
|
|
|
|
};
|
|
|
|
|
@@ -10026,6 +10078,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFilter<"Task"> | number
|
|
|
|
|
is_priority?: BoolFilter<"Task"> | boolean
|
|
|
|
|
is_private?: BoolFilter<"Task"> | boolean
|
|
|
|
|
referred_by_agent?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
parent_task_id?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
created_by_agent?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
created_at?: DateTimeFilter<"Task"> | Date | string
|
|
|
|
|
updated_at?: DateTimeFilter<"Task"> | Date | string
|
|
|
|
|
scout_id?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
@@ -10056,6 +10111,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: SortOrder
|
|
|
|
|
is_priority?: SortOrder
|
|
|
|
|
is_private?: SortOrder
|
|
|
|
|
referred_by_agent?: SortOrderInput | SortOrder
|
|
|
|
|
parent_task_id?: SortOrderInput | SortOrder
|
|
|
|
|
created_by_agent?: SortOrderInput | SortOrder
|
|
|
|
|
created_at?: SortOrder
|
|
|
|
|
updated_at?: SortOrder
|
|
|
|
|
scout_id?: SortOrderInput | SortOrder
|
|
|
|
|
@@ -10089,6 +10147,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFilter<"Task"> | number
|
|
|
|
|
is_priority?: BoolFilter<"Task"> | boolean
|
|
|
|
|
is_private?: BoolFilter<"Task"> | boolean
|
|
|
|
|
referred_by_agent?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
parent_task_id?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
created_by_agent?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
created_at?: DateTimeFilter<"Task"> | Date | string
|
|
|
|
|
updated_at?: DateTimeFilter<"Task"> | Date | string
|
|
|
|
|
scout_id?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
@@ -10119,6 +10180,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: SortOrder
|
|
|
|
|
is_priority?: SortOrder
|
|
|
|
|
is_private?: SortOrder
|
|
|
|
|
referred_by_agent?: SortOrderInput | SortOrder
|
|
|
|
|
parent_task_id?: SortOrderInput | SortOrder
|
|
|
|
|
created_by_agent?: SortOrderInput | SortOrder
|
|
|
|
|
created_at?: SortOrder
|
|
|
|
|
updated_at?: SortOrder
|
|
|
|
|
scout_id?: SortOrderInput | SortOrder
|
|
|
|
|
@@ -10153,6 +10217,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntWithAggregatesFilter<"Task"> | number
|
|
|
|
|
is_priority?: BoolWithAggregatesFilter<"Task"> | boolean
|
|
|
|
|
is_private?: BoolWithAggregatesFilter<"Task"> | boolean
|
|
|
|
|
referred_by_agent?: StringNullableWithAggregatesFilter<"Task"> | string | null
|
|
|
|
|
parent_task_id?: StringNullableWithAggregatesFilter<"Task"> | string | null
|
|
|
|
|
created_by_agent?: StringNullableWithAggregatesFilter<"Task"> | string | null
|
|
|
|
|
created_at?: DateTimeWithAggregatesFilter<"Task"> | Date | string
|
|
|
|
|
updated_at?: DateTimeWithAggregatesFilter<"Task"> | Date | string
|
|
|
|
|
scout_id?: StringNullableWithAggregatesFilter<"Task"> | string | null
|
|
|
|
|
@@ -10573,6 +10640,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFilter<"AgentProfile"> | string
|
|
|
|
|
wallet_address?: StringNullableFilter<"AgentProfile"> | string | null
|
|
|
|
|
status?: StringFilter<"AgentProfile"> | string
|
|
|
|
|
capabilities?: JsonNullableFilter<"AgentProfile">
|
|
|
|
|
created_at?: DateTimeFilter<"AgentProfile"> | Date | string
|
|
|
|
|
updated_at?: DateTimeFilter<"AgentProfile"> | Date | string
|
|
|
|
|
tasks_as_scout?: TaskListRelationFilter
|
|
|
|
|
@@ -10586,6 +10654,7 @@ export namespace Prisma {
|
|
|
|
|
type?: SortOrder
|
|
|
|
|
wallet_address?: SortOrderInput | SortOrder
|
|
|
|
|
status?: SortOrder
|
|
|
|
|
capabilities?: SortOrderInput | SortOrder
|
|
|
|
|
created_at?: SortOrder
|
|
|
|
|
updated_at?: SortOrder
|
|
|
|
|
tasks_as_scout?: TaskOrderByRelationAggregateInput
|
|
|
|
|
@@ -10602,6 +10671,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFilter<"AgentProfile"> | string
|
|
|
|
|
wallet_address?: StringNullableFilter<"AgentProfile"> | string | null
|
|
|
|
|
status?: StringFilter<"AgentProfile"> | string
|
|
|
|
|
capabilities?: JsonNullableFilter<"AgentProfile">
|
|
|
|
|
created_at?: DateTimeFilter<"AgentProfile"> | Date | string
|
|
|
|
|
updated_at?: DateTimeFilter<"AgentProfile"> | Date | string
|
|
|
|
|
tasks_as_scout?: TaskListRelationFilter
|
|
|
|
|
@@ -10615,6 +10685,7 @@ export namespace Prisma {
|
|
|
|
|
type?: SortOrder
|
|
|
|
|
wallet_address?: SortOrderInput | SortOrder
|
|
|
|
|
status?: SortOrder
|
|
|
|
|
capabilities?: SortOrderInput | SortOrder
|
|
|
|
|
created_at?: SortOrder
|
|
|
|
|
updated_at?: SortOrder
|
|
|
|
|
_count?: AgentProfileCountOrderByAggregateInput
|
|
|
|
|
@@ -10631,6 +10702,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringWithAggregatesFilter<"AgentProfile"> | string
|
|
|
|
|
wallet_address?: StringNullableWithAggregatesFilter<"AgentProfile"> | string | null
|
|
|
|
|
status?: StringWithAggregatesFilter<"AgentProfile"> | string
|
|
|
|
|
capabilities?: JsonNullableWithAggregatesFilter<"AgentProfile">
|
|
|
|
|
created_at?: DateTimeWithAggregatesFilter<"AgentProfile"> | Date | string
|
|
|
|
|
updated_at?: DateTimeWithAggregatesFilter<"AgentProfile"> | Date | string
|
|
|
|
|
}
|
|
|
|
|
@@ -10655,6 +10727,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
scout_agent?: AgentProfileCreateNestedOneWithoutTasks_as_scoutInput
|
|
|
|
|
@@ -10683,6 +10758,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
scout_id?: string | null
|
|
|
|
|
@@ -10711,6 +10789,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
scout_agent?: AgentProfileUpdateOneWithoutTasks_as_scoutNestedInput
|
|
|
|
|
@@ -10739,6 +10820,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
scout_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
@@ -10767,6 +10851,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
scout_id?: string | null
|
|
|
|
|
@@ -10793,6 +10880,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
}
|
|
|
|
|
@@ -10817,6 +10907,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
scout_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
@@ -11280,6 +11373,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address?: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
tasks_as_scout?: TaskCreateNestedManyWithoutScout_agentInput
|
|
|
|
|
@@ -11293,6 +11387,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address?: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
tasks_as_scout?: TaskUncheckedCreateNestedManyWithoutScout_agentInput
|
|
|
|
|
@@ -11306,6 +11401,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
wallet_address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
status?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
tasks_as_scout?: TaskUpdateManyWithoutScout_agentNestedInput
|
|
|
|
|
@@ -11319,6 +11415,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
wallet_address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
status?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
tasks_as_scout?: TaskUncheckedUpdateManyWithoutScout_agentNestedInput
|
|
|
|
|
@@ -11332,6 +11429,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address?: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
}
|
|
|
|
|
@@ -11342,6 +11440,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
wallet_address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
status?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
}
|
|
|
|
|
@@ -11352,6 +11451,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
wallet_address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
status?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
}
|
|
|
|
|
@@ -11516,6 +11616,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: SortOrder
|
|
|
|
|
is_priority?: SortOrder
|
|
|
|
|
is_private?: SortOrder
|
|
|
|
|
referred_by_agent?: SortOrder
|
|
|
|
|
parent_task_id?: SortOrder
|
|
|
|
|
created_by_agent?: SortOrder
|
|
|
|
|
created_at?: SortOrder
|
|
|
|
|
updated_at?: SortOrder
|
|
|
|
|
scout_id?: SortOrder
|
|
|
|
|
@@ -11547,6 +11650,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: SortOrder
|
|
|
|
|
is_priority?: SortOrder
|
|
|
|
|
is_private?: SortOrder
|
|
|
|
|
referred_by_agent?: SortOrder
|
|
|
|
|
parent_task_id?: SortOrder
|
|
|
|
|
created_by_agent?: SortOrder
|
|
|
|
|
created_at?: SortOrder
|
|
|
|
|
updated_at?: SortOrder
|
|
|
|
|
scout_id?: SortOrder
|
|
|
|
|
@@ -11571,6 +11677,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: SortOrder
|
|
|
|
|
is_priority?: SortOrder
|
|
|
|
|
is_private?: SortOrder
|
|
|
|
|
referred_by_agent?: SortOrder
|
|
|
|
|
parent_task_id?: SortOrder
|
|
|
|
|
created_by_agent?: SortOrder
|
|
|
|
|
created_at?: SortOrder
|
|
|
|
|
updated_at?: SortOrder
|
|
|
|
|
scout_id?: SortOrder
|
|
|
|
|
@@ -12003,6 +12112,7 @@ export namespace Prisma {
|
|
|
|
|
type?: SortOrder
|
|
|
|
|
wallet_address?: SortOrder
|
|
|
|
|
status?: SortOrder
|
|
|
|
|
capabilities?: SortOrder
|
|
|
|
|
created_at?: SortOrder
|
|
|
|
|
updated_at?: SortOrder
|
|
|
|
|
}
|
|
|
|
|
@@ -12710,6 +12820,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address?: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
tasks_as_builder?: TaskCreateNestedManyWithoutBuilder_agentInput
|
|
|
|
|
@@ -12722,6 +12833,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address?: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
tasks_as_builder?: TaskUncheckedCreateNestedManyWithoutBuilder_agentInput
|
|
|
|
|
@@ -12739,6 +12851,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address?: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
tasks_as_scout?: TaskCreateNestedManyWithoutScout_agentInput
|
|
|
|
|
@@ -12751,6 +12864,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address?: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
tasks_as_scout?: TaskUncheckedCreateNestedManyWithoutScout_agentInput
|
|
|
|
|
@@ -12849,6 +12963,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
wallet_address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
status?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
tasks_as_builder?: TaskUpdateManyWithoutBuilder_agentNestedInput
|
|
|
|
|
@@ -12861,6 +12976,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
wallet_address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
status?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
tasks_as_builder?: TaskUncheckedUpdateManyWithoutBuilder_agentNestedInput
|
|
|
|
|
@@ -12884,6 +13000,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
wallet_address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
status?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
tasks_as_scout?: TaskUpdateManyWithoutScout_agentNestedInput
|
|
|
|
|
@@ -12896,6 +13013,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
wallet_address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
status?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
tasks_as_scout?: TaskUncheckedUpdateManyWithoutScout_agentNestedInput
|
|
|
|
|
@@ -12985,6 +13103,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
scout_agent?: AgentProfileCreateNestedOneWithoutTasks_as_scoutInput
|
|
|
|
|
@@ -13012,6 +13133,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
scout_id?: string | null
|
|
|
|
|
@@ -13030,6 +13154,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address?: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
tasks_as_scout?: TaskCreateNestedManyWithoutScout_agentInput
|
|
|
|
|
@@ -13042,6 +13167,7 @@ export namespace Prisma {
|
|
|
|
|
type: string
|
|
|
|
|
wallet_address?: string | null
|
|
|
|
|
status: string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
tasks_as_scout?: TaskUncheckedCreateNestedManyWithoutScout_agentInput
|
|
|
|
|
@@ -13116,6 +13242,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
scout_agent?: AgentProfileUpdateOneWithoutTasks_as_scoutNestedInput
|
|
|
|
|
@@ -13143,6 +13272,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
scout_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
@@ -13167,6 +13299,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
wallet_address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
status?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
tasks_as_scout?: TaskUpdateManyWithoutScout_agentNestedInput
|
|
|
|
|
@@ -13179,6 +13312,7 @@ export namespace Prisma {
|
|
|
|
|
type?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
wallet_address?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
status?: StringFieldUpdateOperationsInput | string
|
|
|
|
|
capabilities?: NullableJsonNullValueInput | InputJsonValue
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
tasks_as_scout?: TaskUncheckedUpdateManyWithoutScout_agentNestedInput
|
|
|
|
|
@@ -13221,6 +13355,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
scout_agent?: AgentProfileCreateNestedOneWithoutTasks_as_scoutInput
|
|
|
|
|
@@ -13248,6 +13385,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
scout_id?: string | null
|
|
|
|
|
@@ -13358,6 +13498,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
scout_agent?: AgentProfileUpdateOneWithoutTasks_as_scoutNestedInput
|
|
|
|
|
@@ -13385,6 +13528,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
scout_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
@@ -13543,6 +13689,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
builder_agent?: AgentProfileCreateNestedOneWithoutTasks_as_builderInput
|
|
|
|
|
@@ -13570,6 +13719,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
builder_id?: string | null
|
|
|
|
|
@@ -13607,6 +13759,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
scout_agent?: AgentProfileCreateNestedOneWithoutTasks_as_scoutInput
|
|
|
|
|
@@ -13634,6 +13789,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
scout_id?: string | null
|
|
|
|
|
@@ -13728,6 +13886,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFilter<"Task"> | number
|
|
|
|
|
is_priority?: BoolFilter<"Task"> | boolean
|
|
|
|
|
is_private?: BoolFilter<"Task"> | boolean
|
|
|
|
|
referred_by_agent?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
parent_task_id?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
created_by_agent?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
created_at?: DateTimeFilter<"Task"> | Date | string
|
|
|
|
|
updated_at?: DateTimeFilter<"Task"> | Date | string
|
|
|
|
|
scout_id?: StringNullableFilter<"Task"> | string | null
|
|
|
|
|
@@ -13972,6 +14133,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
builder_id?: string | null
|
|
|
|
|
@@ -13997,6 +14161,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: number
|
|
|
|
|
is_priority?: boolean
|
|
|
|
|
is_private?: boolean
|
|
|
|
|
referred_by_agent?: string | null
|
|
|
|
|
parent_task_id?: string | null
|
|
|
|
|
created_by_agent?: string | null
|
|
|
|
|
created_at?: Date | string
|
|
|
|
|
updated_at?: Date | string
|
|
|
|
|
scout_id?: string | null
|
|
|
|
|
@@ -14035,6 +14202,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
builder_agent?: AgentProfileUpdateOneWithoutTasks_as_builderNestedInput
|
|
|
|
|
@@ -14062,6 +14232,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
builder_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
@@ -14089,6 +14262,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
builder_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
@@ -14114,6 +14290,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
scout_agent?: AgentProfileUpdateOneWithoutTasks_as_scoutNestedInput
|
|
|
|
|
@@ -14141,6 +14320,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
scout_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
@@ -14168,6 +14350,9 @@ export namespace Prisma {
|
|
|
|
|
reward_points?: IntFieldUpdateOperationsInput | number
|
|
|
|
|
is_priority?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
is_private?: BoolFieldUpdateOperationsInput | boolean
|
|
|
|
|
referred_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
parent_task_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_by_agent?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
created_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
updated_at?: DateTimeFieldUpdateOperationsInput | Date | string
|
|
|
|
|
scout_id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
|
|
|
|