@hasura/promptql 2.0.0-alpha.34 → 2.0.0-alpha.35
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/auth/index.d.mts +1 -1
- package/dist/auth/index.d.ts +1 -1
- package/dist/{graphql-BcfHC50n.d.mts → graphql-Drrif9Kc.d.mts} +54 -54
- package/dist/{graphql-BcfHC50n.d.ts → graphql-Drrif9Kc.d.ts} +54 -54
- package/dist/index.d.mts +444 -232
- package/dist/index.d.ts +444 -232
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/auth/index.d.mts
CHANGED
package/dist/auth/index.d.ts
CHANGED
|
@@ -955,8 +955,8 @@ type Promptql_Users_Bool_Exp = {
|
|
|
955
955
|
slack_info?: InputMaybe<Slack_Info_Bool_Exp>;
|
|
956
956
|
starred_artifacts?: InputMaybe<Starred_Artifacts_Bool_Exp>;
|
|
957
957
|
starred_threads?: InputMaybe<Starred_Threads_Bool_Exp>;
|
|
958
|
-
|
|
959
|
-
|
|
958
|
+
thread_user_typing?: InputMaybe<Thread_User_Typing_Bool_Exp>;
|
|
959
|
+
thread_user_typing_aggregate?: InputMaybe<Thread_User_Typing_Aggregate_Bool_Exp>;
|
|
960
960
|
updated_at?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
961
961
|
user_group_members?: InputMaybe<User_Group_Members_Bool_Exp>;
|
|
962
962
|
user_preference?: InputMaybe<User_Preferences_Bool_Exp>;
|
|
@@ -1000,7 +1000,7 @@ type Promptql_Users_Order_By = {
|
|
|
1000
1000
|
slack_info?: InputMaybe<Slack_Info_Order_By>;
|
|
1001
1001
|
starred_artifacts_aggregate?: InputMaybe<Starred_Artifacts_Aggregate_Order_By>;
|
|
1002
1002
|
starred_threads_aggregate?: InputMaybe<Starred_Threads_Aggregate_Order_By>;
|
|
1003
|
-
|
|
1003
|
+
thread_user_typing_aggregate?: InputMaybe<Thread_User_Typing_Aggregate_Order_By>;
|
|
1004
1004
|
updated_at?: InputMaybe<Order_By>;
|
|
1005
1005
|
user_group_members_aggregate?: InputMaybe<User_Group_Members_Aggregate_Order_By>;
|
|
1006
1006
|
user_preference?: InputMaybe<User_Preferences_Order_By>;
|
|
@@ -2091,7 +2091,7 @@ type Thread_Participants_Bool_Exp = {
|
|
|
2091
2091
|
thread_participant_activities?: InputMaybe<Thread_Participant_Activity_Bool_Exp>;
|
|
2092
2092
|
thread_participant_activities_aggregate?: InputMaybe<Thread_Participant_Activity_Aggregate_Bool_Exp>;
|
|
2093
2093
|
threads_v2?: InputMaybe<Threads_V2_Bool_Exp>;
|
|
2094
|
-
typing_indicator?: InputMaybe<
|
|
2094
|
+
typing_indicator?: InputMaybe<Thread_User_Typing_Bool_Exp>;
|
|
2095
2095
|
updated_at?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
2096
2096
|
};
|
|
2097
2097
|
/** order by max() on columns of table "thread_participants" */
|
|
@@ -2164,53 +2164,6 @@ type Thread_Participants_Sum_Order_By = {
|
|
|
2164
2164
|
last_seen_event_id?: InputMaybe<Order_By>;
|
|
2165
2165
|
latest_relevant_event_id?: InputMaybe<Order_By>;
|
|
2166
2166
|
};
|
|
2167
|
-
type Thread_Participants_Typing_Aggregate_Bool_Exp = {
|
|
2168
|
-
count?: InputMaybe<Thread_Participants_Typing_Aggregate_Bool_Exp_Count>;
|
|
2169
|
-
};
|
|
2170
|
-
type Thread_Participants_Typing_Aggregate_Bool_Exp_Count = {
|
|
2171
|
-
arguments?: InputMaybe<Array<Thread_Participants_Typing_Select_Column>>;
|
|
2172
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2173
|
-
filter?: InputMaybe<Thread_Participants_Typing_Bool_Exp>;
|
|
2174
|
-
predicate: Int_Comparison_Exp;
|
|
2175
|
-
};
|
|
2176
|
-
/** order by aggregate values of table "thread_participants_typing" */
|
|
2177
|
-
type Thread_Participants_Typing_Aggregate_Order_By = {
|
|
2178
|
-
count?: InputMaybe<Order_By>;
|
|
2179
|
-
max?: InputMaybe<Thread_Participants_Typing_Max_Order_By>;
|
|
2180
|
-
min?: InputMaybe<Thread_Participants_Typing_Min_Order_By>;
|
|
2181
|
-
};
|
|
2182
|
-
/** Boolean expression to filter rows from the table "thread_participants_typing". All fields are combined with a logical 'AND'. */
|
|
2183
|
-
type Thread_Participants_Typing_Bool_Exp = {
|
|
2184
|
-
_and?: InputMaybe<Array<Thread_Participants_Typing_Bool_Exp>>;
|
|
2185
|
-
_not?: InputMaybe<Thread_Participants_Typing_Bool_Exp>;
|
|
2186
|
-
_or?: InputMaybe<Array<Thread_Participants_Typing_Bool_Exp>>;
|
|
2187
|
-
last_typing_ts?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
2188
|
-
promptql_user_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
2189
|
-
thread?: InputMaybe<Threads_V2_Bool_Exp>;
|
|
2190
|
-
thread_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
2191
|
-
thread_participant?: InputMaybe<Thread_Participants_Bool_Exp>;
|
|
2192
|
-
user?: InputMaybe<Promptql_Users_Bool_Exp>;
|
|
2193
|
-
};
|
|
2194
|
-
/** order by max() on columns of table "thread_participants_typing" */
|
|
2195
|
-
type Thread_Participants_Typing_Max_Order_By = {
|
|
2196
|
-
last_typing_ts?: InputMaybe<Order_By>;
|
|
2197
|
-
promptql_user_id?: InputMaybe<Order_By>;
|
|
2198
|
-
thread_id?: InputMaybe<Order_By>;
|
|
2199
|
-
};
|
|
2200
|
-
/** order by min() on columns of table "thread_participants_typing" */
|
|
2201
|
-
type Thread_Participants_Typing_Min_Order_By = {
|
|
2202
|
-
last_typing_ts?: InputMaybe<Order_By>;
|
|
2203
|
-
promptql_user_id?: InputMaybe<Order_By>;
|
|
2204
|
-
thread_id?: InputMaybe<Order_By>;
|
|
2205
|
-
};
|
|
2206
|
-
/** select columns of table "thread_participants_typing" */
|
|
2207
|
-
type Thread_Participants_Typing_Select_Column =
|
|
2208
|
-
/** column name */
|
|
2209
|
-
'last_typing_ts'
|
|
2210
|
-
/** column name */
|
|
2211
|
-
| 'promptql_user_id'
|
|
2212
|
-
/** column name */
|
|
2213
|
-
| 'thread_id';
|
|
2214
2167
|
/** order by var_pop() on columns of table "thread_participants" */
|
|
2215
2168
|
type Thread_Participants_Var_Pop_Order_By = {
|
|
2216
2169
|
last_seen_event_id?: InputMaybe<Order_By>;
|
|
@@ -2251,6 +2204,53 @@ type Thread_Taught_By_Result_Min_Order_By = {
|
|
|
2251
2204
|
teachings?: InputMaybe<Order_By>;
|
|
2252
2205
|
user_id?: InputMaybe<Order_By>;
|
|
2253
2206
|
};
|
|
2207
|
+
type Thread_User_Typing_Aggregate_Bool_Exp = {
|
|
2208
|
+
count?: InputMaybe<Thread_User_Typing_Aggregate_Bool_Exp_Count>;
|
|
2209
|
+
};
|
|
2210
|
+
type Thread_User_Typing_Aggregate_Bool_Exp_Count = {
|
|
2211
|
+
arguments?: InputMaybe<Array<Thread_User_Typing_Select_Column>>;
|
|
2212
|
+
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2213
|
+
filter?: InputMaybe<Thread_User_Typing_Bool_Exp>;
|
|
2214
|
+
predicate: Int_Comparison_Exp;
|
|
2215
|
+
};
|
|
2216
|
+
/** order by aggregate values of table "thread_user_typing" */
|
|
2217
|
+
type Thread_User_Typing_Aggregate_Order_By = {
|
|
2218
|
+
count?: InputMaybe<Order_By>;
|
|
2219
|
+
max?: InputMaybe<Thread_User_Typing_Max_Order_By>;
|
|
2220
|
+
min?: InputMaybe<Thread_User_Typing_Min_Order_By>;
|
|
2221
|
+
};
|
|
2222
|
+
/** Boolean expression to filter rows from the table "thread_user_typing". All fields are combined with a logical 'AND'. */
|
|
2223
|
+
type Thread_User_Typing_Bool_Exp = {
|
|
2224
|
+
_and?: InputMaybe<Array<Thread_User_Typing_Bool_Exp>>;
|
|
2225
|
+
_not?: InputMaybe<Thread_User_Typing_Bool_Exp>;
|
|
2226
|
+
_or?: InputMaybe<Array<Thread_User_Typing_Bool_Exp>>;
|
|
2227
|
+
last_typing_ts?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
2228
|
+
promptql_user_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
2229
|
+
thread?: InputMaybe<Threads_V2_Bool_Exp>;
|
|
2230
|
+
thread_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
2231
|
+
thread_participant?: InputMaybe<Thread_Participants_Bool_Exp>;
|
|
2232
|
+
user?: InputMaybe<Promptql_Users_Bool_Exp>;
|
|
2233
|
+
};
|
|
2234
|
+
/** order by max() on columns of table "thread_user_typing" */
|
|
2235
|
+
type Thread_User_Typing_Max_Order_By = {
|
|
2236
|
+
last_typing_ts?: InputMaybe<Order_By>;
|
|
2237
|
+
promptql_user_id?: InputMaybe<Order_By>;
|
|
2238
|
+
thread_id?: InputMaybe<Order_By>;
|
|
2239
|
+
};
|
|
2240
|
+
/** order by min() on columns of table "thread_user_typing" */
|
|
2241
|
+
type Thread_User_Typing_Min_Order_By = {
|
|
2242
|
+
last_typing_ts?: InputMaybe<Order_By>;
|
|
2243
|
+
promptql_user_id?: InputMaybe<Order_By>;
|
|
2244
|
+
thread_id?: InputMaybe<Order_By>;
|
|
2245
|
+
};
|
|
2246
|
+
/** select columns of table "thread_user_typing" */
|
|
2247
|
+
type Thread_User_Typing_Select_Column =
|
|
2248
|
+
/** column name */
|
|
2249
|
+
'last_typing_ts'
|
|
2250
|
+
/** column name */
|
|
2251
|
+
| 'promptql_user_id'
|
|
2252
|
+
/** column name */
|
|
2253
|
+
| 'thread_id';
|
|
2254
2254
|
type Thread_Visibility_Enum_Enum =
|
|
2255
2255
|
/** Private threads are visible only to thread participants */
|
|
2256
2256
|
'PRIVATE'
|
|
@@ -2331,8 +2331,8 @@ type Threads_V2_Bool_Exp = {
|
|
|
2331
2331
|
thread_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
2332
2332
|
thread_participants?: InputMaybe<Thread_Participants_Bool_Exp>;
|
|
2333
2333
|
thread_participants_aggregate?: InputMaybe<Thread_Participants_Aggregate_Bool_Exp>;
|
|
2334
|
-
|
|
2335
|
-
|
|
2334
|
+
thread_user_typing?: InputMaybe<Thread_User_Typing_Bool_Exp>;
|
|
2335
|
+
thread_user_typing_aggregate?: InputMaybe<Thread_User_Typing_Aggregate_Bool_Exp>;
|
|
2336
2336
|
title?: InputMaybe<String_Comparison_Exp>;
|
|
2337
2337
|
updated_at?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
2338
2338
|
user?: InputMaybe<Promptql_Users_Bool_Exp>;
|
|
@@ -2409,7 +2409,7 @@ type Threads_V2_Order_By = {
|
|
|
2409
2409
|
thread_feedback_aggregate?: InputMaybe<Thread_Feedback_Aggregate_Order_By>;
|
|
2410
2410
|
thread_id?: InputMaybe<Order_By>;
|
|
2411
2411
|
thread_participants_aggregate?: InputMaybe<Thread_Participants_Aggregate_Order_By>;
|
|
2412
|
-
|
|
2412
|
+
thread_user_typing_aggregate?: InputMaybe<Thread_User_Typing_Aggregate_Order_By>;
|
|
2413
2413
|
title?: InputMaybe<Order_By>;
|
|
2414
2414
|
updated_at?: InputMaybe<Order_By>;
|
|
2415
2415
|
user?: InputMaybe<Promptql_Users_Order_By>;
|
|
@@ -955,8 +955,8 @@ type Promptql_Users_Bool_Exp = {
|
|
|
955
955
|
slack_info?: InputMaybe<Slack_Info_Bool_Exp>;
|
|
956
956
|
starred_artifacts?: InputMaybe<Starred_Artifacts_Bool_Exp>;
|
|
957
957
|
starred_threads?: InputMaybe<Starred_Threads_Bool_Exp>;
|
|
958
|
-
|
|
959
|
-
|
|
958
|
+
thread_user_typing?: InputMaybe<Thread_User_Typing_Bool_Exp>;
|
|
959
|
+
thread_user_typing_aggregate?: InputMaybe<Thread_User_Typing_Aggregate_Bool_Exp>;
|
|
960
960
|
updated_at?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
961
961
|
user_group_members?: InputMaybe<User_Group_Members_Bool_Exp>;
|
|
962
962
|
user_preference?: InputMaybe<User_Preferences_Bool_Exp>;
|
|
@@ -1000,7 +1000,7 @@ type Promptql_Users_Order_By = {
|
|
|
1000
1000
|
slack_info?: InputMaybe<Slack_Info_Order_By>;
|
|
1001
1001
|
starred_artifacts_aggregate?: InputMaybe<Starred_Artifacts_Aggregate_Order_By>;
|
|
1002
1002
|
starred_threads_aggregate?: InputMaybe<Starred_Threads_Aggregate_Order_By>;
|
|
1003
|
-
|
|
1003
|
+
thread_user_typing_aggregate?: InputMaybe<Thread_User_Typing_Aggregate_Order_By>;
|
|
1004
1004
|
updated_at?: InputMaybe<Order_By>;
|
|
1005
1005
|
user_group_members_aggregate?: InputMaybe<User_Group_Members_Aggregate_Order_By>;
|
|
1006
1006
|
user_preference?: InputMaybe<User_Preferences_Order_By>;
|
|
@@ -2091,7 +2091,7 @@ type Thread_Participants_Bool_Exp = {
|
|
|
2091
2091
|
thread_participant_activities?: InputMaybe<Thread_Participant_Activity_Bool_Exp>;
|
|
2092
2092
|
thread_participant_activities_aggregate?: InputMaybe<Thread_Participant_Activity_Aggregate_Bool_Exp>;
|
|
2093
2093
|
threads_v2?: InputMaybe<Threads_V2_Bool_Exp>;
|
|
2094
|
-
typing_indicator?: InputMaybe<
|
|
2094
|
+
typing_indicator?: InputMaybe<Thread_User_Typing_Bool_Exp>;
|
|
2095
2095
|
updated_at?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
2096
2096
|
};
|
|
2097
2097
|
/** order by max() on columns of table "thread_participants" */
|
|
@@ -2164,53 +2164,6 @@ type Thread_Participants_Sum_Order_By = {
|
|
|
2164
2164
|
last_seen_event_id?: InputMaybe<Order_By>;
|
|
2165
2165
|
latest_relevant_event_id?: InputMaybe<Order_By>;
|
|
2166
2166
|
};
|
|
2167
|
-
type Thread_Participants_Typing_Aggregate_Bool_Exp = {
|
|
2168
|
-
count?: InputMaybe<Thread_Participants_Typing_Aggregate_Bool_Exp_Count>;
|
|
2169
|
-
};
|
|
2170
|
-
type Thread_Participants_Typing_Aggregate_Bool_Exp_Count = {
|
|
2171
|
-
arguments?: InputMaybe<Array<Thread_Participants_Typing_Select_Column>>;
|
|
2172
|
-
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2173
|
-
filter?: InputMaybe<Thread_Participants_Typing_Bool_Exp>;
|
|
2174
|
-
predicate: Int_Comparison_Exp;
|
|
2175
|
-
};
|
|
2176
|
-
/** order by aggregate values of table "thread_participants_typing" */
|
|
2177
|
-
type Thread_Participants_Typing_Aggregate_Order_By = {
|
|
2178
|
-
count?: InputMaybe<Order_By>;
|
|
2179
|
-
max?: InputMaybe<Thread_Participants_Typing_Max_Order_By>;
|
|
2180
|
-
min?: InputMaybe<Thread_Participants_Typing_Min_Order_By>;
|
|
2181
|
-
};
|
|
2182
|
-
/** Boolean expression to filter rows from the table "thread_participants_typing". All fields are combined with a logical 'AND'. */
|
|
2183
|
-
type Thread_Participants_Typing_Bool_Exp = {
|
|
2184
|
-
_and?: InputMaybe<Array<Thread_Participants_Typing_Bool_Exp>>;
|
|
2185
|
-
_not?: InputMaybe<Thread_Participants_Typing_Bool_Exp>;
|
|
2186
|
-
_or?: InputMaybe<Array<Thread_Participants_Typing_Bool_Exp>>;
|
|
2187
|
-
last_typing_ts?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
2188
|
-
promptql_user_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
2189
|
-
thread?: InputMaybe<Threads_V2_Bool_Exp>;
|
|
2190
|
-
thread_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
2191
|
-
thread_participant?: InputMaybe<Thread_Participants_Bool_Exp>;
|
|
2192
|
-
user?: InputMaybe<Promptql_Users_Bool_Exp>;
|
|
2193
|
-
};
|
|
2194
|
-
/** order by max() on columns of table "thread_participants_typing" */
|
|
2195
|
-
type Thread_Participants_Typing_Max_Order_By = {
|
|
2196
|
-
last_typing_ts?: InputMaybe<Order_By>;
|
|
2197
|
-
promptql_user_id?: InputMaybe<Order_By>;
|
|
2198
|
-
thread_id?: InputMaybe<Order_By>;
|
|
2199
|
-
};
|
|
2200
|
-
/** order by min() on columns of table "thread_participants_typing" */
|
|
2201
|
-
type Thread_Participants_Typing_Min_Order_By = {
|
|
2202
|
-
last_typing_ts?: InputMaybe<Order_By>;
|
|
2203
|
-
promptql_user_id?: InputMaybe<Order_By>;
|
|
2204
|
-
thread_id?: InputMaybe<Order_By>;
|
|
2205
|
-
};
|
|
2206
|
-
/** select columns of table "thread_participants_typing" */
|
|
2207
|
-
type Thread_Participants_Typing_Select_Column =
|
|
2208
|
-
/** column name */
|
|
2209
|
-
'last_typing_ts'
|
|
2210
|
-
/** column name */
|
|
2211
|
-
| 'promptql_user_id'
|
|
2212
|
-
/** column name */
|
|
2213
|
-
| 'thread_id';
|
|
2214
2167
|
/** order by var_pop() on columns of table "thread_participants" */
|
|
2215
2168
|
type Thread_Participants_Var_Pop_Order_By = {
|
|
2216
2169
|
last_seen_event_id?: InputMaybe<Order_By>;
|
|
@@ -2251,6 +2204,53 @@ type Thread_Taught_By_Result_Min_Order_By = {
|
|
|
2251
2204
|
teachings?: InputMaybe<Order_By>;
|
|
2252
2205
|
user_id?: InputMaybe<Order_By>;
|
|
2253
2206
|
};
|
|
2207
|
+
type Thread_User_Typing_Aggregate_Bool_Exp = {
|
|
2208
|
+
count?: InputMaybe<Thread_User_Typing_Aggregate_Bool_Exp_Count>;
|
|
2209
|
+
};
|
|
2210
|
+
type Thread_User_Typing_Aggregate_Bool_Exp_Count = {
|
|
2211
|
+
arguments?: InputMaybe<Array<Thread_User_Typing_Select_Column>>;
|
|
2212
|
+
distinct?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2213
|
+
filter?: InputMaybe<Thread_User_Typing_Bool_Exp>;
|
|
2214
|
+
predicate: Int_Comparison_Exp;
|
|
2215
|
+
};
|
|
2216
|
+
/** order by aggregate values of table "thread_user_typing" */
|
|
2217
|
+
type Thread_User_Typing_Aggregate_Order_By = {
|
|
2218
|
+
count?: InputMaybe<Order_By>;
|
|
2219
|
+
max?: InputMaybe<Thread_User_Typing_Max_Order_By>;
|
|
2220
|
+
min?: InputMaybe<Thread_User_Typing_Min_Order_By>;
|
|
2221
|
+
};
|
|
2222
|
+
/** Boolean expression to filter rows from the table "thread_user_typing". All fields are combined with a logical 'AND'. */
|
|
2223
|
+
type Thread_User_Typing_Bool_Exp = {
|
|
2224
|
+
_and?: InputMaybe<Array<Thread_User_Typing_Bool_Exp>>;
|
|
2225
|
+
_not?: InputMaybe<Thread_User_Typing_Bool_Exp>;
|
|
2226
|
+
_or?: InputMaybe<Array<Thread_User_Typing_Bool_Exp>>;
|
|
2227
|
+
last_typing_ts?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
2228
|
+
promptql_user_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
2229
|
+
thread?: InputMaybe<Threads_V2_Bool_Exp>;
|
|
2230
|
+
thread_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
2231
|
+
thread_participant?: InputMaybe<Thread_Participants_Bool_Exp>;
|
|
2232
|
+
user?: InputMaybe<Promptql_Users_Bool_Exp>;
|
|
2233
|
+
};
|
|
2234
|
+
/** order by max() on columns of table "thread_user_typing" */
|
|
2235
|
+
type Thread_User_Typing_Max_Order_By = {
|
|
2236
|
+
last_typing_ts?: InputMaybe<Order_By>;
|
|
2237
|
+
promptql_user_id?: InputMaybe<Order_By>;
|
|
2238
|
+
thread_id?: InputMaybe<Order_By>;
|
|
2239
|
+
};
|
|
2240
|
+
/** order by min() on columns of table "thread_user_typing" */
|
|
2241
|
+
type Thread_User_Typing_Min_Order_By = {
|
|
2242
|
+
last_typing_ts?: InputMaybe<Order_By>;
|
|
2243
|
+
promptql_user_id?: InputMaybe<Order_By>;
|
|
2244
|
+
thread_id?: InputMaybe<Order_By>;
|
|
2245
|
+
};
|
|
2246
|
+
/** select columns of table "thread_user_typing" */
|
|
2247
|
+
type Thread_User_Typing_Select_Column =
|
|
2248
|
+
/** column name */
|
|
2249
|
+
'last_typing_ts'
|
|
2250
|
+
/** column name */
|
|
2251
|
+
| 'promptql_user_id'
|
|
2252
|
+
/** column name */
|
|
2253
|
+
| 'thread_id';
|
|
2254
2254
|
type Thread_Visibility_Enum_Enum =
|
|
2255
2255
|
/** Private threads are visible only to thread participants */
|
|
2256
2256
|
'PRIVATE'
|
|
@@ -2331,8 +2331,8 @@ type Threads_V2_Bool_Exp = {
|
|
|
2331
2331
|
thread_id?: InputMaybe<Uuid_Comparison_Exp>;
|
|
2332
2332
|
thread_participants?: InputMaybe<Thread_Participants_Bool_Exp>;
|
|
2333
2333
|
thread_participants_aggregate?: InputMaybe<Thread_Participants_Aggregate_Bool_Exp>;
|
|
2334
|
-
|
|
2335
|
-
|
|
2334
|
+
thread_user_typing?: InputMaybe<Thread_User_Typing_Bool_Exp>;
|
|
2335
|
+
thread_user_typing_aggregate?: InputMaybe<Thread_User_Typing_Aggregate_Bool_Exp>;
|
|
2336
2336
|
title?: InputMaybe<String_Comparison_Exp>;
|
|
2337
2337
|
updated_at?: InputMaybe<Timestamptz_Comparison_Exp>;
|
|
2338
2338
|
user?: InputMaybe<Promptql_Users_Bool_Exp>;
|
|
@@ -2409,7 +2409,7 @@ type Threads_V2_Order_By = {
|
|
|
2409
2409
|
thread_feedback_aggregate?: InputMaybe<Thread_Feedback_Aggregate_Order_By>;
|
|
2410
2410
|
thread_id?: InputMaybe<Order_By>;
|
|
2411
2411
|
thread_participants_aggregate?: InputMaybe<Thread_Participants_Aggregate_Order_By>;
|
|
2412
|
-
|
|
2412
|
+
thread_user_typing_aggregate?: InputMaybe<Thread_User_Typing_Aggregate_Order_By>;
|
|
2413
2413
|
title?: InputMaybe<Order_By>;
|
|
2414
2414
|
updated_at?: InputMaybe<Order_By>;
|
|
2415
2415
|
user?: InputMaybe<Promptql_Users_Order_By>;
|