From 38a1a03af4597c93ba27d196b2c5435bf0200151 Mon Sep 17 00:00:00 2001 From: Graffe <95149165+CryptoGraffe@users.noreply.github.com> Date: Wed, 1 Nov 2023 23:37:21 -0700 Subject: [PATCH] trying to fix zeus again (#140) --- src/app/api/zeus/const.ts | 5046 +++++++- src/app/api/zeus/index.ts | 22578 +++++++++++++++++++++++++++++++++++- 2 files changed, 27178 insertions(+), 446 deletions(-) diff --git a/src/app/api/zeus/const.ts b/src/app/api/zeus/const.ts index ad6b556..290bd44 100644 --- a/src/app/api/zeus/const.ts +++ b/src/app/api/zeus/const.ts @@ -1,6 +1,9 @@ /* eslint-disable */ export const AllTypesProps: Record = { + AddEmailInput:{ + + }, AdminUpdateUserInput:{ }, @@ -37,11 +40,11 @@ export const AllTypesProps: Record = { CreateEpochInput:{ params:"EpochInputParams" }, - CreateEpochOldInput:{ - start_date:"timestamptz" - }, CreateNomineeInput:{ + }, + CreateOrgMembersInput:{ + users:"UserObj" }, CreateUserWithTokenInput:{ @@ -60,6 +63,9 @@ export const AllTypesProps: Record = { }, DeleteDiscordUserInput:{ + }, + DeleteEmailInput:{ + }, DeleteEpochInput:{ @@ -79,9 +85,15 @@ export const AllTypesProps: Record = { }, GenerateApiKeyInput:{ + }, + GiveCsvInput:{ + }, GuildInfoInput:{ + }, + IdInput:{ + }, Int_comparison_exp:{ @@ -97,22 +109,31 @@ export const AllTypesProps: Record = { }, MarkClaimedInput:{ + }, + SearchCosoulsInput:{ + + }, + SetPrimaryEmailInput:{ + }, String_comparison_exp:{ + }, + SyncCoSoulInput:{ + }, UpdateCircleInput:{ + }, + UpdateCircleStartingGiveInput:{ + }, UpdateContributionInput:{ - datetime_created:"timestamptz" + }, UpdateEpochInput:{ params:"EpochInputParams" }, - UpdateEpochOldInput:{ - start_date:"timestamptz" - }, UpdateProfileInput:{ }, @@ -136,12 +157,81 @@ export const AllTypesProps: Record = { }, VouchInput:{ + }, + activities:{ + private_stream_visibility:{ + distinct_on:"private_stream_visibility_select_column", + order_by:"private_stream_visibility_order_by", + where:"private_stream_visibility_bool_exp" + }, + private_stream_visibility_aggregate:{ + distinct_on:"private_stream_visibility_select_column", + order_by:"private_stream_visibility_order_by", + where:"private_stream_visibility_bool_exp" + }, + reactions:{ + distinct_on:"reactions_select_column", + order_by:"reactions_order_by", + where:"reactions_bool_exp" + }, + reactions_aggregate:{ + distinct_on:"reactions_select_column", + order_by:"reactions_order_by", + where:"reactions_bool_exp" + } + }, + activities_aggregate_bool_exp:{ + bool_and:"activities_aggregate_bool_exp_bool_and", + bool_or:"activities_aggregate_bool_exp_bool_or", + count:"activities_aggregate_bool_exp_count" + }, + activities_aggregate_bool_exp_bool_and:{ + arguments:"activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns", + filter:"activities_bool_exp", + predicate:"Boolean_comparison_exp" + }, + activities_aggregate_bool_exp_bool_or:{ + arguments:"activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns", + filter:"activities_bool_exp", + predicate:"Boolean_comparison_exp" + }, + activities_aggregate_bool_exp_count:{ + arguments:"activities_select_column", + filter:"activities_bool_exp", + predicate:"Int_comparison_exp" }, activities_aggregate_fields:{ count:{ columns:"activities_select_column" } }, + activities_aggregate_order_by:{ + avg:"activities_avg_order_by", + count:"order_by", + max:"activities_max_order_by", + min:"activities_min_order_by", + stddev:"activities_stddev_order_by", + stddev_pop:"activities_stddev_pop_order_by", + stddev_samp:"activities_stddev_samp_order_by", + sum:"activities_sum_order_by", + var_pop:"activities_var_pop_order_by", + var_samp:"activities_var_samp_order_by", + variance:"activities_variance_order_by" + }, + activities_arr_rel_insert_input:{ + data:"activities_insert_input", + on_conflict:"activities_on_conflict" + }, + activities_avg_order_by:{ + actor_profile_id:"order_by", + circle_id:"order_by", + contribution_id:"order_by", + epoch_id:"order_by", + id:"order_by", + organization_id:"order_by", + target_profile_id:"order_by", + user_id:"order_by" + }, activities_bool_exp:{ _and:"activities_bool_exp", _not:"activities_bool_exp", @@ -149,6 +239,7 @@ export const AllTypesProps: Record = { action:"String_comparison_exp", actor_profile:"profiles_bool_exp", actor_profile_id:"bigint_comparison_exp", + actor_profile_public:"profiles_public_bool_exp", circle:"circles_bool_exp", circle_id:"bigint_comparison_exp", contribution:"contributions_bool_exp", @@ -159,8 +250,14 @@ export const AllTypesProps: Record = { id:"bigint_comparison_exp", organization:"organizations_bool_exp", organization_id:"bigint_comparison_exp", + private_stream:"Boolean_comparison_exp", + private_stream_visibility:"private_stream_visibility_bool_exp", + private_stream_visibility_aggregate:"private_stream_visibility_aggregate_bool_exp", + reactions:"reactions_bool_exp", + reactions_aggregate:"reactions_aggregate_bool_exp", target_profile:"profiles_bool_exp", target_profile_id:"bigint_comparison_exp", + target_profile_public:"profiles_public_bool_exp", updated_at:"timestamptz_comparison_exp", user:"users_bool_exp", user_id:"bigint_comparison_exp" @@ -179,6 +276,7 @@ export const AllTypesProps: Record = { activities_insert_input:{ actor_profile:"profiles_obj_rel_insert_input", actor_profile_id:"bigint", + actor_profile_public:"profiles_public_obj_rel_insert_input", circle:"circles_obj_rel_insert_input", circle_id:"bigint", contribution:"contributions_obj_rel_insert_input", @@ -189,12 +287,45 @@ export const AllTypesProps: Record = { id:"bigint", organization:"organizations_obj_rel_insert_input", organization_id:"bigint", + private_stream_visibility:"private_stream_visibility_arr_rel_insert_input", + reactions:"reactions_arr_rel_insert_input", target_profile:"profiles_obj_rel_insert_input", target_profile_id:"bigint", + target_profile_public:"profiles_public_obj_rel_insert_input", updated_at:"timestamptz", user:"users_obj_rel_insert_input", user_id:"bigint" }, + activities_max_order_by:{ + action:"order_by", + actor_profile_id:"order_by", + circle_id:"order_by", + contribution_id:"order_by", + created_at:"order_by", + epoch_id:"order_by", + id:"order_by", + organization_id:"order_by", + target_profile_id:"order_by", + updated_at:"order_by", + user_id:"order_by" + }, + activities_min_order_by:{ + action:"order_by", + actor_profile_id:"order_by", + circle_id:"order_by", + contribution_id:"order_by", + created_at:"order_by", + epoch_id:"order_by", + id:"order_by", + organization_id:"order_by", + target_profile_id:"order_by", + updated_at:"order_by", + user_id:"order_by" + }, + activities_obj_rel_insert_input:{ + data:"activities_insert_input", + on_conflict:"activities_on_conflict" + }, activities_on_conflict:{ constraint:"activities_constraint", update_columns:"activities_update_column", @@ -204,6 +335,7 @@ export const AllTypesProps: Record = { action:"order_by", actor_profile:"profiles_order_by", actor_profile_id:"order_by", + actor_profile_public:"profiles_public_order_by", circle:"circles_order_by", circle_id:"order_by", contribution:"contributions_order_by", @@ -214,8 +346,12 @@ export const AllTypesProps: Record = { id:"order_by", organization:"organizations_order_by", organization_id:"order_by", + private_stream:"order_by", + private_stream_visibility_aggregate:"private_stream_visibility_aggregate_order_by", + reactions_aggregate:"reactions_aggregate_order_by", target_profile:"profiles_order_by", target_profile_id:"order_by", + target_profile_public:"profiles_public_order_by", updated_at:"order_by", user:"users_order_by", user_id:"order_by" @@ -224,6 +360,8 @@ export const AllTypesProps: Record = { id:"bigint" }, activities_select_column: "enum" as const, + activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns: "enum" as const, + activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns: "enum" as const, activities_set_input:{ actor_profile_id:"bigint", circle_id:"bigint", @@ -236,6 +374,36 @@ export const AllTypesProps: Record = { updated_at:"timestamptz", user_id:"bigint" }, + activities_stddev_order_by:{ + actor_profile_id:"order_by", + circle_id:"order_by", + contribution_id:"order_by", + epoch_id:"order_by", + id:"order_by", + organization_id:"order_by", + target_profile_id:"order_by", + user_id:"order_by" + }, + activities_stddev_pop_order_by:{ + actor_profile_id:"order_by", + circle_id:"order_by", + contribution_id:"order_by", + epoch_id:"order_by", + id:"order_by", + organization_id:"order_by", + target_profile_id:"order_by", + user_id:"order_by" + }, + activities_stddev_samp_order_by:{ + actor_profile_id:"order_by", + circle_id:"order_by", + contribution_id:"order_by", + epoch_id:"order_by", + id:"order_by", + organization_id:"order_by", + target_profile_id:"order_by", + user_id:"order_by" + }, activities_stream_cursor_input:{ initial_value:"activities_stream_cursor_value_input", ordering:"cursor_ordering" @@ -252,12 +420,116 @@ export const AllTypesProps: Record = { updated_at:"timestamptz", user_id:"bigint" }, + activities_sum_order_by:{ + actor_profile_id:"order_by", + circle_id:"order_by", + contribution_id:"order_by", + epoch_id:"order_by", + id:"order_by", + organization_id:"order_by", + target_profile_id:"order_by", + user_id:"order_by" + }, activities_update_column: "enum" as const, activities_updates:{ _inc:"activities_inc_input", _set:"activities_set_input", where:"activities_bool_exp" }, + activities_var_pop_order_by:{ + actor_profile_id:"order_by", + circle_id:"order_by", + contribution_id:"order_by", + epoch_id:"order_by", + id:"order_by", + organization_id:"order_by", + target_profile_id:"order_by", + user_id:"order_by" + }, + activities_var_samp_order_by:{ + actor_profile_id:"order_by", + circle_id:"order_by", + contribution_id:"order_by", + epoch_id:"order_by", + id:"order_by", + organization_id:"order_by", + target_profile_id:"order_by", + user_id:"order_by" + }, + activities_variance_order_by:{ + actor_profile_id:"order_by", + circle_id:"order_by", + contribution_id:"order_by", + epoch_id:"order_by", + id:"order_by", + organization_id:"order_by", + target_profile_id:"order_by", + user_id:"order_by" + }, + address_data_fetches_aggregate_fields:{ + count:{ + columns:"address_data_fetches_select_column" + } + }, + address_data_fetches_bool_exp:{ + _and:"address_data_fetches_bool_exp", + _not:"address_data_fetches_bool_exp", + _or:"address_data_fetches_bool_exp", + address:"citext_comparison_exp", + created_at:"timestamptz_comparison_exp", + poap_synced_at:"timestamptz_comparison_exp", + profile:"profiles_bool_exp", + updated_at:"timestamptz_comparison_exp" + }, + address_data_fetches_constraint: "enum" as const, + address_data_fetches_insert_input:{ + address:"citext", + created_at:"timestamptz", + poap_synced_at:"timestamptz", + profile:"profiles_obj_rel_insert_input", + updated_at:"timestamptz" + }, + address_data_fetches_obj_rel_insert_input:{ + data:"address_data_fetches_insert_input", + on_conflict:"address_data_fetches_on_conflict" + }, + address_data_fetches_on_conflict:{ + constraint:"address_data_fetches_constraint", + update_columns:"address_data_fetches_update_column", + where:"address_data_fetches_bool_exp" + }, + address_data_fetches_order_by:{ + address:"order_by", + created_at:"order_by", + poap_synced_at:"order_by", + profile:"profiles_order_by", + updated_at:"order_by" + }, + address_data_fetches_pk_columns_input:{ + address:"citext" + }, + address_data_fetches_select_column: "enum" as const, + address_data_fetches_set_input:{ + address:"citext", + created_at:"timestamptz", + poap_synced_at:"timestamptz", + updated_at:"timestamptz" + }, + address_data_fetches_stream_cursor_input:{ + initial_value:"address_data_fetches_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + address_data_fetches_stream_cursor_value_input:{ + address:"citext", + created_at:"timestamptz", + poap_synced_at:"timestamptz", + updated_at:"timestamptz" + }, + address_data_fetches_update_column: "enum" as const, + address_data_fetches_updates:{ + _set:"address_data_fetches_set_input", + where:"address_data_fetches_bool_exp" + }, bigint: `scalar.bigint` as const, bigint_comparison_exp:{ _eq:"bigint", @@ -1234,13 +1506,15 @@ export const AllTypesProps: Record = { id:"order_by", min_vouches:"order_by", nomination_days_limit:"order_by", - organization_id:"order_by" + organization_id:"order_by", + starting_tokens:"order_by" }, circles_bool_exp:{ _and:"circles_bool_exp", _not:"circles_bool_exp", _or:"circles_bool_exp", alloc_text:"String_comparison_exp", + allow_distribute_evenly:"Boolean_comparison_exp", api_keys:"circle_api_keys_bool_exp", api_keys_aggregate:"circle_api_keys_aggregate_bool_exp", auto_opt_out:"Boolean_comparison_exp", @@ -1282,6 +1556,7 @@ export const AllTypesProps: Record = { pending_token_gifts:"pending_token_gifts_bool_exp", pending_token_gifts_aggregate:"pending_token_gifts_aggregate_bool_exp", show_pending_gives:"Boolean_comparison_exp", + starting_tokens:"Int_comparison_exp", team_selection:"Boolean_comparison_exp", telegram_id:"String_comparison_exp", token_gifts:"token_gifts_bool_exp", @@ -1337,6 +1612,7 @@ export const AllTypesProps: Record = { name:"order_by", nomination_days_limit:"order_by", organization_id:"order_by", + starting_tokens:"order_by", telegram_id:"order_by", token_name:"order_by", updated_at:"order_by", @@ -1359,6 +1635,7 @@ export const AllTypesProps: Record = { name:"order_by", nomination_days_limit:"order_by", organization_id:"order_by", + starting_tokens:"order_by", telegram_id:"order_by", token_name:"order_by", updated_at:"order_by", @@ -1375,6 +1652,7 @@ export const AllTypesProps: Record = { }, circles_order_by:{ alloc_text:"order_by", + allow_distribute_evenly:"order_by", api_keys_aggregate:"circle_api_keys_aggregate_order_by", auto_opt_out:"order_by", burns_aggregate:"burns_aggregate_order_by", @@ -1407,6 +1685,7 @@ export const AllTypesProps: Record = { organization_id:"order_by", pending_token_gifts_aggregate:"pending_token_gifts_aggregate_order_by", show_pending_gives:"order_by", + starting_tokens:"order_by", team_selection:"order_by", telegram_id:"order_by", token_gifts_aggregate:"token_gifts_aggregate_order_by", @@ -1436,7 +1715,8 @@ export const AllTypesProps: Record = { id:"order_by", min_vouches:"order_by", nomination_days_limit:"order_by", - organization_id:"order_by" + organization_id:"order_by", + starting_tokens:"order_by" }, circles_stddev_pop_order_by:{ fixed_payment_vault_id:"order_by", @@ -1445,7 +1725,8 @@ export const AllTypesProps: Record = { id:"order_by", min_vouches:"order_by", nomination_days_limit:"order_by", - organization_id:"order_by" + organization_id:"order_by", + starting_tokens:"order_by" }, circles_stddev_samp_order_by:{ fixed_payment_vault_id:"order_by", @@ -1454,7 +1735,8 @@ export const AllTypesProps: Record = { id:"order_by", min_vouches:"order_by", nomination_days_limit:"order_by", - organization_id:"order_by" + organization_id:"order_by", + starting_tokens:"order_by" }, circles_stream_cursor_input:{ initial_value:"circles_stream_cursor_value_input", @@ -1473,7 +1755,8 @@ export const AllTypesProps: Record = { id:"order_by", min_vouches:"order_by", nomination_days_limit:"order_by", - organization_id:"order_by" + organization_id:"order_by", + starting_tokens:"order_by" }, circles_update_column: "enum" as const, circles_updates:{ @@ -1488,7 +1771,8 @@ export const AllTypesProps: Record = { id:"order_by", min_vouches:"order_by", nomination_days_limit:"order_by", - organization_id:"order_by" + organization_id:"order_by", + starting_tokens:"order_by" }, circles_var_samp_order_by:{ fixed_payment_vault_id:"order_by", @@ -1497,7 +1781,8 @@ export const AllTypesProps: Record = { id:"order_by", min_vouches:"order_by", nomination_days_limit:"order_by", - organization_id:"order_by" + organization_id:"order_by", + starting_tokens:"order_by" }, circles_variance_order_by:{ fixed_payment_vault_id:"order_by", @@ -1506,7 +1791,8 @@ export const AllTypesProps: Record = { id:"order_by", min_vouches:"order_by", nomination_days_limit:"order_by", - organization_id:"order_by" + organization_id:"order_by", + starting_tokens:"order_by" }, citext: `scalar.citext` as const, citext_comparison_exp:{ @@ -1742,9 +2028,58 @@ export const AllTypesProps: Record = { new_amount:"order_by", profile_id:"order_by" }, + contribution_count_aggregate_fields:{ + count:{ + columns:"contribution_count_select_column" + } + }, + contribution_count_bool_exp:{ + _and:"contribution_count_bool_exp", + _not:"contribution_count_bool_exp", + _or:"contribution_count_bool_exp", + contributions:"bigint_comparison_exp", + profile_id:"bigint_comparison_exp" + }, + contribution_count_order_by:{ + contributions:"order_by", + profile_id:"order_by" + }, + contribution_count_select_column: "enum" as const, + contribution_count_stream_cursor_input:{ + initial_value:"contribution_count_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + contribution_count_stream_cursor_value_input:{ + contributions:"bigint", + profile_id:"bigint" + }, + contributions:{ + private_stream_visibility:{ + distinct_on:"private_stream_visibility_select_column", + order_by:"private_stream_visibility_order_by", + where:"private_stream_visibility_bool_exp" + }, + private_stream_visibility_aggregate:{ + distinct_on:"private_stream_visibility_select_column", + order_by:"private_stream_visibility_order_by", + where:"private_stream_visibility_bool_exp" + } + }, contributions_aggregate_bool_exp:{ + bool_and:"contributions_aggregate_bool_exp_bool_and", + bool_or:"contributions_aggregate_bool_exp_bool_or", count:"contributions_aggregate_bool_exp_count" }, + contributions_aggregate_bool_exp_bool_and:{ + arguments:"contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns", + filter:"contributions_bool_exp", + predicate:"Boolean_comparison_exp" + }, + contributions_aggregate_bool_exp_bool_or:{ + arguments:"contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns", + filter:"contributions_bool_exp", + predicate:"Boolean_comparison_exp" + }, contributions_aggregate_bool_exp_count:{ arguments:"contributions_select_column", filter:"contributions_bool_exp", @@ -1775,6 +2110,7 @@ export const AllTypesProps: Record = { contributions_avg_order_by:{ circle_id:"order_by", id:"order_by", + profile_id:"order_by", user_id:"order_by" }, contributions_bool_exp:{ @@ -1786,10 +2122,15 @@ export const AllTypesProps: Record = { created_at:"timestamptz_comparison_exp", created_with_api_key:"circle_api_keys_bool_exp", created_with_api_key_hash:"String_comparison_exp", - datetime_created:"timestamptz_comparison_exp", deleted_at:"timestamptz_comparison_exp", description:"String_comparison_exp", id:"bigint_comparison_exp", + private_stream:"Boolean_comparison_exp", + private_stream_visibility:"private_stream_visibility_bool_exp", + private_stream_visibility_aggregate:"private_stream_visibility_aggregate_bool_exp", + profile:"profiles_bool_exp", + profile_id:"bigint_comparison_exp", + profile_public:"profiles_public_bool_exp", updated_at:"timestamptz_comparison_exp", user:"users_bool_exp", user_id:"bigint_comparison_exp" @@ -1798,6 +2139,7 @@ export const AllTypesProps: Record = { contributions_inc_input:{ circle_id:"bigint", id:"bigint", + profile_id:"bigint", user_id:"bigint" }, contributions_insert_input:{ @@ -1805,9 +2147,12 @@ export const AllTypesProps: Record = { circle_id:"bigint", created_at:"timestamptz", created_with_api_key:"circle_api_keys_obj_rel_insert_input", - datetime_created:"timestamptz", deleted_at:"timestamptz", id:"bigint", + private_stream_visibility:"private_stream_visibility_arr_rel_insert_input", + profile:"profiles_obj_rel_insert_input", + profile_id:"bigint", + profile_public:"profiles_public_obj_rel_insert_input", updated_at:"timestamptz", user:"users_obj_rel_insert_input", user_id:"bigint" @@ -1816,10 +2161,10 @@ export const AllTypesProps: Record = { circle_id:"order_by", created_at:"order_by", created_with_api_key_hash:"order_by", - datetime_created:"order_by", deleted_at:"order_by", description:"order_by", id:"order_by", + profile_id:"order_by", updated_at:"order_by", user_id:"order_by" }, @@ -1827,10 +2172,10 @@ export const AllTypesProps: Record = { circle_id:"order_by", created_at:"order_by", created_with_api_key_hash:"order_by", - datetime_created:"order_by", deleted_at:"order_by", description:"order_by", id:"order_by", + profile_id:"order_by", updated_at:"order_by", user_id:"order_by" }, @@ -1849,10 +2194,14 @@ export const AllTypesProps: Record = { created_at:"order_by", created_with_api_key:"circle_api_keys_order_by", created_with_api_key_hash:"order_by", - datetime_created:"order_by", deleted_at:"order_by", description:"order_by", id:"order_by", + private_stream:"order_by", + private_stream_visibility_aggregate:"private_stream_visibility_aggregate_order_by", + profile:"profiles_order_by", + profile_id:"order_by", + profile_public:"profiles_public_order_by", updated_at:"order_by", user:"users_order_by", user_id:"order_by" @@ -1861,28 +2210,33 @@ export const AllTypesProps: Record = { id:"bigint" }, contributions_select_column: "enum" as const, + contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns: "enum" as const, + contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns: "enum" as const, contributions_set_input:{ circle_id:"bigint", created_at:"timestamptz", - datetime_created:"timestamptz", deleted_at:"timestamptz", id:"bigint", + profile_id:"bigint", updated_at:"timestamptz", user_id:"bigint" }, contributions_stddev_order_by:{ circle_id:"order_by", id:"order_by", + profile_id:"order_by", user_id:"order_by" }, contributions_stddev_pop_order_by:{ circle_id:"order_by", id:"order_by", + profile_id:"order_by", user_id:"order_by" }, contributions_stddev_samp_order_by:{ circle_id:"order_by", id:"order_by", + profile_id:"order_by", user_id:"order_by" }, contributions_stream_cursor_input:{ @@ -1892,15 +2246,16 @@ export const AllTypesProps: Record = { contributions_stream_cursor_value_input:{ circle_id:"bigint", created_at:"timestamptz", - datetime_created:"timestamptz", deleted_at:"timestamptz", id:"bigint", + profile_id:"bigint", updated_at:"timestamptz", user_id:"bigint" }, contributions_sum_order_by:{ circle_id:"order_by", id:"order_by", + profile_id:"order_by", user_id:"order_by" }, contributions_update_column: "enum" as const, @@ -1912,18 +2267,152 @@ export const AllTypesProps: Record = { contributions_var_pop_order_by:{ circle_id:"order_by", id:"order_by", + profile_id:"order_by", user_id:"order_by" }, contributions_var_samp_order_by:{ circle_id:"order_by", id:"order_by", + profile_id:"order_by", user_id:"order_by" }, contributions_variance_order_by:{ circle_id:"order_by", id:"order_by", + profile_id:"order_by", user_id:"order_by" }, + cosouls:{ + held_keys:{ + distinct_on:"key_holders_select_column", + order_by:"key_holders_order_by", + where:"key_holders_bool_exp" + }, + held_keys_aggregate:{ + distinct_on:"key_holders_select_column", + order_by:"key_holders_order_by", + where:"key_holders_bool_exp" + }, + key_holders:{ + distinct_on:"key_holders_select_column", + order_by:"key_holders_order_by", + where:"key_holders_bool_exp" + }, + key_holders_aggregate:{ + distinct_on:"key_holders_select_column", + order_by:"key_holders_order_by", + where:"key_holders_bool_exp" + }, + poaps:{ + distinct_on:"poap_holders_select_column", + order_by:"poap_holders_order_by", + where:"poap_holders_bool_exp" + }, + poaps_aggregate:{ + distinct_on:"poap_holders_select_column", + order_by:"poap_holders_order_by", + where:"poap_holders_bool_exp" + } + }, + cosouls_aggregate_fields:{ + count:{ + columns:"cosouls_select_column" + } + }, + cosouls_bool_exp:{ + _and:"cosouls_bool_exp", + _not:"cosouls_bool_exp", + _or:"cosouls_bool_exp", + address:"citext_comparison_exp", + address_data_fetches:"address_data_fetches_bool_exp", + checked_at:"timestamptz_comparison_exp", + created_at:"timestamptz_comparison_exp", + created_tx_hash:"String_comparison_exp", + held_keys:"key_holders_bool_exp", + held_keys_aggregate:"key_holders_aggregate_bool_exp", + id:"Int_comparison_exp", + key_holders:"key_holders_bool_exp", + key_holders_aggregate:"key_holders_aggregate_bool_exp", + pgive:"Int_comparison_exp", + poaps:"poap_holders_bool_exp", + poaps_aggregate:"poap_holders_aggregate_bool_exp", + profile:"profiles_bool_exp", + profile_public:"profiles_public_bool_exp", + synced_at:"timestamptz_comparison_exp", + token_id:"Int_comparison_exp", + updated_at:"timestamptz_comparison_exp" + }, + cosouls_constraint: "enum" as const, + cosouls_inc_input:{ + + }, + cosouls_insert_input:{ + address:"citext", + address_data_fetches:"address_data_fetches_obj_rel_insert_input", + checked_at:"timestamptz", + created_at:"timestamptz", + held_keys:"key_holders_arr_rel_insert_input", + key_holders:"key_holders_arr_rel_insert_input", + poaps:"poap_holders_arr_rel_insert_input", + profile:"profiles_obj_rel_insert_input", + profile_public:"profiles_public_obj_rel_insert_input", + synced_at:"timestamptz", + updated_at:"timestamptz" + }, + cosouls_obj_rel_insert_input:{ + data:"cosouls_insert_input", + on_conflict:"cosouls_on_conflict" + }, + cosouls_on_conflict:{ + constraint:"cosouls_constraint", + update_columns:"cosouls_update_column", + where:"cosouls_bool_exp" + }, + cosouls_order_by:{ + address:"order_by", + address_data_fetches:"address_data_fetches_order_by", + checked_at:"order_by", + created_at:"order_by", + created_tx_hash:"order_by", + held_keys_aggregate:"key_holders_aggregate_order_by", + id:"order_by", + key_holders_aggregate:"key_holders_aggregate_order_by", + pgive:"order_by", + poaps_aggregate:"poap_holders_aggregate_order_by", + profile:"profiles_order_by", + profile_public:"profiles_public_order_by", + synced_at:"order_by", + token_id:"order_by", + updated_at:"order_by" + }, + cosouls_pk_columns_input:{ + + }, + cosouls_select_column: "enum" as const, + cosouls_set_input:{ + address:"citext", + checked_at:"timestamptz", + created_at:"timestamptz", + synced_at:"timestamptz", + updated_at:"timestamptz" + }, + cosouls_stream_cursor_input:{ + initial_value:"cosouls_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + cosouls_stream_cursor_value_input:{ + address:"citext", + checked_at:"timestamptz", + created_at:"timestamptz", + synced_at:"timestamptz", + updated_at:"timestamptz" + }, + cosouls_update_column: "enum" as const, + cosouls_updates:{ + _inc:"cosouls_inc_input", + _set:"cosouls_set_input", + where:"cosouls_bool_exp" + }, cursor_ordering: "enum" as const, date: `scalar.date` as const, date_comparison_exp:{ @@ -2171,9 +2660,85 @@ export const AllTypesProps: Record = { _set:"discord_roles_circles_set_input", where:"discord_roles_circles_bool_exp" }, - discord_users_aggregate_fields:{ + discord_user_api_tokens_aggregate_fields:{ count:{ - columns:"discord_users_select_column" + columns:"discord_user_api_tokens_select_column" + } + }, + discord_user_api_tokens_bool_exp:{ + _and:"discord_user_api_tokens_bool_exp", + _not:"discord_user_api_tokens_bool_exp", + _or:"discord_user_api_tokens_bool_exp", + circle_id:"bigint_comparison_exp", + created_at:"timestamptz_comparison_exp", + discord_user:"bigint_comparison_exp", + id:"bigint_comparison_exp", + profile_id:"bigint_comparison_exp", + token:"String_comparison_exp", + updated_at:"timestamptz_comparison_exp" + }, + discord_user_api_tokens_constraint: "enum" as const, + discord_user_api_tokens_inc_input:{ + circle_id:"bigint", + discord_user:"bigint", + id:"bigint", + profile_id:"bigint" + }, + discord_user_api_tokens_insert_input:{ + circle_id:"bigint", + created_at:"timestamptz", + discord_user:"bigint", + id:"bigint", + profile_id:"bigint", + updated_at:"timestamptz" + }, + discord_user_api_tokens_on_conflict:{ + constraint:"discord_user_api_tokens_constraint", + update_columns:"discord_user_api_tokens_update_column", + where:"discord_user_api_tokens_bool_exp" + }, + discord_user_api_tokens_order_by:{ + circle_id:"order_by", + created_at:"order_by", + discord_user:"order_by", + id:"order_by", + profile_id:"order_by", + token:"order_by", + updated_at:"order_by" + }, + discord_user_api_tokens_pk_columns_input:{ + id:"bigint" + }, + discord_user_api_tokens_select_column: "enum" as const, + discord_user_api_tokens_set_input:{ + circle_id:"bigint", + created_at:"timestamptz", + discord_user:"bigint", + id:"bigint", + profile_id:"bigint", + updated_at:"timestamptz" + }, + discord_user_api_tokens_stream_cursor_input:{ + initial_value:"discord_user_api_tokens_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + discord_user_api_tokens_stream_cursor_value_input:{ + circle_id:"bigint", + created_at:"timestamptz", + discord_user:"bigint", + id:"bigint", + profile_id:"bigint", + updated_at:"timestamptz" + }, + discord_user_api_tokens_update_column: "enum" as const, + discord_user_api_tokens_updates:{ + _inc:"discord_user_api_tokens_inc_input", + _set:"discord_user_api_tokens_set_input", + where:"discord_user_api_tokens_bool_exp" + }, + discord_users_aggregate_fields:{ + count:{ + columns:"discord_users_select_column" } }, discord_users_bool_exp:{ @@ -2548,6 +3113,144 @@ export const AllTypesProps: Record = { id:"order_by", vault_id:"order_by" }, + emails_aggregate_bool_exp:{ + bool_and:"emails_aggregate_bool_exp_bool_and", + bool_or:"emails_aggregate_bool_exp_bool_or", + count:"emails_aggregate_bool_exp_count" + }, + emails_aggregate_bool_exp_bool_and:{ + arguments:"emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns", + filter:"emails_bool_exp", + predicate:"Boolean_comparison_exp" + }, + emails_aggregate_bool_exp_bool_or:{ + arguments:"emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns", + filter:"emails_bool_exp", + predicate:"Boolean_comparison_exp" + }, + emails_aggregate_bool_exp_count:{ + arguments:"emails_select_column", + filter:"emails_bool_exp", + predicate:"Int_comparison_exp" + }, + emails_aggregate_fields:{ + count:{ + columns:"emails_select_column" + } + }, + emails_aggregate_order_by:{ + avg:"emails_avg_order_by", + count:"order_by", + max:"emails_max_order_by", + min:"emails_min_order_by", + stddev:"emails_stddev_order_by", + stddev_pop:"emails_stddev_pop_order_by", + stddev_samp:"emails_stddev_samp_order_by", + sum:"emails_sum_order_by", + var_pop:"emails_var_pop_order_by", + var_samp:"emails_var_samp_order_by", + variance:"emails_variance_order_by" + }, + emails_arr_rel_insert_input:{ + data:"emails_insert_input", + on_conflict:"emails_on_conflict" + }, + emails_avg_order_by:{ + profile_id:"order_by" + }, + emails_bool_exp:{ + _and:"emails_bool_exp", + _not:"emails_bool_exp", + _or:"emails_bool_exp", + email:"citext_comparison_exp", + primary:"Boolean_comparison_exp", + profile:"profiles_bool_exp", + profile_id:"Int_comparison_exp", + verification_code:"uuid_comparison_exp", + verified_at:"timestamp_comparison_exp" + }, + emails_constraint: "enum" as const, + emails_inc_input:{ + + }, + emails_insert_input:{ + email:"citext", + profile:"profiles_obj_rel_insert_input", + verification_code:"uuid", + verified_at:"timestamp" + }, + emails_max_order_by:{ + email:"order_by", + profile_id:"order_by", + verification_code:"order_by", + verified_at:"order_by" + }, + emails_min_order_by:{ + email:"order_by", + profile_id:"order_by", + verification_code:"order_by", + verified_at:"order_by" + }, + emails_on_conflict:{ + constraint:"emails_constraint", + update_columns:"emails_update_column", + where:"emails_bool_exp" + }, + emails_order_by:{ + email:"order_by", + primary:"order_by", + profile:"profiles_order_by", + profile_id:"order_by", + verification_code:"order_by", + verified_at:"order_by" + }, + emails_pk_columns_input:{ + email:"citext" + }, + emails_select_column: "enum" as const, + emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns: "enum" as const, + emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns: "enum" as const, + emails_set_input:{ + email:"citext", + verification_code:"uuid", + verified_at:"timestamp" + }, + emails_stddev_order_by:{ + profile_id:"order_by" + }, + emails_stddev_pop_order_by:{ + profile_id:"order_by" + }, + emails_stddev_samp_order_by:{ + profile_id:"order_by" + }, + emails_stream_cursor_input:{ + initial_value:"emails_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + emails_stream_cursor_value_input:{ + email:"citext", + verification_code:"uuid", + verified_at:"timestamp" + }, + emails_sum_order_by:{ + profile_id:"order_by" + }, + emails_update_column: "enum" as const, + emails_updates:{ + _inc:"emails_inc_input", + _set:"emails_set_input", + where:"emails_bool_exp" + }, + emails_var_pop_order_by:{ + profile_id:"order_by" + }, + emails_var_samp_order_by:{ + profile_id:"order_by" + }, + emails_variance_order_by:{ + profile_id:"order_by" + }, epoch_pgive_data_aggregate_fields:{ count:{ columns:"epoch_pgive_data_select_column" @@ -2631,6 +3334,16 @@ export const AllTypesProps: Record = { where:"epoch_pgive_data_bool_exp" }, epochs:{ + activities:{ + distinct_on:"activities_select_column", + order_by:"activities_order_by", + where:"activities_bool_exp" + }, + activities_aggregate:{ + distinct_on:"activities_select_column", + order_by:"activities_order_by", + where:"activities_bool_exp" + }, burns:{ distinct_on:"burns_select_column", order_by:"burns_order_by", @@ -2661,6 +3374,26 @@ export const AllTypesProps: Record = { order_by:"pending_token_gifts_order_by", where:"pending_token_gifts_bool_exp" }, + histories:{ + distinct_on:"histories_select_column", + order_by:"histories_order_by", + where:"histories_bool_exp" + }, + histories_aggregate:{ + distinct_on:"histories_select_column", + order_by:"histories_order_by", + where:"histories_bool_exp" + }, + member_epoch_pgives:{ + distinct_on:"member_epoch_pgives_select_column", + order_by:"member_epoch_pgives_order_by", + where:"member_epoch_pgives_bool_exp" + }, + member_epoch_pgives_aggregate:{ + distinct_on:"member_epoch_pgives_select_column", + order_by:"member_epoch_pgives_order_by", + where:"member_epoch_pgives_bool_exp" + }, repeat_data:{ }, @@ -2722,6 +3455,7 @@ export const AllTypesProps: Record = { }, epochs_avg_order_by:{ circle_id:"order_by", + created_by:"order_by", days:"order_by", grant:"order_by", id:"order_by", @@ -2734,11 +3468,14 @@ export const AllTypesProps: Record = { _and:"epochs_bool_exp", _not:"epochs_bool_exp", _or:"epochs_bool_exp", + activities:"activities_bool_exp", + activities_aggregate:"activities_aggregate_bool_exp", burns:"burns_bool_exp", burns_aggregate:"burns_aggregate_bool_exp", circle:"circles_bool_exp", circle_id:"Int_comparison_exp", created_at:"timestamp_comparison_exp", + created_by:"Int_comparison_exp", days:"Int_comparison_exp", description:"String_comparison_exp", distributions:"distributions_bool_exp", @@ -2748,7 +3485,11 @@ export const AllTypesProps: Record = { epoch_pending_token_gifts:"pending_token_gifts_bool_exp", epoch_pending_token_gifts_aggregate:"pending_token_gifts_aggregate_bool_exp", grant:"numeric_comparison_exp", + histories:"histories_bool_exp", + histories_aggregate:"histories_aggregate_bool_exp", id:"bigint_comparison_exp", + member_epoch_pgives:"member_epoch_pgives_bool_exp", + member_epoch_pgives_aggregate:"member_epoch_pgives_aggregate_bool_exp", notified_before_end:"timestamp_comparison_exp", notified_end:"timestamp_comparison_exp", notified_start:"timestamp_comparison_exp", @@ -2778,6 +3519,7 @@ export const AllTypesProps: Record = { id:"bigint" }, epochs_insert_input:{ + activities:"activities_arr_rel_insert_input", burns:"burns_arr_rel_insert_input", circle:"circles_obj_rel_insert_input", created_at:"timestamp", @@ -2785,7 +3527,9 @@ export const AllTypesProps: Record = { end_date:"timestamptz", epoch_pending_token_gifts:"pending_token_gifts_arr_rel_insert_input", grant:"numeric", + histories:"histories_arr_rel_insert_input", id:"bigint", + member_epoch_pgives:"member_epoch_pgives_arr_rel_insert_input", notified_before_end:"timestamp", notified_end:"timestamp", notified_start:"timestamp", @@ -2798,6 +3542,7 @@ export const AllTypesProps: Record = { epochs_max_order_by:{ circle_id:"order_by", created_at:"order_by", + created_by:"order_by", days:"order_by", description:"order_by", end_date:"order_by", @@ -2816,6 +3561,7 @@ export const AllTypesProps: Record = { epochs_min_order_by:{ circle_id:"order_by", created_at:"order_by", + created_by:"order_by", days:"order_by", description:"order_by", end_date:"order_by", @@ -2841,10 +3587,12 @@ export const AllTypesProps: Record = { where:"epochs_bool_exp" }, epochs_order_by:{ + activities_aggregate:"activities_aggregate_order_by", burns_aggregate:"burns_aggregate_order_by", circle:"circles_order_by", circle_id:"order_by", created_at:"order_by", + created_by:"order_by", days:"order_by", description:"order_by", distributions_aggregate:"distributions_aggregate_order_by", @@ -2852,7 +3600,9 @@ export const AllTypesProps: Record = { ended:"order_by", epoch_pending_token_gifts_aggregate:"pending_token_gifts_aggregate_order_by", grant:"order_by", + histories_aggregate:"histories_aggregate_order_by", id:"order_by", + member_epoch_pgives_aggregate:"member_epoch_pgives_aggregate_order_by", notified_before_end:"order_by", notified_end:"order_by", notified_start:"order_by", @@ -2889,6 +3639,7 @@ export const AllTypesProps: Record = { }, epochs_stddev_order_by:{ circle_id:"order_by", + created_by:"order_by", days:"order_by", grant:"order_by", id:"order_by", @@ -2899,6 +3650,7 @@ export const AllTypesProps: Record = { }, epochs_stddev_pop_order_by:{ circle_id:"order_by", + created_by:"order_by", days:"order_by", grant:"order_by", id:"order_by", @@ -2909,6 +3661,7 @@ export const AllTypesProps: Record = { }, epochs_stddev_samp_order_by:{ circle_id:"order_by", + created_by:"order_by", days:"order_by", grant:"order_by", id:"order_by", @@ -2935,6 +3688,7 @@ export const AllTypesProps: Record = { }, epochs_sum_order_by:{ circle_id:"order_by", + created_by:"order_by", days:"order_by", grant:"order_by", id:"order_by", @@ -2956,6 +3710,7 @@ export const AllTypesProps: Record = { }, epochs_var_pop_order_by:{ circle_id:"order_by", + created_by:"order_by", days:"order_by", grant:"order_by", id:"order_by", @@ -2966,6 +3721,7 @@ export const AllTypesProps: Record = { }, epochs_var_samp_order_by:{ circle_id:"order_by", + created_by:"order_by", days:"order_by", grant:"order_by", id:"order_by", @@ -2976,6 +3732,7 @@ export const AllTypesProps: Record = { }, epochs_variance_order_by:{ circle_id:"order_by", + created_by:"order_by", days:"order_by", grant:"order_by", id:"order_by", @@ -2984,6 +3741,17 @@ export const AllTypesProps: Record = { repeat:"order_by", repeat_day_of_month:"order_by" }, + float8: `scalar.float8` as const, + float8_comparison_exp:{ + _eq:"float8", + _gt:"float8", + _gte:"float8", + _in:"float8", + _lt:"float8", + _lte:"float8", + _neq:"float8", + _nin:"float8" + }, gift_private_aggregate_fields:{ count:{ columns:"gift_private_select_column" @@ -3043,11 +3811,42 @@ export const AllTypesProps: Record = { _set:"gift_private_set_input", where:"gift_private_bool_exp" }, + histories_aggregate_bool_exp:{ + count:"histories_aggregate_bool_exp_count" + }, + histories_aggregate_bool_exp_count:{ + arguments:"histories_select_column", + filter:"histories_bool_exp", + predicate:"Int_comparison_exp" + }, histories_aggregate_fields:{ count:{ columns:"histories_select_column" } }, + histories_aggregate_order_by:{ + avg:"histories_avg_order_by", + count:"order_by", + max:"histories_max_order_by", + min:"histories_min_order_by", + stddev:"histories_stddev_order_by", + stddev_pop:"histories_stddev_pop_order_by", + stddev_samp:"histories_stddev_samp_order_by", + sum:"histories_sum_order_by", + var_pop:"histories_var_pop_order_by", + var_samp:"histories_var_samp_order_by", + variance:"histories_variance_order_by" + }, + histories_arr_rel_insert_input:{ + data:"histories_insert_input", + on_conflict:"histories_on_conflict" + }, + histories_avg_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + id:"order_by", + user_id:"order_by" + }, histories_bool_exp:{ _and:"histories_bool_exp", _not:"histories_bool_exp", @@ -3075,6 +3874,24 @@ export const AllTypesProps: Record = { updated_at:"timestamp", user:"users_obj_rel_insert_input" }, + histories_max_order_by:{ + bio:"order_by", + circle_id:"order_by", + created_at:"order_by", + epoch_id:"order_by", + id:"order_by", + updated_at:"order_by", + user_id:"order_by" + }, + histories_min_order_by:{ + bio:"order_by", + circle_id:"order_by", + created_at:"order_by", + epoch_id:"order_by", + id:"order_by", + updated_at:"order_by", + user_id:"order_by" + }, histories_on_conflict:{ constraint:"histories_constraint", update_columns:"histories_update_column", @@ -3101,6 +3918,24 @@ export const AllTypesProps: Record = { id:"bigint", updated_at:"timestamp" }, + histories_stddev_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + id:"order_by", + user_id:"order_by" + }, + histories_stddev_pop_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + id:"order_by", + user_id:"order_by" + }, + histories_stddev_samp_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + id:"order_by", + user_id:"order_by" + }, histories_stream_cursor_input:{ initial_value:"histories_stream_cursor_value_input", ordering:"cursor_ordering" @@ -3110,12 +3945,36 @@ export const AllTypesProps: Record = { id:"bigint", updated_at:"timestamp" }, + histories_sum_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + id:"order_by", + user_id:"order_by" + }, histories_update_column: "enum" as const, histories_updates:{ _inc:"histories_inc_input", _set:"histories_set_input", where:"histories_bool_exp" }, + histories_var_pop_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + id:"order_by", + user_id:"order_by" + }, + histories_var_samp_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + id:"order_by", + user_id:"order_by" + }, + histories_variance_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + id:"order_by", + user_id:"order_by" + }, interaction_events:{ data:{ @@ -3246,6 +4105,214 @@ export const AllTypesProps: Record = { _neq:"jsonb", _nin:"jsonb" }, + key_holders_aggregate_bool_exp:{ + count:"key_holders_aggregate_bool_exp_count" + }, + key_holders_aggregate_bool_exp_count:{ + arguments:"key_holders_select_column", + filter:"key_holders_bool_exp", + predicate:"Int_comparison_exp" + }, + key_holders_aggregate_fields:{ + count:{ + columns:"key_holders_select_column" + } + }, + key_holders_aggregate_order_by:{ + avg:"key_holders_avg_order_by", + count:"order_by", + max:"key_holders_max_order_by", + min:"key_holders_min_order_by", + stddev:"key_holders_stddev_order_by", + stddev_pop:"key_holders_stddev_pop_order_by", + stddev_samp:"key_holders_stddev_samp_order_by", + sum:"key_holders_sum_order_by", + var_pop:"key_holders_var_pop_order_by", + var_samp:"key_holders_var_samp_order_by", + variance:"key_holders_variance_order_by" + }, + key_holders_arr_rel_insert_input:{ + data:"key_holders_insert_input", + on_conflict:"key_holders_on_conflict" + }, + key_holders_avg_order_by:{ + amount:"order_by" + }, + key_holders_bool_exp:{ + _and:"key_holders_bool_exp", + _not:"key_holders_bool_exp", + _or:"key_holders_bool_exp", + address:"citext_comparison_exp", + address_cosoul:"cosouls_bool_exp", + amount:"Int_comparison_exp", + subject:"citext_comparison_exp", + subject_cosoul:"cosouls_bool_exp", + updated_at:"timestamptz_comparison_exp" + }, + key_holders_constraint: "enum" as const, + key_holders_inc_input:{ + + }, + key_holders_insert_input:{ + address:"citext", + address_cosoul:"cosouls_obj_rel_insert_input", + subject:"citext", + subject_cosoul:"cosouls_obj_rel_insert_input", + updated_at:"timestamptz" + }, + key_holders_max_order_by:{ + address:"order_by", + amount:"order_by", + subject:"order_by", + updated_at:"order_by" + }, + key_holders_min_order_by:{ + address:"order_by", + amount:"order_by", + subject:"order_by", + updated_at:"order_by" + }, + key_holders_on_conflict:{ + constraint:"key_holders_constraint", + update_columns:"key_holders_update_column", + where:"key_holders_bool_exp" + }, + key_holders_order_by:{ + address:"order_by", + address_cosoul:"cosouls_order_by", + amount:"order_by", + subject:"order_by", + subject_cosoul:"cosouls_order_by", + updated_at:"order_by" + }, + key_holders_pk_columns_input:{ + address:"citext", + subject:"citext" + }, + key_holders_select_column: "enum" as const, + key_holders_set_input:{ + address:"citext", + subject:"citext", + updated_at:"timestamptz" + }, + key_holders_stddev_order_by:{ + amount:"order_by" + }, + key_holders_stddev_pop_order_by:{ + amount:"order_by" + }, + key_holders_stddev_samp_order_by:{ + amount:"order_by" + }, + key_holders_stream_cursor_input:{ + initial_value:"key_holders_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + key_holders_stream_cursor_value_input:{ + address:"citext", + subject:"citext", + updated_at:"timestamptz" + }, + key_holders_sum_order_by:{ + amount:"order_by" + }, + key_holders_update_column: "enum" as const, + key_holders_updates:{ + _inc:"key_holders_inc_input", + _set:"key_holders_set_input", + where:"key_holders_bool_exp" + }, + key_holders_var_pop_order_by:{ + amount:"order_by" + }, + key_holders_var_samp_order_by:{ + amount:"order_by" + }, + key_holders_variance_order_by:{ + amount:"order_by" + }, + key_tx_aggregate_fields:{ + count:{ + columns:"key_tx_select_column" + } + }, + key_tx_bool_exp:{ + _and:"key_tx_bool_exp", + _not:"key_tx_bool_exp", + _or:"key_tx_bool_exp", + buy:"Boolean_comparison_exp", + created_at:"timestamptz_comparison_exp", + eth_amount:"String_comparison_exp", + protocol_fee_amount:"String_comparison_exp", + share_amount:"String_comparison_exp", + subject:"citext_comparison_exp", + subject_fee_amount:"String_comparison_exp", + subject_profile:"profiles_public_bool_exp", + supply:"numeric_comparison_exp", + trader:"citext_comparison_exp", + trader_profile:"profiles_public_bool_exp", + tx_hash:"citext_comparison_exp" + }, + key_tx_constraint: "enum" as const, + key_tx_inc_input:{ + supply:"numeric" + }, + key_tx_insert_input:{ + created_at:"timestamptz", + subject:"citext", + subject_profile:"profiles_public_obj_rel_insert_input", + supply:"numeric", + trader:"citext", + trader_profile:"profiles_public_obj_rel_insert_input", + tx_hash:"citext" + }, + key_tx_on_conflict:{ + constraint:"key_tx_constraint", + update_columns:"key_tx_update_column", + where:"key_tx_bool_exp" + }, + key_tx_order_by:{ + buy:"order_by", + created_at:"order_by", + eth_amount:"order_by", + protocol_fee_amount:"order_by", + share_amount:"order_by", + subject:"order_by", + subject_fee_amount:"order_by", + subject_profile:"profiles_public_order_by", + supply:"order_by", + trader:"order_by", + trader_profile:"profiles_public_order_by", + tx_hash:"order_by" + }, + key_tx_pk_columns_input:{ + tx_hash:"citext" + }, + key_tx_select_column: "enum" as const, + key_tx_set_input:{ + created_at:"timestamptz", + subject:"citext", + supply:"numeric", + trader:"citext", + tx_hash:"citext" + }, + key_tx_stream_cursor_input:{ + initial_value:"key_tx_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + key_tx_stream_cursor_value_input:{ + created_at:"timestamptz", + subject:"citext", + supply:"numeric", + trader:"citext", + tx_hash:"citext" + }, + key_tx_update_column: "enum" as const, + key_tx_updates:{ + _inc:"key_tx_inc_input", + _set:"key_tx_set_input", + where:"key_tx_bool_exp" + }, locked_token_distribution_gifts_aggregate_bool_exp:{ count:"locked_token_distribution_gifts_aggregate_bool_exp_count" }, @@ -3501,15 +4568,86 @@ export const AllTypesProps: Record = { _set:"locked_token_distributions_set_input", where:"locked_token_distributions_bool_exp" }, - member_epoch_pgives_aggregate_fields:{ + member_circle_pgives_aggregate_fields:{ + count:{ + columns:"member_circle_pgives_select_column" + } + }, + member_circle_pgives_bool_exp:{ + _and:"member_circle_pgives_bool_exp", + _not:"member_circle_pgives_bool_exp", + _or:"member_circle_pgives_bool_exp", + circle:"circles_bool_exp", + circle_id:"Int_comparison_exp", + epochs:"bigint_comparison_exp", + pgive:"numeric_comparison_exp", + user:"users_bool_exp", + user_id:"Int_comparison_exp" + }, + member_circle_pgives_order_by:{ + circle:"circles_order_by", + circle_id:"order_by", + epochs:"order_by", + pgive:"order_by", + user:"users_order_by", + user_id:"order_by" + }, + member_circle_pgives_select_column: "enum" as const, + member_circle_pgives_stream_cursor_input:{ + initial_value:"member_circle_pgives_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + member_circle_pgives_stream_cursor_value_input:{ + epochs:"bigint", + pgive:"numeric" + }, + member_epoch_pgives_aggregate_bool_exp:{ + count:"member_epoch_pgives_aggregate_bool_exp_count" + }, + member_epoch_pgives_aggregate_bool_exp_count:{ + arguments:"member_epoch_pgives_select_column", + filter:"member_epoch_pgives_bool_exp", + predicate:"Int_comparison_exp" + }, + member_epoch_pgives_aggregate_fields:{ count:{ columns:"member_epoch_pgives_select_column" } }, + member_epoch_pgives_aggregate_order_by:{ + avg:"member_epoch_pgives_avg_order_by", + count:"order_by", + max:"member_epoch_pgives_max_order_by", + min:"member_epoch_pgives_min_order_by", + stddev:"member_epoch_pgives_stddev_order_by", + stddev_pop:"member_epoch_pgives_stddev_pop_order_by", + stddev_samp:"member_epoch_pgives_stddev_samp_order_by", + sum:"member_epoch_pgives_sum_order_by", + var_pop:"member_epoch_pgives_var_pop_order_by", + var_samp:"member_epoch_pgives_var_samp_order_by", + variance:"member_epoch_pgives_variance_order_by" + }, + member_epoch_pgives_arr_rel_insert_input:{ + data:"member_epoch_pgives_insert_input", + on_conflict:"member_epoch_pgives_on_conflict" + }, + member_epoch_pgives_avg_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + gives_received:"order_by", + id:"order_by", + normalized_pgive:"order_by", + opt_out_bonus:"order_by", + organization_id:"order_by", + pgive:"order_by", + user_id:"order_by" + }, member_epoch_pgives_bool_exp:{ _and:"member_epoch_pgives_bool_exp", _not:"member_epoch_pgives_bool_exp", _or:"member_epoch_pgives_bool_exp", + circle:"circles_bool_exp", + circle_id:"Int_comparison_exp", created_at:"timestamptz_comparison_exp", epoch:"epochs_bool_exp", epoch_id:"Int_comparison_exp", @@ -3517,6 +4655,8 @@ export const AllTypesProps: Record = { id:"Int_comparison_exp", normalized_pgive:"numeric_comparison_exp", opt_out_bonus:"numeric_comparison_exp", + organization:"organizations_bool_exp", + organization_id:"Int_comparison_exp", pgive:"numeric_comparison_exp", user:"users_bool_exp", user_id:"Int_comparison_exp" @@ -3528,19 +4668,47 @@ export const AllTypesProps: Record = { pgive:"numeric" }, member_epoch_pgives_insert_input:{ + circle:"circles_obj_rel_insert_input", created_at:"timestamptz", epoch:"epochs_obj_rel_insert_input", normalized_pgive:"numeric", opt_out_bonus:"numeric", + organization:"organizations_obj_rel_insert_input", pgive:"numeric", user:"users_obj_rel_insert_input" }, + member_epoch_pgives_max_order_by:{ + circle_id:"order_by", + created_at:"order_by", + epoch_id:"order_by", + gives_received:"order_by", + id:"order_by", + normalized_pgive:"order_by", + opt_out_bonus:"order_by", + organization_id:"order_by", + pgive:"order_by", + user_id:"order_by" + }, + member_epoch_pgives_min_order_by:{ + circle_id:"order_by", + created_at:"order_by", + epoch_id:"order_by", + gives_received:"order_by", + id:"order_by", + normalized_pgive:"order_by", + opt_out_bonus:"order_by", + organization_id:"order_by", + pgive:"order_by", + user_id:"order_by" + }, member_epoch_pgives_on_conflict:{ constraint:"member_epoch_pgives_constraint", update_columns:"member_epoch_pgives_update_column", where:"member_epoch_pgives_bool_exp" }, member_epoch_pgives_order_by:{ + circle:"circles_order_by", + circle_id:"order_by", created_at:"order_by", epoch:"epochs_order_by", epoch_id:"order_by", @@ -3548,6 +4716,8 @@ export const AllTypesProps: Record = { id:"order_by", normalized_pgive:"order_by", opt_out_bonus:"order_by", + organization:"organizations_order_by", + organization_id:"order_by", pgive:"order_by", user:"users_order_by", user_id:"order_by" @@ -3562,6 +4732,39 @@ export const AllTypesProps: Record = { opt_out_bonus:"numeric", pgive:"numeric" }, + member_epoch_pgives_stddev_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + gives_received:"order_by", + id:"order_by", + normalized_pgive:"order_by", + opt_out_bonus:"order_by", + organization_id:"order_by", + pgive:"order_by", + user_id:"order_by" + }, + member_epoch_pgives_stddev_pop_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + gives_received:"order_by", + id:"order_by", + normalized_pgive:"order_by", + opt_out_bonus:"order_by", + organization_id:"order_by", + pgive:"order_by", + user_id:"order_by" + }, + member_epoch_pgives_stddev_samp_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + gives_received:"order_by", + id:"order_by", + normalized_pgive:"order_by", + opt_out_bonus:"order_by", + organization_id:"order_by", + pgive:"order_by", + user_id:"order_by" + }, member_epoch_pgives_stream_cursor_input:{ initial_value:"member_epoch_pgives_stream_cursor_value_input", ordering:"cursor_ordering" @@ -3572,13 +4775,60 @@ export const AllTypesProps: Record = { opt_out_bonus:"numeric", pgive:"numeric" }, + member_epoch_pgives_sum_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + gives_received:"order_by", + id:"order_by", + normalized_pgive:"order_by", + opt_out_bonus:"order_by", + organization_id:"order_by", + pgive:"order_by", + user_id:"order_by" + }, member_epoch_pgives_update_column: "enum" as const, member_epoch_pgives_updates:{ _inc:"member_epoch_pgives_inc_input", _set:"member_epoch_pgives_set_input", where:"member_epoch_pgives_bool_exp" }, + member_epoch_pgives_var_pop_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + gives_received:"order_by", + id:"order_by", + normalized_pgive:"order_by", + opt_out_bonus:"order_by", + organization_id:"order_by", + pgive:"order_by", + user_id:"order_by" + }, + member_epoch_pgives_var_samp_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + gives_received:"order_by", + id:"order_by", + normalized_pgive:"order_by", + opt_out_bonus:"order_by", + organization_id:"order_by", + pgive:"order_by", + user_id:"order_by" + }, + member_epoch_pgives_variance_order_by:{ + circle_id:"order_by", + epoch_id:"order_by", + gives_received:"order_by", + id:"order_by", + normalized_pgive:"order_by", + opt_out_bonus:"order_by", + organization_id:"order_by", + pgive:"order_by", + user_id:"order_by" + }, mutation_root:{ + addEmail:{ + payload:"AddEmailInput" + }, adminUpdateUser:{ payload:"AdminUpdateUserInput" }, @@ -3591,12 +4841,12 @@ export const AllTypesProps: Record = { createEpoch:{ payload:"CreateEpochInput" }, - createEpochOld:{ - payload:"CreateEpochOldInput" - }, createNominee:{ payload:"CreateNomineeInput" }, + createOrgMembers:{ + payload:"CreateOrgMembersInput" + }, createUserWithToken:{ payload:"CreateUserWithTokenInput" }, @@ -3618,9 +4868,15 @@ export const AllTypesProps: Record = { deleteDiscordUser:{ payload:"DeleteDiscordUserInput" }, + deleteEmail:{ + payload:"DeleteEmailInput" + }, deleteEpoch:{ payload:"DeleteEpochInput" }, + deleteOrgMember:{ + payload:"IdInput" + }, deleteUser:{ payload:"DeleteUserInput" }, @@ -3633,6 +4889,12 @@ export const AllTypesProps: Record = { delete_activities_by_pk:{ id:"bigint" }, + delete_address_data_fetches:{ + where:"address_data_fetches_bool_exp" + }, + delete_address_data_fetches_by_pk:{ + address:"citext" + }, delete_burns:{ where:"burns_bool_exp" }, @@ -3683,6 +4945,12 @@ export const AllTypesProps: Record = { }, delete_contributions_by_pk:{ id:"bigint" + }, + delete_cosouls:{ + where:"cosouls_bool_exp" + }, + delete_cosouls_by_pk:{ + }, delete_discord_circle_api_tokens:{ where:"discord_circle_api_tokens_bool_exp" @@ -3696,6 +4964,12 @@ export const AllTypesProps: Record = { delete_discord_roles_circles_by_pk:{ id:"bigint" }, + delete_discord_user_api_tokens:{ + where:"discord_user_api_tokens_bool_exp" + }, + delete_discord_user_api_tokens_by_pk:{ + id:"bigint" + }, delete_discord_users:{ where:"discord_users_bool_exp" }, @@ -3708,6 +4982,12 @@ export const AllTypesProps: Record = { delete_distributions_by_pk:{ id:"bigint" }, + delete_emails:{ + where:"emails_bool_exp" + }, + delete_emails_by_pk:{ + email:"citext" + }, delete_epoch_pgive_data:{ where:"epoch_pgive_data_bool_exp" }, @@ -3734,6 +5014,19 @@ export const AllTypesProps: Record = { }, delete_interaction_events_by_pk:{ + }, + delete_key_holders:{ + where:"key_holders_bool_exp" + }, + delete_key_holders_by_pk:{ + address:"citext", + subject:"citext" + }, + delete_key_tx:{ + where:"key_tx_bool_exp" + }, + delete_key_tx_by_pk:{ + tx_hash:"citext" }, delete_locked_token_distribution_gifts:{ where:"locked_token_distribution_gifts_bool_exp" @@ -3765,6 +5058,12 @@ export const AllTypesProps: Record = { delete_org_members_by_pk:{ id:"bigint" }, + delete_org_share_tokens:{ + where:"org_share_tokens_bool_exp" + }, + delete_org_share_tokens_by_pk:{ + org_id:"bigint" + }, delete_organizations:{ where:"organizations_bool_exp" }, @@ -3792,12 +5091,46 @@ export const AllTypesProps: Record = { delete_personal_access_tokens_by_pk:{ id:"bigint" }, + delete_poap_events:{ + where:"poap_events_bool_exp" + }, + delete_poap_events_by_pk:{ + id:"bigint" + }, + delete_poap_holders:{ + where:"poap_holders_bool_exp" + }, + delete_poap_holders_by_pk:{ + id:"bigint" + }, + delete_private_stream_visibility:{ + where:"private_stream_visibility_bool_exp" + }, + delete_private_stream_visibility_by_pk:{ + profile_id:"bigint", + view_profile_id:"bigint" + }, delete_profiles:{ where:"profiles_bool_exp" }, delete_profiles_by_pk:{ id:"bigint" }, + delete_profiles_public:{ + where:"profiles_public_bool_exp" + }, + delete_reactions:{ + where:"reactions_bool_exp" + }, + delete_reactions_by_pk:{ + id:"bigint" + }, + delete_reputation_scores:{ + where:"reputation_scores_bool_exp" + }, + delete_reputation_scores_by_pk:{ + profile_id:"bigint" + }, delete_teammates:{ where:"teammates_bool_exp" }, @@ -3809,6 +5142,12 @@ export const AllTypesProps: Record = { }, delete_token_gifts_by_pk:{ id:"bigint" + }, + delete_twitter_account:{ + where:"twitter_account_bool_exp" + }, + delete_twitter_account_by_pk:{ + }, delete_users:{ where:"users_bool_exp" @@ -3846,6 +5185,9 @@ export const AllTypesProps: Record = { generateApiKey:{ payload:"GenerateApiKeyInput" }, + giveCsv:{ + payload:"GiveCsvInput" + }, insert_activities:{ objects:"activities_insert_input", on_conflict:"activities_on_conflict" @@ -3854,6 +5196,14 @@ export const AllTypesProps: Record = { object:"activities_insert_input", on_conflict:"activities_on_conflict" }, + insert_address_data_fetches:{ + objects:"address_data_fetches_insert_input", + on_conflict:"address_data_fetches_on_conflict" + }, + insert_address_data_fetches_one:{ + object:"address_data_fetches_insert_input", + on_conflict:"address_data_fetches_on_conflict" + }, insert_burns:{ objects:"burns_insert_input", on_conflict:"burns_on_conflict" @@ -3924,6 +5274,14 @@ export const AllTypesProps: Record = { object:"contributions_insert_input", on_conflict:"contributions_on_conflict" }, + insert_cosouls:{ + objects:"cosouls_insert_input", + on_conflict:"cosouls_on_conflict" + }, + insert_cosouls_one:{ + object:"cosouls_insert_input", + on_conflict:"cosouls_on_conflict" + }, insert_discord_circle_api_tokens:{ objects:"discord_circle_api_tokens_insert_input", on_conflict:"discord_circle_api_tokens_on_conflict" @@ -3940,6 +5298,14 @@ export const AllTypesProps: Record = { object:"discord_roles_circles_insert_input", on_conflict:"discord_roles_circles_on_conflict" }, + insert_discord_user_api_tokens:{ + objects:"discord_user_api_tokens_insert_input", + on_conflict:"discord_user_api_tokens_on_conflict" + }, + insert_discord_user_api_tokens_one:{ + object:"discord_user_api_tokens_insert_input", + on_conflict:"discord_user_api_tokens_on_conflict" + }, insert_discord_users:{ objects:"discord_users_insert_input", on_conflict:"discord_users_on_conflict" @@ -3956,6 +5322,14 @@ export const AllTypesProps: Record = { object:"distributions_insert_input", on_conflict:"distributions_on_conflict" }, + insert_emails:{ + objects:"emails_insert_input", + on_conflict:"emails_on_conflict" + }, + insert_emails_one:{ + object:"emails_insert_input", + on_conflict:"emails_on_conflict" + }, insert_epoch_pgive_data:{ objects:"epoch_pgive_data_insert_input", on_conflict:"epoch_pgive_data_on_conflict" @@ -3994,6 +5368,22 @@ export const AllTypesProps: Record = { object:"interaction_events_insert_input", on_conflict:"interaction_events_on_conflict" }, + insert_key_holders:{ + objects:"key_holders_insert_input", + on_conflict:"key_holders_on_conflict" + }, + insert_key_holders_one:{ + object:"key_holders_insert_input", + on_conflict:"key_holders_on_conflict" + }, + insert_key_tx:{ + objects:"key_tx_insert_input", + on_conflict:"key_tx_on_conflict" + }, + insert_key_tx_one:{ + object:"key_tx_insert_input", + on_conflict:"key_tx_on_conflict" + }, insert_locked_token_distribution_gifts:{ objects:"locked_token_distribution_gifts_insert_input", on_conflict:"locked_token_distribution_gifts_on_conflict" @@ -4034,6 +5424,14 @@ export const AllTypesProps: Record = { object:"org_members_insert_input", on_conflict:"org_members_on_conflict" }, + insert_org_share_tokens:{ + objects:"org_share_tokens_insert_input", + on_conflict:"org_share_tokens_on_conflict" + }, + insert_org_share_tokens_one:{ + object:"org_share_tokens_insert_input", + on_conflict:"org_share_tokens_on_conflict" + }, insert_organizations:{ objects:"organizations_insert_input", on_conflict:"organizations_on_conflict" @@ -4072,6 +5470,30 @@ export const AllTypesProps: Record = { object:"personal_access_tokens_insert_input", on_conflict:"personal_access_tokens_on_conflict" }, + insert_poap_events:{ + objects:"poap_events_insert_input", + on_conflict:"poap_events_on_conflict" + }, + insert_poap_events_one:{ + object:"poap_events_insert_input", + on_conflict:"poap_events_on_conflict" + }, + insert_poap_holders:{ + objects:"poap_holders_insert_input", + on_conflict:"poap_holders_on_conflict" + }, + insert_poap_holders_one:{ + object:"poap_holders_insert_input", + on_conflict:"poap_holders_on_conflict" + }, + insert_private_stream_visibility:{ + objects:"private_stream_visibility_insert_input", + on_conflict:"private_stream_visibility_on_conflict" + }, + insert_private_stream_visibility_one:{ + object:"private_stream_visibility_insert_input", + on_conflict:"private_stream_visibility_on_conflict" + }, insert_profiles:{ objects:"profiles_insert_input", on_conflict:"profiles_on_conflict" @@ -4080,6 +5502,28 @@ export const AllTypesProps: Record = { object:"profiles_insert_input", on_conflict:"profiles_on_conflict" }, + insert_profiles_public:{ + objects:"profiles_public_insert_input" + }, + insert_profiles_public_one:{ + object:"profiles_public_insert_input" + }, + insert_reactions:{ + objects:"reactions_insert_input", + on_conflict:"reactions_on_conflict" + }, + insert_reactions_one:{ + object:"reactions_insert_input", + on_conflict:"reactions_on_conflict" + }, + insert_reputation_scores:{ + objects:"reputation_scores_insert_input", + on_conflict:"reputation_scores_on_conflict" + }, + insert_reputation_scores_one:{ + object:"reputation_scores_insert_input", + on_conflict:"reputation_scores_on_conflict" + }, insert_teammates:{ objects:"teammates_insert_input", on_conflict:"teammates_on_conflict" @@ -4096,6 +5540,14 @@ export const AllTypesProps: Record = { object:"token_gifts_insert_input", on_conflict:"token_gifts_on_conflict" }, + insert_twitter_account:{ + objects:"twitter_account_insert_input", + on_conflict:"twitter_account_on_conflict" + }, + insert_twitter_account_one:{ + object:"twitter_account_insert_input", + on_conflict:"twitter_account_on_conflict" + }, insert_users:{ objects:"users_insert_input", on_conflict:"users_on_conflict" @@ -4148,21 +5600,27 @@ export const AllTypesProps: Record = { restoreCoordinape:{ payload:"CoordinapeInput" }, + setPrimaryEmail:{ + payload:"SetPrimaryEmailInput" + }, + syncCoSoul:{ + payload:"SyncCoSoulInput" + }, updateAllocations:{ payload:"Allocations" }, updateCircle:{ payload:"UpdateCircleInput" }, + updateCircleStartingGive:{ + payload:"UpdateCircleStartingGiveInput" + }, updateContribution:{ payload:"UpdateContributionInput" }, updateEpoch:{ payload:"UpdateEpochInput" }, - updateEpochOld:{ - payload:"UpdateEpochOldInput" - }, updateProfile:{ payload:"UpdateProfileInput" }, @@ -4185,6 +5643,17 @@ export const AllTypesProps: Record = { update_activities_many:{ updates:"activities_updates" }, + update_address_data_fetches:{ + _set:"address_data_fetches_set_input", + where:"address_data_fetches_bool_exp" + }, + update_address_data_fetches_by_pk:{ + _set:"address_data_fetches_set_input", + pk_columns:"address_data_fetches_pk_columns_input" + }, + update_address_data_fetches_many:{ + updates:"address_data_fetches_updates" + }, update_burns:{ _inc:"burns_inc_input", _set:"burns_set_input", @@ -4297,6 +5766,19 @@ export const AllTypesProps: Record = { update_contributions_many:{ updates:"contributions_updates" }, + update_cosouls:{ + _inc:"cosouls_inc_input", + _set:"cosouls_set_input", + where:"cosouls_bool_exp" + }, + update_cosouls_by_pk:{ + _inc:"cosouls_inc_input", + _set:"cosouls_set_input", + pk_columns:"cosouls_pk_columns_input" + }, + update_cosouls_many:{ + updates:"cosouls_updates" + }, update_discord_circle_api_tokens:{ _inc:"discord_circle_api_tokens_inc_input", _set:"discord_circle_api_tokens_set_input", @@ -4333,6 +5815,19 @@ export const AllTypesProps: Record = { update_discord_roles_circles_many:{ updates:"discord_roles_circles_updates" }, + update_discord_user_api_tokens:{ + _inc:"discord_user_api_tokens_inc_input", + _set:"discord_user_api_tokens_set_input", + where:"discord_user_api_tokens_bool_exp" + }, + update_discord_user_api_tokens_by_pk:{ + _inc:"discord_user_api_tokens_inc_input", + _set:"discord_user_api_tokens_set_input", + pk_columns:"discord_user_api_tokens_pk_columns_input" + }, + update_discord_user_api_tokens_many:{ + updates:"discord_user_api_tokens_updates" + }, update_discord_users:{ _inc:"discord_users_inc_input", _set:"discord_users_set_input", @@ -4369,6 +5864,19 @@ export const AllTypesProps: Record = { update_distributions_many:{ updates:"distributions_updates" }, + update_emails:{ + _inc:"emails_inc_input", + _set:"emails_set_input", + where:"emails_bool_exp" + }, + update_emails_by_pk:{ + _inc:"emails_inc_input", + _set:"emails_set_input", + pk_columns:"emails_pk_columns_input" + }, + update_emails_many:{ + updates:"emails_updates" + }, update_epoch_pgive_data:{ _inc:"epoch_pgive_data_inc_input", _set:"epoch_pgive_data_set_input", @@ -4449,6 +5957,32 @@ export const AllTypesProps: Record = { update_interaction_events_many:{ updates:"interaction_events_updates" }, + update_key_holders:{ + _inc:"key_holders_inc_input", + _set:"key_holders_set_input", + where:"key_holders_bool_exp" + }, + update_key_holders_by_pk:{ + _inc:"key_holders_inc_input", + _set:"key_holders_set_input", + pk_columns:"key_holders_pk_columns_input" + }, + update_key_holders_many:{ + updates:"key_holders_updates" + }, + update_key_tx:{ + _inc:"key_tx_inc_input", + _set:"key_tx_set_input", + where:"key_tx_bool_exp" + }, + update_key_tx_by_pk:{ + _inc:"key_tx_inc_input", + _set:"key_tx_set_input", + pk_columns:"key_tx_pk_columns_input" + }, + update_key_tx_many:{ + updates:"key_tx_updates" + }, update_locked_token_distribution_gifts:{ _inc:"locked_token_distribution_gifts_inc_input", _set:"locked_token_distribution_gifts_set_input", @@ -4514,6 +6048,19 @@ export const AllTypesProps: Record = { update_org_members_many:{ updates:"org_members_updates" }, + update_org_share_tokens:{ + _inc:"org_share_tokens_inc_input", + _set:"org_share_tokens_set_input", + where:"org_share_tokens_bool_exp" + }, + update_org_share_tokens_by_pk:{ + _inc:"org_share_tokens_inc_input", + _set:"org_share_tokens_set_input", + pk_columns:"org_share_tokens_pk_columns_input" + }, + update_org_share_tokens_many:{ + updates:"org_share_tokens_updates" + }, update_organizations:{ _inc:"organizations_inc_input", _set:"organizations_set_input", @@ -4574,6 +6121,45 @@ export const AllTypesProps: Record = { update_personal_access_tokens_many:{ updates:"personal_access_tokens_updates" }, + update_poap_events:{ + _inc:"poap_events_inc_input", + _set:"poap_events_set_input", + where:"poap_events_bool_exp" + }, + update_poap_events_by_pk:{ + _inc:"poap_events_inc_input", + _set:"poap_events_set_input", + pk_columns:"poap_events_pk_columns_input" + }, + update_poap_events_many:{ + updates:"poap_events_updates" + }, + update_poap_holders:{ + _inc:"poap_holders_inc_input", + _set:"poap_holders_set_input", + where:"poap_holders_bool_exp" + }, + update_poap_holders_by_pk:{ + _inc:"poap_holders_inc_input", + _set:"poap_holders_set_input", + pk_columns:"poap_holders_pk_columns_input" + }, + update_poap_holders_many:{ + updates:"poap_holders_updates" + }, + update_private_stream_visibility:{ + _inc:"private_stream_visibility_inc_input", + _set:"private_stream_visibility_set_input", + where:"private_stream_visibility_bool_exp" + }, + update_private_stream_visibility_by_pk:{ + _inc:"private_stream_visibility_inc_input", + _set:"private_stream_visibility_set_input", + pk_columns:"private_stream_visibility_pk_columns_input" + }, + update_private_stream_visibility_many:{ + updates:"private_stream_visibility_updates" + }, update_profiles:{ _inc:"profiles_inc_input", _set:"profiles_set_input", @@ -4587,6 +6173,40 @@ export const AllTypesProps: Record = { update_profiles_many:{ updates:"profiles_updates" }, + update_profiles_public:{ + _inc:"profiles_public_inc_input", + _set:"profiles_public_set_input", + where:"profiles_public_bool_exp" + }, + update_profiles_public_many:{ + updates:"profiles_public_updates" + }, + update_reactions:{ + _inc:"reactions_inc_input", + _set:"reactions_set_input", + where:"reactions_bool_exp" + }, + update_reactions_by_pk:{ + _inc:"reactions_inc_input", + _set:"reactions_set_input", + pk_columns:"reactions_pk_columns_input" + }, + update_reactions_many:{ + updates:"reactions_updates" + }, + update_reputation_scores:{ + _inc:"reputation_scores_inc_input", + _set:"reputation_scores_set_input", + where:"reputation_scores_bool_exp" + }, + update_reputation_scores_by_pk:{ + _inc:"reputation_scores_inc_input", + _set:"reputation_scores_set_input", + pk_columns:"reputation_scores_pk_columns_input" + }, + update_reputation_scores_many:{ + updates:"reputation_scores_updates" + }, update_teammates:{ _inc:"teammates_inc_input", _set:"teammates_set_input", @@ -4613,6 +6233,19 @@ export const AllTypesProps: Record = { update_token_gifts_many:{ updates:"token_gifts_updates" }, + update_twitter_account:{ + _inc:"twitter_account_inc_input", + _set:"twitter_account_set_input", + where:"twitter_account_bool_exp" + }, + update_twitter_account_by_pk:{ + _inc:"twitter_account_inc_input", + _set:"twitter_account_set_input", + pk_columns:"twitter_account_pk_columns_input" + }, + update_twitter_account_many:{ + updates:"twitter_account_updates" + }, update_users:{ _inc:"users_inc_input", _set:"users_set_input", @@ -4925,21 +6558,58 @@ export const AllTypesProps: Record = { user_id:"order_by", vouches_required:"order_by" }, - numeric: `scalar.numeric` as const, - numeric_comparison_exp:{ - _eq:"numeric", - _gt:"numeric", - _gte:"numeric", - _in:"numeric", - _lt:"numeric", - _lte:"numeric", + note_count_aggregate_fields:{ + count:{ + columns:"note_count_select_column" + } + }, + note_count_bool_exp:{ + _and:"note_count_bool_exp", + _not:"note_count_bool_exp", + _or:"note_count_bool_exp", + notes:"bigint_comparison_exp", + profile_id:"bigint_comparison_exp" + }, + note_count_order_by:{ + notes:"order_by", + profile_id:"order_by" + }, + note_count_select_column: "enum" as const, + note_count_stream_cursor_input:{ + initial_value:"note_count_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + note_count_stream_cursor_value_input:{ + notes:"bigint", + profile_id:"bigint" + }, + numeric: `scalar.numeric` as const, + numeric_comparison_exp:{ + _eq:"numeric", + _gt:"numeric", + _gte:"numeric", + _in:"numeric", + _lt:"numeric", + _lte:"numeric", _neq:"numeric", _nin:"numeric" }, order_by: "enum" as const, org_members_aggregate_bool_exp:{ + bool_and:"org_members_aggregate_bool_exp_bool_and", + bool_or:"org_members_aggregate_bool_exp_bool_or", count:"org_members_aggregate_bool_exp_count" }, + org_members_aggregate_bool_exp_bool_and:{ + arguments:"org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns", + filter:"org_members_bool_exp", + predicate:"Boolean_comparison_exp" + }, + org_members_aggregate_bool_exp_bool_or:{ + arguments:"org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns", + filter:"org_members_bool_exp", + predicate:"Boolean_comparison_exp" + }, org_members_aggregate_bool_exp_count:{ arguments:"org_members_select_column", filter:"org_members_bool_exp", @@ -4979,6 +6649,8 @@ export const AllTypesProps: Record = { _or:"org_members_bool_exp", created_at:"timestamp_comparison_exp", deleted_at:"timestamp_comparison_exp", + entrance:"String_comparison_exp", + hidden:"Boolean_comparison_exp", id:"bigint_comparison_exp", org_id:"bigint_comparison_exp", organization:"organizations_bool_exp", @@ -5006,6 +6678,7 @@ export const AllTypesProps: Record = { org_members_max_order_by:{ created_at:"order_by", deleted_at:"order_by", + entrance:"order_by", id:"order_by", org_id:"order_by", profile_id:"order_by", @@ -5015,6 +6688,7 @@ export const AllTypesProps: Record = { org_members_min_order_by:{ created_at:"order_by", deleted_at:"order_by", + entrance:"order_by", id:"order_by", org_id:"order_by", profile_id:"order_by", @@ -5029,6 +6703,8 @@ export const AllTypesProps: Record = { org_members_order_by:{ created_at:"order_by", deleted_at:"order_by", + entrance:"order_by", + hidden:"order_by", id:"order_by", org_id:"order_by", organization:"organizations_order_by", @@ -5041,6 +6717,8 @@ export const AllTypesProps: Record = { id:"bigint" }, org_members_select_column: "enum" as const, + org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns: "enum" as const, + org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns: "enum" as const, org_members_set_input:{ created_at:"timestamp", deleted_at:"timestamp", @@ -5109,6 +6787,72 @@ export const AllTypesProps: Record = { profile_id:"order_by", role:"order_by" }, + org_share_tokens_aggregate_fields:{ + count:{ + columns:"org_share_tokens_select_column" + } + }, + org_share_tokens_bool_exp:{ + _and:"org_share_tokens_bool_exp", + _not:"org_share_tokens_bool_exp", + _or:"org_share_tokens_bool_exp", + created_at:"timestamptz_comparison_exp", + org_id:"bigint_comparison_exp", + organization:"organizations_bool_exp", + type:"Int_comparison_exp", + updated_at:"timestamptz_comparison_exp", + uuid:"uuid_comparison_exp" + }, + org_share_tokens_constraint: "enum" as const, + org_share_tokens_inc_input:{ + org_id:"bigint" + }, + org_share_tokens_insert_input:{ + created_at:"timestamptz", + org_id:"bigint", + organization:"organizations_obj_rel_insert_input", + updated_at:"timestamptz", + uuid:"uuid" + }, + org_share_tokens_on_conflict:{ + constraint:"org_share_tokens_constraint", + update_columns:"org_share_tokens_update_column", + where:"org_share_tokens_bool_exp" + }, + org_share_tokens_order_by:{ + created_at:"order_by", + org_id:"order_by", + organization:"organizations_order_by", + type:"order_by", + updated_at:"order_by", + uuid:"order_by" + }, + org_share_tokens_pk_columns_input:{ + org_id:"bigint" + }, + org_share_tokens_select_column: "enum" as const, + org_share_tokens_set_input:{ + created_at:"timestamptz", + org_id:"bigint", + updated_at:"timestamptz", + uuid:"uuid" + }, + org_share_tokens_stream_cursor_input:{ + initial_value:"org_share_tokens_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + org_share_tokens_stream_cursor_value_input:{ + created_at:"timestamptz", + org_id:"bigint", + updated_at:"timestamptz", + uuid:"uuid" + }, + org_share_tokens_update_column: "enum" as const, + org_share_tokens_updates:{ + _inc:"org_share_tokens_inc_input", + _set:"org_share_tokens_set_input", + where:"org_share_tokens_bool_exp" + }, organizations:{ circles:{ distinct_on:"circles_select_column", @@ -5154,6 +6898,8 @@ export const AllTypesProps: Record = { circles_aggregate:"circles_aggregate_bool_exp", created_at:"timestamp_comparison_exp", created_by:"Int_comparison_exp", + guild_id:"Int_comparison_exp", + guild_role_id:"Int_comparison_exp", id:"bigint_comparison_exp", is_verified:"Boolean_comparison_exp", logo:"String_comparison_exp", @@ -5193,6 +6939,8 @@ export const AllTypesProps: Record = { circles_aggregate:"circles_aggregate_order_by", created_at:"order_by", created_by:"order_by", + guild_id:"order_by", + guild_role_id:"order_by", id:"order_by", is_verified:"order_by", logo:"order_by", @@ -5676,6 +7424,401 @@ export const AllTypesProps: Record = { _set:"personal_access_tokens_set_input", where:"personal_access_tokens_bool_exp" }, + poap_events_aggregate_fields:{ + count:{ + columns:"poap_events_select_column" + } + }, + poap_events_bool_exp:{ + _and:"poap_events_bool_exp", + _not:"poap_events_bool_exp", + _or:"poap_events_bool_exp", + city:"String_comparison_exp", + country:"String_comparison_exp", + created_at:"timestamptz_comparison_exp", + description:"String_comparison_exp", + distance:"float8_comparison_exp", + embedding:"vector_comparison_exp", + end_date:"date_comparison_exp", + event_url:"String_comparison_exp", + expiry_date:"date_comparison_exp", + fancy_id:"String_comparison_exp", + id:"bigint_comparison_exp", + image_url:"String_comparison_exp", + name:"String_comparison_exp", + poap_id:"Int_comparison_exp", + start_date:"date_comparison_exp", + supply:"Int_comparison_exp", + updated_at:"timestamptz_comparison_exp", + year:"Int_comparison_exp" + }, + poap_events_constraint: "enum" as const, + poap_events_inc_input:{ + distance:"float8", + id:"bigint" + }, + poap_events_insert_input:{ + created_at:"timestamptz", + distance:"float8", + embedding:"vector", + end_date:"date", + expiry_date:"date", + id:"bigint", + start_date:"date", + updated_at:"timestamptz" + }, + poap_events_on_conflict:{ + constraint:"poap_events_constraint", + update_columns:"poap_events_update_column", + where:"poap_events_bool_exp" + }, + poap_events_order_by:{ + city:"order_by", + country:"order_by", + created_at:"order_by", + description:"order_by", + distance:"order_by", + embedding:"order_by", + end_date:"order_by", + event_url:"order_by", + expiry_date:"order_by", + fancy_id:"order_by", + id:"order_by", + image_url:"order_by", + name:"order_by", + poap_id:"order_by", + start_date:"order_by", + supply:"order_by", + updated_at:"order_by", + year:"order_by" + }, + poap_events_pk_columns_input:{ + id:"bigint" + }, + poap_events_select_column: "enum" as const, + poap_events_set_input:{ + created_at:"timestamptz", + distance:"float8", + embedding:"vector", + end_date:"date", + expiry_date:"date", + id:"bigint", + start_date:"date", + updated_at:"timestamptz" + }, + poap_events_stream_cursor_input:{ + initial_value:"poap_events_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + poap_events_stream_cursor_value_input:{ + created_at:"timestamptz", + distance:"float8", + embedding:"vector", + end_date:"date", + expiry_date:"date", + id:"bigint", + start_date:"date", + updated_at:"timestamptz" + }, + poap_events_update_column: "enum" as const, + poap_events_updates:{ + _inc:"poap_events_inc_input", + _set:"poap_events_set_input", + where:"poap_events_bool_exp" + }, + poap_holders_aggregate_bool_exp:{ + count:"poap_holders_aggregate_bool_exp_count" + }, + poap_holders_aggregate_bool_exp_count:{ + arguments:"poap_holders_select_column", + filter:"poap_holders_bool_exp", + predicate:"Int_comparison_exp" + }, + poap_holders_aggregate_fields:{ + count:{ + columns:"poap_holders_select_column" + } + }, + poap_holders_aggregate_order_by:{ + avg:"poap_holders_avg_order_by", + count:"order_by", + max:"poap_holders_max_order_by", + min:"poap_holders_min_order_by", + stddev:"poap_holders_stddev_order_by", + stddev_pop:"poap_holders_stddev_pop_order_by", + stddev_samp:"poap_holders_stddev_samp_order_by", + sum:"poap_holders_sum_order_by", + var_pop:"poap_holders_var_pop_order_by", + var_samp:"poap_holders_var_samp_order_by", + variance:"poap_holders_variance_order_by" + }, + poap_holders_arr_rel_insert_input:{ + data:"poap_holders_insert_input", + on_conflict:"poap_holders_on_conflict" + }, + poap_holders_avg_order_by:{ + event_id:"order_by", + id:"order_by", + token_id:"order_by" + }, + poap_holders_bool_exp:{ + _and:"poap_holders_bool_exp", + _not:"poap_holders_bool_exp", + _or:"poap_holders_bool_exp", + address:"citext_comparison_exp", + chain:"String_comparison_exp", + cosoul:"cosouls_bool_exp", + created_at:"timestamptz_comparison_exp", + event_id:"bigint_comparison_exp", + id:"bigint_comparison_exp", + poap_created:"timestamptz_comparison_exp", + token_id:"bigint_comparison_exp", + updated_at:"timestamptz_comparison_exp" + }, + poap_holders_constraint: "enum" as const, + poap_holders_inc_input:{ + event_id:"bigint", + id:"bigint", + token_id:"bigint" + }, + poap_holders_insert_input:{ + address:"citext", + cosoul:"cosouls_obj_rel_insert_input", + created_at:"timestamptz", + event_id:"bigint", + id:"bigint", + poap_created:"timestamptz", + token_id:"bigint", + updated_at:"timestamptz" + }, + poap_holders_max_order_by:{ + address:"order_by", + chain:"order_by", + created_at:"order_by", + event_id:"order_by", + id:"order_by", + poap_created:"order_by", + token_id:"order_by", + updated_at:"order_by" + }, + poap_holders_min_order_by:{ + address:"order_by", + chain:"order_by", + created_at:"order_by", + event_id:"order_by", + id:"order_by", + poap_created:"order_by", + token_id:"order_by", + updated_at:"order_by" + }, + poap_holders_on_conflict:{ + constraint:"poap_holders_constraint", + update_columns:"poap_holders_update_column", + where:"poap_holders_bool_exp" + }, + poap_holders_order_by:{ + address:"order_by", + chain:"order_by", + cosoul:"cosouls_order_by", + created_at:"order_by", + event_id:"order_by", + id:"order_by", + poap_created:"order_by", + token_id:"order_by", + updated_at:"order_by" + }, + poap_holders_pk_columns_input:{ + id:"bigint" + }, + poap_holders_select_column: "enum" as const, + poap_holders_set_input:{ + address:"citext", + created_at:"timestamptz", + event_id:"bigint", + id:"bigint", + poap_created:"timestamptz", + token_id:"bigint", + updated_at:"timestamptz" + }, + poap_holders_stddev_order_by:{ + event_id:"order_by", + id:"order_by", + token_id:"order_by" + }, + poap_holders_stddev_pop_order_by:{ + event_id:"order_by", + id:"order_by", + token_id:"order_by" + }, + poap_holders_stddev_samp_order_by:{ + event_id:"order_by", + id:"order_by", + token_id:"order_by" + }, + poap_holders_stream_cursor_input:{ + initial_value:"poap_holders_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + poap_holders_stream_cursor_value_input:{ + address:"citext", + created_at:"timestamptz", + event_id:"bigint", + id:"bigint", + poap_created:"timestamptz", + token_id:"bigint", + updated_at:"timestamptz" + }, + poap_holders_sum_order_by:{ + event_id:"order_by", + id:"order_by", + token_id:"order_by" + }, + poap_holders_update_column: "enum" as const, + poap_holders_updates:{ + _inc:"poap_holders_inc_input", + _set:"poap_holders_set_input", + where:"poap_holders_bool_exp" + }, + poap_holders_var_pop_order_by:{ + event_id:"order_by", + id:"order_by", + token_id:"order_by" + }, + poap_holders_var_samp_order_by:{ + event_id:"order_by", + id:"order_by", + token_id:"order_by" + }, + poap_holders_variance_order_by:{ + event_id:"order_by", + id:"order_by", + token_id:"order_by" + }, + private_stream_visibility_aggregate_bool_exp:{ + count:"private_stream_visibility_aggregate_bool_exp_count" + }, + private_stream_visibility_aggregate_bool_exp_count:{ + arguments:"private_stream_visibility_select_column", + filter:"private_stream_visibility_bool_exp", + predicate:"Int_comparison_exp" + }, + private_stream_visibility_aggregate_fields:{ + count:{ + columns:"private_stream_visibility_select_column" + } + }, + private_stream_visibility_aggregate_order_by:{ + avg:"private_stream_visibility_avg_order_by", + count:"order_by", + max:"private_stream_visibility_max_order_by", + min:"private_stream_visibility_min_order_by", + stddev:"private_stream_visibility_stddev_order_by", + stddev_pop:"private_stream_visibility_stddev_pop_order_by", + stddev_samp:"private_stream_visibility_stddev_samp_order_by", + sum:"private_stream_visibility_sum_order_by", + var_pop:"private_stream_visibility_var_pop_order_by", + var_samp:"private_stream_visibility_var_samp_order_by", + variance:"private_stream_visibility_variance_order_by" + }, + private_stream_visibility_arr_rel_insert_input:{ + data:"private_stream_visibility_insert_input", + on_conflict:"private_stream_visibility_on_conflict" + }, + private_stream_visibility_avg_order_by:{ + profile_id:"order_by", + view_profile_id:"order_by" + }, + private_stream_visibility_bool_exp:{ + _and:"private_stream_visibility_bool_exp", + _not:"private_stream_visibility_bool_exp", + _or:"private_stream_visibility_bool_exp", + created_at:"timestamptz_comparison_exp", + profile_id:"bigint_comparison_exp", + view_profile_id:"bigint_comparison_exp" + }, + private_stream_visibility_constraint: "enum" as const, + private_stream_visibility_inc_input:{ + profile_id:"bigint", + view_profile_id:"bigint" + }, + private_stream_visibility_insert_input:{ + created_at:"timestamptz", + profile_id:"bigint", + view_profile_id:"bigint" + }, + private_stream_visibility_max_order_by:{ + created_at:"order_by", + profile_id:"order_by", + view_profile_id:"order_by" + }, + private_stream_visibility_min_order_by:{ + created_at:"order_by", + profile_id:"order_by", + view_profile_id:"order_by" + }, + private_stream_visibility_on_conflict:{ + constraint:"private_stream_visibility_constraint", + update_columns:"private_stream_visibility_update_column", + where:"private_stream_visibility_bool_exp" + }, + private_stream_visibility_order_by:{ + created_at:"order_by", + profile_id:"order_by", + view_profile_id:"order_by" + }, + private_stream_visibility_pk_columns_input:{ + profile_id:"bigint", + view_profile_id:"bigint" + }, + private_stream_visibility_select_column: "enum" as const, + private_stream_visibility_set_input:{ + created_at:"timestamptz", + profile_id:"bigint", + view_profile_id:"bigint" + }, + private_stream_visibility_stddev_order_by:{ + profile_id:"order_by", + view_profile_id:"order_by" + }, + private_stream_visibility_stddev_pop_order_by:{ + profile_id:"order_by", + view_profile_id:"order_by" + }, + private_stream_visibility_stddev_samp_order_by:{ + profile_id:"order_by", + view_profile_id:"order_by" + }, + private_stream_visibility_stream_cursor_input:{ + initial_value:"private_stream_visibility_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + private_stream_visibility_stream_cursor_value_input:{ + created_at:"timestamptz", + profile_id:"bigint", + view_profile_id:"bigint" + }, + private_stream_visibility_sum_order_by:{ + profile_id:"order_by", + view_profile_id:"order_by" + }, + private_stream_visibility_update_column: "enum" as const, + private_stream_visibility_updates:{ + _inc:"private_stream_visibility_inc_input", + _set:"private_stream_visibility_set_input", + where:"private_stream_visibility_bool_exp" + }, + private_stream_visibility_var_pop_order_by:{ + profile_id:"order_by", + view_profile_id:"order_by" + }, + private_stream_visibility_var_samp_order_by:{ + profile_id:"order_by", + view_profile_id:"order_by" + }, + private_stream_visibility_variance_order_by:{ + profile_id:"order_by", + view_profile_id:"order_by" + }, profiles:{ claims:{ distinct_on:"claims_select_column", @@ -5697,6 +7840,16 @@ export const AllTypesProps: Record = { order_by:"distributions_order_by", where:"distributions_bool_exp" }, + emails:{ + distinct_on:"emails_select_column", + order_by:"emails_order_by", + where:"emails_bool_exp" + }, + emails_aggregate:{ + distinct_on:"emails_select_column", + order_by:"emails_order_by", + where:"emails_bool_exp" + }, nominees:{ distinct_on:"nominees_select_column", order_by:"nominees_order_by", @@ -5758,6 +7911,7 @@ export const AllTypesProps: Record = { _not:"profiles_bool_exp", _or:"profiles_bool_exp", address:"String_comparison_exp", + app_emails:"Boolean_comparison_exp", avatar:"String_comparison_exp", background:"String_comparison_exp", bio:"String_comparison_exp", @@ -5765,10 +7919,13 @@ export const AllTypesProps: Record = { claims:"claims_bool_exp", claims_aggregate:"claims_aggregate_bool_exp", connector:"String_comparison_exp", + cosoul:"cosouls_bool_exp", created_at:"timestamp_comparison_exp", discord_username:"String_comparison_exp", distributions:"distributions_bool_exp", distributions_aggregate:"distributions_aggregate_bool_exp", + emails:"emails_bool_exp", + emails_aggregate:"emails_aggregate_bool_exp", github_username:"String_comparison_exp", id:"bigint_comparison_exp", medium_username:"String_comparison_exp", @@ -5777,8 +7934,11 @@ export const AllTypesProps: Record = { nominees_aggregate:"nominees_aggregate_bool_exp", org_members:"org_members_bool_exp", org_members_aggregate:"org_members_aggregate_bool_exp", + product_emails:"Boolean_comparison_exp", + reputation_score:"reputation_scores_bool_exp", skills:"String_comparison_exp", telegram_username:"String_comparison_exp", + tos_agreed_at:"timestamp_comparison_exp", twitter_username:"String_comparison_exp", updated_at:"timestamp_comparison_exp", user:"discord_users_bool_exp", @@ -5796,12 +7956,16 @@ export const AllTypesProps: Record = { }, profiles_insert_input:{ claims:"claims_arr_rel_insert_input", + cosoul:"cosouls_obj_rel_insert_input", created_at:"timestamp", distributions:"distributions_arr_rel_insert_input", + emails:"emails_arr_rel_insert_input", id:"bigint", name:"citext", nominees:"nominees_arr_rel_insert_input", org_members:"org_members_arr_rel_insert_input", + reputation_score:"reputation_scores_obj_rel_insert_input", + tos_agreed_at:"timestamp", updated_at:"timestamp", user:"discord_users_obj_rel_insert_input", users:"users_arr_rel_insert_input", @@ -5819,23 +7983,29 @@ export const AllTypesProps: Record = { }, profiles_order_by:{ address:"order_by", + app_emails:"order_by", avatar:"order_by", background:"order_by", bio:"order_by", chat_id:"order_by", claims_aggregate:"claims_aggregate_order_by", connector:"order_by", + cosoul:"cosouls_order_by", created_at:"order_by", discord_username:"order_by", distributions_aggregate:"distributions_aggregate_order_by", + emails_aggregate:"emails_aggregate_order_by", github_username:"order_by", id:"order_by", medium_username:"order_by", name:"order_by", nominees_aggregate:"nominees_aggregate_order_by", org_members_aggregate:"org_members_aggregate_order_by", + product_emails:"order_by", + reputation_score:"reputation_scores_order_by", skills:"order_by", telegram_username:"order_by", + tos_agreed_at:"order_by", twitter_username:"order_by", updated_at:"order_by", user:"discord_users_order_by", @@ -5847,11 +8017,66 @@ export const AllTypesProps: Record = { profiles_pk_columns_input:{ id:"bigint" }, + profiles_public_aggregate_fields:{ + count:{ + columns:"profiles_public_select_column" + } + }, + profiles_public_bool_exp:{ + _and:"profiles_public_bool_exp", + _not:"profiles_public_bool_exp", + _or:"profiles_public_bool_exp", + address:"String_comparison_exp", + avatar:"String_comparison_exp", + cosoul:"cosouls_bool_exp", + id:"bigint_comparison_exp", + name:"citext_comparison_exp", + relationship_score:"reputation_scores_bool_exp" + }, + profiles_public_inc_input:{ + id:"bigint" + }, + profiles_public_insert_input:{ + cosoul:"cosouls_obj_rel_insert_input", + id:"bigint", + name:"citext", + relationship_score:"reputation_scores_obj_rel_insert_input" + }, + profiles_public_obj_rel_insert_input:{ + data:"profiles_public_insert_input" + }, + profiles_public_order_by:{ + address:"order_by", + avatar:"order_by", + cosoul:"cosouls_order_by", + id:"order_by", + name:"order_by", + relationship_score:"reputation_scores_order_by" + }, + profiles_public_select_column: "enum" as const, + profiles_public_set_input:{ + id:"bigint", + name:"citext" + }, + profiles_public_stream_cursor_input:{ + initial_value:"profiles_public_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + profiles_public_stream_cursor_value_input:{ + id:"bigint", + name:"citext" + }, + profiles_public_updates:{ + _inc:"profiles_public_inc_input", + _set:"profiles_public_set_input", + where:"profiles_public_bool_exp" + }, profiles_select_column: "enum" as const, profiles_set_input:{ created_at:"timestamp", id:"bigint", name:"citext", + tos_agreed_at:"timestamp", updated_at:"timestamp" }, profiles_stream_cursor_input:{ @@ -5862,6 +8087,7 @@ export const AllTypesProps: Record = { created_at:"timestamp", id:"bigint", name:"citext", + tos_agreed_at:"timestamp", updated_at:"timestamp" }, profiles_update_column: "enum" as const, @@ -5884,6 +8110,19 @@ export const AllTypesProps: Record = { activities_by_pk:{ id:"bigint" }, + address_data_fetches:{ + distinct_on:"address_data_fetches_select_column", + order_by:"address_data_fetches_order_by", + where:"address_data_fetches_bool_exp" + }, + address_data_fetches_aggregate:{ + distinct_on:"address_data_fetches_select_column", + order_by:"address_data_fetches_order_by", + where:"address_data_fetches_bool_exp" + }, + address_data_fetches_by_pk:{ + address:"citext" + }, burns:{ distinct_on:"burns_select_column", order_by:"burns_order_by", @@ -5985,6 +8224,16 @@ export const AllTypesProps: Record = { claims_by_pk:{ id:"bigint" }, + contribution_count:{ + distinct_on:"contribution_count_select_column", + order_by:"contribution_count_order_by", + where:"contribution_count_bool_exp" + }, + contribution_count_aggregate:{ + distinct_on:"contribution_count_select_column", + order_by:"contribution_count_order_by", + where:"contribution_count_bool_exp" + }, contributions:{ distinct_on:"contributions_select_column", order_by:"contributions_order_by", @@ -5997,6 +8246,19 @@ export const AllTypesProps: Record = { }, contributions_by_pk:{ id:"bigint" + }, + cosouls:{ + distinct_on:"cosouls_select_column", + order_by:"cosouls_order_by", + where:"cosouls_bool_exp" + }, + cosouls_aggregate:{ + distinct_on:"cosouls_select_column", + order_by:"cosouls_order_by", + where:"cosouls_bool_exp" + }, + cosouls_by_pk:{ + }, discord_circle_api_tokens:{ distinct_on:"discord_circle_api_tokens_select_column", @@ -6024,6 +8286,19 @@ export const AllTypesProps: Record = { discord_roles_circles_by_pk:{ id:"bigint" }, + discord_user_api_tokens:{ + distinct_on:"discord_user_api_tokens_select_column", + order_by:"discord_user_api_tokens_order_by", + where:"discord_user_api_tokens_bool_exp" + }, + discord_user_api_tokens_aggregate:{ + distinct_on:"discord_user_api_tokens_select_column", + order_by:"discord_user_api_tokens_order_by", + where:"discord_user_api_tokens_bool_exp" + }, + discord_user_api_tokens_by_pk:{ + id:"bigint" + }, discord_users:{ distinct_on:"discord_users_select_column", order_by:"discord_users_order_by", @@ -6050,6 +8325,19 @@ export const AllTypesProps: Record = { distributions_by_pk:{ id:"bigint" }, + emails:{ + distinct_on:"emails_select_column", + order_by:"emails_order_by", + where:"emails_bool_exp" + }, + emails_aggregate:{ + distinct_on:"emails_select_column", + order_by:"emails_order_by", + where:"emails_bool_exp" + }, + emails_by_pk:{ + email:"citext" + }, epoch_pgive_data:{ distinct_on:"epoch_pgive_data_select_column", order_by:"epoch_pgive_data_order_by", @@ -6114,6 +8402,33 @@ export const AllTypesProps: Record = { }, interaction_events_by_pk:{ + }, + key_holders:{ + distinct_on:"key_holders_select_column", + order_by:"key_holders_order_by", + where:"key_holders_bool_exp" + }, + key_holders_aggregate:{ + distinct_on:"key_holders_select_column", + order_by:"key_holders_order_by", + where:"key_holders_bool_exp" + }, + key_holders_by_pk:{ + address:"citext", + subject:"citext" + }, + key_tx:{ + distinct_on:"key_tx_select_column", + order_by:"key_tx_order_by", + where:"key_tx_bool_exp" + }, + key_tx_aggregate:{ + distinct_on:"key_tx_select_column", + order_by:"key_tx_order_by", + where:"key_tx_bool_exp" + }, + key_tx_by_pk:{ + tx_hash:"citext" }, locked_token_distribution_gifts:{ distinct_on:"locked_token_distribution_gifts_select_column", @@ -6141,6 +8456,16 @@ export const AllTypesProps: Record = { locked_token_distributions_by_pk:{ id:"bigint" }, + member_circle_pgives:{ + distinct_on:"member_circle_pgives_select_column", + order_by:"member_circle_pgives_order_by", + where:"member_circle_pgives_bool_exp" + }, + member_circle_pgives_aggregate:{ + distinct_on:"member_circle_pgives_select_column", + order_by:"member_circle_pgives_order_by", + where:"member_circle_pgives_bool_exp" + }, member_epoch_pgives:{ distinct_on:"member_epoch_pgives_select_column", order_by:"member_epoch_pgives_order_by", @@ -6167,6 +8492,16 @@ export const AllTypesProps: Record = { nominees_by_pk:{ id:"bigint" }, + note_count:{ + distinct_on:"note_count_select_column", + order_by:"note_count_order_by", + where:"note_count_bool_exp" + }, + note_count_aggregate:{ + distinct_on:"note_count_select_column", + order_by:"note_count_order_by", + where:"note_count_bool_exp" + }, org_members:{ distinct_on:"org_members_select_column", order_by:"org_members_order_by", @@ -6180,6 +8515,19 @@ export const AllTypesProps: Record = { org_members_by_pk:{ id:"bigint" }, + org_share_tokens:{ + distinct_on:"org_share_tokens_select_column", + order_by:"org_share_tokens_order_by", + where:"org_share_tokens_bool_exp" + }, + org_share_tokens_aggregate:{ + distinct_on:"org_share_tokens_select_column", + order_by:"org_share_tokens_order_by", + where:"org_share_tokens_bool_exp" + }, + org_share_tokens_by_pk:{ + org_id:"bigint" + }, organizations:{ distinct_on:"organizations_select_column", order_by:"organizations_order_by", @@ -6242,6 +8590,46 @@ export const AllTypesProps: Record = { personal_access_tokens_by_pk:{ id:"bigint" }, + poap_events:{ + distinct_on:"poap_events_select_column", + order_by:"poap_events_order_by", + where:"poap_events_bool_exp" + }, + poap_events_aggregate:{ + distinct_on:"poap_events_select_column", + order_by:"poap_events_order_by", + where:"poap_events_bool_exp" + }, + poap_events_by_pk:{ + id:"bigint" + }, + poap_holders:{ + distinct_on:"poap_holders_select_column", + order_by:"poap_holders_order_by", + where:"poap_holders_bool_exp" + }, + poap_holders_aggregate:{ + distinct_on:"poap_holders_select_column", + order_by:"poap_holders_order_by", + where:"poap_holders_bool_exp" + }, + poap_holders_by_pk:{ + id:"bigint" + }, + private_stream_visibility:{ + distinct_on:"private_stream_visibility_select_column", + order_by:"private_stream_visibility_order_by", + where:"private_stream_visibility_bool_exp" + }, + private_stream_visibility_aggregate:{ + distinct_on:"private_stream_visibility_select_column", + order_by:"private_stream_visibility_order_by", + where:"private_stream_visibility_bool_exp" + }, + private_stream_visibility_by_pk:{ + profile_id:"bigint", + view_profile_id:"bigint" + }, profiles:{ distinct_on:"profiles_select_column", order_by:"profiles_order_by", @@ -6255,6 +8643,45 @@ export const AllTypesProps: Record = { profiles_by_pk:{ id:"bigint" }, + profiles_public:{ + distinct_on:"profiles_public_select_column", + order_by:"profiles_public_order_by", + where:"profiles_public_bool_exp" + }, + profiles_public_aggregate:{ + distinct_on:"profiles_public_select_column", + order_by:"profiles_public_order_by", + where:"profiles_public_bool_exp" + }, + reactions:{ + distinct_on:"reactions_select_column", + order_by:"reactions_order_by", + where:"reactions_bool_exp" + }, + reactions_aggregate:{ + distinct_on:"reactions_select_column", + order_by:"reactions_order_by", + where:"reactions_bool_exp" + }, + reactions_by_pk:{ + id:"bigint" + }, + reputation_scores:{ + distinct_on:"reputation_scores_select_column", + order_by:"reputation_scores_order_by", + where:"reputation_scores_bool_exp" + }, + reputation_scores_aggregate:{ + distinct_on:"reputation_scores_select_column", + order_by:"reputation_scores_order_by", + where:"reputation_scores_bool_exp" + }, + reputation_scores_by_pk:{ + profile_id:"bigint" + }, + searchCosouls:{ + payload:"SearchCosoulsInput" + }, teammates:{ distinct_on:"teammates_select_column", order_by:"teammates_order_by", @@ -6280,6 +8707,19 @@ export const AllTypesProps: Record = { }, token_gifts_by_pk:{ id:"bigint" + }, + twitter_account:{ + distinct_on:"twitter_account_select_column", + order_by:"twitter_account_order_by", + where:"twitter_account_bool_exp" + }, + twitter_account_aggregate:{ + distinct_on:"twitter_account_select_column", + order_by:"twitter_account_order_by", + where:"twitter_account_bool_exp" + }, + twitter_account_by_pk:{ + }, user_private:{ distinct_on:"user_private_select_column", @@ -6343,6 +8783,30 @@ export const AllTypesProps: Record = { vaults_by_pk:{ id:"bigint" }, + vector_search_poap_events:{ + args:"vector_search_poap_events_args", + distinct_on:"poap_events_select_column", + order_by:"poap_events_order_by", + where:"poap_events_bool_exp" + }, + vector_search_poap_events_aggregate:{ + args:"vector_search_poap_events_args", + distinct_on:"poap_events_select_column", + order_by:"poap_events_order_by", + where:"poap_events_bool_exp" + }, + vector_search_poap_holders:{ + args:"vector_search_poap_holders_args", + distinct_on:"poap_holders_select_column", + order_by:"poap_holders_order_by", + where:"poap_holders_bool_exp" + }, + vector_search_poap_holders_aggregate:{ + args:"vector_search_poap_holders_args", + distinct_on:"poap_holders_select_column", + order_by:"poap_holders_order_by", + where:"poap_holders_bool_exp" + }, vouches:{ distinct_on:"vouches_select_column", order_by:"vouches_order_by", @@ -6357,6 +8821,217 @@ export const AllTypesProps: Record = { id:"bigint" } }, + reactions_aggregate_bool_exp:{ + count:"reactions_aggregate_bool_exp_count" + }, + reactions_aggregate_bool_exp_count:{ + arguments:"reactions_select_column", + filter:"reactions_bool_exp", + predicate:"Int_comparison_exp" + }, + reactions_aggregate_fields:{ + count:{ + columns:"reactions_select_column" + } + }, + reactions_aggregate_order_by:{ + avg:"reactions_avg_order_by", + count:"order_by", + max:"reactions_max_order_by", + min:"reactions_min_order_by", + stddev:"reactions_stddev_order_by", + stddev_pop:"reactions_stddev_pop_order_by", + stddev_samp:"reactions_stddev_samp_order_by", + sum:"reactions_sum_order_by", + var_pop:"reactions_var_pop_order_by", + var_samp:"reactions_var_samp_order_by", + variance:"reactions_variance_order_by" + }, + reactions_arr_rel_insert_input:{ + data:"reactions_insert_input", + on_conflict:"reactions_on_conflict" + }, + reactions_avg_order_by:{ + activity_id:"order_by", + id:"order_by", + profile_id:"order_by" + }, + reactions_bool_exp:{ + _and:"reactions_bool_exp", + _not:"reactions_bool_exp", + _or:"reactions_bool_exp", + activity:"activities_bool_exp", + activity_id:"Int_comparison_exp", + created_at:"timestamptz_comparison_exp", + id:"bigint_comparison_exp", + profile:"profiles_bool_exp", + profile_id:"Int_comparison_exp", + reaction:"String_comparison_exp", + updated_at:"timestamptz_comparison_exp" + }, + reactions_constraint: "enum" as const, + reactions_inc_input:{ + id:"bigint" + }, + reactions_insert_input:{ + activity:"activities_obj_rel_insert_input", + created_at:"timestamptz", + id:"bigint", + profile:"profiles_obj_rel_insert_input", + updated_at:"timestamptz" + }, + reactions_max_order_by:{ + activity_id:"order_by", + created_at:"order_by", + id:"order_by", + profile_id:"order_by", + reaction:"order_by", + updated_at:"order_by" + }, + reactions_min_order_by:{ + activity_id:"order_by", + created_at:"order_by", + id:"order_by", + profile_id:"order_by", + reaction:"order_by", + updated_at:"order_by" + }, + reactions_on_conflict:{ + constraint:"reactions_constraint", + update_columns:"reactions_update_column", + where:"reactions_bool_exp" + }, + reactions_order_by:{ + activity:"activities_order_by", + activity_id:"order_by", + created_at:"order_by", + id:"order_by", + profile:"profiles_order_by", + profile_id:"order_by", + reaction:"order_by", + updated_at:"order_by" + }, + reactions_pk_columns_input:{ + id:"bigint" + }, + reactions_select_column: "enum" as const, + reactions_set_input:{ + created_at:"timestamptz", + id:"bigint", + updated_at:"timestamptz" + }, + reactions_stddev_order_by:{ + activity_id:"order_by", + id:"order_by", + profile_id:"order_by" + }, + reactions_stddev_pop_order_by:{ + activity_id:"order_by", + id:"order_by", + profile_id:"order_by" + }, + reactions_stddev_samp_order_by:{ + activity_id:"order_by", + id:"order_by", + profile_id:"order_by" + }, + reactions_stream_cursor_input:{ + initial_value:"reactions_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + reactions_stream_cursor_value_input:{ + created_at:"timestamptz", + id:"bigint", + updated_at:"timestamptz" + }, + reactions_sum_order_by:{ + activity_id:"order_by", + id:"order_by", + profile_id:"order_by" + }, + reactions_update_column: "enum" as const, + reactions_updates:{ + _inc:"reactions_inc_input", + _set:"reactions_set_input", + where:"reactions_bool_exp" + }, + reactions_var_pop_order_by:{ + activity_id:"order_by", + id:"order_by", + profile_id:"order_by" + }, + reactions_var_samp_order_by:{ + activity_id:"order_by", + id:"order_by", + profile_id:"order_by" + }, + reactions_variance_order_by:{ + activity_id:"order_by", + id:"order_by", + profile_id:"order_by" + }, + reputation_scores_aggregate_fields:{ + count:{ + columns:"reputation_scores_select_column" + } + }, + reputation_scores_bool_exp:{ + _and:"reputation_scores_bool_exp", + _not:"reputation_scores_bool_exp", + _or:"reputation_scores_bool_exp", + email_score:"Int_comparison_exp", + keys_score:"Int_comparison_exp", + pgive_score:"Int_comparison_exp", + poap_score:"Int_comparison_exp", + profile_id:"bigint_comparison_exp", + total_score:"Int_comparison_exp", + twitter_score:"Int_comparison_exp" + }, + reputation_scores_constraint: "enum" as const, + reputation_scores_inc_input:{ + profile_id:"bigint" + }, + reputation_scores_insert_input:{ + profile_id:"bigint" + }, + reputation_scores_obj_rel_insert_input:{ + data:"reputation_scores_insert_input", + on_conflict:"reputation_scores_on_conflict" + }, + reputation_scores_on_conflict:{ + constraint:"reputation_scores_constraint", + update_columns:"reputation_scores_update_column", + where:"reputation_scores_bool_exp" + }, + reputation_scores_order_by:{ + email_score:"order_by", + keys_score:"order_by", + pgive_score:"order_by", + poap_score:"order_by", + profile_id:"order_by", + total_score:"order_by", + twitter_score:"order_by" + }, + reputation_scores_pk_columns_input:{ + profile_id:"bigint" + }, + reputation_scores_select_column: "enum" as const, + reputation_scores_set_input:{ + profile_id:"bigint" + }, + reputation_scores_stream_cursor_input:{ + initial_value:"reputation_scores_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + reputation_scores_stream_cursor_value_input:{ + profile_id:"bigint" + }, + reputation_scores_update_column: "enum" as const, + reputation_scores_updates:{ + _inc:"reputation_scores_inc_input", + _set:"reputation_scores_set_input", + where:"reputation_scores_bool_exp" + }, subscription_root:{ activities:{ distinct_on:"activities_select_column", @@ -6375,6 +9050,23 @@ export const AllTypesProps: Record = { cursor:"activities_stream_cursor_input", where:"activities_bool_exp" }, + address_data_fetches:{ + distinct_on:"address_data_fetches_select_column", + order_by:"address_data_fetches_order_by", + where:"address_data_fetches_bool_exp" + }, + address_data_fetches_aggregate:{ + distinct_on:"address_data_fetches_select_column", + order_by:"address_data_fetches_order_by", + where:"address_data_fetches_bool_exp" + }, + address_data_fetches_by_pk:{ + address:"citext" + }, + address_data_fetches_stream:{ + cursor:"address_data_fetches_stream_cursor_input", + where:"address_data_fetches_bool_exp" + }, burns:{ distinct_on:"burns_select_column", order_by:"burns_order_by", @@ -6508,6 +9200,20 @@ export const AllTypesProps: Record = { cursor:"claims_stream_cursor_input", where:"claims_bool_exp" }, + contribution_count:{ + distinct_on:"contribution_count_select_column", + order_by:"contribution_count_order_by", + where:"contribution_count_bool_exp" + }, + contribution_count_aggregate:{ + distinct_on:"contribution_count_select_column", + order_by:"contribution_count_order_by", + where:"contribution_count_bool_exp" + }, + contribution_count_stream:{ + cursor:"contribution_count_stream_cursor_input", + where:"contribution_count_bool_exp" + }, contributions:{ distinct_on:"contributions_select_column", order_by:"contributions_order_by", @@ -6525,6 +9231,23 @@ export const AllTypesProps: Record = { cursor:"contributions_stream_cursor_input", where:"contributions_bool_exp" }, + cosouls:{ + distinct_on:"cosouls_select_column", + order_by:"cosouls_order_by", + where:"cosouls_bool_exp" + }, + cosouls_aggregate:{ + distinct_on:"cosouls_select_column", + order_by:"cosouls_order_by", + where:"cosouls_bool_exp" + }, + cosouls_by_pk:{ + + }, + cosouls_stream:{ + cursor:"cosouls_stream_cursor_input", + where:"cosouls_bool_exp" + }, discord_circle_api_tokens:{ distinct_on:"discord_circle_api_tokens_select_column", order_by:"discord_circle_api_tokens_order_by", @@ -6559,6 +9282,23 @@ export const AllTypesProps: Record = { cursor:"discord_roles_circles_stream_cursor_input", where:"discord_roles_circles_bool_exp" }, + discord_user_api_tokens:{ + distinct_on:"discord_user_api_tokens_select_column", + order_by:"discord_user_api_tokens_order_by", + where:"discord_user_api_tokens_bool_exp" + }, + discord_user_api_tokens_aggregate:{ + distinct_on:"discord_user_api_tokens_select_column", + order_by:"discord_user_api_tokens_order_by", + where:"discord_user_api_tokens_bool_exp" + }, + discord_user_api_tokens_by_pk:{ + id:"bigint" + }, + discord_user_api_tokens_stream:{ + cursor:"discord_user_api_tokens_stream_cursor_input", + where:"discord_user_api_tokens_bool_exp" + }, discord_users:{ distinct_on:"discord_users_select_column", order_by:"discord_users_order_by", @@ -6593,6 +9333,23 @@ export const AllTypesProps: Record = { cursor:"distributions_stream_cursor_input", where:"distributions_bool_exp" }, + emails:{ + distinct_on:"emails_select_column", + order_by:"emails_order_by", + where:"emails_bool_exp" + }, + emails_aggregate:{ + distinct_on:"emails_select_column", + order_by:"emails_order_by", + where:"emails_bool_exp" + }, + emails_by_pk:{ + email:"citext" + }, + emails_stream:{ + cursor:"emails_stream_cursor_input", + where:"emails_bool_exp" + }, epoch_pgive_data:{ distinct_on:"epoch_pgive_data_select_column", order_by:"epoch_pgive_data_order_by", @@ -6675,6 +9432,41 @@ export const AllTypesProps: Record = { cursor:"interaction_events_stream_cursor_input", where:"interaction_events_bool_exp" }, + key_holders:{ + distinct_on:"key_holders_select_column", + order_by:"key_holders_order_by", + where:"key_holders_bool_exp" + }, + key_holders_aggregate:{ + distinct_on:"key_holders_select_column", + order_by:"key_holders_order_by", + where:"key_holders_bool_exp" + }, + key_holders_by_pk:{ + address:"citext", + subject:"citext" + }, + key_holders_stream:{ + cursor:"key_holders_stream_cursor_input", + where:"key_holders_bool_exp" + }, + key_tx:{ + distinct_on:"key_tx_select_column", + order_by:"key_tx_order_by", + where:"key_tx_bool_exp" + }, + key_tx_aggregate:{ + distinct_on:"key_tx_select_column", + order_by:"key_tx_order_by", + where:"key_tx_bool_exp" + }, + key_tx_by_pk:{ + tx_hash:"citext" + }, + key_tx_stream:{ + cursor:"key_tx_stream_cursor_input", + where:"key_tx_bool_exp" + }, locked_token_distribution_gifts:{ distinct_on:"locked_token_distribution_gifts_select_column", order_by:"locked_token_distribution_gifts_order_by", @@ -6709,6 +9501,20 @@ export const AllTypesProps: Record = { cursor:"locked_token_distributions_stream_cursor_input", where:"locked_token_distributions_bool_exp" }, + member_circle_pgives:{ + distinct_on:"member_circle_pgives_select_column", + order_by:"member_circle_pgives_order_by", + where:"member_circle_pgives_bool_exp" + }, + member_circle_pgives_aggregate:{ + distinct_on:"member_circle_pgives_select_column", + order_by:"member_circle_pgives_order_by", + where:"member_circle_pgives_bool_exp" + }, + member_circle_pgives_stream:{ + cursor:"member_circle_pgives_stream_cursor_input", + where:"member_circle_pgives_bool_exp" + }, member_epoch_pgives:{ distinct_on:"member_epoch_pgives_select_column", order_by:"member_epoch_pgives_order_by", @@ -6743,6 +9549,20 @@ export const AllTypesProps: Record = { cursor:"nominees_stream_cursor_input", where:"nominees_bool_exp" }, + note_count:{ + distinct_on:"note_count_select_column", + order_by:"note_count_order_by", + where:"note_count_bool_exp" + }, + note_count_aggregate:{ + distinct_on:"note_count_select_column", + order_by:"note_count_order_by", + where:"note_count_bool_exp" + }, + note_count_stream:{ + cursor:"note_count_stream_cursor_input", + where:"note_count_bool_exp" + }, org_members:{ distinct_on:"org_members_select_column", order_by:"org_members_order_by", @@ -6760,6 +9580,23 @@ export const AllTypesProps: Record = { cursor:"org_members_stream_cursor_input", where:"org_members_bool_exp" }, + org_share_tokens:{ + distinct_on:"org_share_tokens_select_column", + order_by:"org_share_tokens_order_by", + where:"org_share_tokens_bool_exp" + }, + org_share_tokens_aggregate:{ + distinct_on:"org_share_tokens_select_column", + order_by:"org_share_tokens_order_by", + where:"org_share_tokens_bool_exp" + }, + org_share_tokens_by_pk:{ + org_id:"bigint" + }, + org_share_tokens_stream:{ + cursor:"org_share_tokens_stream_cursor_input", + where:"org_share_tokens_bool_exp" + }, organizations:{ distinct_on:"organizations_select_column", order_by:"organizations_order_by", @@ -6842,6 +9679,58 @@ export const AllTypesProps: Record = { cursor:"personal_access_tokens_stream_cursor_input", where:"personal_access_tokens_bool_exp" }, + poap_events:{ + distinct_on:"poap_events_select_column", + order_by:"poap_events_order_by", + where:"poap_events_bool_exp" + }, + poap_events_aggregate:{ + distinct_on:"poap_events_select_column", + order_by:"poap_events_order_by", + where:"poap_events_bool_exp" + }, + poap_events_by_pk:{ + id:"bigint" + }, + poap_events_stream:{ + cursor:"poap_events_stream_cursor_input", + where:"poap_events_bool_exp" + }, + poap_holders:{ + distinct_on:"poap_holders_select_column", + order_by:"poap_holders_order_by", + where:"poap_holders_bool_exp" + }, + poap_holders_aggregate:{ + distinct_on:"poap_holders_select_column", + order_by:"poap_holders_order_by", + where:"poap_holders_bool_exp" + }, + poap_holders_by_pk:{ + id:"bigint" + }, + poap_holders_stream:{ + cursor:"poap_holders_stream_cursor_input", + where:"poap_holders_bool_exp" + }, + private_stream_visibility:{ + distinct_on:"private_stream_visibility_select_column", + order_by:"private_stream_visibility_order_by", + where:"private_stream_visibility_bool_exp" + }, + private_stream_visibility_aggregate:{ + distinct_on:"private_stream_visibility_select_column", + order_by:"private_stream_visibility_order_by", + where:"private_stream_visibility_bool_exp" + }, + private_stream_visibility_by_pk:{ + profile_id:"bigint", + view_profile_id:"bigint" + }, + private_stream_visibility_stream:{ + cursor:"private_stream_visibility_stream_cursor_input", + where:"private_stream_visibility_bool_exp" + }, profiles:{ distinct_on:"profiles_select_column", order_by:"profiles_order_by", @@ -6852,12 +9741,60 @@ export const AllTypesProps: Record = { order_by:"profiles_order_by", where:"profiles_bool_exp" }, - profiles_by_pk:{ + profiles_by_pk:{ + id:"bigint" + }, + profiles_public:{ + distinct_on:"profiles_public_select_column", + order_by:"profiles_public_order_by", + where:"profiles_public_bool_exp" + }, + profiles_public_aggregate:{ + distinct_on:"profiles_public_select_column", + order_by:"profiles_public_order_by", + where:"profiles_public_bool_exp" + }, + profiles_public_stream:{ + cursor:"profiles_public_stream_cursor_input", + where:"profiles_public_bool_exp" + }, + profiles_stream:{ + cursor:"profiles_stream_cursor_input", + where:"profiles_bool_exp" + }, + reactions:{ + distinct_on:"reactions_select_column", + order_by:"reactions_order_by", + where:"reactions_bool_exp" + }, + reactions_aggregate:{ + distinct_on:"reactions_select_column", + order_by:"reactions_order_by", + where:"reactions_bool_exp" + }, + reactions_by_pk:{ id:"bigint" }, - profiles_stream:{ - cursor:"profiles_stream_cursor_input", - where:"profiles_bool_exp" + reactions_stream:{ + cursor:"reactions_stream_cursor_input", + where:"reactions_bool_exp" + }, + reputation_scores:{ + distinct_on:"reputation_scores_select_column", + order_by:"reputation_scores_order_by", + where:"reputation_scores_bool_exp" + }, + reputation_scores_aggregate:{ + distinct_on:"reputation_scores_select_column", + order_by:"reputation_scores_order_by", + where:"reputation_scores_bool_exp" + }, + reputation_scores_by_pk:{ + profile_id:"bigint" + }, + reputation_scores_stream:{ + cursor:"reputation_scores_stream_cursor_input", + where:"reputation_scores_bool_exp" }, teammates:{ distinct_on:"teammates_select_column", @@ -6893,6 +9830,23 @@ export const AllTypesProps: Record = { cursor:"token_gifts_stream_cursor_input", where:"token_gifts_bool_exp" }, + twitter_account:{ + distinct_on:"twitter_account_select_column", + order_by:"twitter_account_order_by", + where:"twitter_account_bool_exp" + }, + twitter_account_aggregate:{ + distinct_on:"twitter_account_select_column", + order_by:"twitter_account_order_by", + where:"twitter_account_bool_exp" + }, + twitter_account_by_pk:{ + + }, + twitter_account_stream:{ + cursor:"twitter_account_stream_cursor_input", + where:"twitter_account_bool_exp" + }, user_private:{ distinct_on:"user_private_select_column", order_by:"user_private_order_by", @@ -6975,6 +9929,30 @@ export const AllTypesProps: Record = { cursor:"vaults_stream_cursor_input", where:"vaults_bool_exp" }, + vector_search_poap_events:{ + args:"vector_search_poap_events_args", + distinct_on:"poap_events_select_column", + order_by:"poap_events_order_by", + where:"poap_events_bool_exp" + }, + vector_search_poap_events_aggregate:{ + args:"vector_search_poap_events_args", + distinct_on:"poap_events_select_column", + order_by:"poap_events_order_by", + where:"poap_events_bool_exp" + }, + vector_search_poap_holders:{ + args:"vector_search_poap_holders_args", + distinct_on:"poap_holders_select_column", + order_by:"poap_holders_order_by", + where:"poap_holders_bool_exp" + }, + vector_search_poap_holders_aggregate:{ + args:"vector_search_poap_holders_args", + distinct_on:"poap_holders_select_column", + order_by:"poap_holders_order_by", + where:"poap_holders_bool_exp" + }, vouches:{ distinct_on:"vouches_select_column", order_by:"vouches_order_by", @@ -7381,6 +10359,96 @@ export const AllTypesProps: Record = { sender_id:"order_by", tokens:"order_by" }, + twitter_account_aggregate_fields:{ + count:{ + columns:"twitter_account_select_column" + } + }, + twitter_account_bool_exp:{ + _and:"twitter_account_bool_exp", + _not:"twitter_account_bool_exp", + _or:"twitter_account_bool_exp", + access_token:"String_comparison_exp", + created_at:"timestamptz_comparison_exp", + description:"String_comparison_exp", + expires_at:"numeric_comparison_exp", + followers_count:"Int_comparison_exp", + following_count:"Int_comparison_exp", + id:"String_comparison_exp", + location:"String_comparison_exp", + name:"String_comparison_exp", + profile:"profiles_bool_exp", + profile_id:"Int_comparison_exp", + profile_image_url:"String_comparison_exp", + refresh_token:"String_comparison_exp", + twitter_created_at:"timestamptz_comparison_exp", + updated_at:"timestamptz_comparison_exp", + url:"String_comparison_exp", + username:"String_comparison_exp", + verified:"Boolean_comparison_exp" + }, + twitter_account_constraint: "enum" as const, + twitter_account_inc_input:{ + expires_at:"numeric" + }, + twitter_account_insert_input:{ + created_at:"timestamptz", + expires_at:"numeric", + profile:"profiles_obj_rel_insert_input", + twitter_created_at:"timestamptz", + updated_at:"timestamptz" + }, + twitter_account_on_conflict:{ + constraint:"twitter_account_constraint", + update_columns:"twitter_account_update_column", + where:"twitter_account_bool_exp" + }, + twitter_account_order_by:{ + access_token:"order_by", + created_at:"order_by", + description:"order_by", + expires_at:"order_by", + followers_count:"order_by", + following_count:"order_by", + id:"order_by", + location:"order_by", + name:"order_by", + profile:"profiles_order_by", + profile_id:"order_by", + profile_image_url:"order_by", + refresh_token:"order_by", + twitter_created_at:"order_by", + updated_at:"order_by", + url:"order_by", + username:"order_by", + verified:"order_by" + }, + twitter_account_pk_columns_input:{ + + }, + twitter_account_select_column: "enum" as const, + twitter_account_set_input:{ + created_at:"timestamptz", + expires_at:"numeric", + twitter_created_at:"timestamptz", + updated_at:"timestamptz" + }, + twitter_account_stream_cursor_input:{ + initial_value:"twitter_account_stream_cursor_value_input", + ordering:"cursor_ordering" + }, + twitter_account_stream_cursor_value_input:{ + created_at:"timestamptz", + expires_at:"numeric", + twitter_created_at:"timestamptz", + updated_at:"timestamptz" + }, + twitter_account_update_column: "enum" as const, + twitter_account_updates:{ + _inc:"twitter_account_inc_input", + _set:"twitter_account_set_input", + where:"twitter_account_bool_exp" + }, user_private_aggregate_fields:{ count:{ columns:"user_private_select_column" @@ -7456,6 +10524,16 @@ export const AllTypesProps: Record = { order_by:"contributions_order_by", where:"contributions_bool_exp" }, + member_epoch_pgivess:{ + distinct_on:"member_epoch_pgives_select_column", + order_by:"member_epoch_pgives_order_by", + where:"member_epoch_pgives_bool_exp" + }, + member_epoch_pgivess_aggregate:{ + distinct_on:"member_epoch_pgives_select_column", + order_by:"member_epoch_pgives_order_by", + where:"member_epoch_pgives_bool_exp" + }, pending_received_gifts:{ distinct_on:"pending_token_gifts_select_column", order_by:"pending_token_gifts_order_by", @@ -7565,6 +10643,7 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", + profile_id:"order_by", role:"order_by", starting_tokens:"order_by" }, @@ -7572,7 +10651,6 @@ export const AllTypesProps: Record = { _and:"users_bool_exp", _not:"users_bool_exp", _or:"users_bool_exp", - address:"String_comparison_exp", bio:"String_comparison_exp", burns:"burns_bool_exp", burns_aggregate:"burns_aggregate_bool_exp", @@ -7591,7 +10669,8 @@ export const AllTypesProps: Record = { give_token_received:"Int_comparison_exp", give_token_remaining:"Int_comparison_exp", id:"bigint_comparison_exp", - name:"String_comparison_exp", + member_epoch_pgivess:"member_epoch_pgives_bool_exp", + member_epoch_pgivess_aggregate:"member_epoch_pgives_aggregate_bool_exp", non_giver:"Boolean_comparison_exp", non_receiver:"Boolean_comparison_exp", pending_received_gifts:"pending_token_gifts_bool_exp", @@ -7599,6 +10678,7 @@ export const AllTypesProps: Record = { pending_sent_gifts:"pending_token_gifts_bool_exp", pending_sent_gifts_aggregate:"pending_token_gifts_aggregate_bool_exp", profile:"profiles_bool_exp", + profile_id:"bigint_comparison_exp", received_gifts:"token_gifts_bool_exp", received_gifts_aggregate:"token_gifts_aggregate_bool_exp", role:"Int_comparison_exp", @@ -7616,7 +10696,8 @@ export const AllTypesProps: Record = { users_inc_input:{ circle_id:"bigint", fixed_payment_amount:"numeric", - id:"bigint" + id:"bigint", + profile_id:"bigint" }, users_insert_input:{ burns:"burns_arr_rel_insert_input", @@ -7628,9 +10709,11 @@ export const AllTypesProps: Record = { deleted_at:"timestamp", fixed_payment_amount:"numeric", id:"bigint", + member_epoch_pgivess:"member_epoch_pgives_arr_rel_insert_input", pending_received_gifts:"pending_token_gifts_arr_rel_insert_input", pending_sent_gifts:"pending_token_gifts_arr_rel_insert_input", profile:"profiles_obj_rel_insert_input", + profile_id:"bigint", received_gifts:"token_gifts_arr_rel_insert_input", sent_gifts:"token_gifts_arr_rel_insert_input", teammates:"teammates_arr_rel_insert_input", @@ -7639,7 +10722,6 @@ export const AllTypesProps: Record = { vouches:"vouches_arr_rel_insert_input" }, users_max_order_by:{ - address:"order_by", bio:"order_by", circle_id:"order_by", created_at:"order_by", @@ -7649,13 +10731,12 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", - name:"order_by", + profile_id:"order_by", role:"order_by", starting_tokens:"order_by", updated_at:"order_by" }, users_min_order_by:{ - address:"order_by", bio:"order_by", circle_id:"order_by", created_at:"order_by", @@ -7665,7 +10746,7 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", - name:"order_by", + profile_id:"order_by", role:"order_by", starting_tokens:"order_by", updated_at:"order_by" @@ -7680,7 +10761,6 @@ export const AllTypesProps: Record = { where:"users_bool_exp" }, users_order_by:{ - address:"order_by", bio:"order_by", burns_aggregate:"burns_aggregate_order_by", circle:"circles_order_by", @@ -7696,12 +10776,13 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", - name:"order_by", + member_epoch_pgivess_aggregate:"member_epoch_pgives_aggregate_order_by", non_giver:"order_by", non_receiver:"order_by", pending_received_gifts_aggregate:"pending_token_gifts_aggregate_order_by", pending_sent_gifts_aggregate:"pending_token_gifts_aggregate_order_by", profile:"profiles_order_by", + profile_id:"order_by", received_gifts_aggregate:"token_gifts_aggregate_order_by", role:"order_by", sent_gifts_aggregate:"token_gifts_aggregate_order_by", @@ -7723,6 +10804,7 @@ export const AllTypesProps: Record = { deleted_at:"timestamp", fixed_payment_amount:"numeric", id:"bigint", + profile_id:"bigint", updated_at:"timestamp" }, users_stddev_order_by:{ @@ -7731,6 +10813,7 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", + profile_id:"order_by", role:"order_by", starting_tokens:"order_by" }, @@ -7740,6 +10823,7 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", + profile_id:"order_by", role:"order_by", starting_tokens:"order_by" }, @@ -7749,6 +10833,7 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", + profile_id:"order_by", role:"order_by", starting_tokens:"order_by" }, @@ -7762,6 +10847,7 @@ export const AllTypesProps: Record = { deleted_at:"timestamp", fixed_payment_amount:"numeric", id:"bigint", + profile_id:"bigint", updated_at:"timestamp" }, users_sum_order_by:{ @@ -7770,6 +10856,7 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", + profile_id:"order_by", role:"order_by", starting_tokens:"order_by" }, @@ -7785,6 +10872,7 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", + profile_id:"order_by", role:"order_by", starting_tokens:"order_by" }, @@ -7794,6 +10882,7 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", + profile_id:"order_by", role:"order_by", starting_tokens:"order_by" }, @@ -7803,6 +10892,7 @@ export const AllTypesProps: Record = { give_token_received:"order_by", give_token_remaining:"order_by", id:"order_by", + profile_id:"order_by", role:"order_by", starting_tokens:"order_by" }, @@ -8333,6 +11423,25 @@ export const AllTypesProps: Record = { id:"order_by", org_id:"order_by" }, + vector: `scalar.vector` as const, + vector_comparison_exp:{ + _eq:"vector", + _gt:"vector", + _gte:"vector", + _in:"vector", + _lt:"vector", + _lte:"vector", + _neq:"vector", + _nin:"vector" + }, + vector_search_poap_events_args:{ + match_threshold:"float8", + target_vector:"vector" + }, + vector_search_poap_holders_args:{ + match_threshold:"float8", + target_vector:"vector" + }, vouches_aggregate_bool_exp:{ count:"vouches_aggregate_bool_exp_count" }, @@ -8485,6 +11594,9 @@ export const ReturnTypes: Record = { ttl:"Int", refresh:"Boolean" }, + AcceptTOSOutput:{ + tos_agreed_at:"String" + }, AllocationCsvResponse:{ file:"String" }, @@ -8524,6 +11636,9 @@ export const ReturnTypes: Record = { circleApiKey:"circle_api_keys", hash:"String" }, + GiveCsvResponse:{ + file:"String" + }, GuildAdmin:{ address:"String" }, @@ -8561,6 +11676,17 @@ export const ReturnTypes: Record = { MarkClaimedOutput:{ ids:"Int" }, + OrgMemberResponse:{ + OrgMemberResponse:"org_members", + id:"ID", + new:"Boolean" + }, + SearchCosoulsOutput:{ + cosoul_ids:"Int" + }, + SyncCoSoulOutput:{ + token_id:"String" + }, UpdateCircleOutput:{ circle:"circles", id:"Int" @@ -8601,6 +11727,7 @@ export const ReturnTypes: Record = { action:"String", actor_profile:"profiles", actor_profile_id:"bigint", + actor_profile_public:"profiles_public", circle:"circles", circle_id:"bigint", contribution:"contributions", @@ -8611,8 +11738,14 @@ export const ReturnTypes: Record = { id:"bigint", organization:"organizations", organization_id:"bigint", + private_stream:"Boolean", + private_stream_visibility:"private_stream_visibility", + private_stream_visibility_aggregate:"private_stream_visibility_aggregate", + reactions:"reactions", + reactions_aggregate:"reactions_aggregate", target_profile:"profiles", target_profile_id:"bigint", + target_profile_public:"profiles_public", updated_at:"timestamptz", user:"users", user_id:"bigint" @@ -8744,6 +11877,38 @@ export const ReturnTypes: Record = { target_profile_id:"Float", user_id:"Float" }, + address_data_fetches:{ + address:"citext", + created_at:"timestamptz", + poap_synced_at:"timestamptz", + profile:"profiles", + updated_at:"timestamptz" + }, + address_data_fetches_aggregate:{ + aggregate:"address_data_fetches_aggregate_fields", + nodes:"address_data_fetches" + }, + address_data_fetches_aggregate_fields:{ + count:"Int", + max:"address_data_fetches_max_fields", + min:"address_data_fetches_min_fields" + }, + address_data_fetches_max_fields:{ + address:"citext", + created_at:"timestamptz", + poap_synced_at:"timestamptz", + updated_at:"timestamptz" + }, + address_data_fetches_min_fields:{ + address:"citext", + created_at:"timestamptz", + poap_synced_at:"timestamptz", + updated_at:"timestamptz" + }, + address_data_fetches_mutation_response:{ + affected_rows:"Int", + returning:"address_data_fetches" + }, bigint: `scalar.bigint` as const, burns:{ circle:"circles", @@ -9249,6 +12414,7 @@ export const ReturnTypes: Record = { }, circles:{ alloc_text:"String", + allow_distribute_evenly:"Boolean", api_keys:"circle_api_keys", api_keys_aggregate:"circle_api_keys_aggregate", auto_opt_out:"Boolean", @@ -9290,6 +12456,7 @@ export const ReturnTypes: Record = { pending_token_gifts:"pending_token_gifts", pending_token_gifts_aggregate:"pending_token_gifts_aggregate", show_pending_gives:"Boolean", + starting_tokens:"Int", team_selection:"Boolean", telegram_id:"String", token_gifts:"token_gifts", @@ -9327,7 +12494,8 @@ export const ReturnTypes: Record = { id:"Float", min_vouches:"Float", nomination_days_limit:"Float", - organization_id:"Float" + organization_id:"Float", + starting_tokens:"Float" }, circles_max_fields:{ alloc_text:"String", @@ -9346,6 +12514,7 @@ export const ReturnTypes: Record = { name:"String", nomination_days_limit:"Int", organization_id:"Int", + starting_tokens:"Int", telegram_id:"String", token_name:"String", updated_at:"timestamp", @@ -9368,6 +12537,7 @@ export const ReturnTypes: Record = { name:"String", nomination_days_limit:"Int", organization_id:"Int", + starting_tokens:"Int", telegram_id:"String", token_name:"String", updated_at:"timestamp", @@ -9384,7 +12554,8 @@ export const ReturnTypes: Record = { id:"Float", min_vouches:"Float", nomination_days_limit:"Float", - organization_id:"Float" + organization_id:"Float", + starting_tokens:"Float" }, circles_stddev_pop_fields:{ fixed_payment_vault_id:"Float", @@ -9393,7 +12564,8 @@ export const ReturnTypes: Record = { id:"Float", min_vouches:"Float", nomination_days_limit:"Float", - organization_id:"Float" + organization_id:"Float", + starting_tokens:"Float" }, circles_stddev_samp_fields:{ fixed_payment_vault_id:"Float", @@ -9402,7 +12574,8 @@ export const ReturnTypes: Record = { id:"Float", min_vouches:"Float", nomination_days_limit:"Float", - organization_id:"Float" + organization_id:"Float", + starting_tokens:"Float" }, circles_sum_fields:{ fixed_payment_vault_id:"Int", @@ -9411,7 +12584,8 @@ export const ReturnTypes: Record = { id:"bigint", min_vouches:"Int", nomination_days_limit:"Int", - organization_id:"Int" + organization_id:"Int", + starting_tokens:"Int" }, circles_var_pop_fields:{ fixed_payment_vault_id:"Float", @@ -9420,7 +12594,8 @@ export const ReturnTypes: Record = { id:"Float", min_vouches:"Float", nomination_days_limit:"Float", - organization_id:"Float" + organization_id:"Float", + starting_tokens:"Float" }, circles_var_samp_fields:{ fixed_payment_vault_id:"Float", @@ -9429,7 +12604,8 @@ export const ReturnTypes: Record = { id:"Float", min_vouches:"Float", nomination_days_limit:"Float", - organization_id:"Float" + organization_id:"Float", + starting_tokens:"Float" }, circles_variance_fields:{ fixed_payment_vault_id:"Float", @@ -9438,7 +12614,8 @@ export const ReturnTypes: Record = { id:"Float", min_vouches:"Float", nomination_days_limit:"Float", - organization_id:"Float" + organization_id:"Float", + starting_tokens:"Float" }, citext: `scalar.citext` as const, claims:{ @@ -9567,16 +12744,82 @@ export const ReturnTypes: Record = { new_amount:"Float", profile_id:"Float" }, + contribution_count:{ + contributions:"bigint", + profile_id:"bigint" + }, + contribution_count_aggregate:{ + aggregate:"contribution_count_aggregate_fields", + nodes:"contribution_count" + }, + contribution_count_aggregate_fields:{ + avg:"contribution_count_avg_fields", + count:"Int", + max:"contribution_count_max_fields", + min:"contribution_count_min_fields", + stddev:"contribution_count_stddev_fields", + stddev_pop:"contribution_count_stddev_pop_fields", + stddev_samp:"contribution_count_stddev_samp_fields", + sum:"contribution_count_sum_fields", + var_pop:"contribution_count_var_pop_fields", + var_samp:"contribution_count_var_samp_fields", + variance:"contribution_count_variance_fields" + }, + contribution_count_avg_fields:{ + contributions:"Float", + profile_id:"Float" + }, + contribution_count_max_fields:{ + contributions:"bigint", + profile_id:"bigint" + }, + contribution_count_min_fields:{ + contributions:"bigint", + profile_id:"bigint" + }, + contribution_count_stddev_fields:{ + contributions:"Float", + profile_id:"Float" + }, + contribution_count_stddev_pop_fields:{ + contributions:"Float", + profile_id:"Float" + }, + contribution_count_stddev_samp_fields:{ + contributions:"Float", + profile_id:"Float" + }, + contribution_count_sum_fields:{ + contributions:"bigint", + profile_id:"bigint" + }, + contribution_count_var_pop_fields:{ + contributions:"Float", + profile_id:"Float" + }, + contribution_count_var_samp_fields:{ + contributions:"Float", + profile_id:"Float" + }, + contribution_count_variance_fields:{ + contributions:"Float", + profile_id:"Float" + }, contributions:{ circle:"circles", circle_id:"bigint", created_at:"timestamptz", created_with_api_key:"circle_api_keys", created_with_api_key_hash:"String", - datetime_created:"timestamptz", deleted_at:"timestamptz", description:"String", id:"bigint", + private_stream:"Boolean", + private_stream_visibility:"private_stream_visibility", + private_stream_visibility_aggregate:"private_stream_visibility_aggregate", + profile:"profiles", + profile_id:"bigint", + profile_public:"profiles_public", updated_at:"timestamptz", user:"users", user_id:"bigint" @@ -9601,16 +12844,17 @@ export const ReturnTypes: Record = { contributions_avg_fields:{ circle_id:"Float", id:"Float", + profile_id:"Float", user_id:"Float" }, contributions_max_fields:{ circle_id:"bigint", created_at:"timestamptz", created_with_api_key_hash:"String", - datetime_created:"timestamptz", deleted_at:"timestamptz", description:"String", id:"bigint", + profile_id:"bigint", updated_at:"timestamptz", user_id:"bigint" }, @@ -9618,10 +12862,10 @@ export const ReturnTypes: Record = { circle_id:"bigint", created_at:"timestamptz", created_with_api_key_hash:"String", - datetime_created:"timestamptz", deleted_at:"timestamptz", description:"String", id:"bigint", + profile_id:"bigint", updated_at:"timestamptz", user_id:"bigint" }, @@ -9632,38 +12876,148 @@ export const ReturnTypes: Record = { contributions_stddev_fields:{ circle_id:"Float", id:"Float", + profile_id:"Float", user_id:"Float" }, contributions_stddev_pop_fields:{ circle_id:"Float", id:"Float", + profile_id:"Float", user_id:"Float" }, contributions_stddev_samp_fields:{ circle_id:"Float", id:"Float", + profile_id:"Float", user_id:"Float" }, contributions_sum_fields:{ circle_id:"bigint", id:"bigint", + profile_id:"bigint", user_id:"bigint" }, contributions_var_pop_fields:{ circle_id:"Float", id:"Float", + profile_id:"Float", user_id:"Float" }, contributions_var_samp_fields:{ circle_id:"Float", id:"Float", + profile_id:"Float", user_id:"Float" }, contributions_variance_fields:{ circle_id:"Float", id:"Float", + profile_id:"Float", user_id:"Float" }, + cosouls:{ + address:"citext", + address_data_fetches:"address_data_fetches", + checked_at:"timestamptz", + created_at:"timestamptz", + created_tx_hash:"String", + held_keys:"key_holders", + held_keys_aggregate:"key_holders_aggregate", + id:"Int", + key_holders:"key_holders", + key_holders_aggregate:"key_holders_aggregate", + pgive:"Int", + poaps:"poap_holders", + poaps_aggregate:"poap_holders_aggregate", + profile:"profiles", + profile_public:"profiles_public", + synced_at:"timestamptz", + token_id:"Int", + updated_at:"timestamptz" + }, + cosouls_aggregate:{ + aggregate:"cosouls_aggregate_fields", + nodes:"cosouls" + }, + cosouls_aggregate_fields:{ + avg:"cosouls_avg_fields", + count:"Int", + max:"cosouls_max_fields", + min:"cosouls_min_fields", + stddev:"cosouls_stddev_fields", + stddev_pop:"cosouls_stddev_pop_fields", + stddev_samp:"cosouls_stddev_samp_fields", + sum:"cosouls_sum_fields", + var_pop:"cosouls_var_pop_fields", + var_samp:"cosouls_var_samp_fields", + variance:"cosouls_variance_fields" + }, + cosouls_avg_fields:{ + id:"Float", + pgive:"Float", + token_id:"Float" + }, + cosouls_max_fields:{ + address:"citext", + checked_at:"timestamptz", + created_at:"timestamptz", + created_tx_hash:"String", + id:"Int", + pgive:"Int", + synced_at:"timestamptz", + token_id:"Int", + updated_at:"timestamptz" + }, + cosouls_min_fields:{ + address:"citext", + checked_at:"timestamptz", + created_at:"timestamptz", + created_tx_hash:"String", + id:"Int", + pgive:"Int", + synced_at:"timestamptz", + token_id:"Int", + updated_at:"timestamptz" + }, + cosouls_mutation_response:{ + affected_rows:"Int", + returning:"cosouls" + }, + cosouls_stddev_fields:{ + id:"Float", + pgive:"Float", + token_id:"Float" + }, + cosouls_stddev_pop_fields:{ + id:"Float", + pgive:"Float", + token_id:"Float" + }, + cosouls_stddev_samp_fields:{ + id:"Float", + pgive:"Float", + token_id:"Float" + }, + cosouls_sum_fields:{ + id:"Int", + pgive:"Int", + token_id:"Int" + }, + cosouls_var_pop_fields:{ + id:"Float", + pgive:"Float", + token_id:"Float" + }, + cosouls_var_samp_fields:{ + id:"Float", + pgive:"Float", + token_id:"Float" + }, + cosouls_variance_fields:{ + id:"Float", + pgive:"Float", + token_id:"Float" + }, date: `scalar.date` as const, discord_circle_api_tokens:{ channel_snowflake:"String", @@ -9802,21 +13156,117 @@ export const ReturnTypes: Record = { circle_id:"Float", id:"Float" }, - discord_roles_circles_sum_fields:{ + discord_roles_circles_sum_fields:{ + circle_id:"bigint", + id:"bigint" + }, + discord_roles_circles_var_pop_fields:{ + circle_id:"Float", + id:"Float" + }, + discord_roles_circles_var_samp_fields:{ + circle_id:"Float", + id:"Float" + }, + discord_roles_circles_variance_fields:{ + circle_id:"Float", + id:"Float" + }, + discord_user_api_tokens:{ + circle_id:"bigint", + created_at:"timestamptz", + discord_user:"bigint", + id:"bigint", + profile_id:"bigint", + token:"String", + updated_at:"timestamptz" + }, + discord_user_api_tokens_aggregate:{ + aggregate:"discord_user_api_tokens_aggregate_fields", + nodes:"discord_user_api_tokens" + }, + discord_user_api_tokens_aggregate_fields:{ + avg:"discord_user_api_tokens_avg_fields", + count:"Int", + max:"discord_user_api_tokens_max_fields", + min:"discord_user_api_tokens_min_fields", + stddev:"discord_user_api_tokens_stddev_fields", + stddev_pop:"discord_user_api_tokens_stddev_pop_fields", + stddev_samp:"discord_user_api_tokens_stddev_samp_fields", + sum:"discord_user_api_tokens_sum_fields", + var_pop:"discord_user_api_tokens_var_pop_fields", + var_samp:"discord_user_api_tokens_var_samp_fields", + variance:"discord_user_api_tokens_variance_fields" + }, + discord_user_api_tokens_avg_fields:{ + circle_id:"Float", + discord_user:"Float", + id:"Float", + profile_id:"Float" + }, + discord_user_api_tokens_max_fields:{ + circle_id:"bigint", + created_at:"timestamptz", + discord_user:"bigint", + id:"bigint", + profile_id:"bigint", + token:"String", + updated_at:"timestamptz" + }, + discord_user_api_tokens_min_fields:{ + circle_id:"bigint", + created_at:"timestamptz", + discord_user:"bigint", + id:"bigint", + profile_id:"bigint", + token:"String", + updated_at:"timestamptz" + }, + discord_user_api_tokens_mutation_response:{ + affected_rows:"Int", + returning:"discord_user_api_tokens" + }, + discord_user_api_tokens_stddev_fields:{ + circle_id:"Float", + discord_user:"Float", + id:"Float", + profile_id:"Float" + }, + discord_user_api_tokens_stddev_pop_fields:{ + circle_id:"Float", + discord_user:"Float", + id:"Float", + profile_id:"Float" + }, + discord_user_api_tokens_stddev_samp_fields:{ + circle_id:"Float", + discord_user:"Float", + id:"Float", + profile_id:"Float" + }, + discord_user_api_tokens_sum_fields:{ circle_id:"bigint", - id:"bigint" + discord_user:"bigint", + id:"bigint", + profile_id:"bigint" }, - discord_roles_circles_var_pop_fields:{ + discord_user_api_tokens_var_pop_fields:{ circle_id:"Float", - id:"Float" + discord_user:"Float", + id:"Float", + profile_id:"Float" }, - discord_roles_circles_var_samp_fields:{ + discord_user_api_tokens_var_samp_fields:{ circle_id:"Float", - id:"Float" + discord_user:"Float", + id:"Float", + profile_id:"Float" }, - discord_roles_circles_variance_fields:{ + discord_user_api_tokens_variance_fields:{ circle_id:"Float", - id:"Float" + discord_user:"Float", + id:"Float", + profile_id:"Float" }, discord_users:{ created_at:"timestamptz", @@ -10047,6 +13497,71 @@ export const ReturnTypes: Record = { id:"Float", vault_id:"Float" }, + emails:{ + email:"citext", + primary:"Boolean", + profile:"profiles", + profile_id:"Int", + verification_code:"uuid", + verified_at:"timestamp" + }, + emails_aggregate:{ + aggregate:"emails_aggregate_fields", + nodes:"emails" + }, + emails_aggregate_fields:{ + avg:"emails_avg_fields", + count:"Int", + max:"emails_max_fields", + min:"emails_min_fields", + stddev:"emails_stddev_fields", + stddev_pop:"emails_stddev_pop_fields", + stddev_samp:"emails_stddev_samp_fields", + sum:"emails_sum_fields", + var_pop:"emails_var_pop_fields", + var_samp:"emails_var_samp_fields", + variance:"emails_variance_fields" + }, + emails_avg_fields:{ + profile_id:"Float" + }, + emails_max_fields:{ + email:"citext", + profile_id:"Int", + verification_code:"uuid", + verified_at:"timestamp" + }, + emails_min_fields:{ + email:"citext", + profile_id:"Int", + verification_code:"uuid", + verified_at:"timestamp" + }, + emails_mutation_response:{ + affected_rows:"Int", + returning:"emails" + }, + emails_stddev_fields:{ + profile_id:"Float" + }, + emails_stddev_pop_fields:{ + profile_id:"Float" + }, + emails_stddev_samp_fields:{ + profile_id:"Float" + }, + emails_sum_fields:{ + profile_id:"Int" + }, + emails_var_pop_fields:{ + profile_id:"Float" + }, + emails_var_samp_fields:{ + profile_id:"Float" + }, + emails_variance_fields:{ + profile_id:"Float" + }, epoch_pgive_data:{ active_months:"Int", active_months_bonus:"numeric", @@ -10172,11 +13687,14 @@ export const ReturnTypes: Record = { pgive:"Float" }, epochs:{ + activities:"activities", + activities_aggregate:"activities_aggregate", burns:"burns", burns_aggregate:"burns_aggregate", circle:"circles", circle_id:"Int", created_at:"timestamp", + created_by:"Int", days:"Int", description:"String", distributions:"distributions", @@ -10186,7 +13704,11 @@ export const ReturnTypes: Record = { epoch_pending_token_gifts:"pending_token_gifts", epoch_pending_token_gifts_aggregate:"pending_token_gifts_aggregate", grant:"numeric", + histories:"histories", + histories_aggregate:"histories_aggregate", id:"bigint", + member_epoch_pgives:"member_epoch_pgives", + member_epoch_pgives_aggregate:"member_epoch_pgives_aggregate", notified_before_end:"timestamp", notified_end:"timestamp", notified_start:"timestamp", @@ -10220,6 +13742,7 @@ export const ReturnTypes: Record = { }, epochs_avg_fields:{ circle_id:"Float", + created_by:"Float", days:"Float", grant:"Float", id:"Float", @@ -10231,6 +13754,7 @@ export const ReturnTypes: Record = { epochs_max_fields:{ circle_id:"Int", created_at:"timestamp", + created_by:"Int", days:"Int", description:"String", end_date:"timestamptz", @@ -10249,6 +13773,7 @@ export const ReturnTypes: Record = { epochs_min_fields:{ circle_id:"Int", created_at:"timestamp", + created_by:"Int", days:"Int", description:"String", end_date:"timestamptz", @@ -10270,6 +13795,7 @@ export const ReturnTypes: Record = { }, epochs_stddev_fields:{ circle_id:"Float", + created_by:"Float", days:"Float", grant:"Float", id:"Float", @@ -10280,6 +13806,7 @@ export const ReturnTypes: Record = { }, epochs_stddev_pop_fields:{ circle_id:"Float", + created_by:"Float", days:"Float", grant:"Float", id:"Float", @@ -10290,6 +13817,7 @@ export const ReturnTypes: Record = { }, epochs_stddev_samp_fields:{ circle_id:"Float", + created_by:"Float", days:"Float", grant:"Float", id:"Float", @@ -10300,6 +13828,7 @@ export const ReturnTypes: Record = { }, epochs_sum_fields:{ circle_id:"Int", + created_by:"Int", days:"Int", grant:"numeric", id:"bigint", @@ -10310,6 +13839,7 @@ export const ReturnTypes: Record = { }, epochs_var_pop_fields:{ circle_id:"Float", + created_by:"Float", days:"Float", grant:"Float", id:"Float", @@ -10320,6 +13850,7 @@ export const ReturnTypes: Record = { }, epochs_var_samp_fields:{ circle_id:"Float", + created_by:"Float", days:"Float", grant:"Float", id:"Float", @@ -10330,6 +13861,7 @@ export const ReturnTypes: Record = { }, epochs_variance_fields:{ circle_id:"Float", + created_by:"Float", days:"Float", grant:"Float", id:"Float", @@ -10338,6 +13870,7 @@ export const ReturnTypes: Record = { repeat:"Float", repeat_day_of_month:"Float" }, + float8: `scalar.float8` as const, gift_private:{ gift_id:"bigint", note:"String", @@ -10623,6 +14156,152 @@ export const ReturnTypes: Record = { }, json: `scalar.json` as const, jsonb: `scalar.jsonb` as const, + key_holders:{ + address:"citext", + address_cosoul:"cosouls", + amount:"Int", + subject:"citext", + subject_cosoul:"cosouls", + updated_at:"timestamptz" + }, + key_holders_aggregate:{ + aggregate:"key_holders_aggregate_fields", + nodes:"key_holders" + }, + key_holders_aggregate_fields:{ + avg:"key_holders_avg_fields", + count:"Int", + max:"key_holders_max_fields", + min:"key_holders_min_fields", + stddev:"key_holders_stddev_fields", + stddev_pop:"key_holders_stddev_pop_fields", + stddev_samp:"key_holders_stddev_samp_fields", + sum:"key_holders_sum_fields", + var_pop:"key_holders_var_pop_fields", + var_samp:"key_holders_var_samp_fields", + variance:"key_holders_variance_fields" + }, + key_holders_avg_fields:{ + amount:"Float" + }, + key_holders_max_fields:{ + address:"citext", + amount:"Int", + subject:"citext", + updated_at:"timestamptz" + }, + key_holders_min_fields:{ + address:"citext", + amount:"Int", + subject:"citext", + updated_at:"timestamptz" + }, + key_holders_mutation_response:{ + affected_rows:"Int", + returning:"key_holders" + }, + key_holders_stddev_fields:{ + amount:"Float" + }, + key_holders_stddev_pop_fields:{ + amount:"Float" + }, + key_holders_stddev_samp_fields:{ + amount:"Float" + }, + key_holders_sum_fields:{ + amount:"Int" + }, + key_holders_var_pop_fields:{ + amount:"Float" + }, + key_holders_var_samp_fields:{ + amount:"Float" + }, + key_holders_variance_fields:{ + amount:"Float" + }, + key_tx:{ + buy:"Boolean", + created_at:"timestamptz", + eth_amount:"String", + protocol_fee_amount:"String", + share_amount:"String", + subject:"citext", + subject_fee_amount:"String", + subject_profile:"profiles_public", + supply:"numeric", + trader:"citext", + trader_profile:"profiles_public", + tx_hash:"citext" + }, + key_tx_aggregate:{ + aggregate:"key_tx_aggregate_fields", + nodes:"key_tx" + }, + key_tx_aggregate_fields:{ + avg:"key_tx_avg_fields", + count:"Int", + max:"key_tx_max_fields", + min:"key_tx_min_fields", + stddev:"key_tx_stddev_fields", + stddev_pop:"key_tx_stddev_pop_fields", + stddev_samp:"key_tx_stddev_samp_fields", + sum:"key_tx_sum_fields", + var_pop:"key_tx_var_pop_fields", + var_samp:"key_tx_var_samp_fields", + variance:"key_tx_variance_fields" + }, + key_tx_avg_fields:{ + supply:"Float" + }, + key_tx_max_fields:{ + created_at:"timestamptz", + eth_amount:"String", + protocol_fee_amount:"String", + share_amount:"String", + subject:"citext", + subject_fee_amount:"String", + supply:"numeric", + trader:"citext", + tx_hash:"citext" + }, + key_tx_min_fields:{ + created_at:"timestamptz", + eth_amount:"String", + protocol_fee_amount:"String", + share_amount:"String", + subject:"citext", + subject_fee_amount:"String", + supply:"numeric", + trader:"citext", + tx_hash:"citext" + }, + key_tx_mutation_response:{ + affected_rows:"Int", + returning:"key_tx" + }, + key_tx_stddev_fields:{ + supply:"Float" + }, + key_tx_stddev_pop_fields:{ + supply:"Float" + }, + key_tx_stddev_samp_fields:{ + supply:"Float" + }, + key_tx_sum_fields:{ + supply:"numeric" + }, + key_tx_var_pop_fields:{ + supply:"Float" + }, + key_tx_var_samp_fields:{ + supply:"Float" + }, + key_tx_variance_fields:{ + supply:"Float" + }, locked_token_distribution_gifts:{ earnings:"numeric", id:"bigint", @@ -10834,7 +14513,94 @@ export const ReturnTypes: Record = { id:"Float", token_decimals:"Float" }, + member_circle_pgives:{ + circle:"circles", + circle_id:"Int", + epochs:"bigint", + pgive:"numeric", + user:"users", + user_id:"Int" + }, + member_circle_pgives_aggregate:{ + aggregate:"member_circle_pgives_aggregate_fields", + nodes:"member_circle_pgives" + }, + member_circle_pgives_aggregate_fields:{ + avg:"member_circle_pgives_avg_fields", + count:"Int", + max:"member_circle_pgives_max_fields", + min:"member_circle_pgives_min_fields", + stddev:"member_circle_pgives_stddev_fields", + stddev_pop:"member_circle_pgives_stddev_pop_fields", + stddev_samp:"member_circle_pgives_stddev_samp_fields", + sum:"member_circle_pgives_sum_fields", + var_pop:"member_circle_pgives_var_pop_fields", + var_samp:"member_circle_pgives_var_samp_fields", + variance:"member_circle_pgives_variance_fields" + }, + member_circle_pgives_avg_fields:{ + circle_id:"Float", + epochs:"Float", + pgive:"Float", + user_id:"Float" + }, + member_circle_pgives_max_fields:{ + circle_id:"Int", + epochs:"bigint", + pgive:"numeric", + user_id:"Int" + }, + member_circle_pgives_min_fields:{ + circle_id:"Int", + epochs:"bigint", + pgive:"numeric", + user_id:"Int" + }, + member_circle_pgives_stddev_fields:{ + circle_id:"Float", + epochs:"Float", + pgive:"Float", + user_id:"Float" + }, + member_circle_pgives_stddev_pop_fields:{ + circle_id:"Float", + epochs:"Float", + pgive:"Float", + user_id:"Float" + }, + member_circle_pgives_stddev_samp_fields:{ + circle_id:"Float", + epochs:"Float", + pgive:"Float", + user_id:"Float" + }, + member_circle_pgives_sum_fields:{ + circle_id:"Int", + epochs:"bigint", + pgive:"numeric", + user_id:"Int" + }, + member_circle_pgives_var_pop_fields:{ + circle_id:"Float", + epochs:"Float", + pgive:"Float", + user_id:"Float" + }, + member_circle_pgives_var_samp_fields:{ + circle_id:"Float", + epochs:"Float", + pgive:"Float", + user_id:"Float" + }, + member_circle_pgives_variance_fields:{ + circle_id:"Float", + epochs:"Float", + pgive:"Float", + user_id:"Float" + }, member_epoch_pgives:{ + circle:"circles", + circle_id:"Int", created_at:"timestamptz", epoch:"epochs", epoch_id:"Int", @@ -10842,6 +14608,8 @@ export const ReturnTypes: Record = { id:"Int", normalized_pgive:"numeric", opt_out_bonus:"numeric", + organization:"organizations", + organization_id:"Int", pgive:"numeric", user:"users", user_id:"Int" @@ -10864,31 +14632,37 @@ export const ReturnTypes: Record = { variance:"member_epoch_pgives_variance_fields" }, member_epoch_pgives_avg_fields:{ + circle_id:"Float", epoch_id:"Float", gives_received:"Float", id:"Float", normalized_pgive:"Float", opt_out_bonus:"Float", + organization_id:"Float", pgive:"Float", user_id:"Float" }, member_epoch_pgives_max_fields:{ + circle_id:"Int", created_at:"timestamptz", epoch_id:"Int", gives_received:"Int", id:"Int", normalized_pgive:"numeric", opt_out_bonus:"numeric", + organization_id:"Int", pgive:"numeric", user_id:"Int" }, member_epoch_pgives_min_fields:{ + circle_id:"Int", created_at:"timestamptz", epoch_id:"Int", gives_received:"Int", id:"Int", normalized_pgive:"numeric", opt_out_bonus:"numeric", + organization_id:"Int", pgive:"numeric", user_id:"Int" }, @@ -10897,75 +14671,91 @@ export const ReturnTypes: Record = { returning:"member_epoch_pgives" }, member_epoch_pgives_stddev_fields:{ + circle_id:"Float", epoch_id:"Float", gives_received:"Float", id:"Float", normalized_pgive:"Float", opt_out_bonus:"Float", + organization_id:"Float", pgive:"Float", user_id:"Float" }, member_epoch_pgives_stddev_pop_fields:{ + circle_id:"Float", epoch_id:"Float", gives_received:"Float", id:"Float", normalized_pgive:"Float", opt_out_bonus:"Float", + organization_id:"Float", pgive:"Float", user_id:"Float" }, member_epoch_pgives_stddev_samp_fields:{ + circle_id:"Float", epoch_id:"Float", gives_received:"Float", id:"Float", normalized_pgive:"Float", opt_out_bonus:"Float", + organization_id:"Float", pgive:"Float", user_id:"Float" }, member_epoch_pgives_sum_fields:{ + circle_id:"Int", epoch_id:"Int", gives_received:"Int", id:"Int", normalized_pgive:"numeric", opt_out_bonus:"numeric", + organization_id:"Int", pgive:"numeric", user_id:"Int" }, member_epoch_pgives_var_pop_fields:{ + circle_id:"Float", epoch_id:"Float", gives_received:"Float", id:"Float", normalized_pgive:"Float", opt_out_bonus:"Float", + organization_id:"Float", pgive:"Float", user_id:"Float" }, member_epoch_pgives_var_samp_fields:{ + circle_id:"Float", epoch_id:"Float", gives_received:"Float", id:"Float", normalized_pgive:"Float", opt_out_bonus:"Float", + organization_id:"Float", pgive:"Float", user_id:"Float" }, member_epoch_pgives_variance_fields:{ + circle_id:"Float", epoch_id:"Float", gives_received:"Float", id:"Float", normalized_pgive:"Float", opt_out_bonus:"Float", + organization_id:"Float", pgive:"Float", user_id:"Float" }, mutation_root:{ + acceptTOS:"AcceptTOSOutput", + addEmail:"ConfirmationResponse", adminUpdateUser:"UserResponse", allocationCsv:"AllocationCsvResponse", createCircle:"CreateCircleResponse", createEpoch:"EpochResponse", - createEpochOld:"EpochResponse", createNominee:"CreateNomineeResponse", + createOrgMembers:"OrgMemberResponse", createSampleCircle:"CreateSampleCircleResponse", createUserWithToken:"UserResponse", createUsers:"UserResponse", @@ -10974,11 +14764,15 @@ export const ReturnTypes: Record = { deleteCircle:"ConfirmationResponse", deleteContribution:"ConfirmationResponse", deleteDiscordUser:"ConfirmationResponse", + deleteEmail:"ConfirmationResponse", deleteEpoch:"DeleteEpochResponse", + deleteOrgMember:"ConfirmationResponse", deleteUser:"ConfirmationResponse", deleteUsers:"DeleteUsersResponse", delete_activities:"activities_mutation_response", delete_activities_by_pk:"activities", + delete_address_data_fetches:"address_data_fetches_mutation_response", + delete_address_data_fetches_by_pk:"address_data_fetches", delete_burns:"burns_mutation_response", delete_burns_by_pk:"burns", delete_circle_api_keys:"circle_api_keys_mutation_response", @@ -10996,14 +14790,20 @@ export const ReturnTypes: Record = { delete_claims_by_pk:"claims", delete_contributions:"contributions_mutation_response", delete_contributions_by_pk:"contributions", + delete_cosouls:"cosouls_mutation_response", + delete_cosouls_by_pk:"cosouls", delete_discord_circle_api_tokens:"discord_circle_api_tokens_mutation_response", delete_discord_circle_api_tokens_by_pk:"discord_circle_api_tokens", delete_discord_roles_circles:"discord_roles_circles_mutation_response", delete_discord_roles_circles_by_pk:"discord_roles_circles", + delete_discord_user_api_tokens:"discord_user_api_tokens_mutation_response", + delete_discord_user_api_tokens_by_pk:"discord_user_api_tokens", delete_discord_users:"discord_users_mutation_response", delete_discord_users_by_pk:"discord_users", delete_distributions:"distributions_mutation_response", delete_distributions_by_pk:"distributions", + delete_emails:"emails_mutation_response", + delete_emails_by_pk:"emails", delete_epoch_pgive_data:"epoch_pgive_data_mutation_response", delete_epoch_pgive_data_by_pk:"epoch_pgive_data", delete_epochs:"epochs_mutation_response", @@ -11013,6 +14813,10 @@ export const ReturnTypes: Record = { delete_histories_by_pk:"histories", delete_interaction_events:"interaction_events_mutation_response", delete_interaction_events_by_pk:"interaction_events", + delete_key_holders:"key_holders_mutation_response", + delete_key_holders_by_pk:"key_holders", + delete_key_tx:"key_tx_mutation_response", + delete_key_tx_by_pk:"key_tx", delete_locked_token_distribution_gifts:"locked_token_distribution_gifts_mutation_response", delete_locked_token_distribution_gifts_by_pk:"locked_token_distribution_gifts", delete_locked_token_distributions:"locked_token_distributions_mutation_response", @@ -11023,6 +14827,8 @@ export const ReturnTypes: Record = { delete_nominees_by_pk:"nominees", delete_org_members:"org_members_mutation_response", delete_org_members_by_pk:"org_members", + delete_org_share_tokens:"org_share_tokens_mutation_response", + delete_org_share_tokens_by_pk:"org_share_tokens", delete_organizations:"organizations_mutation_response", delete_organizations_by_pk:"organizations", delete_pending_gift_private:"pending_gift_private_mutation_response", @@ -11032,12 +14838,25 @@ export const ReturnTypes: Record = { delete_pending_vault_transactions_by_pk:"pending_vault_transactions", delete_personal_access_tokens:"personal_access_tokens_mutation_response", delete_personal_access_tokens_by_pk:"personal_access_tokens", + delete_poap_events:"poap_events_mutation_response", + delete_poap_events_by_pk:"poap_events", + delete_poap_holders:"poap_holders_mutation_response", + delete_poap_holders_by_pk:"poap_holders", + delete_private_stream_visibility:"private_stream_visibility_mutation_response", + delete_private_stream_visibility_by_pk:"private_stream_visibility", delete_profiles:"profiles_mutation_response", delete_profiles_by_pk:"profiles", + delete_profiles_public:"profiles_public_mutation_response", + delete_reactions:"reactions_mutation_response", + delete_reactions_by_pk:"reactions", + delete_reputation_scores:"reputation_scores_mutation_response", + delete_reputation_scores_by_pk:"reputation_scores", delete_teammates:"teammates_mutation_response", delete_teammates_by_pk:"teammates", delete_token_gifts:"token_gifts_mutation_response", delete_token_gifts_by_pk:"token_gifts", + delete_twitter_account:"twitter_account_mutation_response", + delete_twitter_account_by_pk:"twitter_account", delete_users:"users_mutation_response", delete_users_by_pk:"users", delete_vault_transactions:"vault_transactions_mutation_response", @@ -11050,8 +14869,11 @@ export const ReturnTypes: Record = { delete_vouches_by_pk:"vouches", endEpoch:"EpochResponse", generateApiKey:"GenerateApiKeyResponse", + giveCsv:"GiveCsvResponse", insert_activities:"activities_mutation_response", insert_activities_one:"activities", + insert_address_data_fetches:"address_data_fetches_mutation_response", + insert_address_data_fetches_one:"address_data_fetches", insert_burns:"burns_mutation_response", insert_burns_one:"burns", insert_circle_api_keys:"circle_api_keys_mutation_response", @@ -11070,14 +14892,20 @@ export const ReturnTypes: Record = { insert_claims_one:"claims", insert_contributions:"contributions_mutation_response", insert_contributions_one:"contributions", + insert_cosouls:"cosouls_mutation_response", + insert_cosouls_one:"cosouls", insert_discord_circle_api_tokens:"discord_circle_api_tokens_mutation_response", insert_discord_circle_api_tokens_one:"discord_circle_api_tokens", insert_discord_roles_circles:"discord_roles_circles_mutation_response", insert_discord_roles_circles_one:"discord_roles_circles", + insert_discord_user_api_tokens:"discord_user_api_tokens_mutation_response", + insert_discord_user_api_tokens_one:"discord_user_api_tokens", insert_discord_users:"discord_users_mutation_response", insert_discord_users_one:"discord_users", insert_distributions:"distributions_mutation_response", insert_distributions_one:"distributions", + insert_emails:"emails_mutation_response", + insert_emails_one:"emails", insert_epoch_pgive_data:"epoch_pgive_data_mutation_response", insert_epoch_pgive_data_one:"epoch_pgive_data", insert_epochs:"epochs_mutation_response", @@ -11088,6 +14916,10 @@ export const ReturnTypes: Record = { insert_histories_one:"histories", insert_interaction_events:"interaction_events_mutation_response", insert_interaction_events_one:"interaction_events", + insert_key_holders:"key_holders_mutation_response", + insert_key_holders_one:"key_holders", + insert_key_tx:"key_tx_mutation_response", + insert_key_tx_one:"key_tx", insert_locked_token_distribution_gifts:"locked_token_distribution_gifts_mutation_response", insert_locked_token_distribution_gifts_one:"locked_token_distribution_gifts", insert_locked_token_distributions:"locked_token_distributions_mutation_response", @@ -11098,6 +14930,8 @@ export const ReturnTypes: Record = { insert_nominees_one:"nominees", insert_org_members:"org_members_mutation_response", insert_org_members_one:"org_members", + insert_org_share_tokens:"org_share_tokens_mutation_response", + insert_org_share_tokens_one:"org_share_tokens", insert_organizations:"organizations_mutation_response", insert_organizations_one:"organizations", insert_pending_gift_private:"pending_gift_private_mutation_response", @@ -11108,12 +14942,26 @@ export const ReturnTypes: Record = { insert_pending_vault_transactions_one:"pending_vault_transactions", insert_personal_access_tokens:"personal_access_tokens_mutation_response", insert_personal_access_tokens_one:"personal_access_tokens", + insert_poap_events:"poap_events_mutation_response", + insert_poap_events_one:"poap_events", + insert_poap_holders:"poap_holders_mutation_response", + insert_poap_holders_one:"poap_holders", + insert_private_stream_visibility:"private_stream_visibility_mutation_response", + insert_private_stream_visibility_one:"private_stream_visibility", insert_profiles:"profiles_mutation_response", insert_profiles_one:"profiles", + insert_profiles_public:"profiles_public_mutation_response", + insert_profiles_public_one:"profiles_public", + insert_reactions:"reactions_mutation_response", + insert_reactions_one:"reactions", + insert_reputation_scores:"reputation_scores_mutation_response", + insert_reputation_scores_one:"reputation_scores", insert_teammates:"teammates_mutation_response", insert_teammates_one:"teammates", insert_token_gifts:"token_gifts_mutation_response", insert_token_gifts_one:"token_gifts", + insert_twitter_account:"twitter_account_mutation_response", + insert_twitter_account_one:"twitter_account", insert_users:"users_mutation_response", insert_users_one:"users", insert_vault_transactions:"vault_transactions_mutation_response", @@ -11129,17 +14977,24 @@ export const ReturnTypes: Record = { logoutUser:"LogoutResponse", markClaimed:"MarkClaimedOutput", restoreCoordinape:"ConfirmationResponse", + setPrimaryEmail:"ConfirmationResponse", + syncCoSoul:"SyncCoSoulOutput", + syncKeys:"ConfirmationResponse", updateAllocations:"AllocationsResponse", updateCircle:"UpdateCircleOutput", + updateCircleStartingGive:"ConfirmationResponse", updateContribution:"UpdateContributionResponse", updateEpoch:"EpochResponse", - updateEpochOld:"EpochResponse", updateProfile:"UpdateProfileResponse", + updateRepScore:"ConfirmationResponse", updateTeammates:"UpdateTeammatesResponse", updateUser:"UserResponse", update_activities:"activities_mutation_response", update_activities_by_pk:"activities", update_activities_many:"activities_mutation_response", + update_address_data_fetches:"address_data_fetches_mutation_response", + update_address_data_fetches_by_pk:"address_data_fetches", + update_address_data_fetches_many:"address_data_fetches_mutation_response", update_burns:"burns_mutation_response", update_burns_by_pk:"burns", update_burns_many:"burns_mutation_response", @@ -11166,18 +15021,27 @@ export const ReturnTypes: Record = { update_contributions:"contributions_mutation_response", update_contributions_by_pk:"contributions", update_contributions_many:"contributions_mutation_response", + update_cosouls:"cosouls_mutation_response", + update_cosouls_by_pk:"cosouls", + update_cosouls_many:"cosouls_mutation_response", update_discord_circle_api_tokens:"discord_circle_api_tokens_mutation_response", update_discord_circle_api_tokens_by_pk:"discord_circle_api_tokens", update_discord_circle_api_tokens_many:"discord_circle_api_tokens_mutation_response", update_discord_roles_circles:"discord_roles_circles_mutation_response", update_discord_roles_circles_by_pk:"discord_roles_circles", update_discord_roles_circles_many:"discord_roles_circles_mutation_response", + update_discord_user_api_tokens:"discord_user_api_tokens_mutation_response", + update_discord_user_api_tokens_by_pk:"discord_user_api_tokens", + update_discord_user_api_tokens_many:"discord_user_api_tokens_mutation_response", update_discord_users:"discord_users_mutation_response", update_discord_users_by_pk:"discord_users", update_discord_users_many:"discord_users_mutation_response", update_distributions:"distributions_mutation_response", update_distributions_by_pk:"distributions", update_distributions_many:"distributions_mutation_response", + update_emails:"emails_mutation_response", + update_emails_by_pk:"emails", + update_emails_many:"emails_mutation_response", update_epoch_pgive_data:"epoch_pgive_data_mutation_response", update_epoch_pgive_data_by_pk:"epoch_pgive_data", update_epoch_pgive_data_many:"epoch_pgive_data_mutation_response", @@ -11192,6 +15056,12 @@ export const ReturnTypes: Record = { update_interaction_events:"interaction_events_mutation_response", update_interaction_events_by_pk:"interaction_events", update_interaction_events_many:"interaction_events_mutation_response", + update_key_holders:"key_holders_mutation_response", + update_key_holders_by_pk:"key_holders", + update_key_holders_many:"key_holders_mutation_response", + update_key_tx:"key_tx_mutation_response", + update_key_tx_by_pk:"key_tx", + update_key_tx_many:"key_tx_mutation_response", update_locked_token_distribution_gifts:"locked_token_distribution_gifts_mutation_response", update_locked_token_distribution_gifts_by_pk:"locked_token_distribution_gifts", update_locked_token_distribution_gifts_many:"locked_token_distribution_gifts_mutation_response", @@ -11207,6 +15077,9 @@ export const ReturnTypes: Record = { update_org_members:"org_members_mutation_response", update_org_members_by_pk:"org_members", update_org_members_many:"org_members_mutation_response", + update_org_share_tokens:"org_share_tokens_mutation_response", + update_org_share_tokens_by_pk:"org_share_tokens", + update_org_share_tokens_many:"org_share_tokens_mutation_response", update_organizations:"organizations_mutation_response", update_organizations_by_pk:"organizations", update_organizations_many:"organizations_mutation_response", @@ -11221,15 +15094,35 @@ export const ReturnTypes: Record = { update_personal_access_tokens:"personal_access_tokens_mutation_response", update_personal_access_tokens_by_pk:"personal_access_tokens", update_personal_access_tokens_many:"personal_access_tokens_mutation_response", + update_poap_events:"poap_events_mutation_response", + update_poap_events_by_pk:"poap_events", + update_poap_events_many:"poap_events_mutation_response", + update_poap_holders:"poap_holders_mutation_response", + update_poap_holders_by_pk:"poap_holders", + update_poap_holders_many:"poap_holders_mutation_response", + update_private_stream_visibility:"private_stream_visibility_mutation_response", + update_private_stream_visibility_by_pk:"private_stream_visibility", + update_private_stream_visibility_many:"private_stream_visibility_mutation_response", update_profiles:"profiles_mutation_response", update_profiles_by_pk:"profiles", update_profiles_many:"profiles_mutation_response", + update_profiles_public:"profiles_public_mutation_response", + update_profiles_public_many:"profiles_public_mutation_response", + update_reactions:"reactions_mutation_response", + update_reactions_by_pk:"reactions", + update_reactions_many:"reactions_mutation_response", + update_reputation_scores:"reputation_scores_mutation_response", + update_reputation_scores_by_pk:"reputation_scores", + update_reputation_scores_many:"reputation_scores_mutation_response", update_teammates:"teammates_mutation_response", update_teammates_by_pk:"teammates", update_teammates_many:"teammates_mutation_response", update_token_gifts:"token_gifts_mutation_response", update_token_gifts_by_pk:"token_gifts", update_token_gifts_many:"token_gifts_mutation_response", + update_twitter_account:"twitter_account_mutation_response", + update_twitter_account_by_pk:"twitter_account", + update_twitter_account_many:"twitter_account_mutation_response", update_users:"users_mutation_response", update_users_by_pk:"users", update_users_many:"users_mutation_response", @@ -11374,10 +15267,73 @@ export const ReturnTypes: Record = { user_id:"Float", vouches_required:"Float" }, + note_count:{ + notes:"bigint", + profile_id:"bigint" + }, + note_count_aggregate:{ + aggregate:"note_count_aggregate_fields", + nodes:"note_count" + }, + note_count_aggregate_fields:{ + avg:"note_count_avg_fields", + count:"Int", + max:"note_count_max_fields", + min:"note_count_min_fields", + stddev:"note_count_stddev_fields", + stddev_pop:"note_count_stddev_pop_fields", + stddev_samp:"note_count_stddev_samp_fields", + sum:"note_count_sum_fields", + var_pop:"note_count_var_pop_fields", + var_samp:"note_count_var_samp_fields", + variance:"note_count_variance_fields" + }, + note_count_avg_fields:{ + notes:"Float", + profile_id:"Float" + }, + note_count_max_fields:{ + notes:"bigint", + profile_id:"bigint" + }, + note_count_min_fields:{ + notes:"bigint", + profile_id:"bigint" + }, + note_count_stddev_fields:{ + notes:"Float", + profile_id:"Float" + }, + note_count_stddev_pop_fields:{ + notes:"Float", + profile_id:"Float" + }, + note_count_stddev_samp_fields:{ + notes:"Float", + profile_id:"Float" + }, + note_count_sum_fields:{ + notes:"bigint", + profile_id:"bigint" + }, + note_count_var_pop_fields:{ + notes:"Float", + profile_id:"Float" + }, + note_count_var_samp_fields:{ + notes:"Float", + profile_id:"Float" + }, + note_count_variance_fields:{ + notes:"Float", + profile_id:"Float" + }, numeric: `scalar.numeric` as const, org_members:{ created_at:"timestamp", deleted_at:"timestamp", + entrance:"String", + hidden:"Boolean", id:"bigint", org_id:"bigint", organization:"organizations", @@ -11412,6 +15368,7 @@ export const ReturnTypes: Record = { org_members_max_fields:{ created_at:"timestamp", deleted_at:"timestamp", + entrance:"String", id:"bigint", org_id:"bigint", profile_id:"bigint", @@ -11421,6 +15378,7 @@ export const ReturnTypes: Record = { org_members_min_fields:{ created_at:"timestamp", deleted_at:"timestamp", + entrance:"String", id:"bigint", org_id:"bigint", profile_id:"bigint", @@ -11473,11 +15431,88 @@ export const ReturnTypes: Record = { profile_id:"Float", role:"Float" }, + org_share_tokens:{ + created_at:"timestamptz", + org_id:"bigint", + organization:"organizations", + type:"Int", + updated_at:"timestamptz", + uuid:"uuid" + }, + org_share_tokens_aggregate:{ + aggregate:"org_share_tokens_aggregate_fields", + nodes:"org_share_tokens" + }, + org_share_tokens_aggregate_fields:{ + avg:"org_share_tokens_avg_fields", + count:"Int", + max:"org_share_tokens_max_fields", + min:"org_share_tokens_min_fields", + stddev:"org_share_tokens_stddev_fields", + stddev_pop:"org_share_tokens_stddev_pop_fields", + stddev_samp:"org_share_tokens_stddev_samp_fields", + sum:"org_share_tokens_sum_fields", + var_pop:"org_share_tokens_var_pop_fields", + var_samp:"org_share_tokens_var_samp_fields", + variance:"org_share_tokens_variance_fields" + }, + org_share_tokens_avg_fields:{ + org_id:"Float", + type:"Float" + }, + org_share_tokens_max_fields:{ + created_at:"timestamptz", + org_id:"bigint", + type:"Int", + updated_at:"timestamptz", + uuid:"uuid" + }, + org_share_tokens_min_fields:{ + created_at:"timestamptz", + org_id:"bigint", + type:"Int", + updated_at:"timestamptz", + uuid:"uuid" + }, + org_share_tokens_mutation_response:{ + affected_rows:"Int", + returning:"org_share_tokens" + }, + org_share_tokens_stddev_fields:{ + org_id:"Float", + type:"Float" + }, + org_share_tokens_stddev_pop_fields:{ + org_id:"Float", + type:"Float" + }, + org_share_tokens_stddev_samp_fields:{ + org_id:"Float", + type:"Float" + }, + org_share_tokens_sum_fields:{ + org_id:"bigint", + type:"Int" + }, + org_share_tokens_var_pop_fields:{ + org_id:"Float", + type:"Float" + }, + org_share_tokens_var_samp_fields:{ + org_id:"Float", + type:"Float" + }, + org_share_tokens_variance_fields:{ + org_id:"Float", + type:"Float" + }, organizations:{ circles:"circles", circles_aggregate:"circles_aggregate", created_at:"timestamp", created_by:"Int", + guild_id:"Int", + guild_role_id:"Int", id:"bigint", is_verified:"Boolean", logo:"String", @@ -11510,11 +15545,15 @@ export const ReturnTypes: Record = { }, organizations_avg_fields:{ created_by:"Float", + guild_id:"Float", + guild_role_id:"Float", id:"Float" }, organizations_max_fields:{ created_at:"timestamp", created_by:"Int", + guild_id:"Int", + guild_role_id:"Int", id:"bigint", logo:"String", name:"String", @@ -11524,6 +15563,8 @@ export const ReturnTypes: Record = { organizations_min_fields:{ created_at:"timestamp", created_by:"Int", + guild_id:"Int", + guild_role_id:"Int", id:"bigint", logo:"String", name:"String", @@ -11536,30 +15577,44 @@ export const ReturnTypes: Record = { }, organizations_stddev_fields:{ created_by:"Float", + guild_id:"Float", + guild_role_id:"Float", id:"Float" }, organizations_stddev_pop_fields:{ created_by:"Float", + guild_id:"Float", + guild_role_id:"Float", id:"Float" }, organizations_stddev_samp_fields:{ created_by:"Float", + guild_id:"Float", + guild_role_id:"Float", id:"Float" }, organizations_sum_fields:{ created_by:"Int", + guild_id:"Int", + guild_role_id:"Int", id:"bigint" }, organizations_var_pop_fields:{ created_by:"Float", + guild_id:"Float", + guild_role_id:"Float", id:"Float" }, organizations_var_samp_fields:{ created_by:"Float", + guild_id:"Float", + guild_role_id:"Float", id:"Float" }, organizations_variance_fields:{ created_by:"Float", + guild_id:"Float", + guild_role_id:"Float", id:"Float" }, pending_gift_private:{ @@ -11971,8 +16026,304 @@ export const ReturnTypes: Record = { id:"Float", tokenable_id:"Float" }, + poap_events:{ + city:"String", + country:"String", + created_at:"timestamptz", + description:"String", + distance:"float8", + embedding:"vector", + end_date:"date", + event_url:"String", + expiry_date:"date", + fancy_id:"String", + id:"bigint", + image_url:"String", + name:"String", + poap_id:"Int", + start_date:"date", + supply:"Int", + updated_at:"timestamptz", + year:"Int" + }, + poap_events_aggregate:{ + aggregate:"poap_events_aggregate_fields", + nodes:"poap_events" + }, + poap_events_aggregate_fields:{ + avg:"poap_events_avg_fields", + count:"Int", + max:"poap_events_max_fields", + min:"poap_events_min_fields", + stddev:"poap_events_stddev_fields", + stddev_pop:"poap_events_stddev_pop_fields", + stddev_samp:"poap_events_stddev_samp_fields", + sum:"poap_events_sum_fields", + var_pop:"poap_events_var_pop_fields", + var_samp:"poap_events_var_samp_fields", + variance:"poap_events_variance_fields" + }, + poap_events_avg_fields:{ + distance:"Float", + id:"Float", + poap_id:"Float", + supply:"Float", + year:"Float" + }, + poap_events_max_fields:{ + city:"String", + country:"String", + created_at:"timestamptz", + description:"String", + distance:"float8", + end_date:"date", + event_url:"String", + expiry_date:"date", + fancy_id:"String", + id:"bigint", + image_url:"String", + name:"String", + poap_id:"Int", + start_date:"date", + supply:"Int", + updated_at:"timestamptz", + year:"Int" + }, + poap_events_min_fields:{ + city:"String", + country:"String", + created_at:"timestamptz", + description:"String", + distance:"float8", + end_date:"date", + event_url:"String", + expiry_date:"date", + fancy_id:"String", + id:"bigint", + image_url:"String", + name:"String", + poap_id:"Int", + start_date:"date", + supply:"Int", + updated_at:"timestamptz", + year:"Int" + }, + poap_events_mutation_response:{ + affected_rows:"Int", + returning:"poap_events" + }, + poap_events_stddev_fields:{ + distance:"Float", + id:"Float", + poap_id:"Float", + supply:"Float", + year:"Float" + }, + poap_events_stddev_pop_fields:{ + distance:"Float", + id:"Float", + poap_id:"Float", + supply:"Float", + year:"Float" + }, + poap_events_stddev_samp_fields:{ + distance:"Float", + id:"Float", + poap_id:"Float", + supply:"Float", + year:"Float" + }, + poap_events_sum_fields:{ + distance:"float8", + id:"bigint", + poap_id:"Int", + supply:"Int", + year:"Int" + }, + poap_events_var_pop_fields:{ + distance:"Float", + id:"Float", + poap_id:"Float", + supply:"Float", + year:"Float" + }, + poap_events_var_samp_fields:{ + distance:"Float", + id:"Float", + poap_id:"Float", + supply:"Float", + year:"Float" + }, + poap_events_variance_fields:{ + distance:"Float", + id:"Float", + poap_id:"Float", + supply:"Float", + year:"Float" + }, + poap_holders:{ + address:"citext", + chain:"String", + cosoul:"cosouls", + created_at:"timestamptz", + event_id:"bigint", + id:"bigint", + poap_created:"timestamptz", + token_id:"bigint", + updated_at:"timestamptz" + }, + poap_holders_aggregate:{ + aggregate:"poap_holders_aggregate_fields", + nodes:"poap_holders" + }, + poap_holders_aggregate_fields:{ + avg:"poap_holders_avg_fields", + count:"Int", + max:"poap_holders_max_fields", + min:"poap_holders_min_fields", + stddev:"poap_holders_stddev_fields", + stddev_pop:"poap_holders_stddev_pop_fields", + stddev_samp:"poap_holders_stddev_samp_fields", + sum:"poap_holders_sum_fields", + var_pop:"poap_holders_var_pop_fields", + var_samp:"poap_holders_var_samp_fields", + variance:"poap_holders_variance_fields" + }, + poap_holders_avg_fields:{ + event_id:"Float", + id:"Float", + token_id:"Float" + }, + poap_holders_max_fields:{ + address:"citext", + chain:"String", + created_at:"timestamptz", + event_id:"bigint", + id:"bigint", + poap_created:"timestamptz", + token_id:"bigint", + updated_at:"timestamptz" + }, + poap_holders_min_fields:{ + address:"citext", + chain:"String", + created_at:"timestamptz", + event_id:"bigint", + id:"bigint", + poap_created:"timestamptz", + token_id:"bigint", + updated_at:"timestamptz" + }, + poap_holders_mutation_response:{ + affected_rows:"Int", + returning:"poap_holders" + }, + poap_holders_stddev_fields:{ + event_id:"Float", + id:"Float", + token_id:"Float" + }, + poap_holders_stddev_pop_fields:{ + event_id:"Float", + id:"Float", + token_id:"Float" + }, + poap_holders_stddev_samp_fields:{ + event_id:"Float", + id:"Float", + token_id:"Float" + }, + poap_holders_sum_fields:{ + event_id:"bigint", + id:"bigint", + token_id:"bigint" + }, + poap_holders_var_pop_fields:{ + event_id:"Float", + id:"Float", + token_id:"Float" + }, + poap_holders_var_samp_fields:{ + event_id:"Float", + id:"Float", + token_id:"Float" + }, + poap_holders_variance_fields:{ + event_id:"Float", + id:"Float", + token_id:"Float" + }, + private_stream_visibility:{ + created_at:"timestamptz", + profile_id:"bigint", + view_profile_id:"bigint" + }, + private_stream_visibility_aggregate:{ + aggregate:"private_stream_visibility_aggregate_fields", + nodes:"private_stream_visibility" + }, + private_stream_visibility_aggregate_fields:{ + avg:"private_stream_visibility_avg_fields", + count:"Int", + max:"private_stream_visibility_max_fields", + min:"private_stream_visibility_min_fields", + stddev:"private_stream_visibility_stddev_fields", + stddev_pop:"private_stream_visibility_stddev_pop_fields", + stddev_samp:"private_stream_visibility_stddev_samp_fields", + sum:"private_stream_visibility_sum_fields", + var_pop:"private_stream_visibility_var_pop_fields", + var_samp:"private_stream_visibility_var_samp_fields", + variance:"private_stream_visibility_variance_fields" + }, + private_stream_visibility_avg_fields:{ + profile_id:"Float", + view_profile_id:"Float" + }, + private_stream_visibility_max_fields:{ + created_at:"timestamptz", + profile_id:"bigint", + view_profile_id:"bigint" + }, + private_stream_visibility_min_fields:{ + created_at:"timestamptz", + profile_id:"bigint", + view_profile_id:"bigint" + }, + private_stream_visibility_mutation_response:{ + affected_rows:"Int", + returning:"private_stream_visibility" + }, + private_stream_visibility_stddev_fields:{ + profile_id:"Float", + view_profile_id:"Float" + }, + private_stream_visibility_stddev_pop_fields:{ + profile_id:"Float", + view_profile_id:"Float" + }, + private_stream_visibility_stddev_samp_fields:{ + profile_id:"Float", + view_profile_id:"Float" + }, + private_stream_visibility_sum_fields:{ + profile_id:"bigint", + view_profile_id:"bigint" + }, + private_stream_visibility_var_pop_fields:{ + profile_id:"Float", + view_profile_id:"Float" + }, + private_stream_visibility_var_samp_fields:{ + profile_id:"Float", + view_profile_id:"Float" + }, + private_stream_visibility_variance_fields:{ + profile_id:"Float", + view_profile_id:"Float" + }, profiles:{ address:"String", + app_emails:"Boolean", avatar:"String", background:"String", bio:"String", @@ -11980,10 +16331,13 @@ export const ReturnTypes: Record = { claims:"claims", claims_aggregate:"claims_aggregate", connector:"String", + cosoul:"cosouls", created_at:"timestamp", discord_username:"String", distributions:"distributions", distributions_aggregate:"distributions_aggregate", + emails:"emails", + emails_aggregate:"emails_aggregate", github_username:"String", id:"bigint", medium_username:"String", @@ -11992,8 +16346,11 @@ export const ReturnTypes: Record = { nominees_aggregate:"nominees_aggregate", org_members:"org_members", org_members_aggregate:"org_members_aggregate", + product_emails:"Boolean", + reputation_score:"reputation_scores", skills:"String", telegram_username:"String", + tos_agreed_at:"timestamp", twitter_username:"String", updated_at:"timestamp", user:"discord_users", @@ -12040,6 +16397,7 @@ export const ReturnTypes: Record = { name:"citext", skills:"String", telegram_username:"String", + tos_agreed_at:"timestamp", twitter_username:"String", updated_at:"timestamp", website:"String" @@ -12059,6 +16417,7 @@ export const ReturnTypes: Record = { name:"citext", skills:"String", telegram_username:"String", + tos_agreed_at:"timestamp", twitter_username:"String", updated_at:"timestamp", website:"String" @@ -12067,6 +16426,71 @@ export const ReturnTypes: Record = { affected_rows:"Int", returning:"profiles" }, + profiles_public:{ + address:"String", + avatar:"String", + cosoul:"cosouls", + id:"bigint", + name:"citext", + relationship_score:"reputation_scores" + }, + profiles_public_aggregate:{ + aggregate:"profiles_public_aggregate_fields", + nodes:"profiles_public" + }, + profiles_public_aggregate_fields:{ + avg:"profiles_public_avg_fields", + count:"Int", + max:"profiles_public_max_fields", + min:"profiles_public_min_fields", + stddev:"profiles_public_stddev_fields", + stddev_pop:"profiles_public_stddev_pop_fields", + stddev_samp:"profiles_public_stddev_samp_fields", + sum:"profiles_public_sum_fields", + var_pop:"profiles_public_var_pop_fields", + var_samp:"profiles_public_var_samp_fields", + variance:"profiles_public_variance_fields" + }, + profiles_public_avg_fields:{ + id:"Float" + }, + profiles_public_max_fields:{ + address:"String", + avatar:"String", + id:"bigint", + name:"citext" + }, + profiles_public_min_fields:{ + address:"String", + avatar:"String", + id:"bigint", + name:"citext" + }, + profiles_public_mutation_response:{ + affected_rows:"Int", + returning:"profiles_public" + }, + profiles_public_stddev_fields:{ + id:"Float" + }, + profiles_public_stddev_pop_fields:{ + id:"Float" + }, + profiles_public_stddev_samp_fields:{ + id:"Float" + }, + profiles_public_sum_fields:{ + id:"bigint" + }, + profiles_public_var_pop_fields:{ + id:"Float" + }, + profiles_public_var_samp_fields:{ + id:"Float" + }, + profiles_public_variance_fields:{ + id:"Float" + }, profiles_stddev_fields:{ id:"Float" }, @@ -12092,6 +16516,9 @@ export const ReturnTypes: Record = { activities:"activities", activities_aggregate:"activities_aggregate", activities_by_pk:"activities", + address_data_fetches:"address_data_fetches", + address_data_fetches_aggregate:"address_data_fetches_aggregate", + address_data_fetches_by_pk:"address_data_fetches", burns:"burns", burns_aggregate:"burns_aggregate", burns_by_pk:"burns", @@ -12115,21 +16542,32 @@ export const ReturnTypes: Record = { claims:"claims", claims_aggregate:"claims_aggregate", claims_by_pk:"claims", + contribution_count:"contribution_count", + contribution_count_aggregate:"contribution_count_aggregate", contributions:"contributions", contributions_aggregate:"contributions_aggregate", contributions_by_pk:"contributions", + cosouls:"cosouls", + cosouls_aggregate:"cosouls_aggregate", + cosouls_by_pk:"cosouls", discord_circle_api_tokens:"discord_circle_api_tokens", discord_circle_api_tokens_aggregate:"discord_circle_api_tokens_aggregate", discord_circle_api_tokens_by_pk:"discord_circle_api_tokens", discord_roles_circles:"discord_roles_circles", discord_roles_circles_aggregate:"discord_roles_circles_aggregate", discord_roles_circles_by_pk:"discord_roles_circles", + discord_user_api_tokens:"discord_user_api_tokens", + discord_user_api_tokens_aggregate:"discord_user_api_tokens_aggregate", + discord_user_api_tokens_by_pk:"discord_user_api_tokens", discord_users:"discord_users", discord_users_aggregate:"discord_users_aggregate", discord_users_by_pk:"discord_users", distributions:"distributions", distributions_aggregate:"distributions_aggregate", distributions_by_pk:"distributions", + emails:"emails", + emails_aggregate:"emails_aggregate", + emails_by_pk:"emails", epoch_pgive_data:"epoch_pgive_data", epoch_pgive_data_aggregate:"epoch_pgive_data_aggregate", epoch_pgive_data_by_pk:"epoch_pgive_data", @@ -12145,21 +16583,34 @@ export const ReturnTypes: Record = { interaction_events:"interaction_events", interaction_events_aggregate:"interaction_events_aggregate", interaction_events_by_pk:"interaction_events", + key_holders:"key_holders", + key_holders_aggregate:"key_holders_aggregate", + key_holders_by_pk:"key_holders", + key_tx:"key_tx", + key_tx_aggregate:"key_tx_aggregate", + key_tx_by_pk:"key_tx", locked_token_distribution_gifts:"locked_token_distribution_gifts", locked_token_distribution_gifts_aggregate:"locked_token_distribution_gifts_aggregate", locked_token_distribution_gifts_by_pk:"locked_token_distribution_gifts", locked_token_distributions:"locked_token_distributions", locked_token_distributions_aggregate:"locked_token_distributions_aggregate", locked_token_distributions_by_pk:"locked_token_distributions", + member_circle_pgives:"member_circle_pgives", + member_circle_pgives_aggregate:"member_circle_pgives_aggregate", member_epoch_pgives:"member_epoch_pgives", member_epoch_pgives_aggregate:"member_epoch_pgives_aggregate", member_epoch_pgives_by_pk:"member_epoch_pgives", nominees:"nominees", nominees_aggregate:"nominees_aggregate", nominees_by_pk:"nominees", + note_count:"note_count", + note_count_aggregate:"note_count_aggregate", org_members:"org_members", org_members_aggregate:"org_members_aggregate", org_members_by_pk:"org_members", + org_share_tokens:"org_share_tokens", + org_share_tokens_aggregate:"org_share_tokens_aggregate", + org_share_tokens_by_pk:"org_share_tokens", organizations:"organizations", organizations_aggregate:"organizations_aggregate", organizations_by_pk:"organizations", @@ -12174,15 +16625,36 @@ export const ReturnTypes: Record = { personal_access_tokens:"personal_access_tokens", personal_access_tokens_aggregate:"personal_access_tokens_aggregate", personal_access_tokens_by_pk:"personal_access_tokens", + poap_events:"poap_events", + poap_events_aggregate:"poap_events_aggregate", + poap_events_by_pk:"poap_events", + poap_holders:"poap_holders", + poap_holders_aggregate:"poap_holders_aggregate", + poap_holders_by_pk:"poap_holders", + private_stream_visibility:"private_stream_visibility", + private_stream_visibility_aggregate:"private_stream_visibility_aggregate", + private_stream_visibility_by_pk:"private_stream_visibility", profiles:"profiles", profiles_aggregate:"profiles_aggregate", profiles_by_pk:"profiles", + profiles_public:"profiles_public", + profiles_public_aggregate:"profiles_public_aggregate", + reactions:"reactions", + reactions_aggregate:"reactions_aggregate", + reactions_by_pk:"reactions", + reputation_scores:"reputation_scores", + reputation_scores_aggregate:"reputation_scores_aggregate", + reputation_scores_by_pk:"reputation_scores", + searchCosouls:"SearchCosoulsOutput", teammates:"teammates", teammates_aggregate:"teammates_aggregate", teammates_by_pk:"teammates", token_gifts:"token_gifts", token_gifts_aggregate:"token_gifts_aggregate", token_gifts_by_pk:"token_gifts", + twitter_account:"twitter_account", + twitter_account_aggregate:"twitter_account_aggregate", + twitter_account_by_pk:"twitter_account", user_private:"user_private", user_private_aggregate:"user_private_aggregate", users:"users", @@ -12197,15 +16669,230 @@ export const ReturnTypes: Record = { vaults:"vaults", vaults_aggregate:"vaults_aggregate", vaults_by_pk:"vaults", + vector_search_poap_events:"poap_events", + vector_search_poap_events_aggregate:"poap_events_aggregate", + vector_search_poap_holders:"poap_holders", + vector_search_poap_holders_aggregate:"poap_holders_aggregate", vouches:"vouches", vouches_aggregate:"vouches_aggregate", vouches_by_pk:"vouches" }, + reactions:{ + activity:"activities", + activity_id:"Int", + created_at:"timestamptz", + id:"bigint", + profile:"profiles", + profile_id:"Int", + reaction:"String", + updated_at:"timestamptz" + }, + reactions_aggregate:{ + aggregate:"reactions_aggregate_fields", + nodes:"reactions" + }, + reactions_aggregate_fields:{ + avg:"reactions_avg_fields", + count:"Int", + max:"reactions_max_fields", + min:"reactions_min_fields", + stddev:"reactions_stddev_fields", + stddev_pop:"reactions_stddev_pop_fields", + stddev_samp:"reactions_stddev_samp_fields", + sum:"reactions_sum_fields", + var_pop:"reactions_var_pop_fields", + var_samp:"reactions_var_samp_fields", + variance:"reactions_variance_fields" + }, + reactions_avg_fields:{ + activity_id:"Float", + id:"Float", + profile_id:"Float" + }, + reactions_max_fields:{ + activity_id:"Int", + created_at:"timestamptz", + id:"bigint", + profile_id:"Int", + reaction:"String", + updated_at:"timestamptz" + }, + reactions_min_fields:{ + activity_id:"Int", + created_at:"timestamptz", + id:"bigint", + profile_id:"Int", + reaction:"String", + updated_at:"timestamptz" + }, + reactions_mutation_response:{ + affected_rows:"Int", + returning:"reactions" + }, + reactions_stddev_fields:{ + activity_id:"Float", + id:"Float", + profile_id:"Float" + }, + reactions_stddev_pop_fields:{ + activity_id:"Float", + id:"Float", + profile_id:"Float" + }, + reactions_stddev_samp_fields:{ + activity_id:"Float", + id:"Float", + profile_id:"Float" + }, + reactions_sum_fields:{ + activity_id:"Int", + id:"bigint", + profile_id:"Int" + }, + reactions_var_pop_fields:{ + activity_id:"Float", + id:"Float", + profile_id:"Float" + }, + reactions_var_samp_fields:{ + activity_id:"Float", + id:"Float", + profile_id:"Float" + }, + reactions_variance_fields:{ + activity_id:"Float", + id:"Float", + profile_id:"Float" + }, + reputation_scores:{ + email_score:"Int", + keys_score:"Int", + pgive_score:"Int", + poap_score:"Int", + profile_id:"bigint", + total_score:"Int", + twitter_score:"Int" + }, + reputation_scores_aggregate:{ + aggregate:"reputation_scores_aggregate_fields", + nodes:"reputation_scores" + }, + reputation_scores_aggregate_fields:{ + avg:"reputation_scores_avg_fields", + count:"Int", + max:"reputation_scores_max_fields", + min:"reputation_scores_min_fields", + stddev:"reputation_scores_stddev_fields", + stddev_pop:"reputation_scores_stddev_pop_fields", + stddev_samp:"reputation_scores_stddev_samp_fields", + sum:"reputation_scores_sum_fields", + var_pop:"reputation_scores_var_pop_fields", + var_samp:"reputation_scores_var_samp_fields", + variance:"reputation_scores_variance_fields" + }, + reputation_scores_avg_fields:{ + email_score:"Float", + keys_score:"Float", + pgive_score:"Float", + poap_score:"Float", + profile_id:"Float", + total_score:"Float", + twitter_score:"Float" + }, + reputation_scores_max_fields:{ + email_score:"Int", + keys_score:"Int", + pgive_score:"Int", + poap_score:"Int", + profile_id:"bigint", + total_score:"Int", + twitter_score:"Int" + }, + reputation_scores_min_fields:{ + email_score:"Int", + keys_score:"Int", + pgive_score:"Int", + poap_score:"Int", + profile_id:"bigint", + total_score:"Int", + twitter_score:"Int" + }, + reputation_scores_mutation_response:{ + affected_rows:"Int", + returning:"reputation_scores" + }, + reputation_scores_stddev_fields:{ + email_score:"Float", + keys_score:"Float", + pgive_score:"Float", + poap_score:"Float", + profile_id:"Float", + total_score:"Float", + twitter_score:"Float" + }, + reputation_scores_stddev_pop_fields:{ + email_score:"Float", + keys_score:"Float", + pgive_score:"Float", + poap_score:"Float", + profile_id:"Float", + total_score:"Float", + twitter_score:"Float" + }, + reputation_scores_stddev_samp_fields:{ + email_score:"Float", + keys_score:"Float", + pgive_score:"Float", + poap_score:"Float", + profile_id:"Float", + total_score:"Float", + twitter_score:"Float" + }, + reputation_scores_sum_fields:{ + email_score:"Int", + keys_score:"Int", + pgive_score:"Int", + poap_score:"Int", + profile_id:"bigint", + total_score:"Int", + twitter_score:"Int" + }, + reputation_scores_var_pop_fields:{ + email_score:"Float", + keys_score:"Float", + pgive_score:"Float", + poap_score:"Float", + profile_id:"Float", + total_score:"Float", + twitter_score:"Float" + }, + reputation_scores_var_samp_fields:{ + email_score:"Float", + keys_score:"Float", + pgive_score:"Float", + poap_score:"Float", + profile_id:"Float", + total_score:"Float", + twitter_score:"Float" + }, + reputation_scores_variance_fields:{ + email_score:"Float", + keys_score:"Float", + pgive_score:"Float", + poap_score:"Float", + profile_id:"Float", + total_score:"Float", + twitter_score:"Float" + }, subscription_root:{ activities:"activities", activities_aggregate:"activities_aggregate", activities_by_pk:"activities", activities_stream:"activities", + address_data_fetches:"address_data_fetches", + address_data_fetches_aggregate:"address_data_fetches_aggregate", + address_data_fetches_by_pk:"address_data_fetches", + address_data_fetches_stream:"address_data_fetches", burns:"burns", burns_aggregate:"burns_aggregate", burns_by_pk:"burns", @@ -12237,10 +16924,17 @@ export const ReturnTypes: Record = { claims_aggregate:"claims_aggregate", claims_by_pk:"claims", claims_stream:"claims", + contribution_count:"contribution_count", + contribution_count_aggregate:"contribution_count_aggregate", + contribution_count_stream:"contribution_count", contributions:"contributions", contributions_aggregate:"contributions_aggregate", contributions_by_pk:"contributions", contributions_stream:"contributions", + cosouls:"cosouls", + cosouls_aggregate:"cosouls_aggregate", + cosouls_by_pk:"cosouls", + cosouls_stream:"cosouls", discord_circle_api_tokens:"discord_circle_api_tokens", discord_circle_api_tokens_aggregate:"discord_circle_api_tokens_aggregate", discord_circle_api_tokens_by_pk:"discord_circle_api_tokens", @@ -12249,6 +16943,10 @@ export const ReturnTypes: Record = { discord_roles_circles_aggregate:"discord_roles_circles_aggregate", discord_roles_circles_by_pk:"discord_roles_circles", discord_roles_circles_stream:"discord_roles_circles", + discord_user_api_tokens:"discord_user_api_tokens", + discord_user_api_tokens_aggregate:"discord_user_api_tokens_aggregate", + discord_user_api_tokens_by_pk:"discord_user_api_tokens", + discord_user_api_tokens_stream:"discord_user_api_tokens", discord_users:"discord_users", discord_users_aggregate:"discord_users_aggregate", discord_users_by_pk:"discord_users", @@ -12257,6 +16955,10 @@ export const ReturnTypes: Record = { distributions_aggregate:"distributions_aggregate", distributions_by_pk:"distributions", distributions_stream:"distributions", + emails:"emails", + emails_aggregate:"emails_aggregate", + emails_by_pk:"emails", + emails_stream:"emails", epoch_pgive_data:"epoch_pgive_data", epoch_pgive_data_aggregate:"epoch_pgive_data_aggregate", epoch_pgive_data_by_pk:"epoch_pgive_data", @@ -12276,6 +16978,14 @@ export const ReturnTypes: Record = { interaction_events_aggregate:"interaction_events_aggregate", interaction_events_by_pk:"interaction_events", interaction_events_stream:"interaction_events", + key_holders:"key_holders", + key_holders_aggregate:"key_holders_aggregate", + key_holders_by_pk:"key_holders", + key_holders_stream:"key_holders", + key_tx:"key_tx", + key_tx_aggregate:"key_tx_aggregate", + key_tx_by_pk:"key_tx", + key_tx_stream:"key_tx", locked_token_distribution_gifts:"locked_token_distribution_gifts", locked_token_distribution_gifts_aggregate:"locked_token_distribution_gifts_aggregate", locked_token_distribution_gifts_by_pk:"locked_token_distribution_gifts", @@ -12284,6 +16994,9 @@ export const ReturnTypes: Record = { locked_token_distributions_aggregate:"locked_token_distributions_aggregate", locked_token_distributions_by_pk:"locked_token_distributions", locked_token_distributions_stream:"locked_token_distributions", + member_circle_pgives:"member_circle_pgives", + member_circle_pgives_aggregate:"member_circle_pgives_aggregate", + member_circle_pgives_stream:"member_circle_pgives", member_epoch_pgives:"member_epoch_pgives", member_epoch_pgives_aggregate:"member_epoch_pgives_aggregate", member_epoch_pgives_by_pk:"member_epoch_pgives", @@ -12292,10 +17005,17 @@ export const ReturnTypes: Record = { nominees_aggregate:"nominees_aggregate", nominees_by_pk:"nominees", nominees_stream:"nominees", + note_count:"note_count", + note_count_aggregate:"note_count_aggregate", + note_count_stream:"note_count", org_members:"org_members", org_members_aggregate:"org_members_aggregate", org_members_by_pk:"org_members", org_members_stream:"org_members", + org_share_tokens:"org_share_tokens", + org_share_tokens_aggregate:"org_share_tokens_aggregate", + org_share_tokens_by_pk:"org_share_tokens", + org_share_tokens_stream:"org_share_tokens", organizations:"organizations", organizations_aggregate:"organizations_aggregate", organizations_by_pk:"organizations", @@ -12315,10 +17035,33 @@ export const ReturnTypes: Record = { personal_access_tokens_aggregate:"personal_access_tokens_aggregate", personal_access_tokens_by_pk:"personal_access_tokens", personal_access_tokens_stream:"personal_access_tokens", + poap_events:"poap_events", + poap_events_aggregate:"poap_events_aggregate", + poap_events_by_pk:"poap_events", + poap_events_stream:"poap_events", + poap_holders:"poap_holders", + poap_holders_aggregate:"poap_holders_aggregate", + poap_holders_by_pk:"poap_holders", + poap_holders_stream:"poap_holders", + private_stream_visibility:"private_stream_visibility", + private_stream_visibility_aggregate:"private_stream_visibility_aggregate", + private_stream_visibility_by_pk:"private_stream_visibility", + private_stream_visibility_stream:"private_stream_visibility", profiles:"profiles", profiles_aggregate:"profiles_aggregate", profiles_by_pk:"profiles", + profiles_public:"profiles_public", + profiles_public_aggregate:"profiles_public_aggregate", + profiles_public_stream:"profiles_public", profiles_stream:"profiles", + reactions:"reactions", + reactions_aggregate:"reactions_aggregate", + reactions_by_pk:"reactions", + reactions_stream:"reactions", + reputation_scores:"reputation_scores", + reputation_scores_aggregate:"reputation_scores_aggregate", + reputation_scores_by_pk:"reputation_scores", + reputation_scores_stream:"reputation_scores", teammates:"teammates", teammates_aggregate:"teammates_aggregate", teammates_by_pk:"teammates", @@ -12327,6 +17070,10 @@ export const ReturnTypes: Record = { token_gifts_aggregate:"token_gifts_aggregate", token_gifts_by_pk:"token_gifts", token_gifts_stream:"token_gifts", + twitter_account:"twitter_account", + twitter_account_aggregate:"twitter_account_aggregate", + twitter_account_by_pk:"twitter_account", + twitter_account_stream:"twitter_account", user_private:"user_private", user_private_aggregate:"user_private_aggregate", user_private_stream:"user_private", @@ -12346,6 +17093,10 @@ export const ReturnTypes: Record = { vaults_aggregate:"vaults_aggregate", vaults_by_pk:"vaults", vaults_stream:"vaults", + vector_search_poap_events:"poap_events", + vector_search_poap_events_aggregate:"poap_events_aggregate", + vector_search_poap_holders:"poap_holders", + vector_search_poap_holders_aggregate:"poap_holders_aggregate", vouches:"vouches", vouches_aggregate:"vouches_aggregate", vouches_by_pk:"vouches", @@ -12569,6 +17320,131 @@ export const ReturnTypes: Record = { sender_id:"Float", tokens:"Float" }, + twitter_account:{ + access_token:"String", + created_at:"timestamptz", + description:"String", + expires_at:"numeric", + followers_count:"Int", + following_count:"Int", + id:"String", + location:"String", + name:"String", + profile:"profiles", + profile_id:"Int", + profile_image_url:"String", + refresh_token:"String", + twitter_created_at:"timestamptz", + updated_at:"timestamptz", + url:"String", + username:"String", + verified:"Boolean" + }, + twitter_account_aggregate:{ + aggregate:"twitter_account_aggregate_fields", + nodes:"twitter_account" + }, + twitter_account_aggregate_fields:{ + avg:"twitter_account_avg_fields", + count:"Int", + max:"twitter_account_max_fields", + min:"twitter_account_min_fields", + stddev:"twitter_account_stddev_fields", + stddev_pop:"twitter_account_stddev_pop_fields", + stddev_samp:"twitter_account_stddev_samp_fields", + sum:"twitter_account_sum_fields", + var_pop:"twitter_account_var_pop_fields", + var_samp:"twitter_account_var_samp_fields", + variance:"twitter_account_variance_fields" + }, + twitter_account_avg_fields:{ + expires_at:"Float", + followers_count:"Float", + following_count:"Float", + profile_id:"Float" + }, + twitter_account_max_fields:{ + access_token:"String", + created_at:"timestamptz", + description:"String", + expires_at:"numeric", + followers_count:"Int", + following_count:"Int", + id:"String", + location:"String", + name:"String", + profile_id:"Int", + profile_image_url:"String", + refresh_token:"String", + twitter_created_at:"timestamptz", + updated_at:"timestamptz", + url:"String", + username:"String" + }, + twitter_account_min_fields:{ + access_token:"String", + created_at:"timestamptz", + description:"String", + expires_at:"numeric", + followers_count:"Int", + following_count:"Int", + id:"String", + location:"String", + name:"String", + profile_id:"Int", + profile_image_url:"String", + refresh_token:"String", + twitter_created_at:"timestamptz", + updated_at:"timestamptz", + url:"String", + username:"String" + }, + twitter_account_mutation_response:{ + affected_rows:"Int", + returning:"twitter_account" + }, + twitter_account_stddev_fields:{ + expires_at:"Float", + followers_count:"Float", + following_count:"Float", + profile_id:"Float" + }, + twitter_account_stddev_pop_fields:{ + expires_at:"Float", + followers_count:"Float", + following_count:"Float", + profile_id:"Float" + }, + twitter_account_stddev_samp_fields:{ + expires_at:"Float", + followers_count:"Float", + following_count:"Float", + profile_id:"Float" + }, + twitter_account_sum_fields:{ + expires_at:"numeric", + followers_count:"Int", + following_count:"Int", + profile_id:"Int" + }, + twitter_account_var_pop_fields:{ + expires_at:"Float", + followers_count:"Float", + following_count:"Float", + profile_id:"Float" + }, + twitter_account_var_samp_fields:{ + expires_at:"Float", + followers_count:"Float", + following_count:"Float", + profile_id:"Float" + }, + twitter_account_variance_fields:{ + expires_at:"Float", + followers_count:"Float", + following_count:"Float", + profile_id:"Float" + }, user_private:{ circle:"circles", circle_id:"bigint", @@ -12647,7 +17523,6 @@ export const ReturnTypes: Record = { user_id:"Float" }, users:{ - address:"String", bio:"String", burns:"burns", burns_aggregate:"burns_aggregate", @@ -12666,7 +17541,8 @@ export const ReturnTypes: Record = { give_token_received:"Int", give_token_remaining:"Int", id:"bigint", - name:"String", + member_epoch_pgivess:"member_epoch_pgives", + member_epoch_pgivess_aggregate:"member_epoch_pgives_aggregate", non_giver:"Boolean", non_receiver:"Boolean", pending_received_gifts:"pending_token_gifts", @@ -12674,6 +17550,7 @@ export const ReturnTypes: Record = { pending_sent_gifts:"pending_token_gifts", pending_sent_gifts_aggregate:"pending_token_gifts_aggregate", profile:"profiles", + profile_id:"bigint", received_gifts:"token_gifts", received_gifts_aggregate:"token_gifts_aggregate", role:"Int", @@ -12710,11 +17587,11 @@ export const ReturnTypes: Record = { give_token_received:"Float", give_token_remaining:"Float", id:"Float", + profile_id:"Float", role:"Float", starting_tokens:"Float" }, users_max_fields:{ - address:"String", bio:"String", circle_id:"bigint", created_at:"timestamp", @@ -12724,13 +17601,12 @@ export const ReturnTypes: Record = { give_token_received:"Int", give_token_remaining:"Int", id:"bigint", - name:"String", + profile_id:"bigint", role:"Int", starting_tokens:"Int", updated_at:"timestamp" }, users_min_fields:{ - address:"String", bio:"String", circle_id:"bigint", created_at:"timestamp", @@ -12740,7 +17616,7 @@ export const ReturnTypes: Record = { give_token_received:"Int", give_token_remaining:"Int", id:"bigint", - name:"String", + profile_id:"bigint", role:"Int", starting_tokens:"Int", updated_at:"timestamp" @@ -12755,6 +17631,7 @@ export const ReturnTypes: Record = { give_token_received:"Float", give_token_remaining:"Float", id:"Float", + profile_id:"Float", role:"Float", starting_tokens:"Float" }, @@ -12764,6 +17641,7 @@ export const ReturnTypes: Record = { give_token_received:"Float", give_token_remaining:"Float", id:"Float", + profile_id:"Float", role:"Float", starting_tokens:"Float" }, @@ -12773,6 +17651,7 @@ export const ReturnTypes: Record = { give_token_received:"Float", give_token_remaining:"Float", id:"Float", + profile_id:"Float", role:"Float", starting_tokens:"Float" }, @@ -12782,6 +17661,7 @@ export const ReturnTypes: Record = { give_token_received:"Int", give_token_remaining:"Int", id:"bigint", + profile_id:"bigint", role:"Int", starting_tokens:"Int" }, @@ -12791,6 +17671,7 @@ export const ReturnTypes: Record = { give_token_received:"Float", give_token_remaining:"Float", id:"Float", + profile_id:"Float", role:"Float", starting_tokens:"Float" }, @@ -12800,6 +17681,7 @@ export const ReturnTypes: Record = { give_token_received:"Float", give_token_remaining:"Float", id:"Float", + profile_id:"Float", role:"Float", starting_tokens:"Float" }, @@ -12809,6 +17691,7 @@ export const ReturnTypes: Record = { give_token_received:"Float", give_token_remaining:"Float", id:"Float", + profile_id:"Float", role:"Float", starting_tokens:"Float" }, @@ -13086,6 +17969,7 @@ export const ReturnTypes: Record = { id:"Float", org_id:"Float" }, + vector: `scalar.vector` as const, vouches:{ created_at:"timestamp", id:"bigint", @@ -13173,7 +18057,7 @@ export const ReturnTypes: Record = { } export const Ops = { -mutation: "mutation_root" as const, - query: "query_root" as const, +query: "query_root" as const, + mutation: "mutation_root" as const, subscription: "subscription_root" as const } \ No newline at end of file diff --git a/src/app/api/zeus/index.ts b/src/app/api/zeus/index.ts index 263c2e4..ab3718e 100644 --- a/src/app/api/zeus/index.ts +++ b/src/app/api/zeus/index.ts @@ -20,11 +20,12 @@ class HasuraWebSocket extends WebSocket { } } + export const apiSubscription = (options: chainOptions) => { - const client = createClient({ - url: String(options[0]), - webSocketImpl: HasuraWebSocket, - }); + const client = createClient({ + url: String(options[0]), + webSocketImpl: HasuraWebSocket, + }); const ws = new Proxy( { @@ -90,7 +91,7 @@ const handleFetchResponse = (response: Response): Promise => { .catch(reject); }); } - return response.json(); + return response.json() as Promise; }; export const apiFetch = @@ -200,7 +201,10 @@ export const Thunder = operation: O, graphqlOptions?: ThunderGraphQLOptions, ) => - (o: Z | ValueTypes[R], ops?: OperationOptions & { variables?: Record }) => + ( + o: (Z & ValueTypes[R]) | ValueTypes[R], + ops?: OperationOptions & { variables?: Record }, + ) => fn( Zeus(operation, o, { operationOptions: ops, @@ -229,7 +233,10 @@ export const SubscriptionThunder = operation: O, graphqlOptions?: ThunderGraphQLOptions, ) => - (o: Z | ValueTypes[R], ops?: OperationOptions & { variables?: ExtractVariables }) => { + ( + o: (Z & ValueTypes[R]) | ValueTypes[R], + ops?: OperationOptions & { variables?: ExtractVariables }, + ) => { const returnedFunction = fn( Zeus(operation, o, { operationOptions: ops, @@ -265,7 +272,7 @@ export const Zeus = < R extends keyof ValueTypes = GenericOperation, >( operation: O, - o: Z | ValueTypes[R], + o: (Z & ValueTypes[R]) | ValueTypes[R], ops?: { operationOptions?: OperationOptions; scalars?: ScalarDefinition; @@ -351,7 +358,12 @@ export const traverseResponse = ({ if (typeof o === 'boolean' || typeof o === 'number' || typeof o === 'string' || !o) { return o; } - return Object.fromEntries(Object.entries(o).map(([k, v]) => [k, ibb(k, v, [...p, purifyGraphQLKey(k)])])); + const entries = Object.entries(o).map(([k, v]) => [k, ibb(k, v, [...p, purifyGraphQLKey(k)])] as const); + const objectFromEntries = entries.reduce>((a, [k, v]) => { + a[k] = v; + return a; + }, {}); + return objectFromEntries; }; return ibb; }; @@ -687,8 +699,8 @@ export const resolverFor = [Z] extends [infer Input, any] ? Input : any, source: any, - ) => Z extends keyof ModelTypes[T] ? ModelTypes[T][Z] | Promise | X : any, -) => fn as (args?: any, source?: any) => any; + ) => Z extends keyof ModelTypes[T] ? ModelTypes[T][Z] | Promise | X : never, +) => fn as (args?: any, source?: any) => ReturnType; export type UnwrapPromise = T extends Promise ? R : T; export type ZeusState Promise> = NonNullable>>; @@ -730,9 +742,9 @@ type IsInterfaced, DST, SCLR extends ScalarDefinition [P in keyof SRC]: SRC[P] extends '__union' & infer R ? P extends keyof DST ? IsArray - : Record + : IsArray, SCLR> : never; - }[keyof DST] & { + }[keyof SRC] & { [P in keyof Omit< Pick< SRC, @@ -862,25 +874,33 @@ export type ScalarCoders = { bigint?: ScalarResolver; citext?: ScalarResolver; date?: ScalarResolver; + float8?: ScalarResolver; json?: ScalarResolver; jsonb?: ScalarResolver; numeric?: ScalarResolver; timestamp?: ScalarResolver; timestamptz?: ScalarResolver; uuid?: ScalarResolver; + vector?: ScalarResolver; } type ZEUS_UNIONS = never export type ValueTypes = { - ["AdminUpdateUserInput"]: { - address: string | Variable, + ["AcceptTOSOutput"]: AliasType<{ + tos_agreed_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + ["AddEmailInput"]: { + email: string | Variable +}; + ["AdminUpdateUserInput"]: { circle_id: number | Variable, fixed_non_receiver?: boolean | undefined | null | Variable, fixed_payment_amount?: number | undefined | null | Variable, name?: string | undefined | null | Variable, - new_address?: string | undefined | null | Variable, non_giver?: boolean | undefined | null | Variable, non_receiver?: boolean | undefined | null | Variable, + profile_id: number | Variable, role?: number | undefined | null | Variable, starting_tokens?: number | undefined | null | Variable }; @@ -959,14 +979,6 @@ users_aggregate?: [{ /** distinct select on columns */ circle_id: number | Variable, grant?: number | undefined | null | Variable, params: ValueTypes["EpochInputParams"] | Variable -}; - ["CreateEpochOldInput"]: { - circle_id: number | Variable, - days: number | Variable, - description?: string | undefined | null | Variable, - grant?: number | undefined | null | Variable, - repeat: number | Variable, - start_date: ValueTypes["timestamptz"] | Variable }; ["CreateNomineeInput"]: { address: string | Variable, @@ -979,6 +991,10 @@ users_aggregate?: [{ /** distinct select on columns */ nominee?:ValueTypes["nominees"], __typename?: boolean | `@${string}` }>; + ["CreateOrgMembersInput"]: { + org_id: number | Variable, + users: Array | Variable +}; ["CreateSampleCircleResponse"]: AliasType<{ circle?:ValueTypes["circles"], id?:boolean | `@${string}`, @@ -1006,6 +1022,9 @@ users_aggregate?: [{ /** distinct select on columns */ }; ["DeleteDiscordUserInput"]: { user_snowflake: string | Variable +}; + ["DeleteEmailInput"]: { + email: string | Variable }; ["DeleteEpochInput"]: { circle_id: number | Variable, @@ -1016,8 +1035,8 @@ users_aggregate?: [{ /** distinct select on columns */ __typename?: boolean | `@${string}` }>; ["DeleteUserInput"]: { - address: string | Variable, - circle_id: number | Variable + circle_id: number | Variable, + profile_id: number | Variable }; ["DeleteUsersInput"]: { addresses: Array | Variable, @@ -1069,6 +1088,15 @@ users_aggregate?: [{ /** distinct select on columns */ circleApiKey?:ValueTypes["circle_api_keys"], hash?:boolean | `@${string}`, __typename?: boolean | `@${string}` +}>; + ["GiveCsvInput"]: { + circle_id: number | Variable, + epoch?: number | undefined | null | Variable, + epoch_id?: number | undefined | null | Variable +}; + ["GiveCsvResponse"]: AliasType<{ + file?:boolean | `@${string}`, + __typename?: boolean | `@${string}` }>; ["GuildAdmin"]: AliasType<{ address?:boolean | `@${string}`, @@ -1095,6 +1123,9 @@ users_aggregate?: [{ /** distinct select on columns */ name?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + ["IdInput"]: { + id: number | Variable +}; /** Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. */ ["Int_comparison_exp"]: { _eq?: number | undefined | null | Variable, @@ -1151,6 +1182,22 @@ users_aggregate?: [{ /** distinct select on columns */ ids?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + ["OrgMemberResponse"]: AliasType<{ + OrgMemberResponse?:ValueTypes["org_members"], + id?:boolean | `@${string}`, + new?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + ["SearchCosoulsInput"]: { + search_query: string | Variable +}; + ["SearchCosoulsOutput"]: AliasType<{ + cosoul_ids?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + ["SetPrimaryEmailInput"]: { + email: string | Variable +}; /** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ ["String_comparison_exp"]: { _eq?: string | undefined | null | Variable, @@ -1183,8 +1230,16 @@ users_aggregate?: [{ /** distinct select on columns */ /** does the column match the given SQL regular expression */ _similar?: string | undefined | null | Variable }; + ["SyncCoSoulInput"]: { + tx_hash: string | Variable +}; + ["SyncCoSoulOutput"]: AliasType<{ + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; ["UpdateCircleInput"]: { alloc_text?: string | undefined | null | Variable, + allow_distribute_evenly?: boolean | undefined | null | Variable, auto_opt_out?: boolean | undefined | null | Variable, circle_id: number | Variable, cont_help_text?: string | undefined | null | Variable, @@ -1215,8 +1270,11 @@ users_aggregate?: [{ /** distinct select on columns */ id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + ["UpdateCircleStartingGiveInput"]: { + circle_id: number | Variable, + starting_tokens: number | Variable +}; ["UpdateContributionInput"]: { - datetime_created: ValueTypes["timestamptz"] | Variable, description: string | Variable, id: number | Variable }; @@ -1231,15 +1289,6 @@ users_aggregate?: [{ /** distinct select on columns */ grant?: number | undefined | null | Variable, id: number | Variable, params?: ValueTypes["EpochInputParams"] | undefined | null | Variable -}; - ["UpdateEpochOldInput"]: { - circle_id: number | Variable, - days: number | Variable, - description?: string | undefined | null | Variable, - grant?: number | undefined | null | Variable, - id: number | Variable, - repeat: number | Variable, - start_date: ValueTypes["timestamptz"] | Variable }; ["UpdateOrgResponse"]: AliasType<{ id?:boolean | `@${string}`, @@ -1323,6 +1372,8 @@ users_aggregate?: [{ /** distinct select on columns */ actor_profile?:ValueTypes["profiles"], actor_profile_id?:boolean | `@${string}`, /** An object relationship */ + actor_profile_public?:ValueTypes["profiles_public"], + /** An object relationship */ circle?:ValueTypes["circles"], circle_id?:boolean | `@${string}`, /** An object relationship */ @@ -1336,9 +1387,36 @@ users_aggregate?: [{ /** distinct select on columns */ /** An object relationship */ organization?:ValueTypes["organizations"], organization_id?:boolean | `@${string}`, + private_stream?:boolean | `@${string}`, +private_stream_visibility?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable},ValueTypes["private_stream_visibility"]], +private_stream_visibility_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable},ValueTypes["private_stream_visibility_aggregate"]], +reactions?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable},ValueTypes["reactions"]], +reactions_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable},ValueTypes["reactions_aggregate"]], /** An object relationship */ target_profile?:ValueTypes["profiles"], target_profile_id?:boolean | `@${string}`, + /** An object relationship */ + target_profile_public?:ValueTypes["profiles_public"], updated_at?:boolean | `@${string}`, /** An object relationship */ user?:ValueTypes["users"], @@ -1351,6 +1429,29 @@ users_aggregate?: [{ /** distinct select on columns */ nodes?:ValueTypes["activities"], __typename?: boolean | `@${string}` }>; + ["activities_aggregate_bool_exp"]: { + bool_and?: ValueTypes["activities_aggregate_bool_exp_bool_and"] | undefined | null | Variable, + bool_or?: ValueTypes["activities_aggregate_bool_exp_bool_or"] | undefined | null | Variable, + count?: ValueTypes["activities_aggregate_bool_exp_count"] | undefined | null | Variable +}; + ["activities_aggregate_bool_exp_bool_and"]: { + arguments: ValueTypes["activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns"] | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["activities_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Boolean_comparison_exp"] | Variable +}; + ["activities_aggregate_bool_exp_bool_or"]: { + arguments: ValueTypes["activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns"] | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["activities_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Boolean_comparison_exp"] | Variable +}; + ["activities_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["activities_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Int_comparison_exp"] | Variable +}; /** aggregate fields of "activities" */ ["activities_aggregate_fields"]: AliasType<{ avg?:ValueTypes["activities_avg_fields"], @@ -1366,6 +1467,26 @@ count?: [{ columns?: Array | undefined | variance?:ValueTypes["activities_variance_fields"], __typename?: boolean | `@${string}` }>; + /** order by aggregate values of table "activities" */ +["activities_aggregate_order_by"]: { + avg?: ValueTypes["activities_avg_order_by"] | undefined | null | Variable, + count?: ValueTypes["order_by"] | undefined | null | Variable, + max?: ValueTypes["activities_max_order_by"] | undefined | null | Variable, + min?: ValueTypes["activities_min_order_by"] | undefined | null | Variable, + stddev?: ValueTypes["activities_stddev_order_by"] | undefined | null | Variable, + stddev_pop?: ValueTypes["activities_stddev_pop_order_by"] | undefined | null | Variable, + stddev_samp?: ValueTypes["activities_stddev_samp_order_by"] | undefined | null | Variable, + sum?: ValueTypes["activities_sum_order_by"] | undefined | null | Variable, + var_pop?: ValueTypes["activities_var_pop_order_by"] | undefined | null | Variable, + var_samp?: ValueTypes["activities_var_samp_order_by"] | undefined | null | Variable, + variance?: ValueTypes["activities_variance_order_by"] | undefined | null | Variable +}; + /** input type for inserting array relation for remote table "activities" */ +["activities_arr_rel_insert_input"]: { + data: Array | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["activities_on_conflict"] | undefined | null | Variable +}; /** aggregate avg on columns */ ["activities_avg_fields"]: AliasType<{ actor_profile_id?:boolean | `@${string}`, @@ -1378,6 +1499,17 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by avg() on columns of table "activities" */ +["activities_avg_order_by"]: { + actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + contribution_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** Boolean expression to filter rows from the table "activities". All fields are combined with a logical 'AND'. */ ["activities_bool_exp"]: { _and?: Array | undefined | null | Variable, @@ -1386,6 +1518,7 @@ count?: [{ columns?: Array | undefined | action?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, actor_profile?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable, actor_profile_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + actor_profile_public?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable, circle?: ValueTypes["circles_bool_exp"] | undefined | null | Variable, circle_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, contribution?: ValueTypes["contributions_bool_exp"] | undefined | null | Variable, @@ -1396,8 +1529,14 @@ count?: [{ columns?: Array | undefined | id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, organization?: ValueTypes["organizations_bool_exp"] | undefined | null | Variable, organization_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + private_stream?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, + private_stream_visibility?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable, + private_stream_visibility_aggregate?: ValueTypes["private_stream_visibility_aggregate_bool_exp"] | undefined | null | Variable, + reactions?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable, + reactions_aggregate?: ValueTypes["reactions_aggregate_bool_exp"] | undefined | null | Variable, target_profile?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable, target_profile_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + target_profile_public?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable, updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, user?: ValueTypes["users_bool_exp"] | undefined | null | Variable, user_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable @@ -1420,6 +1559,7 @@ count?: [{ columns?: Array | undefined | action?: string | undefined | null | Variable, actor_profile?: ValueTypes["profiles_obj_rel_insert_input"] | undefined | null | Variable, actor_profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + actor_profile_public?: ValueTypes["profiles_public_obj_rel_insert_input"] | undefined | null | Variable, circle?: ValueTypes["circles_obj_rel_insert_input"] | undefined | null | Variable, circle_id?: ValueTypes["bigint"] | undefined | null | Variable, contribution?: ValueTypes["contributions_obj_rel_insert_input"] | undefined | null | Variable, @@ -1430,8 +1570,12 @@ count?: [{ columns?: Array | undefined | id?: ValueTypes["bigint"] | undefined | null | Variable, organization?: ValueTypes["organizations_obj_rel_insert_input"] | undefined | null | Variable, organization_id?: ValueTypes["bigint"] | undefined | null | Variable, + private_stream?: boolean | undefined | null | Variable, + private_stream_visibility?: ValueTypes["private_stream_visibility_arr_rel_insert_input"] | undefined | null | Variable, + reactions?: ValueTypes["reactions_arr_rel_insert_input"] | undefined | null | Variable, target_profile?: ValueTypes["profiles_obj_rel_insert_input"] | undefined | null | Variable, target_profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + target_profile_public?: ValueTypes["profiles_public_obj_rel_insert_input"] | undefined | null | Variable, updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, user?: ValueTypes["users_obj_rel_insert_input"] | undefined | null | Variable, user_id?: ValueTypes["bigint"] | undefined | null | Variable @@ -1451,6 +1595,20 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by max() on columns of table "activities" */ +["activities_max_order_by"]: { + action?: ValueTypes["order_by"] | undefined | null | Variable, + actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + contribution_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate min on columns */ ["activities_min_fields"]: AliasType<{ action?:boolean | `@${string}`, @@ -1466,6 +1624,20 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by min() on columns of table "activities" */ +["activities_min_order_by"]: { + action?: ValueTypes["order_by"] | undefined | null | Variable, + actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + contribution_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** response of any mutation on the table "activities" */ ["activities_mutation_response"]: AliasType<{ /** number of rows affected by the mutation */ @@ -1474,6 +1646,12 @@ count?: [{ columns?: Array | undefined | returning?:ValueTypes["activities"], __typename?: boolean | `@${string}` }>; + /** input type for inserting object relation for remote table "activities" */ +["activities_obj_rel_insert_input"]: { + data: ValueTypes["activities_insert_input"] | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["activities_on_conflict"] | undefined | null | Variable +}; /** on_conflict condition type for table "activities" */ ["activities_on_conflict"]: { constraint: ValueTypes["activities_constraint"] | Variable, @@ -1485,6 +1663,7 @@ count?: [{ columns?: Array | undefined | action?: ValueTypes["order_by"] | undefined | null | Variable, actor_profile?: ValueTypes["profiles_order_by"] | undefined | null | Variable, actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + actor_profile_public?: ValueTypes["profiles_public_order_by"] | undefined | null | Variable, circle?: ValueTypes["circles_order_by"] | undefined | null | Variable, circle_id?: ValueTypes["order_by"] | undefined | null | Variable, contribution?: ValueTypes["contributions_order_by"] | undefined | null | Variable, @@ -1495,8 +1674,12 @@ count?: [{ columns?: Array | undefined | id?: ValueTypes["order_by"] | undefined | null | Variable, organization?: ValueTypes["organizations_order_by"] | undefined | null | Variable, organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + private_stream?: ValueTypes["order_by"] | undefined | null | Variable, + private_stream_visibility_aggregate?: ValueTypes["private_stream_visibility_aggregate_order_by"] | undefined | null | Variable, + reactions_aggregate?: ValueTypes["reactions_aggregate_order_by"] | undefined | null | Variable, target_profile?: ValueTypes["profiles_order_by"] | undefined | null | Variable, target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_public?: ValueTypes["profiles_public_order_by"] | undefined | null | Variable, updated_at?: ValueTypes["order_by"] | undefined | null | Variable, user?: ValueTypes["users_order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable @@ -1507,6 +1690,10 @@ count?: [{ columns?: Array | undefined | }; /** select columns of table "activities" */ ["activities_select_column"]:activities_select_column; + /** select "activities_aggregate_bool_exp_bool_and_arguments_columns" columns of table "activities" */ +["activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns"]:activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns; + /** select "activities_aggregate_bool_exp_bool_or_arguments_columns" columns of table "activities" */ +["activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns"]:activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "activities" */ ["activities_set_input"]: { action?: string | undefined | null | Variable, @@ -1517,6 +1704,7 @@ count?: [{ columns?: Array | undefined | epoch_id?: ValueTypes["bigint"] | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, organization_id?: ValueTypes["bigint"] | undefined | null | Variable, + private_stream?: boolean | undefined | null | Variable, target_profile_id?: ValueTypes["bigint"] | undefined | null | Variable, updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, user_id?: ValueTypes["bigint"] | undefined | null | Variable @@ -1533,6 +1721,17 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev() on columns of table "activities" */ +["activities_stddev_order_by"]: { + actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + contribution_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate stddev_pop on columns */ ["activities_stddev_pop_fields"]: AliasType<{ actor_profile_id?:boolean | `@${string}`, @@ -1545,6 +1744,17 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_pop() on columns of table "activities" */ +["activities_stddev_pop_order_by"]: { + actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + contribution_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate stddev_samp on columns */ ["activities_stddev_samp_fields"]: AliasType<{ actor_profile_id?:boolean | `@${string}`, @@ -1557,6 +1767,17 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_samp() on columns of table "activities" */ +["activities_stddev_samp_order_by"]: { + actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + contribution_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** Streaming cursor of the table "activities" */ ["activities_stream_cursor_input"]: { /** Stream column input with initial value */ @@ -1574,6 +1795,7 @@ count?: [{ columns?: Array | undefined | epoch_id?: ValueTypes["bigint"] | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, organization_id?: ValueTypes["bigint"] | undefined | null | Variable, + private_stream?: boolean | undefined | null | Variable, target_profile_id?: ValueTypes["bigint"] | undefined | null | Variable, updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, user_id?: ValueTypes["bigint"] | undefined | null | Variable @@ -1590,6 +1812,17 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by sum() on columns of table "activities" */ +["activities_sum_order_by"]: { + actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + contribution_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** update columns of table "activities" */ ["activities_update_column"]:activities_update_column; ["activities_updates"]: { @@ -1612,6 +1845,17 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_pop() on columns of table "activities" */ +["activities_var_pop_order_by"]: { + actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + contribution_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate var_samp on columns */ ["activities_var_samp_fields"]: AliasType<{ actor_profile_id?:boolean | `@${string}`, @@ -1624,6 +1868,17 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_samp() on columns of table "activities" */ +["activities_var_samp_order_by"]: { + actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + contribution_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate variance on columns */ ["activities_variance_fields"]: AliasType<{ actor_profile_id?:boolean | `@${string}`, @@ -1636,6 +1891,140 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by variance() on columns of table "activities" */ +["activities_variance_order_by"]: { + actor_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + contribution_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + target_profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Tracking table for fetching data from address sources */ +["address_data_fetches"]: AliasType<{ + address?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + poap_synced_at?:boolean | `@${string}`, + /** An object relationship */ + profile?:ValueTypes["profiles"], + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "address_data_fetches" */ +["address_data_fetches_aggregate"]: AliasType<{ + aggregate?:ValueTypes["address_data_fetches_aggregate_fields"], + nodes?:ValueTypes["address_data_fetches"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "address_data_fetches" */ +["address_data_fetches_aggregate_fields"]: AliasType<{ +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["address_data_fetches_max_fields"], + min?:ValueTypes["address_data_fetches_min_fields"], + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "address_data_fetches". All fields are combined with a logical 'AND'. */ +["address_data_fetches_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["address_data_fetches_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + address?: ValueTypes["citext_comparison_exp"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + poap_synced_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + profile?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "address_data_fetches" */ +["address_data_fetches_constraint"]:address_data_fetches_constraint; + /** input type for inserting data into table "address_data_fetches" */ +["address_data_fetches_insert_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + poap_synced_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + profile?: ValueTypes["profiles_obj_rel_insert_input"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["address_data_fetches_max_fields"]: AliasType<{ + address?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + poap_synced_at?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["address_data_fetches_min_fields"]: AliasType<{ + address?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + poap_synced_at?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "address_data_fetches" */ +["address_data_fetches_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["address_data_fetches"], + __typename?: boolean | `@${string}` +}>; + /** input type for inserting object relation for remote table "address_data_fetches" */ +["address_data_fetches_obj_rel_insert_input"]: { + data: ValueTypes["address_data_fetches_insert_input"] | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["address_data_fetches_on_conflict"] | undefined | null | Variable +}; + /** on_conflict condition type for table "address_data_fetches" */ +["address_data_fetches_on_conflict"]: { + constraint: ValueTypes["address_data_fetches_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["address_data_fetches_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "address_data_fetches". */ +["address_data_fetches_order_by"]: { + address?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + poap_synced_at?: ValueTypes["order_by"] | undefined | null | Variable, + profile?: ValueTypes["profiles_order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: address_data_fetches */ +["address_data_fetches_pk_columns_input"]: { + address: ValueTypes["citext"] | Variable +}; + /** select columns of table "address_data_fetches" */ +["address_data_fetches_select_column"]:address_data_fetches_select_column; + /** input type for updating data in table "address_data_fetches" */ +["address_data_fetches_set_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + poap_synced_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** Streaming cursor of the table "address_data_fetches" */ +["address_data_fetches_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["address_data_fetches_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["address_data_fetches_stream_cursor_value_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + poap_synced_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** update columns of table "address_data_fetches" */ +["address_data_fetches_update_column"]:address_data_fetches_update_column; + ["address_data_fetches_updates"]: { + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["address_data_fetches_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["address_data_fetches_bool_exp"] | Variable +}; ["bigint"]:unknown; /** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */ ["bigint_comparison_exp"]: { @@ -3328,6 +3717,7 @@ count?: [{ columns?: Array | un /** columns and relationships of "circles" */ ["circles"]: AliasType<{ alloc_text?:boolean | `@${string}`, + allow_distribute_evenly?:boolean | `@${string}`, api_keys?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -3462,6 +3852,7 @@ pending_token_gifts_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["pending_token_gifts_bool_exp"] | undefined | null | Variable},ValueTypes["pending_token_gifts_aggregate"]], show_pending_gives?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, team_selection?:boolean | `@${string}`, telegram_id?:boolean | `@${string}`, token_gifts?: [{ /** distinct select on columns */ @@ -3579,6 +3970,7 @@ count?: [{ columns?: Array | undefined | nu min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by avg() on columns of table "circles" */ @@ -3589,7 +3981,8 @@ count?: [{ columns?: Array | undefined | nu id?: ValueTypes["order_by"] | undefined | null | Variable, min_vouches?: ValueTypes["order_by"] | undefined | null | Variable, nomination_days_limit?: ValueTypes["order_by"] | undefined | null | Variable, - organization_id?: ValueTypes["order_by"] | undefined | null | Variable + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; /** Boolean expression to filter rows from the table "circles". All fields are combined with a logical 'AND'. */ ["circles_bool_exp"]: { @@ -3597,6 +3990,7 @@ count?: [{ columns?: Array | undefined | nu _not?: ValueTypes["circles_bool_exp"] | undefined | null | Variable, _or?: Array | undefined | null | Variable, alloc_text?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + allow_distribute_evenly?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, api_keys?: ValueTypes["circle_api_keys_bool_exp"] | undefined | null | Variable, api_keys_aggregate?: ValueTypes["circle_api_keys_aggregate_bool_exp"] | undefined | null | Variable, auto_opt_out?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, @@ -3638,6 +4032,7 @@ count?: [{ columns?: Array | undefined | nu pending_token_gifts?: ValueTypes["pending_token_gifts_bool_exp"] | undefined | null | Variable, pending_token_gifts_aggregate?: ValueTypes["pending_token_gifts_aggregate_bool_exp"] | undefined | null | Variable, show_pending_gives?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, + starting_tokens?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, team_selection?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, telegram_id?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, token_gifts?: ValueTypes["token_gifts_bool_exp"] | undefined | null | Variable, @@ -3661,11 +4056,13 @@ count?: [{ columns?: Array | undefined | nu id?: ValueTypes["bigint"] | undefined | null | Variable, min_vouches?: number | undefined | null | Variable, nomination_days_limit?: number | undefined | null | Variable, - organization_id?: number | undefined | null | Variable + organization_id?: number | undefined | null | Variable, + starting_tokens?: number | undefined | null | Variable }; /** input type for inserting data into table "circles" */ ["circles_insert_input"]: { alloc_text?: string | undefined | null | Variable, + allow_distribute_evenly?: boolean | undefined | null | Variable, api_keys?: ValueTypes["circle_api_keys_arr_rel_insert_input"] | undefined | null | Variable, auto_opt_out?: boolean | undefined | null | Variable, burns?: ValueTypes["burns_arr_rel_insert_input"] | undefined | null | Variable, @@ -3698,6 +4095,7 @@ count?: [{ columns?: Array | undefined | nu organization_id?: number | undefined | null | Variable, pending_token_gifts?: ValueTypes["pending_token_gifts_arr_rel_insert_input"] | undefined | null | Variable, show_pending_gives?: boolean | undefined | null | Variable, + starting_tokens?: number | undefined | null | Variable, team_selection?: boolean | undefined | null | Variable, telegram_id?: string | undefined | null | Variable, token_gifts?: ValueTypes["token_gifts_arr_rel_insert_input"] | undefined | null | Variable, @@ -3726,6 +4124,7 @@ count?: [{ columns?: Array | undefined | nu name?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, telegram_id?:boolean | `@${string}`, token_name?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, @@ -3750,6 +4149,7 @@ count?: [{ columns?: Array | undefined | nu name?: ValueTypes["order_by"] | undefined | null | Variable, nomination_days_limit?: ValueTypes["order_by"] | undefined | null | Variable, organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable, telegram_id?: ValueTypes["order_by"] | undefined | null | Variable, token_name?: ValueTypes["order_by"] | undefined | null | Variable, updated_at?: ValueTypes["order_by"] | undefined | null | Variable, @@ -3773,6 +4173,7 @@ count?: [{ columns?: Array | undefined | nu name?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, telegram_id?:boolean | `@${string}`, token_name?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, @@ -3797,6 +4198,7 @@ count?: [{ columns?: Array | undefined | nu name?: ValueTypes["order_by"] | undefined | null | Variable, nomination_days_limit?: ValueTypes["order_by"] | undefined | null | Variable, organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable, telegram_id?: ValueTypes["order_by"] | undefined | null | Variable, token_name?: ValueTypes["order_by"] | undefined | null | Variable, updated_at?: ValueTypes["order_by"] | undefined | null | Variable, @@ -3825,6 +4227,7 @@ count?: [{ columns?: Array | undefined | nu /** Ordering options when selecting data from "circles". */ ["circles_order_by"]: { alloc_text?: ValueTypes["order_by"] | undefined | null | Variable, + allow_distribute_evenly?: ValueTypes["order_by"] | undefined | null | Variable, api_keys_aggregate?: ValueTypes["circle_api_keys_aggregate_order_by"] | undefined | null | Variable, auto_opt_out?: ValueTypes["order_by"] | undefined | null | Variable, burns_aggregate?: ValueTypes["burns_aggregate_order_by"] | undefined | null | Variable, @@ -3857,6 +4260,7 @@ count?: [{ columns?: Array | undefined | nu organization_id?: ValueTypes["order_by"] | undefined | null | Variable, pending_token_gifts_aggregate?: ValueTypes["pending_token_gifts_aggregate_order_by"] | undefined | null | Variable, show_pending_gives?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable, team_selection?: ValueTypes["order_by"] | undefined | null | Variable, telegram_id?: ValueTypes["order_by"] | undefined | null | Variable, token_gifts_aggregate?: ValueTypes["token_gifts_aggregate_order_by"] | undefined | null | Variable, @@ -3880,6 +4284,7 @@ count?: [{ columns?: Array | undefined | nu /** input type for updating data in table "circles" */ ["circles_set_input"]: { alloc_text?: string | undefined | null | Variable, + allow_distribute_evenly?: boolean | undefined | null | Variable, auto_opt_out?: boolean | undefined | null | Variable, cont_help_text?: string | undefined | null | Variable, contact?: string | undefined | null | Variable, @@ -3900,6 +4305,7 @@ count?: [{ columns?: Array | undefined | nu only_giver_vouch?: boolean | undefined | null | Variable, organization_id?: number | undefined | null | Variable, show_pending_gives?: boolean | undefined | null | Variable, + starting_tokens?: number | undefined | null | Variable, team_selection?: boolean | undefined | null | Variable, telegram_id?: string | undefined | null | Variable, token_name?: string | undefined | null | Variable, @@ -3916,6 +4322,7 @@ count?: [{ columns?: Array | undefined | nu min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by stddev() on columns of table "circles" */ @@ -3926,7 +4333,8 @@ count?: [{ columns?: Array | undefined | nu id?: ValueTypes["order_by"] | undefined | null | Variable, min_vouches?: ValueTypes["order_by"] | undefined | null | Variable, nomination_days_limit?: ValueTypes["order_by"] | undefined | null | Variable, - organization_id?: ValueTypes["order_by"] | undefined | null | Variable + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; /** aggregate stddev_pop on columns */ ["circles_stddev_pop_fields"]: AliasType<{ @@ -3937,6 +4345,7 @@ count?: [{ columns?: Array | undefined | nu min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by stddev_pop() on columns of table "circles" */ @@ -3947,7 +4356,8 @@ count?: [{ columns?: Array | undefined | nu id?: ValueTypes["order_by"] | undefined | null | Variable, min_vouches?: ValueTypes["order_by"] | undefined | null | Variable, nomination_days_limit?: ValueTypes["order_by"] | undefined | null | Variable, - organization_id?: ValueTypes["order_by"] | undefined | null | Variable + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; /** aggregate stddev_samp on columns */ ["circles_stddev_samp_fields"]: AliasType<{ @@ -3958,6 +4368,7 @@ count?: [{ columns?: Array | undefined | nu min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by stddev_samp() on columns of table "circles" */ @@ -3968,7 +4379,8 @@ count?: [{ columns?: Array | undefined | nu id?: ValueTypes["order_by"] | undefined | null | Variable, min_vouches?: ValueTypes["order_by"] | undefined | null | Variable, nomination_days_limit?: ValueTypes["order_by"] | undefined | null | Variable, - organization_id?: ValueTypes["order_by"] | undefined | null | Variable + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; /** Streaming cursor of the table "circles" */ ["circles_stream_cursor_input"]: { @@ -3980,6 +4392,7 @@ count?: [{ columns?: Array | undefined | nu /** Initial value of the column from where the streaming should start */ ["circles_stream_cursor_value_input"]: { alloc_text?: string | undefined | null | Variable, + allow_distribute_evenly?: boolean | undefined | null | Variable, auto_opt_out?: boolean | undefined | null | Variable, cont_help_text?: string | undefined | null | Variable, contact?: string | undefined | null | Variable, @@ -4000,6 +4413,7 @@ count?: [{ columns?: Array | undefined | nu only_giver_vouch?: boolean | undefined | null | Variable, organization_id?: number | undefined | null | Variable, show_pending_gives?: boolean | undefined | null | Variable, + starting_tokens?: number | undefined | null | Variable, team_selection?: boolean | undefined | null | Variable, telegram_id?: string | undefined | null | Variable, token_name?: string | undefined | null | Variable, @@ -4016,6 +4430,7 @@ count?: [{ columns?: Array | undefined | nu min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by sum() on columns of table "circles" */ @@ -4026,7 +4441,8 @@ count?: [{ columns?: Array | undefined | nu id?: ValueTypes["order_by"] | undefined | null | Variable, min_vouches?: ValueTypes["order_by"] | undefined | null | Variable, nomination_days_limit?: ValueTypes["order_by"] | undefined | null | Variable, - organization_id?: ValueTypes["order_by"] | undefined | null | Variable + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; /** update columns of table "circles" */ ["circles_update_column"]:circles_update_column; @@ -4047,6 +4463,7 @@ count?: [{ columns?: Array | undefined | nu min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by var_pop() on columns of table "circles" */ @@ -4057,7 +4474,8 @@ count?: [{ columns?: Array | undefined | nu id?: ValueTypes["order_by"] | undefined | null | Variable, min_vouches?: ValueTypes["order_by"] | undefined | null | Variable, nomination_days_limit?: ValueTypes["order_by"] | undefined | null | Variable, - organization_id?: ValueTypes["order_by"] | undefined | null | Variable + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; /** aggregate var_samp on columns */ ["circles_var_samp_fields"]: AliasType<{ @@ -4068,6 +4486,7 @@ count?: [{ columns?: Array | undefined | nu min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by var_samp() on columns of table "circles" */ @@ -4078,7 +4497,8 @@ count?: [{ columns?: Array | undefined | nu id?: ValueTypes["order_by"] | undefined | null | Variable, min_vouches?: ValueTypes["order_by"] | undefined | null | Variable, nomination_days_limit?: ValueTypes["order_by"] | undefined | null | Variable, - organization_id?: ValueTypes["order_by"] | undefined | null | Variable + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; /** aggregate variance on columns */ ["circles_variance_fields"]: AliasType<{ @@ -4089,6 +4509,7 @@ count?: [{ columns?: Array | undefined | nu min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by variance() on columns of table "circles" */ @@ -4099,7 +4520,8 @@ count?: [{ columns?: Array | undefined | nu id?: ValueTypes["order_by"] | undefined | null | Variable, min_vouches?: ValueTypes["order_by"] | undefined | null | Variable, nomination_days_limit?: ValueTypes["order_by"] | undefined | null | Variable, - organization_id?: ValueTypes["order_by"] | undefined | null | Variable + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; ["citext"]:unknown; /** Boolean expression to compare columns of type "citext". All fields are combined with logical 'AND'. */ @@ -4540,6 +4962,120 @@ count?: [{ columns?: Array | undefined | nul new_amount?: ValueTypes["order_by"] | undefined | null | Variable, profile_id?: ValueTypes["order_by"] | undefined | null | Variable }; + /** columns and relationships of "contribution_count" */ +["contribution_count"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "contribution_count" */ +["contribution_count_aggregate"]: AliasType<{ + aggregate?:ValueTypes["contribution_count_aggregate_fields"], + nodes?:ValueTypes["contribution_count"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "contribution_count" */ +["contribution_count_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["contribution_count_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["contribution_count_max_fields"], + min?:ValueTypes["contribution_count_min_fields"], + stddev?:ValueTypes["contribution_count_stddev_fields"], + stddev_pop?:ValueTypes["contribution_count_stddev_pop_fields"], + stddev_samp?:ValueTypes["contribution_count_stddev_samp_fields"], + sum?:ValueTypes["contribution_count_sum_fields"], + var_pop?:ValueTypes["contribution_count_var_pop_fields"], + var_samp?:ValueTypes["contribution_count_var_samp_fields"], + variance?:ValueTypes["contribution_count_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["contribution_count_avg_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "contribution_count". All fields are combined with a logical 'AND'. */ +["contribution_count_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["contribution_count_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + contributions?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["contribution_count_max_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["contribution_count_min_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Ordering options when selecting data from "contribution_count". */ +["contribution_count_order_by"]: { + contributions?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** select columns of table "contribution_count" */ +["contribution_count_select_column"]:contribution_count_select_column; + /** aggregate stddev on columns */ +["contribution_count_stddev_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["contribution_count_stddev_pop_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["contribution_count_stddev_samp_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "contribution_count" */ +["contribution_count_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["contribution_count_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["contribution_count_stream_cursor_value_input"]: { + contributions?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["contribution_count_sum_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_pop on columns */ +["contribution_count_var_pop_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["contribution_count_var_samp_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["contribution_count_variance_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** columns and relationships of "contributions" */ ["contributions"]: AliasType<{ /** An object relationship */ @@ -4549,10 +5085,27 @@ count?: [{ columns?: Array | undefined | nul /** An object relationship */ created_with_api_key?:ValueTypes["circle_api_keys"], created_with_api_key_hash?:boolean | `@${string}`, - datetime_created?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, description?:boolean | `@${string}`, id?:boolean | `@${string}`, + private_stream?:boolean | `@${string}`, +private_stream_visibility?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable},ValueTypes["private_stream_visibility"]], +private_stream_visibility_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable},ValueTypes["private_stream_visibility_aggregate"]], + /** An object relationship */ + profile?:ValueTypes["profiles"], + profile_id?:boolean | `@${string}`, + /** An object relationship */ + profile_public?:ValueTypes["profiles_public"], updated_at?:boolean | `@${string}`, /** An object relationship */ user?:ValueTypes["users"], @@ -4566,7 +5119,21 @@ count?: [{ columns?: Array | undefined | nul __typename?: boolean | `@${string}` }>; ["contributions_aggregate_bool_exp"]: { + bool_and?: ValueTypes["contributions_aggregate_bool_exp_bool_and"] | undefined | null | Variable, + bool_or?: ValueTypes["contributions_aggregate_bool_exp_bool_or"] | undefined | null | Variable, count?: ValueTypes["contributions_aggregate_bool_exp_count"] | undefined | null | Variable +}; + ["contributions_aggregate_bool_exp_bool_and"]: { + arguments: ValueTypes["contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns"] | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["contributions_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Boolean_comparison_exp"] | Variable +}; + ["contributions_aggregate_bool_exp_bool_or"]: { + arguments: ValueTypes["contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns"] | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["contributions_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Boolean_comparison_exp"] | Variable }; ["contributions_aggregate_bool_exp_count"]: { arguments?: Array | undefined | null | Variable, @@ -4613,6 +5180,7 @@ count?: [{ columns?: Array | undefine ["contributions_avg_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -4620,6 +5188,7 @@ count?: [{ columns?: Array | undefine ["contributions_avg_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable }; /** Boolean expression to filter rows from the table "contributions". All fields are combined with a logical 'AND'. */ @@ -4632,10 +5201,15 @@ count?: [{ columns?: Array | undefine created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, created_with_api_key?: ValueTypes["circle_api_keys_bool_exp"] | undefined | null | Variable, created_with_api_key_hash?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, - datetime_created?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, deleted_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, description?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + private_stream?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, + private_stream_visibility?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable, + private_stream_visibility_aggregate?: ValueTypes["private_stream_visibility_aggregate_bool_exp"] | undefined | null | Variable, + profile?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + profile_public?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable, updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, user?: ValueTypes["users_bool_exp"] | undefined | null | Variable, user_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable @@ -4646,6 +5220,7 @@ count?: [{ columns?: Array | undefine ["contributions_inc_input"]: { circle_id?: ValueTypes["bigint"] | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, user_id?: ValueTypes["bigint"] | undefined | null | Variable }; /** input type for inserting data into table "contributions" */ @@ -4655,10 +5230,14 @@ count?: [{ columns?: Array | undefine created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, created_with_api_key?: ValueTypes["circle_api_keys_obj_rel_insert_input"] | undefined | null | Variable, created_with_api_key_hash?: string | undefined | null | Variable, - datetime_created?: ValueTypes["timestamptz"] | undefined | null | Variable, deleted_at?: ValueTypes["timestamptz"] | undefined | null | Variable, description?: string | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, + private_stream?: boolean | undefined | null | Variable, + private_stream_visibility?: ValueTypes["private_stream_visibility_arr_rel_insert_input"] | undefined | null | Variable, + profile?: ValueTypes["profiles_obj_rel_insert_input"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + profile_public?: ValueTypes["profiles_public_obj_rel_insert_input"] | undefined | null | Variable, updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, user?: ValueTypes["users_obj_rel_insert_input"] | undefined | null | Variable, user_id?: ValueTypes["bigint"] | undefined | null | Variable @@ -4668,10 +5247,10 @@ count?: [{ columns?: Array | undefine circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, created_with_api_key_hash?:boolean | `@${string}`, - datetime_created?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, description?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -4681,10 +5260,10 @@ count?: [{ columns?: Array | undefine circle_id?: ValueTypes["order_by"] | undefined | null | Variable, created_at?: ValueTypes["order_by"] | undefined | null | Variable, created_with_api_key_hash?: ValueTypes["order_by"] | undefined | null | Variable, - datetime_created?: ValueTypes["order_by"] | undefined | null | Variable, deleted_at?: ValueTypes["order_by"] | undefined | null | Variable, description?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, updated_at?: ValueTypes["order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable }; @@ -4693,10 +5272,10 @@ count?: [{ columns?: Array | undefine circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, created_with_api_key_hash?:boolean | `@${string}`, - datetime_created?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, description?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -4706,10 +5285,10 @@ count?: [{ columns?: Array | undefine circle_id?: ValueTypes["order_by"] | undefined | null | Variable, created_at?: ValueTypes["order_by"] | undefined | null | Variable, created_with_api_key_hash?: ValueTypes["order_by"] | undefined | null | Variable, - datetime_created?: ValueTypes["order_by"] | undefined | null | Variable, deleted_at?: ValueTypes["order_by"] | undefined | null | Variable, description?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, updated_at?: ValueTypes["order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable }; @@ -4740,10 +5319,14 @@ count?: [{ columns?: Array | undefine created_at?: ValueTypes["order_by"] | undefined | null | Variable, created_with_api_key?: ValueTypes["circle_api_keys_order_by"] | undefined | null | Variable, created_with_api_key_hash?: ValueTypes["order_by"] | undefined | null | Variable, - datetime_created?: ValueTypes["order_by"] | undefined | null | Variable, deleted_at?: ValueTypes["order_by"] | undefined | null | Variable, description?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + private_stream?: ValueTypes["order_by"] | undefined | null | Variable, + private_stream_visibility_aggregate?: ValueTypes["private_stream_visibility_aggregate_order_by"] | undefined | null | Variable, + profile?: ValueTypes["profiles_order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_public?: ValueTypes["profiles_public_order_by"] | undefined | null | Variable, updated_at?: ValueTypes["order_by"] | undefined | null | Variable, user?: ValueTypes["users_order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable @@ -4754,15 +5337,20 @@ count?: [{ columns?: Array | undefine }; /** select columns of table "contributions" */ ["contributions_select_column"]:contributions_select_column; + /** select "contributions_aggregate_bool_exp_bool_and_arguments_columns" columns of table "contributions" */ +["contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns"]:contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns; + /** select "contributions_aggregate_bool_exp_bool_or_arguments_columns" columns of table "contributions" */ +["contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns"]:contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "contributions" */ ["contributions_set_input"]: { circle_id?: ValueTypes["bigint"] | undefined | null | Variable, created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, created_with_api_key_hash?: string | undefined | null | Variable, - datetime_created?: ValueTypes["timestamptz"] | undefined | null | Variable, deleted_at?: ValueTypes["timestamptz"] | undefined | null | Variable, description?: string | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, + private_stream?: boolean | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, user_id?: ValueTypes["bigint"] | undefined | null | Variable }; @@ -4770,6 +5358,7 @@ count?: [{ columns?: Array | undefine ["contributions_stddev_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -4777,12 +5366,14 @@ count?: [{ columns?: Array | undefine ["contributions_stddev_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable }; /** aggregate stddev_pop on columns */ ["contributions_stddev_pop_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -4790,12 +5381,14 @@ count?: [{ columns?: Array | undefine ["contributions_stddev_pop_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable }; /** aggregate stddev_samp on columns */ ["contributions_stddev_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -4803,6 +5396,7 @@ count?: [{ columns?: Array | undefine ["contributions_stddev_samp_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable }; /** Streaming cursor of the table "contributions" */ @@ -4817,10 +5411,11 @@ count?: [{ columns?: Array | undefine circle_id?: ValueTypes["bigint"] | undefined | null | Variable, created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, created_with_api_key_hash?: string | undefined | null | Variable, - datetime_created?: ValueTypes["timestamptz"] | undefined | null | Variable, deleted_at?: ValueTypes["timestamptz"] | undefined | null | Variable, description?: string | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, + private_stream?: boolean | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, user_id?: ValueTypes["bigint"] | undefined | null | Variable }; @@ -4828,6 +5423,7 @@ count?: [{ columns?: Array | undefine ["contributions_sum_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -4835,6 +5431,7 @@ count?: [{ columns?: Array | undefine ["contributions_sum_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable }; /** update columns of table "contributions" */ @@ -4851,6 +5448,7 @@ count?: [{ columns?: Array | undefine ["contributions_var_pop_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -4858,12 +5456,14 @@ count?: [{ columns?: Array | undefine ["contributions_var_pop_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable }; /** aggregate var_samp on columns */ ["contributions_var_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -4871,12 +5471,14 @@ count?: [{ columns?: Array | undefine ["contributions_var_samp_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable }; /** aggregate variance on columns */ ["contributions_variance_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -4884,8 +5486,302 @@ count?: [{ columns?: Array | undefine ["contributions_variance_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable }; + /** local db copy of last synced on-chain cosoul data */ +["cosouls"]: AliasType<{ + address?:boolean | `@${string}`, + /** An object relationship */ + address_data_fetches?:ValueTypes["address_data_fetches"], + checked_at?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + created_tx_hash?:boolean | `@${string}`, +held_keys?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable},ValueTypes["key_holders"]], +held_keys_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable},ValueTypes["key_holders_aggregate"]], + id?:boolean | `@${string}`, +key_holders?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable},ValueTypes["key_holders"]], +key_holders_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable},ValueTypes["key_holders_aggregate"]], + pgive?:boolean | `@${string}`, +poaps?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders"]], +poaps_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders_aggregate"]], + /** An object relationship */ + profile?:ValueTypes["profiles"], + /** An object relationship */ + profile_public?:ValueTypes["profiles_public"], + synced_at?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "cosouls" */ +["cosouls_aggregate"]: AliasType<{ + aggregate?:ValueTypes["cosouls_aggregate_fields"], + nodes?:ValueTypes["cosouls"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "cosouls" */ +["cosouls_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["cosouls_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["cosouls_max_fields"], + min?:ValueTypes["cosouls_min_fields"], + stddev?:ValueTypes["cosouls_stddev_fields"], + stddev_pop?:ValueTypes["cosouls_stddev_pop_fields"], + stddev_samp?:ValueTypes["cosouls_stddev_samp_fields"], + sum?:ValueTypes["cosouls_sum_fields"], + var_pop?:ValueTypes["cosouls_var_pop_fields"], + var_samp?:ValueTypes["cosouls_var_samp_fields"], + variance?:ValueTypes["cosouls_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["cosouls_avg_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "cosouls". All fields are combined with a logical 'AND'. */ +["cosouls_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + address?: ValueTypes["citext_comparison_exp"] | undefined | null | Variable, + address_data_fetches?: ValueTypes["address_data_fetches_bool_exp"] | undefined | null | Variable, + checked_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + created_tx_hash?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + held_keys?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable, + held_keys_aggregate?: ValueTypes["key_holders_aggregate_bool_exp"] | undefined | null | Variable, + id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + key_holders?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable, + key_holders_aggregate?: ValueTypes["key_holders_aggregate_bool_exp"] | undefined | null | Variable, + pgive?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + poaps?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable, + poaps_aggregate?: ValueTypes["poap_holders_aggregate_bool_exp"] | undefined | null | Variable, + profile?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable, + profile_public?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable, + synced_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + token_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "cosouls" */ +["cosouls_constraint"]:cosouls_constraint; + /** input type for incrementing numeric columns in table "cosouls" */ +["cosouls_inc_input"]: { + id?: number | undefined | null | Variable, + pgive?: number | undefined | null | Variable, + token_id?: number | undefined | null | Variable +}; + /** input type for inserting data into table "cosouls" */ +["cosouls_insert_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + address_data_fetches?: ValueTypes["address_data_fetches_obj_rel_insert_input"] | undefined | null | Variable, + checked_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + created_tx_hash?: string | undefined | null | Variable, + held_keys?: ValueTypes["key_holders_arr_rel_insert_input"] | undefined | null | Variable, + id?: number | undefined | null | Variable, + key_holders?: ValueTypes["key_holders_arr_rel_insert_input"] | undefined | null | Variable, + pgive?: number | undefined | null | Variable, + poaps?: ValueTypes["poap_holders_arr_rel_insert_input"] | undefined | null | Variable, + profile?: ValueTypes["profiles_obj_rel_insert_input"] | undefined | null | Variable, + profile_public?: ValueTypes["profiles_public_obj_rel_insert_input"] | undefined | null | Variable, + synced_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + token_id?: number | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["cosouls_max_fields"]: AliasType<{ + address?:boolean | `@${string}`, + checked_at?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + created_tx_hash?:boolean | `@${string}`, + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + synced_at?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["cosouls_min_fields"]: AliasType<{ + address?:boolean | `@${string}`, + checked_at?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + created_tx_hash?:boolean | `@${string}`, + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + synced_at?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "cosouls" */ +["cosouls_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["cosouls"], + __typename?: boolean | `@${string}` +}>; + /** input type for inserting object relation for remote table "cosouls" */ +["cosouls_obj_rel_insert_input"]: { + data: ValueTypes["cosouls_insert_input"] | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["cosouls_on_conflict"] | undefined | null | Variable +}; + /** on_conflict condition type for table "cosouls" */ +["cosouls_on_conflict"]: { + constraint: ValueTypes["cosouls_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "cosouls". */ +["cosouls_order_by"]: { + address?: ValueTypes["order_by"] | undefined | null | Variable, + address_data_fetches?: ValueTypes["address_data_fetches_order_by"] | undefined | null | Variable, + checked_at?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + created_tx_hash?: ValueTypes["order_by"] | undefined | null | Variable, + held_keys_aggregate?: ValueTypes["key_holders_aggregate_order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + key_holders_aggregate?: ValueTypes["key_holders_aggregate_order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + poaps_aggregate?: ValueTypes["poap_holders_aggregate_order_by"] | undefined | null | Variable, + profile?: ValueTypes["profiles_order_by"] | undefined | null | Variable, + profile_public?: ValueTypes["profiles_public_order_by"] | undefined | null | Variable, + synced_at?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: cosouls */ +["cosouls_pk_columns_input"]: { + id: number | Variable +}; + /** select columns of table "cosouls" */ +["cosouls_select_column"]:cosouls_select_column; + /** input type for updating data in table "cosouls" */ +["cosouls_set_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + checked_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + created_tx_hash?: string | undefined | null | Variable, + id?: number | undefined | null | Variable, + pgive?: number | undefined | null | Variable, + synced_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + token_id?: number | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["cosouls_stddev_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["cosouls_stddev_pop_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["cosouls_stddev_samp_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "cosouls" */ +["cosouls_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["cosouls_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["cosouls_stream_cursor_value_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + checked_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + created_tx_hash?: string | undefined | null | Variable, + id?: number | undefined | null | Variable, + pgive?: number | undefined | null | Variable, + synced_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + token_id?: number | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["cosouls_sum_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "cosouls" */ +["cosouls_update_column"]:cosouls_update_column; + ["cosouls_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["cosouls_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["cosouls_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["cosouls_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["cosouls_var_pop_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["cosouls_var_samp_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["cosouls_variance_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** ordering argument of a cursor */ ["cursor_ordering"]:cursor_ordering; ["date"]:unknown; @@ -5407,6 +6303,223 @@ count?: [{ columns?: Array | circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` +}>; + /** User api tokens, one per circle */ +["discord_user_api_tokens"]: AliasType<{ + circle_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + token?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "discord.user_api_tokens" */ +["discord_user_api_tokens_aggregate"]: AliasType<{ + aggregate?:ValueTypes["discord_user_api_tokens_aggregate_fields"], + nodes?:ValueTypes["discord_user_api_tokens"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "discord.user_api_tokens" */ +["discord_user_api_tokens_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["discord_user_api_tokens_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["discord_user_api_tokens_max_fields"], + min?:ValueTypes["discord_user_api_tokens_min_fields"], + stddev?:ValueTypes["discord_user_api_tokens_stddev_fields"], + stddev_pop?:ValueTypes["discord_user_api_tokens_stddev_pop_fields"], + stddev_samp?:ValueTypes["discord_user_api_tokens_stddev_samp_fields"], + sum?:ValueTypes["discord_user_api_tokens_sum_fields"], + var_pop?:ValueTypes["discord_user_api_tokens_var_pop_fields"], + var_samp?:ValueTypes["discord_user_api_tokens_var_samp_fields"], + variance?:ValueTypes["discord_user_api_tokens_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["discord_user_api_tokens_avg_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "discord.user_api_tokens". All fields are combined with a logical 'AND'. */ +["discord_user_api_tokens_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["discord_user_api_tokens_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + circle_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + discord_user?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + token?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "discord.user_api_tokens" */ +["discord_user_api_tokens_constraint"]:discord_user_api_tokens_constraint; + /** input type for incrementing numeric columns in table "discord.user_api_tokens" */ +["discord_user_api_tokens_inc_input"]: { + circle_id?: ValueTypes["bigint"] | undefined | null | Variable, + discord_user?: ValueTypes["bigint"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable +}; + /** input type for inserting data into table "discord.user_api_tokens" */ +["discord_user_api_tokens_insert_input"]: { + circle_id?: ValueTypes["bigint"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + discord_user?: ValueTypes["bigint"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + token?: string | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["discord_user_api_tokens_max_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + token?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["discord_user_api_tokens_min_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + token?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "discord.user_api_tokens" */ +["discord_user_api_tokens_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["discord_user_api_tokens"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "discord.user_api_tokens" */ +["discord_user_api_tokens_on_conflict"]: { + constraint: ValueTypes["discord_user_api_tokens_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["discord_user_api_tokens_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "discord.user_api_tokens". */ +["discord_user_api_tokens_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + discord_user?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + token?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: discord.user_api_tokens */ +["discord_user_api_tokens_pk_columns_input"]: { + id: ValueTypes["bigint"] | Variable +}; + /** select columns of table "discord.user_api_tokens" */ +["discord_user_api_tokens_select_column"]:discord_user_api_tokens_select_column; + /** input type for updating data in table "discord.user_api_tokens" */ +["discord_user_api_tokens_set_input"]: { + circle_id?: ValueTypes["bigint"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + discord_user?: ValueTypes["bigint"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + token?: string | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["discord_user_api_tokens_stddev_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["discord_user_api_tokens_stddev_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["discord_user_api_tokens_stddev_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "discord_user_api_tokens" */ +["discord_user_api_tokens_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["discord_user_api_tokens_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["discord_user_api_tokens_stream_cursor_value_input"]: { + circle_id?: ValueTypes["bigint"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + discord_user?: ValueTypes["bigint"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + token?: string | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["discord_user_api_tokens_sum_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "discord.user_api_tokens" */ +["discord_user_api_tokens_update_column"]:discord_user_api_tokens_update_column; + ["discord_user_api_tokens_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["discord_user_api_tokens_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["discord_user_api_tokens_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["discord_user_api_tokens_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["discord_user_api_tokens_var_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["discord_user_api_tokens_var_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["discord_user_api_tokens_variance_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` }>; /** link discord user ids to coordinape profiles 1:1 */ ["discord_users"]: AliasType<{ @@ -6141,6 +7254,277 @@ count?: [{ columns?: Array | undefine gift_amount?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, vault_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** columns and relationships of "emails" */ +["emails"]: AliasType<{ + email?:boolean | `@${string}`, + primary?:boolean | `@${string}`, + /** An object relationship */ + profile?:ValueTypes["profiles"], + profile_id?:boolean | `@${string}`, + verification_code?:boolean | `@${string}`, + verified_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "emails" */ +["emails_aggregate"]: AliasType<{ + aggregate?:ValueTypes["emails_aggregate_fields"], + nodes?:ValueTypes["emails"], + __typename?: boolean | `@${string}` +}>; + ["emails_aggregate_bool_exp"]: { + bool_and?: ValueTypes["emails_aggregate_bool_exp_bool_and"] | undefined | null | Variable, + bool_or?: ValueTypes["emails_aggregate_bool_exp_bool_or"] | undefined | null | Variable, + count?: ValueTypes["emails_aggregate_bool_exp_count"] | undefined | null | Variable +}; + ["emails_aggregate_bool_exp_bool_and"]: { + arguments: ValueTypes["emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns"] | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["emails_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Boolean_comparison_exp"] | Variable +}; + ["emails_aggregate_bool_exp_bool_or"]: { + arguments: ValueTypes["emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns"] | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["emails_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Boolean_comparison_exp"] | Variable +}; + ["emails_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["emails_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Int_comparison_exp"] | Variable +}; + /** aggregate fields of "emails" */ +["emails_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["emails_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["emails_max_fields"], + min?:ValueTypes["emails_min_fields"], + stddev?:ValueTypes["emails_stddev_fields"], + stddev_pop?:ValueTypes["emails_stddev_pop_fields"], + stddev_samp?:ValueTypes["emails_stddev_samp_fields"], + sum?:ValueTypes["emails_sum_fields"], + var_pop?:ValueTypes["emails_var_pop_fields"], + var_samp?:ValueTypes["emails_var_samp_fields"], + variance?:ValueTypes["emails_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** order by aggregate values of table "emails" */ +["emails_aggregate_order_by"]: { + avg?: ValueTypes["emails_avg_order_by"] | undefined | null | Variable, + count?: ValueTypes["order_by"] | undefined | null | Variable, + max?: ValueTypes["emails_max_order_by"] | undefined | null | Variable, + min?: ValueTypes["emails_min_order_by"] | undefined | null | Variable, + stddev?: ValueTypes["emails_stddev_order_by"] | undefined | null | Variable, + stddev_pop?: ValueTypes["emails_stddev_pop_order_by"] | undefined | null | Variable, + stddev_samp?: ValueTypes["emails_stddev_samp_order_by"] | undefined | null | Variable, + sum?: ValueTypes["emails_sum_order_by"] | undefined | null | Variable, + var_pop?: ValueTypes["emails_var_pop_order_by"] | undefined | null | Variable, + var_samp?: ValueTypes["emails_var_samp_order_by"] | undefined | null | Variable, + variance?: ValueTypes["emails_variance_order_by"] | undefined | null | Variable +}; + /** input type for inserting array relation for remote table "emails" */ +["emails_arr_rel_insert_input"]: { + data: Array | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["emails_on_conflict"] | undefined | null | Variable +}; + /** aggregate avg on columns */ +["emails_avg_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by avg() on columns of table "emails" */ +["emails_avg_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Boolean expression to filter rows from the table "emails". All fields are combined with a logical 'AND'. */ +["emails_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["emails_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + email?: ValueTypes["citext_comparison_exp"] | undefined | null | Variable, + primary?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, + profile?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable, + profile_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + verification_code?: ValueTypes["uuid_comparison_exp"] | undefined | null | Variable, + verified_at?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "emails" */ +["emails_constraint"]:emails_constraint; + /** input type for incrementing numeric columns in table "emails" */ +["emails_inc_input"]: { + profile_id?: number | undefined | null | Variable +}; + /** input type for inserting data into table "emails" */ +["emails_insert_input"]: { + email?: ValueTypes["citext"] | undefined | null | Variable, + primary?: boolean | undefined | null | Variable, + profile?: ValueTypes["profiles_obj_rel_insert_input"] | undefined | null | Variable, + profile_id?: number | undefined | null | Variable, + verification_code?: ValueTypes["uuid"] | undefined | null | Variable, + verified_at?: ValueTypes["timestamp"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["emails_max_fields"]: AliasType<{ + email?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + verification_code?:boolean | `@${string}`, + verified_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by max() on columns of table "emails" */ +["emails_max_order_by"]: { + email?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + verification_code?: ValueTypes["order_by"] | undefined | null | Variable, + verified_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate min on columns */ +["emails_min_fields"]: AliasType<{ + email?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + verification_code?:boolean | `@${string}`, + verified_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by min() on columns of table "emails" */ +["emails_min_order_by"]: { + email?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + verification_code?: ValueTypes["order_by"] | undefined | null | Variable, + verified_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** response of any mutation on the table "emails" */ +["emails_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["emails"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "emails" */ +["emails_on_conflict"]: { + constraint: ValueTypes["emails_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["emails_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "emails". */ +["emails_order_by"]: { + email?: ValueTypes["order_by"] | undefined | null | Variable, + primary?: ValueTypes["order_by"] | undefined | null | Variable, + profile?: ValueTypes["profiles_order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + verification_code?: ValueTypes["order_by"] | undefined | null | Variable, + verified_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: emails */ +["emails_pk_columns_input"]: { + email: ValueTypes["citext"] | Variable, + profile_id: number | Variable +}; + /** select columns of table "emails" */ +["emails_select_column"]:emails_select_column; + /** select "emails_aggregate_bool_exp_bool_and_arguments_columns" columns of table "emails" */ +["emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns"]:emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns; + /** select "emails_aggregate_bool_exp_bool_or_arguments_columns" columns of table "emails" */ +["emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns"]:emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns; + /** input type for updating data in table "emails" */ +["emails_set_input"]: { + email?: ValueTypes["citext"] | undefined | null | Variable, + primary?: boolean | undefined | null | Variable, + profile_id?: number | undefined | null | Variable, + verification_code?: ValueTypes["uuid"] | undefined | null | Variable, + verified_at?: ValueTypes["timestamp"] | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["emails_stddev_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev() on columns of table "emails" */ +["emails_stddev_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate stddev_pop on columns */ +["emails_stddev_pop_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_pop() on columns of table "emails" */ +["emails_stddev_pop_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate stddev_samp on columns */ +["emails_stddev_samp_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_samp() on columns of table "emails" */ +["emails_stddev_samp_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Streaming cursor of the table "emails" */ +["emails_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["emails_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["emails_stream_cursor_value_input"]: { + email?: ValueTypes["citext"] | undefined | null | Variable, + primary?: boolean | undefined | null | Variable, + profile_id?: number | undefined | null | Variable, + verification_code?: ValueTypes["uuid"] | undefined | null | Variable, + verified_at?: ValueTypes["timestamp"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["emails_sum_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by sum() on columns of table "emails" */ +["emails_sum_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** update columns of table "emails" */ +["emails_update_column"]:emails_update_column; + ["emails_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["emails_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["emails_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["emails_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["emails_var_pop_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_pop() on columns of table "emails" */ +["emails_var_pop_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate var_samp on columns */ +["emails_var_samp_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_samp() on columns of table "emails" */ +["emails_var_samp_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate variance on columns */ +["emails_variance_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by variance() on columns of table "emails" */ +["emails_variance_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable }; /** columns and relationships of "epoch_pgive_data" */ ["epoch_pgive_data"]: AliasType<{ @@ -6407,6 +7791,18 @@ count?: [{ columns?: Array | undef }>; /** columns and relationships of "epoches" */ ["epochs"]: AliasType<{ +activities?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["activities_bool_exp"] | undefined | null | Variable},ValueTypes["activities"]], +activities_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["activities_bool_exp"] | undefined | null | Variable},ValueTypes["activities_aggregate"]], burns?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -6423,6 +7819,7 @@ burns_aggregate?: [{ /** distinct select on columns */ circle?:ValueTypes["circles"], circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, description?:boolean | `@${string}`, distributions?: [{ /** distinct select on columns */ @@ -6452,7 +7849,31 @@ epoch_pending_token_gifts_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["pending_token_gifts_bool_exp"] | undefined | null | Variable},ValueTypes["pending_token_gifts_aggregate"]], grant?:boolean | `@${string}`, +histories?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["histories_bool_exp"] | undefined | null | Variable},ValueTypes["histories"]], +histories_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["histories_bool_exp"] | undefined | null | Variable},ValueTypes["histories_aggregate"]], id?:boolean | `@${string}`, +member_epoch_pgives?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["member_epoch_pgives_bool_exp"] | undefined | null | Variable},ValueTypes["member_epoch_pgives"]], +member_epoch_pgives_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["member_epoch_pgives_bool_exp"] | undefined | null | Variable},ValueTypes["member_epoch_pgives_aggregate"]], notified_before_end?:boolean | `@${string}`, notified_end?:boolean | `@${string}`, notified_start?:boolean | `@${string}`, @@ -6551,6 +7972,7 @@ count?: [{ columns?: Array | undefined | nul /** aggregate avg on columns */ ["epochs_avg_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -6563,6 +7985,7 @@ count?: [{ columns?: Array | undefined | nul /** order by avg() on columns of table "epoches" */ ["epochs_avg_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, grant?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -6576,11 +7999,14 @@ count?: [{ columns?: Array | undefined | nul _and?: Array | undefined | null | Variable, _not?: ValueTypes["epochs_bool_exp"] | undefined | null | Variable, _or?: Array | undefined | null | Variable, + activities?: ValueTypes["activities_bool_exp"] | undefined | null | Variable, + activities_aggregate?: ValueTypes["activities_aggregate_bool_exp"] | undefined | null | Variable, burns?: ValueTypes["burns_bool_exp"] | undefined | null | Variable, burns_aggregate?: ValueTypes["burns_aggregate_bool_exp"] | undefined | null | Variable, circle?: ValueTypes["circles_bool_exp"] | undefined | null | Variable, circle_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, created_at?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable, + created_by?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, days?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, description?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, distributions?: ValueTypes["distributions_bool_exp"] | undefined | null | Variable, @@ -6590,7 +8016,11 @@ count?: [{ columns?: Array | undefined | nul epoch_pending_token_gifts?: ValueTypes["pending_token_gifts_bool_exp"] | undefined | null | Variable, epoch_pending_token_gifts_aggregate?: ValueTypes["pending_token_gifts_aggregate_bool_exp"] | undefined | null | Variable, grant?: ValueTypes["numeric_comparison_exp"] | undefined | null | Variable, + histories?: ValueTypes["histories_bool_exp"] | undefined | null | Variable, + histories_aggregate?: ValueTypes["histories_aggregate_bool_exp"] | undefined | null | Variable, id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + member_epoch_pgives?: ValueTypes["member_epoch_pgives_bool_exp"] | undefined | null | Variable, + member_epoch_pgives_aggregate?: ValueTypes["member_epoch_pgives_aggregate_bool_exp"] | undefined | null | Variable, notified_before_end?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable, notified_end?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable, notified_start?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable, @@ -6622,6 +8052,7 @@ count?: [{ columns?: Array | undefined | nul /** input type for incrementing numeric columns in table "epoches" */ ["epochs_inc_input"]: { circle_id?: number | undefined | null | Variable, + created_by?: number | undefined | null | Variable, days?: number | undefined | null | Variable, grant?: ValueTypes["numeric"] | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, @@ -6632,10 +8063,12 @@ count?: [{ columns?: Array | undefined | nul }; /** input type for inserting data into table "epoches" */ ["epochs_insert_input"]: { + activities?: ValueTypes["activities_arr_rel_insert_input"] | undefined | null | Variable, burns?: ValueTypes["burns_arr_rel_insert_input"] | undefined | null | Variable, circle?: ValueTypes["circles_obj_rel_insert_input"] | undefined | null | Variable, circle_id?: number | undefined | null | Variable, created_at?: ValueTypes["timestamp"] | undefined | null | Variable, + created_by?: number | undefined | null | Variable, days?: number | undefined | null | Variable, description?: string | undefined | null | Variable, distributions?: ValueTypes["distributions_arr_rel_insert_input"] | undefined | null | Variable, @@ -6643,7 +8076,9 @@ count?: [{ columns?: Array | undefined | nul ended?: boolean | undefined | null | Variable, epoch_pending_token_gifts?: ValueTypes["pending_token_gifts_arr_rel_insert_input"] | undefined | null | Variable, grant?: ValueTypes["numeric"] | undefined | null | Variable, + histories?: ValueTypes["histories_arr_rel_insert_input"] | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, + member_epoch_pgives?: ValueTypes["member_epoch_pgives_arr_rel_insert_input"] | undefined | null | Variable, notified_before_end?: ValueTypes["timestamp"] | undefined | null | Variable, notified_end?: ValueTypes["timestamp"] | undefined | null | Variable, notified_start?: ValueTypes["timestamp"] | undefined | null | Variable, @@ -6661,6 +8096,7 @@ count?: [{ columns?: Array | undefined | nul ["epochs_max_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, description?:boolean | `@${string}`, end_date?:boolean | `@${string}`, @@ -6681,6 +8117,7 @@ count?: [{ columns?: Array | undefined | nul ["epochs_max_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, created_at?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, description?: ValueTypes["order_by"] | undefined | null | Variable, end_date?: ValueTypes["order_by"] | undefined | null | Variable, @@ -6700,6 +8137,7 @@ count?: [{ columns?: Array | undefined | nul ["epochs_min_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, description?:boolean | `@${string}`, end_date?:boolean | `@${string}`, @@ -6720,6 +8158,7 @@ count?: [{ columns?: Array | undefined | nul ["epochs_min_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, created_at?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, description?: ValueTypes["order_by"] | undefined | null | Variable, end_date?: ValueTypes["order_by"] | undefined | null | Variable, @@ -6757,10 +8196,12 @@ count?: [{ columns?: Array | undefined | nul }; /** Ordering options when selecting data from "epoches". */ ["epochs_order_by"]: { + activities_aggregate?: ValueTypes["activities_aggregate_order_by"] | undefined | null | Variable, burns_aggregate?: ValueTypes["burns_aggregate_order_by"] | undefined | null | Variable, circle?: ValueTypes["circles_order_by"] | undefined | null | Variable, circle_id?: ValueTypes["order_by"] | undefined | null | Variable, created_at?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, description?: ValueTypes["order_by"] | undefined | null | Variable, distributions_aggregate?: ValueTypes["distributions_aggregate_order_by"] | undefined | null | Variable, @@ -6768,7 +8209,9 @@ count?: [{ columns?: Array | undefined | nul ended?: ValueTypes["order_by"] | undefined | null | Variable, epoch_pending_token_gifts_aggregate?: ValueTypes["pending_token_gifts_aggregate_order_by"] | undefined | null | Variable, grant?: ValueTypes["order_by"] | undefined | null | Variable, + histories_aggregate?: ValueTypes["histories_aggregate_order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + member_epoch_pgives_aggregate?: ValueTypes["member_epoch_pgives_aggregate_order_by"] | undefined | null | Variable, notified_before_end?: ValueTypes["order_by"] | undefined | null | Variable, notified_end?: ValueTypes["order_by"] | undefined | null | Variable, notified_start?: ValueTypes["order_by"] | undefined | null | Variable, @@ -6800,6 +8243,7 @@ count?: [{ columns?: Array | undefined | nul ["epochs_set_input"]: { circle_id?: number | undefined | null | Variable, created_at?: ValueTypes["timestamp"] | undefined | null | Variable, + created_by?: number | undefined | null | Variable, days?: number | undefined | null | Variable, description?: string | undefined | null | Variable, end_date?: ValueTypes["timestamptz"] | undefined | null | Variable, @@ -6820,6 +8264,7 @@ count?: [{ columns?: Array | undefined | nul /** aggregate stddev on columns */ ["epochs_stddev_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -6832,6 +8277,7 @@ count?: [{ columns?: Array | undefined | nul /** order by stddev() on columns of table "epoches" */ ["epochs_stddev_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, grant?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -6843,6 +8289,7 @@ count?: [{ columns?: Array | undefined | nul /** aggregate stddev_pop on columns */ ["epochs_stddev_pop_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -6855,6 +8302,7 @@ count?: [{ columns?: Array | undefined | nul /** order by stddev_pop() on columns of table "epoches" */ ["epochs_stddev_pop_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, grant?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -6866,6 +8314,7 @@ count?: [{ columns?: Array | undefined | nul /** aggregate stddev_samp on columns */ ["epochs_stddev_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -6878,6 +8327,7 @@ count?: [{ columns?: Array | undefined | nul /** order by stddev_samp() on columns of table "epoches" */ ["epochs_stddev_samp_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, grant?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -6897,6 +8347,7 @@ count?: [{ columns?: Array | undefined | nul ["epochs_stream_cursor_value_input"]: { circle_id?: number | undefined | null | Variable, created_at?: ValueTypes["timestamp"] | undefined | null | Variable, + created_by?: number | undefined | null | Variable, days?: number | undefined | null | Variable, description?: string | undefined | null | Variable, end_date?: ValueTypes["timestamptz"] | undefined | null | Variable, @@ -6917,6 +8368,7 @@ count?: [{ columns?: Array | undefined | nul /** aggregate sum on columns */ ["epochs_sum_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -6929,6 +8381,7 @@ count?: [{ columns?: Array | undefined | nul /** order by sum() on columns of table "epoches" */ ["epochs_sum_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, grant?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -6960,6 +8413,7 @@ count?: [{ columns?: Array | undefined | nul /** aggregate var_pop on columns */ ["epochs_var_pop_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -6972,6 +8426,7 @@ count?: [{ columns?: Array | undefined | nul /** order by var_pop() on columns of table "epoches" */ ["epochs_var_pop_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, grant?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -6983,6 +8438,7 @@ count?: [{ columns?: Array | undefined | nul /** aggregate var_samp on columns */ ["epochs_var_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -6995,6 +8451,7 @@ count?: [{ columns?: Array | undefined | nul /** order by var_samp() on columns of table "epoches" */ ["epochs_var_samp_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, grant?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -7006,6 +8463,7 @@ count?: [{ columns?: Array | undefined | nul /** aggregate variance on columns */ ["epochs_variance_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -7018,6 +8476,7 @@ count?: [{ columns?: Array | undefined | nul /** order by variance() on columns of table "epoches" */ ["epochs_variance_order_by"]: { circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_by?: ValueTypes["order_by"] | undefined | null | Variable, days?: ValueTypes["order_by"] | undefined | null | Variable, grant?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -7025,6 +8484,19 @@ count?: [{ columns?: Array | undefined | nul regift_days?: ValueTypes["order_by"] | undefined | null | Variable, repeat?: ValueTypes["order_by"] | undefined | null | Variable, repeat_day_of_month?: ValueTypes["order_by"] | undefined | null | Variable +}; + ["float8"]:unknown; + /** Boolean expression to compare columns of type "float8". All fields are combined with logical 'AND'. */ +["float8_comparison_exp"]: { + _eq?: ValueTypes["float8"] | undefined | null | Variable, + _gt?: ValueTypes["float8"] | undefined | null | Variable, + _gte?: ValueTypes["float8"] | undefined | null | Variable, + _in?: Array | undefined | null | Variable, + _is_null?: boolean | undefined | null | Variable, + _lt?: ValueTypes["float8"] | undefined | null | Variable, + _lte?: ValueTypes["float8"] | undefined | null | Variable, + _neq?: ValueTypes["float8"] | undefined | null | Variable, + _nin?: Array | undefined | null | Variable }; /** columns and relationships of "gift_private" */ ["gift_private"]: AliasType<{ @@ -7233,6 +8705,15 @@ count?: [{ columns?: Array | undefined nodes?:ValueTypes["histories"], __typename?: boolean | `@${string}` }>; + ["histories_aggregate_bool_exp"]: { + count?: ValueTypes["histories_aggregate_bool_exp_count"] | undefined | null | Variable +}; + ["histories_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["histories_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Int_comparison_exp"] | Variable +}; /** aggregate fields of "histories" */ ["histories_aggregate_fields"]: AliasType<{ avg?:ValueTypes["histories_avg_fields"], @@ -7248,6 +8729,26 @@ count?: [{ columns?: Array | undefined | variance?:ValueTypes["histories_variance_fields"], __typename?: boolean | `@${string}` }>; + /** order by aggregate values of table "histories" */ +["histories_aggregate_order_by"]: { + avg?: ValueTypes["histories_avg_order_by"] | undefined | null | Variable, + count?: ValueTypes["order_by"] | undefined | null | Variable, + max?: ValueTypes["histories_max_order_by"] | undefined | null | Variable, + min?: ValueTypes["histories_min_order_by"] | undefined | null | Variable, + stddev?: ValueTypes["histories_stddev_order_by"] | undefined | null | Variable, + stddev_pop?: ValueTypes["histories_stddev_pop_order_by"] | undefined | null | Variable, + stddev_samp?: ValueTypes["histories_stddev_samp_order_by"] | undefined | null | Variable, + sum?: ValueTypes["histories_sum_order_by"] | undefined | null | Variable, + var_pop?: ValueTypes["histories_var_pop_order_by"] | undefined | null | Variable, + var_samp?: ValueTypes["histories_var_samp_order_by"] | undefined | null | Variable, + variance?: ValueTypes["histories_variance_order_by"] | undefined | null | Variable +}; + /** input type for inserting array relation for remote table "histories" */ +["histories_arr_rel_insert_input"]: { + data: Array | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["histories_on_conflict"] | undefined | null | Variable +}; /** aggregate avg on columns */ ["histories_avg_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, @@ -7256,6 +8757,13 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by avg() on columns of table "histories" */ +["histories_avg_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** Boolean expression to filter rows from the table "histories". All fields are combined with a logical 'AND'. */ ["histories_bool_exp"]: { _and?: Array | undefined | null | Variable, @@ -7305,6 +8813,16 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by max() on columns of table "histories" */ +["histories_max_order_by"]: { + bio?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate min on columns */ ["histories_min_fields"]: AliasType<{ bio?:boolean | `@${string}`, @@ -7316,6 +8834,16 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by min() on columns of table "histories" */ +["histories_min_order_by"]: { + bio?: ValueTypes["order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** response of any mutation on the table "histories" */ ["histories_mutation_response"]: AliasType<{ /** number of rows affected by the mutation */ @@ -7367,6 +8895,13 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev() on columns of table "histories" */ +["histories_stddev_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate stddev_pop on columns */ ["histories_stddev_pop_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, @@ -7375,6 +8910,13 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_pop() on columns of table "histories" */ +["histories_stddev_pop_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate stddev_samp on columns */ ["histories_stddev_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, @@ -7383,6 +8925,13 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_samp() on columns of table "histories" */ +["histories_stddev_samp_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** Streaming cursor of the table "histories" */ ["histories_stream_cursor_input"]: { /** Stream column input with initial value */ @@ -7408,6 +8957,13 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by sum() on columns of table "histories" */ +["histories_sum_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** update columns of table "histories" */ ["histories_update_column"]:histories_update_column; ["histories_updates"]: { @@ -7426,6 +8982,13 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_pop() on columns of table "histories" */ +["histories_var_pop_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate var_samp on columns */ ["histories_var_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, @@ -7434,6 +8997,13 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_samp() on columns of table "histories" */ +["histories_var_samp_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate variance on columns */ ["histories_variance_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, @@ -7442,6 +9012,13 @@ count?: [{ columns?: Array | undefined | user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by variance() on columns of table "histories" */ +["histories_variance_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** columns and relationships of "interaction_events" */ ["interaction_events"]: AliasType<{ /** An object relationship */ @@ -7759,6 +9336,480 @@ count?: [{ columns?: Array | und _neq?: ValueTypes["jsonb"] | undefined | null | Variable, _nin?: Array | undefined | null | Variable }; + /** tracks the amount of keys an address holds in a given subject. updated with data from the key_tx table */ +["key_holders"]: AliasType<{ + address?:boolean | `@${string}`, + /** An object relationship */ + address_cosoul?:ValueTypes["cosouls"], + amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + /** An object relationship */ + subject_cosoul?:ValueTypes["cosouls"], + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "key_holders" */ +["key_holders_aggregate"]: AliasType<{ + aggregate?:ValueTypes["key_holders_aggregate_fields"], + nodes?:ValueTypes["key_holders"], + __typename?: boolean | `@${string}` +}>; + ["key_holders_aggregate_bool_exp"]: { + count?: ValueTypes["key_holders_aggregate_bool_exp_count"] | undefined | null | Variable +}; + ["key_holders_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Int_comparison_exp"] | Variable +}; + /** aggregate fields of "key_holders" */ +["key_holders_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["key_holders_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["key_holders_max_fields"], + min?:ValueTypes["key_holders_min_fields"], + stddev?:ValueTypes["key_holders_stddev_fields"], + stddev_pop?:ValueTypes["key_holders_stddev_pop_fields"], + stddev_samp?:ValueTypes["key_holders_stddev_samp_fields"], + sum?:ValueTypes["key_holders_sum_fields"], + var_pop?:ValueTypes["key_holders_var_pop_fields"], + var_samp?:ValueTypes["key_holders_var_samp_fields"], + variance?:ValueTypes["key_holders_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** order by aggregate values of table "key_holders" */ +["key_holders_aggregate_order_by"]: { + avg?: ValueTypes["key_holders_avg_order_by"] | undefined | null | Variable, + count?: ValueTypes["order_by"] | undefined | null | Variable, + max?: ValueTypes["key_holders_max_order_by"] | undefined | null | Variable, + min?: ValueTypes["key_holders_min_order_by"] | undefined | null | Variable, + stddev?: ValueTypes["key_holders_stddev_order_by"] | undefined | null | Variable, + stddev_pop?: ValueTypes["key_holders_stddev_pop_order_by"] | undefined | null | Variable, + stddev_samp?: ValueTypes["key_holders_stddev_samp_order_by"] | undefined | null | Variable, + sum?: ValueTypes["key_holders_sum_order_by"] | undefined | null | Variable, + var_pop?: ValueTypes["key_holders_var_pop_order_by"] | undefined | null | Variable, + var_samp?: ValueTypes["key_holders_var_samp_order_by"] | undefined | null | Variable, + variance?: ValueTypes["key_holders_variance_order_by"] | undefined | null | Variable +}; + /** input type for inserting array relation for remote table "key_holders" */ +["key_holders_arr_rel_insert_input"]: { + data: Array | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["key_holders_on_conflict"] | undefined | null | Variable +}; + /** aggregate avg on columns */ +["key_holders_avg_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by avg() on columns of table "key_holders" */ +["key_holders_avg_order_by"]: { + amount?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Boolean expression to filter rows from the table "key_holders". All fields are combined with a logical 'AND'. */ +["key_holders_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + address?: ValueTypes["citext_comparison_exp"] | undefined | null | Variable, + address_cosoul?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable, + amount?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + subject?: ValueTypes["citext_comparison_exp"] | undefined | null | Variable, + subject_cosoul?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "key_holders" */ +["key_holders_constraint"]:key_holders_constraint; + /** input type for incrementing numeric columns in table "key_holders" */ +["key_holders_inc_input"]: { + amount?: number | undefined | null | Variable +}; + /** input type for inserting data into table "key_holders" */ +["key_holders_insert_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + address_cosoul?: ValueTypes["cosouls_obj_rel_insert_input"] | undefined | null | Variable, + amount?: number | undefined | null | Variable, + subject?: ValueTypes["citext"] | undefined | null | Variable, + subject_cosoul?: ValueTypes["cosouls_obj_rel_insert_input"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["key_holders_max_fields"]: AliasType<{ + address?:boolean | `@${string}`, + amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by max() on columns of table "key_holders" */ +["key_holders_max_order_by"]: { + address?: ValueTypes["order_by"] | undefined | null | Variable, + amount?: ValueTypes["order_by"] | undefined | null | Variable, + subject?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate min on columns */ +["key_holders_min_fields"]: AliasType<{ + address?:boolean | `@${string}`, + amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by min() on columns of table "key_holders" */ +["key_holders_min_order_by"]: { + address?: ValueTypes["order_by"] | undefined | null | Variable, + amount?: ValueTypes["order_by"] | undefined | null | Variable, + subject?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** response of any mutation on the table "key_holders" */ +["key_holders_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["key_holders"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "key_holders" */ +["key_holders_on_conflict"]: { + constraint: ValueTypes["key_holders_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "key_holders". */ +["key_holders_order_by"]: { + address?: ValueTypes["order_by"] | undefined | null | Variable, + address_cosoul?: ValueTypes["cosouls_order_by"] | undefined | null | Variable, + amount?: ValueTypes["order_by"] | undefined | null | Variable, + subject?: ValueTypes["order_by"] | undefined | null | Variable, + subject_cosoul?: ValueTypes["cosouls_order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: key_holders */ +["key_holders_pk_columns_input"]: { + address: ValueTypes["citext"] | Variable, + subject: ValueTypes["citext"] | Variable +}; + /** select columns of table "key_holders" */ +["key_holders_select_column"]:key_holders_select_column; + /** input type for updating data in table "key_holders" */ +["key_holders_set_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + amount?: number | undefined | null | Variable, + subject?: ValueTypes["citext"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["key_holders_stddev_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev() on columns of table "key_holders" */ +["key_holders_stddev_order_by"]: { + amount?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate stddev_pop on columns */ +["key_holders_stddev_pop_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_pop() on columns of table "key_holders" */ +["key_holders_stddev_pop_order_by"]: { + amount?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate stddev_samp on columns */ +["key_holders_stddev_samp_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_samp() on columns of table "key_holders" */ +["key_holders_stddev_samp_order_by"]: { + amount?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Streaming cursor of the table "key_holders" */ +["key_holders_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["key_holders_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["key_holders_stream_cursor_value_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + amount?: number | undefined | null | Variable, + subject?: ValueTypes["citext"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["key_holders_sum_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by sum() on columns of table "key_holders" */ +["key_holders_sum_order_by"]: { + amount?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** update columns of table "key_holders" */ +["key_holders_update_column"]:key_holders_update_column; + ["key_holders_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["key_holders_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["key_holders_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["key_holders_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["key_holders_var_pop_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_pop() on columns of table "key_holders" */ +["key_holders_var_pop_order_by"]: { + amount?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate var_samp on columns */ +["key_holders_var_samp_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_samp() on columns of table "key_holders" */ +["key_holders_var_samp_order_by"]: { + amount?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate variance on columns */ +["key_holders_variance_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by variance() on columns of table "key_holders" */ +["key_holders_variance_order_by"]: { + amount?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** columns and relationships of "key_tx" */ +["key_tx"]: AliasType<{ + buy?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + eth_amount?:boolean | `@${string}`, + protocol_fee_amount?:boolean | `@${string}`, + share_amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + subject_fee_amount?:boolean | `@${string}`, + /** An object relationship */ + subject_profile?:ValueTypes["profiles_public"], + supply?:boolean | `@${string}`, + trader?:boolean | `@${string}`, + /** An object relationship */ + trader_profile?:ValueTypes["profiles_public"], + tx_hash?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "key_tx" */ +["key_tx_aggregate"]: AliasType<{ + aggregate?:ValueTypes["key_tx_aggregate_fields"], + nodes?:ValueTypes["key_tx"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "key_tx" */ +["key_tx_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["key_tx_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["key_tx_max_fields"], + min?:ValueTypes["key_tx_min_fields"], + stddev?:ValueTypes["key_tx_stddev_fields"], + stddev_pop?:ValueTypes["key_tx_stddev_pop_fields"], + stddev_samp?:ValueTypes["key_tx_stddev_samp_fields"], + sum?:ValueTypes["key_tx_sum_fields"], + var_pop?:ValueTypes["key_tx_var_pop_fields"], + var_samp?:ValueTypes["key_tx_var_samp_fields"], + variance?:ValueTypes["key_tx_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["key_tx_avg_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "key_tx". All fields are combined with a logical 'AND'. */ +["key_tx_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["key_tx_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + buy?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + eth_amount?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + protocol_fee_amount?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + share_amount?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + subject?: ValueTypes["citext_comparison_exp"] | undefined | null | Variable, + subject_fee_amount?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + subject_profile?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable, + supply?: ValueTypes["numeric_comparison_exp"] | undefined | null | Variable, + trader?: ValueTypes["citext_comparison_exp"] | undefined | null | Variable, + trader_profile?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable, + tx_hash?: ValueTypes["citext_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "key_tx" */ +["key_tx_constraint"]:key_tx_constraint; + /** input type for incrementing numeric columns in table "key_tx" */ +["key_tx_inc_input"]: { + supply?: ValueTypes["numeric"] | undefined | null | Variable +}; + /** input type for inserting data into table "key_tx" */ +["key_tx_insert_input"]: { + buy?: boolean | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + eth_amount?: string | undefined | null | Variable, + protocol_fee_amount?: string | undefined | null | Variable, + share_amount?: string | undefined | null | Variable, + subject?: ValueTypes["citext"] | undefined | null | Variable, + subject_fee_amount?: string | undefined | null | Variable, + subject_profile?: ValueTypes["profiles_public_obj_rel_insert_input"] | undefined | null | Variable, + supply?: ValueTypes["numeric"] | undefined | null | Variable, + trader?: ValueTypes["citext"] | undefined | null | Variable, + trader_profile?: ValueTypes["profiles_public_obj_rel_insert_input"] | undefined | null | Variable, + tx_hash?: ValueTypes["citext"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["key_tx_max_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + eth_amount?:boolean | `@${string}`, + protocol_fee_amount?:boolean | `@${string}`, + share_amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + subject_fee_amount?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + trader?:boolean | `@${string}`, + tx_hash?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["key_tx_min_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + eth_amount?:boolean | `@${string}`, + protocol_fee_amount?:boolean | `@${string}`, + share_amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + subject_fee_amount?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + trader?:boolean | `@${string}`, + tx_hash?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "key_tx" */ +["key_tx_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["key_tx"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "key_tx" */ +["key_tx_on_conflict"]: { + constraint: ValueTypes["key_tx_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["key_tx_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "key_tx". */ +["key_tx_order_by"]: { + buy?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + eth_amount?: ValueTypes["order_by"] | undefined | null | Variable, + protocol_fee_amount?: ValueTypes["order_by"] | undefined | null | Variable, + share_amount?: ValueTypes["order_by"] | undefined | null | Variable, + subject?: ValueTypes["order_by"] | undefined | null | Variable, + subject_fee_amount?: ValueTypes["order_by"] | undefined | null | Variable, + subject_profile?: ValueTypes["profiles_public_order_by"] | undefined | null | Variable, + supply?: ValueTypes["order_by"] | undefined | null | Variable, + trader?: ValueTypes["order_by"] | undefined | null | Variable, + trader_profile?: ValueTypes["profiles_public_order_by"] | undefined | null | Variable, + tx_hash?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: key_tx */ +["key_tx_pk_columns_input"]: { + tx_hash: ValueTypes["citext"] | Variable +}; + /** select columns of table "key_tx" */ +["key_tx_select_column"]:key_tx_select_column; + /** input type for updating data in table "key_tx" */ +["key_tx_set_input"]: { + buy?: boolean | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + eth_amount?: string | undefined | null | Variable, + protocol_fee_amount?: string | undefined | null | Variable, + share_amount?: string | undefined | null | Variable, + subject?: ValueTypes["citext"] | undefined | null | Variable, + subject_fee_amount?: string | undefined | null | Variable, + supply?: ValueTypes["numeric"] | undefined | null | Variable, + trader?: ValueTypes["citext"] | undefined | null | Variable, + tx_hash?: ValueTypes["citext"] | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["key_tx_stddev_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["key_tx_stddev_pop_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["key_tx_stddev_samp_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "key_tx" */ +["key_tx_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["key_tx_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["key_tx_stream_cursor_value_input"]: { + buy?: boolean | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + eth_amount?: string | undefined | null | Variable, + protocol_fee_amount?: string | undefined | null | Variable, + share_amount?: string | undefined | null | Variable, + subject?: ValueTypes["citext"] | undefined | null | Variable, + subject_fee_amount?: string | undefined | null | Variable, + supply?: ValueTypes["numeric"] | undefined | null | Variable, + trader?: ValueTypes["citext"] | undefined | null | Variable, + tx_hash?: ValueTypes["citext"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["key_tx_sum_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "key_tx" */ +["key_tx_update_column"]:key_tx_update_column; + ["key_tx_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["key_tx_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["key_tx_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["key_tx_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["key_tx_var_pop_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["key_tx_var_samp_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["key_tx_variance_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** columns and relationships of "locked_token_distribution_gifts" */ ["locked_token_distribution_gifts"]: AliasType<{ earnings?:boolean | `@${string}`, @@ -8343,9 +10394,162 @@ count?: [{ columns?: Array; + /** columns and relationships of "member_circle_pgives" */ +["member_circle_pgives"]: AliasType<{ + /** An object relationship */ + circle?:ValueTypes["circles"], + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + /** An object relationship */ + user?:ValueTypes["users"], + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "member_circle_pgives" */ +["member_circle_pgives_aggregate"]: AliasType<{ + aggregate?:ValueTypes["member_circle_pgives_aggregate_fields"], + nodes?:ValueTypes["member_circle_pgives"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "member_circle_pgives" */ +["member_circle_pgives_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["member_circle_pgives_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["member_circle_pgives_max_fields"], + min?:ValueTypes["member_circle_pgives_min_fields"], + stddev?:ValueTypes["member_circle_pgives_stddev_fields"], + stddev_pop?:ValueTypes["member_circle_pgives_stddev_pop_fields"], + stddev_samp?:ValueTypes["member_circle_pgives_stddev_samp_fields"], + sum?:ValueTypes["member_circle_pgives_sum_fields"], + var_pop?:ValueTypes["member_circle_pgives_var_pop_fields"], + var_samp?:ValueTypes["member_circle_pgives_var_samp_fields"], + variance?:ValueTypes["member_circle_pgives_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["member_circle_pgives_avg_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "member_circle_pgives". All fields are combined with a logical 'AND'. */ +["member_circle_pgives_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["member_circle_pgives_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + circle?: ValueTypes["circles_bool_exp"] | undefined | null | Variable, + circle_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + epochs?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + pgive?: ValueTypes["numeric_comparison_exp"] | undefined | null | Variable, + user?: ValueTypes["users_bool_exp"] | undefined | null | Variable, + user_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["member_circle_pgives_max_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["member_circle_pgives_min_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Ordering options when selecting data from "member_circle_pgives". */ +["member_circle_pgives_order_by"]: { + circle?: ValueTypes["circles_order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epochs?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user?: ValueTypes["users_order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** select columns of table "member_circle_pgives" */ +["member_circle_pgives_select_column"]:member_circle_pgives_select_column; + /** aggregate stddev on columns */ +["member_circle_pgives_stddev_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["member_circle_pgives_stddev_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["member_circle_pgives_stddev_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "member_circle_pgives" */ +["member_circle_pgives_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["member_circle_pgives_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["member_circle_pgives_stream_cursor_value_input"]: { + circle_id?: number | undefined | null | Variable, + epochs?: ValueTypes["bigint"] | undefined | null | Variable, + pgive?: ValueTypes["numeric"] | undefined | null | Variable, + user_id?: number | undefined | null | Variable +}; + /** aggregate sum on columns */ +["member_circle_pgives_sum_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_pop on columns */ +["member_circle_pgives_var_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["member_circle_pgives_var_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["member_circle_pgives_variance_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` }>; /** member allocated pgives per epoch */ ["member_epoch_pgives"]: AliasType<{ + /** An object relationship */ + circle?:ValueTypes["circles"], + circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, /** An object relationship */ epoch?:ValueTypes["epochs"], @@ -8354,6 +10558,9 @@ count?: [{ columns?: Array; + ["member_epoch_pgives_aggregate_bool_exp"]: { + count?: ValueTypes["member_epoch_pgives_aggregate_bool_exp_count"] | undefined | null | Variable +}; + ["member_epoch_pgives_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["member_epoch_pgives_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Int_comparison_exp"] | Variable +}; /** aggregate fields of "member_epoch_pgives" */ ["member_epoch_pgives_aggregate_fields"]: AliasType<{ avg?:ValueTypes["member_epoch_pgives_avg_fields"], @@ -8381,22 +10597,58 @@ count?: [{ columns?: Array | un variance?:ValueTypes["member_epoch_pgives_variance_fields"], __typename?: boolean | `@${string}` }>; + /** order by aggregate values of table "member_epoch_pgives" */ +["member_epoch_pgives_aggregate_order_by"]: { + avg?: ValueTypes["member_epoch_pgives_avg_order_by"] | undefined | null | Variable, + count?: ValueTypes["order_by"] | undefined | null | Variable, + max?: ValueTypes["member_epoch_pgives_max_order_by"] | undefined | null | Variable, + min?: ValueTypes["member_epoch_pgives_min_order_by"] | undefined | null | Variable, + stddev?: ValueTypes["member_epoch_pgives_stddev_order_by"] | undefined | null | Variable, + stddev_pop?: ValueTypes["member_epoch_pgives_stddev_pop_order_by"] | undefined | null | Variable, + stddev_samp?: ValueTypes["member_epoch_pgives_stddev_samp_order_by"] | undefined | null | Variable, + sum?: ValueTypes["member_epoch_pgives_sum_order_by"] | undefined | null | Variable, + var_pop?: ValueTypes["member_epoch_pgives_var_pop_order_by"] | undefined | null | Variable, + var_samp?: ValueTypes["member_epoch_pgives_var_samp_order_by"] | undefined | null | Variable, + variance?: ValueTypes["member_epoch_pgives_variance_order_by"] | undefined | null | Variable +}; + /** input type for inserting array relation for remote table "member_epoch_pgives" */ +["member_epoch_pgives_arr_rel_insert_input"]: { + data: Array | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["member_epoch_pgives_on_conflict"] | undefined | null | Variable +}; /** aggregate avg on columns */ ["member_epoch_pgives_avg_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by avg() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_avg_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + gives_received?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, + opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** Boolean expression to filter rows from the table "member_epoch_pgives". All fields are combined with a logical 'AND'. */ ["member_epoch_pgives_bool_exp"]: { _and?: Array | undefined | null | Variable, _not?: ValueTypes["member_epoch_pgives_bool_exp"] | undefined | null | Variable, _or?: Array | undefined | null | Variable, + circle?: ValueTypes["circles_bool_exp"] | undefined | null | Variable, + circle_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, epoch?: ValueTypes["epochs_bool_exp"] | undefined | null | Variable, epoch_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, @@ -8404,6 +10656,8 @@ count?: [{ columns?: Array | un id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, normalized_pgive?: ValueTypes["numeric_comparison_exp"] | undefined | null | Variable, opt_out_bonus?: ValueTypes["numeric_comparison_exp"] | undefined | null | Variable, + organization?: ValueTypes["organizations_bool_exp"] | undefined | null | Variable, + organization_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, pgive?: ValueTypes["numeric_comparison_exp"] | undefined | null | Variable, user?: ValueTypes["users_bool_exp"] | undefined | null | Variable, user_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable @@ -8412,16 +10666,20 @@ count?: [{ columns?: Array | un ["member_epoch_pgives_constraint"]:member_epoch_pgives_constraint; /** input type for incrementing numeric columns in table "member_epoch_pgives" */ ["member_epoch_pgives_inc_input"]: { + circle_id?: number | undefined | null | Variable, epoch_id?: number | undefined | null | Variable, gives_received?: number | undefined | null | Variable, id?: number | undefined | null | Variable, normalized_pgive?: ValueTypes["numeric"] | undefined | null | Variable, opt_out_bonus?: ValueTypes["numeric"] | undefined | null | Variable, + organization_id?: number | undefined | null | Variable, pgive?: ValueTypes["numeric"] | undefined | null | Variable, user_id?: number | undefined | null | Variable }; /** input type for inserting data into table "member_epoch_pgives" */ ["member_epoch_pgives_insert_input"]: { + circle?: ValueTypes["circles_obj_rel_insert_input"] | undefined | null | Variable, + circle_id?: number | undefined | null | Variable, created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, epoch?: ValueTypes["epochs_obj_rel_insert_input"] | undefined | null | Variable, epoch_id?: number | undefined | null | Variable, @@ -8429,34 +10687,66 @@ count?: [{ columns?: Array | un id?: number | undefined | null | Variable, normalized_pgive?: ValueTypes["numeric"] | undefined | null | Variable, opt_out_bonus?: ValueTypes["numeric"] | undefined | null | Variable, + organization?: ValueTypes["organizations_obj_rel_insert_input"] | undefined | null | Variable, + organization_id?: number | undefined | null | Variable, pgive?: ValueTypes["numeric"] | undefined | null | Variable, user?: ValueTypes["users_obj_rel_insert_input"] | undefined | null | Variable, user_id?: number | undefined | null | Variable }; /** aggregate max on columns */ ["member_epoch_pgives_max_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by max() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_max_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + gives_received?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, + opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate min on columns */ ["member_epoch_pgives_min_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by min() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_min_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + gives_received?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, + opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** response of any mutation on the table "member_epoch_pgives" */ ["member_epoch_pgives_mutation_response"]: AliasType<{ /** number of rows affected by the mutation */ @@ -8473,6 +10763,8 @@ count?: [{ columns?: Array | un }; /** Ordering options when selecting data from "member_epoch_pgives". */ ["member_epoch_pgives_order_by"]: { + circle?: ValueTypes["circles_order_by"] | undefined | null | Variable, + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, created_at?: ValueTypes["order_by"] | undefined | null | Variable, epoch?: ValueTypes["epochs_order_by"] | undefined | null | Variable, epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -8480,6 +10772,8 @@ count?: [{ columns?: Array | un id?: ValueTypes["order_by"] | undefined | null | Variable, normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization?: ValueTypes["organizations_order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, pgive?: ValueTypes["order_by"] | undefined | null | Variable, user?: ValueTypes["users_order_by"] | undefined | null | Variable, user_id?: ValueTypes["order_by"] | undefined | null | Variable @@ -8492,48 +10786,92 @@ count?: [{ columns?: Array | un ["member_epoch_pgives_select_column"]:member_epoch_pgives_select_column; /** input type for updating data in table "member_epoch_pgives" */ ["member_epoch_pgives_set_input"]: { + circle_id?: number | undefined | null | Variable, created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, epoch_id?: number | undefined | null | Variable, gives_received?: number | undefined | null | Variable, id?: number | undefined | null | Variable, normalized_pgive?: ValueTypes["numeric"] | undefined | null | Variable, opt_out_bonus?: ValueTypes["numeric"] | undefined | null | Variable, + organization_id?: number | undefined | null | Variable, pgive?: ValueTypes["numeric"] | undefined | null | Variable, user_id?: number | undefined | null | Variable }; /** aggregate stddev on columns */ ["member_epoch_pgives_stddev_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + gives_received?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, + opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate stddev_pop on columns */ ["member_epoch_pgives_stddev_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_pop() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_pop_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + gives_received?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, + opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate stddev_samp on columns */ ["member_epoch_pgives_stddev_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_samp() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_samp_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + gives_received?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, + opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** Streaming cursor of the table "member_epoch_pgives" */ ["member_epoch_pgives_stream_cursor_input"]: { /** Stream column input with initial value */ @@ -8543,26 +10881,42 @@ count?: [{ columns?: Array | un }; /** Initial value of the column from where the streaming should start */ ["member_epoch_pgives_stream_cursor_value_input"]: { + circle_id?: number | undefined | null | Variable, created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, epoch_id?: number | undefined | null | Variable, gives_received?: number | undefined | null | Variable, id?: number | undefined | null | Variable, normalized_pgive?: ValueTypes["numeric"] | undefined | null | Variable, opt_out_bonus?: ValueTypes["numeric"] | undefined | null | Variable, + organization_id?: number | undefined | null | Variable, pgive?: ValueTypes["numeric"] | undefined | null | Variable, user_id?: number | undefined | null | Variable }; /** aggregate sum on columns */ ["member_epoch_pgives_sum_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by sum() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_sum_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + gives_received?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, + opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** update columns of table "member_epoch_pgives" */ ["member_epoch_pgives_update_column"]:member_epoch_pgives_update_column; ["member_epoch_pgives_updates"]: { @@ -8575,45 +10929,90 @@ count?: [{ columns?: Array | un }; /** aggregate var_pop on columns */ ["member_epoch_pgives_var_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_pop() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_var_pop_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + gives_received?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, + opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate var_samp on columns */ ["member_epoch_pgives_var_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_samp() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_var_samp_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + gives_received?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, + opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** aggregate variance on columns */ ["member_epoch_pgives_variance_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by variance() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_variance_order_by"]: { + circle_id?: ValueTypes["order_by"] | undefined | null | Variable, + epoch_id?: ValueTypes["order_by"] | undefined | null | Variable, + gives_received?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + normalized_pgive?: ValueTypes["order_by"] | undefined | null | Variable, + opt_out_bonus?: ValueTypes["order_by"] | undefined | null | Variable, + organization_id?: ValueTypes["order_by"] | undefined | null | Variable, + pgive?: ValueTypes["order_by"] | undefined | null | Variable, + user_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** mutation root */ ["mutation_root"]: AliasType<{ + /** Accept Terms of Service action */ + acceptTOS?:ValueTypes["AcceptTOSOutput"], +addEmail?: [{ payload: ValueTypes["AddEmailInput"] | Variable},ValueTypes["ConfirmationResponse"]], adminUpdateUser?: [{ payload: ValueTypes["AdminUpdateUserInput"] | Variable},ValueTypes["UserResponse"]], allocationCsv?: [{ payload: ValueTypes["AllocationCsvInput"] | Variable},ValueTypes["AllocationCsvResponse"]], createCircle?: [{ payload: ValueTypes["CreateCircleInput"] | Variable},ValueTypes["CreateCircleResponse"]], createEpoch?: [{ payload: ValueTypes["CreateEpochInput"] | Variable},ValueTypes["EpochResponse"]], -createEpochOld?: [{ payload: ValueTypes["CreateEpochOldInput"] | Variable},ValueTypes["EpochResponse"]], createNominee?: [{ payload: ValueTypes["CreateNomineeInput"] | Variable},ValueTypes["CreateNomineeResponse"]], +createOrgMembers?: [{ payload: ValueTypes["CreateOrgMembersInput"] | Variable},ValueTypes["OrgMemberResponse"]], createSampleCircle?:ValueTypes["CreateSampleCircleResponse"], createUserWithToken?: [{ payload: ValueTypes["CreateUserWithTokenInput"] | Variable},ValueTypes["UserResponse"]], createUsers?: [{ payload: ValueTypes["CreateUsersInput"] | Variable},ValueTypes["UserResponse"]], @@ -8622,12 +11021,17 @@ createVaultTx?: [{ payload: ValueTypes["LogVaultTxInput"] | Variable},ValueTypes["ConfirmationResponse"]], deleteContribution?: [{ payload: ValueTypes["DeleteContributionInput"] | Variable},ValueTypes["ConfirmationResponse"]], deleteDiscordUser?: [{ payload: ValueTypes["DeleteDiscordUserInput"] | Variable},ValueTypes["ConfirmationResponse"]], +deleteEmail?: [{ payload: ValueTypes["DeleteEmailInput"] | Variable},ValueTypes["ConfirmationResponse"]], deleteEpoch?: [{ payload: ValueTypes["DeleteEpochInput"] | Variable},ValueTypes["DeleteEpochResponse"]], +deleteOrgMember?: [{ payload: ValueTypes["IdInput"] | Variable},ValueTypes["ConfirmationResponse"]], deleteUser?: [{ payload: ValueTypes["DeleteUserInput"] | Variable},ValueTypes["ConfirmationResponse"]], deleteUsers?: [{ payload: ValueTypes["DeleteUsersInput"] | Variable},ValueTypes["DeleteUsersResponse"]], delete_activities?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["activities_bool_exp"] | Variable},ValueTypes["activities_mutation_response"]], delete_activities_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["activities"]], +delete_address_data_fetches?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["address_data_fetches_bool_exp"] | Variable},ValueTypes["address_data_fetches_mutation_response"]], +delete_address_data_fetches_by_pk?: [{ address: ValueTypes["citext"] | Variable},ValueTypes["address_data_fetches"]], delete_burns?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["burns_bool_exp"] | Variable},ValueTypes["burns_mutation_response"]], delete_burns_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["burns"]], @@ -8654,18 +11058,27 @@ delete_claims_by_pk?: [{ id: ValueTypes["bigint"] | Variable},Value delete_contributions?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["contributions_bool_exp"] | Variable},ValueTypes["contributions_mutation_response"]], delete_contributions_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["contributions"]], +delete_cosouls?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["cosouls_bool_exp"] | Variable},ValueTypes["cosouls_mutation_response"]], +delete_cosouls_by_pk?: [{ id: number | Variable},ValueTypes["cosouls"]], delete_discord_circle_api_tokens?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["discord_circle_api_tokens_bool_exp"] | Variable},ValueTypes["discord_circle_api_tokens_mutation_response"]], delete_discord_circle_api_tokens_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["discord_circle_api_tokens"]], delete_discord_roles_circles?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["discord_roles_circles_bool_exp"] | Variable},ValueTypes["discord_roles_circles_mutation_response"]], delete_discord_roles_circles_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["discord_roles_circles"]], +delete_discord_user_api_tokens?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["discord_user_api_tokens_bool_exp"] | Variable},ValueTypes["discord_user_api_tokens_mutation_response"]], +delete_discord_user_api_tokens_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["discord_user_api_tokens"]], delete_discord_users?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["discord_users_bool_exp"] | Variable},ValueTypes["discord_users_mutation_response"]], delete_discord_users_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["discord_users"]], delete_distributions?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["distributions_bool_exp"] | Variable},ValueTypes["distributions_mutation_response"]], delete_distributions_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["distributions"]], +delete_emails?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["emails_bool_exp"] | Variable},ValueTypes["emails_mutation_response"]], +delete_emails_by_pk?: [{ email: ValueTypes["citext"] | Variable, profile_id: number | Variable},ValueTypes["emails"]], delete_epoch_pgive_data?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["epoch_pgive_data_bool_exp"] | Variable},ValueTypes["epoch_pgive_data_mutation_response"]], delete_epoch_pgive_data_by_pk?: [{ id: number | Variable},ValueTypes["epoch_pgive_data"]], @@ -8680,6 +11093,12 @@ delete_histories_by_pk?: [{ id: ValueTypes["bigint"] | Variable},Va delete_interaction_events?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["interaction_events_bool_exp"] | Variable},ValueTypes["interaction_events_mutation_response"]], delete_interaction_events_by_pk?: [{ id: number | Variable},ValueTypes["interaction_events"]], +delete_key_holders?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["key_holders_bool_exp"] | Variable},ValueTypes["key_holders_mutation_response"]], +delete_key_holders_by_pk?: [{ address: ValueTypes["citext"] | Variable, subject: ValueTypes["citext"] | Variable},ValueTypes["key_holders"]], +delete_key_tx?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["key_tx_bool_exp"] | Variable},ValueTypes["key_tx_mutation_response"]], +delete_key_tx_by_pk?: [{ tx_hash: ValueTypes["citext"] | Variable},ValueTypes["key_tx"]], delete_locked_token_distribution_gifts?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["locked_token_distribution_gifts_bool_exp"] | Variable},ValueTypes["locked_token_distribution_gifts_mutation_response"]], delete_locked_token_distribution_gifts_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["locked_token_distribution_gifts"]], @@ -8695,6 +11114,9 @@ delete_nominees_by_pk?: [{ id: ValueTypes["bigint"] | Variable},Val delete_org_members?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["org_members_bool_exp"] | Variable},ValueTypes["org_members_mutation_response"]], delete_org_members_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["org_members"]], +delete_org_share_tokens?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["org_share_tokens_bool_exp"] | Variable},ValueTypes["org_share_tokens_mutation_response"]], +delete_org_share_tokens_by_pk?: [{ org_id: ValueTypes["bigint"] | Variable, type: number | Variable},ValueTypes["org_share_tokens"]], delete_organizations?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["organizations_bool_exp"] | Variable},ValueTypes["organizations_mutation_response"]], delete_organizations_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["organizations"]], @@ -8709,15 +11131,35 @@ delete_pending_vault_transactions_by_pk?: [{ tx_hash: string | Variable},ValueTypes["personal_access_tokens_mutation_response"]], delete_personal_access_tokens_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["personal_access_tokens"]], +delete_poap_events?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["poap_events_bool_exp"] | Variable},ValueTypes["poap_events_mutation_response"]], +delete_poap_events_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["poap_events"]], +delete_poap_holders?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["poap_holders_bool_exp"] | Variable},ValueTypes["poap_holders_mutation_response"]], +delete_poap_holders_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["poap_holders"]], +delete_private_stream_visibility?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["private_stream_visibility_bool_exp"] | Variable},ValueTypes["private_stream_visibility_mutation_response"]], +delete_private_stream_visibility_by_pk?: [{ profile_id: ValueTypes["bigint"] | Variable, view_profile_id: ValueTypes["bigint"] | Variable},ValueTypes["private_stream_visibility"]], delete_profiles?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["profiles_bool_exp"] | Variable},ValueTypes["profiles_mutation_response"]], delete_profiles_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["profiles"]], +delete_profiles_public?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["profiles_public_bool_exp"] | Variable},ValueTypes["profiles_public_mutation_response"]], +delete_reactions?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["reactions_bool_exp"] | Variable},ValueTypes["reactions_mutation_response"]], +delete_reactions_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["reactions"]], +delete_reputation_scores?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["reputation_scores_bool_exp"] | Variable},ValueTypes["reputation_scores_mutation_response"]], +delete_reputation_scores_by_pk?: [{ profile_id: ValueTypes["bigint"] | Variable},ValueTypes["reputation_scores"]], delete_teammates?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["teammates_bool_exp"] | Variable},ValueTypes["teammates_mutation_response"]], delete_teammates_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["teammates"]], delete_token_gifts?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["token_gifts_bool_exp"] | Variable},ValueTypes["token_gifts_mutation_response"]], delete_token_gifts_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["token_gifts"]], +delete_twitter_account?: [{ /** filter the rows which have to be deleted */ + where: ValueTypes["twitter_account_bool_exp"] | Variable},ValueTypes["twitter_account_mutation_response"]], +delete_twitter_account_by_pk?: [{ profile_id: number | Variable},ValueTypes["twitter_account"]], delete_users?: [{ /** filter the rows which have to be deleted */ where: ValueTypes["users_bool_exp"] | Variable},ValueTypes["users_mutation_response"]], delete_users_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["users"]], @@ -8735,12 +11177,19 @@ delete_vouches?: [{ /** filter the rows which have to be deleted */ delete_vouches_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["vouches"]], endEpoch?: [{ payload: ValueTypes["EndEpochInput"] | Variable},ValueTypes["EpochResponse"]], generateApiKey?: [{ payload: ValueTypes["GenerateApiKeyInput"] | Variable},ValueTypes["GenerateApiKeyResponse"]], +giveCsv?: [{ payload: ValueTypes["GiveCsvInput"] | Variable},ValueTypes["GiveCsvResponse"]], insert_activities?: [{ /** the rows to be inserted */ objects: Array | Variable, /** upsert condition */ on_conflict?: ValueTypes["activities_on_conflict"] | undefined | null | Variable},ValueTypes["activities_mutation_response"]], insert_activities_one?: [{ /** the row to be inserted */ object: ValueTypes["activities_insert_input"] | Variable, /** upsert condition */ on_conflict?: ValueTypes["activities_on_conflict"] | undefined | null | Variable},ValueTypes["activities"]], +insert_address_data_fetches?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["address_data_fetches_on_conflict"] | undefined | null | Variable},ValueTypes["address_data_fetches_mutation_response"]], +insert_address_data_fetches_one?: [{ /** the row to be inserted */ + object: ValueTypes["address_data_fetches_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["address_data_fetches_on_conflict"] | undefined | null | Variable},ValueTypes["address_data_fetches"]], insert_burns?: [{ /** the rows to be inserted */ objects: Array | Variable, /** upsert condition */ on_conflict?: ValueTypes["burns_on_conflict"] | undefined | null | Variable},ValueTypes["burns_mutation_response"]], @@ -8793,6 +11242,12 @@ insert_contributions?: [{ /** the rows to be inserted */ insert_contributions_one?: [{ /** the row to be inserted */ object: ValueTypes["contributions_insert_input"] | Variable, /** upsert condition */ on_conflict?: ValueTypes["contributions_on_conflict"] | undefined | null | Variable},ValueTypes["contributions"]], +insert_cosouls?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["cosouls_on_conflict"] | undefined | null | Variable},ValueTypes["cosouls_mutation_response"]], +insert_cosouls_one?: [{ /** the row to be inserted */ + object: ValueTypes["cosouls_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["cosouls_on_conflict"] | undefined | null | Variable},ValueTypes["cosouls"]], insert_discord_circle_api_tokens?: [{ /** the rows to be inserted */ objects: Array | Variable, /** upsert condition */ on_conflict?: ValueTypes["discord_circle_api_tokens_on_conflict"] | undefined | null | Variable},ValueTypes["discord_circle_api_tokens_mutation_response"]], @@ -8805,6 +11260,12 @@ insert_discord_roles_circles?: [{ /** the rows to be inserted */ insert_discord_roles_circles_one?: [{ /** the row to be inserted */ object: ValueTypes["discord_roles_circles_insert_input"] | Variable, /** upsert condition */ on_conflict?: ValueTypes["discord_roles_circles_on_conflict"] | undefined | null | Variable},ValueTypes["discord_roles_circles"]], +insert_discord_user_api_tokens?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["discord_user_api_tokens_on_conflict"] | undefined | null | Variable},ValueTypes["discord_user_api_tokens_mutation_response"]], +insert_discord_user_api_tokens_one?: [{ /** the row to be inserted */ + object: ValueTypes["discord_user_api_tokens_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["discord_user_api_tokens_on_conflict"] | undefined | null | Variable},ValueTypes["discord_user_api_tokens"]], insert_discord_users?: [{ /** the rows to be inserted */ objects: Array | Variable, /** upsert condition */ on_conflict?: ValueTypes["discord_users_on_conflict"] | undefined | null | Variable},ValueTypes["discord_users_mutation_response"]], @@ -8817,6 +11278,12 @@ insert_distributions?: [{ /** the rows to be inserted */ insert_distributions_one?: [{ /** the row to be inserted */ object: ValueTypes["distributions_insert_input"] | Variable, /** upsert condition */ on_conflict?: ValueTypes["distributions_on_conflict"] | undefined | null | Variable},ValueTypes["distributions"]], +insert_emails?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["emails_on_conflict"] | undefined | null | Variable},ValueTypes["emails_mutation_response"]], +insert_emails_one?: [{ /** the row to be inserted */ + object: ValueTypes["emails_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["emails_on_conflict"] | undefined | null | Variable},ValueTypes["emails"]], insert_epoch_pgive_data?: [{ /** the rows to be inserted */ objects: Array | Variable, /** upsert condition */ on_conflict?: ValueTypes["epoch_pgive_data_on_conflict"] | undefined | null | Variable},ValueTypes["epoch_pgive_data_mutation_response"]], @@ -8845,6 +11312,18 @@ insert_interaction_events?: [{ /** the rows to be inserted */ insert_interaction_events_one?: [{ /** the row to be inserted */ object: ValueTypes["interaction_events_insert_input"] | Variable, /** upsert condition */ on_conflict?: ValueTypes["interaction_events_on_conflict"] | undefined | null | Variable},ValueTypes["interaction_events"]], +insert_key_holders?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["key_holders_on_conflict"] | undefined | null | Variable},ValueTypes["key_holders_mutation_response"]], +insert_key_holders_one?: [{ /** the row to be inserted */ + object: ValueTypes["key_holders_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["key_holders_on_conflict"] | undefined | null | Variable},ValueTypes["key_holders"]], +insert_key_tx?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["key_tx_on_conflict"] | undefined | null | Variable},ValueTypes["key_tx_mutation_response"]], +insert_key_tx_one?: [{ /** the row to be inserted */ + object: ValueTypes["key_tx_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["key_tx_on_conflict"] | undefined | null | Variable},ValueTypes["key_tx"]], insert_locked_token_distribution_gifts?: [{ /** the rows to be inserted */ objects: Array | Variable, /** upsert condition */ on_conflict?: ValueTypes["locked_token_distribution_gifts_on_conflict"] | undefined | null | Variable},ValueTypes["locked_token_distribution_gifts_mutation_response"]], @@ -8875,6 +11354,12 @@ insert_org_members?: [{ /** the rows to be inserted */ insert_org_members_one?: [{ /** the row to be inserted */ object: ValueTypes["org_members_insert_input"] | Variable, /** upsert condition */ on_conflict?: ValueTypes["org_members_on_conflict"] | undefined | null | Variable},ValueTypes["org_members"]], +insert_org_share_tokens?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["org_share_tokens_on_conflict"] | undefined | null | Variable},ValueTypes["org_share_tokens_mutation_response"]], +insert_org_share_tokens_one?: [{ /** the row to be inserted */ + object: ValueTypes["org_share_tokens_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["org_share_tokens_on_conflict"] | undefined | null | Variable},ValueTypes["org_share_tokens"]], insert_organizations?: [{ /** the rows to be inserted */ objects: Array | Variable, /** upsert condition */ on_conflict?: ValueTypes["organizations_on_conflict"] | undefined | null | Variable},ValueTypes["organizations_mutation_response"]], @@ -8903,12 +11388,46 @@ insert_personal_access_tokens?: [{ /** the rows to be inserted */ insert_personal_access_tokens_one?: [{ /** the row to be inserted */ object: ValueTypes["personal_access_tokens_insert_input"] | Variable, /** upsert condition */ on_conflict?: ValueTypes["personal_access_tokens_on_conflict"] | undefined | null | Variable},ValueTypes["personal_access_tokens"]], +insert_poap_events?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["poap_events_on_conflict"] | undefined | null | Variable},ValueTypes["poap_events_mutation_response"]], +insert_poap_events_one?: [{ /** the row to be inserted */ + object: ValueTypes["poap_events_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["poap_events_on_conflict"] | undefined | null | Variable},ValueTypes["poap_events"]], +insert_poap_holders?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["poap_holders_on_conflict"] | undefined | null | Variable},ValueTypes["poap_holders_mutation_response"]], +insert_poap_holders_one?: [{ /** the row to be inserted */ + object: ValueTypes["poap_holders_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["poap_holders_on_conflict"] | undefined | null | Variable},ValueTypes["poap_holders"]], +insert_private_stream_visibility?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["private_stream_visibility_on_conflict"] | undefined | null | Variable},ValueTypes["private_stream_visibility_mutation_response"]], +insert_private_stream_visibility_one?: [{ /** the row to be inserted */ + object: ValueTypes["private_stream_visibility_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["private_stream_visibility_on_conflict"] | undefined | null | Variable},ValueTypes["private_stream_visibility"]], insert_profiles?: [{ /** the rows to be inserted */ objects: Array | Variable, /** upsert condition */ on_conflict?: ValueTypes["profiles_on_conflict"] | undefined | null | Variable},ValueTypes["profiles_mutation_response"]], insert_profiles_one?: [{ /** the row to be inserted */ object: ValueTypes["profiles_insert_input"] | Variable, /** upsert condition */ on_conflict?: ValueTypes["profiles_on_conflict"] | undefined | null | Variable},ValueTypes["profiles"]], +insert_profiles_public?: [{ /** the rows to be inserted */ + objects: Array | Variable},ValueTypes["profiles_public_mutation_response"]], +insert_profiles_public_one?: [{ /** the row to be inserted */ + object: ValueTypes["profiles_public_insert_input"] | Variable},ValueTypes["profiles_public"]], +insert_reactions?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["reactions_on_conflict"] | undefined | null | Variable},ValueTypes["reactions_mutation_response"]], +insert_reactions_one?: [{ /** the row to be inserted */ + object: ValueTypes["reactions_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["reactions_on_conflict"] | undefined | null | Variable},ValueTypes["reactions"]], +insert_reputation_scores?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["reputation_scores_on_conflict"] | undefined | null | Variable},ValueTypes["reputation_scores_mutation_response"]], +insert_reputation_scores_one?: [{ /** the row to be inserted */ + object: ValueTypes["reputation_scores_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["reputation_scores_on_conflict"] | undefined | null | Variable},ValueTypes["reputation_scores"]], insert_teammates?: [{ /** the rows to be inserted */ objects: Array | Variable, /** upsert condition */ on_conflict?: ValueTypes["teammates_on_conflict"] | undefined | null | Variable},ValueTypes["teammates_mutation_response"]], @@ -8921,6 +11440,12 @@ insert_token_gifts?: [{ /** the rows to be inserted */ insert_token_gifts_one?: [{ /** the row to be inserted */ object: ValueTypes["token_gifts_insert_input"] | Variable, /** upsert condition */ on_conflict?: ValueTypes["token_gifts_on_conflict"] | undefined | null | Variable},ValueTypes["token_gifts"]], +insert_twitter_account?: [{ /** the rows to be inserted */ + objects: Array | Variable, /** upsert condition */ + on_conflict?: ValueTypes["twitter_account_on_conflict"] | undefined | null | Variable},ValueTypes["twitter_account_mutation_response"]], +insert_twitter_account_one?: [{ /** the row to be inserted */ + object: ValueTypes["twitter_account_insert_input"] | Variable, /** upsert condition */ + on_conflict?: ValueTypes["twitter_account_on_conflict"] | undefined | null | Variable},ValueTypes["twitter_account"]], insert_users?: [{ /** the rows to be inserted */ objects: Array | Variable, /** upsert condition */ on_conflict?: ValueTypes["users_on_conflict"] | undefined | null | Variable},ValueTypes["users_mutation_response"]], @@ -8956,12 +11481,18 @@ linkDiscordUser?: [{ payload: ValueTypes["LinkDiscordUserInput"] | Variable},ValueTypes["MarkClaimedOutput"]], restoreCoordinape?: [{ payload: ValueTypes["CoordinapeInput"] | Variable},ValueTypes["ConfirmationResponse"]], +setPrimaryEmail?: [{ payload: ValueTypes["SetPrimaryEmailInput"] | Variable},ValueTypes["ConfirmationResponse"]], +syncCoSoul?: [{ payload: ValueTypes["SyncCoSoulInput"] | Variable},ValueTypes["SyncCoSoulOutput"]], + /** syncKeys */ + syncKeys?:ValueTypes["ConfirmationResponse"], updateAllocations?: [{ payload: ValueTypes["Allocations"] | Variable},ValueTypes["AllocationsResponse"]], updateCircle?: [{ payload: ValueTypes["UpdateCircleInput"] | Variable},ValueTypes["UpdateCircleOutput"]], +updateCircleStartingGive?: [{ payload: ValueTypes["UpdateCircleStartingGiveInput"] | Variable},ValueTypes["ConfirmationResponse"]], updateContribution?: [{ payload: ValueTypes["UpdateContributionInput"] | Variable},ValueTypes["UpdateContributionResponse"]], updateEpoch?: [{ payload: ValueTypes["UpdateEpochInput"] | Variable},ValueTypes["EpochResponse"]], -updateEpochOld?: [{ payload: ValueTypes["UpdateEpochOldInput"] | Variable},ValueTypes["EpochResponse"]], updateProfile?: [{ payload: ValueTypes["UpdateProfileInput"] | Variable},ValueTypes["UpdateProfileResponse"]], + /** updateRepScore */ + updateRepScore?:ValueTypes["ConfirmationResponse"], updateTeammates?: [{ payload: ValueTypes["UpdateTeammatesInput"] | Variable},ValueTypes["UpdateTeammatesResponse"]], updateUser?: [{ payload: ValueTypes["UpdateUserInput"] | Variable},ValueTypes["UserResponse"]], update_activities?: [{ /** increments the numeric columns with given value of the filtered values */ @@ -8973,6 +11504,13 @@ update_activities_by_pk?: [{ /** increments the numeric columns with given value _set?: ValueTypes["activities_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["activities_pk_columns_input"] | Variable},ValueTypes["activities"]], update_activities_many?: [{ /** updates to execute, in order */ updates: Array | Variable},ValueTypes["activities_mutation_response"]], +update_address_data_fetches?: [{ /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["address_data_fetches_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["address_data_fetches_bool_exp"] | Variable},ValueTypes["address_data_fetches_mutation_response"]], +update_address_data_fetches_by_pk?: [{ /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["address_data_fetches_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["address_data_fetches_pk_columns_input"] | Variable},ValueTypes["address_data_fetches"]], +update_address_data_fetches_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["address_data_fetches_mutation_response"]], update_burns?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ValueTypes["burns_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ _set?: ValueTypes["burns_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ @@ -9051,6 +11589,15 @@ update_contributions_by_pk?: [{ /** increments the numeric columns with given va _set?: ValueTypes["contributions_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["contributions_pk_columns_input"] | Variable},ValueTypes["contributions"]], update_contributions_many?: [{ /** updates to execute, in order */ updates: Array | Variable},ValueTypes["contributions_mutation_response"]], +update_cosouls?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["cosouls_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["cosouls_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["cosouls_bool_exp"] | Variable},ValueTypes["cosouls_mutation_response"]], +update_cosouls_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["cosouls_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["cosouls_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["cosouls_pk_columns_input"] | Variable},ValueTypes["cosouls"]], +update_cosouls_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["cosouls_mutation_response"]], update_discord_circle_api_tokens?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ValueTypes["discord_circle_api_tokens_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ _set?: ValueTypes["discord_circle_api_tokens_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ @@ -9079,6 +11626,15 @@ update_discord_roles_circles_by_pk?: [{ /** append existing jsonb value of filte _set?: ValueTypes["discord_roles_circles_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["discord_roles_circles_pk_columns_input"] | Variable},ValueTypes["discord_roles_circles"]], update_discord_roles_circles_many?: [{ /** updates to execute, in order */ updates: Array | Variable},ValueTypes["discord_roles_circles_mutation_response"]], +update_discord_user_api_tokens?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["discord_user_api_tokens_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["discord_user_api_tokens_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["discord_user_api_tokens_bool_exp"] | Variable},ValueTypes["discord_user_api_tokens_mutation_response"]], +update_discord_user_api_tokens_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["discord_user_api_tokens_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["discord_user_api_tokens_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["discord_user_api_tokens_pk_columns_input"] | Variable},ValueTypes["discord_user_api_tokens"]], +update_discord_user_api_tokens_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["discord_user_api_tokens_mutation_response"]], update_discord_users?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ValueTypes["discord_users_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ _set?: ValueTypes["discord_users_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ @@ -9107,6 +11663,15 @@ update_distributions_by_pk?: [{ /** append existing jsonb value of filtered colu _set?: ValueTypes["distributions_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["distributions_pk_columns_input"] | Variable},ValueTypes["distributions"]], update_distributions_many?: [{ /** updates to execute, in order */ updates: Array | Variable},ValueTypes["distributions_mutation_response"]], +update_emails?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["emails_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["emails_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["emails_bool_exp"] | Variable},ValueTypes["emails_mutation_response"]], +update_emails_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["emails_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["emails_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["emails_pk_columns_input"] | Variable},ValueTypes["emails"]], +update_emails_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["emails_mutation_response"]], update_epoch_pgive_data?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ValueTypes["epoch_pgive_data_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ _set?: ValueTypes["epoch_pgive_data_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ @@ -9169,6 +11734,24 @@ update_interaction_events_by_pk?: [{ /** append existing jsonb value of filtered _set?: ValueTypes["interaction_events_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["interaction_events_pk_columns_input"] | Variable},ValueTypes["interaction_events"]], update_interaction_events_many?: [{ /** updates to execute, in order */ updates: Array | Variable},ValueTypes["interaction_events_mutation_response"]], +update_key_holders?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["key_holders_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["key_holders_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["key_holders_bool_exp"] | Variable},ValueTypes["key_holders_mutation_response"]], +update_key_holders_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["key_holders_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["key_holders_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["key_holders_pk_columns_input"] | Variable},ValueTypes["key_holders"]], +update_key_holders_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["key_holders_mutation_response"]], +update_key_tx?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["key_tx_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["key_tx_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["key_tx_bool_exp"] | Variable},ValueTypes["key_tx_mutation_response"]], +update_key_tx_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["key_tx_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["key_tx_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["key_tx_pk_columns_input"] | Variable},ValueTypes["key_tx"]], +update_key_tx_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["key_tx_mutation_response"]], update_locked_token_distribution_gifts?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ValueTypes["locked_token_distribution_gifts_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ _set?: ValueTypes["locked_token_distribution_gifts_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ @@ -9214,6 +11797,15 @@ update_org_members_by_pk?: [{ /** increments the numeric columns with given valu _set?: ValueTypes["org_members_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["org_members_pk_columns_input"] | Variable},ValueTypes["org_members"]], update_org_members_many?: [{ /** updates to execute, in order */ updates: Array | Variable},ValueTypes["org_members_mutation_response"]], +update_org_share_tokens?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["org_share_tokens_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["org_share_tokens_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["org_share_tokens_bool_exp"] | Variable},ValueTypes["org_share_tokens_mutation_response"]], +update_org_share_tokens_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["org_share_tokens_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["org_share_tokens_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["org_share_tokens_pk_columns_input"] | Variable},ValueTypes["org_share_tokens"]], +update_org_share_tokens_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["org_share_tokens_mutation_response"]], update_organizations?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ValueTypes["organizations_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ _set?: ValueTypes["organizations_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ @@ -9256,6 +11848,33 @@ update_personal_access_tokens_by_pk?: [{ /** increments the numeric columns with _set?: ValueTypes["personal_access_tokens_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["personal_access_tokens_pk_columns_input"] | Variable},ValueTypes["personal_access_tokens"]], update_personal_access_tokens_many?: [{ /** updates to execute, in order */ updates: Array | Variable},ValueTypes["personal_access_tokens_mutation_response"]], +update_poap_events?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["poap_events_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["poap_events_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["poap_events_bool_exp"] | Variable},ValueTypes["poap_events_mutation_response"]], +update_poap_events_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["poap_events_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["poap_events_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["poap_events_pk_columns_input"] | Variable},ValueTypes["poap_events"]], +update_poap_events_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["poap_events_mutation_response"]], +update_poap_holders?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["poap_holders_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["poap_holders_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["poap_holders_bool_exp"] | Variable},ValueTypes["poap_holders_mutation_response"]], +update_poap_holders_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["poap_holders_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["poap_holders_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["poap_holders_pk_columns_input"] | Variable},ValueTypes["poap_holders"]], +update_poap_holders_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["poap_holders_mutation_response"]], +update_private_stream_visibility?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["private_stream_visibility_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["private_stream_visibility_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["private_stream_visibility_bool_exp"] | Variable},ValueTypes["private_stream_visibility_mutation_response"]], +update_private_stream_visibility_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["private_stream_visibility_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["private_stream_visibility_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["private_stream_visibility_pk_columns_input"] | Variable},ValueTypes["private_stream_visibility"]], +update_private_stream_visibility_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["private_stream_visibility_mutation_response"]], update_profiles?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ValueTypes["profiles_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ _set?: ValueTypes["profiles_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ @@ -9265,6 +11884,30 @@ update_profiles_by_pk?: [{ /** increments the numeric columns with given value o _set?: ValueTypes["profiles_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["profiles_pk_columns_input"] | Variable},ValueTypes["profiles"]], update_profiles_many?: [{ /** updates to execute, in order */ updates: Array | Variable},ValueTypes["profiles_mutation_response"]], +update_profiles_public?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["profiles_public_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["profiles_public_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["profiles_public_bool_exp"] | Variable},ValueTypes["profiles_public_mutation_response"]], +update_profiles_public_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["profiles_public_mutation_response"]], +update_reactions?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["reactions_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["reactions_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["reactions_bool_exp"] | Variable},ValueTypes["reactions_mutation_response"]], +update_reactions_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["reactions_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["reactions_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["reactions_pk_columns_input"] | Variable},ValueTypes["reactions"]], +update_reactions_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["reactions_mutation_response"]], +update_reputation_scores?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["reputation_scores_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["reputation_scores_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["reputation_scores_bool_exp"] | Variable},ValueTypes["reputation_scores_mutation_response"]], +update_reputation_scores_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["reputation_scores_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["reputation_scores_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["reputation_scores_pk_columns_input"] | Variable},ValueTypes["reputation_scores"]], +update_reputation_scores_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["reputation_scores_mutation_response"]], update_teammates?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ValueTypes["teammates_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ _set?: ValueTypes["teammates_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ @@ -9283,6 +11926,15 @@ update_token_gifts_by_pk?: [{ /** increments the numeric columns with given valu _set?: ValueTypes["token_gifts_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["token_gifts_pk_columns_input"] | Variable},ValueTypes["token_gifts"]], update_token_gifts_many?: [{ /** updates to execute, in order */ updates: Array | Variable},ValueTypes["token_gifts_mutation_response"]], +update_twitter_account?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["twitter_account_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["twitter_account_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ + where: ValueTypes["twitter_account_bool_exp"] | Variable},ValueTypes["twitter_account_mutation_response"]], +update_twitter_account_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["twitter_account_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["twitter_account_set_input"] | undefined | null | Variable, pk_columns: ValueTypes["twitter_account_pk_columns_input"] | Variable},ValueTypes["twitter_account"]], +update_twitter_account_many?: [{ /** updates to execute, in order */ + updates: Array | Variable},ValueTypes["twitter_account_mutation_response"]], update_users?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ValueTypes["users_inc_input"] | undefined | null | Variable, /** sets the columns of the filtered rows to the given values */ _set?: ValueTypes["users_set_input"] | undefined | null | Variable, /** filter the rows which have to be updated */ @@ -9778,6 +12430,120 @@ count?: [{ columns?: Array | undefined | n user_id?: ValueTypes["order_by"] | undefined | null | Variable, vouches_required?: ValueTypes["order_by"] | undefined | null | Variable }; + /** columns and relationships of "note_count" */ +["note_count"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "note_count" */ +["note_count_aggregate"]: AliasType<{ + aggregate?:ValueTypes["note_count_aggregate_fields"], + nodes?:ValueTypes["note_count"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "note_count" */ +["note_count_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["note_count_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["note_count_max_fields"], + min?:ValueTypes["note_count_min_fields"], + stddev?:ValueTypes["note_count_stddev_fields"], + stddev_pop?:ValueTypes["note_count_stddev_pop_fields"], + stddev_samp?:ValueTypes["note_count_stddev_samp_fields"], + sum?:ValueTypes["note_count_sum_fields"], + var_pop?:ValueTypes["note_count_var_pop_fields"], + var_samp?:ValueTypes["note_count_var_samp_fields"], + variance?:ValueTypes["note_count_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["note_count_avg_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "note_count". All fields are combined with a logical 'AND'. */ +["note_count_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["note_count_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + notes?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["note_count_max_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["note_count_min_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Ordering options when selecting data from "note_count". */ +["note_count_order_by"]: { + notes?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** select columns of table "note_count" */ +["note_count_select_column"]:note_count_select_column; + /** aggregate stddev on columns */ +["note_count_stddev_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["note_count_stddev_pop_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["note_count_stddev_samp_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "note_count" */ +["note_count_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["note_count_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["note_count_stream_cursor_value_input"]: { + notes?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["note_count_sum_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_pop on columns */ +["note_count_var_pop_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["note_count_var_samp_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["note_count_variance_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; ["numeric"]:unknown; /** Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. */ ["numeric_comparison_exp"]: { @@ -9797,6 +12563,8 @@ count?: [{ columns?: Array | undefined | n ["org_members"]: AliasType<{ created_at?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, + entrance?:boolean | `@${string}`, + hidden?:boolean | `@${string}`, id?:boolean | `@${string}`, org_id?:boolean | `@${string}`, /** An object relationship */ @@ -9815,7 +12583,21 @@ count?: [{ columns?: Array | undefined | n __typename?: boolean | `@${string}` }>; ["org_members_aggregate_bool_exp"]: { + bool_and?: ValueTypes["org_members_aggregate_bool_exp_bool_and"] | undefined | null | Variable, + bool_or?: ValueTypes["org_members_aggregate_bool_exp_bool_or"] | undefined | null | Variable, count?: ValueTypes["org_members_aggregate_bool_exp_count"] | undefined | null | Variable +}; + ["org_members_aggregate_bool_exp_bool_and"]: { + arguments: ValueTypes["org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns"] | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["org_members_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Boolean_comparison_exp"] | Variable +}; + ["org_members_aggregate_bool_exp_bool_or"]: { + arguments: ValueTypes["org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns"] | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["org_members_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Boolean_comparison_exp"] | Variable }; ["org_members_aggregate_bool_exp_count"]: { arguments?: Array | undefined | null | Variable, @@ -9880,6 +12662,8 @@ count?: [{ columns?: Array | undefined _or?: Array | undefined | null | Variable, created_at?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable, deleted_at?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable, + entrance?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + hidden?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, org_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, organization?: ValueTypes["organizations_bool_exp"] | undefined | null | Variable, @@ -9901,6 +12685,8 @@ count?: [{ columns?: Array | undefined ["org_members_insert_input"]: { created_at?: ValueTypes["timestamp"] | undefined | null | Variable, deleted_at?: ValueTypes["timestamp"] | undefined | null | Variable, + entrance?: string | undefined | null | Variable, + hidden?: boolean | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, org_id?: ValueTypes["bigint"] | undefined | null | Variable, organization?: ValueTypes["organizations_obj_rel_insert_input"] | undefined | null | Variable, @@ -9913,6 +12699,7 @@ count?: [{ columns?: Array | undefined ["org_members_max_fields"]: AliasType<{ created_at?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, + entrance?:boolean | `@${string}`, id?:boolean | `@${string}`, org_id?:boolean | `@${string}`, profile_id?:boolean | `@${string}`, @@ -9924,6 +12711,7 @@ count?: [{ columns?: Array | undefined ["org_members_max_order_by"]: { created_at?: ValueTypes["order_by"] | undefined | null | Variable, deleted_at?: ValueTypes["order_by"] | undefined | null | Variable, + entrance?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, org_id?: ValueTypes["order_by"] | undefined | null | Variable, profile_id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -9934,6 +12722,7 @@ count?: [{ columns?: Array | undefined ["org_members_min_fields"]: AliasType<{ created_at?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, + entrance?:boolean | `@${string}`, id?:boolean | `@${string}`, org_id?:boolean | `@${string}`, profile_id?:boolean | `@${string}`, @@ -9945,6 +12734,7 @@ count?: [{ columns?: Array | undefined ["org_members_min_order_by"]: { created_at?: ValueTypes["order_by"] | undefined | null | Variable, deleted_at?: ValueTypes["order_by"] | undefined | null | Variable, + entrance?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, org_id?: ValueTypes["order_by"] | undefined | null | Variable, profile_id?: ValueTypes["order_by"] | undefined | null | Variable, @@ -9969,6 +12759,8 @@ count?: [{ columns?: Array | undefined ["org_members_order_by"]: { created_at?: ValueTypes["order_by"] | undefined | null | Variable, deleted_at?: ValueTypes["order_by"] | undefined | null | Variable, + entrance?: ValueTypes["order_by"] | undefined | null | Variable, + hidden?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, org_id?: ValueTypes["order_by"] | undefined | null | Variable, organization?: ValueTypes["organizations_order_by"] | undefined | null | Variable, @@ -9983,10 +12775,16 @@ count?: [{ columns?: Array | undefined }; /** select columns of table "org_members" */ ["org_members_select_column"]:org_members_select_column; + /** select "org_members_aggregate_bool_exp_bool_and_arguments_columns" columns of table "org_members" */ +["org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns"]:org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns; + /** select "org_members_aggregate_bool_exp_bool_or_arguments_columns" columns of table "org_members" */ +["org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns"]:org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "org_members" */ ["org_members_set_input"]: { created_at?: ValueTypes["timestamp"] | undefined | null | Variable, deleted_at?: ValueTypes["timestamp"] | undefined | null | Variable, + entrance?: string | undefined | null | Variable, + hidden?: boolean | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, org_id?: ValueTypes["bigint"] | undefined | null | Variable, profile_id?: ValueTypes["bigint"] | undefined | null | Variable, @@ -10049,6 +12847,8 @@ count?: [{ columns?: Array | undefined ["org_members_stream_cursor_value_input"]: { created_at?: ValueTypes["timestamp"] | undefined | null | Variable, deleted_at?: ValueTypes["timestamp"] | undefined | null | Variable, + entrance?: string | undefined | null | Variable, + hidden?: boolean | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, org_id?: ValueTypes["bigint"] | undefined | null | Variable, profile_id?: ValueTypes["bigint"] | undefined | null | Variable, @@ -10125,6 +12925,195 @@ count?: [{ columns?: Array | undefined profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable }; + /** columns and relationships of "org_share_tokens" */ +["org_share_tokens"]: AliasType<{ + created_at?:boolean | `@${string}`, + org_id?:boolean | `@${string}`, + /** An object relationship */ + organization?:ValueTypes["organizations"], + type?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + uuid?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "org_share_tokens" */ +["org_share_tokens_aggregate"]: AliasType<{ + aggregate?:ValueTypes["org_share_tokens_aggregate_fields"], + nodes?:ValueTypes["org_share_tokens"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "org_share_tokens" */ +["org_share_tokens_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["org_share_tokens_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["org_share_tokens_max_fields"], + min?:ValueTypes["org_share_tokens_min_fields"], + stddev?:ValueTypes["org_share_tokens_stddev_fields"], + stddev_pop?:ValueTypes["org_share_tokens_stddev_pop_fields"], + stddev_samp?:ValueTypes["org_share_tokens_stddev_samp_fields"], + sum?:ValueTypes["org_share_tokens_sum_fields"], + var_pop?:ValueTypes["org_share_tokens_var_pop_fields"], + var_samp?:ValueTypes["org_share_tokens_var_samp_fields"], + variance?:ValueTypes["org_share_tokens_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["org_share_tokens_avg_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "org_share_tokens". All fields are combined with a logical 'AND'. */ +["org_share_tokens_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["org_share_tokens_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + org_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + organization?: ValueTypes["organizations_bool_exp"] | undefined | null | Variable, + type?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + uuid?: ValueTypes["uuid_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "org_share_tokens" */ +["org_share_tokens_constraint"]:org_share_tokens_constraint; + /** input type for incrementing numeric columns in table "org_share_tokens" */ +["org_share_tokens_inc_input"]: { + org_id?: ValueTypes["bigint"] | undefined | null | Variable, + type?: number | undefined | null | Variable +}; + /** input type for inserting data into table "org_share_tokens" */ +["org_share_tokens_insert_input"]: { + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + org_id?: ValueTypes["bigint"] | undefined | null | Variable, + organization?: ValueTypes["organizations_obj_rel_insert_input"] | undefined | null | Variable, + type?: number | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + uuid?: ValueTypes["uuid"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["org_share_tokens_max_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + uuid?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["org_share_tokens_min_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + uuid?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "org_share_tokens" */ +["org_share_tokens_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["org_share_tokens"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "org_share_tokens" */ +["org_share_tokens_on_conflict"]: { + constraint: ValueTypes["org_share_tokens_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["org_share_tokens_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "org_share_tokens". */ +["org_share_tokens_order_by"]: { + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + org_id?: ValueTypes["order_by"] | undefined | null | Variable, + organization?: ValueTypes["organizations_order_by"] | undefined | null | Variable, + type?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable, + uuid?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: org_share_tokens */ +["org_share_tokens_pk_columns_input"]: { + org_id: ValueTypes["bigint"] | Variable, + type: number | Variable +}; + /** select columns of table "org_share_tokens" */ +["org_share_tokens_select_column"]:org_share_tokens_select_column; + /** input type for updating data in table "org_share_tokens" */ +["org_share_tokens_set_input"]: { + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + org_id?: ValueTypes["bigint"] | undefined | null | Variable, + type?: number | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + uuid?: ValueTypes["uuid"] | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["org_share_tokens_stddev_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["org_share_tokens_stddev_pop_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["org_share_tokens_stddev_samp_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "org_share_tokens" */ +["org_share_tokens_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["org_share_tokens_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["org_share_tokens_stream_cursor_value_input"]: { + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + org_id?: ValueTypes["bigint"] | undefined | null | Variable, + type?: number | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + uuid?: ValueTypes["uuid"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["org_share_tokens_sum_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "org_share_tokens" */ +["org_share_tokens_update_column"]:org_share_tokens_update_column; + ["org_share_tokens_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["org_share_tokens_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["org_share_tokens_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["org_share_tokens_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["org_share_tokens_var_pop_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["org_share_tokens_var_samp_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["org_share_tokens_variance_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** columns and relationships of "organizations" */ ["organizations"]: AliasType<{ circles?: [{ /** distinct select on columns */ @@ -10141,6 +13130,8 @@ circles_aggregate?: [{ /** distinct select on columns */ where?: ValueTypes["circles_bool_exp"] | undefined | null | Variable},ValueTypes["circles_aggregate"]], created_at?:boolean | `@${string}`, created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, is_verified?:boolean | `@${string}`, logo?:boolean | `@${string}`, @@ -10201,6 +13192,8 @@ count?: [{ columns?: Array | undefine /** aggregate avg on columns */ ["organizations_avg_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -10213,6 +13206,8 @@ count?: [{ columns?: Array | undefine circles_aggregate?: ValueTypes["circles_aggregate_bool_exp"] | undefined | null | Variable, created_at?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable, created_by?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + guild_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + guild_role_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, is_verified?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, logo?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, @@ -10231,6 +13226,8 @@ count?: [{ columns?: Array | undefine /** input type for incrementing numeric columns in table "organizations" */ ["organizations_inc_input"]: { created_by?: number | undefined | null | Variable, + guild_id?: number | undefined | null | Variable, + guild_role_id?: number | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable }; /** input type for inserting data into table "organizations" */ @@ -10238,6 +13235,8 @@ count?: [{ columns?: Array | undefine circles?: ValueTypes["circles_arr_rel_insert_input"] | undefined | null | Variable, created_at?: ValueTypes["timestamp"] | undefined | null | Variable, created_by?: number | undefined | null | Variable, + guild_id?: number | undefined | null | Variable, + guild_role_id?: number | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, is_verified?: boolean | undefined | null | Variable, logo?: string | undefined | null | Variable, @@ -10254,6 +13253,8 @@ count?: [{ columns?: Array | undefine ["organizations_max_fields"]: AliasType<{ created_at?:boolean | `@${string}`, created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, logo?:boolean | `@${string}`, name?:boolean | `@${string}`, @@ -10265,6 +13266,8 @@ count?: [{ columns?: Array | undefine ["organizations_min_fields"]: AliasType<{ created_at?:boolean | `@${string}`, created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, logo?:boolean | `@${string}`, name?:boolean | `@${string}`, @@ -10297,6 +13300,8 @@ count?: [{ columns?: Array | undefine circles_aggregate?: ValueTypes["circles_aggregate_order_by"] | undefined | null | Variable, created_at?: ValueTypes["order_by"] | undefined | null | Variable, created_by?: ValueTypes["order_by"] | undefined | null | Variable, + guild_id?: ValueTypes["order_by"] | undefined | null | Variable, + guild_role_id?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, is_verified?: ValueTypes["order_by"] | undefined | null | Variable, logo?: ValueTypes["order_by"] | undefined | null | Variable, @@ -10318,6 +13323,8 @@ count?: [{ columns?: Array | undefine ["organizations_set_input"]: { created_at?: ValueTypes["timestamp"] | undefined | null | Variable, created_by?: number | undefined | null | Variable, + guild_id?: number | undefined | null | Variable, + guild_role_id?: number | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, is_verified?: boolean | undefined | null | Variable, logo?: string | undefined | null | Variable, @@ -10330,18 +13337,24 @@ count?: [{ columns?: Array | undefine /** aggregate stddev on columns */ ["organizations_stddev_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** aggregate stddev_pop on columns */ ["organizations_stddev_pop_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** aggregate stddev_samp on columns */ ["organizations_stddev_samp_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -10356,6 +13369,8 @@ count?: [{ columns?: Array | undefine ["organizations_stream_cursor_value_input"]: { created_at?: ValueTypes["timestamp"] | undefined | null | Variable, created_by?: number | undefined | null | Variable, + guild_id?: number | undefined | null | Variable, + guild_role_id?: number | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, is_verified?: boolean | undefined | null | Variable, logo?: string | undefined | null | Variable, @@ -10368,6 +13383,8 @@ count?: [{ columns?: Array | undefine /** aggregate sum on columns */ ["organizations_sum_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -10384,18 +13401,24 @@ count?: [{ columns?: Array | undefine /** aggregate var_pop on columns */ ["organizations_var_pop_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** aggregate var_samp on columns */ ["organizations_var_samp_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** aggregate variance on columns */ ["organizations_variance_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -11486,9 +14509,891 @@ count?: [{ columns?: Array | tokenable_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** Poap event info */ +["poap_events"]: AliasType<{ + city?:boolean | `@${string}`, + country?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + distance?:boolean | `@${string}`, + embedding?:boolean | `@${string}`, + end_date?:boolean | `@${string}`, + event_url?:boolean | `@${string}`, + expiry_date?:boolean | `@${string}`, + fancy_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + image_url?:boolean | `@${string}`, + name?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + start_date?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "poap_events" */ +["poap_events_aggregate"]: AliasType<{ + aggregate?:ValueTypes["poap_events_aggregate_fields"], + nodes?:ValueTypes["poap_events"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "poap_events" */ +["poap_events_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["poap_events_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["poap_events_max_fields"], + min?:ValueTypes["poap_events_min_fields"], + stddev?:ValueTypes["poap_events_stddev_fields"], + stddev_pop?:ValueTypes["poap_events_stddev_pop_fields"], + stddev_samp?:ValueTypes["poap_events_stddev_samp_fields"], + sum?:ValueTypes["poap_events_sum_fields"], + var_pop?:ValueTypes["poap_events_var_pop_fields"], + var_samp?:ValueTypes["poap_events_var_samp_fields"], + variance?:ValueTypes["poap_events_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["poap_events_avg_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "poap_events". All fields are combined with a logical 'AND'. */ +["poap_events_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + city?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + country?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + description?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + distance?: ValueTypes["float8_comparison_exp"] | undefined | null | Variable, + embedding?: ValueTypes["vector_comparison_exp"] | undefined | null | Variable, + end_date?: ValueTypes["date_comparison_exp"] | undefined | null | Variable, + event_url?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + expiry_date?: ValueTypes["date_comparison_exp"] | undefined | null | Variable, + fancy_id?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + image_url?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + name?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + poap_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + start_date?: ValueTypes["date_comparison_exp"] | undefined | null | Variable, + supply?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + year?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "poap_events" */ +["poap_events_constraint"]:poap_events_constraint; + /** input type for incrementing numeric columns in table "poap_events" */ +["poap_events_inc_input"]: { + distance?: ValueTypes["float8"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + poap_id?: number | undefined | null | Variable, + supply?: number | undefined | null | Variable, + year?: number | undefined | null | Variable +}; + /** input type for inserting data into table "poap_events" */ +["poap_events_insert_input"]: { + city?: string | undefined | null | Variable, + country?: string | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + description?: string | undefined | null | Variable, + distance?: ValueTypes["float8"] | undefined | null | Variable, + embedding?: ValueTypes["vector"] | undefined | null | Variable, + end_date?: ValueTypes["date"] | undefined | null | Variable, + event_url?: string | undefined | null | Variable, + expiry_date?: ValueTypes["date"] | undefined | null | Variable, + fancy_id?: string | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + image_url?: string | undefined | null | Variable, + name?: string | undefined | null | Variable, + poap_id?: number | undefined | null | Variable, + start_date?: ValueTypes["date"] | undefined | null | Variable, + supply?: number | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + year?: number | undefined | null | Variable +}; + /** aggregate max on columns */ +["poap_events_max_fields"]: AliasType<{ + city?:boolean | `@${string}`, + country?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + distance?:boolean | `@${string}`, + end_date?:boolean | `@${string}`, + event_url?:boolean | `@${string}`, + expiry_date?:boolean | `@${string}`, + fancy_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + image_url?:boolean | `@${string}`, + name?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + start_date?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["poap_events_min_fields"]: AliasType<{ + city?:boolean | `@${string}`, + country?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + distance?:boolean | `@${string}`, + end_date?:boolean | `@${string}`, + event_url?:boolean | `@${string}`, + expiry_date?:boolean | `@${string}`, + fancy_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + image_url?:boolean | `@${string}`, + name?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + start_date?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "poap_events" */ +["poap_events_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["poap_events"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "poap_events" */ +["poap_events_on_conflict"]: { + constraint: ValueTypes["poap_events_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "poap_events". */ +["poap_events_order_by"]: { + city?: ValueTypes["order_by"] | undefined | null | Variable, + country?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + description?: ValueTypes["order_by"] | undefined | null | Variable, + distance?: ValueTypes["order_by"] | undefined | null | Variable, + embedding?: ValueTypes["order_by"] | undefined | null | Variable, + end_date?: ValueTypes["order_by"] | undefined | null | Variable, + event_url?: ValueTypes["order_by"] | undefined | null | Variable, + expiry_date?: ValueTypes["order_by"] | undefined | null | Variable, + fancy_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + image_url?: ValueTypes["order_by"] | undefined | null | Variable, + name?: ValueTypes["order_by"] | undefined | null | Variable, + poap_id?: ValueTypes["order_by"] | undefined | null | Variable, + start_date?: ValueTypes["order_by"] | undefined | null | Variable, + supply?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable, + year?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: poap_events */ +["poap_events_pk_columns_input"]: { + id: ValueTypes["bigint"] | Variable +}; + /** select columns of table "poap_events" */ +["poap_events_select_column"]:poap_events_select_column; + /** input type for updating data in table "poap_events" */ +["poap_events_set_input"]: { + city?: string | undefined | null | Variable, + country?: string | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + description?: string | undefined | null | Variable, + distance?: ValueTypes["float8"] | undefined | null | Variable, + embedding?: ValueTypes["vector"] | undefined | null | Variable, + end_date?: ValueTypes["date"] | undefined | null | Variable, + event_url?: string | undefined | null | Variable, + expiry_date?: ValueTypes["date"] | undefined | null | Variable, + fancy_id?: string | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + image_url?: string | undefined | null | Variable, + name?: string | undefined | null | Variable, + poap_id?: number | undefined | null | Variable, + start_date?: ValueTypes["date"] | undefined | null | Variable, + supply?: number | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + year?: number | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["poap_events_stddev_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["poap_events_stddev_pop_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["poap_events_stddev_samp_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "poap_events" */ +["poap_events_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["poap_events_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["poap_events_stream_cursor_value_input"]: { + city?: string | undefined | null | Variable, + country?: string | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + description?: string | undefined | null | Variable, + distance?: ValueTypes["float8"] | undefined | null | Variable, + embedding?: ValueTypes["vector"] | undefined | null | Variable, + end_date?: ValueTypes["date"] | undefined | null | Variable, + event_url?: string | undefined | null | Variable, + expiry_date?: ValueTypes["date"] | undefined | null | Variable, + fancy_id?: string | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + image_url?: string | undefined | null | Variable, + name?: string | undefined | null | Variable, + poap_id?: number | undefined | null | Variable, + start_date?: ValueTypes["date"] | undefined | null | Variable, + supply?: number | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + year?: number | undefined | null | Variable +}; + /** aggregate sum on columns */ +["poap_events_sum_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "poap_events" */ +["poap_events_update_column"]:poap_events_update_column; + ["poap_events_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["poap_events_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["poap_events_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["poap_events_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["poap_events_var_pop_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["poap_events_var_samp_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["poap_events_variance_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** columns and relationships of "poap_holders" */ +["poap_holders"]: AliasType<{ + address?:boolean | `@${string}`, + chain?:boolean | `@${string}`, + /** An object relationship */ + cosoul?:ValueTypes["cosouls"], + created_at?:boolean | `@${string}`, + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_created?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "poap_holders" */ +["poap_holders_aggregate"]: AliasType<{ + aggregate?:ValueTypes["poap_holders_aggregate_fields"], + nodes?:ValueTypes["poap_holders"], + __typename?: boolean | `@${string}` +}>; + ["poap_holders_aggregate_bool_exp"]: { + count?: ValueTypes["poap_holders_aggregate_bool_exp_count"] | undefined | null | Variable +}; + ["poap_holders_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Int_comparison_exp"] | Variable +}; + /** aggregate fields of "poap_holders" */ +["poap_holders_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["poap_holders_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["poap_holders_max_fields"], + min?:ValueTypes["poap_holders_min_fields"], + stddev?:ValueTypes["poap_holders_stddev_fields"], + stddev_pop?:ValueTypes["poap_holders_stddev_pop_fields"], + stddev_samp?:ValueTypes["poap_holders_stddev_samp_fields"], + sum?:ValueTypes["poap_holders_sum_fields"], + var_pop?:ValueTypes["poap_holders_var_pop_fields"], + var_samp?:ValueTypes["poap_holders_var_samp_fields"], + variance?:ValueTypes["poap_holders_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** order by aggregate values of table "poap_holders" */ +["poap_holders_aggregate_order_by"]: { + avg?: ValueTypes["poap_holders_avg_order_by"] | undefined | null | Variable, + count?: ValueTypes["order_by"] | undefined | null | Variable, + max?: ValueTypes["poap_holders_max_order_by"] | undefined | null | Variable, + min?: ValueTypes["poap_holders_min_order_by"] | undefined | null | Variable, + stddev?: ValueTypes["poap_holders_stddev_order_by"] | undefined | null | Variable, + stddev_pop?: ValueTypes["poap_holders_stddev_pop_order_by"] | undefined | null | Variable, + stddev_samp?: ValueTypes["poap_holders_stddev_samp_order_by"] | undefined | null | Variable, + sum?: ValueTypes["poap_holders_sum_order_by"] | undefined | null | Variable, + var_pop?: ValueTypes["poap_holders_var_pop_order_by"] | undefined | null | Variable, + var_samp?: ValueTypes["poap_holders_var_samp_order_by"] | undefined | null | Variable, + variance?: ValueTypes["poap_holders_variance_order_by"] | undefined | null | Variable +}; + /** input type for inserting array relation for remote table "poap_holders" */ +["poap_holders_arr_rel_insert_input"]: { + data: Array | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["poap_holders_on_conflict"] | undefined | null | Variable +}; + /** aggregate avg on columns */ +["poap_holders_avg_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by avg() on columns of table "poap_holders" */ +["poap_holders_avg_order_by"]: { + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Boolean expression to filter rows from the table "poap_holders". All fields are combined with a logical 'AND'. */ +["poap_holders_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + address?: ValueTypes["citext_comparison_exp"] | undefined | null | Variable, + chain?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + cosoul?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + event_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + poap_created?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + token_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "poap_holders" */ +["poap_holders_constraint"]:poap_holders_constraint; + /** input type for incrementing numeric columns in table "poap_holders" */ +["poap_holders_inc_input"]: { + event_id?: ValueTypes["bigint"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + token_id?: ValueTypes["bigint"] | undefined | null | Variable +}; + /** input type for inserting data into table "poap_holders" */ +["poap_holders_insert_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + chain?: string | undefined | null | Variable, + cosoul?: ValueTypes["cosouls_obj_rel_insert_input"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + event_id?: ValueTypes["bigint"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + poap_created?: ValueTypes["timestamptz"] | undefined | null | Variable, + token_id?: ValueTypes["bigint"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["poap_holders_max_fields"]: AliasType<{ + address?:boolean | `@${string}`, + chain?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_created?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by max() on columns of table "poap_holders" */ +["poap_holders_max_order_by"]: { + address?: ValueTypes["order_by"] | undefined | null | Variable, + chain?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + poap_created?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate min on columns */ +["poap_holders_min_fields"]: AliasType<{ + address?:boolean | `@${string}`, + chain?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_created?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by min() on columns of table "poap_holders" */ +["poap_holders_min_order_by"]: { + address?: ValueTypes["order_by"] | undefined | null | Variable, + chain?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + poap_created?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** response of any mutation on the table "poap_holders" */ +["poap_holders_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["poap_holders"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "poap_holders" */ +["poap_holders_on_conflict"]: { + constraint: ValueTypes["poap_holders_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "poap_holders". */ +["poap_holders_order_by"]: { + address?: ValueTypes["order_by"] | undefined | null | Variable, + chain?: ValueTypes["order_by"] | undefined | null | Variable, + cosoul?: ValueTypes["cosouls_order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + poap_created?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: poap_holders */ +["poap_holders_pk_columns_input"]: { + id: ValueTypes["bigint"] | Variable +}; + /** select columns of table "poap_holders" */ +["poap_holders_select_column"]:poap_holders_select_column; + /** input type for updating data in table "poap_holders" */ +["poap_holders_set_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + chain?: string | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + event_id?: ValueTypes["bigint"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + poap_created?: ValueTypes["timestamptz"] | undefined | null | Variable, + token_id?: ValueTypes["bigint"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["poap_holders_stddev_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev() on columns of table "poap_holders" */ +["poap_holders_stddev_order_by"]: { + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate stddev_pop on columns */ +["poap_holders_stddev_pop_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_pop() on columns of table "poap_holders" */ +["poap_holders_stddev_pop_order_by"]: { + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate stddev_samp on columns */ +["poap_holders_stddev_samp_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_samp() on columns of table "poap_holders" */ +["poap_holders_stddev_samp_order_by"]: { + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Streaming cursor of the table "poap_holders" */ +["poap_holders_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["poap_holders_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["poap_holders_stream_cursor_value_input"]: { + address?: ValueTypes["citext"] | undefined | null | Variable, + chain?: string | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + event_id?: ValueTypes["bigint"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + poap_created?: ValueTypes["timestamptz"] | undefined | null | Variable, + token_id?: ValueTypes["bigint"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["poap_holders_sum_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by sum() on columns of table "poap_holders" */ +["poap_holders_sum_order_by"]: { + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** update columns of table "poap_holders" */ +["poap_holders_update_column"]:poap_holders_update_column; + ["poap_holders_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["poap_holders_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["poap_holders_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["poap_holders_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["poap_holders_var_pop_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_pop() on columns of table "poap_holders" */ +["poap_holders_var_pop_order_by"]: { + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate var_samp on columns */ +["poap_holders_var_samp_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_samp() on columns of table "poap_holders" */ +["poap_holders_var_samp_order_by"]: { + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate variance on columns */ +["poap_holders_variance_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by variance() on columns of table "poap_holders" */ +["poap_holders_variance_order_by"]: { + event_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + token_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** columns and relationships of "private_stream_visibility" */ +["private_stream_visibility"]: AliasType<{ + created_at?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "private_stream_visibility" */ +["private_stream_visibility_aggregate"]: AliasType<{ + aggregate?:ValueTypes["private_stream_visibility_aggregate_fields"], + nodes?:ValueTypes["private_stream_visibility"], + __typename?: boolean | `@${string}` +}>; + ["private_stream_visibility_aggregate_bool_exp"]: { + count?: ValueTypes["private_stream_visibility_aggregate_bool_exp_count"] | undefined | null | Variable +}; + ["private_stream_visibility_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Int_comparison_exp"] | Variable +}; + /** aggregate fields of "private_stream_visibility" */ +["private_stream_visibility_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["private_stream_visibility_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["private_stream_visibility_max_fields"], + min?:ValueTypes["private_stream_visibility_min_fields"], + stddev?:ValueTypes["private_stream_visibility_stddev_fields"], + stddev_pop?:ValueTypes["private_stream_visibility_stddev_pop_fields"], + stddev_samp?:ValueTypes["private_stream_visibility_stddev_samp_fields"], + sum?:ValueTypes["private_stream_visibility_sum_fields"], + var_pop?:ValueTypes["private_stream_visibility_var_pop_fields"], + var_samp?:ValueTypes["private_stream_visibility_var_samp_fields"], + variance?:ValueTypes["private_stream_visibility_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** order by aggregate values of table "private_stream_visibility" */ +["private_stream_visibility_aggregate_order_by"]: { + avg?: ValueTypes["private_stream_visibility_avg_order_by"] | undefined | null | Variable, + count?: ValueTypes["order_by"] | undefined | null | Variable, + max?: ValueTypes["private_stream_visibility_max_order_by"] | undefined | null | Variable, + min?: ValueTypes["private_stream_visibility_min_order_by"] | undefined | null | Variable, + stddev?: ValueTypes["private_stream_visibility_stddev_order_by"] | undefined | null | Variable, + stddev_pop?: ValueTypes["private_stream_visibility_stddev_pop_order_by"] | undefined | null | Variable, + stddev_samp?: ValueTypes["private_stream_visibility_stddev_samp_order_by"] | undefined | null | Variable, + sum?: ValueTypes["private_stream_visibility_sum_order_by"] | undefined | null | Variable, + var_pop?: ValueTypes["private_stream_visibility_var_pop_order_by"] | undefined | null | Variable, + var_samp?: ValueTypes["private_stream_visibility_var_samp_order_by"] | undefined | null | Variable, + variance?: ValueTypes["private_stream_visibility_variance_order_by"] | undefined | null | Variable +}; + /** input type for inserting array relation for remote table "private_stream_visibility" */ +["private_stream_visibility_arr_rel_insert_input"]: { + data: Array | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["private_stream_visibility_on_conflict"] | undefined | null | Variable +}; + /** aggregate avg on columns */ +["private_stream_visibility_avg_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by avg() on columns of table "private_stream_visibility" */ +["private_stream_visibility_avg_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Boolean expression to filter rows from the table "private_stream_visibility". All fields are combined with a logical 'AND'. */ +["private_stream_visibility_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + view_profile_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "private_stream_visibility" */ +["private_stream_visibility_constraint"]:private_stream_visibility_constraint; + /** input type for incrementing numeric columns in table "private_stream_visibility" */ +["private_stream_visibility_inc_input"]: { + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + view_profile_id?: ValueTypes["bigint"] | undefined | null | Variable +}; + /** input type for inserting data into table "private_stream_visibility" */ +["private_stream_visibility_insert_input"]: { + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + view_profile_id?: ValueTypes["bigint"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["private_stream_visibility_max_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by max() on columns of table "private_stream_visibility" */ +["private_stream_visibility_max_order_by"]: { + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate min on columns */ +["private_stream_visibility_min_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by min() on columns of table "private_stream_visibility" */ +["private_stream_visibility_min_order_by"]: { + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** response of any mutation on the table "private_stream_visibility" */ +["private_stream_visibility_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["private_stream_visibility"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "private_stream_visibility" */ +["private_stream_visibility_on_conflict"]: { + constraint: ValueTypes["private_stream_visibility_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "private_stream_visibility". */ +["private_stream_visibility_order_by"]: { + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: private_stream_visibility */ +["private_stream_visibility_pk_columns_input"]: { + profile_id: ValueTypes["bigint"] | Variable, + view_profile_id: ValueTypes["bigint"] | Variable +}; + /** select columns of table "private_stream_visibility" */ +["private_stream_visibility_select_column"]:private_stream_visibility_select_column; + /** input type for updating data in table "private_stream_visibility" */ +["private_stream_visibility_set_input"]: { + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + view_profile_id?: ValueTypes["bigint"] | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["private_stream_visibility_stddev_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate stddev_pop on columns */ +["private_stream_visibility_stddev_pop_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_pop() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_pop_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate stddev_samp on columns */ +["private_stream_visibility_stddev_samp_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_samp() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_samp_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Streaming cursor of the table "private_stream_visibility" */ +["private_stream_visibility_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["private_stream_visibility_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["private_stream_visibility_stream_cursor_value_input"]: { + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + view_profile_id?: ValueTypes["bigint"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["private_stream_visibility_sum_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by sum() on columns of table "private_stream_visibility" */ +["private_stream_visibility_sum_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** update columns of table "private_stream_visibility" */ +["private_stream_visibility_update_column"]:private_stream_visibility_update_column; + ["private_stream_visibility_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["private_stream_visibility_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["private_stream_visibility_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["private_stream_visibility_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["private_stream_visibility_var_pop_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_pop() on columns of table "private_stream_visibility" */ +["private_stream_visibility_var_pop_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate var_samp on columns */ +["private_stream_visibility_var_samp_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_samp() on columns of table "private_stream_visibility" */ +["private_stream_visibility_var_samp_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate variance on columns */ +["private_stream_visibility_variance_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by variance() on columns of table "private_stream_visibility" */ +["private_stream_visibility_variance_order_by"]: { + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + view_profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; /** Coordinape user accounts that can belong to one or many circles via the relationship to the users table */ ["profiles"]: AliasType<{ address?:boolean | `@${string}`, + app_emails?:boolean | `@${string}`, avatar?:boolean | `@${string}`, background?:boolean | `@${string}`, bio?:boolean | `@${string}`, @@ -11506,6 +15411,8 @@ claims_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["claims_bool_exp"] | undefined | null | Variable},ValueTypes["claims_aggregate"]], connector?:boolean | `@${string}`, + /** An object relationship */ + cosoul?:ValueTypes["cosouls"], created_at?:boolean | `@${string}`, discord_username?:boolean | `@${string}`, distributions?: [{ /** distinct select on columns */ @@ -11520,6 +15427,18 @@ distributions_aggregate?: [{ /** distinct select on columns */ offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["distributions_bool_exp"] | undefined | null | Variable},ValueTypes["distributions_aggregate"]], +emails?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["emails_bool_exp"] | undefined | null | Variable},ValueTypes["emails"]], +emails_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["emails_bool_exp"] | undefined | null | Variable},ValueTypes["emails_aggregate"]], github_username?:boolean | `@${string}`, id?:boolean | `@${string}`, medium_username?:boolean | `@${string}`, @@ -11548,8 +15467,12 @@ org_members_aggregate?: [{ /** distinct select on columns */ offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["org_members_bool_exp"] | undefined | null | Variable},ValueTypes["org_members_aggregate"]], + product_emails?:boolean | `@${string}`, + /** An object relationship */ + reputation_score?:ValueTypes["reputation_scores"], skills?:boolean | `@${string}`, telegram_username?:boolean | `@${string}`, + tos_agreed_at?:boolean | `@${string}`, twitter_username?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, /** An object relationship */ @@ -11625,6 +15548,7 @@ count?: [{ columns?: Array | undefined | n _not?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable, _or?: Array | undefined | null | Variable, address?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + app_emails?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, avatar?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, background?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, bio?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, @@ -11632,10 +15556,13 @@ count?: [{ columns?: Array | undefined | n claims?: ValueTypes["claims_bool_exp"] | undefined | null | Variable, claims_aggregate?: ValueTypes["claims_aggregate_bool_exp"] | undefined | null | Variable, connector?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + cosoul?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable, created_at?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable, discord_username?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, distributions?: ValueTypes["distributions_bool_exp"] | undefined | null | Variable, distributions_aggregate?: ValueTypes["distributions_aggregate_bool_exp"] | undefined | null | Variable, + emails?: ValueTypes["emails_bool_exp"] | undefined | null | Variable, + emails_aggregate?: ValueTypes["emails_aggregate_bool_exp"] | undefined | null | Variable, github_username?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, medium_username?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, @@ -11644,8 +15571,11 @@ count?: [{ columns?: Array | undefined | n nominees_aggregate?: ValueTypes["nominees_aggregate_bool_exp"] | undefined | null | Variable, org_members?: ValueTypes["org_members_bool_exp"] | undefined | null | Variable, org_members_aggregate?: ValueTypes["org_members_aggregate_bool_exp"] | undefined | null | Variable, + product_emails?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, + reputation_score?: ValueTypes["reputation_scores_bool_exp"] | undefined | null | Variable, skills?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, telegram_username?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + tos_agreed_at?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable, twitter_username?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, updated_at?: ValueTypes["timestamp_comparison_exp"] | undefined | null | Variable, user?: ValueTypes["discord_users_bool_exp"] | undefined | null | Variable, @@ -11666,23 +15596,29 @@ count?: [{ columns?: Array | undefined | n /** input type for inserting data into table "profiles" */ ["profiles_insert_input"]: { address?: string | undefined | null | Variable, + app_emails?: boolean | undefined | null | Variable, avatar?: string | undefined | null | Variable, background?: string | undefined | null | Variable, bio?: string | undefined | null | Variable, chat_id?: string | undefined | null | Variable, claims?: ValueTypes["claims_arr_rel_insert_input"] | undefined | null | Variable, connector?: string | undefined | null | Variable, + cosoul?: ValueTypes["cosouls_obj_rel_insert_input"] | undefined | null | Variable, created_at?: ValueTypes["timestamp"] | undefined | null | Variable, discord_username?: string | undefined | null | Variable, distributions?: ValueTypes["distributions_arr_rel_insert_input"] | undefined | null | Variable, + emails?: ValueTypes["emails_arr_rel_insert_input"] | undefined | null | Variable, github_username?: string | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, medium_username?: string | undefined | null | Variable, name?: ValueTypes["citext"] | undefined | null | Variable, nominees?: ValueTypes["nominees_arr_rel_insert_input"] | undefined | null | Variable, org_members?: ValueTypes["org_members_arr_rel_insert_input"] | undefined | null | Variable, + product_emails?: boolean | undefined | null | Variable, + reputation_score?: ValueTypes["reputation_scores_obj_rel_insert_input"] | undefined | null | Variable, skills?: string | undefined | null | Variable, telegram_username?: string | undefined | null | Variable, + tos_agreed_at?: ValueTypes["timestamp"] | undefined | null | Variable, twitter_username?: string | undefined | null | Variable, updated_at?: ValueTypes["timestamp"] | undefined | null | Variable, user?: ValueTypes["discord_users_obj_rel_insert_input"] | undefined | null | Variable, @@ -11707,6 +15643,7 @@ count?: [{ columns?: Array | undefined | n name?:boolean | `@${string}`, skills?:boolean | `@${string}`, telegram_username?:boolean | `@${string}`, + tos_agreed_at?:boolean | `@${string}`, twitter_username?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, website?:boolean | `@${string}`, @@ -11728,6 +15665,7 @@ count?: [{ columns?: Array | undefined | n name?:boolean | `@${string}`, skills?:boolean | `@${string}`, telegram_username?:boolean | `@${string}`, + tos_agreed_at?:boolean | `@${string}`, twitter_username?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, website?:boolean | `@${string}`, @@ -11756,23 +15694,29 @@ count?: [{ columns?: Array | undefined | n /** Ordering options when selecting data from "profiles". */ ["profiles_order_by"]: { address?: ValueTypes["order_by"] | undefined | null | Variable, + app_emails?: ValueTypes["order_by"] | undefined | null | Variable, avatar?: ValueTypes["order_by"] | undefined | null | Variable, background?: ValueTypes["order_by"] | undefined | null | Variable, bio?: ValueTypes["order_by"] | undefined | null | Variable, chat_id?: ValueTypes["order_by"] | undefined | null | Variable, claims_aggregate?: ValueTypes["claims_aggregate_order_by"] | undefined | null | Variable, connector?: ValueTypes["order_by"] | undefined | null | Variable, + cosoul?: ValueTypes["cosouls_order_by"] | undefined | null | Variable, created_at?: ValueTypes["order_by"] | undefined | null | Variable, discord_username?: ValueTypes["order_by"] | undefined | null | Variable, distributions_aggregate?: ValueTypes["distributions_aggregate_order_by"] | undefined | null | Variable, + emails_aggregate?: ValueTypes["emails_aggregate_order_by"] | undefined | null | Variable, github_username?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, medium_username?: ValueTypes["order_by"] | undefined | null | Variable, name?: ValueTypes["order_by"] | undefined | null | Variable, nominees_aggregate?: ValueTypes["nominees_aggregate_order_by"] | undefined | null | Variable, org_members_aggregate?: ValueTypes["org_members_aggregate_order_by"] | undefined | null | Variable, + product_emails?: ValueTypes["order_by"] | undefined | null | Variable, + reputation_score?: ValueTypes["reputation_scores_order_by"] | undefined | null | Variable, skills?: ValueTypes["order_by"] | undefined | null | Variable, telegram_username?: ValueTypes["order_by"] | undefined | null | Variable, + tos_agreed_at?: ValueTypes["order_by"] | undefined | null | Variable, twitter_username?: ValueTypes["order_by"] | undefined | null | Variable, updated_at?: ValueTypes["order_by"] | undefined | null | Variable, user?: ValueTypes["discord_users_order_by"] | undefined | null | Variable, @@ -11785,11 +15729,178 @@ count?: [{ columns?: Array | undefined | n ["profiles_pk_columns_input"]: { id: ValueTypes["bigint"] | Variable }; + /** columns and relationships of "profiles_public" */ +["profiles_public"]: AliasType<{ + address?:boolean | `@${string}`, + avatar?:boolean | `@${string}`, + /** An object relationship */ + cosoul?:ValueTypes["cosouls"], + id?:boolean | `@${string}`, + name?:boolean | `@${string}`, + /** An object relationship */ + relationship_score?:ValueTypes["reputation_scores"], + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "profiles_public" */ +["profiles_public_aggregate"]: AliasType<{ + aggregate?:ValueTypes["profiles_public_aggregate_fields"], + nodes?:ValueTypes["profiles_public"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "profiles_public" */ +["profiles_public_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["profiles_public_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["profiles_public_max_fields"], + min?:ValueTypes["profiles_public_min_fields"], + stddev?:ValueTypes["profiles_public_stddev_fields"], + stddev_pop?:ValueTypes["profiles_public_stddev_pop_fields"], + stddev_samp?:ValueTypes["profiles_public_stddev_samp_fields"], + sum?:ValueTypes["profiles_public_sum_fields"], + var_pop?:ValueTypes["profiles_public_var_pop_fields"], + var_samp?:ValueTypes["profiles_public_var_samp_fields"], + variance?:ValueTypes["profiles_public_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["profiles_public_avg_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "profiles_public". All fields are combined with a logical 'AND'. */ +["profiles_public_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + address?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + avatar?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + cosoul?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable, + id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + name?: ValueTypes["citext_comparison_exp"] | undefined | null | Variable, + relationship_score?: ValueTypes["reputation_scores_bool_exp"] | undefined | null | Variable +}; + /** input type for incrementing numeric columns in table "profiles_public" */ +["profiles_public_inc_input"]: { + id?: ValueTypes["bigint"] | undefined | null | Variable +}; + /** input type for inserting data into table "profiles_public" */ +["profiles_public_insert_input"]: { + address?: string | undefined | null | Variable, + avatar?: string | undefined | null | Variable, + cosoul?: ValueTypes["cosouls_obj_rel_insert_input"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + name?: ValueTypes["citext"] | undefined | null | Variable, + relationship_score?: ValueTypes["reputation_scores_obj_rel_insert_input"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["profiles_public_max_fields"]: AliasType<{ + address?:boolean | `@${string}`, + avatar?:boolean | `@${string}`, + id?:boolean | `@${string}`, + name?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["profiles_public_min_fields"]: AliasType<{ + address?:boolean | `@${string}`, + avatar?:boolean | `@${string}`, + id?:boolean | `@${string}`, + name?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "profiles_public" */ +["profiles_public_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["profiles_public"], + __typename?: boolean | `@${string}` +}>; + /** input type for inserting object relation for remote table "profiles_public" */ +["profiles_public_obj_rel_insert_input"]: { + data: ValueTypes["profiles_public_insert_input"] | Variable +}; + /** Ordering options when selecting data from "profiles_public". */ +["profiles_public_order_by"]: { + address?: ValueTypes["order_by"] | undefined | null | Variable, + avatar?: ValueTypes["order_by"] | undefined | null | Variable, + cosoul?: ValueTypes["cosouls_order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + name?: ValueTypes["order_by"] | undefined | null | Variable, + relationship_score?: ValueTypes["reputation_scores_order_by"] | undefined | null | Variable +}; + /** select columns of table "profiles_public" */ +["profiles_public_select_column"]:profiles_public_select_column; + /** input type for updating data in table "profiles_public" */ +["profiles_public_set_input"]: { + address?: string | undefined | null | Variable, + avatar?: string | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + name?: ValueTypes["citext"] | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["profiles_public_stddev_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["profiles_public_stddev_pop_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["profiles_public_stddev_samp_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "profiles_public" */ +["profiles_public_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["profiles_public_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["profiles_public_stream_cursor_value_input"]: { + address?: string | undefined | null | Variable, + avatar?: string | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + name?: ValueTypes["citext"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["profiles_public_sum_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + ["profiles_public_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["profiles_public_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["profiles_public_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["profiles_public_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["profiles_public_var_pop_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["profiles_public_var_samp_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["profiles_public_variance_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** select columns of table "profiles" */ ["profiles_select_column"]:profiles_select_column; /** input type for updating data in table "profiles" */ ["profiles_set_input"]: { address?: string | undefined | null | Variable, + app_emails?: boolean | undefined | null | Variable, avatar?: string | undefined | null | Variable, background?: string | undefined | null | Variable, bio?: string | undefined | null | Variable, @@ -11801,8 +15912,10 @@ count?: [{ columns?: Array | undefined | n id?: ValueTypes["bigint"] | undefined | null | Variable, medium_username?: string | undefined | null | Variable, name?: ValueTypes["citext"] | undefined | null | Variable, + product_emails?: boolean | undefined | null | Variable, skills?: string | undefined | null | Variable, telegram_username?: string | undefined | null | Variable, + tos_agreed_at?: ValueTypes["timestamp"] | undefined | null | Variable, twitter_username?: string | undefined | null | Variable, updated_at?: ValueTypes["timestamp"] | undefined | null | Variable, website?: string | undefined | null | Variable @@ -11832,6 +15945,7 @@ count?: [{ columns?: Array | undefined | n /** Initial value of the column from where the streaming should start */ ["profiles_stream_cursor_value_input"]: { address?: string | undefined | null | Variable, + app_emails?: boolean | undefined | null | Variable, avatar?: string | undefined | null | Variable, background?: string | undefined | null | Variable, bio?: string | undefined | null | Variable, @@ -11843,8 +15957,10 @@ count?: [{ columns?: Array | undefined | n id?: ValueTypes["bigint"] | undefined | null | Variable, medium_username?: string | undefined | null | Variable, name?: ValueTypes["citext"] | undefined | null | Variable, + product_emails?: boolean | undefined | null | Variable, skills?: string | undefined | null | Variable, telegram_username?: string | undefined | null | Variable, + tos_agreed_at?: ValueTypes["timestamp"] | undefined | null | Variable, twitter_username?: string | undefined | null | Variable, updated_at?: ValueTypes["timestamp"] | undefined | null | Variable, website?: string | undefined | null | Variable @@ -11893,6 +16009,19 @@ activities_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["activities_bool_exp"] | undefined | null | Variable},ValueTypes["activities_aggregate"]], activities_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["activities"]], +address_data_fetches?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["address_data_fetches_bool_exp"] | undefined | null | Variable},ValueTypes["address_data_fetches"]], +address_data_fetches_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["address_data_fetches_bool_exp"] | undefined | null | Variable},ValueTypes["address_data_fetches_aggregate"]], +address_data_fetches_by_pk?: [{ address: ValueTypes["citext"] | Variable},ValueTypes["address_data_fetches"]], burns?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -11996,6 +16125,18 @@ claims_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["claims_bool_exp"] | undefined | null | Variable},ValueTypes["claims_aggregate"]], claims_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["claims"]], +contribution_count?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["contribution_count_bool_exp"] | undefined | null | Variable},ValueTypes["contribution_count"]], +contribution_count_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["contribution_count_bool_exp"] | undefined | null | Variable},ValueTypes["contribution_count_aggregate"]], contributions?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12009,6 +16150,19 @@ contributions_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["contributions_bool_exp"] | undefined | null | Variable},ValueTypes["contributions_aggregate"]], contributions_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["contributions"]], +cosouls?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable},ValueTypes["cosouls"]], +cosouls_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable},ValueTypes["cosouls_aggregate"]], +cosouls_by_pk?: [{ id: number | Variable},ValueTypes["cosouls"]], discord_circle_api_tokens?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12035,6 +16189,19 @@ discord_roles_circles_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["discord_roles_circles_bool_exp"] | undefined | null | Variable},ValueTypes["discord_roles_circles_aggregate"]], discord_roles_circles_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["discord_roles_circles"]], +discord_user_api_tokens?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["discord_user_api_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["discord_user_api_tokens"]], +discord_user_api_tokens_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["discord_user_api_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["discord_user_api_tokens_aggregate"]], +discord_user_api_tokens_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["discord_user_api_tokens"]], discord_users?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12061,6 +16228,19 @@ distributions_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["distributions_bool_exp"] | undefined | null | Variable},ValueTypes["distributions_aggregate"]], distributions_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["distributions"]], +emails?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["emails_bool_exp"] | undefined | null | Variable},ValueTypes["emails"]], +emails_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["emails_bool_exp"] | undefined | null | Variable},ValueTypes["emails_aggregate"]], +emails_by_pk?: [{ email: ValueTypes["citext"] | Variable, profile_id: number | Variable},ValueTypes["emails"]], epoch_pgive_data?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12126,6 +16306,32 @@ interaction_events_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["interaction_events_bool_exp"] | undefined | null | Variable},ValueTypes["interaction_events_aggregate"]], interaction_events_by_pk?: [{ id: number | Variable},ValueTypes["interaction_events"]], +key_holders?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable},ValueTypes["key_holders"]], +key_holders_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable},ValueTypes["key_holders_aggregate"]], +key_holders_by_pk?: [{ address: ValueTypes["citext"] | Variable, subject: ValueTypes["citext"] | Variable},ValueTypes["key_holders"]], +key_tx?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_tx_bool_exp"] | undefined | null | Variable},ValueTypes["key_tx"]], +key_tx_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_tx_bool_exp"] | undefined | null | Variable},ValueTypes["key_tx_aggregate"]], +key_tx_by_pk?: [{ tx_hash: ValueTypes["citext"] | Variable},ValueTypes["key_tx"]], locked_token_distribution_gifts?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12152,6 +16358,18 @@ locked_token_distributions_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["locked_token_distributions_bool_exp"] | undefined | null | Variable},ValueTypes["locked_token_distributions_aggregate"]], locked_token_distributions_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["locked_token_distributions"]], +member_circle_pgives?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["member_circle_pgives_bool_exp"] | undefined | null | Variable},ValueTypes["member_circle_pgives"]], +member_circle_pgives_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["member_circle_pgives_bool_exp"] | undefined | null | Variable},ValueTypes["member_circle_pgives_aggregate"]], member_epoch_pgives?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12178,6 +16396,18 @@ nominees_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["nominees_bool_exp"] | undefined | null | Variable},ValueTypes["nominees_aggregate"]], nominees_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["nominees"]], +note_count?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["note_count_bool_exp"] | undefined | null | Variable},ValueTypes["note_count"]], +note_count_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["note_count_bool_exp"] | undefined | null | Variable},ValueTypes["note_count_aggregate"]], org_members?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12191,6 +16421,19 @@ org_members_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["org_members_bool_exp"] | undefined | null | Variable},ValueTypes["org_members_aggregate"]], org_members_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["org_members"]], +org_share_tokens?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["org_share_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["org_share_tokens"]], +org_share_tokens_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["org_share_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["org_share_tokens_aggregate"]], +org_share_tokens_by_pk?: [{ org_id: ValueTypes["bigint"] | Variable, type: number | Variable},ValueTypes["org_share_tokens"]], organizations?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12255,6 +16498,45 @@ personal_access_tokens_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["personal_access_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["personal_access_tokens_aggregate"]], personal_access_tokens_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["personal_access_tokens"]], +poap_events?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable},ValueTypes["poap_events"]], +poap_events_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable},ValueTypes["poap_events_aggregate"]], +poap_events_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["poap_events"]], +poap_holders?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders"]], +poap_holders_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders_aggregate"]], +poap_holders_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["poap_holders"]], +private_stream_visibility?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable},ValueTypes["private_stream_visibility"]], +private_stream_visibility_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable},ValueTypes["private_stream_visibility_aggregate"]], +private_stream_visibility_by_pk?: [{ profile_id: ValueTypes["bigint"] | Variable, view_profile_id: ValueTypes["bigint"] | Variable},ValueTypes["private_stream_visibility"]], profiles?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12268,6 +16550,45 @@ profiles_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable},ValueTypes["profiles_aggregate"]], profiles_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["profiles"]], +profiles_public?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable},ValueTypes["profiles_public"]], +profiles_public_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable},ValueTypes["profiles_public_aggregate"]], +reactions?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable},ValueTypes["reactions"]], +reactions_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable},ValueTypes["reactions_aggregate"]], +reactions_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["reactions"]], +reputation_scores?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["reputation_scores_bool_exp"] | undefined | null | Variable},ValueTypes["reputation_scores"]], +reputation_scores_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["reputation_scores_bool_exp"] | undefined | null | Variable},ValueTypes["reputation_scores_aggregate"]], +reputation_scores_by_pk?: [{ profile_id: ValueTypes["bigint"] | Variable},ValueTypes["reputation_scores"]], +searchCosouls?: [{ payload: ValueTypes["SearchCosoulsInput"] | Variable},ValueTypes["SearchCosoulsOutput"]], teammates?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12294,6 +16615,19 @@ token_gifts_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["token_gifts_bool_exp"] | undefined | null | Variable},ValueTypes["token_gifts_aggregate"]], token_gifts_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["token_gifts"]], +twitter_account?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["twitter_account_bool_exp"] | undefined | null | Variable},ValueTypes["twitter_account"]], +twitter_account_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["twitter_account_bool_exp"] | undefined | null | Variable},ValueTypes["twitter_account_aggregate"]], +twitter_account_by_pk?: [{ profile_id: number | Variable},ValueTypes["twitter_account"]], user_private?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12358,6 +16692,34 @@ vaults_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["vaults_bool_exp"] | undefined | null | Variable},ValueTypes["vaults_aggregate"]], vaults_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["vaults"]], +vector_search_poap_events?: [{ /** input parameters for function "vector_search_poap_events" */ + args: ValueTypes["vector_search_poap_events_args"] | Variable, /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable},ValueTypes["poap_events"]], +vector_search_poap_events_aggregate?: [{ /** input parameters for function "vector_search_poap_events_aggregate" */ + args: ValueTypes["vector_search_poap_events_args"] | Variable, /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable},ValueTypes["poap_events_aggregate"]], +vector_search_poap_holders?: [{ /** input parameters for function "vector_search_poap_holders" */ + args: ValueTypes["vector_search_poap_holders_args"] | Variable, /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders"]], +vector_search_poap_holders_aggregate?: [{ /** input parameters for function "vector_search_poap_holders_aggregate" */ + args: ValueTypes["vector_search_poap_holders_args"] | Variable, /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders_aggregate"]], vouches?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12372,6 +16734,561 @@ vouches_aggregate?: [{ /** distinct select on columns */ where?: ValueTypes["vouches_bool_exp"] | undefined | null | Variable},ValueTypes["vouches_aggregate"]], vouches_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["vouches"]], __typename?: boolean | `@${string}` +}>; + /** columns and relationships of "reactions" */ +["reactions"]: AliasType<{ + /** An object relationship */ + activity?:ValueTypes["activities"], + activity_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + id?:boolean | `@${string}`, + /** An object relationship */ + profile?:ValueTypes["profiles"], + profile_id?:boolean | `@${string}`, + reaction?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "reactions" */ +["reactions_aggregate"]: AliasType<{ + aggregate?:ValueTypes["reactions_aggregate_fields"], + nodes?:ValueTypes["reactions"], + __typename?: boolean | `@${string}` +}>; + ["reactions_aggregate_bool_exp"]: { + count?: ValueTypes["reactions_aggregate_bool_exp_count"] | undefined | null | Variable +}; + ["reactions_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null | Variable, + distinct?: boolean | undefined | null | Variable, + filter?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable, + predicate: ValueTypes["Int_comparison_exp"] | Variable +}; + /** aggregate fields of "reactions" */ +["reactions_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["reactions_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["reactions_max_fields"], + min?:ValueTypes["reactions_min_fields"], + stddev?:ValueTypes["reactions_stddev_fields"], + stddev_pop?:ValueTypes["reactions_stddev_pop_fields"], + stddev_samp?:ValueTypes["reactions_stddev_samp_fields"], + sum?:ValueTypes["reactions_sum_fields"], + var_pop?:ValueTypes["reactions_var_pop_fields"], + var_samp?:ValueTypes["reactions_var_samp_fields"], + variance?:ValueTypes["reactions_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** order by aggregate values of table "reactions" */ +["reactions_aggregate_order_by"]: { + avg?: ValueTypes["reactions_avg_order_by"] | undefined | null | Variable, + count?: ValueTypes["order_by"] | undefined | null | Variable, + max?: ValueTypes["reactions_max_order_by"] | undefined | null | Variable, + min?: ValueTypes["reactions_min_order_by"] | undefined | null | Variable, + stddev?: ValueTypes["reactions_stddev_order_by"] | undefined | null | Variable, + stddev_pop?: ValueTypes["reactions_stddev_pop_order_by"] | undefined | null | Variable, + stddev_samp?: ValueTypes["reactions_stddev_samp_order_by"] | undefined | null | Variable, + sum?: ValueTypes["reactions_sum_order_by"] | undefined | null | Variable, + var_pop?: ValueTypes["reactions_var_pop_order_by"] | undefined | null | Variable, + var_samp?: ValueTypes["reactions_var_samp_order_by"] | undefined | null | Variable, + variance?: ValueTypes["reactions_variance_order_by"] | undefined | null | Variable +}; + /** input type for inserting array relation for remote table "reactions" */ +["reactions_arr_rel_insert_input"]: { + data: Array | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["reactions_on_conflict"] | undefined | null | Variable +}; + /** aggregate avg on columns */ +["reactions_avg_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by avg() on columns of table "reactions" */ +["reactions_avg_order_by"]: { + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Boolean expression to filter rows from the table "reactions". All fields are combined with a logical 'AND'. */ +["reactions_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + activity?: ValueTypes["activities_bool_exp"] | undefined | null | Variable, + activity_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + profile?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable, + profile_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + reaction?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "reactions" */ +["reactions_constraint"]:reactions_constraint; + /** input type for incrementing numeric columns in table "reactions" */ +["reactions_inc_input"]: { + activity_id?: number | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: number | undefined | null | Variable +}; + /** input type for inserting data into table "reactions" */ +["reactions_insert_input"]: { + activity?: ValueTypes["activities_obj_rel_insert_input"] | undefined | null | Variable, + activity_id?: number | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + profile?: ValueTypes["profiles_obj_rel_insert_input"] | undefined | null | Variable, + profile_id?: number | undefined | null | Variable, + reaction?: string | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate max on columns */ +["reactions_max_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + reaction?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by max() on columns of table "reactions" */ +["reactions_max_order_by"]: { + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + reaction?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate min on columns */ +["reactions_min_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + reaction?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by min() on columns of table "reactions" */ +["reactions_min_order_by"]: { + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + reaction?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** response of any mutation on the table "reactions" */ +["reactions_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["reactions"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "reactions" */ +["reactions_on_conflict"]: { + constraint: ValueTypes["reactions_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "reactions". */ +["reactions_order_by"]: { + activity?: ValueTypes["activities_order_by"] | undefined | null | Variable, + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile?: ValueTypes["profiles_order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + reaction?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: reactions */ +["reactions_pk_columns_input"]: { + id: ValueTypes["bigint"] | Variable +}; + /** select columns of table "reactions" */ +["reactions_select_column"]:reactions_select_column; + /** input type for updating data in table "reactions" */ +["reactions_set_input"]: { + activity_id?: number | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: number | undefined | null | Variable, + reaction?: string | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["reactions_stddev_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev() on columns of table "reactions" */ +["reactions_stddev_order_by"]: { + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate stddev_pop on columns */ +["reactions_stddev_pop_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_pop() on columns of table "reactions" */ +["reactions_stddev_pop_order_by"]: { + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate stddev_samp on columns */ +["reactions_stddev_samp_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_samp() on columns of table "reactions" */ +["reactions_stddev_samp_order_by"]: { + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** Streaming cursor of the table "reactions" */ +["reactions_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["reactions_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["reactions_stream_cursor_value_input"]: { + activity_id?: number | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + id?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: number | undefined | null | Variable, + reaction?: string | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable +}; + /** aggregate sum on columns */ +["reactions_sum_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by sum() on columns of table "reactions" */ +["reactions_sum_order_by"]: { + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** update columns of table "reactions" */ +["reactions_update_column"]:reactions_update_column; + ["reactions_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["reactions_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["reactions_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["reactions_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["reactions_var_pop_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_pop() on columns of table "reactions" */ +["reactions_var_pop_order_by"]: { + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate var_samp on columns */ +["reactions_var_samp_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_samp() on columns of table "reactions" */ +["reactions_var_samp_order_by"]: { + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** aggregate variance on columns */ +["reactions_variance_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by variance() on columns of table "reactions" */ +["reactions_variance_order_by"]: { + activity_id?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** columns and relationships of "reputation_scores" */ +["reputation_scores"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "reputation_scores" */ +["reputation_scores_aggregate"]: AliasType<{ + aggregate?:ValueTypes["reputation_scores_aggregate_fields"], + nodes?:ValueTypes["reputation_scores"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "reputation_scores" */ +["reputation_scores_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["reputation_scores_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["reputation_scores_max_fields"], + min?:ValueTypes["reputation_scores_min_fields"], + stddev?:ValueTypes["reputation_scores_stddev_fields"], + stddev_pop?:ValueTypes["reputation_scores_stddev_pop_fields"], + stddev_samp?:ValueTypes["reputation_scores_stddev_samp_fields"], + sum?:ValueTypes["reputation_scores_sum_fields"], + var_pop?:ValueTypes["reputation_scores_var_pop_fields"], + var_samp?:ValueTypes["reputation_scores_var_samp_fields"], + variance?:ValueTypes["reputation_scores_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["reputation_scores_avg_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "reputation_scores". All fields are combined with a logical 'AND'. */ +["reputation_scores_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["reputation_scores_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + email_score?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + keys_score?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + pgive_score?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + poap_score?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, + total_score?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + twitter_score?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "reputation_scores" */ +["reputation_scores_constraint"]:reputation_scores_constraint; + /** input type for incrementing numeric columns in table "reputation_scores" */ +["reputation_scores_inc_input"]: { + email_score?: number | undefined | null | Variable, + keys_score?: number | undefined | null | Variable, + pgive_score?: number | undefined | null | Variable, + poap_score?: number | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + total_score?: number | undefined | null | Variable, + twitter_score?: number | undefined | null | Variable +}; + /** input type for inserting data into table "reputation_scores" */ +["reputation_scores_insert_input"]: { + email_score?: number | undefined | null | Variable, + keys_score?: number | undefined | null | Variable, + pgive_score?: number | undefined | null | Variable, + poap_score?: number | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + total_score?: number | undefined | null | Variable, + twitter_score?: number | undefined | null | Variable +}; + /** aggregate max on columns */ +["reputation_scores_max_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["reputation_scores_min_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "reputation_scores" */ +["reputation_scores_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["reputation_scores"], + __typename?: boolean | `@${string}` +}>; + /** input type for inserting object relation for remote table "reputation_scores" */ +["reputation_scores_obj_rel_insert_input"]: { + data: ValueTypes["reputation_scores_insert_input"] | Variable, + /** upsert condition */ + on_conflict?: ValueTypes["reputation_scores_on_conflict"] | undefined | null | Variable +}; + /** on_conflict condition type for table "reputation_scores" */ +["reputation_scores_on_conflict"]: { + constraint: ValueTypes["reputation_scores_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["reputation_scores_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "reputation_scores". */ +["reputation_scores_order_by"]: { + email_score?: ValueTypes["order_by"] | undefined | null | Variable, + keys_score?: ValueTypes["order_by"] | undefined | null | Variable, + pgive_score?: ValueTypes["order_by"] | undefined | null | Variable, + poap_score?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + total_score?: ValueTypes["order_by"] | undefined | null | Variable, + twitter_score?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: reputation_scores */ +["reputation_scores_pk_columns_input"]: { + profile_id: ValueTypes["bigint"] | Variable +}; + /** select columns of table "reputation_scores" */ +["reputation_scores_select_column"]:reputation_scores_select_column; + /** input type for updating data in table "reputation_scores" */ +["reputation_scores_set_input"]: { + email_score?: number | undefined | null | Variable, + keys_score?: number | undefined | null | Variable, + pgive_score?: number | undefined | null | Variable, + poap_score?: number | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + total_score?: number | undefined | null | Variable, + twitter_score?: number | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["reputation_scores_stddev_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["reputation_scores_stddev_pop_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["reputation_scores_stddev_samp_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "reputation_scores" */ +["reputation_scores_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["reputation_scores_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["reputation_scores_stream_cursor_value_input"]: { + email_score?: number | undefined | null | Variable, + keys_score?: number | undefined | null | Variable, + pgive_score?: number | undefined | null | Variable, + poap_score?: number | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, + total_score?: number | undefined | null | Variable, + twitter_score?: number | undefined | null | Variable +}; + /** aggregate sum on columns */ +["reputation_scores_sum_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "reputation_scores" */ +["reputation_scores_update_column"]:reputation_scores_update_column; + ["reputation_scores_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["reputation_scores_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["reputation_scores_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["reputation_scores_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["reputation_scores_var_pop_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["reputation_scores_var_samp_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["reputation_scores_variance_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` }>; ["subscription_root"]: AliasType<{ activities?: [{ /** distinct select on columns */ @@ -12391,6 +17308,23 @@ activities_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["activities_bool_exp"] | undefined | null | Variable},ValueTypes["activities"]], +address_data_fetches?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["address_data_fetches_bool_exp"] | undefined | null | Variable},ValueTypes["address_data_fetches"]], +address_data_fetches_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["address_data_fetches_bool_exp"] | undefined | null | Variable},ValueTypes["address_data_fetches_aggregate"]], +address_data_fetches_by_pk?: [{ address: ValueTypes["citext"] | Variable},ValueTypes["address_data_fetches"]], +address_data_fetches_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["address_data_fetches_bool_exp"] | undefined | null | Variable},ValueTypes["address_data_fetches"]], burns?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12526,6 +17460,22 @@ claims_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["claims_bool_exp"] | undefined | null | Variable},ValueTypes["claims"]], +contribution_count?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["contribution_count_bool_exp"] | undefined | null | Variable},ValueTypes["contribution_count"]], +contribution_count_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["contribution_count_bool_exp"] | undefined | null | Variable},ValueTypes["contribution_count_aggregate"]], +contribution_count_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["contribution_count_bool_exp"] | undefined | null | Variable},ValueTypes["contribution_count"]], contributions?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12543,6 +17493,23 @@ contributions_stream?: [{ /** maximum number of rows returned in a single batch batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["contributions_bool_exp"] | undefined | null | Variable},ValueTypes["contributions"]], +cosouls?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable},ValueTypes["cosouls"]], +cosouls_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable},ValueTypes["cosouls_aggregate"]], +cosouls_by_pk?: [{ id: number | Variable},ValueTypes["cosouls"]], +cosouls_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["cosouls_bool_exp"] | undefined | null | Variable},ValueTypes["cosouls"]], discord_circle_api_tokens?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12577,6 +17544,23 @@ discord_roles_circles_stream?: [{ /** maximum number of rows returned in a singl batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["discord_roles_circles_bool_exp"] | undefined | null | Variable},ValueTypes["discord_roles_circles"]], +discord_user_api_tokens?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["discord_user_api_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["discord_user_api_tokens"]], +discord_user_api_tokens_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["discord_user_api_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["discord_user_api_tokens_aggregate"]], +discord_user_api_tokens_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["discord_user_api_tokens"]], +discord_user_api_tokens_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["discord_user_api_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["discord_user_api_tokens"]], discord_users?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12611,6 +17595,23 @@ distributions_stream?: [{ /** maximum number of rows returned in a single batch batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["distributions_bool_exp"] | undefined | null | Variable},ValueTypes["distributions"]], +emails?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["emails_bool_exp"] | undefined | null | Variable},ValueTypes["emails"]], +emails_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["emails_bool_exp"] | undefined | null | Variable},ValueTypes["emails_aggregate"]], +emails_by_pk?: [{ email: ValueTypes["citext"] | Variable, profile_id: number | Variable},ValueTypes["emails"]], +emails_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["emails_bool_exp"] | undefined | null | Variable},ValueTypes["emails"]], epoch_pgive_data?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12695,6 +17696,40 @@ interaction_events_stream?: [{ /** maximum number of rows returned in a single b batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["interaction_events_bool_exp"] | undefined | null | Variable},ValueTypes["interaction_events"]], +key_holders?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable},ValueTypes["key_holders"]], +key_holders_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable},ValueTypes["key_holders_aggregate"]], +key_holders_by_pk?: [{ address: ValueTypes["citext"] | Variable, subject: ValueTypes["citext"] | Variable},ValueTypes["key_holders"]], +key_holders_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["key_holders_bool_exp"] | undefined | null | Variable},ValueTypes["key_holders"]], +key_tx?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_tx_bool_exp"] | undefined | null | Variable},ValueTypes["key_tx"]], +key_tx_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["key_tx_bool_exp"] | undefined | null | Variable},ValueTypes["key_tx_aggregate"]], +key_tx_by_pk?: [{ tx_hash: ValueTypes["citext"] | Variable},ValueTypes["key_tx"]], +key_tx_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["key_tx_bool_exp"] | undefined | null | Variable},ValueTypes["key_tx"]], locked_token_distribution_gifts?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12729,6 +17764,22 @@ locked_token_distributions_stream?: [{ /** maximum number of rows returned in a batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["locked_token_distributions_bool_exp"] | undefined | null | Variable},ValueTypes["locked_token_distributions"]], +member_circle_pgives?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["member_circle_pgives_bool_exp"] | undefined | null | Variable},ValueTypes["member_circle_pgives"]], +member_circle_pgives_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["member_circle_pgives_bool_exp"] | undefined | null | Variable},ValueTypes["member_circle_pgives_aggregate"]], +member_circle_pgives_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["member_circle_pgives_bool_exp"] | undefined | null | Variable},ValueTypes["member_circle_pgives"]], member_epoch_pgives?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12763,6 +17814,22 @@ nominees_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["nominees_bool_exp"] | undefined | null | Variable},ValueTypes["nominees"]], +note_count?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["note_count_bool_exp"] | undefined | null | Variable},ValueTypes["note_count"]], +note_count_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["note_count_bool_exp"] | undefined | null | Variable},ValueTypes["note_count_aggregate"]], +note_count_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["note_count_bool_exp"] | undefined | null | Variable},ValueTypes["note_count"]], org_members?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12780,6 +17847,23 @@ org_members_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["org_members_bool_exp"] | undefined | null | Variable},ValueTypes["org_members"]], +org_share_tokens?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["org_share_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["org_share_tokens"]], +org_share_tokens_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["org_share_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["org_share_tokens_aggregate"]], +org_share_tokens_by_pk?: [{ org_id: ValueTypes["bigint"] | Variable, type: number | Variable},ValueTypes["org_share_tokens"]], +org_share_tokens_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["org_share_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["org_share_tokens"]], organizations?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12864,6 +17948,57 @@ personal_access_tokens_stream?: [{ /** maximum number of rows returned in a sing batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["personal_access_tokens_bool_exp"] | undefined | null | Variable},ValueTypes["personal_access_tokens"]], +poap_events?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable},ValueTypes["poap_events"]], +poap_events_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable},ValueTypes["poap_events_aggregate"]], +poap_events_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["poap_events"]], +poap_events_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable},ValueTypes["poap_events"]], +poap_holders?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders"]], +poap_holders_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders_aggregate"]], +poap_holders_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["poap_holders"]], +poap_holders_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders"]], +private_stream_visibility?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable},ValueTypes["private_stream_visibility"]], +private_stream_visibility_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable},ValueTypes["private_stream_visibility_aggregate"]], +private_stream_visibility_by_pk?: [{ profile_id: ValueTypes["bigint"] | Variable, view_profile_id: ValueTypes["bigint"] | Variable},ValueTypes["private_stream_visibility"]], +private_stream_visibility_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["private_stream_visibility_bool_exp"] | undefined | null | Variable},ValueTypes["private_stream_visibility"]], profiles?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12877,10 +18012,60 @@ profiles_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null | Variable, /** filter the rows returned */ where?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable},ValueTypes["profiles_aggregate"]], profiles_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["profiles"]], +profiles_public?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable},ValueTypes["profiles_public"]], +profiles_public_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable},ValueTypes["profiles_public_aggregate"]], +profiles_public_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["profiles_public_bool_exp"] | undefined | null | Variable},ValueTypes["profiles_public"]], profiles_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable},ValueTypes["profiles"]], +reactions?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable},ValueTypes["reactions"]], +reactions_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable},ValueTypes["reactions_aggregate"]], +reactions_by_pk?: [{ id: ValueTypes["bigint"] | Variable},ValueTypes["reactions"]], +reactions_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["reactions_bool_exp"] | undefined | null | Variable},ValueTypes["reactions"]], +reputation_scores?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["reputation_scores_bool_exp"] | undefined | null | Variable},ValueTypes["reputation_scores"]], +reputation_scores_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["reputation_scores_bool_exp"] | undefined | null | Variable},ValueTypes["reputation_scores_aggregate"]], +reputation_scores_by_pk?: [{ profile_id: ValueTypes["bigint"] | Variable},ValueTypes["reputation_scores"]], +reputation_scores_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["reputation_scores_bool_exp"] | undefined | null | Variable},ValueTypes["reputation_scores"]], teammates?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12915,6 +18100,23 @@ token_gifts_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["token_gifts_bool_exp"] | undefined | null | Variable},ValueTypes["token_gifts"]], +twitter_account?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["twitter_account_bool_exp"] | undefined | null | Variable},ValueTypes["twitter_account"]], +twitter_account_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["twitter_account_bool_exp"] | undefined | null | Variable},ValueTypes["twitter_account_aggregate"]], +twitter_account_by_pk?: [{ profile_id: number | Variable},ValueTypes["twitter_account"]], +twitter_account_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number | Variable, /** cursor to stream the results returned by the query */ + cursor: Array | Variable, /** filter the rows returned */ + where?: ValueTypes["twitter_account_bool_exp"] | undefined | null | Variable},ValueTypes["twitter_account"]], user_private?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -12999,6 +18201,34 @@ vaults_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number | Variable, /** cursor to stream the results returned by the query */ cursor: Array | Variable, /** filter the rows returned */ where?: ValueTypes["vaults_bool_exp"] | undefined | null | Variable},ValueTypes["vaults"]], +vector_search_poap_events?: [{ /** input parameters for function "vector_search_poap_events" */ + args: ValueTypes["vector_search_poap_events_args"] | Variable, /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable},ValueTypes["poap_events"]], +vector_search_poap_events_aggregate?: [{ /** input parameters for function "vector_search_poap_events_aggregate" */ + args: ValueTypes["vector_search_poap_events_args"] | Variable, /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_events_bool_exp"] | undefined | null | Variable},ValueTypes["poap_events_aggregate"]], +vector_search_poap_holders?: [{ /** input parameters for function "vector_search_poap_holders" */ + args: ValueTypes["vector_search_poap_holders_args"] | Variable, /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders"]], +vector_search_poap_holders_aggregate?: [{ /** input parameters for function "vector_search_poap_holders_aggregate" */ + args: ValueTypes["vector_search_poap_holders_args"] | Variable, /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["poap_holders_bool_exp"] | undefined | null | Variable},ValueTypes["poap_holders_aggregate"]], vouches?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -13770,6 +19000,306 @@ count?: [{ columns?: Array | undefined sender_id?: ValueTypes["order_by"] | undefined | null | Variable, tokens?: ValueTypes["order_by"] | undefined | null | Variable }; + /** twitter accounts connected to profiles */ +["twitter_account"]: AliasType<{ + access_token?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + id?:boolean | `@${string}`, + location?:boolean | `@${string}`, + name?:boolean | `@${string}`, + /** An object relationship */ + profile?:ValueTypes["profiles"], + profile_id?:boolean | `@${string}`, + profile_image_url?:boolean | `@${string}`, + refresh_token?:boolean | `@${string}`, + twitter_created_at?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + url?:boolean | `@${string}`, + username?:boolean | `@${string}`, + verified?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "twitter_account" */ +["twitter_account_aggregate"]: AliasType<{ + aggregate?:ValueTypes["twitter_account_aggregate_fields"], + nodes?:ValueTypes["twitter_account"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "twitter_account" */ +["twitter_account_aggregate_fields"]: AliasType<{ + avg?:ValueTypes["twitter_account_avg_fields"], +count?: [{ columns?: Array | undefined | null | Variable, distinct?: boolean | undefined | null | Variable},boolean | `@${string}`], + max?:ValueTypes["twitter_account_max_fields"], + min?:ValueTypes["twitter_account_min_fields"], + stddev?:ValueTypes["twitter_account_stddev_fields"], + stddev_pop?:ValueTypes["twitter_account_stddev_pop_fields"], + stddev_samp?:ValueTypes["twitter_account_stddev_samp_fields"], + sum?:ValueTypes["twitter_account_sum_fields"], + var_pop?:ValueTypes["twitter_account_var_pop_fields"], + var_samp?:ValueTypes["twitter_account_var_samp_fields"], + variance?:ValueTypes["twitter_account_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["twitter_account_avg_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "twitter_account". All fields are combined with a logical 'AND'. */ +["twitter_account_bool_exp"]: { + _and?: Array | undefined | null | Variable, + _not?: ValueTypes["twitter_account_bool_exp"] | undefined | null | Variable, + _or?: Array | undefined | null | Variable, + access_token?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + description?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + expires_at?: ValueTypes["numeric_comparison_exp"] | undefined | null | Variable, + followers_count?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + following_count?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + id?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + location?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + name?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + profile?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable, + profile_id?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, + profile_image_url?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + refresh_token?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + twitter_created_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz_comparison_exp"] | undefined | null | Variable, + url?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + username?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + verified?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable +}; + /** unique or primary key constraints on table "twitter_account" */ +["twitter_account_constraint"]:twitter_account_constraint; + /** input type for incrementing numeric columns in table "twitter_account" */ +["twitter_account_inc_input"]: { + expires_at?: ValueTypes["numeric"] | undefined | null | Variable, + followers_count?: number | undefined | null | Variable, + following_count?: number | undefined | null | Variable, + profile_id?: number | undefined | null | Variable +}; + /** input type for inserting data into table "twitter_account" */ +["twitter_account_insert_input"]: { + access_token?: string | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + description?: string | undefined | null | Variable, + expires_at?: ValueTypes["numeric"] | undefined | null | Variable, + followers_count?: number | undefined | null | Variable, + following_count?: number | undefined | null | Variable, + id?: string | undefined | null | Variable, + location?: string | undefined | null | Variable, + name?: string | undefined | null | Variable, + profile?: ValueTypes["profiles_obj_rel_insert_input"] | undefined | null | Variable, + profile_id?: number | undefined | null | Variable, + profile_image_url?: string | undefined | null | Variable, + refresh_token?: string | undefined | null | Variable, + twitter_created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + url?: string | undefined | null | Variable, + username?: string | undefined | null | Variable, + verified?: boolean | undefined | null | Variable +}; + /** aggregate max on columns */ +["twitter_account_max_fields"]: AliasType<{ + access_token?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + id?:boolean | `@${string}`, + location?:boolean | `@${string}`, + name?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + profile_image_url?:boolean | `@${string}`, + refresh_token?:boolean | `@${string}`, + twitter_created_at?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + url?:boolean | `@${string}`, + username?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["twitter_account_min_fields"]: AliasType<{ + access_token?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + id?:boolean | `@${string}`, + location?:boolean | `@${string}`, + name?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + profile_image_url?:boolean | `@${string}`, + refresh_token?:boolean | `@${string}`, + twitter_created_at?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + url?:boolean | `@${string}`, + username?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "twitter_account" */ +["twitter_account_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ValueTypes["twitter_account"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "twitter_account" */ +["twitter_account_on_conflict"]: { + constraint: ValueTypes["twitter_account_constraint"] | Variable, + update_columns: Array | Variable, + where?: ValueTypes["twitter_account_bool_exp"] | undefined | null | Variable +}; + /** Ordering options when selecting data from "twitter_account". */ +["twitter_account_order_by"]: { + access_token?: ValueTypes["order_by"] | undefined | null | Variable, + created_at?: ValueTypes["order_by"] | undefined | null | Variable, + description?: ValueTypes["order_by"] | undefined | null | Variable, + expires_at?: ValueTypes["order_by"] | undefined | null | Variable, + followers_count?: ValueTypes["order_by"] | undefined | null | Variable, + following_count?: ValueTypes["order_by"] | undefined | null | Variable, + id?: ValueTypes["order_by"] | undefined | null | Variable, + location?: ValueTypes["order_by"] | undefined | null | Variable, + name?: ValueTypes["order_by"] | undefined | null | Variable, + profile?: ValueTypes["profiles_order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_image_url?: ValueTypes["order_by"] | undefined | null | Variable, + refresh_token?: ValueTypes["order_by"] | undefined | null | Variable, + twitter_created_at?: ValueTypes["order_by"] | undefined | null | Variable, + updated_at?: ValueTypes["order_by"] | undefined | null | Variable, + url?: ValueTypes["order_by"] | undefined | null | Variable, + username?: ValueTypes["order_by"] | undefined | null | Variable, + verified?: ValueTypes["order_by"] | undefined | null | Variable +}; + /** primary key columns input for table: twitter_account */ +["twitter_account_pk_columns_input"]: { + profile_id: number | Variable +}; + /** select columns of table "twitter_account" */ +["twitter_account_select_column"]:twitter_account_select_column; + /** input type for updating data in table "twitter_account" */ +["twitter_account_set_input"]: { + access_token?: string | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + description?: string | undefined | null | Variable, + expires_at?: ValueTypes["numeric"] | undefined | null | Variable, + followers_count?: number | undefined | null | Variable, + following_count?: number | undefined | null | Variable, + id?: string | undefined | null | Variable, + location?: string | undefined | null | Variable, + name?: string | undefined | null | Variable, + profile_id?: number | undefined | null | Variable, + profile_image_url?: string | undefined | null | Variable, + refresh_token?: string | undefined | null | Variable, + twitter_created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + url?: string | undefined | null | Variable, + username?: string | undefined | null | Variable, + verified?: boolean | undefined | null | Variable +}; + /** aggregate stddev on columns */ +["twitter_account_stddev_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["twitter_account_stddev_pop_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["twitter_account_stddev_samp_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "twitter_account" */ +["twitter_account_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ValueTypes["twitter_account_stream_cursor_value_input"] | Variable, + /** cursor ordering */ + ordering?: ValueTypes["cursor_ordering"] | undefined | null | Variable +}; + /** Initial value of the column from where the streaming should start */ +["twitter_account_stream_cursor_value_input"]: { + access_token?: string | undefined | null | Variable, + created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + description?: string | undefined | null | Variable, + expires_at?: ValueTypes["numeric"] | undefined | null | Variable, + followers_count?: number | undefined | null | Variable, + following_count?: number | undefined | null | Variable, + id?: string | undefined | null | Variable, + location?: string | undefined | null | Variable, + name?: string | undefined | null | Variable, + profile_id?: number | undefined | null | Variable, + profile_image_url?: string | undefined | null | Variable, + refresh_token?: string | undefined | null | Variable, + twitter_created_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + updated_at?: ValueTypes["timestamptz"] | undefined | null | Variable, + url?: string | undefined | null | Variable, + username?: string | undefined | null | Variable, + verified?: boolean | undefined | null | Variable +}; + /** aggregate sum on columns */ +["twitter_account_sum_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "twitter_account" */ +["twitter_account_update_column"]:twitter_account_update_column; + ["twitter_account_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ValueTypes["twitter_account_inc_input"] | undefined | null | Variable, + /** sets the columns of the filtered rows to the given values */ + _set?: ValueTypes["twitter_account_set_input"] | undefined | null | Variable, + /** filter the rows which have to be updated */ + where: ValueTypes["twitter_account_bool_exp"] | Variable +}; + /** aggregate var_pop on columns */ +["twitter_account_var_pop_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["twitter_account_var_samp_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["twitter_account_variance_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** columns and relationships of "user_private" */ ["user_private"]: AliasType<{ /** An object relationship */ @@ -13927,7 +19457,6 @@ count?: [{ columns?: Array | undefined }>; /** Members of a circle */ ["users"]: AliasType<{ - address?:boolean | `@${string}`, bio?:boolean | `@${string}`, burns?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ @@ -13977,7 +19506,18 @@ contributions_aggregate?: [{ /** distinct select on columns */ give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, - name?:boolean | `@${string}`, +member_epoch_pgivess?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["member_epoch_pgives_bool_exp"] | undefined | null | Variable},ValueTypes["member_epoch_pgives"]], +member_epoch_pgivess_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ + limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null | Variable, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null | Variable, /** filter the rows returned */ + where?: ValueTypes["member_epoch_pgives_bool_exp"] | undefined | null | Variable},ValueTypes["member_epoch_pgives_aggregate"]], non_giver?:boolean | `@${string}`, non_receiver?:boolean | `@${string}`, pending_received_gifts?: [{ /** distinct select on columns */ @@ -14006,6 +19546,7 @@ pending_sent_gifts_aggregate?: [{ /** distinct select on columns */ where?: ValueTypes["pending_token_gifts_bool_exp"] | undefined | null | Variable},ValueTypes["pending_token_gifts_aggregate"]], /** An object relationship */ profile?:ValueTypes["profiles"], + profile_id?:boolean | `@${string}`, received_gifts?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null | Variable, /** limit the number of rows returned */ limit?: number | undefined | null | Variable, /** skip the first n rows. Use only with order_by */ @@ -14132,6 +19673,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -14143,6 +19685,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; @@ -14151,7 +19694,6 @@ count?: [{ columns?: Array | undefined | null _and?: Array | undefined | null | Variable, _not?: ValueTypes["users_bool_exp"] | undefined | null | Variable, _or?: Array | undefined | null | Variable, - address?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, bio?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, burns?: ValueTypes["burns_bool_exp"] | undefined | null | Variable, burns_aggregate?: ValueTypes["burns_aggregate_bool_exp"] | undefined | null | Variable, @@ -14170,7 +19712,8 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, give_token_remaining?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, - name?: ValueTypes["String_comparison_exp"] | undefined | null | Variable, + member_epoch_pgivess?: ValueTypes["member_epoch_pgives_bool_exp"] | undefined | null | Variable, + member_epoch_pgivess_aggregate?: ValueTypes["member_epoch_pgives_aggregate_bool_exp"] | undefined | null | Variable, non_giver?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, non_receiver?: ValueTypes["Boolean_comparison_exp"] | undefined | null | Variable, pending_received_gifts?: ValueTypes["pending_token_gifts_bool_exp"] | undefined | null | Variable, @@ -14178,6 +19721,7 @@ count?: [{ columns?: Array | undefined | null pending_sent_gifts?: ValueTypes["pending_token_gifts_bool_exp"] | undefined | null | Variable, pending_sent_gifts_aggregate?: ValueTypes["pending_token_gifts_aggregate_bool_exp"] | undefined | null | Variable, profile?: ValueTypes["profiles_bool_exp"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint_comparison_exp"] | undefined | null | Variable, received_gifts?: ValueTypes["token_gifts_bool_exp"] | undefined | null | Variable, received_gifts_aggregate?: ValueTypes["token_gifts_aggregate_bool_exp"] | undefined | null | Variable, role?: ValueTypes["Int_comparison_exp"] | undefined | null | Variable, @@ -14200,12 +19744,12 @@ count?: [{ columns?: Array | undefined | null give_token_received?: number | undefined | null | Variable, give_token_remaining?: number | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, role?: number | undefined | null | Variable, starting_tokens?: number | undefined | null | Variable }; /** input type for inserting data into table "users" */ ["users_insert_input"]: { - address?: string | undefined | null | Variable, bio?: string | undefined | null | Variable, burns?: ValueTypes["burns_arr_rel_insert_input"] | undefined | null | Variable, circle?: ValueTypes["circles_obj_rel_insert_input"] | undefined | null | Variable, @@ -14221,12 +19765,13 @@ count?: [{ columns?: Array | undefined | null give_token_received?: number | undefined | null | Variable, give_token_remaining?: number | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, - name?: string | undefined | null | Variable, + member_epoch_pgivess?: ValueTypes["member_epoch_pgives_arr_rel_insert_input"] | undefined | null | Variable, non_giver?: boolean | undefined | null | Variable, non_receiver?: boolean | undefined | null | Variable, pending_received_gifts?: ValueTypes["pending_token_gifts_arr_rel_insert_input"] | undefined | null | Variable, pending_sent_gifts?: ValueTypes["pending_token_gifts_arr_rel_insert_input"] | undefined | null | Variable, profile?: ValueTypes["profiles_obj_rel_insert_input"] | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, received_gifts?: ValueTypes["token_gifts_arr_rel_insert_input"] | undefined | null | Variable, role?: number | undefined | null | Variable, sent_gifts?: ValueTypes["token_gifts_arr_rel_insert_input"] | undefined | null | Variable, @@ -14238,7 +19783,6 @@ count?: [{ columns?: Array | undefined | null }; /** aggregate max on columns */ ["users_max_fields"]: AliasType<{ - address?:boolean | `@${string}`, bio?:boolean | `@${string}`, circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, @@ -14248,7 +19792,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, - name?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, @@ -14256,7 +19800,6 @@ count?: [{ columns?: Array | undefined | null }>; /** order by max() on columns of table "users" */ ["users_max_order_by"]: { - address?: ValueTypes["order_by"] | undefined | null | Variable, bio?: ValueTypes["order_by"] | undefined | null | Variable, circle_id?: ValueTypes["order_by"] | undefined | null | Variable, created_at?: ValueTypes["order_by"] | undefined | null | Variable, @@ -14266,14 +19809,13 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, - name?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable, updated_at?: ValueTypes["order_by"] | undefined | null | Variable }; /** aggregate min on columns */ ["users_min_fields"]: AliasType<{ - address?:boolean | `@${string}`, bio?:boolean | `@${string}`, circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, @@ -14283,7 +19825,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, - name?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, @@ -14291,7 +19833,6 @@ count?: [{ columns?: Array | undefined | null }>; /** order by min() on columns of table "users" */ ["users_min_order_by"]: { - address?: ValueTypes["order_by"] | undefined | null | Variable, bio?: ValueTypes["order_by"] | undefined | null | Variable, circle_id?: ValueTypes["order_by"] | undefined | null | Variable, created_at?: ValueTypes["order_by"] | undefined | null | Variable, @@ -14301,7 +19842,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, - name?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable, updated_at?: ValueTypes["order_by"] | undefined | null | Variable @@ -14328,7 +19869,6 @@ count?: [{ columns?: Array | undefined | null }; /** Ordering options when selecting data from "users". */ ["users_order_by"]: { - address?: ValueTypes["order_by"] | undefined | null | Variable, bio?: ValueTypes["order_by"] | undefined | null | Variable, burns_aggregate?: ValueTypes["burns_aggregate_order_by"] | undefined | null | Variable, circle?: ValueTypes["circles_order_by"] | undefined | null | Variable, @@ -14344,12 +19884,13 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, - name?: ValueTypes["order_by"] | undefined | null | Variable, + member_epoch_pgivess_aggregate?: ValueTypes["member_epoch_pgives_aggregate_order_by"] | undefined | null | Variable, non_giver?: ValueTypes["order_by"] | undefined | null | Variable, non_receiver?: ValueTypes["order_by"] | undefined | null | Variable, pending_received_gifts_aggregate?: ValueTypes["pending_token_gifts_aggregate_order_by"] | undefined | null | Variable, pending_sent_gifts_aggregate?: ValueTypes["pending_token_gifts_aggregate_order_by"] | undefined | null | Variable, profile?: ValueTypes["profiles_order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, received_gifts_aggregate?: ValueTypes["token_gifts_aggregate_order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, sent_gifts_aggregate?: ValueTypes["token_gifts_aggregate_order_by"] | undefined | null | Variable, @@ -14371,7 +19912,6 @@ count?: [{ columns?: Array | undefined | null ["users_select_column_users_aggregate_bool_exp_bool_or_arguments_columns"]:users_select_column_users_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "users" */ ["users_set_input"]: { - address?: string | undefined | null | Variable, bio?: string | undefined | null | Variable, circle_id?: ValueTypes["bigint"] | undefined | null | Variable, created_at?: ValueTypes["timestamp"] | undefined | null | Variable, @@ -14383,9 +19923,9 @@ count?: [{ columns?: Array | undefined | null give_token_received?: number | undefined | null | Variable, give_token_remaining?: number | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, - name?: string | undefined | null | Variable, non_giver?: boolean | undefined | null | Variable, non_receiver?: boolean | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, role?: number | undefined | null | Variable, starting_tokens?: number | undefined | null | Variable, updated_at?: ValueTypes["timestamp"] | undefined | null | Variable @@ -14397,6 +19937,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -14408,6 +19949,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; @@ -14418,6 +19960,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -14429,6 +19972,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; @@ -14439,6 +19983,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -14450,6 +19995,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; @@ -14462,7 +20008,6 @@ count?: [{ columns?: Array | undefined | null }; /** Initial value of the column from where the streaming should start */ ["users_stream_cursor_value_input"]: { - address?: string | undefined | null | Variable, bio?: string | undefined | null | Variable, circle_id?: ValueTypes["bigint"] | undefined | null | Variable, created_at?: ValueTypes["timestamp"] | undefined | null | Variable, @@ -14474,9 +20019,9 @@ count?: [{ columns?: Array | undefined | null give_token_received?: number | undefined | null | Variable, give_token_remaining?: number | undefined | null | Variable, id?: ValueTypes["bigint"] | undefined | null | Variable, - name?: string | undefined | null | Variable, non_giver?: boolean | undefined | null | Variable, non_receiver?: boolean | undefined | null | Variable, + profile_id?: ValueTypes["bigint"] | undefined | null | Variable, role?: number | undefined | null | Variable, starting_tokens?: number | undefined | null | Variable, updated_at?: ValueTypes["timestamp"] | undefined | null | Variable @@ -14488,6 +20033,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -14499,6 +20045,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; @@ -14519,6 +20066,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -14530,6 +20078,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; @@ -14540,6 +20089,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -14551,6 +20101,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; @@ -14561,6 +20112,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -14572,6 +20124,7 @@ count?: [{ columns?: Array | undefined | null give_token_received?: ValueTypes["order_by"] | undefined | null | Variable, give_token_remaining?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, + profile_id?: ValueTypes["order_by"] | undefined | null | Variable, role?: ValueTypes["order_by"] | undefined | null | Variable, starting_tokens?: ValueTypes["order_by"] | undefined | null | Variable }; @@ -15548,6 +21101,29 @@ count?: [{ columns?: Array | undefined | nul deployment_block?: ValueTypes["order_by"] | undefined | null | Variable, id?: ValueTypes["order_by"] | undefined | null | Variable, org_id?: ValueTypes["order_by"] | undefined | null | Variable +}; + ["vector"]:unknown; + /** Boolean expression to compare columns of type "vector". All fields are combined with logical 'AND'. */ +["vector_comparison_exp"]: { + _eq?: ValueTypes["vector"] | undefined | null | Variable, + _gt?: ValueTypes["vector"] | undefined | null | Variable, + _gte?: ValueTypes["vector"] | undefined | null | Variable, + _in?: Array | undefined | null | Variable, + _is_null?: boolean | undefined | null | Variable, + _lt?: ValueTypes["vector"] | undefined | null | Variable, + _lte?: ValueTypes["vector"] | undefined | null | Variable, + _neq?: ValueTypes["vector"] | undefined | null | Variable, + _nin?: Array | undefined | null | Variable +}; + ["vector_search_poap_events_args"]: { + limit_count?: number | undefined | null | Variable, + match_threshold?: ValueTypes["float8"] | undefined | null | Variable, + target_vector?: ValueTypes["vector"] | undefined | null | Variable +}; + ["vector_search_poap_holders_args"]: { + limit_count?: number | undefined | null | Variable, + match_threshold?: ValueTypes["float8"] | undefined | null | Variable, + target_vector?: ValueTypes["vector"] | undefined | null | Variable }; /** columns and relationships of "vouches" */ ["vouches"]: AliasType<{ @@ -15847,15 +21423,27 @@ count?: [{ columns?: Array | undefined | nu } export type ResolverInputTypes = { - ["AdminUpdateUserInput"]: { - address: string, + ["schema"]: AliasType<{ + query?:ResolverInputTypes["query_root"], + mutation?:ResolverInputTypes["mutation_root"], + subscription?:ResolverInputTypes["subscription_root"], + __typename?: boolean | `@${string}` +}>; + ["AcceptTOSOutput"]: AliasType<{ + tos_agreed_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + ["AddEmailInput"]: { + email: string +}; + ["AdminUpdateUserInput"]: { circle_id: number, fixed_non_receiver?: boolean | undefined | null, fixed_payment_amount?: number | undefined | null, name?: string | undefined | null, - new_address?: string | undefined | null, non_giver?: boolean | undefined | null, non_receiver?: boolean | undefined | null, + profile_id: number, role?: number | undefined | null, starting_tokens?: number | undefined | null }; @@ -15934,14 +21522,6 @@ users_aggregate?: [{ /** distinct select on columns */ circle_id: number, grant?: number | undefined | null, params: ResolverInputTypes["EpochInputParams"] -}; - ["CreateEpochOldInput"]: { - circle_id: number, - days: number, - description?: string | undefined | null, - grant?: number | undefined | null, - repeat: number, - start_date: ResolverInputTypes["timestamptz"] }; ["CreateNomineeInput"]: { address: string, @@ -15954,6 +21534,10 @@ users_aggregate?: [{ /** distinct select on columns */ nominee?:ResolverInputTypes["nominees"], __typename?: boolean | `@${string}` }>; + ["CreateOrgMembersInput"]: { + org_id: number, + users: Array +}; ["CreateSampleCircleResponse"]: AliasType<{ circle?:ResolverInputTypes["circles"], id?:boolean | `@${string}`, @@ -15981,6 +21565,9 @@ users_aggregate?: [{ /** distinct select on columns */ }; ["DeleteDiscordUserInput"]: { user_snowflake: string +}; + ["DeleteEmailInput"]: { + email: string }; ["DeleteEpochInput"]: { circle_id: number, @@ -15991,8 +21578,8 @@ users_aggregate?: [{ /** distinct select on columns */ __typename?: boolean | `@${string}` }>; ["DeleteUserInput"]: { - address: string, - circle_id: number + circle_id: number, + profile_id: number }; ["DeleteUsersInput"]: { addresses: Array, @@ -16044,6 +21631,15 @@ users_aggregate?: [{ /** distinct select on columns */ circleApiKey?:ResolverInputTypes["circle_api_keys"], hash?:boolean | `@${string}`, __typename?: boolean | `@${string}` +}>; + ["GiveCsvInput"]: { + circle_id: number, + epoch?: number | undefined | null, + epoch_id?: number | undefined | null +}; + ["GiveCsvResponse"]: AliasType<{ + file?:boolean | `@${string}`, + __typename?: boolean | `@${string}` }>; ["GuildAdmin"]: AliasType<{ address?:boolean | `@${string}`, @@ -16070,6 +21666,9 @@ users_aggregate?: [{ /** distinct select on columns */ name?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + ["IdInput"]: { + id: number +}; /** Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. */ ["Int_comparison_exp"]: { _eq?: number | undefined | null, @@ -16126,6 +21725,22 @@ users_aggregate?: [{ /** distinct select on columns */ ids?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + ["OrgMemberResponse"]: AliasType<{ + OrgMemberResponse?:ResolverInputTypes["org_members"], + id?:boolean | `@${string}`, + new?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + ["SearchCosoulsInput"]: { + search_query: string +}; + ["SearchCosoulsOutput"]: AliasType<{ + cosoul_ids?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + ["SetPrimaryEmailInput"]: { + email: string +}; /** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ ["String_comparison_exp"]: { _eq?: string | undefined | null, @@ -16158,8 +21773,16 @@ users_aggregate?: [{ /** distinct select on columns */ /** does the column match the given SQL regular expression */ _similar?: string | undefined | null }; + ["SyncCoSoulInput"]: { + tx_hash: string +}; + ["SyncCoSoulOutput"]: AliasType<{ + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; ["UpdateCircleInput"]: { alloc_text?: string | undefined | null, + allow_distribute_evenly?: boolean | undefined | null, auto_opt_out?: boolean | undefined | null, circle_id: number, cont_help_text?: string | undefined | null, @@ -16190,8 +21813,11 @@ users_aggregate?: [{ /** distinct select on columns */ id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + ["UpdateCircleStartingGiveInput"]: { + circle_id: number, + starting_tokens: number +}; ["UpdateContributionInput"]: { - datetime_created: ResolverInputTypes["timestamptz"], description: string, id: number }; @@ -16206,15 +21832,6 @@ users_aggregate?: [{ /** distinct select on columns */ grant?: number | undefined | null, id: number, params?: ResolverInputTypes["EpochInputParams"] | undefined | null -}; - ["UpdateEpochOldInput"]: { - circle_id: number, - days: number, - description?: string | undefined | null, - grant?: number | undefined | null, - id: number, - repeat: number, - start_date: ResolverInputTypes["timestamptz"] }; ["UpdateOrgResponse"]: AliasType<{ id?:boolean | `@${string}`, @@ -16298,6 +21915,8 @@ users_aggregate?: [{ /** distinct select on columns */ actor_profile?:ResolverInputTypes["profiles"], actor_profile_id?:boolean | `@${string}`, /** An object relationship */ + actor_profile_public?:ResolverInputTypes["profiles_public"], + /** An object relationship */ circle?:ResolverInputTypes["circles"], circle_id?:boolean | `@${string}`, /** An object relationship */ @@ -16311,9 +21930,36 @@ users_aggregate?: [{ /** distinct select on columns */ /** An object relationship */ organization?:ResolverInputTypes["organizations"], organization_id?:boolean | `@${string}`, + private_stream?:boolean | `@${string}`, +private_stream_visibility?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null},ResolverInputTypes["private_stream_visibility"]], +private_stream_visibility_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null},ResolverInputTypes["private_stream_visibility_aggregate"]], +reactions?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["reactions_bool_exp"] | undefined | null},ResolverInputTypes["reactions"]], +reactions_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["reactions_bool_exp"] | undefined | null},ResolverInputTypes["reactions_aggregate"]], /** An object relationship */ target_profile?:ResolverInputTypes["profiles"], target_profile_id?:boolean | `@${string}`, + /** An object relationship */ + target_profile_public?:ResolverInputTypes["profiles_public"], updated_at?:boolean | `@${string}`, /** An object relationship */ user?:ResolverInputTypes["users"], @@ -16326,6 +21972,29 @@ users_aggregate?: [{ /** distinct select on columns */ nodes?:ResolverInputTypes["activities"], __typename?: boolean | `@${string}` }>; + ["activities_aggregate_bool_exp"]: { + bool_and?: ResolverInputTypes["activities_aggregate_bool_exp_bool_and"] | undefined | null, + bool_or?: ResolverInputTypes["activities_aggregate_bool_exp_bool_or"] | undefined | null, + count?: ResolverInputTypes["activities_aggregate_bool_exp_count"] | undefined | null +}; + ["activities_aggregate_bool_exp_bool_and"]: { + arguments: ResolverInputTypes["activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["activities_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Boolean_comparison_exp"] +}; + ["activities_aggregate_bool_exp_bool_or"]: { + arguments: ResolverInputTypes["activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["activities_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Boolean_comparison_exp"] +}; + ["activities_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null, + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["activities_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Int_comparison_exp"] +}; /** aggregate fields of "activities" */ ["activities_aggregate_fields"]: AliasType<{ avg?:ResolverInputTypes["activities_avg_fields"], @@ -16341,6 +22010,26 @@ count?: [{ columns?: Array | und variance?:ResolverInputTypes["activities_variance_fields"], __typename?: boolean | `@${string}` }>; + /** order by aggregate values of table "activities" */ +["activities_aggregate_order_by"]: { + avg?: ResolverInputTypes["activities_avg_order_by"] | undefined | null, + count?: ResolverInputTypes["order_by"] | undefined | null, + max?: ResolverInputTypes["activities_max_order_by"] | undefined | null, + min?: ResolverInputTypes["activities_min_order_by"] | undefined | null, + stddev?: ResolverInputTypes["activities_stddev_order_by"] | undefined | null, + stddev_pop?: ResolverInputTypes["activities_stddev_pop_order_by"] | undefined | null, + stddev_samp?: ResolverInputTypes["activities_stddev_samp_order_by"] | undefined | null, + sum?: ResolverInputTypes["activities_sum_order_by"] | undefined | null, + var_pop?: ResolverInputTypes["activities_var_pop_order_by"] | undefined | null, + var_samp?: ResolverInputTypes["activities_var_samp_order_by"] | undefined | null, + variance?: ResolverInputTypes["activities_variance_order_by"] | undefined | null +}; + /** input type for inserting array relation for remote table "activities" */ +["activities_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ResolverInputTypes["activities_on_conflict"] | undefined | null +}; /** aggregate avg on columns */ ["activities_avg_fields"]: AliasType<{ actor_profile_id?:boolean | `@${string}`, @@ -16353,6 +22042,17 @@ count?: [{ columns?: Array | und user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by avg() on columns of table "activities" */ +["activities_avg_order_by"]: { + actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + contribution_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** Boolean expression to filter rows from the table "activities". All fields are combined with a logical 'AND'. */ ["activities_bool_exp"]: { _and?: Array | undefined | null, @@ -16361,6 +22061,7 @@ count?: [{ columns?: Array | und action?: ResolverInputTypes["String_comparison_exp"] | undefined | null, actor_profile?: ResolverInputTypes["profiles_bool_exp"] | undefined | null, actor_profile_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + actor_profile_public?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null, circle?: ResolverInputTypes["circles_bool_exp"] | undefined | null, circle_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, contribution?: ResolverInputTypes["contributions_bool_exp"] | undefined | null, @@ -16371,8 +22072,14 @@ count?: [{ columns?: Array | und id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, organization?: ResolverInputTypes["organizations_bool_exp"] | undefined | null, organization_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + private_stream?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, + private_stream_visibility?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null, + private_stream_visibility_aggregate?: ResolverInputTypes["private_stream_visibility_aggregate_bool_exp"] | undefined | null, + reactions?: ResolverInputTypes["reactions_bool_exp"] | undefined | null, + reactions_aggregate?: ResolverInputTypes["reactions_aggregate_bool_exp"] | undefined | null, target_profile?: ResolverInputTypes["profiles_bool_exp"] | undefined | null, target_profile_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + target_profile_public?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null, updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, user?: ResolverInputTypes["users_bool_exp"] | undefined | null, user_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null @@ -16395,6 +22102,7 @@ count?: [{ columns?: Array | und action?: string | undefined | null, actor_profile?: ResolverInputTypes["profiles_obj_rel_insert_input"] | undefined | null, actor_profile_id?: ResolverInputTypes["bigint"] | undefined | null, + actor_profile_public?: ResolverInputTypes["profiles_public_obj_rel_insert_input"] | undefined | null, circle?: ResolverInputTypes["circles_obj_rel_insert_input"] | undefined | null, circle_id?: ResolverInputTypes["bigint"] | undefined | null, contribution?: ResolverInputTypes["contributions_obj_rel_insert_input"] | undefined | null, @@ -16405,8 +22113,12 @@ count?: [{ columns?: Array | und id?: ResolverInputTypes["bigint"] | undefined | null, organization?: ResolverInputTypes["organizations_obj_rel_insert_input"] | undefined | null, organization_id?: ResolverInputTypes["bigint"] | undefined | null, + private_stream?: boolean | undefined | null, + private_stream_visibility?: ResolverInputTypes["private_stream_visibility_arr_rel_insert_input"] | undefined | null, + reactions?: ResolverInputTypes["reactions_arr_rel_insert_input"] | undefined | null, target_profile?: ResolverInputTypes["profiles_obj_rel_insert_input"] | undefined | null, target_profile_id?: ResolverInputTypes["bigint"] | undefined | null, + target_profile_public?: ResolverInputTypes["profiles_public_obj_rel_insert_input"] | undefined | null, updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, user?: ResolverInputTypes["users_obj_rel_insert_input"] | undefined | null, user_id?: ResolverInputTypes["bigint"] | undefined | null @@ -16426,6 +22138,20 @@ count?: [{ columns?: Array | und user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by max() on columns of table "activities" */ +["activities_max_order_by"]: { + action?: ResolverInputTypes["order_by"] | undefined | null, + actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + contribution_id?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate min on columns */ ["activities_min_fields"]: AliasType<{ action?:boolean | `@${string}`, @@ -16441,6 +22167,20 @@ count?: [{ columns?: Array | und user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by min() on columns of table "activities" */ +["activities_min_order_by"]: { + action?: ResolverInputTypes["order_by"] | undefined | null, + actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + contribution_id?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** response of any mutation on the table "activities" */ ["activities_mutation_response"]: AliasType<{ /** number of rows affected by the mutation */ @@ -16449,6 +22189,12 @@ count?: [{ columns?: Array | und returning?:ResolverInputTypes["activities"], __typename?: boolean | `@${string}` }>; + /** input type for inserting object relation for remote table "activities" */ +["activities_obj_rel_insert_input"]: { + data: ResolverInputTypes["activities_insert_input"], + /** upsert condition */ + on_conflict?: ResolverInputTypes["activities_on_conflict"] | undefined | null +}; /** on_conflict condition type for table "activities" */ ["activities_on_conflict"]: { constraint: ResolverInputTypes["activities_constraint"], @@ -16460,6 +22206,7 @@ count?: [{ columns?: Array | und action?: ResolverInputTypes["order_by"] | undefined | null, actor_profile?: ResolverInputTypes["profiles_order_by"] | undefined | null, actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + actor_profile_public?: ResolverInputTypes["profiles_public_order_by"] | undefined | null, circle?: ResolverInputTypes["circles_order_by"] | undefined | null, circle_id?: ResolverInputTypes["order_by"] | undefined | null, contribution?: ResolverInputTypes["contributions_order_by"] | undefined | null, @@ -16470,8 +22217,12 @@ count?: [{ columns?: Array | und id?: ResolverInputTypes["order_by"] | undefined | null, organization?: ResolverInputTypes["organizations_order_by"] | undefined | null, organization_id?: ResolverInputTypes["order_by"] | undefined | null, + private_stream?: ResolverInputTypes["order_by"] | undefined | null, + private_stream_visibility_aggregate?: ResolverInputTypes["private_stream_visibility_aggregate_order_by"] | undefined | null, + reactions_aggregate?: ResolverInputTypes["reactions_aggregate_order_by"] | undefined | null, target_profile?: ResolverInputTypes["profiles_order_by"] | undefined | null, target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_public?: ResolverInputTypes["profiles_public_order_by"] | undefined | null, updated_at?: ResolverInputTypes["order_by"] | undefined | null, user?: ResolverInputTypes["users_order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null @@ -16482,6 +22233,10 @@ count?: [{ columns?: Array | und }; /** select columns of table "activities" */ ["activities_select_column"]:activities_select_column; + /** select "activities_aggregate_bool_exp_bool_and_arguments_columns" columns of table "activities" */ +["activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns"]:activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns; + /** select "activities_aggregate_bool_exp_bool_or_arguments_columns" columns of table "activities" */ +["activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns"]:activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "activities" */ ["activities_set_input"]: { action?: string | undefined | null, @@ -16492,6 +22247,7 @@ count?: [{ columns?: Array | und epoch_id?: ResolverInputTypes["bigint"] | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, organization_id?: ResolverInputTypes["bigint"] | undefined | null, + private_stream?: boolean | undefined | null, target_profile_id?: ResolverInputTypes["bigint"] | undefined | null, updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, user_id?: ResolverInputTypes["bigint"] | undefined | null @@ -16508,6 +22264,17 @@ count?: [{ columns?: Array | und user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev() on columns of table "activities" */ +["activities_stddev_order_by"]: { + actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + contribution_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate stddev_pop on columns */ ["activities_stddev_pop_fields"]: AliasType<{ actor_profile_id?:boolean | `@${string}`, @@ -16520,6 +22287,17 @@ count?: [{ columns?: Array | und user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_pop() on columns of table "activities" */ +["activities_stddev_pop_order_by"]: { + actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + contribution_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate stddev_samp on columns */ ["activities_stddev_samp_fields"]: AliasType<{ actor_profile_id?:boolean | `@${string}`, @@ -16532,6 +22310,17 @@ count?: [{ columns?: Array | und user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_samp() on columns of table "activities" */ +["activities_stddev_samp_order_by"]: { + actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + contribution_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** Streaming cursor of the table "activities" */ ["activities_stream_cursor_input"]: { /** Stream column input with initial value */ @@ -16549,6 +22338,7 @@ count?: [{ columns?: Array | und epoch_id?: ResolverInputTypes["bigint"] | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, organization_id?: ResolverInputTypes["bigint"] | undefined | null, + private_stream?: boolean | undefined | null, target_profile_id?: ResolverInputTypes["bigint"] | undefined | null, updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, user_id?: ResolverInputTypes["bigint"] | undefined | null @@ -16565,6 +22355,17 @@ count?: [{ columns?: Array | und user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by sum() on columns of table "activities" */ +["activities_sum_order_by"]: { + actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + contribution_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** update columns of table "activities" */ ["activities_update_column"]:activities_update_column; ["activities_updates"]: { @@ -16587,6 +22388,17 @@ count?: [{ columns?: Array | und user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_pop() on columns of table "activities" */ +["activities_var_pop_order_by"]: { + actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + contribution_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate var_samp on columns */ ["activities_var_samp_fields"]: AliasType<{ actor_profile_id?:boolean | `@${string}`, @@ -16599,6 +22411,17 @@ count?: [{ columns?: Array | und user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_samp() on columns of table "activities" */ +["activities_var_samp_order_by"]: { + actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + contribution_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate variance on columns */ ["activities_variance_fields"]: AliasType<{ actor_profile_id?:boolean | `@${string}`, @@ -16611,6 +22434,140 @@ count?: [{ columns?: Array | und user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by variance() on columns of table "activities" */ +["activities_variance_order_by"]: { + actor_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + contribution_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + target_profile_id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Tracking table for fetching data from address sources */ +["address_data_fetches"]: AliasType<{ + address?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + poap_synced_at?:boolean | `@${string}`, + /** An object relationship */ + profile?:ResolverInputTypes["profiles"], + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "address_data_fetches" */ +["address_data_fetches_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["address_data_fetches_aggregate_fields"], + nodes?:ResolverInputTypes["address_data_fetches"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "address_data_fetches" */ +["address_data_fetches_aggregate_fields"]: AliasType<{ +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["address_data_fetches_max_fields"], + min?:ResolverInputTypes["address_data_fetches_min_fields"], + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "address_data_fetches". All fields are combined with a logical 'AND'. */ +["address_data_fetches_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["address_data_fetches_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + address?: ResolverInputTypes["citext_comparison_exp"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + poap_synced_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + profile?: ResolverInputTypes["profiles_bool_exp"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "address_data_fetches" */ +["address_data_fetches_constraint"]:address_data_fetches_constraint; + /** input type for inserting data into table "address_data_fetches" */ +["address_data_fetches_insert_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + poap_synced_at?: ResolverInputTypes["timestamptz"] | undefined | null, + profile?: ResolverInputTypes["profiles_obj_rel_insert_input"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate max on columns */ +["address_data_fetches_max_fields"]: AliasType<{ + address?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + poap_synced_at?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["address_data_fetches_min_fields"]: AliasType<{ + address?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + poap_synced_at?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "address_data_fetches" */ +["address_data_fetches_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["address_data_fetches"], + __typename?: boolean | `@${string}` +}>; + /** input type for inserting object relation for remote table "address_data_fetches" */ +["address_data_fetches_obj_rel_insert_input"]: { + data: ResolverInputTypes["address_data_fetches_insert_input"], + /** upsert condition */ + on_conflict?: ResolverInputTypes["address_data_fetches_on_conflict"] | undefined | null +}; + /** on_conflict condition type for table "address_data_fetches" */ +["address_data_fetches_on_conflict"]: { + constraint: ResolverInputTypes["address_data_fetches_constraint"], + update_columns: Array, + where?: ResolverInputTypes["address_data_fetches_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "address_data_fetches". */ +["address_data_fetches_order_by"]: { + address?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + poap_synced_at?: ResolverInputTypes["order_by"] | undefined | null, + profile?: ResolverInputTypes["profiles_order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: address_data_fetches */ +["address_data_fetches_pk_columns_input"]: { + address: ResolverInputTypes["citext"] +}; + /** select columns of table "address_data_fetches" */ +["address_data_fetches_select_column"]:address_data_fetches_select_column; + /** input type for updating data in table "address_data_fetches" */ +["address_data_fetches_set_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + poap_synced_at?: ResolverInputTypes["timestamptz"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** Streaming cursor of the table "address_data_fetches" */ +["address_data_fetches_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["address_data_fetches_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["address_data_fetches_stream_cursor_value_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + poap_synced_at?: ResolverInputTypes["timestamptz"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** update columns of table "address_data_fetches" */ +["address_data_fetches_update_column"]:address_data_fetches_update_column; + ["address_data_fetches_updates"]: { + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["address_data_fetches_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["address_data_fetches_bool_exp"] +}; ["bigint"]:unknown; /** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */ ["bigint_comparison_exp"]: { @@ -18303,6 +24260,7 @@ count?: [{ columns?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -18437,6 +24395,7 @@ pending_token_gifts_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["pending_token_gifts_bool_exp"] | undefined | null},ResolverInputTypes["pending_token_gifts_aggregate"]], show_pending_gives?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, team_selection?:boolean | `@${string}`, telegram_id?:boolean | `@${string}`, token_gifts?: [{ /** distinct select on columns */ @@ -18554,6 +24513,7 @@ count?: [{ columns?: Array | undefi min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by avg() on columns of table "circles" */ @@ -18564,7 +24524,8 @@ count?: [{ columns?: Array | undefi id?: ResolverInputTypes["order_by"] | undefined | null, min_vouches?: ResolverInputTypes["order_by"] | undefined | null, nomination_days_limit?: ResolverInputTypes["order_by"] | undefined | null, - organization_id?: ResolverInputTypes["order_by"] | undefined | null + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; /** Boolean expression to filter rows from the table "circles". All fields are combined with a logical 'AND'. */ ["circles_bool_exp"]: { @@ -18572,6 +24533,7 @@ count?: [{ columns?: Array | undefi _not?: ResolverInputTypes["circles_bool_exp"] | undefined | null, _or?: Array | undefined | null, alloc_text?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + allow_distribute_evenly?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, api_keys?: ResolverInputTypes["circle_api_keys_bool_exp"] | undefined | null, api_keys_aggregate?: ResolverInputTypes["circle_api_keys_aggregate_bool_exp"] | undefined | null, auto_opt_out?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, @@ -18613,6 +24575,7 @@ count?: [{ columns?: Array | undefi pending_token_gifts?: ResolverInputTypes["pending_token_gifts_bool_exp"] | undefined | null, pending_token_gifts_aggregate?: ResolverInputTypes["pending_token_gifts_aggregate_bool_exp"] | undefined | null, show_pending_gives?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, + starting_tokens?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, team_selection?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, telegram_id?: ResolverInputTypes["String_comparison_exp"] | undefined | null, token_gifts?: ResolverInputTypes["token_gifts_bool_exp"] | undefined | null, @@ -18636,11 +24599,13 @@ count?: [{ columns?: Array | undefi id?: ResolverInputTypes["bigint"] | undefined | null, min_vouches?: number | undefined | null, nomination_days_limit?: number | undefined | null, - organization_id?: number | undefined | null + organization_id?: number | undefined | null, + starting_tokens?: number | undefined | null }; /** input type for inserting data into table "circles" */ ["circles_insert_input"]: { alloc_text?: string | undefined | null, + allow_distribute_evenly?: boolean | undefined | null, api_keys?: ResolverInputTypes["circle_api_keys_arr_rel_insert_input"] | undefined | null, auto_opt_out?: boolean | undefined | null, burns?: ResolverInputTypes["burns_arr_rel_insert_input"] | undefined | null, @@ -18673,6 +24638,7 @@ count?: [{ columns?: Array | undefi organization_id?: number | undefined | null, pending_token_gifts?: ResolverInputTypes["pending_token_gifts_arr_rel_insert_input"] | undefined | null, show_pending_gives?: boolean | undefined | null, + starting_tokens?: number | undefined | null, team_selection?: boolean | undefined | null, telegram_id?: string | undefined | null, token_gifts?: ResolverInputTypes["token_gifts_arr_rel_insert_input"] | undefined | null, @@ -18701,6 +24667,7 @@ count?: [{ columns?: Array | undefi name?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, telegram_id?:boolean | `@${string}`, token_name?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, @@ -18725,6 +24692,7 @@ count?: [{ columns?: Array | undefi name?: ResolverInputTypes["order_by"] | undefined | null, nomination_days_limit?: ResolverInputTypes["order_by"] | undefined | null, organization_id?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null, telegram_id?: ResolverInputTypes["order_by"] | undefined | null, token_name?: ResolverInputTypes["order_by"] | undefined | null, updated_at?: ResolverInputTypes["order_by"] | undefined | null, @@ -18748,6 +24716,7 @@ count?: [{ columns?: Array | undefi name?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, telegram_id?:boolean | `@${string}`, token_name?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, @@ -18772,6 +24741,7 @@ count?: [{ columns?: Array | undefi name?: ResolverInputTypes["order_by"] | undefined | null, nomination_days_limit?: ResolverInputTypes["order_by"] | undefined | null, organization_id?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null, telegram_id?: ResolverInputTypes["order_by"] | undefined | null, token_name?: ResolverInputTypes["order_by"] | undefined | null, updated_at?: ResolverInputTypes["order_by"] | undefined | null, @@ -18800,6 +24770,7 @@ count?: [{ columns?: Array | undefi /** Ordering options when selecting data from "circles". */ ["circles_order_by"]: { alloc_text?: ResolverInputTypes["order_by"] | undefined | null, + allow_distribute_evenly?: ResolverInputTypes["order_by"] | undefined | null, api_keys_aggregate?: ResolverInputTypes["circle_api_keys_aggregate_order_by"] | undefined | null, auto_opt_out?: ResolverInputTypes["order_by"] | undefined | null, burns_aggregate?: ResolverInputTypes["burns_aggregate_order_by"] | undefined | null, @@ -18832,6 +24803,7 @@ count?: [{ columns?: Array | undefi organization_id?: ResolverInputTypes["order_by"] | undefined | null, pending_token_gifts_aggregate?: ResolverInputTypes["pending_token_gifts_aggregate_order_by"] | undefined | null, show_pending_gives?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null, team_selection?: ResolverInputTypes["order_by"] | undefined | null, telegram_id?: ResolverInputTypes["order_by"] | undefined | null, token_gifts_aggregate?: ResolverInputTypes["token_gifts_aggregate_order_by"] | undefined | null, @@ -18855,6 +24827,7 @@ count?: [{ columns?: Array | undefi /** input type for updating data in table "circles" */ ["circles_set_input"]: { alloc_text?: string | undefined | null, + allow_distribute_evenly?: boolean | undefined | null, auto_opt_out?: boolean | undefined | null, cont_help_text?: string | undefined | null, contact?: string | undefined | null, @@ -18875,6 +24848,7 @@ count?: [{ columns?: Array | undefi only_giver_vouch?: boolean | undefined | null, organization_id?: number | undefined | null, show_pending_gives?: boolean | undefined | null, + starting_tokens?: number | undefined | null, team_selection?: boolean | undefined | null, telegram_id?: string | undefined | null, token_name?: string | undefined | null, @@ -18891,6 +24865,7 @@ count?: [{ columns?: Array | undefi min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by stddev() on columns of table "circles" */ @@ -18901,7 +24876,8 @@ count?: [{ columns?: Array | undefi id?: ResolverInputTypes["order_by"] | undefined | null, min_vouches?: ResolverInputTypes["order_by"] | undefined | null, nomination_days_limit?: ResolverInputTypes["order_by"] | undefined | null, - organization_id?: ResolverInputTypes["order_by"] | undefined | null + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; /** aggregate stddev_pop on columns */ ["circles_stddev_pop_fields"]: AliasType<{ @@ -18912,6 +24888,7 @@ count?: [{ columns?: Array | undefi min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by stddev_pop() on columns of table "circles" */ @@ -18922,7 +24899,8 @@ count?: [{ columns?: Array | undefi id?: ResolverInputTypes["order_by"] | undefined | null, min_vouches?: ResolverInputTypes["order_by"] | undefined | null, nomination_days_limit?: ResolverInputTypes["order_by"] | undefined | null, - organization_id?: ResolverInputTypes["order_by"] | undefined | null + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; /** aggregate stddev_samp on columns */ ["circles_stddev_samp_fields"]: AliasType<{ @@ -18933,6 +24911,7 @@ count?: [{ columns?: Array | undefi min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by stddev_samp() on columns of table "circles" */ @@ -18943,7 +24922,8 @@ count?: [{ columns?: Array | undefi id?: ResolverInputTypes["order_by"] | undefined | null, min_vouches?: ResolverInputTypes["order_by"] | undefined | null, nomination_days_limit?: ResolverInputTypes["order_by"] | undefined | null, - organization_id?: ResolverInputTypes["order_by"] | undefined | null + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; /** Streaming cursor of the table "circles" */ ["circles_stream_cursor_input"]: { @@ -18955,6 +24935,7 @@ count?: [{ columns?: Array | undefi /** Initial value of the column from where the streaming should start */ ["circles_stream_cursor_value_input"]: { alloc_text?: string | undefined | null, + allow_distribute_evenly?: boolean | undefined | null, auto_opt_out?: boolean | undefined | null, cont_help_text?: string | undefined | null, contact?: string | undefined | null, @@ -18975,6 +24956,7 @@ count?: [{ columns?: Array | undefi only_giver_vouch?: boolean | undefined | null, organization_id?: number | undefined | null, show_pending_gives?: boolean | undefined | null, + starting_tokens?: number | undefined | null, team_selection?: boolean | undefined | null, telegram_id?: string | undefined | null, token_name?: string | undefined | null, @@ -18991,6 +24973,7 @@ count?: [{ columns?: Array | undefi min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by sum() on columns of table "circles" */ @@ -19001,7 +24984,8 @@ count?: [{ columns?: Array | undefi id?: ResolverInputTypes["order_by"] | undefined | null, min_vouches?: ResolverInputTypes["order_by"] | undefined | null, nomination_days_limit?: ResolverInputTypes["order_by"] | undefined | null, - organization_id?: ResolverInputTypes["order_by"] | undefined | null + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; /** update columns of table "circles" */ ["circles_update_column"]:circles_update_column; @@ -19022,6 +25006,7 @@ count?: [{ columns?: Array | undefi min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by var_pop() on columns of table "circles" */ @@ -19032,7 +25017,8 @@ count?: [{ columns?: Array | undefi id?: ResolverInputTypes["order_by"] | undefined | null, min_vouches?: ResolverInputTypes["order_by"] | undefined | null, nomination_days_limit?: ResolverInputTypes["order_by"] | undefined | null, - organization_id?: ResolverInputTypes["order_by"] | undefined | null + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; /** aggregate var_samp on columns */ ["circles_var_samp_fields"]: AliasType<{ @@ -19043,6 +25029,7 @@ count?: [{ columns?: Array | undefi min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by var_samp() on columns of table "circles" */ @@ -19053,7 +25040,8 @@ count?: [{ columns?: Array | undefi id?: ResolverInputTypes["order_by"] | undefined | null, min_vouches?: ResolverInputTypes["order_by"] | undefined | null, nomination_days_limit?: ResolverInputTypes["order_by"] | undefined | null, - organization_id?: ResolverInputTypes["order_by"] | undefined | null + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; /** aggregate variance on columns */ ["circles_variance_fields"]: AliasType<{ @@ -19064,6 +25052,7 @@ count?: [{ columns?: Array | undefi min_vouches?:boolean | `@${string}`, nomination_days_limit?:boolean | `@${string}`, organization_id?:boolean | `@${string}`, + starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** order by variance() on columns of table "circles" */ @@ -19074,7 +25063,8 @@ count?: [{ columns?: Array | undefi id?: ResolverInputTypes["order_by"] | undefined | null, min_vouches?: ResolverInputTypes["order_by"] | undefined | null, nomination_days_limit?: ResolverInputTypes["order_by"] | undefined | null, - organization_id?: ResolverInputTypes["order_by"] | undefined | null + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; ["citext"]:unknown; /** Boolean expression to compare columns of type "citext". All fields are combined with logical 'AND'. */ @@ -19515,6 +25505,120 @@ count?: [{ columns?: Array | undefin new_amount?: ResolverInputTypes["order_by"] | undefined | null, profile_id?: ResolverInputTypes["order_by"] | undefined | null }; + /** columns and relationships of "contribution_count" */ +["contribution_count"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "contribution_count" */ +["contribution_count_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["contribution_count_aggregate_fields"], + nodes?:ResolverInputTypes["contribution_count"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "contribution_count" */ +["contribution_count_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["contribution_count_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["contribution_count_max_fields"], + min?:ResolverInputTypes["contribution_count_min_fields"], + stddev?:ResolverInputTypes["contribution_count_stddev_fields"], + stddev_pop?:ResolverInputTypes["contribution_count_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["contribution_count_stddev_samp_fields"], + sum?:ResolverInputTypes["contribution_count_sum_fields"], + var_pop?:ResolverInputTypes["contribution_count_var_pop_fields"], + var_samp?:ResolverInputTypes["contribution_count_var_samp_fields"], + variance?:ResolverInputTypes["contribution_count_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["contribution_count_avg_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "contribution_count". All fields are combined with a logical 'AND'. */ +["contribution_count_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["contribution_count_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + contributions?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + profile_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null +}; + /** aggregate max on columns */ +["contribution_count_max_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["contribution_count_min_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Ordering options when selecting data from "contribution_count". */ +["contribution_count_order_by"]: { + contributions?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** select columns of table "contribution_count" */ +["contribution_count_select_column"]:contribution_count_select_column; + /** aggregate stddev on columns */ +["contribution_count_stddev_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["contribution_count_stddev_pop_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["contribution_count_stddev_samp_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "contribution_count" */ +["contribution_count_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["contribution_count_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["contribution_count_stream_cursor_value_input"]: { + contributions?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null +}; + /** aggregate sum on columns */ +["contribution_count_sum_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_pop on columns */ +["contribution_count_var_pop_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["contribution_count_var_samp_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["contribution_count_variance_fields"]: AliasType<{ + contributions?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** columns and relationships of "contributions" */ ["contributions"]: AliasType<{ /** An object relationship */ @@ -19524,10 +25628,27 @@ count?: [{ columns?: Array | undefin /** An object relationship */ created_with_api_key?:ResolverInputTypes["circle_api_keys"], created_with_api_key_hash?:boolean | `@${string}`, - datetime_created?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, description?:boolean | `@${string}`, id?:boolean | `@${string}`, + private_stream?:boolean | `@${string}`, +private_stream_visibility?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null},ResolverInputTypes["private_stream_visibility"]], +private_stream_visibility_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null},ResolverInputTypes["private_stream_visibility_aggregate"]], + /** An object relationship */ + profile?:ResolverInputTypes["profiles"], + profile_id?:boolean | `@${string}`, + /** An object relationship */ + profile_public?:ResolverInputTypes["profiles_public"], updated_at?:boolean | `@${string}`, /** An object relationship */ user?:ResolverInputTypes["users"], @@ -19541,7 +25662,21 @@ count?: [{ columns?: Array | undefin __typename?: boolean | `@${string}` }>; ["contributions_aggregate_bool_exp"]: { + bool_and?: ResolverInputTypes["contributions_aggregate_bool_exp_bool_and"] | undefined | null, + bool_or?: ResolverInputTypes["contributions_aggregate_bool_exp_bool_or"] | undefined | null, count?: ResolverInputTypes["contributions_aggregate_bool_exp_count"] | undefined | null +}; + ["contributions_aggregate_bool_exp_bool_and"]: { + arguments: ResolverInputTypes["contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["contributions_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Boolean_comparison_exp"] +}; + ["contributions_aggregate_bool_exp_bool_or"]: { + arguments: ResolverInputTypes["contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["contributions_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Boolean_comparison_exp"] }; ["contributions_aggregate_bool_exp_count"]: { arguments?: Array | undefined | null, @@ -19588,6 +25723,7 @@ count?: [{ columns?: Array | ["contributions_avg_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -19595,6 +25731,7 @@ count?: [{ columns?: Array | ["contributions_avg_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null }; /** Boolean expression to filter rows from the table "contributions". All fields are combined with a logical 'AND'. */ @@ -19607,10 +25744,15 @@ count?: [{ columns?: Array | created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, created_with_api_key?: ResolverInputTypes["circle_api_keys_bool_exp"] | undefined | null, created_with_api_key_hash?: ResolverInputTypes["String_comparison_exp"] | undefined | null, - datetime_created?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, deleted_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, description?: ResolverInputTypes["String_comparison_exp"] | undefined | null, id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + private_stream?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, + private_stream_visibility?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null, + private_stream_visibility_aggregate?: ResolverInputTypes["private_stream_visibility_aggregate_bool_exp"] | undefined | null, + profile?: ResolverInputTypes["profiles_bool_exp"] | undefined | null, + profile_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + profile_public?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null, updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, user?: ResolverInputTypes["users_bool_exp"] | undefined | null, user_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null @@ -19621,6 +25763,7 @@ count?: [{ columns?: Array | ["contributions_inc_input"]: { circle_id?: ResolverInputTypes["bigint"] | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, user_id?: ResolverInputTypes["bigint"] | undefined | null }; /** input type for inserting data into table "contributions" */ @@ -19630,10 +25773,14 @@ count?: [{ columns?: Array | created_at?: ResolverInputTypes["timestamptz"] | undefined | null, created_with_api_key?: ResolverInputTypes["circle_api_keys_obj_rel_insert_input"] | undefined | null, created_with_api_key_hash?: string | undefined | null, - datetime_created?: ResolverInputTypes["timestamptz"] | undefined | null, deleted_at?: ResolverInputTypes["timestamptz"] | undefined | null, description?: string | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, + private_stream?: boolean | undefined | null, + private_stream_visibility?: ResolverInputTypes["private_stream_visibility_arr_rel_insert_input"] | undefined | null, + profile?: ResolverInputTypes["profiles_obj_rel_insert_input"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + profile_public?: ResolverInputTypes["profiles_public_obj_rel_insert_input"] | undefined | null, updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, user?: ResolverInputTypes["users_obj_rel_insert_input"] | undefined | null, user_id?: ResolverInputTypes["bigint"] | undefined | null @@ -19643,10 +25790,10 @@ count?: [{ columns?: Array | circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, created_with_api_key_hash?:boolean | `@${string}`, - datetime_created?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, description?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -19656,10 +25803,10 @@ count?: [{ columns?: Array | circle_id?: ResolverInputTypes["order_by"] | undefined | null, created_at?: ResolverInputTypes["order_by"] | undefined | null, created_with_api_key_hash?: ResolverInputTypes["order_by"] | undefined | null, - datetime_created?: ResolverInputTypes["order_by"] | undefined | null, deleted_at?: ResolverInputTypes["order_by"] | undefined | null, description?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, updated_at?: ResolverInputTypes["order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null }; @@ -19668,10 +25815,10 @@ count?: [{ columns?: Array | circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, created_with_api_key_hash?:boolean | `@${string}`, - datetime_created?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, description?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -19681,10 +25828,10 @@ count?: [{ columns?: Array | circle_id?: ResolverInputTypes["order_by"] | undefined | null, created_at?: ResolverInputTypes["order_by"] | undefined | null, created_with_api_key_hash?: ResolverInputTypes["order_by"] | undefined | null, - datetime_created?: ResolverInputTypes["order_by"] | undefined | null, deleted_at?: ResolverInputTypes["order_by"] | undefined | null, description?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, updated_at?: ResolverInputTypes["order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null }; @@ -19715,10 +25862,14 @@ count?: [{ columns?: Array | created_at?: ResolverInputTypes["order_by"] | undefined | null, created_with_api_key?: ResolverInputTypes["circle_api_keys_order_by"] | undefined | null, created_with_api_key_hash?: ResolverInputTypes["order_by"] | undefined | null, - datetime_created?: ResolverInputTypes["order_by"] | undefined | null, deleted_at?: ResolverInputTypes["order_by"] | undefined | null, description?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + private_stream?: ResolverInputTypes["order_by"] | undefined | null, + private_stream_visibility_aggregate?: ResolverInputTypes["private_stream_visibility_aggregate_order_by"] | undefined | null, + profile?: ResolverInputTypes["profiles_order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + profile_public?: ResolverInputTypes["profiles_public_order_by"] | undefined | null, updated_at?: ResolverInputTypes["order_by"] | undefined | null, user?: ResolverInputTypes["users_order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null @@ -19729,15 +25880,20 @@ count?: [{ columns?: Array | }; /** select columns of table "contributions" */ ["contributions_select_column"]:contributions_select_column; + /** select "contributions_aggregate_bool_exp_bool_and_arguments_columns" columns of table "contributions" */ +["contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns"]:contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns; + /** select "contributions_aggregate_bool_exp_bool_or_arguments_columns" columns of table "contributions" */ +["contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns"]:contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "contributions" */ ["contributions_set_input"]: { circle_id?: ResolverInputTypes["bigint"] | undefined | null, created_at?: ResolverInputTypes["timestamptz"] | undefined | null, created_with_api_key_hash?: string | undefined | null, - datetime_created?: ResolverInputTypes["timestamptz"] | undefined | null, deleted_at?: ResolverInputTypes["timestamptz"] | undefined | null, description?: string | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, + private_stream?: boolean | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, user_id?: ResolverInputTypes["bigint"] | undefined | null }; @@ -19745,6 +25901,7 @@ count?: [{ columns?: Array | ["contributions_stddev_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -19752,12 +25909,14 @@ count?: [{ columns?: Array | ["contributions_stddev_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null }; /** aggregate stddev_pop on columns */ ["contributions_stddev_pop_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -19765,12 +25924,14 @@ count?: [{ columns?: Array | ["contributions_stddev_pop_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null }; /** aggregate stddev_samp on columns */ ["contributions_stddev_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -19778,6 +25939,7 @@ count?: [{ columns?: Array | ["contributions_stddev_samp_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null }; /** Streaming cursor of the table "contributions" */ @@ -19792,10 +25954,11 @@ count?: [{ columns?: Array | circle_id?: ResolverInputTypes["bigint"] | undefined | null, created_at?: ResolverInputTypes["timestamptz"] | undefined | null, created_with_api_key_hash?: string | undefined | null, - datetime_created?: ResolverInputTypes["timestamptz"] | undefined | null, deleted_at?: ResolverInputTypes["timestamptz"] | undefined | null, description?: string | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, + private_stream?: boolean | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, user_id?: ResolverInputTypes["bigint"] | undefined | null }; @@ -19803,6 +25966,7 @@ count?: [{ columns?: Array | ["contributions_sum_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -19810,6 +25974,7 @@ count?: [{ columns?: Array | ["contributions_sum_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null }; /** update columns of table "contributions" */ @@ -19826,6 +25991,7 @@ count?: [{ columns?: Array | ["contributions_var_pop_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -19833,12 +25999,14 @@ count?: [{ columns?: Array | ["contributions_var_pop_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null }; /** aggregate var_samp on columns */ ["contributions_var_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -19846,12 +26014,14 @@ count?: [{ columns?: Array | ["contributions_var_samp_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null }; /** aggregate variance on columns */ ["contributions_variance_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -19859,8 +26029,302 @@ count?: [{ columns?: Array | ["contributions_variance_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, user_id?: ResolverInputTypes["order_by"] | undefined | null }; + /** local db copy of last synced on-chain cosoul data */ +["cosouls"]: AliasType<{ + address?:boolean | `@${string}`, + /** An object relationship */ + address_data_fetches?:ResolverInputTypes["address_data_fetches"], + checked_at?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + created_tx_hash?:boolean | `@${string}`, +held_keys?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null},ResolverInputTypes["key_holders"]], +held_keys_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null},ResolverInputTypes["key_holders_aggregate"]], + id?:boolean | `@${string}`, +key_holders?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null},ResolverInputTypes["key_holders"]], +key_holders_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null},ResolverInputTypes["key_holders_aggregate"]], + pgive?:boolean | `@${string}`, +poaps?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders"]], +poaps_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders_aggregate"]], + /** An object relationship */ + profile?:ResolverInputTypes["profiles"], + /** An object relationship */ + profile_public?:ResolverInputTypes["profiles_public"], + synced_at?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "cosouls" */ +["cosouls_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["cosouls_aggregate_fields"], + nodes?:ResolverInputTypes["cosouls"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "cosouls" */ +["cosouls_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["cosouls_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["cosouls_max_fields"], + min?:ResolverInputTypes["cosouls_min_fields"], + stddev?:ResolverInputTypes["cosouls_stddev_fields"], + stddev_pop?:ResolverInputTypes["cosouls_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["cosouls_stddev_samp_fields"], + sum?:ResolverInputTypes["cosouls_sum_fields"], + var_pop?:ResolverInputTypes["cosouls_var_pop_fields"], + var_samp?:ResolverInputTypes["cosouls_var_samp_fields"], + variance?:ResolverInputTypes["cosouls_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["cosouls_avg_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "cosouls". All fields are combined with a logical 'AND'. */ +["cosouls_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + address?: ResolverInputTypes["citext_comparison_exp"] | undefined | null, + address_data_fetches?: ResolverInputTypes["address_data_fetches_bool_exp"] | undefined | null, + checked_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + created_tx_hash?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + held_keys?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null, + held_keys_aggregate?: ResolverInputTypes["key_holders_aggregate_bool_exp"] | undefined | null, + id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + key_holders?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null, + key_holders_aggregate?: ResolverInputTypes["key_holders_aggregate_bool_exp"] | undefined | null, + pgive?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + poaps?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null, + poaps_aggregate?: ResolverInputTypes["poap_holders_aggregate_bool_exp"] | undefined | null, + profile?: ResolverInputTypes["profiles_bool_exp"] | undefined | null, + profile_public?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null, + synced_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + token_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "cosouls" */ +["cosouls_constraint"]:cosouls_constraint; + /** input type for incrementing numeric columns in table "cosouls" */ +["cosouls_inc_input"]: { + id?: number | undefined | null, + pgive?: number | undefined | null, + token_id?: number | undefined | null +}; + /** input type for inserting data into table "cosouls" */ +["cosouls_insert_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + address_data_fetches?: ResolverInputTypes["address_data_fetches_obj_rel_insert_input"] | undefined | null, + checked_at?: ResolverInputTypes["timestamptz"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + created_tx_hash?: string | undefined | null, + held_keys?: ResolverInputTypes["key_holders_arr_rel_insert_input"] | undefined | null, + id?: number | undefined | null, + key_holders?: ResolverInputTypes["key_holders_arr_rel_insert_input"] | undefined | null, + pgive?: number | undefined | null, + poaps?: ResolverInputTypes["poap_holders_arr_rel_insert_input"] | undefined | null, + profile?: ResolverInputTypes["profiles_obj_rel_insert_input"] | undefined | null, + profile_public?: ResolverInputTypes["profiles_public_obj_rel_insert_input"] | undefined | null, + synced_at?: ResolverInputTypes["timestamptz"] | undefined | null, + token_id?: number | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate max on columns */ +["cosouls_max_fields"]: AliasType<{ + address?:boolean | `@${string}`, + checked_at?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + created_tx_hash?:boolean | `@${string}`, + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + synced_at?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["cosouls_min_fields"]: AliasType<{ + address?:boolean | `@${string}`, + checked_at?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + created_tx_hash?:boolean | `@${string}`, + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + synced_at?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "cosouls" */ +["cosouls_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["cosouls"], + __typename?: boolean | `@${string}` +}>; + /** input type for inserting object relation for remote table "cosouls" */ +["cosouls_obj_rel_insert_input"]: { + data: ResolverInputTypes["cosouls_insert_input"], + /** upsert condition */ + on_conflict?: ResolverInputTypes["cosouls_on_conflict"] | undefined | null +}; + /** on_conflict condition type for table "cosouls" */ +["cosouls_on_conflict"]: { + constraint: ResolverInputTypes["cosouls_constraint"], + update_columns: Array, + where?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "cosouls". */ +["cosouls_order_by"]: { + address?: ResolverInputTypes["order_by"] | undefined | null, + address_data_fetches?: ResolverInputTypes["address_data_fetches_order_by"] | undefined | null, + checked_at?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + created_tx_hash?: ResolverInputTypes["order_by"] | undefined | null, + held_keys_aggregate?: ResolverInputTypes["key_holders_aggregate_order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + key_holders_aggregate?: ResolverInputTypes["key_holders_aggregate_order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + poaps_aggregate?: ResolverInputTypes["poap_holders_aggregate_order_by"] | undefined | null, + profile?: ResolverInputTypes["profiles_order_by"] | undefined | null, + profile_public?: ResolverInputTypes["profiles_public_order_by"] | undefined | null, + synced_at?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: cosouls */ +["cosouls_pk_columns_input"]: { + id: number +}; + /** select columns of table "cosouls" */ +["cosouls_select_column"]:cosouls_select_column; + /** input type for updating data in table "cosouls" */ +["cosouls_set_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + checked_at?: ResolverInputTypes["timestamptz"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + created_tx_hash?: string | undefined | null, + id?: number | undefined | null, + pgive?: number | undefined | null, + synced_at?: ResolverInputTypes["timestamptz"] | undefined | null, + token_id?: number | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate stddev on columns */ +["cosouls_stddev_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["cosouls_stddev_pop_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["cosouls_stddev_samp_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "cosouls" */ +["cosouls_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["cosouls_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["cosouls_stream_cursor_value_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + checked_at?: ResolverInputTypes["timestamptz"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + created_tx_hash?: string | undefined | null, + id?: number | undefined | null, + pgive?: number | undefined | null, + synced_at?: ResolverInputTypes["timestamptz"] | undefined | null, + token_id?: number | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate sum on columns */ +["cosouls_sum_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "cosouls" */ +["cosouls_update_column"]:cosouls_update_column; + ["cosouls_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["cosouls_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["cosouls_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["cosouls_bool_exp"] +}; + /** aggregate var_pop on columns */ +["cosouls_var_pop_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["cosouls_var_samp_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["cosouls_variance_fields"]: AliasType<{ + id?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** ordering argument of a cursor */ ["cursor_ordering"]:cursor_ordering; ["date"]:unknown; @@ -20382,6 +26846,223 @@ count?: [{ columns?: Array; + /** User api tokens, one per circle */ +["discord_user_api_tokens"]: AliasType<{ + circle_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + token?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "discord.user_api_tokens" */ +["discord_user_api_tokens_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["discord_user_api_tokens_aggregate_fields"], + nodes?:ResolverInputTypes["discord_user_api_tokens"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "discord.user_api_tokens" */ +["discord_user_api_tokens_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["discord_user_api_tokens_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["discord_user_api_tokens_max_fields"], + min?:ResolverInputTypes["discord_user_api_tokens_min_fields"], + stddev?:ResolverInputTypes["discord_user_api_tokens_stddev_fields"], + stddev_pop?:ResolverInputTypes["discord_user_api_tokens_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["discord_user_api_tokens_stddev_samp_fields"], + sum?:ResolverInputTypes["discord_user_api_tokens_sum_fields"], + var_pop?:ResolverInputTypes["discord_user_api_tokens_var_pop_fields"], + var_samp?:ResolverInputTypes["discord_user_api_tokens_var_samp_fields"], + variance?:ResolverInputTypes["discord_user_api_tokens_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["discord_user_api_tokens_avg_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "discord.user_api_tokens". All fields are combined with a logical 'AND'. */ +["discord_user_api_tokens_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["discord_user_api_tokens_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + circle_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + discord_user?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + profile_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + token?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "discord.user_api_tokens" */ +["discord_user_api_tokens_constraint"]:discord_user_api_tokens_constraint; + /** input type for incrementing numeric columns in table "discord.user_api_tokens" */ +["discord_user_api_tokens_inc_input"]: { + circle_id?: ResolverInputTypes["bigint"] | undefined | null, + discord_user?: ResolverInputTypes["bigint"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null +}; + /** input type for inserting data into table "discord.user_api_tokens" */ +["discord_user_api_tokens_insert_input"]: { + circle_id?: ResolverInputTypes["bigint"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + discord_user?: ResolverInputTypes["bigint"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + token?: string | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate max on columns */ +["discord_user_api_tokens_max_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + token?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["discord_user_api_tokens_min_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + token?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "discord.user_api_tokens" */ +["discord_user_api_tokens_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["discord_user_api_tokens"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "discord.user_api_tokens" */ +["discord_user_api_tokens_on_conflict"]: { + constraint: ResolverInputTypes["discord_user_api_tokens_constraint"], + update_columns: Array, + where?: ResolverInputTypes["discord_user_api_tokens_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "discord.user_api_tokens". */ +["discord_user_api_tokens_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + discord_user?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + token?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: discord.user_api_tokens */ +["discord_user_api_tokens_pk_columns_input"]: { + id: ResolverInputTypes["bigint"] +}; + /** select columns of table "discord.user_api_tokens" */ +["discord_user_api_tokens_select_column"]:discord_user_api_tokens_select_column; + /** input type for updating data in table "discord.user_api_tokens" */ +["discord_user_api_tokens_set_input"]: { + circle_id?: ResolverInputTypes["bigint"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + discord_user?: ResolverInputTypes["bigint"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + token?: string | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate stddev on columns */ +["discord_user_api_tokens_stddev_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["discord_user_api_tokens_stddev_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["discord_user_api_tokens_stddev_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "discord_user_api_tokens" */ +["discord_user_api_tokens_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["discord_user_api_tokens_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["discord_user_api_tokens_stream_cursor_value_input"]: { + circle_id?: ResolverInputTypes["bigint"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + discord_user?: ResolverInputTypes["bigint"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + token?: string | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate sum on columns */ +["discord_user_api_tokens_sum_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "discord.user_api_tokens" */ +["discord_user_api_tokens_update_column"]:discord_user_api_tokens_update_column; + ["discord_user_api_tokens_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["discord_user_api_tokens_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["discord_user_api_tokens_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["discord_user_api_tokens_bool_exp"] +}; + /** aggregate var_pop on columns */ +["discord_user_api_tokens_var_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["discord_user_api_tokens_var_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["discord_user_api_tokens_variance_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + discord_user?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` }>; /** link discord user ids to coordinape profiles 1:1 */ ["discord_users"]: AliasType<{ @@ -21116,6 +27797,277 @@ count?: [{ columns?: Array | gift_amount?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, vault_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** columns and relationships of "emails" */ +["emails"]: AliasType<{ + email?:boolean | `@${string}`, + primary?:boolean | `@${string}`, + /** An object relationship */ + profile?:ResolverInputTypes["profiles"], + profile_id?:boolean | `@${string}`, + verification_code?:boolean | `@${string}`, + verified_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "emails" */ +["emails_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["emails_aggregate_fields"], + nodes?:ResolverInputTypes["emails"], + __typename?: boolean | `@${string}` +}>; + ["emails_aggregate_bool_exp"]: { + bool_and?: ResolverInputTypes["emails_aggregate_bool_exp_bool_and"] | undefined | null, + bool_or?: ResolverInputTypes["emails_aggregate_bool_exp_bool_or"] | undefined | null, + count?: ResolverInputTypes["emails_aggregate_bool_exp_count"] | undefined | null +}; + ["emails_aggregate_bool_exp_bool_and"]: { + arguments: ResolverInputTypes["emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["emails_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Boolean_comparison_exp"] +}; + ["emails_aggregate_bool_exp_bool_or"]: { + arguments: ResolverInputTypes["emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["emails_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Boolean_comparison_exp"] +}; + ["emails_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null, + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["emails_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Int_comparison_exp"] +}; + /** aggregate fields of "emails" */ +["emails_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["emails_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["emails_max_fields"], + min?:ResolverInputTypes["emails_min_fields"], + stddev?:ResolverInputTypes["emails_stddev_fields"], + stddev_pop?:ResolverInputTypes["emails_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["emails_stddev_samp_fields"], + sum?:ResolverInputTypes["emails_sum_fields"], + var_pop?:ResolverInputTypes["emails_var_pop_fields"], + var_samp?:ResolverInputTypes["emails_var_samp_fields"], + variance?:ResolverInputTypes["emails_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** order by aggregate values of table "emails" */ +["emails_aggregate_order_by"]: { + avg?: ResolverInputTypes["emails_avg_order_by"] | undefined | null, + count?: ResolverInputTypes["order_by"] | undefined | null, + max?: ResolverInputTypes["emails_max_order_by"] | undefined | null, + min?: ResolverInputTypes["emails_min_order_by"] | undefined | null, + stddev?: ResolverInputTypes["emails_stddev_order_by"] | undefined | null, + stddev_pop?: ResolverInputTypes["emails_stddev_pop_order_by"] | undefined | null, + stddev_samp?: ResolverInputTypes["emails_stddev_samp_order_by"] | undefined | null, + sum?: ResolverInputTypes["emails_sum_order_by"] | undefined | null, + var_pop?: ResolverInputTypes["emails_var_pop_order_by"] | undefined | null, + var_samp?: ResolverInputTypes["emails_var_samp_order_by"] | undefined | null, + variance?: ResolverInputTypes["emails_variance_order_by"] | undefined | null +}; + /** input type for inserting array relation for remote table "emails" */ +["emails_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ResolverInputTypes["emails_on_conflict"] | undefined | null +}; + /** aggregate avg on columns */ +["emails_avg_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by avg() on columns of table "emails" */ +["emails_avg_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Boolean expression to filter rows from the table "emails". All fields are combined with a logical 'AND'. */ +["emails_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["emails_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + email?: ResolverInputTypes["citext_comparison_exp"] | undefined | null, + primary?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, + profile?: ResolverInputTypes["profiles_bool_exp"] | undefined | null, + profile_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + verification_code?: ResolverInputTypes["uuid_comparison_exp"] | undefined | null, + verified_at?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "emails" */ +["emails_constraint"]:emails_constraint; + /** input type for incrementing numeric columns in table "emails" */ +["emails_inc_input"]: { + profile_id?: number | undefined | null +}; + /** input type for inserting data into table "emails" */ +["emails_insert_input"]: { + email?: ResolverInputTypes["citext"] | undefined | null, + primary?: boolean | undefined | null, + profile?: ResolverInputTypes["profiles_obj_rel_insert_input"] | undefined | null, + profile_id?: number | undefined | null, + verification_code?: ResolverInputTypes["uuid"] | undefined | null, + verified_at?: ResolverInputTypes["timestamp"] | undefined | null +}; + /** aggregate max on columns */ +["emails_max_fields"]: AliasType<{ + email?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + verification_code?:boolean | `@${string}`, + verified_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by max() on columns of table "emails" */ +["emails_max_order_by"]: { + email?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + verification_code?: ResolverInputTypes["order_by"] | undefined | null, + verified_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate min on columns */ +["emails_min_fields"]: AliasType<{ + email?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + verification_code?:boolean | `@${string}`, + verified_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by min() on columns of table "emails" */ +["emails_min_order_by"]: { + email?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + verification_code?: ResolverInputTypes["order_by"] | undefined | null, + verified_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** response of any mutation on the table "emails" */ +["emails_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["emails"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "emails" */ +["emails_on_conflict"]: { + constraint: ResolverInputTypes["emails_constraint"], + update_columns: Array, + where?: ResolverInputTypes["emails_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "emails". */ +["emails_order_by"]: { + email?: ResolverInputTypes["order_by"] | undefined | null, + primary?: ResolverInputTypes["order_by"] | undefined | null, + profile?: ResolverInputTypes["profiles_order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + verification_code?: ResolverInputTypes["order_by"] | undefined | null, + verified_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: emails */ +["emails_pk_columns_input"]: { + email: ResolverInputTypes["citext"], + profile_id: number +}; + /** select columns of table "emails" */ +["emails_select_column"]:emails_select_column; + /** select "emails_aggregate_bool_exp_bool_and_arguments_columns" columns of table "emails" */ +["emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns"]:emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns; + /** select "emails_aggregate_bool_exp_bool_or_arguments_columns" columns of table "emails" */ +["emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns"]:emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns; + /** input type for updating data in table "emails" */ +["emails_set_input"]: { + email?: ResolverInputTypes["citext"] | undefined | null, + primary?: boolean | undefined | null, + profile_id?: number | undefined | null, + verification_code?: ResolverInputTypes["uuid"] | undefined | null, + verified_at?: ResolverInputTypes["timestamp"] | undefined | null +}; + /** aggregate stddev on columns */ +["emails_stddev_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev() on columns of table "emails" */ +["emails_stddev_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate stddev_pop on columns */ +["emails_stddev_pop_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_pop() on columns of table "emails" */ +["emails_stddev_pop_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate stddev_samp on columns */ +["emails_stddev_samp_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_samp() on columns of table "emails" */ +["emails_stddev_samp_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Streaming cursor of the table "emails" */ +["emails_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["emails_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["emails_stream_cursor_value_input"]: { + email?: ResolverInputTypes["citext"] | undefined | null, + primary?: boolean | undefined | null, + profile_id?: number | undefined | null, + verification_code?: ResolverInputTypes["uuid"] | undefined | null, + verified_at?: ResolverInputTypes["timestamp"] | undefined | null +}; + /** aggregate sum on columns */ +["emails_sum_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by sum() on columns of table "emails" */ +["emails_sum_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** update columns of table "emails" */ +["emails_update_column"]:emails_update_column; + ["emails_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["emails_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["emails_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["emails_bool_exp"] +}; + /** aggregate var_pop on columns */ +["emails_var_pop_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_pop() on columns of table "emails" */ +["emails_var_pop_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate var_samp on columns */ +["emails_var_samp_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_samp() on columns of table "emails" */ +["emails_var_samp_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate variance on columns */ +["emails_variance_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by variance() on columns of table "emails" */ +["emails_variance_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null }; /** columns and relationships of "epoch_pgive_data" */ ["epoch_pgive_data"]: AliasType<{ @@ -21382,6 +28334,18 @@ count?: [{ columns?: Array }>; /** columns and relationships of "epoches" */ ["epochs"]: AliasType<{ +activities?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["activities_bool_exp"] | undefined | null},ResolverInputTypes["activities"]], +activities_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["activities_bool_exp"] | undefined | null},ResolverInputTypes["activities_aggregate"]], burns?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -21398,6 +28362,7 @@ burns_aggregate?: [{ /** distinct select on columns */ circle?:ResolverInputTypes["circles"], circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, description?:boolean | `@${string}`, distributions?: [{ /** distinct select on columns */ @@ -21427,7 +28392,31 @@ epoch_pending_token_gifts_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["pending_token_gifts_bool_exp"] | undefined | null},ResolverInputTypes["pending_token_gifts_aggregate"]], grant?:boolean | `@${string}`, +histories?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["histories_bool_exp"] | undefined | null},ResolverInputTypes["histories"]], +histories_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["histories_bool_exp"] | undefined | null},ResolverInputTypes["histories_aggregate"]], id?:boolean | `@${string}`, +member_epoch_pgives?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["member_epoch_pgives_bool_exp"] | undefined | null},ResolverInputTypes["member_epoch_pgives"]], +member_epoch_pgives_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["member_epoch_pgives_bool_exp"] | undefined | null},ResolverInputTypes["member_epoch_pgives_aggregate"]], notified_before_end?:boolean | `@${string}`, notified_end?:boolean | `@${string}`, notified_start?:boolean | `@${string}`, @@ -21526,6 +28515,7 @@ count?: [{ columns?: Array | undefin /** aggregate avg on columns */ ["epochs_avg_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -21538,6 +28528,7 @@ count?: [{ columns?: Array | undefin /** order by avg() on columns of table "epoches" */ ["epochs_avg_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, grant?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, @@ -21551,11 +28542,14 @@ count?: [{ columns?: Array | undefin _and?: Array | undefined | null, _not?: ResolverInputTypes["epochs_bool_exp"] | undefined | null, _or?: Array | undefined | null, + activities?: ResolverInputTypes["activities_bool_exp"] | undefined | null, + activities_aggregate?: ResolverInputTypes["activities_aggregate_bool_exp"] | undefined | null, burns?: ResolverInputTypes["burns_bool_exp"] | undefined | null, burns_aggregate?: ResolverInputTypes["burns_aggregate_bool_exp"] | undefined | null, circle?: ResolverInputTypes["circles_bool_exp"] | undefined | null, circle_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, created_at?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null, + created_by?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, days?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, description?: ResolverInputTypes["String_comparison_exp"] | undefined | null, distributions?: ResolverInputTypes["distributions_bool_exp"] | undefined | null, @@ -21565,7 +28559,11 @@ count?: [{ columns?: Array | undefin epoch_pending_token_gifts?: ResolverInputTypes["pending_token_gifts_bool_exp"] | undefined | null, epoch_pending_token_gifts_aggregate?: ResolverInputTypes["pending_token_gifts_aggregate_bool_exp"] | undefined | null, grant?: ResolverInputTypes["numeric_comparison_exp"] | undefined | null, + histories?: ResolverInputTypes["histories_bool_exp"] | undefined | null, + histories_aggregate?: ResolverInputTypes["histories_aggregate_bool_exp"] | undefined | null, id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + member_epoch_pgives?: ResolverInputTypes["member_epoch_pgives_bool_exp"] | undefined | null, + member_epoch_pgives_aggregate?: ResolverInputTypes["member_epoch_pgives_aggregate_bool_exp"] | undefined | null, notified_before_end?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null, notified_end?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null, notified_start?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null, @@ -21597,6 +28595,7 @@ count?: [{ columns?: Array | undefin /** input type for incrementing numeric columns in table "epoches" */ ["epochs_inc_input"]: { circle_id?: number | undefined | null, + created_by?: number | undefined | null, days?: number | undefined | null, grant?: ResolverInputTypes["numeric"] | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, @@ -21607,10 +28606,12 @@ count?: [{ columns?: Array | undefin }; /** input type for inserting data into table "epoches" */ ["epochs_insert_input"]: { + activities?: ResolverInputTypes["activities_arr_rel_insert_input"] | undefined | null, burns?: ResolverInputTypes["burns_arr_rel_insert_input"] | undefined | null, circle?: ResolverInputTypes["circles_obj_rel_insert_input"] | undefined | null, circle_id?: number | undefined | null, created_at?: ResolverInputTypes["timestamp"] | undefined | null, + created_by?: number | undefined | null, days?: number | undefined | null, description?: string | undefined | null, distributions?: ResolverInputTypes["distributions_arr_rel_insert_input"] | undefined | null, @@ -21618,7 +28619,9 @@ count?: [{ columns?: Array | undefin ended?: boolean | undefined | null, epoch_pending_token_gifts?: ResolverInputTypes["pending_token_gifts_arr_rel_insert_input"] | undefined | null, grant?: ResolverInputTypes["numeric"] | undefined | null, + histories?: ResolverInputTypes["histories_arr_rel_insert_input"] | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, + member_epoch_pgives?: ResolverInputTypes["member_epoch_pgives_arr_rel_insert_input"] | undefined | null, notified_before_end?: ResolverInputTypes["timestamp"] | undefined | null, notified_end?: ResolverInputTypes["timestamp"] | undefined | null, notified_start?: ResolverInputTypes["timestamp"] | undefined | null, @@ -21636,6 +28639,7 @@ count?: [{ columns?: Array | undefin ["epochs_max_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, description?:boolean | `@${string}`, end_date?:boolean | `@${string}`, @@ -21656,6 +28660,7 @@ count?: [{ columns?: Array | undefin ["epochs_max_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, created_at?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, description?: ResolverInputTypes["order_by"] | undefined | null, end_date?: ResolverInputTypes["order_by"] | undefined | null, @@ -21675,6 +28680,7 @@ count?: [{ columns?: Array | undefin ["epochs_min_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, description?:boolean | `@${string}`, end_date?:boolean | `@${string}`, @@ -21695,6 +28701,7 @@ count?: [{ columns?: Array | undefin ["epochs_min_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, created_at?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, description?: ResolverInputTypes["order_by"] | undefined | null, end_date?: ResolverInputTypes["order_by"] | undefined | null, @@ -21732,10 +28739,12 @@ count?: [{ columns?: Array | undefin }; /** Ordering options when selecting data from "epoches". */ ["epochs_order_by"]: { + activities_aggregate?: ResolverInputTypes["activities_aggregate_order_by"] | undefined | null, burns_aggregate?: ResolverInputTypes["burns_aggregate_order_by"] | undefined | null, circle?: ResolverInputTypes["circles_order_by"] | undefined | null, circle_id?: ResolverInputTypes["order_by"] | undefined | null, created_at?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, description?: ResolverInputTypes["order_by"] | undefined | null, distributions_aggregate?: ResolverInputTypes["distributions_aggregate_order_by"] | undefined | null, @@ -21743,7 +28752,9 @@ count?: [{ columns?: Array | undefin ended?: ResolverInputTypes["order_by"] | undefined | null, epoch_pending_token_gifts_aggregate?: ResolverInputTypes["pending_token_gifts_aggregate_order_by"] | undefined | null, grant?: ResolverInputTypes["order_by"] | undefined | null, + histories_aggregate?: ResolverInputTypes["histories_aggregate_order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + member_epoch_pgives_aggregate?: ResolverInputTypes["member_epoch_pgives_aggregate_order_by"] | undefined | null, notified_before_end?: ResolverInputTypes["order_by"] | undefined | null, notified_end?: ResolverInputTypes["order_by"] | undefined | null, notified_start?: ResolverInputTypes["order_by"] | undefined | null, @@ -21775,6 +28786,7 @@ count?: [{ columns?: Array | undefin ["epochs_set_input"]: { circle_id?: number | undefined | null, created_at?: ResolverInputTypes["timestamp"] | undefined | null, + created_by?: number | undefined | null, days?: number | undefined | null, description?: string | undefined | null, end_date?: ResolverInputTypes["timestamptz"] | undefined | null, @@ -21795,6 +28807,7 @@ count?: [{ columns?: Array | undefin /** aggregate stddev on columns */ ["epochs_stddev_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -21807,6 +28820,7 @@ count?: [{ columns?: Array | undefin /** order by stddev() on columns of table "epoches" */ ["epochs_stddev_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, grant?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, @@ -21818,6 +28832,7 @@ count?: [{ columns?: Array | undefin /** aggregate stddev_pop on columns */ ["epochs_stddev_pop_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -21830,6 +28845,7 @@ count?: [{ columns?: Array | undefin /** order by stddev_pop() on columns of table "epoches" */ ["epochs_stddev_pop_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, grant?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, @@ -21841,6 +28857,7 @@ count?: [{ columns?: Array | undefin /** aggregate stddev_samp on columns */ ["epochs_stddev_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -21853,6 +28870,7 @@ count?: [{ columns?: Array | undefin /** order by stddev_samp() on columns of table "epoches" */ ["epochs_stddev_samp_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, grant?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, @@ -21872,6 +28890,7 @@ count?: [{ columns?: Array | undefin ["epochs_stream_cursor_value_input"]: { circle_id?: number | undefined | null, created_at?: ResolverInputTypes["timestamp"] | undefined | null, + created_by?: number | undefined | null, days?: number | undefined | null, description?: string | undefined | null, end_date?: ResolverInputTypes["timestamptz"] | undefined | null, @@ -21892,6 +28911,7 @@ count?: [{ columns?: Array | undefin /** aggregate sum on columns */ ["epochs_sum_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -21904,6 +28924,7 @@ count?: [{ columns?: Array | undefin /** order by sum() on columns of table "epoches" */ ["epochs_sum_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, grant?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, @@ -21935,6 +28956,7 @@ count?: [{ columns?: Array | undefin /** aggregate var_pop on columns */ ["epochs_var_pop_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -21947,6 +28969,7 @@ count?: [{ columns?: Array | undefin /** order by var_pop() on columns of table "epoches" */ ["epochs_var_pop_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, grant?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, @@ -21958,6 +28981,7 @@ count?: [{ columns?: Array | undefin /** aggregate var_samp on columns */ ["epochs_var_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -21970,6 +28994,7 @@ count?: [{ columns?: Array | undefin /** order by var_samp() on columns of table "epoches" */ ["epochs_var_samp_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, grant?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, @@ -21981,6 +29006,7 @@ count?: [{ columns?: Array | undefin /** aggregate variance on columns */ ["epochs_variance_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, + created_by?:boolean | `@${string}`, days?:boolean | `@${string}`, grant?:boolean | `@${string}`, id?:boolean | `@${string}`, @@ -21993,6 +29019,7 @@ count?: [{ columns?: Array | undefin /** order by variance() on columns of table "epoches" */ ["epochs_variance_order_by"]: { circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_by?: ResolverInputTypes["order_by"] | undefined | null, days?: ResolverInputTypes["order_by"] | undefined | null, grant?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, @@ -22000,6 +29027,19 @@ count?: [{ columns?: Array | undefin regift_days?: ResolverInputTypes["order_by"] | undefined | null, repeat?: ResolverInputTypes["order_by"] | undefined | null, repeat_day_of_month?: ResolverInputTypes["order_by"] | undefined | null +}; + ["float8"]:unknown; + /** Boolean expression to compare columns of type "float8". All fields are combined with logical 'AND'. */ +["float8_comparison_exp"]: { + _eq?: ResolverInputTypes["float8"] | undefined | null, + _gt?: ResolverInputTypes["float8"] | undefined | null, + _gte?: ResolverInputTypes["float8"] | undefined | null, + _in?: Array | undefined | null, + _is_null?: boolean | undefined | null, + _lt?: ResolverInputTypes["float8"] | undefined | null, + _lte?: ResolverInputTypes["float8"] | undefined | null, + _neq?: ResolverInputTypes["float8"] | undefined | null, + _nin?: Array | undefined | null }; /** columns and relationships of "gift_private" */ ["gift_private"]: AliasType<{ @@ -22208,6 +29248,15 @@ count?: [{ columns?: Array | u nodes?:ResolverInputTypes["histories"], __typename?: boolean | `@${string}` }>; + ["histories_aggregate_bool_exp"]: { + count?: ResolverInputTypes["histories_aggregate_bool_exp_count"] | undefined | null +}; + ["histories_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null, + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["histories_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Int_comparison_exp"] +}; /** aggregate fields of "histories" */ ["histories_aggregate_fields"]: AliasType<{ avg?:ResolverInputTypes["histories_avg_fields"], @@ -22223,6 +29272,26 @@ count?: [{ columns?: Array | unde variance?:ResolverInputTypes["histories_variance_fields"], __typename?: boolean | `@${string}` }>; + /** order by aggregate values of table "histories" */ +["histories_aggregate_order_by"]: { + avg?: ResolverInputTypes["histories_avg_order_by"] | undefined | null, + count?: ResolverInputTypes["order_by"] | undefined | null, + max?: ResolverInputTypes["histories_max_order_by"] | undefined | null, + min?: ResolverInputTypes["histories_min_order_by"] | undefined | null, + stddev?: ResolverInputTypes["histories_stddev_order_by"] | undefined | null, + stddev_pop?: ResolverInputTypes["histories_stddev_pop_order_by"] | undefined | null, + stddev_samp?: ResolverInputTypes["histories_stddev_samp_order_by"] | undefined | null, + sum?: ResolverInputTypes["histories_sum_order_by"] | undefined | null, + var_pop?: ResolverInputTypes["histories_var_pop_order_by"] | undefined | null, + var_samp?: ResolverInputTypes["histories_var_samp_order_by"] | undefined | null, + variance?: ResolverInputTypes["histories_variance_order_by"] | undefined | null +}; + /** input type for inserting array relation for remote table "histories" */ +["histories_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ResolverInputTypes["histories_on_conflict"] | undefined | null +}; /** aggregate avg on columns */ ["histories_avg_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, @@ -22231,6 +29300,13 @@ count?: [{ columns?: Array | unde user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by avg() on columns of table "histories" */ +["histories_avg_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** Boolean expression to filter rows from the table "histories". All fields are combined with a logical 'AND'. */ ["histories_bool_exp"]: { _and?: Array | undefined | null, @@ -22280,6 +29356,16 @@ count?: [{ columns?: Array | unde user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by max() on columns of table "histories" */ +["histories_max_order_by"]: { + bio?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate min on columns */ ["histories_min_fields"]: AliasType<{ bio?:boolean | `@${string}`, @@ -22291,6 +29377,16 @@ count?: [{ columns?: Array | unde user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by min() on columns of table "histories" */ +["histories_min_order_by"]: { + bio?: ResolverInputTypes["order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** response of any mutation on the table "histories" */ ["histories_mutation_response"]: AliasType<{ /** number of rows affected by the mutation */ @@ -22342,6 +29438,13 @@ count?: [{ columns?: Array | unde user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev() on columns of table "histories" */ +["histories_stddev_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate stddev_pop on columns */ ["histories_stddev_pop_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, @@ -22350,6 +29453,13 @@ count?: [{ columns?: Array | unde user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_pop() on columns of table "histories" */ +["histories_stddev_pop_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate stddev_samp on columns */ ["histories_stddev_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, @@ -22358,6 +29468,13 @@ count?: [{ columns?: Array | unde user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_samp() on columns of table "histories" */ +["histories_stddev_samp_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** Streaming cursor of the table "histories" */ ["histories_stream_cursor_input"]: { /** Stream column input with initial value */ @@ -22383,6 +29500,13 @@ count?: [{ columns?: Array | unde user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by sum() on columns of table "histories" */ +["histories_sum_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** update columns of table "histories" */ ["histories_update_column"]:histories_update_column; ["histories_updates"]: { @@ -22401,6 +29525,13 @@ count?: [{ columns?: Array | unde user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_pop() on columns of table "histories" */ +["histories_var_pop_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate var_samp on columns */ ["histories_var_samp_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, @@ -22409,6 +29540,13 @@ count?: [{ columns?: Array | unde user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_samp() on columns of table "histories" */ +["histories_var_samp_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate variance on columns */ ["histories_variance_fields"]: AliasType<{ circle_id?:boolean | `@${string}`, @@ -22417,6 +29555,13 @@ count?: [{ columns?: Array | unde user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by variance() on columns of table "histories" */ +["histories_variance_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** columns and relationships of "interaction_events" */ ["interaction_events"]: AliasType<{ /** An object relationship */ @@ -22734,6 +29879,480 @@ count?: [{ columns?: Array | undefined | null }; + /** tracks the amount of keys an address holds in a given subject. updated with data from the key_tx table */ +["key_holders"]: AliasType<{ + address?:boolean | `@${string}`, + /** An object relationship */ + address_cosoul?:ResolverInputTypes["cosouls"], + amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + /** An object relationship */ + subject_cosoul?:ResolverInputTypes["cosouls"], + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "key_holders" */ +["key_holders_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["key_holders_aggregate_fields"], + nodes?:ResolverInputTypes["key_holders"], + __typename?: boolean | `@${string}` +}>; + ["key_holders_aggregate_bool_exp"]: { + count?: ResolverInputTypes["key_holders_aggregate_bool_exp_count"] | undefined | null +}; + ["key_holders_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null, + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Int_comparison_exp"] +}; + /** aggregate fields of "key_holders" */ +["key_holders_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["key_holders_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["key_holders_max_fields"], + min?:ResolverInputTypes["key_holders_min_fields"], + stddev?:ResolverInputTypes["key_holders_stddev_fields"], + stddev_pop?:ResolverInputTypes["key_holders_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["key_holders_stddev_samp_fields"], + sum?:ResolverInputTypes["key_holders_sum_fields"], + var_pop?:ResolverInputTypes["key_holders_var_pop_fields"], + var_samp?:ResolverInputTypes["key_holders_var_samp_fields"], + variance?:ResolverInputTypes["key_holders_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** order by aggregate values of table "key_holders" */ +["key_holders_aggregate_order_by"]: { + avg?: ResolverInputTypes["key_holders_avg_order_by"] | undefined | null, + count?: ResolverInputTypes["order_by"] | undefined | null, + max?: ResolverInputTypes["key_holders_max_order_by"] | undefined | null, + min?: ResolverInputTypes["key_holders_min_order_by"] | undefined | null, + stddev?: ResolverInputTypes["key_holders_stddev_order_by"] | undefined | null, + stddev_pop?: ResolverInputTypes["key_holders_stddev_pop_order_by"] | undefined | null, + stddev_samp?: ResolverInputTypes["key_holders_stddev_samp_order_by"] | undefined | null, + sum?: ResolverInputTypes["key_holders_sum_order_by"] | undefined | null, + var_pop?: ResolverInputTypes["key_holders_var_pop_order_by"] | undefined | null, + var_samp?: ResolverInputTypes["key_holders_var_samp_order_by"] | undefined | null, + variance?: ResolverInputTypes["key_holders_variance_order_by"] | undefined | null +}; + /** input type for inserting array relation for remote table "key_holders" */ +["key_holders_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ResolverInputTypes["key_holders_on_conflict"] | undefined | null +}; + /** aggregate avg on columns */ +["key_holders_avg_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by avg() on columns of table "key_holders" */ +["key_holders_avg_order_by"]: { + amount?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Boolean expression to filter rows from the table "key_holders". All fields are combined with a logical 'AND'. */ +["key_holders_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + address?: ResolverInputTypes["citext_comparison_exp"] | undefined | null, + address_cosoul?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null, + amount?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + subject?: ResolverInputTypes["citext_comparison_exp"] | undefined | null, + subject_cosoul?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "key_holders" */ +["key_holders_constraint"]:key_holders_constraint; + /** input type for incrementing numeric columns in table "key_holders" */ +["key_holders_inc_input"]: { + amount?: number | undefined | null +}; + /** input type for inserting data into table "key_holders" */ +["key_holders_insert_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + address_cosoul?: ResolverInputTypes["cosouls_obj_rel_insert_input"] | undefined | null, + amount?: number | undefined | null, + subject?: ResolverInputTypes["citext"] | undefined | null, + subject_cosoul?: ResolverInputTypes["cosouls_obj_rel_insert_input"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate max on columns */ +["key_holders_max_fields"]: AliasType<{ + address?:boolean | `@${string}`, + amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by max() on columns of table "key_holders" */ +["key_holders_max_order_by"]: { + address?: ResolverInputTypes["order_by"] | undefined | null, + amount?: ResolverInputTypes["order_by"] | undefined | null, + subject?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate min on columns */ +["key_holders_min_fields"]: AliasType<{ + address?:boolean | `@${string}`, + amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by min() on columns of table "key_holders" */ +["key_holders_min_order_by"]: { + address?: ResolverInputTypes["order_by"] | undefined | null, + amount?: ResolverInputTypes["order_by"] | undefined | null, + subject?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** response of any mutation on the table "key_holders" */ +["key_holders_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["key_holders"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "key_holders" */ +["key_holders_on_conflict"]: { + constraint: ResolverInputTypes["key_holders_constraint"], + update_columns: Array, + where?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "key_holders". */ +["key_holders_order_by"]: { + address?: ResolverInputTypes["order_by"] | undefined | null, + address_cosoul?: ResolverInputTypes["cosouls_order_by"] | undefined | null, + amount?: ResolverInputTypes["order_by"] | undefined | null, + subject?: ResolverInputTypes["order_by"] | undefined | null, + subject_cosoul?: ResolverInputTypes["cosouls_order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: key_holders */ +["key_holders_pk_columns_input"]: { + address: ResolverInputTypes["citext"], + subject: ResolverInputTypes["citext"] +}; + /** select columns of table "key_holders" */ +["key_holders_select_column"]:key_holders_select_column; + /** input type for updating data in table "key_holders" */ +["key_holders_set_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + amount?: number | undefined | null, + subject?: ResolverInputTypes["citext"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate stddev on columns */ +["key_holders_stddev_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev() on columns of table "key_holders" */ +["key_holders_stddev_order_by"]: { + amount?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate stddev_pop on columns */ +["key_holders_stddev_pop_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_pop() on columns of table "key_holders" */ +["key_holders_stddev_pop_order_by"]: { + amount?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate stddev_samp on columns */ +["key_holders_stddev_samp_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_samp() on columns of table "key_holders" */ +["key_holders_stddev_samp_order_by"]: { + amount?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Streaming cursor of the table "key_holders" */ +["key_holders_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["key_holders_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["key_holders_stream_cursor_value_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + amount?: number | undefined | null, + subject?: ResolverInputTypes["citext"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate sum on columns */ +["key_holders_sum_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by sum() on columns of table "key_holders" */ +["key_holders_sum_order_by"]: { + amount?: ResolverInputTypes["order_by"] | undefined | null +}; + /** update columns of table "key_holders" */ +["key_holders_update_column"]:key_holders_update_column; + ["key_holders_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["key_holders_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["key_holders_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["key_holders_bool_exp"] +}; + /** aggregate var_pop on columns */ +["key_holders_var_pop_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_pop() on columns of table "key_holders" */ +["key_holders_var_pop_order_by"]: { + amount?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate var_samp on columns */ +["key_holders_var_samp_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_samp() on columns of table "key_holders" */ +["key_holders_var_samp_order_by"]: { + amount?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate variance on columns */ +["key_holders_variance_fields"]: AliasType<{ + amount?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by variance() on columns of table "key_holders" */ +["key_holders_variance_order_by"]: { + amount?: ResolverInputTypes["order_by"] | undefined | null +}; + /** columns and relationships of "key_tx" */ +["key_tx"]: AliasType<{ + buy?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + eth_amount?:boolean | `@${string}`, + protocol_fee_amount?:boolean | `@${string}`, + share_amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + subject_fee_amount?:boolean | `@${string}`, + /** An object relationship */ + subject_profile?:ResolverInputTypes["profiles_public"], + supply?:boolean | `@${string}`, + trader?:boolean | `@${string}`, + /** An object relationship */ + trader_profile?:ResolverInputTypes["profiles_public"], + tx_hash?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "key_tx" */ +["key_tx_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["key_tx_aggregate_fields"], + nodes?:ResolverInputTypes["key_tx"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "key_tx" */ +["key_tx_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["key_tx_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["key_tx_max_fields"], + min?:ResolverInputTypes["key_tx_min_fields"], + stddev?:ResolverInputTypes["key_tx_stddev_fields"], + stddev_pop?:ResolverInputTypes["key_tx_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["key_tx_stddev_samp_fields"], + sum?:ResolverInputTypes["key_tx_sum_fields"], + var_pop?:ResolverInputTypes["key_tx_var_pop_fields"], + var_samp?:ResolverInputTypes["key_tx_var_samp_fields"], + variance?:ResolverInputTypes["key_tx_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["key_tx_avg_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "key_tx". All fields are combined with a logical 'AND'. */ +["key_tx_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["key_tx_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + buy?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + eth_amount?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + protocol_fee_amount?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + share_amount?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + subject?: ResolverInputTypes["citext_comparison_exp"] | undefined | null, + subject_fee_amount?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + subject_profile?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null, + supply?: ResolverInputTypes["numeric_comparison_exp"] | undefined | null, + trader?: ResolverInputTypes["citext_comparison_exp"] | undefined | null, + trader_profile?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null, + tx_hash?: ResolverInputTypes["citext_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "key_tx" */ +["key_tx_constraint"]:key_tx_constraint; + /** input type for incrementing numeric columns in table "key_tx" */ +["key_tx_inc_input"]: { + supply?: ResolverInputTypes["numeric"] | undefined | null +}; + /** input type for inserting data into table "key_tx" */ +["key_tx_insert_input"]: { + buy?: boolean | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + eth_amount?: string | undefined | null, + protocol_fee_amount?: string | undefined | null, + share_amount?: string | undefined | null, + subject?: ResolverInputTypes["citext"] | undefined | null, + subject_fee_amount?: string | undefined | null, + subject_profile?: ResolverInputTypes["profiles_public_obj_rel_insert_input"] | undefined | null, + supply?: ResolverInputTypes["numeric"] | undefined | null, + trader?: ResolverInputTypes["citext"] | undefined | null, + trader_profile?: ResolverInputTypes["profiles_public_obj_rel_insert_input"] | undefined | null, + tx_hash?: ResolverInputTypes["citext"] | undefined | null +}; + /** aggregate max on columns */ +["key_tx_max_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + eth_amount?:boolean | `@${string}`, + protocol_fee_amount?:boolean | `@${string}`, + share_amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + subject_fee_amount?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + trader?:boolean | `@${string}`, + tx_hash?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["key_tx_min_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + eth_amount?:boolean | `@${string}`, + protocol_fee_amount?:boolean | `@${string}`, + share_amount?:boolean | `@${string}`, + subject?:boolean | `@${string}`, + subject_fee_amount?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + trader?:boolean | `@${string}`, + tx_hash?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "key_tx" */ +["key_tx_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["key_tx"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "key_tx" */ +["key_tx_on_conflict"]: { + constraint: ResolverInputTypes["key_tx_constraint"], + update_columns: Array, + where?: ResolverInputTypes["key_tx_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "key_tx". */ +["key_tx_order_by"]: { + buy?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + eth_amount?: ResolverInputTypes["order_by"] | undefined | null, + protocol_fee_amount?: ResolverInputTypes["order_by"] | undefined | null, + share_amount?: ResolverInputTypes["order_by"] | undefined | null, + subject?: ResolverInputTypes["order_by"] | undefined | null, + subject_fee_amount?: ResolverInputTypes["order_by"] | undefined | null, + subject_profile?: ResolverInputTypes["profiles_public_order_by"] | undefined | null, + supply?: ResolverInputTypes["order_by"] | undefined | null, + trader?: ResolverInputTypes["order_by"] | undefined | null, + trader_profile?: ResolverInputTypes["profiles_public_order_by"] | undefined | null, + tx_hash?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: key_tx */ +["key_tx_pk_columns_input"]: { + tx_hash: ResolverInputTypes["citext"] +}; + /** select columns of table "key_tx" */ +["key_tx_select_column"]:key_tx_select_column; + /** input type for updating data in table "key_tx" */ +["key_tx_set_input"]: { + buy?: boolean | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + eth_amount?: string | undefined | null, + protocol_fee_amount?: string | undefined | null, + share_amount?: string | undefined | null, + subject?: ResolverInputTypes["citext"] | undefined | null, + subject_fee_amount?: string | undefined | null, + supply?: ResolverInputTypes["numeric"] | undefined | null, + trader?: ResolverInputTypes["citext"] | undefined | null, + tx_hash?: ResolverInputTypes["citext"] | undefined | null +}; + /** aggregate stddev on columns */ +["key_tx_stddev_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["key_tx_stddev_pop_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["key_tx_stddev_samp_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "key_tx" */ +["key_tx_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["key_tx_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["key_tx_stream_cursor_value_input"]: { + buy?: boolean | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + eth_amount?: string | undefined | null, + protocol_fee_amount?: string | undefined | null, + share_amount?: string | undefined | null, + subject?: ResolverInputTypes["citext"] | undefined | null, + subject_fee_amount?: string | undefined | null, + supply?: ResolverInputTypes["numeric"] | undefined | null, + trader?: ResolverInputTypes["citext"] | undefined | null, + tx_hash?: ResolverInputTypes["citext"] | undefined | null +}; + /** aggregate sum on columns */ +["key_tx_sum_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "key_tx" */ +["key_tx_update_column"]:key_tx_update_column; + ["key_tx_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["key_tx_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["key_tx_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["key_tx_bool_exp"] +}; + /** aggregate var_pop on columns */ +["key_tx_var_pop_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["key_tx_var_samp_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["key_tx_variance_fields"]: AliasType<{ + supply?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** columns and relationships of "locked_token_distribution_gifts" */ ["locked_token_distribution_gifts"]: AliasType<{ earnings?:boolean | `@${string}`, @@ -23318,9 +30937,162 @@ count?: [{ columns?: Array; + /** columns and relationships of "member_circle_pgives" */ +["member_circle_pgives"]: AliasType<{ + /** An object relationship */ + circle?:ResolverInputTypes["circles"], + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + /** An object relationship */ + user?:ResolverInputTypes["users"], + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "member_circle_pgives" */ +["member_circle_pgives_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["member_circle_pgives_aggregate_fields"], + nodes?:ResolverInputTypes["member_circle_pgives"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "member_circle_pgives" */ +["member_circle_pgives_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["member_circle_pgives_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["member_circle_pgives_max_fields"], + min?:ResolverInputTypes["member_circle_pgives_min_fields"], + stddev?:ResolverInputTypes["member_circle_pgives_stddev_fields"], + stddev_pop?:ResolverInputTypes["member_circle_pgives_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["member_circle_pgives_stddev_samp_fields"], + sum?:ResolverInputTypes["member_circle_pgives_sum_fields"], + var_pop?:ResolverInputTypes["member_circle_pgives_var_pop_fields"], + var_samp?:ResolverInputTypes["member_circle_pgives_var_samp_fields"], + variance?:ResolverInputTypes["member_circle_pgives_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["member_circle_pgives_avg_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "member_circle_pgives". All fields are combined with a logical 'AND'. */ +["member_circle_pgives_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["member_circle_pgives_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + circle?: ResolverInputTypes["circles_bool_exp"] | undefined | null, + circle_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + epochs?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + pgive?: ResolverInputTypes["numeric_comparison_exp"] | undefined | null, + user?: ResolverInputTypes["users_bool_exp"] | undefined | null, + user_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null +}; + /** aggregate max on columns */ +["member_circle_pgives_max_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["member_circle_pgives_min_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Ordering options when selecting data from "member_circle_pgives". */ +["member_circle_pgives_order_by"]: { + circle?: ResolverInputTypes["circles_order_by"] | undefined | null, + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epochs?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user?: ResolverInputTypes["users_order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** select columns of table "member_circle_pgives" */ +["member_circle_pgives_select_column"]:member_circle_pgives_select_column; + /** aggregate stddev on columns */ +["member_circle_pgives_stddev_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["member_circle_pgives_stddev_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["member_circle_pgives_stddev_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "member_circle_pgives" */ +["member_circle_pgives_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["member_circle_pgives_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["member_circle_pgives_stream_cursor_value_input"]: { + circle_id?: number | undefined | null, + epochs?: ResolverInputTypes["bigint"] | undefined | null, + pgive?: ResolverInputTypes["numeric"] | undefined | null, + user_id?: number | undefined | null +}; + /** aggregate sum on columns */ +["member_circle_pgives_sum_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_pop on columns */ +["member_circle_pgives_var_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["member_circle_pgives_var_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["member_circle_pgives_variance_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, + epochs?:boolean | `@${string}`, + pgive?:boolean | `@${string}`, + user_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` }>; /** member allocated pgives per epoch */ ["member_epoch_pgives"]: AliasType<{ + /** An object relationship */ + circle?:ResolverInputTypes["circles"], + circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, /** An object relationship */ epoch?:ResolverInputTypes["epochs"], @@ -23329,6 +31101,9 @@ count?: [{ columns?: Array; + ["member_epoch_pgives_aggregate_bool_exp"]: { + count?: ResolverInputTypes["member_epoch_pgives_aggregate_bool_exp_count"] | undefined | null +}; + ["member_epoch_pgives_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null, + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["member_epoch_pgives_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Int_comparison_exp"] +}; /** aggregate fields of "member_epoch_pgives" */ ["member_epoch_pgives_aggregate_fields"]: AliasType<{ avg?:ResolverInputTypes["member_epoch_pgives_avg_fields"], @@ -23356,22 +31140,58 @@ count?: [{ columns?: Array; + /** order by aggregate values of table "member_epoch_pgives" */ +["member_epoch_pgives_aggregate_order_by"]: { + avg?: ResolverInputTypes["member_epoch_pgives_avg_order_by"] | undefined | null, + count?: ResolverInputTypes["order_by"] | undefined | null, + max?: ResolverInputTypes["member_epoch_pgives_max_order_by"] | undefined | null, + min?: ResolverInputTypes["member_epoch_pgives_min_order_by"] | undefined | null, + stddev?: ResolverInputTypes["member_epoch_pgives_stddev_order_by"] | undefined | null, + stddev_pop?: ResolverInputTypes["member_epoch_pgives_stddev_pop_order_by"] | undefined | null, + stddev_samp?: ResolverInputTypes["member_epoch_pgives_stddev_samp_order_by"] | undefined | null, + sum?: ResolverInputTypes["member_epoch_pgives_sum_order_by"] | undefined | null, + var_pop?: ResolverInputTypes["member_epoch_pgives_var_pop_order_by"] | undefined | null, + var_samp?: ResolverInputTypes["member_epoch_pgives_var_samp_order_by"] | undefined | null, + variance?: ResolverInputTypes["member_epoch_pgives_variance_order_by"] | undefined | null +}; + /** input type for inserting array relation for remote table "member_epoch_pgives" */ +["member_epoch_pgives_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ResolverInputTypes["member_epoch_pgives_on_conflict"] | undefined | null +}; /** aggregate avg on columns */ ["member_epoch_pgives_avg_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by avg() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_avg_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + gives_received?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + normalized_pgive?: ResolverInputTypes["order_by"] | undefined | null, + opt_out_bonus?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** Boolean expression to filter rows from the table "member_epoch_pgives". All fields are combined with a logical 'AND'. */ ["member_epoch_pgives_bool_exp"]: { _and?: Array | undefined | null, _not?: ResolverInputTypes["member_epoch_pgives_bool_exp"] | undefined | null, _or?: Array | undefined | null, + circle?: ResolverInputTypes["circles_bool_exp"] | undefined | null, + circle_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, epoch?: ResolverInputTypes["epochs_bool_exp"] | undefined | null, epoch_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, @@ -23379,6 +31199,8 @@ count?: [{ columns?: Array; + /** order by max() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_max_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + gives_received?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + normalized_pgive?: ResolverInputTypes["order_by"] | undefined | null, + opt_out_bonus?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate min on columns */ ["member_epoch_pgives_min_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by min() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_min_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + gives_received?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + normalized_pgive?: ResolverInputTypes["order_by"] | undefined | null, + opt_out_bonus?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** response of any mutation on the table "member_epoch_pgives" */ ["member_epoch_pgives_mutation_response"]: AliasType<{ /** number of rows affected by the mutation */ @@ -23448,6 +31306,8 @@ count?: [{ columns?: Array; + /** order by stddev() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + gives_received?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + normalized_pgive?: ResolverInputTypes["order_by"] | undefined | null, + opt_out_bonus?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate stddev_pop on columns */ ["member_epoch_pgives_stddev_pop_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_pop() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_pop_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + gives_received?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + normalized_pgive?: ResolverInputTypes["order_by"] | undefined | null, + opt_out_bonus?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate stddev_samp on columns */ ["member_epoch_pgives_stddev_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by stddev_samp() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_samp_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + gives_received?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + normalized_pgive?: ResolverInputTypes["order_by"] | undefined | null, + opt_out_bonus?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** Streaming cursor of the table "member_epoch_pgives" */ ["member_epoch_pgives_stream_cursor_input"]: { /** Stream column input with initial value */ @@ -23518,26 +31424,42 @@ count?: [{ columns?: Array; + /** order by sum() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_sum_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + gives_received?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + normalized_pgive?: ResolverInputTypes["order_by"] | undefined | null, + opt_out_bonus?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** update columns of table "member_epoch_pgives" */ ["member_epoch_pgives_update_column"]:member_epoch_pgives_update_column; ["member_epoch_pgives_updates"]: { @@ -23550,45 +31472,90 @@ count?: [{ columns?: Array; + /** order by var_pop() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_var_pop_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + gives_received?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + normalized_pgive?: ResolverInputTypes["order_by"] | undefined | null, + opt_out_bonus?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate var_samp on columns */ ["member_epoch_pgives_var_samp_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by var_samp() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_var_samp_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + gives_received?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + normalized_pgive?: ResolverInputTypes["order_by"] | undefined | null, + opt_out_bonus?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** aggregate variance on columns */ ["member_epoch_pgives_variance_fields"]: AliasType<{ + circle_id?:boolean | `@${string}`, epoch_id?:boolean | `@${string}`, gives_received?:boolean | `@${string}`, id?:boolean | `@${string}`, normalized_pgive?:boolean | `@${string}`, opt_out_bonus?:boolean | `@${string}`, + organization_id?:boolean | `@${string}`, pgive?:boolean | `@${string}`, user_id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; + /** order by variance() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_variance_order_by"]: { + circle_id?: ResolverInputTypes["order_by"] | undefined | null, + epoch_id?: ResolverInputTypes["order_by"] | undefined | null, + gives_received?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + normalized_pgive?: ResolverInputTypes["order_by"] | undefined | null, + opt_out_bonus?: ResolverInputTypes["order_by"] | undefined | null, + organization_id?: ResolverInputTypes["order_by"] | undefined | null, + pgive?: ResolverInputTypes["order_by"] | undefined | null, + user_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** mutation root */ ["mutation_root"]: AliasType<{ + /** Accept Terms of Service action */ + acceptTOS?:ResolverInputTypes["AcceptTOSOutput"], +addEmail?: [{ payload: ResolverInputTypes["AddEmailInput"]},ResolverInputTypes["ConfirmationResponse"]], adminUpdateUser?: [{ payload: ResolverInputTypes["AdminUpdateUserInput"]},ResolverInputTypes["UserResponse"]], allocationCsv?: [{ payload: ResolverInputTypes["AllocationCsvInput"]},ResolverInputTypes["AllocationCsvResponse"]], createCircle?: [{ payload: ResolverInputTypes["CreateCircleInput"]},ResolverInputTypes["CreateCircleResponse"]], createEpoch?: [{ payload: ResolverInputTypes["CreateEpochInput"]},ResolverInputTypes["EpochResponse"]], -createEpochOld?: [{ payload: ResolverInputTypes["CreateEpochOldInput"]},ResolverInputTypes["EpochResponse"]], createNominee?: [{ payload: ResolverInputTypes["CreateNomineeInput"]},ResolverInputTypes["CreateNomineeResponse"]], +createOrgMembers?: [{ payload: ResolverInputTypes["CreateOrgMembersInput"]},ResolverInputTypes["OrgMemberResponse"]], createSampleCircle?:ResolverInputTypes["CreateSampleCircleResponse"], createUserWithToken?: [{ payload: ResolverInputTypes["CreateUserWithTokenInput"]},ResolverInputTypes["UserResponse"]], createUsers?: [{ payload: ResolverInputTypes["CreateUsersInput"]},ResolverInputTypes["UserResponse"]], @@ -23597,12 +31564,17 @@ createVaultTx?: [{ payload: ResolverInputTypes["LogVaultTxInput"]},ResolverInput deleteCircle?: [{ payload: ResolverInputTypes["DeleteCircleInput"]},ResolverInputTypes["ConfirmationResponse"]], deleteContribution?: [{ payload: ResolverInputTypes["DeleteContributionInput"]},ResolverInputTypes["ConfirmationResponse"]], deleteDiscordUser?: [{ payload: ResolverInputTypes["DeleteDiscordUserInput"]},ResolverInputTypes["ConfirmationResponse"]], +deleteEmail?: [{ payload: ResolverInputTypes["DeleteEmailInput"]},ResolverInputTypes["ConfirmationResponse"]], deleteEpoch?: [{ payload: ResolverInputTypes["DeleteEpochInput"]},ResolverInputTypes["DeleteEpochResponse"]], +deleteOrgMember?: [{ payload: ResolverInputTypes["IdInput"]},ResolverInputTypes["ConfirmationResponse"]], deleteUser?: [{ payload: ResolverInputTypes["DeleteUserInput"]},ResolverInputTypes["ConfirmationResponse"]], deleteUsers?: [{ payload: ResolverInputTypes["DeleteUsersInput"]},ResolverInputTypes["DeleteUsersResponse"]], delete_activities?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["activities_bool_exp"]},ResolverInputTypes["activities_mutation_response"]], delete_activities_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["activities"]], +delete_address_data_fetches?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["address_data_fetches_bool_exp"]},ResolverInputTypes["address_data_fetches_mutation_response"]], +delete_address_data_fetches_by_pk?: [{ address: ResolverInputTypes["citext"]},ResolverInputTypes["address_data_fetches"]], delete_burns?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["burns_bool_exp"]},ResolverInputTypes["burns_mutation_response"]], delete_burns_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["burns"]], @@ -23629,18 +31601,27 @@ delete_claims_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["c delete_contributions?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["contributions_bool_exp"]},ResolverInputTypes["contributions_mutation_response"]], delete_contributions_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["contributions"]], +delete_cosouls?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["cosouls_bool_exp"]},ResolverInputTypes["cosouls_mutation_response"]], +delete_cosouls_by_pk?: [{ id: number},ResolverInputTypes["cosouls"]], delete_discord_circle_api_tokens?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["discord_circle_api_tokens_bool_exp"]},ResolverInputTypes["discord_circle_api_tokens_mutation_response"]], delete_discord_circle_api_tokens_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["discord_circle_api_tokens"]], delete_discord_roles_circles?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["discord_roles_circles_bool_exp"]},ResolverInputTypes["discord_roles_circles_mutation_response"]], delete_discord_roles_circles_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["discord_roles_circles"]], +delete_discord_user_api_tokens?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["discord_user_api_tokens_bool_exp"]},ResolverInputTypes["discord_user_api_tokens_mutation_response"]], +delete_discord_user_api_tokens_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["discord_user_api_tokens"]], delete_discord_users?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["discord_users_bool_exp"]},ResolverInputTypes["discord_users_mutation_response"]], delete_discord_users_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["discord_users"]], delete_distributions?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["distributions_bool_exp"]},ResolverInputTypes["distributions_mutation_response"]], delete_distributions_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["distributions"]], +delete_emails?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["emails_bool_exp"]},ResolverInputTypes["emails_mutation_response"]], +delete_emails_by_pk?: [{ email: ResolverInputTypes["citext"], profile_id: number},ResolverInputTypes["emails"]], delete_epoch_pgive_data?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["epoch_pgive_data_bool_exp"]},ResolverInputTypes["epoch_pgive_data_mutation_response"]], delete_epoch_pgive_data_by_pk?: [{ id: number},ResolverInputTypes["epoch_pgive_data"]], @@ -23655,6 +31636,12 @@ delete_histories_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes delete_interaction_events?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["interaction_events_bool_exp"]},ResolverInputTypes["interaction_events_mutation_response"]], delete_interaction_events_by_pk?: [{ id: number},ResolverInputTypes["interaction_events"]], +delete_key_holders?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["key_holders_bool_exp"]},ResolverInputTypes["key_holders_mutation_response"]], +delete_key_holders_by_pk?: [{ address: ResolverInputTypes["citext"], subject: ResolverInputTypes["citext"]},ResolverInputTypes["key_holders"]], +delete_key_tx?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["key_tx_bool_exp"]},ResolverInputTypes["key_tx_mutation_response"]], +delete_key_tx_by_pk?: [{ tx_hash: ResolverInputTypes["citext"]},ResolverInputTypes["key_tx"]], delete_locked_token_distribution_gifts?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["locked_token_distribution_gifts_bool_exp"]},ResolverInputTypes["locked_token_distribution_gifts_mutation_response"]], delete_locked_token_distribution_gifts_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["locked_token_distribution_gifts"]], @@ -23670,6 +31657,9 @@ delete_nominees_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes[ delete_org_members?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["org_members_bool_exp"]},ResolverInputTypes["org_members_mutation_response"]], delete_org_members_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["org_members"]], +delete_org_share_tokens?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["org_share_tokens_bool_exp"]},ResolverInputTypes["org_share_tokens_mutation_response"]], +delete_org_share_tokens_by_pk?: [{ org_id: ResolverInputTypes["bigint"], type: number},ResolverInputTypes["org_share_tokens"]], delete_organizations?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["organizations_bool_exp"]},ResolverInputTypes["organizations_mutation_response"]], delete_organizations_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["organizations"]], @@ -23684,15 +31674,35 @@ delete_pending_vault_transactions_by_pk?: [{ tx_hash: string},ResolverInputTypes delete_personal_access_tokens?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["personal_access_tokens_bool_exp"]},ResolverInputTypes["personal_access_tokens_mutation_response"]], delete_personal_access_tokens_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["personal_access_tokens"]], +delete_poap_events?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["poap_events_bool_exp"]},ResolverInputTypes["poap_events_mutation_response"]], +delete_poap_events_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["poap_events"]], +delete_poap_holders?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["poap_holders_bool_exp"]},ResolverInputTypes["poap_holders_mutation_response"]], +delete_poap_holders_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["poap_holders"]], +delete_private_stream_visibility?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["private_stream_visibility_bool_exp"]},ResolverInputTypes["private_stream_visibility_mutation_response"]], +delete_private_stream_visibility_by_pk?: [{ profile_id: ResolverInputTypes["bigint"], view_profile_id: ResolverInputTypes["bigint"]},ResolverInputTypes["private_stream_visibility"]], delete_profiles?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["profiles_bool_exp"]},ResolverInputTypes["profiles_mutation_response"]], delete_profiles_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["profiles"]], +delete_profiles_public?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["profiles_public_bool_exp"]},ResolverInputTypes["profiles_public_mutation_response"]], +delete_reactions?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["reactions_bool_exp"]},ResolverInputTypes["reactions_mutation_response"]], +delete_reactions_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["reactions"]], +delete_reputation_scores?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["reputation_scores_bool_exp"]},ResolverInputTypes["reputation_scores_mutation_response"]], +delete_reputation_scores_by_pk?: [{ profile_id: ResolverInputTypes["bigint"]},ResolverInputTypes["reputation_scores"]], delete_teammates?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["teammates_bool_exp"]},ResolverInputTypes["teammates_mutation_response"]], delete_teammates_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["teammates"]], delete_token_gifts?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["token_gifts_bool_exp"]},ResolverInputTypes["token_gifts_mutation_response"]], delete_token_gifts_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["token_gifts"]], +delete_twitter_account?: [{ /** filter the rows which have to be deleted */ + where: ResolverInputTypes["twitter_account_bool_exp"]},ResolverInputTypes["twitter_account_mutation_response"]], +delete_twitter_account_by_pk?: [{ profile_id: number},ResolverInputTypes["twitter_account"]], delete_users?: [{ /** filter the rows which have to be deleted */ where: ResolverInputTypes["users_bool_exp"]},ResolverInputTypes["users_mutation_response"]], delete_users_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["users"]], @@ -23710,12 +31720,19 @@ delete_vouches?: [{ /** filter the rows which have to be deleted */ delete_vouches_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["vouches"]], endEpoch?: [{ payload: ResolverInputTypes["EndEpochInput"]},ResolverInputTypes["EpochResponse"]], generateApiKey?: [{ payload: ResolverInputTypes["GenerateApiKeyInput"]},ResolverInputTypes["GenerateApiKeyResponse"]], +giveCsv?: [{ payload: ResolverInputTypes["GiveCsvInput"]},ResolverInputTypes["GiveCsvResponse"]], insert_activities?: [{ /** the rows to be inserted */ objects: Array, /** upsert condition */ on_conflict?: ResolverInputTypes["activities_on_conflict"] | undefined | null},ResolverInputTypes["activities_mutation_response"]], insert_activities_one?: [{ /** the row to be inserted */ object: ResolverInputTypes["activities_insert_input"], /** upsert condition */ on_conflict?: ResolverInputTypes["activities_on_conflict"] | undefined | null},ResolverInputTypes["activities"]], +insert_address_data_fetches?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["address_data_fetches_on_conflict"] | undefined | null},ResolverInputTypes["address_data_fetches_mutation_response"]], +insert_address_data_fetches_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["address_data_fetches_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["address_data_fetches_on_conflict"] | undefined | null},ResolverInputTypes["address_data_fetches"]], insert_burns?: [{ /** the rows to be inserted */ objects: Array, /** upsert condition */ on_conflict?: ResolverInputTypes["burns_on_conflict"] | undefined | null},ResolverInputTypes["burns_mutation_response"]], @@ -23768,6 +31785,12 @@ insert_contributions?: [{ /** the rows to be inserted */ insert_contributions_one?: [{ /** the row to be inserted */ object: ResolverInputTypes["contributions_insert_input"], /** upsert condition */ on_conflict?: ResolverInputTypes["contributions_on_conflict"] | undefined | null},ResolverInputTypes["contributions"]], +insert_cosouls?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["cosouls_on_conflict"] | undefined | null},ResolverInputTypes["cosouls_mutation_response"]], +insert_cosouls_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["cosouls_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["cosouls_on_conflict"] | undefined | null},ResolverInputTypes["cosouls"]], insert_discord_circle_api_tokens?: [{ /** the rows to be inserted */ objects: Array, /** upsert condition */ on_conflict?: ResolverInputTypes["discord_circle_api_tokens_on_conflict"] | undefined | null},ResolverInputTypes["discord_circle_api_tokens_mutation_response"]], @@ -23780,6 +31803,12 @@ insert_discord_roles_circles?: [{ /** the rows to be inserted */ insert_discord_roles_circles_one?: [{ /** the row to be inserted */ object: ResolverInputTypes["discord_roles_circles_insert_input"], /** upsert condition */ on_conflict?: ResolverInputTypes["discord_roles_circles_on_conflict"] | undefined | null},ResolverInputTypes["discord_roles_circles"]], +insert_discord_user_api_tokens?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["discord_user_api_tokens_on_conflict"] | undefined | null},ResolverInputTypes["discord_user_api_tokens_mutation_response"]], +insert_discord_user_api_tokens_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["discord_user_api_tokens_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["discord_user_api_tokens_on_conflict"] | undefined | null},ResolverInputTypes["discord_user_api_tokens"]], insert_discord_users?: [{ /** the rows to be inserted */ objects: Array, /** upsert condition */ on_conflict?: ResolverInputTypes["discord_users_on_conflict"] | undefined | null},ResolverInputTypes["discord_users_mutation_response"]], @@ -23792,6 +31821,12 @@ insert_distributions?: [{ /** the rows to be inserted */ insert_distributions_one?: [{ /** the row to be inserted */ object: ResolverInputTypes["distributions_insert_input"], /** upsert condition */ on_conflict?: ResolverInputTypes["distributions_on_conflict"] | undefined | null},ResolverInputTypes["distributions"]], +insert_emails?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["emails_on_conflict"] | undefined | null},ResolverInputTypes["emails_mutation_response"]], +insert_emails_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["emails_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["emails_on_conflict"] | undefined | null},ResolverInputTypes["emails"]], insert_epoch_pgive_data?: [{ /** the rows to be inserted */ objects: Array, /** upsert condition */ on_conflict?: ResolverInputTypes["epoch_pgive_data_on_conflict"] | undefined | null},ResolverInputTypes["epoch_pgive_data_mutation_response"]], @@ -23820,6 +31855,18 @@ insert_interaction_events?: [{ /** the rows to be inserted */ insert_interaction_events_one?: [{ /** the row to be inserted */ object: ResolverInputTypes["interaction_events_insert_input"], /** upsert condition */ on_conflict?: ResolverInputTypes["interaction_events_on_conflict"] | undefined | null},ResolverInputTypes["interaction_events"]], +insert_key_holders?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["key_holders_on_conflict"] | undefined | null},ResolverInputTypes["key_holders_mutation_response"]], +insert_key_holders_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["key_holders_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["key_holders_on_conflict"] | undefined | null},ResolverInputTypes["key_holders"]], +insert_key_tx?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["key_tx_on_conflict"] | undefined | null},ResolverInputTypes["key_tx_mutation_response"]], +insert_key_tx_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["key_tx_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["key_tx_on_conflict"] | undefined | null},ResolverInputTypes["key_tx"]], insert_locked_token_distribution_gifts?: [{ /** the rows to be inserted */ objects: Array, /** upsert condition */ on_conflict?: ResolverInputTypes["locked_token_distribution_gifts_on_conflict"] | undefined | null},ResolverInputTypes["locked_token_distribution_gifts_mutation_response"]], @@ -23850,6 +31897,12 @@ insert_org_members?: [{ /** the rows to be inserted */ insert_org_members_one?: [{ /** the row to be inserted */ object: ResolverInputTypes["org_members_insert_input"], /** upsert condition */ on_conflict?: ResolverInputTypes["org_members_on_conflict"] | undefined | null},ResolverInputTypes["org_members"]], +insert_org_share_tokens?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["org_share_tokens_on_conflict"] | undefined | null},ResolverInputTypes["org_share_tokens_mutation_response"]], +insert_org_share_tokens_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["org_share_tokens_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["org_share_tokens_on_conflict"] | undefined | null},ResolverInputTypes["org_share_tokens"]], insert_organizations?: [{ /** the rows to be inserted */ objects: Array, /** upsert condition */ on_conflict?: ResolverInputTypes["organizations_on_conflict"] | undefined | null},ResolverInputTypes["organizations_mutation_response"]], @@ -23878,12 +31931,46 @@ insert_personal_access_tokens?: [{ /** the rows to be inserted */ insert_personal_access_tokens_one?: [{ /** the row to be inserted */ object: ResolverInputTypes["personal_access_tokens_insert_input"], /** upsert condition */ on_conflict?: ResolverInputTypes["personal_access_tokens_on_conflict"] | undefined | null},ResolverInputTypes["personal_access_tokens"]], +insert_poap_events?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["poap_events_on_conflict"] | undefined | null},ResolverInputTypes["poap_events_mutation_response"]], +insert_poap_events_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["poap_events_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["poap_events_on_conflict"] | undefined | null},ResolverInputTypes["poap_events"]], +insert_poap_holders?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["poap_holders_on_conflict"] | undefined | null},ResolverInputTypes["poap_holders_mutation_response"]], +insert_poap_holders_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["poap_holders_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["poap_holders_on_conflict"] | undefined | null},ResolverInputTypes["poap_holders"]], +insert_private_stream_visibility?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["private_stream_visibility_on_conflict"] | undefined | null},ResolverInputTypes["private_stream_visibility_mutation_response"]], +insert_private_stream_visibility_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["private_stream_visibility_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["private_stream_visibility_on_conflict"] | undefined | null},ResolverInputTypes["private_stream_visibility"]], insert_profiles?: [{ /** the rows to be inserted */ objects: Array, /** upsert condition */ on_conflict?: ResolverInputTypes["profiles_on_conflict"] | undefined | null},ResolverInputTypes["profiles_mutation_response"]], insert_profiles_one?: [{ /** the row to be inserted */ object: ResolverInputTypes["profiles_insert_input"], /** upsert condition */ on_conflict?: ResolverInputTypes["profiles_on_conflict"] | undefined | null},ResolverInputTypes["profiles"]], +insert_profiles_public?: [{ /** the rows to be inserted */ + objects: Array},ResolverInputTypes["profiles_public_mutation_response"]], +insert_profiles_public_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["profiles_public_insert_input"]},ResolverInputTypes["profiles_public"]], +insert_reactions?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["reactions_on_conflict"] | undefined | null},ResolverInputTypes["reactions_mutation_response"]], +insert_reactions_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["reactions_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["reactions_on_conflict"] | undefined | null},ResolverInputTypes["reactions"]], +insert_reputation_scores?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["reputation_scores_on_conflict"] | undefined | null},ResolverInputTypes["reputation_scores_mutation_response"]], +insert_reputation_scores_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["reputation_scores_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["reputation_scores_on_conflict"] | undefined | null},ResolverInputTypes["reputation_scores"]], insert_teammates?: [{ /** the rows to be inserted */ objects: Array, /** upsert condition */ on_conflict?: ResolverInputTypes["teammates_on_conflict"] | undefined | null},ResolverInputTypes["teammates_mutation_response"]], @@ -23896,6 +31983,12 @@ insert_token_gifts?: [{ /** the rows to be inserted */ insert_token_gifts_one?: [{ /** the row to be inserted */ object: ResolverInputTypes["token_gifts_insert_input"], /** upsert condition */ on_conflict?: ResolverInputTypes["token_gifts_on_conflict"] | undefined | null},ResolverInputTypes["token_gifts"]], +insert_twitter_account?: [{ /** the rows to be inserted */ + objects: Array, /** upsert condition */ + on_conflict?: ResolverInputTypes["twitter_account_on_conflict"] | undefined | null},ResolverInputTypes["twitter_account_mutation_response"]], +insert_twitter_account_one?: [{ /** the row to be inserted */ + object: ResolverInputTypes["twitter_account_insert_input"], /** upsert condition */ + on_conflict?: ResolverInputTypes["twitter_account_on_conflict"] | undefined | null},ResolverInputTypes["twitter_account"]], insert_users?: [{ /** the rows to be inserted */ objects: Array, /** upsert condition */ on_conflict?: ResolverInputTypes["users_on_conflict"] | undefined | null},ResolverInputTypes["users_mutation_response"]], @@ -23931,12 +32024,18 @@ linkDiscordUser?: [{ payload: ResolverInputTypes["LinkDiscordUserInput"]},Resolv logoutUser?:ResolverInputTypes["LogoutResponse"], markClaimed?: [{ payload: ResolverInputTypes["MarkClaimedInput"]},ResolverInputTypes["MarkClaimedOutput"]], restoreCoordinape?: [{ payload: ResolverInputTypes["CoordinapeInput"]},ResolverInputTypes["ConfirmationResponse"]], +setPrimaryEmail?: [{ payload: ResolverInputTypes["SetPrimaryEmailInput"]},ResolverInputTypes["ConfirmationResponse"]], +syncCoSoul?: [{ payload: ResolverInputTypes["SyncCoSoulInput"]},ResolverInputTypes["SyncCoSoulOutput"]], + /** syncKeys */ + syncKeys?:ResolverInputTypes["ConfirmationResponse"], updateAllocations?: [{ payload: ResolverInputTypes["Allocations"]},ResolverInputTypes["AllocationsResponse"]], updateCircle?: [{ payload: ResolverInputTypes["UpdateCircleInput"]},ResolverInputTypes["UpdateCircleOutput"]], +updateCircleStartingGive?: [{ payload: ResolverInputTypes["UpdateCircleStartingGiveInput"]},ResolverInputTypes["ConfirmationResponse"]], updateContribution?: [{ payload: ResolverInputTypes["UpdateContributionInput"]},ResolverInputTypes["UpdateContributionResponse"]], updateEpoch?: [{ payload: ResolverInputTypes["UpdateEpochInput"]},ResolverInputTypes["EpochResponse"]], -updateEpochOld?: [{ payload: ResolverInputTypes["UpdateEpochOldInput"]},ResolverInputTypes["EpochResponse"]], updateProfile?: [{ payload: ResolverInputTypes["UpdateProfileInput"]},ResolverInputTypes["UpdateProfileResponse"]], + /** updateRepScore */ + updateRepScore?:ResolverInputTypes["ConfirmationResponse"], updateTeammates?: [{ payload: ResolverInputTypes["UpdateTeammatesInput"]},ResolverInputTypes["UpdateTeammatesResponse"]], updateUser?: [{ payload: ResolverInputTypes["UpdateUserInput"]},ResolverInputTypes["UserResponse"]], update_activities?: [{ /** increments the numeric columns with given value of the filtered values */ @@ -23948,6 +32047,13 @@ update_activities_by_pk?: [{ /** increments the numeric columns with given value _set?: ResolverInputTypes["activities_set_input"] | undefined | null, pk_columns: ResolverInputTypes["activities_pk_columns_input"]},ResolverInputTypes["activities"]], update_activities_many?: [{ /** updates to execute, in order */ updates: Array},ResolverInputTypes["activities_mutation_response"]], +update_address_data_fetches?: [{ /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["address_data_fetches_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["address_data_fetches_bool_exp"]},ResolverInputTypes["address_data_fetches_mutation_response"]], +update_address_data_fetches_by_pk?: [{ /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["address_data_fetches_set_input"] | undefined | null, pk_columns: ResolverInputTypes["address_data_fetches_pk_columns_input"]},ResolverInputTypes["address_data_fetches"]], +update_address_data_fetches_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["address_data_fetches_mutation_response"]], update_burns?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ResolverInputTypes["burns_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ _set?: ResolverInputTypes["burns_set_input"] | undefined | null, /** filter the rows which have to be updated */ @@ -24026,6 +32132,15 @@ update_contributions_by_pk?: [{ /** increments the numeric columns with given va _set?: ResolverInputTypes["contributions_set_input"] | undefined | null, pk_columns: ResolverInputTypes["contributions_pk_columns_input"]},ResolverInputTypes["contributions"]], update_contributions_many?: [{ /** updates to execute, in order */ updates: Array},ResolverInputTypes["contributions_mutation_response"]], +update_cosouls?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["cosouls_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["cosouls_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["cosouls_bool_exp"]},ResolverInputTypes["cosouls_mutation_response"]], +update_cosouls_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["cosouls_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["cosouls_set_input"] | undefined | null, pk_columns: ResolverInputTypes["cosouls_pk_columns_input"]},ResolverInputTypes["cosouls"]], +update_cosouls_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["cosouls_mutation_response"]], update_discord_circle_api_tokens?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ResolverInputTypes["discord_circle_api_tokens_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ _set?: ResolverInputTypes["discord_circle_api_tokens_set_input"] | undefined | null, /** filter the rows which have to be updated */ @@ -24054,6 +32169,15 @@ update_discord_roles_circles_by_pk?: [{ /** append existing jsonb value of filte _set?: ResolverInputTypes["discord_roles_circles_set_input"] | undefined | null, pk_columns: ResolverInputTypes["discord_roles_circles_pk_columns_input"]},ResolverInputTypes["discord_roles_circles"]], update_discord_roles_circles_many?: [{ /** updates to execute, in order */ updates: Array},ResolverInputTypes["discord_roles_circles_mutation_response"]], +update_discord_user_api_tokens?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["discord_user_api_tokens_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["discord_user_api_tokens_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["discord_user_api_tokens_bool_exp"]},ResolverInputTypes["discord_user_api_tokens_mutation_response"]], +update_discord_user_api_tokens_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["discord_user_api_tokens_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["discord_user_api_tokens_set_input"] | undefined | null, pk_columns: ResolverInputTypes["discord_user_api_tokens_pk_columns_input"]},ResolverInputTypes["discord_user_api_tokens"]], +update_discord_user_api_tokens_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["discord_user_api_tokens_mutation_response"]], update_discord_users?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ResolverInputTypes["discord_users_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ _set?: ResolverInputTypes["discord_users_set_input"] | undefined | null, /** filter the rows which have to be updated */ @@ -24082,6 +32206,15 @@ update_distributions_by_pk?: [{ /** append existing jsonb value of filtered colu _set?: ResolverInputTypes["distributions_set_input"] | undefined | null, pk_columns: ResolverInputTypes["distributions_pk_columns_input"]},ResolverInputTypes["distributions"]], update_distributions_many?: [{ /** updates to execute, in order */ updates: Array},ResolverInputTypes["distributions_mutation_response"]], +update_emails?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["emails_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["emails_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["emails_bool_exp"]},ResolverInputTypes["emails_mutation_response"]], +update_emails_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["emails_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["emails_set_input"] | undefined | null, pk_columns: ResolverInputTypes["emails_pk_columns_input"]},ResolverInputTypes["emails"]], +update_emails_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["emails_mutation_response"]], update_epoch_pgive_data?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ResolverInputTypes["epoch_pgive_data_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ _set?: ResolverInputTypes["epoch_pgive_data_set_input"] | undefined | null, /** filter the rows which have to be updated */ @@ -24144,6 +32277,24 @@ update_interaction_events_by_pk?: [{ /** append existing jsonb value of filtered _set?: ResolverInputTypes["interaction_events_set_input"] | undefined | null, pk_columns: ResolverInputTypes["interaction_events_pk_columns_input"]},ResolverInputTypes["interaction_events"]], update_interaction_events_many?: [{ /** updates to execute, in order */ updates: Array},ResolverInputTypes["interaction_events_mutation_response"]], +update_key_holders?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["key_holders_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["key_holders_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["key_holders_bool_exp"]},ResolverInputTypes["key_holders_mutation_response"]], +update_key_holders_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["key_holders_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["key_holders_set_input"] | undefined | null, pk_columns: ResolverInputTypes["key_holders_pk_columns_input"]},ResolverInputTypes["key_holders"]], +update_key_holders_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["key_holders_mutation_response"]], +update_key_tx?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["key_tx_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["key_tx_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["key_tx_bool_exp"]},ResolverInputTypes["key_tx_mutation_response"]], +update_key_tx_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["key_tx_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["key_tx_set_input"] | undefined | null, pk_columns: ResolverInputTypes["key_tx_pk_columns_input"]},ResolverInputTypes["key_tx"]], +update_key_tx_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["key_tx_mutation_response"]], update_locked_token_distribution_gifts?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ResolverInputTypes["locked_token_distribution_gifts_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ _set?: ResolverInputTypes["locked_token_distribution_gifts_set_input"] | undefined | null, /** filter the rows which have to be updated */ @@ -24189,6 +32340,15 @@ update_org_members_by_pk?: [{ /** increments the numeric columns with given valu _set?: ResolverInputTypes["org_members_set_input"] | undefined | null, pk_columns: ResolverInputTypes["org_members_pk_columns_input"]},ResolverInputTypes["org_members"]], update_org_members_many?: [{ /** updates to execute, in order */ updates: Array},ResolverInputTypes["org_members_mutation_response"]], +update_org_share_tokens?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["org_share_tokens_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["org_share_tokens_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["org_share_tokens_bool_exp"]},ResolverInputTypes["org_share_tokens_mutation_response"]], +update_org_share_tokens_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["org_share_tokens_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["org_share_tokens_set_input"] | undefined | null, pk_columns: ResolverInputTypes["org_share_tokens_pk_columns_input"]},ResolverInputTypes["org_share_tokens"]], +update_org_share_tokens_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["org_share_tokens_mutation_response"]], update_organizations?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ResolverInputTypes["organizations_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ _set?: ResolverInputTypes["organizations_set_input"] | undefined | null, /** filter the rows which have to be updated */ @@ -24231,6 +32391,33 @@ update_personal_access_tokens_by_pk?: [{ /** increments the numeric columns with _set?: ResolverInputTypes["personal_access_tokens_set_input"] | undefined | null, pk_columns: ResolverInputTypes["personal_access_tokens_pk_columns_input"]},ResolverInputTypes["personal_access_tokens"]], update_personal_access_tokens_many?: [{ /** updates to execute, in order */ updates: Array},ResolverInputTypes["personal_access_tokens_mutation_response"]], +update_poap_events?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["poap_events_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["poap_events_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["poap_events_bool_exp"]},ResolverInputTypes["poap_events_mutation_response"]], +update_poap_events_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["poap_events_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["poap_events_set_input"] | undefined | null, pk_columns: ResolverInputTypes["poap_events_pk_columns_input"]},ResolverInputTypes["poap_events"]], +update_poap_events_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["poap_events_mutation_response"]], +update_poap_holders?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["poap_holders_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["poap_holders_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["poap_holders_bool_exp"]},ResolverInputTypes["poap_holders_mutation_response"]], +update_poap_holders_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["poap_holders_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["poap_holders_set_input"] | undefined | null, pk_columns: ResolverInputTypes["poap_holders_pk_columns_input"]},ResolverInputTypes["poap_holders"]], +update_poap_holders_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["poap_holders_mutation_response"]], +update_private_stream_visibility?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["private_stream_visibility_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["private_stream_visibility_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["private_stream_visibility_bool_exp"]},ResolverInputTypes["private_stream_visibility_mutation_response"]], +update_private_stream_visibility_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["private_stream_visibility_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["private_stream_visibility_set_input"] | undefined | null, pk_columns: ResolverInputTypes["private_stream_visibility_pk_columns_input"]},ResolverInputTypes["private_stream_visibility"]], +update_private_stream_visibility_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["private_stream_visibility_mutation_response"]], update_profiles?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ResolverInputTypes["profiles_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ _set?: ResolverInputTypes["profiles_set_input"] | undefined | null, /** filter the rows which have to be updated */ @@ -24240,6 +32427,30 @@ update_profiles_by_pk?: [{ /** increments the numeric columns with given value o _set?: ResolverInputTypes["profiles_set_input"] | undefined | null, pk_columns: ResolverInputTypes["profiles_pk_columns_input"]},ResolverInputTypes["profiles"]], update_profiles_many?: [{ /** updates to execute, in order */ updates: Array},ResolverInputTypes["profiles_mutation_response"]], +update_profiles_public?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["profiles_public_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["profiles_public_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["profiles_public_bool_exp"]},ResolverInputTypes["profiles_public_mutation_response"]], +update_profiles_public_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["profiles_public_mutation_response"]], +update_reactions?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["reactions_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["reactions_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["reactions_bool_exp"]},ResolverInputTypes["reactions_mutation_response"]], +update_reactions_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["reactions_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["reactions_set_input"] | undefined | null, pk_columns: ResolverInputTypes["reactions_pk_columns_input"]},ResolverInputTypes["reactions"]], +update_reactions_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["reactions_mutation_response"]], +update_reputation_scores?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["reputation_scores_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["reputation_scores_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["reputation_scores_bool_exp"]},ResolverInputTypes["reputation_scores_mutation_response"]], +update_reputation_scores_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["reputation_scores_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["reputation_scores_set_input"] | undefined | null, pk_columns: ResolverInputTypes["reputation_scores_pk_columns_input"]},ResolverInputTypes["reputation_scores"]], +update_reputation_scores_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["reputation_scores_mutation_response"]], update_teammates?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ResolverInputTypes["teammates_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ _set?: ResolverInputTypes["teammates_set_input"] | undefined | null, /** filter the rows which have to be updated */ @@ -24258,6 +32469,15 @@ update_token_gifts_by_pk?: [{ /** increments the numeric columns with given valu _set?: ResolverInputTypes["token_gifts_set_input"] | undefined | null, pk_columns: ResolverInputTypes["token_gifts_pk_columns_input"]},ResolverInputTypes["token_gifts"]], update_token_gifts_many?: [{ /** updates to execute, in order */ updates: Array},ResolverInputTypes["token_gifts_mutation_response"]], +update_twitter_account?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["twitter_account_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["twitter_account_set_input"] | undefined | null, /** filter the rows which have to be updated */ + where: ResolverInputTypes["twitter_account_bool_exp"]},ResolverInputTypes["twitter_account_mutation_response"]], +update_twitter_account_by_pk?: [{ /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["twitter_account_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["twitter_account_set_input"] | undefined | null, pk_columns: ResolverInputTypes["twitter_account_pk_columns_input"]},ResolverInputTypes["twitter_account"]], +update_twitter_account_many?: [{ /** updates to execute, in order */ + updates: Array},ResolverInputTypes["twitter_account_mutation_response"]], update_users?: [{ /** increments the numeric columns with given value of the filtered values */ _inc?: ResolverInputTypes["users_inc_input"] | undefined | null, /** sets the columns of the filtered rows to the given values */ _set?: ResolverInputTypes["users_set_input"] | undefined | null, /** filter the rows which have to be updated */ @@ -24753,6 +32973,120 @@ count?: [{ columns?: Array | undef user_id?: ResolverInputTypes["order_by"] | undefined | null, vouches_required?: ResolverInputTypes["order_by"] | undefined | null }; + /** columns and relationships of "note_count" */ +["note_count"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "note_count" */ +["note_count_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["note_count_aggregate_fields"], + nodes?:ResolverInputTypes["note_count"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "note_count" */ +["note_count_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["note_count_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["note_count_max_fields"], + min?:ResolverInputTypes["note_count_min_fields"], + stddev?:ResolverInputTypes["note_count_stddev_fields"], + stddev_pop?:ResolverInputTypes["note_count_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["note_count_stddev_samp_fields"], + sum?:ResolverInputTypes["note_count_sum_fields"], + var_pop?:ResolverInputTypes["note_count_var_pop_fields"], + var_samp?:ResolverInputTypes["note_count_var_samp_fields"], + variance?:ResolverInputTypes["note_count_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["note_count_avg_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "note_count". All fields are combined with a logical 'AND'. */ +["note_count_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["note_count_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + notes?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + profile_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null +}; + /** aggregate max on columns */ +["note_count_max_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["note_count_min_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Ordering options when selecting data from "note_count". */ +["note_count_order_by"]: { + notes?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** select columns of table "note_count" */ +["note_count_select_column"]:note_count_select_column; + /** aggregate stddev on columns */ +["note_count_stddev_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["note_count_stddev_pop_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["note_count_stddev_samp_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "note_count" */ +["note_count_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["note_count_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["note_count_stream_cursor_value_input"]: { + notes?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null +}; + /** aggregate sum on columns */ +["note_count_sum_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_pop on columns */ +["note_count_var_pop_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["note_count_var_samp_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["note_count_variance_fields"]: AliasType<{ + notes?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; ["numeric"]:unknown; /** Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. */ ["numeric_comparison_exp"]: { @@ -24772,6 +33106,8 @@ count?: [{ columns?: Array | undef ["org_members"]: AliasType<{ created_at?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, + entrance?:boolean | `@${string}`, + hidden?:boolean | `@${string}`, id?:boolean | `@${string}`, org_id?:boolean | `@${string}`, /** An object relationship */ @@ -24790,7 +33126,21 @@ count?: [{ columns?: Array | undef __typename?: boolean | `@${string}` }>; ["org_members_aggregate_bool_exp"]: { + bool_and?: ResolverInputTypes["org_members_aggregate_bool_exp_bool_and"] | undefined | null, + bool_or?: ResolverInputTypes["org_members_aggregate_bool_exp_bool_or"] | undefined | null, count?: ResolverInputTypes["org_members_aggregate_bool_exp_count"] | undefined | null +}; + ["org_members_aggregate_bool_exp_bool_and"]: { + arguments: ResolverInputTypes["org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["org_members_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Boolean_comparison_exp"] +}; + ["org_members_aggregate_bool_exp_bool_or"]: { + arguments: ResolverInputTypes["org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["org_members_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Boolean_comparison_exp"] }; ["org_members_aggregate_bool_exp_count"]: { arguments?: Array | undefined | null, @@ -24855,6 +33205,8 @@ count?: [{ columns?: Array | un _or?: Array | undefined | null, created_at?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null, deleted_at?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null, + entrance?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + hidden?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, org_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, organization?: ResolverInputTypes["organizations_bool_exp"] | undefined | null, @@ -24876,6 +33228,8 @@ count?: [{ columns?: Array | un ["org_members_insert_input"]: { created_at?: ResolverInputTypes["timestamp"] | undefined | null, deleted_at?: ResolverInputTypes["timestamp"] | undefined | null, + entrance?: string | undefined | null, + hidden?: boolean | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, org_id?: ResolverInputTypes["bigint"] | undefined | null, organization?: ResolverInputTypes["organizations_obj_rel_insert_input"] | undefined | null, @@ -24888,6 +33242,7 @@ count?: [{ columns?: Array | un ["org_members_max_fields"]: AliasType<{ created_at?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, + entrance?:boolean | `@${string}`, id?:boolean | `@${string}`, org_id?:boolean | `@${string}`, profile_id?:boolean | `@${string}`, @@ -24899,6 +33254,7 @@ count?: [{ columns?: Array | un ["org_members_max_order_by"]: { created_at?: ResolverInputTypes["order_by"] | undefined | null, deleted_at?: ResolverInputTypes["order_by"] | undefined | null, + entrance?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, org_id?: ResolverInputTypes["order_by"] | undefined | null, profile_id?: ResolverInputTypes["order_by"] | undefined | null, @@ -24909,6 +33265,7 @@ count?: [{ columns?: Array | un ["org_members_min_fields"]: AliasType<{ created_at?:boolean | `@${string}`, deleted_at?:boolean | `@${string}`, + entrance?:boolean | `@${string}`, id?:boolean | `@${string}`, org_id?:boolean | `@${string}`, profile_id?:boolean | `@${string}`, @@ -24920,6 +33277,7 @@ count?: [{ columns?: Array | un ["org_members_min_order_by"]: { created_at?: ResolverInputTypes["order_by"] | undefined | null, deleted_at?: ResolverInputTypes["order_by"] | undefined | null, + entrance?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, org_id?: ResolverInputTypes["order_by"] | undefined | null, profile_id?: ResolverInputTypes["order_by"] | undefined | null, @@ -24944,6 +33302,8 @@ count?: [{ columns?: Array | un ["org_members_order_by"]: { created_at?: ResolverInputTypes["order_by"] | undefined | null, deleted_at?: ResolverInputTypes["order_by"] | undefined | null, + entrance?: ResolverInputTypes["order_by"] | undefined | null, + hidden?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, org_id?: ResolverInputTypes["order_by"] | undefined | null, organization?: ResolverInputTypes["organizations_order_by"] | undefined | null, @@ -24958,10 +33318,16 @@ count?: [{ columns?: Array | un }; /** select columns of table "org_members" */ ["org_members_select_column"]:org_members_select_column; + /** select "org_members_aggregate_bool_exp_bool_and_arguments_columns" columns of table "org_members" */ +["org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns"]:org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns; + /** select "org_members_aggregate_bool_exp_bool_or_arguments_columns" columns of table "org_members" */ +["org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns"]:org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "org_members" */ ["org_members_set_input"]: { created_at?: ResolverInputTypes["timestamp"] | undefined | null, deleted_at?: ResolverInputTypes["timestamp"] | undefined | null, + entrance?: string | undefined | null, + hidden?: boolean | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, org_id?: ResolverInputTypes["bigint"] | undefined | null, profile_id?: ResolverInputTypes["bigint"] | undefined | null, @@ -25024,6 +33390,8 @@ count?: [{ columns?: Array | un ["org_members_stream_cursor_value_input"]: { created_at?: ResolverInputTypes["timestamp"] | undefined | null, deleted_at?: ResolverInputTypes["timestamp"] | undefined | null, + entrance?: string | undefined | null, + hidden?: boolean | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, org_id?: ResolverInputTypes["bigint"] | undefined | null, profile_id?: ResolverInputTypes["bigint"] | undefined | null, @@ -25100,6 +33468,195 @@ count?: [{ columns?: Array | un profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null }; + /** columns and relationships of "org_share_tokens" */ +["org_share_tokens"]: AliasType<{ + created_at?:boolean | `@${string}`, + org_id?:boolean | `@${string}`, + /** An object relationship */ + organization?:ResolverInputTypes["organizations"], + type?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + uuid?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "org_share_tokens" */ +["org_share_tokens_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["org_share_tokens_aggregate_fields"], + nodes?:ResolverInputTypes["org_share_tokens"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "org_share_tokens" */ +["org_share_tokens_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["org_share_tokens_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["org_share_tokens_max_fields"], + min?:ResolverInputTypes["org_share_tokens_min_fields"], + stddev?:ResolverInputTypes["org_share_tokens_stddev_fields"], + stddev_pop?:ResolverInputTypes["org_share_tokens_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["org_share_tokens_stddev_samp_fields"], + sum?:ResolverInputTypes["org_share_tokens_sum_fields"], + var_pop?:ResolverInputTypes["org_share_tokens_var_pop_fields"], + var_samp?:ResolverInputTypes["org_share_tokens_var_samp_fields"], + variance?:ResolverInputTypes["org_share_tokens_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["org_share_tokens_avg_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "org_share_tokens". All fields are combined with a logical 'AND'. */ +["org_share_tokens_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["org_share_tokens_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + org_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + organization?: ResolverInputTypes["organizations_bool_exp"] | undefined | null, + type?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + uuid?: ResolverInputTypes["uuid_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "org_share_tokens" */ +["org_share_tokens_constraint"]:org_share_tokens_constraint; + /** input type for incrementing numeric columns in table "org_share_tokens" */ +["org_share_tokens_inc_input"]: { + org_id?: ResolverInputTypes["bigint"] | undefined | null, + type?: number | undefined | null +}; + /** input type for inserting data into table "org_share_tokens" */ +["org_share_tokens_insert_input"]: { + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + org_id?: ResolverInputTypes["bigint"] | undefined | null, + organization?: ResolverInputTypes["organizations_obj_rel_insert_input"] | undefined | null, + type?: number | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, + uuid?: ResolverInputTypes["uuid"] | undefined | null +}; + /** aggregate max on columns */ +["org_share_tokens_max_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + uuid?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["org_share_tokens_min_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + uuid?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "org_share_tokens" */ +["org_share_tokens_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["org_share_tokens"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "org_share_tokens" */ +["org_share_tokens_on_conflict"]: { + constraint: ResolverInputTypes["org_share_tokens_constraint"], + update_columns: Array, + where?: ResolverInputTypes["org_share_tokens_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "org_share_tokens". */ +["org_share_tokens_order_by"]: { + created_at?: ResolverInputTypes["order_by"] | undefined | null, + org_id?: ResolverInputTypes["order_by"] | undefined | null, + organization?: ResolverInputTypes["organizations_order_by"] | undefined | null, + type?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null, + uuid?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: org_share_tokens */ +["org_share_tokens_pk_columns_input"]: { + org_id: ResolverInputTypes["bigint"], + type: number +}; + /** select columns of table "org_share_tokens" */ +["org_share_tokens_select_column"]:org_share_tokens_select_column; + /** input type for updating data in table "org_share_tokens" */ +["org_share_tokens_set_input"]: { + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + org_id?: ResolverInputTypes["bigint"] | undefined | null, + type?: number | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, + uuid?: ResolverInputTypes["uuid"] | undefined | null +}; + /** aggregate stddev on columns */ +["org_share_tokens_stddev_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["org_share_tokens_stddev_pop_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["org_share_tokens_stddev_samp_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "org_share_tokens" */ +["org_share_tokens_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["org_share_tokens_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["org_share_tokens_stream_cursor_value_input"]: { + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + org_id?: ResolverInputTypes["bigint"] | undefined | null, + type?: number | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, + uuid?: ResolverInputTypes["uuid"] | undefined | null +}; + /** aggregate sum on columns */ +["org_share_tokens_sum_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "org_share_tokens" */ +["org_share_tokens_update_column"]:org_share_tokens_update_column; + ["org_share_tokens_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["org_share_tokens_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["org_share_tokens_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["org_share_tokens_bool_exp"] +}; + /** aggregate var_pop on columns */ +["org_share_tokens_var_pop_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["org_share_tokens_var_samp_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["org_share_tokens_variance_fields"]: AliasType<{ + org_id?:boolean | `@${string}`, + type?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** columns and relationships of "organizations" */ ["organizations"]: AliasType<{ circles?: [{ /** distinct select on columns */ @@ -25116,6 +33673,8 @@ circles_aggregate?: [{ /** distinct select on columns */ where?: ResolverInputTypes["circles_bool_exp"] | undefined | null},ResolverInputTypes["circles_aggregate"]], created_at?:boolean | `@${string}`, created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, is_verified?:boolean | `@${string}`, logo?:boolean | `@${string}`, @@ -25176,6 +33735,8 @@ count?: [{ columns?: Array | /** aggregate avg on columns */ ["organizations_avg_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -25188,6 +33749,8 @@ count?: [{ columns?: Array | circles_aggregate?: ResolverInputTypes["circles_aggregate_bool_exp"] | undefined | null, created_at?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null, created_by?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + guild_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + guild_role_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, is_verified?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, logo?: ResolverInputTypes["String_comparison_exp"] | undefined | null, @@ -25206,6 +33769,8 @@ count?: [{ columns?: Array | /** input type for incrementing numeric columns in table "organizations" */ ["organizations_inc_input"]: { created_by?: number | undefined | null, + guild_id?: number | undefined | null, + guild_role_id?: number | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null }; /** input type for inserting data into table "organizations" */ @@ -25213,6 +33778,8 @@ count?: [{ columns?: Array | circles?: ResolverInputTypes["circles_arr_rel_insert_input"] | undefined | null, created_at?: ResolverInputTypes["timestamp"] | undefined | null, created_by?: number | undefined | null, + guild_id?: number | undefined | null, + guild_role_id?: number | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, is_verified?: boolean | undefined | null, logo?: string | undefined | null, @@ -25229,6 +33796,8 @@ count?: [{ columns?: Array | ["organizations_max_fields"]: AliasType<{ created_at?:boolean | `@${string}`, created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, logo?:boolean | `@${string}`, name?:boolean | `@${string}`, @@ -25240,6 +33809,8 @@ count?: [{ columns?: Array | ["organizations_min_fields"]: AliasType<{ created_at?:boolean | `@${string}`, created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, logo?:boolean | `@${string}`, name?:boolean | `@${string}`, @@ -25272,6 +33843,8 @@ count?: [{ columns?: Array | circles_aggregate?: ResolverInputTypes["circles_aggregate_order_by"] | undefined | null, created_at?: ResolverInputTypes["order_by"] | undefined | null, created_by?: ResolverInputTypes["order_by"] | undefined | null, + guild_id?: ResolverInputTypes["order_by"] | undefined | null, + guild_role_id?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, is_verified?: ResolverInputTypes["order_by"] | undefined | null, logo?: ResolverInputTypes["order_by"] | undefined | null, @@ -25293,6 +33866,8 @@ count?: [{ columns?: Array | ["organizations_set_input"]: { created_at?: ResolverInputTypes["timestamp"] | undefined | null, created_by?: number | undefined | null, + guild_id?: number | undefined | null, + guild_role_id?: number | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, is_verified?: boolean | undefined | null, logo?: string | undefined | null, @@ -25305,18 +33880,24 @@ count?: [{ columns?: Array | /** aggregate stddev on columns */ ["organizations_stddev_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** aggregate stddev_pop on columns */ ["organizations_stddev_pop_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** aggregate stddev_samp on columns */ ["organizations_stddev_samp_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -25331,6 +33912,8 @@ count?: [{ columns?: Array | ["organizations_stream_cursor_value_input"]: { created_at?: ResolverInputTypes["timestamp"] | undefined | null, created_by?: number | undefined | null, + guild_id?: number | undefined | null, + guild_role_id?: number | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, is_verified?: boolean | undefined | null, logo?: string | undefined | null, @@ -25343,6 +33926,8 @@ count?: [{ columns?: Array | /** aggregate sum on columns */ ["organizations_sum_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -25359,18 +33944,24 @@ count?: [{ columns?: Array | /** aggregate var_pop on columns */ ["organizations_var_pop_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** aggregate var_samp on columns */ ["organizations_var_samp_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; /** aggregate variance on columns */ ["organizations_variance_fields"]: AliasType<{ created_by?:boolean | `@${string}`, + guild_id?:boolean | `@${string}`, + guild_role_id?:boolean | `@${string}`, id?:boolean | `@${string}`, __typename?: boolean | `@${string}` }>; @@ -26461,9 +35052,891 @@ count?: [{ columns?: Array; + /** Poap event info */ +["poap_events"]: AliasType<{ + city?:boolean | `@${string}`, + country?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + distance?:boolean | `@${string}`, + embedding?:boolean | `@${string}`, + end_date?:boolean | `@${string}`, + event_url?:boolean | `@${string}`, + expiry_date?:boolean | `@${string}`, + fancy_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + image_url?:boolean | `@${string}`, + name?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + start_date?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "poap_events" */ +["poap_events_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["poap_events_aggregate_fields"], + nodes?:ResolverInputTypes["poap_events"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "poap_events" */ +["poap_events_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["poap_events_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["poap_events_max_fields"], + min?:ResolverInputTypes["poap_events_min_fields"], + stddev?:ResolverInputTypes["poap_events_stddev_fields"], + stddev_pop?:ResolverInputTypes["poap_events_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["poap_events_stddev_samp_fields"], + sum?:ResolverInputTypes["poap_events_sum_fields"], + var_pop?:ResolverInputTypes["poap_events_var_pop_fields"], + var_samp?:ResolverInputTypes["poap_events_var_samp_fields"], + variance?:ResolverInputTypes["poap_events_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["poap_events_avg_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "poap_events". All fields are combined with a logical 'AND'. */ +["poap_events_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + city?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + country?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + description?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + distance?: ResolverInputTypes["float8_comparison_exp"] | undefined | null, + embedding?: ResolverInputTypes["vector_comparison_exp"] | undefined | null, + end_date?: ResolverInputTypes["date_comparison_exp"] | undefined | null, + event_url?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + expiry_date?: ResolverInputTypes["date_comparison_exp"] | undefined | null, + fancy_id?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + image_url?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + name?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + poap_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + start_date?: ResolverInputTypes["date_comparison_exp"] | undefined | null, + supply?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + year?: ResolverInputTypes["Int_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "poap_events" */ +["poap_events_constraint"]:poap_events_constraint; + /** input type for incrementing numeric columns in table "poap_events" */ +["poap_events_inc_input"]: { + distance?: ResolverInputTypes["float8"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + poap_id?: number | undefined | null, + supply?: number | undefined | null, + year?: number | undefined | null +}; + /** input type for inserting data into table "poap_events" */ +["poap_events_insert_input"]: { + city?: string | undefined | null, + country?: string | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + description?: string | undefined | null, + distance?: ResolverInputTypes["float8"] | undefined | null, + embedding?: ResolverInputTypes["vector"] | undefined | null, + end_date?: ResolverInputTypes["date"] | undefined | null, + event_url?: string | undefined | null, + expiry_date?: ResolverInputTypes["date"] | undefined | null, + fancy_id?: string | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + image_url?: string | undefined | null, + name?: string | undefined | null, + poap_id?: number | undefined | null, + start_date?: ResolverInputTypes["date"] | undefined | null, + supply?: number | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, + year?: number | undefined | null +}; + /** aggregate max on columns */ +["poap_events_max_fields"]: AliasType<{ + city?:boolean | `@${string}`, + country?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + distance?:boolean | `@${string}`, + end_date?:boolean | `@${string}`, + event_url?:boolean | `@${string}`, + expiry_date?:boolean | `@${string}`, + fancy_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + image_url?:boolean | `@${string}`, + name?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + start_date?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["poap_events_min_fields"]: AliasType<{ + city?:boolean | `@${string}`, + country?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + distance?:boolean | `@${string}`, + end_date?:boolean | `@${string}`, + event_url?:boolean | `@${string}`, + expiry_date?:boolean | `@${string}`, + fancy_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + image_url?:boolean | `@${string}`, + name?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + start_date?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "poap_events" */ +["poap_events_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["poap_events"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "poap_events" */ +["poap_events_on_conflict"]: { + constraint: ResolverInputTypes["poap_events_constraint"], + update_columns: Array, + where?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "poap_events". */ +["poap_events_order_by"]: { + city?: ResolverInputTypes["order_by"] | undefined | null, + country?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + description?: ResolverInputTypes["order_by"] | undefined | null, + distance?: ResolverInputTypes["order_by"] | undefined | null, + embedding?: ResolverInputTypes["order_by"] | undefined | null, + end_date?: ResolverInputTypes["order_by"] | undefined | null, + event_url?: ResolverInputTypes["order_by"] | undefined | null, + expiry_date?: ResolverInputTypes["order_by"] | undefined | null, + fancy_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + image_url?: ResolverInputTypes["order_by"] | undefined | null, + name?: ResolverInputTypes["order_by"] | undefined | null, + poap_id?: ResolverInputTypes["order_by"] | undefined | null, + start_date?: ResolverInputTypes["order_by"] | undefined | null, + supply?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null, + year?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: poap_events */ +["poap_events_pk_columns_input"]: { + id: ResolverInputTypes["bigint"] +}; + /** select columns of table "poap_events" */ +["poap_events_select_column"]:poap_events_select_column; + /** input type for updating data in table "poap_events" */ +["poap_events_set_input"]: { + city?: string | undefined | null, + country?: string | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + description?: string | undefined | null, + distance?: ResolverInputTypes["float8"] | undefined | null, + embedding?: ResolverInputTypes["vector"] | undefined | null, + end_date?: ResolverInputTypes["date"] | undefined | null, + event_url?: string | undefined | null, + expiry_date?: ResolverInputTypes["date"] | undefined | null, + fancy_id?: string | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + image_url?: string | undefined | null, + name?: string | undefined | null, + poap_id?: number | undefined | null, + start_date?: ResolverInputTypes["date"] | undefined | null, + supply?: number | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, + year?: number | undefined | null +}; + /** aggregate stddev on columns */ +["poap_events_stddev_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["poap_events_stddev_pop_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["poap_events_stddev_samp_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "poap_events" */ +["poap_events_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["poap_events_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["poap_events_stream_cursor_value_input"]: { + city?: string | undefined | null, + country?: string | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + description?: string | undefined | null, + distance?: ResolverInputTypes["float8"] | undefined | null, + embedding?: ResolverInputTypes["vector"] | undefined | null, + end_date?: ResolverInputTypes["date"] | undefined | null, + event_url?: string | undefined | null, + expiry_date?: ResolverInputTypes["date"] | undefined | null, + fancy_id?: string | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + image_url?: string | undefined | null, + name?: string | undefined | null, + poap_id?: number | undefined | null, + start_date?: ResolverInputTypes["date"] | undefined | null, + supply?: number | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, + year?: number | undefined | null +}; + /** aggregate sum on columns */ +["poap_events_sum_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "poap_events" */ +["poap_events_update_column"]:poap_events_update_column; + ["poap_events_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["poap_events_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["poap_events_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["poap_events_bool_exp"] +}; + /** aggregate var_pop on columns */ +["poap_events_var_pop_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["poap_events_var_samp_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["poap_events_variance_fields"]: AliasType<{ + distance?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_id?:boolean | `@${string}`, + supply?:boolean | `@${string}`, + year?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** columns and relationships of "poap_holders" */ +["poap_holders"]: AliasType<{ + address?:boolean | `@${string}`, + chain?:boolean | `@${string}`, + /** An object relationship */ + cosoul?:ResolverInputTypes["cosouls"], + created_at?:boolean | `@${string}`, + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_created?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "poap_holders" */ +["poap_holders_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["poap_holders_aggregate_fields"], + nodes?:ResolverInputTypes["poap_holders"], + __typename?: boolean | `@${string}` +}>; + ["poap_holders_aggregate_bool_exp"]: { + count?: ResolverInputTypes["poap_holders_aggregate_bool_exp_count"] | undefined | null +}; + ["poap_holders_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null, + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Int_comparison_exp"] +}; + /** aggregate fields of "poap_holders" */ +["poap_holders_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["poap_holders_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["poap_holders_max_fields"], + min?:ResolverInputTypes["poap_holders_min_fields"], + stddev?:ResolverInputTypes["poap_holders_stddev_fields"], + stddev_pop?:ResolverInputTypes["poap_holders_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["poap_holders_stddev_samp_fields"], + sum?:ResolverInputTypes["poap_holders_sum_fields"], + var_pop?:ResolverInputTypes["poap_holders_var_pop_fields"], + var_samp?:ResolverInputTypes["poap_holders_var_samp_fields"], + variance?:ResolverInputTypes["poap_holders_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** order by aggregate values of table "poap_holders" */ +["poap_holders_aggregate_order_by"]: { + avg?: ResolverInputTypes["poap_holders_avg_order_by"] | undefined | null, + count?: ResolverInputTypes["order_by"] | undefined | null, + max?: ResolverInputTypes["poap_holders_max_order_by"] | undefined | null, + min?: ResolverInputTypes["poap_holders_min_order_by"] | undefined | null, + stddev?: ResolverInputTypes["poap_holders_stddev_order_by"] | undefined | null, + stddev_pop?: ResolverInputTypes["poap_holders_stddev_pop_order_by"] | undefined | null, + stddev_samp?: ResolverInputTypes["poap_holders_stddev_samp_order_by"] | undefined | null, + sum?: ResolverInputTypes["poap_holders_sum_order_by"] | undefined | null, + var_pop?: ResolverInputTypes["poap_holders_var_pop_order_by"] | undefined | null, + var_samp?: ResolverInputTypes["poap_holders_var_samp_order_by"] | undefined | null, + variance?: ResolverInputTypes["poap_holders_variance_order_by"] | undefined | null +}; + /** input type for inserting array relation for remote table "poap_holders" */ +["poap_holders_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ResolverInputTypes["poap_holders_on_conflict"] | undefined | null +}; + /** aggregate avg on columns */ +["poap_holders_avg_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by avg() on columns of table "poap_holders" */ +["poap_holders_avg_order_by"]: { + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Boolean expression to filter rows from the table "poap_holders". All fields are combined with a logical 'AND'. */ +["poap_holders_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + address?: ResolverInputTypes["citext_comparison_exp"] | undefined | null, + chain?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + cosoul?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + event_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + poap_created?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + token_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "poap_holders" */ +["poap_holders_constraint"]:poap_holders_constraint; + /** input type for incrementing numeric columns in table "poap_holders" */ +["poap_holders_inc_input"]: { + event_id?: ResolverInputTypes["bigint"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + token_id?: ResolverInputTypes["bigint"] | undefined | null +}; + /** input type for inserting data into table "poap_holders" */ +["poap_holders_insert_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + chain?: string | undefined | null, + cosoul?: ResolverInputTypes["cosouls_obj_rel_insert_input"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + event_id?: ResolverInputTypes["bigint"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + poap_created?: ResolverInputTypes["timestamptz"] | undefined | null, + token_id?: ResolverInputTypes["bigint"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate max on columns */ +["poap_holders_max_fields"]: AliasType<{ + address?:boolean | `@${string}`, + chain?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_created?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by max() on columns of table "poap_holders" */ +["poap_holders_max_order_by"]: { + address?: ResolverInputTypes["order_by"] | undefined | null, + chain?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + poap_created?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate min on columns */ +["poap_holders_min_fields"]: AliasType<{ + address?:boolean | `@${string}`, + chain?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + poap_created?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by min() on columns of table "poap_holders" */ +["poap_holders_min_order_by"]: { + address?: ResolverInputTypes["order_by"] | undefined | null, + chain?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + poap_created?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** response of any mutation on the table "poap_holders" */ +["poap_holders_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["poap_holders"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "poap_holders" */ +["poap_holders_on_conflict"]: { + constraint: ResolverInputTypes["poap_holders_constraint"], + update_columns: Array, + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "poap_holders". */ +["poap_holders_order_by"]: { + address?: ResolverInputTypes["order_by"] | undefined | null, + chain?: ResolverInputTypes["order_by"] | undefined | null, + cosoul?: ResolverInputTypes["cosouls_order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + poap_created?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: poap_holders */ +["poap_holders_pk_columns_input"]: { + id: ResolverInputTypes["bigint"] +}; + /** select columns of table "poap_holders" */ +["poap_holders_select_column"]:poap_holders_select_column; + /** input type for updating data in table "poap_holders" */ +["poap_holders_set_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + chain?: string | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + event_id?: ResolverInputTypes["bigint"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + poap_created?: ResolverInputTypes["timestamptz"] | undefined | null, + token_id?: ResolverInputTypes["bigint"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate stddev on columns */ +["poap_holders_stddev_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev() on columns of table "poap_holders" */ +["poap_holders_stddev_order_by"]: { + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate stddev_pop on columns */ +["poap_holders_stddev_pop_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_pop() on columns of table "poap_holders" */ +["poap_holders_stddev_pop_order_by"]: { + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate stddev_samp on columns */ +["poap_holders_stddev_samp_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_samp() on columns of table "poap_holders" */ +["poap_holders_stddev_samp_order_by"]: { + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Streaming cursor of the table "poap_holders" */ +["poap_holders_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["poap_holders_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["poap_holders_stream_cursor_value_input"]: { + address?: ResolverInputTypes["citext"] | undefined | null, + chain?: string | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + event_id?: ResolverInputTypes["bigint"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + poap_created?: ResolverInputTypes["timestamptz"] | undefined | null, + token_id?: ResolverInputTypes["bigint"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate sum on columns */ +["poap_holders_sum_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by sum() on columns of table "poap_holders" */ +["poap_holders_sum_order_by"]: { + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** update columns of table "poap_holders" */ +["poap_holders_update_column"]:poap_holders_update_column; + ["poap_holders_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["poap_holders_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["poap_holders_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["poap_holders_bool_exp"] +}; + /** aggregate var_pop on columns */ +["poap_holders_var_pop_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_pop() on columns of table "poap_holders" */ +["poap_holders_var_pop_order_by"]: { + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate var_samp on columns */ +["poap_holders_var_samp_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_samp() on columns of table "poap_holders" */ +["poap_holders_var_samp_order_by"]: { + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate variance on columns */ +["poap_holders_variance_fields"]: AliasType<{ + event_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + token_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by variance() on columns of table "poap_holders" */ +["poap_holders_variance_order_by"]: { + event_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + token_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** columns and relationships of "private_stream_visibility" */ +["private_stream_visibility"]: AliasType<{ + created_at?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "private_stream_visibility" */ +["private_stream_visibility_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["private_stream_visibility_aggregate_fields"], + nodes?:ResolverInputTypes["private_stream_visibility"], + __typename?: boolean | `@${string}` +}>; + ["private_stream_visibility_aggregate_bool_exp"]: { + count?: ResolverInputTypes["private_stream_visibility_aggregate_bool_exp_count"] | undefined | null +}; + ["private_stream_visibility_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null, + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Int_comparison_exp"] +}; + /** aggregate fields of "private_stream_visibility" */ +["private_stream_visibility_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["private_stream_visibility_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["private_stream_visibility_max_fields"], + min?:ResolverInputTypes["private_stream_visibility_min_fields"], + stddev?:ResolverInputTypes["private_stream_visibility_stddev_fields"], + stddev_pop?:ResolverInputTypes["private_stream_visibility_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["private_stream_visibility_stddev_samp_fields"], + sum?:ResolverInputTypes["private_stream_visibility_sum_fields"], + var_pop?:ResolverInputTypes["private_stream_visibility_var_pop_fields"], + var_samp?:ResolverInputTypes["private_stream_visibility_var_samp_fields"], + variance?:ResolverInputTypes["private_stream_visibility_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** order by aggregate values of table "private_stream_visibility" */ +["private_stream_visibility_aggregate_order_by"]: { + avg?: ResolverInputTypes["private_stream_visibility_avg_order_by"] | undefined | null, + count?: ResolverInputTypes["order_by"] | undefined | null, + max?: ResolverInputTypes["private_stream_visibility_max_order_by"] | undefined | null, + min?: ResolverInputTypes["private_stream_visibility_min_order_by"] | undefined | null, + stddev?: ResolverInputTypes["private_stream_visibility_stddev_order_by"] | undefined | null, + stddev_pop?: ResolverInputTypes["private_stream_visibility_stddev_pop_order_by"] | undefined | null, + stddev_samp?: ResolverInputTypes["private_stream_visibility_stddev_samp_order_by"] | undefined | null, + sum?: ResolverInputTypes["private_stream_visibility_sum_order_by"] | undefined | null, + var_pop?: ResolverInputTypes["private_stream_visibility_var_pop_order_by"] | undefined | null, + var_samp?: ResolverInputTypes["private_stream_visibility_var_samp_order_by"] | undefined | null, + variance?: ResolverInputTypes["private_stream_visibility_variance_order_by"] | undefined | null +}; + /** input type for inserting array relation for remote table "private_stream_visibility" */ +["private_stream_visibility_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ResolverInputTypes["private_stream_visibility_on_conflict"] | undefined | null +}; + /** aggregate avg on columns */ +["private_stream_visibility_avg_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by avg() on columns of table "private_stream_visibility" */ +["private_stream_visibility_avg_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Boolean expression to filter rows from the table "private_stream_visibility". All fields are combined with a logical 'AND'. */ +["private_stream_visibility_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + profile_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + view_profile_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "private_stream_visibility" */ +["private_stream_visibility_constraint"]:private_stream_visibility_constraint; + /** input type for incrementing numeric columns in table "private_stream_visibility" */ +["private_stream_visibility_inc_input"]: { + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + view_profile_id?: ResolverInputTypes["bigint"] | undefined | null +}; + /** input type for inserting data into table "private_stream_visibility" */ +["private_stream_visibility_insert_input"]: { + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + view_profile_id?: ResolverInputTypes["bigint"] | undefined | null +}; + /** aggregate max on columns */ +["private_stream_visibility_max_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by max() on columns of table "private_stream_visibility" */ +["private_stream_visibility_max_order_by"]: { + created_at?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate min on columns */ +["private_stream_visibility_min_fields"]: AliasType<{ + created_at?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by min() on columns of table "private_stream_visibility" */ +["private_stream_visibility_min_order_by"]: { + created_at?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** response of any mutation on the table "private_stream_visibility" */ +["private_stream_visibility_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["private_stream_visibility"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "private_stream_visibility" */ +["private_stream_visibility_on_conflict"]: { + constraint: ResolverInputTypes["private_stream_visibility_constraint"], + update_columns: Array, + where?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "private_stream_visibility". */ +["private_stream_visibility_order_by"]: { + created_at?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: private_stream_visibility */ +["private_stream_visibility_pk_columns_input"]: { + profile_id: ResolverInputTypes["bigint"], + view_profile_id: ResolverInputTypes["bigint"] +}; + /** select columns of table "private_stream_visibility" */ +["private_stream_visibility_select_column"]:private_stream_visibility_select_column; + /** input type for updating data in table "private_stream_visibility" */ +["private_stream_visibility_set_input"]: { + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + view_profile_id?: ResolverInputTypes["bigint"] | undefined | null +}; + /** aggregate stddev on columns */ +["private_stream_visibility_stddev_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate stddev_pop on columns */ +["private_stream_visibility_stddev_pop_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_pop() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_pop_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate stddev_samp on columns */ +["private_stream_visibility_stddev_samp_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_samp() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_samp_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Streaming cursor of the table "private_stream_visibility" */ +["private_stream_visibility_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["private_stream_visibility_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["private_stream_visibility_stream_cursor_value_input"]: { + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + view_profile_id?: ResolverInputTypes["bigint"] | undefined | null +}; + /** aggregate sum on columns */ +["private_stream_visibility_sum_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by sum() on columns of table "private_stream_visibility" */ +["private_stream_visibility_sum_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** update columns of table "private_stream_visibility" */ +["private_stream_visibility_update_column"]:private_stream_visibility_update_column; + ["private_stream_visibility_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["private_stream_visibility_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["private_stream_visibility_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["private_stream_visibility_bool_exp"] +}; + /** aggregate var_pop on columns */ +["private_stream_visibility_var_pop_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_pop() on columns of table "private_stream_visibility" */ +["private_stream_visibility_var_pop_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate var_samp on columns */ +["private_stream_visibility_var_samp_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_samp() on columns of table "private_stream_visibility" */ +["private_stream_visibility_var_samp_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate variance on columns */ +["private_stream_visibility_variance_fields"]: AliasType<{ + profile_id?:boolean | `@${string}`, + view_profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by variance() on columns of table "private_stream_visibility" */ +["private_stream_visibility_variance_order_by"]: { + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + view_profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; /** Coordinape user accounts that can belong to one or many circles via the relationship to the users table */ ["profiles"]: AliasType<{ address?:boolean | `@${string}`, + app_emails?:boolean | `@${string}`, avatar?:boolean | `@${string}`, background?:boolean | `@${string}`, bio?:boolean | `@${string}`, @@ -26481,6 +35954,8 @@ claims_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["claims_bool_exp"] | undefined | null},ResolverInputTypes["claims_aggregate"]], connector?:boolean | `@${string}`, + /** An object relationship */ + cosoul?:ResolverInputTypes["cosouls"], created_at?:boolean | `@${string}`, discord_username?:boolean | `@${string}`, distributions?: [{ /** distinct select on columns */ @@ -26495,6 +35970,18 @@ distributions_aggregate?: [{ /** distinct select on columns */ offset?: number | undefined | null, /** sort the rows by one or more columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["distributions_bool_exp"] | undefined | null},ResolverInputTypes["distributions_aggregate"]], +emails?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["emails_bool_exp"] | undefined | null},ResolverInputTypes["emails"]], +emails_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["emails_bool_exp"] | undefined | null},ResolverInputTypes["emails_aggregate"]], github_username?:boolean | `@${string}`, id?:boolean | `@${string}`, medium_username?:boolean | `@${string}`, @@ -26523,8 +36010,12 @@ org_members_aggregate?: [{ /** distinct select on columns */ offset?: number | undefined | null, /** sort the rows by one or more columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["org_members_bool_exp"] | undefined | null},ResolverInputTypes["org_members_aggregate"]], + product_emails?:boolean | `@${string}`, + /** An object relationship */ + reputation_score?:ResolverInputTypes["reputation_scores"], skills?:boolean | `@${string}`, telegram_username?:boolean | `@${string}`, + tos_agreed_at?:boolean | `@${string}`, twitter_username?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, /** An object relationship */ @@ -26600,6 +36091,7 @@ count?: [{ columns?: Array | undef _not?: ResolverInputTypes["profiles_bool_exp"] | undefined | null, _or?: Array | undefined | null, address?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + app_emails?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, avatar?: ResolverInputTypes["String_comparison_exp"] | undefined | null, background?: ResolverInputTypes["String_comparison_exp"] | undefined | null, bio?: ResolverInputTypes["String_comparison_exp"] | undefined | null, @@ -26607,10 +36099,13 @@ count?: [{ columns?: Array | undef claims?: ResolverInputTypes["claims_bool_exp"] | undefined | null, claims_aggregate?: ResolverInputTypes["claims_aggregate_bool_exp"] | undefined | null, connector?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + cosoul?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null, created_at?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null, discord_username?: ResolverInputTypes["String_comparison_exp"] | undefined | null, distributions?: ResolverInputTypes["distributions_bool_exp"] | undefined | null, distributions_aggregate?: ResolverInputTypes["distributions_aggregate_bool_exp"] | undefined | null, + emails?: ResolverInputTypes["emails_bool_exp"] | undefined | null, + emails_aggregate?: ResolverInputTypes["emails_aggregate_bool_exp"] | undefined | null, github_username?: ResolverInputTypes["String_comparison_exp"] | undefined | null, id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, medium_username?: ResolverInputTypes["String_comparison_exp"] | undefined | null, @@ -26619,8 +36114,11 @@ count?: [{ columns?: Array | undef nominees_aggregate?: ResolverInputTypes["nominees_aggregate_bool_exp"] | undefined | null, org_members?: ResolverInputTypes["org_members_bool_exp"] | undefined | null, org_members_aggregate?: ResolverInputTypes["org_members_aggregate_bool_exp"] | undefined | null, + product_emails?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, + reputation_score?: ResolverInputTypes["reputation_scores_bool_exp"] | undefined | null, skills?: ResolverInputTypes["String_comparison_exp"] | undefined | null, telegram_username?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + tos_agreed_at?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null, twitter_username?: ResolverInputTypes["String_comparison_exp"] | undefined | null, updated_at?: ResolverInputTypes["timestamp_comparison_exp"] | undefined | null, user?: ResolverInputTypes["discord_users_bool_exp"] | undefined | null, @@ -26641,23 +36139,29 @@ count?: [{ columns?: Array | undef /** input type for inserting data into table "profiles" */ ["profiles_insert_input"]: { address?: string | undefined | null, + app_emails?: boolean | undefined | null, avatar?: string | undefined | null, background?: string | undefined | null, bio?: string | undefined | null, chat_id?: string | undefined | null, claims?: ResolverInputTypes["claims_arr_rel_insert_input"] | undefined | null, connector?: string | undefined | null, + cosoul?: ResolverInputTypes["cosouls_obj_rel_insert_input"] | undefined | null, created_at?: ResolverInputTypes["timestamp"] | undefined | null, discord_username?: string | undefined | null, distributions?: ResolverInputTypes["distributions_arr_rel_insert_input"] | undefined | null, + emails?: ResolverInputTypes["emails_arr_rel_insert_input"] | undefined | null, github_username?: string | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, medium_username?: string | undefined | null, name?: ResolverInputTypes["citext"] | undefined | null, nominees?: ResolverInputTypes["nominees_arr_rel_insert_input"] | undefined | null, org_members?: ResolverInputTypes["org_members_arr_rel_insert_input"] | undefined | null, + product_emails?: boolean | undefined | null, + reputation_score?: ResolverInputTypes["reputation_scores_obj_rel_insert_input"] | undefined | null, skills?: string | undefined | null, telegram_username?: string | undefined | null, + tos_agreed_at?: ResolverInputTypes["timestamp"] | undefined | null, twitter_username?: string | undefined | null, updated_at?: ResolverInputTypes["timestamp"] | undefined | null, user?: ResolverInputTypes["discord_users_obj_rel_insert_input"] | undefined | null, @@ -26682,6 +36186,7 @@ count?: [{ columns?: Array | undef name?:boolean | `@${string}`, skills?:boolean | `@${string}`, telegram_username?:boolean | `@${string}`, + tos_agreed_at?:boolean | `@${string}`, twitter_username?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, website?:boolean | `@${string}`, @@ -26703,6 +36208,7 @@ count?: [{ columns?: Array | undef name?:boolean | `@${string}`, skills?:boolean | `@${string}`, telegram_username?:boolean | `@${string}`, + tos_agreed_at?:boolean | `@${string}`, twitter_username?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, website?:boolean | `@${string}`, @@ -26731,23 +36237,29 @@ count?: [{ columns?: Array | undef /** Ordering options when selecting data from "profiles". */ ["profiles_order_by"]: { address?: ResolverInputTypes["order_by"] | undefined | null, + app_emails?: ResolverInputTypes["order_by"] | undefined | null, avatar?: ResolverInputTypes["order_by"] | undefined | null, background?: ResolverInputTypes["order_by"] | undefined | null, bio?: ResolverInputTypes["order_by"] | undefined | null, chat_id?: ResolverInputTypes["order_by"] | undefined | null, claims_aggregate?: ResolverInputTypes["claims_aggregate_order_by"] | undefined | null, connector?: ResolverInputTypes["order_by"] | undefined | null, + cosoul?: ResolverInputTypes["cosouls_order_by"] | undefined | null, created_at?: ResolverInputTypes["order_by"] | undefined | null, discord_username?: ResolverInputTypes["order_by"] | undefined | null, distributions_aggregate?: ResolverInputTypes["distributions_aggregate_order_by"] | undefined | null, + emails_aggregate?: ResolverInputTypes["emails_aggregate_order_by"] | undefined | null, github_username?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, medium_username?: ResolverInputTypes["order_by"] | undefined | null, name?: ResolverInputTypes["order_by"] | undefined | null, nominees_aggregate?: ResolverInputTypes["nominees_aggregate_order_by"] | undefined | null, org_members_aggregate?: ResolverInputTypes["org_members_aggregate_order_by"] | undefined | null, + product_emails?: ResolverInputTypes["order_by"] | undefined | null, + reputation_score?: ResolverInputTypes["reputation_scores_order_by"] | undefined | null, skills?: ResolverInputTypes["order_by"] | undefined | null, telegram_username?: ResolverInputTypes["order_by"] | undefined | null, + tos_agreed_at?: ResolverInputTypes["order_by"] | undefined | null, twitter_username?: ResolverInputTypes["order_by"] | undefined | null, updated_at?: ResolverInputTypes["order_by"] | undefined | null, user?: ResolverInputTypes["discord_users_order_by"] | undefined | null, @@ -26760,11 +36272,178 @@ count?: [{ columns?: Array | undef ["profiles_pk_columns_input"]: { id: ResolverInputTypes["bigint"] }; + /** columns and relationships of "profiles_public" */ +["profiles_public"]: AliasType<{ + address?:boolean | `@${string}`, + avatar?:boolean | `@${string}`, + /** An object relationship */ + cosoul?:ResolverInputTypes["cosouls"], + id?:boolean | `@${string}`, + name?:boolean | `@${string}`, + /** An object relationship */ + relationship_score?:ResolverInputTypes["reputation_scores"], + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "profiles_public" */ +["profiles_public_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["profiles_public_aggregate_fields"], + nodes?:ResolverInputTypes["profiles_public"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "profiles_public" */ +["profiles_public_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["profiles_public_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["profiles_public_max_fields"], + min?:ResolverInputTypes["profiles_public_min_fields"], + stddev?:ResolverInputTypes["profiles_public_stddev_fields"], + stddev_pop?:ResolverInputTypes["profiles_public_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["profiles_public_stddev_samp_fields"], + sum?:ResolverInputTypes["profiles_public_sum_fields"], + var_pop?:ResolverInputTypes["profiles_public_var_pop_fields"], + var_samp?:ResolverInputTypes["profiles_public_var_samp_fields"], + variance?:ResolverInputTypes["profiles_public_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["profiles_public_avg_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "profiles_public". All fields are combined with a logical 'AND'. */ +["profiles_public_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + address?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + avatar?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + cosoul?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null, + id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + name?: ResolverInputTypes["citext_comparison_exp"] | undefined | null, + relationship_score?: ResolverInputTypes["reputation_scores_bool_exp"] | undefined | null +}; + /** input type for incrementing numeric columns in table "profiles_public" */ +["profiles_public_inc_input"]: { + id?: ResolverInputTypes["bigint"] | undefined | null +}; + /** input type for inserting data into table "profiles_public" */ +["profiles_public_insert_input"]: { + address?: string | undefined | null, + avatar?: string | undefined | null, + cosoul?: ResolverInputTypes["cosouls_obj_rel_insert_input"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + name?: ResolverInputTypes["citext"] | undefined | null, + relationship_score?: ResolverInputTypes["reputation_scores_obj_rel_insert_input"] | undefined | null +}; + /** aggregate max on columns */ +["profiles_public_max_fields"]: AliasType<{ + address?:boolean | `@${string}`, + avatar?:boolean | `@${string}`, + id?:boolean | `@${string}`, + name?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["profiles_public_min_fields"]: AliasType<{ + address?:boolean | `@${string}`, + avatar?:boolean | `@${string}`, + id?:boolean | `@${string}`, + name?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "profiles_public" */ +["profiles_public_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["profiles_public"], + __typename?: boolean | `@${string}` +}>; + /** input type for inserting object relation for remote table "profiles_public" */ +["profiles_public_obj_rel_insert_input"]: { + data: ResolverInputTypes["profiles_public_insert_input"] +}; + /** Ordering options when selecting data from "profiles_public". */ +["profiles_public_order_by"]: { + address?: ResolverInputTypes["order_by"] | undefined | null, + avatar?: ResolverInputTypes["order_by"] | undefined | null, + cosoul?: ResolverInputTypes["cosouls_order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + name?: ResolverInputTypes["order_by"] | undefined | null, + relationship_score?: ResolverInputTypes["reputation_scores_order_by"] | undefined | null +}; + /** select columns of table "profiles_public" */ +["profiles_public_select_column"]:profiles_public_select_column; + /** input type for updating data in table "profiles_public" */ +["profiles_public_set_input"]: { + address?: string | undefined | null, + avatar?: string | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + name?: ResolverInputTypes["citext"] | undefined | null +}; + /** aggregate stddev on columns */ +["profiles_public_stddev_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["profiles_public_stddev_pop_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["profiles_public_stddev_samp_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "profiles_public" */ +["profiles_public_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["profiles_public_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["profiles_public_stream_cursor_value_input"]: { + address?: string | undefined | null, + avatar?: string | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + name?: ResolverInputTypes["citext"] | undefined | null +}; + /** aggregate sum on columns */ +["profiles_public_sum_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + ["profiles_public_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["profiles_public_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["profiles_public_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["profiles_public_bool_exp"] +}; + /** aggregate var_pop on columns */ +["profiles_public_var_pop_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["profiles_public_var_samp_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["profiles_public_variance_fields"]: AliasType<{ + id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** select columns of table "profiles" */ ["profiles_select_column"]:profiles_select_column; /** input type for updating data in table "profiles" */ ["profiles_set_input"]: { address?: string | undefined | null, + app_emails?: boolean | undefined | null, avatar?: string | undefined | null, background?: string | undefined | null, bio?: string | undefined | null, @@ -26776,8 +36455,10 @@ count?: [{ columns?: Array | undef id?: ResolverInputTypes["bigint"] | undefined | null, medium_username?: string | undefined | null, name?: ResolverInputTypes["citext"] | undefined | null, + product_emails?: boolean | undefined | null, skills?: string | undefined | null, telegram_username?: string | undefined | null, + tos_agreed_at?: ResolverInputTypes["timestamp"] | undefined | null, twitter_username?: string | undefined | null, updated_at?: ResolverInputTypes["timestamp"] | undefined | null, website?: string | undefined | null @@ -26807,6 +36488,7 @@ count?: [{ columns?: Array | undef /** Initial value of the column from where the streaming should start */ ["profiles_stream_cursor_value_input"]: { address?: string | undefined | null, + app_emails?: boolean | undefined | null, avatar?: string | undefined | null, background?: string | undefined | null, bio?: string | undefined | null, @@ -26818,8 +36500,10 @@ count?: [{ columns?: Array | undef id?: ResolverInputTypes["bigint"] | undefined | null, medium_username?: string | undefined | null, name?: ResolverInputTypes["citext"] | undefined | null, + product_emails?: boolean | undefined | null, skills?: string | undefined | null, telegram_username?: string | undefined | null, + tos_agreed_at?: ResolverInputTypes["timestamp"] | undefined | null, twitter_username?: string | undefined | null, updated_at?: ResolverInputTypes["timestamp"] | undefined | null, website?: string | undefined | null @@ -26868,6 +36552,19 @@ activities_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["activities_bool_exp"] | undefined | null},ResolverInputTypes["activities_aggregate"]], activities_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["activities"]], +address_data_fetches?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["address_data_fetches_bool_exp"] | undefined | null},ResolverInputTypes["address_data_fetches"]], +address_data_fetches_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["address_data_fetches_bool_exp"] | undefined | null},ResolverInputTypes["address_data_fetches_aggregate"]], +address_data_fetches_by_pk?: [{ address: ResolverInputTypes["citext"]},ResolverInputTypes["address_data_fetches"]], burns?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -26971,6 +36668,18 @@ claims_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["claims_bool_exp"] | undefined | null},ResolverInputTypes["claims_aggregate"]], claims_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["claims"]], +contribution_count?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["contribution_count_bool_exp"] | undefined | null},ResolverInputTypes["contribution_count"]], +contribution_count_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["contribution_count_bool_exp"] | undefined | null},ResolverInputTypes["contribution_count_aggregate"]], contributions?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -26984,6 +36693,19 @@ contributions_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["contributions_bool_exp"] | undefined | null},ResolverInputTypes["contributions_aggregate"]], contributions_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["contributions"]], +cosouls?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null},ResolverInputTypes["cosouls"]], +cosouls_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null},ResolverInputTypes["cosouls_aggregate"]], +cosouls_by_pk?: [{ id: number},ResolverInputTypes["cosouls"]], discord_circle_api_tokens?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27010,6 +36732,19 @@ discord_roles_circles_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["discord_roles_circles_bool_exp"] | undefined | null},ResolverInputTypes["discord_roles_circles_aggregate"]], discord_roles_circles_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["discord_roles_circles"]], +discord_user_api_tokens?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["discord_user_api_tokens_bool_exp"] | undefined | null},ResolverInputTypes["discord_user_api_tokens"]], +discord_user_api_tokens_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["discord_user_api_tokens_bool_exp"] | undefined | null},ResolverInputTypes["discord_user_api_tokens_aggregate"]], +discord_user_api_tokens_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["discord_user_api_tokens"]], discord_users?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27036,6 +36771,19 @@ distributions_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["distributions_bool_exp"] | undefined | null},ResolverInputTypes["distributions_aggregate"]], distributions_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["distributions"]], +emails?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["emails_bool_exp"] | undefined | null},ResolverInputTypes["emails"]], +emails_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["emails_bool_exp"] | undefined | null},ResolverInputTypes["emails_aggregate"]], +emails_by_pk?: [{ email: ResolverInputTypes["citext"], profile_id: number},ResolverInputTypes["emails"]], epoch_pgive_data?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27101,6 +36849,32 @@ interaction_events_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["interaction_events_bool_exp"] | undefined | null},ResolverInputTypes["interaction_events_aggregate"]], interaction_events_by_pk?: [{ id: number},ResolverInputTypes["interaction_events"]], +key_holders?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null},ResolverInputTypes["key_holders"]], +key_holders_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null},ResolverInputTypes["key_holders_aggregate"]], +key_holders_by_pk?: [{ address: ResolverInputTypes["citext"], subject: ResolverInputTypes["citext"]},ResolverInputTypes["key_holders"]], +key_tx?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_tx_bool_exp"] | undefined | null},ResolverInputTypes["key_tx"]], +key_tx_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_tx_bool_exp"] | undefined | null},ResolverInputTypes["key_tx_aggregate"]], +key_tx_by_pk?: [{ tx_hash: ResolverInputTypes["citext"]},ResolverInputTypes["key_tx"]], locked_token_distribution_gifts?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27127,6 +36901,18 @@ locked_token_distributions_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["locked_token_distributions_bool_exp"] | undefined | null},ResolverInputTypes["locked_token_distributions_aggregate"]], locked_token_distributions_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["locked_token_distributions"]], +member_circle_pgives?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["member_circle_pgives_bool_exp"] | undefined | null},ResolverInputTypes["member_circle_pgives"]], +member_circle_pgives_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["member_circle_pgives_bool_exp"] | undefined | null},ResolverInputTypes["member_circle_pgives_aggregate"]], member_epoch_pgives?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27153,6 +36939,18 @@ nominees_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["nominees_bool_exp"] | undefined | null},ResolverInputTypes["nominees_aggregate"]], nominees_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["nominees"]], +note_count?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["note_count_bool_exp"] | undefined | null},ResolverInputTypes["note_count"]], +note_count_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["note_count_bool_exp"] | undefined | null},ResolverInputTypes["note_count_aggregate"]], org_members?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27166,6 +36964,19 @@ org_members_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["org_members_bool_exp"] | undefined | null},ResolverInputTypes["org_members_aggregate"]], org_members_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["org_members"]], +org_share_tokens?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["org_share_tokens_bool_exp"] | undefined | null},ResolverInputTypes["org_share_tokens"]], +org_share_tokens_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["org_share_tokens_bool_exp"] | undefined | null},ResolverInputTypes["org_share_tokens_aggregate"]], +org_share_tokens_by_pk?: [{ org_id: ResolverInputTypes["bigint"], type: number},ResolverInputTypes["org_share_tokens"]], organizations?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27230,6 +37041,45 @@ personal_access_tokens_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["personal_access_tokens_bool_exp"] | undefined | null},ResolverInputTypes["personal_access_tokens_aggregate"]], personal_access_tokens_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["personal_access_tokens"]], +poap_events?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null},ResolverInputTypes["poap_events"]], +poap_events_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null},ResolverInputTypes["poap_events_aggregate"]], +poap_events_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["poap_events"]], +poap_holders?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders"]], +poap_holders_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders_aggregate"]], +poap_holders_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["poap_holders"]], +private_stream_visibility?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null},ResolverInputTypes["private_stream_visibility"]], +private_stream_visibility_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null},ResolverInputTypes["private_stream_visibility_aggregate"]], +private_stream_visibility_by_pk?: [{ profile_id: ResolverInputTypes["bigint"], view_profile_id: ResolverInputTypes["bigint"]},ResolverInputTypes["private_stream_visibility"]], profiles?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27243,6 +37093,45 @@ profiles_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["profiles_bool_exp"] | undefined | null},ResolverInputTypes["profiles_aggregate"]], profiles_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["profiles"]], +profiles_public?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null},ResolverInputTypes["profiles_public"]], +profiles_public_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null},ResolverInputTypes["profiles_public_aggregate"]], +reactions?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["reactions_bool_exp"] | undefined | null},ResolverInputTypes["reactions"]], +reactions_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["reactions_bool_exp"] | undefined | null},ResolverInputTypes["reactions_aggregate"]], +reactions_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["reactions"]], +reputation_scores?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["reputation_scores_bool_exp"] | undefined | null},ResolverInputTypes["reputation_scores"]], +reputation_scores_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["reputation_scores_bool_exp"] | undefined | null},ResolverInputTypes["reputation_scores_aggregate"]], +reputation_scores_by_pk?: [{ profile_id: ResolverInputTypes["bigint"]},ResolverInputTypes["reputation_scores"]], +searchCosouls?: [{ payload: ResolverInputTypes["SearchCosoulsInput"]},ResolverInputTypes["SearchCosoulsOutput"]], teammates?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27269,6 +37158,19 @@ token_gifts_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["token_gifts_bool_exp"] | undefined | null},ResolverInputTypes["token_gifts_aggregate"]], token_gifts_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["token_gifts"]], +twitter_account?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["twitter_account_bool_exp"] | undefined | null},ResolverInputTypes["twitter_account"]], +twitter_account_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["twitter_account_bool_exp"] | undefined | null},ResolverInputTypes["twitter_account_aggregate"]], +twitter_account_by_pk?: [{ profile_id: number},ResolverInputTypes["twitter_account"]], user_private?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27333,6 +37235,34 @@ vaults_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["vaults_bool_exp"] | undefined | null},ResolverInputTypes["vaults_aggregate"]], vaults_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["vaults"]], +vector_search_poap_events?: [{ /** input parameters for function "vector_search_poap_events" */ + args: ResolverInputTypes["vector_search_poap_events_args"], /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null},ResolverInputTypes["poap_events"]], +vector_search_poap_events_aggregate?: [{ /** input parameters for function "vector_search_poap_events_aggregate" */ + args: ResolverInputTypes["vector_search_poap_events_args"], /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null},ResolverInputTypes["poap_events_aggregate"]], +vector_search_poap_holders?: [{ /** input parameters for function "vector_search_poap_holders" */ + args: ResolverInputTypes["vector_search_poap_holders_args"], /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders"]], +vector_search_poap_holders_aggregate?: [{ /** input parameters for function "vector_search_poap_holders_aggregate" */ + args: ResolverInputTypes["vector_search_poap_holders_args"], /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders_aggregate"]], vouches?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27347,6 +37277,561 @@ vouches_aggregate?: [{ /** distinct select on columns */ where?: ResolverInputTypes["vouches_bool_exp"] | undefined | null},ResolverInputTypes["vouches_aggregate"]], vouches_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["vouches"]], __typename?: boolean | `@${string}` +}>; + /** columns and relationships of "reactions" */ +["reactions"]: AliasType<{ + /** An object relationship */ + activity?:ResolverInputTypes["activities"], + activity_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + id?:boolean | `@${string}`, + /** An object relationship */ + profile?:ResolverInputTypes["profiles"], + profile_id?:boolean | `@${string}`, + reaction?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "reactions" */ +["reactions_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["reactions_aggregate_fields"], + nodes?:ResolverInputTypes["reactions"], + __typename?: boolean | `@${string}` +}>; + ["reactions_aggregate_bool_exp"]: { + count?: ResolverInputTypes["reactions_aggregate_bool_exp_count"] | undefined | null +}; + ["reactions_aggregate_bool_exp_count"]: { + arguments?: Array | undefined | null, + distinct?: boolean | undefined | null, + filter?: ResolverInputTypes["reactions_bool_exp"] | undefined | null, + predicate: ResolverInputTypes["Int_comparison_exp"] +}; + /** aggregate fields of "reactions" */ +["reactions_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["reactions_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["reactions_max_fields"], + min?:ResolverInputTypes["reactions_min_fields"], + stddev?:ResolverInputTypes["reactions_stddev_fields"], + stddev_pop?:ResolverInputTypes["reactions_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["reactions_stddev_samp_fields"], + sum?:ResolverInputTypes["reactions_sum_fields"], + var_pop?:ResolverInputTypes["reactions_var_pop_fields"], + var_samp?:ResolverInputTypes["reactions_var_samp_fields"], + variance?:ResolverInputTypes["reactions_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** order by aggregate values of table "reactions" */ +["reactions_aggregate_order_by"]: { + avg?: ResolverInputTypes["reactions_avg_order_by"] | undefined | null, + count?: ResolverInputTypes["order_by"] | undefined | null, + max?: ResolverInputTypes["reactions_max_order_by"] | undefined | null, + min?: ResolverInputTypes["reactions_min_order_by"] | undefined | null, + stddev?: ResolverInputTypes["reactions_stddev_order_by"] | undefined | null, + stddev_pop?: ResolverInputTypes["reactions_stddev_pop_order_by"] | undefined | null, + stddev_samp?: ResolverInputTypes["reactions_stddev_samp_order_by"] | undefined | null, + sum?: ResolverInputTypes["reactions_sum_order_by"] | undefined | null, + var_pop?: ResolverInputTypes["reactions_var_pop_order_by"] | undefined | null, + var_samp?: ResolverInputTypes["reactions_var_samp_order_by"] | undefined | null, + variance?: ResolverInputTypes["reactions_variance_order_by"] | undefined | null +}; + /** input type for inserting array relation for remote table "reactions" */ +["reactions_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ResolverInputTypes["reactions_on_conflict"] | undefined | null +}; + /** aggregate avg on columns */ +["reactions_avg_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by avg() on columns of table "reactions" */ +["reactions_avg_order_by"]: { + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Boolean expression to filter rows from the table "reactions". All fields are combined with a logical 'AND'. */ +["reactions_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["reactions_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + activity?: ResolverInputTypes["activities_bool_exp"] | undefined | null, + activity_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + profile?: ResolverInputTypes["profiles_bool_exp"] | undefined | null, + profile_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + reaction?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "reactions" */ +["reactions_constraint"]:reactions_constraint; + /** input type for incrementing numeric columns in table "reactions" */ +["reactions_inc_input"]: { + activity_id?: number | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: number | undefined | null +}; + /** input type for inserting data into table "reactions" */ +["reactions_insert_input"]: { + activity?: ResolverInputTypes["activities_obj_rel_insert_input"] | undefined | null, + activity_id?: number | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + profile?: ResolverInputTypes["profiles_obj_rel_insert_input"] | undefined | null, + profile_id?: number | undefined | null, + reaction?: string | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate max on columns */ +["reactions_max_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + reaction?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by max() on columns of table "reactions" */ +["reactions_max_order_by"]: { + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + reaction?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate min on columns */ +["reactions_min_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + reaction?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by min() on columns of table "reactions" */ +["reactions_min_order_by"]: { + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + reaction?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** response of any mutation on the table "reactions" */ +["reactions_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["reactions"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "reactions" */ +["reactions_on_conflict"]: { + constraint: ResolverInputTypes["reactions_constraint"], + update_columns: Array, + where?: ResolverInputTypes["reactions_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "reactions". */ +["reactions_order_by"]: { + activity?: ResolverInputTypes["activities_order_by"] | undefined | null, + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile?: ResolverInputTypes["profiles_order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + reaction?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: reactions */ +["reactions_pk_columns_input"]: { + id: ResolverInputTypes["bigint"] +}; + /** select columns of table "reactions" */ +["reactions_select_column"]:reactions_select_column; + /** input type for updating data in table "reactions" */ +["reactions_set_input"]: { + activity_id?: number | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: number | undefined | null, + reaction?: string | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate stddev on columns */ +["reactions_stddev_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev() on columns of table "reactions" */ +["reactions_stddev_order_by"]: { + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate stddev_pop on columns */ +["reactions_stddev_pop_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_pop() on columns of table "reactions" */ +["reactions_stddev_pop_order_by"]: { + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate stddev_samp on columns */ +["reactions_stddev_samp_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by stddev_samp() on columns of table "reactions" */ +["reactions_stddev_samp_order_by"]: { + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** Streaming cursor of the table "reactions" */ +["reactions_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["reactions_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["reactions_stream_cursor_value_input"]: { + activity_id?: number | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + id?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: number | undefined | null, + reaction?: string | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null +}; + /** aggregate sum on columns */ +["reactions_sum_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by sum() on columns of table "reactions" */ +["reactions_sum_order_by"]: { + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** update columns of table "reactions" */ +["reactions_update_column"]:reactions_update_column; + ["reactions_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["reactions_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["reactions_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["reactions_bool_exp"] +}; + /** aggregate var_pop on columns */ +["reactions_var_pop_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_pop() on columns of table "reactions" */ +["reactions_var_pop_order_by"]: { + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate var_samp on columns */ +["reactions_var_samp_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by var_samp() on columns of table "reactions" */ +["reactions_var_samp_order_by"]: { + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** aggregate variance on columns */ +["reactions_variance_fields"]: AliasType<{ + activity_id?:boolean | `@${string}`, + id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** order by variance() on columns of table "reactions" */ +["reactions_variance_order_by"]: { + activity_id?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null +}; + /** columns and relationships of "reputation_scores" */ +["reputation_scores"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "reputation_scores" */ +["reputation_scores_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["reputation_scores_aggregate_fields"], + nodes?:ResolverInputTypes["reputation_scores"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "reputation_scores" */ +["reputation_scores_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["reputation_scores_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["reputation_scores_max_fields"], + min?:ResolverInputTypes["reputation_scores_min_fields"], + stddev?:ResolverInputTypes["reputation_scores_stddev_fields"], + stddev_pop?:ResolverInputTypes["reputation_scores_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["reputation_scores_stddev_samp_fields"], + sum?:ResolverInputTypes["reputation_scores_sum_fields"], + var_pop?:ResolverInputTypes["reputation_scores_var_pop_fields"], + var_samp?:ResolverInputTypes["reputation_scores_var_samp_fields"], + variance?:ResolverInputTypes["reputation_scores_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["reputation_scores_avg_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "reputation_scores". All fields are combined with a logical 'AND'. */ +["reputation_scores_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["reputation_scores_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + email_score?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + keys_score?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + pgive_score?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + poap_score?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + profile_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, + total_score?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + twitter_score?: ResolverInputTypes["Int_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "reputation_scores" */ +["reputation_scores_constraint"]:reputation_scores_constraint; + /** input type for incrementing numeric columns in table "reputation_scores" */ +["reputation_scores_inc_input"]: { + email_score?: number | undefined | null, + keys_score?: number | undefined | null, + pgive_score?: number | undefined | null, + poap_score?: number | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + total_score?: number | undefined | null, + twitter_score?: number | undefined | null +}; + /** input type for inserting data into table "reputation_scores" */ +["reputation_scores_insert_input"]: { + email_score?: number | undefined | null, + keys_score?: number | undefined | null, + pgive_score?: number | undefined | null, + poap_score?: number | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + total_score?: number | undefined | null, + twitter_score?: number | undefined | null +}; + /** aggregate max on columns */ +["reputation_scores_max_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["reputation_scores_min_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "reputation_scores" */ +["reputation_scores_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["reputation_scores"], + __typename?: boolean | `@${string}` +}>; + /** input type for inserting object relation for remote table "reputation_scores" */ +["reputation_scores_obj_rel_insert_input"]: { + data: ResolverInputTypes["reputation_scores_insert_input"], + /** upsert condition */ + on_conflict?: ResolverInputTypes["reputation_scores_on_conflict"] | undefined | null +}; + /** on_conflict condition type for table "reputation_scores" */ +["reputation_scores_on_conflict"]: { + constraint: ResolverInputTypes["reputation_scores_constraint"], + update_columns: Array, + where?: ResolverInputTypes["reputation_scores_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "reputation_scores". */ +["reputation_scores_order_by"]: { + email_score?: ResolverInputTypes["order_by"] | undefined | null, + keys_score?: ResolverInputTypes["order_by"] | undefined | null, + pgive_score?: ResolverInputTypes["order_by"] | undefined | null, + poap_score?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + total_score?: ResolverInputTypes["order_by"] | undefined | null, + twitter_score?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: reputation_scores */ +["reputation_scores_pk_columns_input"]: { + profile_id: ResolverInputTypes["bigint"] +}; + /** select columns of table "reputation_scores" */ +["reputation_scores_select_column"]:reputation_scores_select_column; + /** input type for updating data in table "reputation_scores" */ +["reputation_scores_set_input"]: { + email_score?: number | undefined | null, + keys_score?: number | undefined | null, + pgive_score?: number | undefined | null, + poap_score?: number | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + total_score?: number | undefined | null, + twitter_score?: number | undefined | null +}; + /** aggregate stddev on columns */ +["reputation_scores_stddev_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["reputation_scores_stddev_pop_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["reputation_scores_stddev_samp_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "reputation_scores" */ +["reputation_scores_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["reputation_scores_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["reputation_scores_stream_cursor_value_input"]: { + email_score?: number | undefined | null, + keys_score?: number | undefined | null, + pgive_score?: number | undefined | null, + poap_score?: number | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, + total_score?: number | undefined | null, + twitter_score?: number | undefined | null +}; + /** aggregate sum on columns */ +["reputation_scores_sum_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "reputation_scores" */ +["reputation_scores_update_column"]:reputation_scores_update_column; + ["reputation_scores_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["reputation_scores_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["reputation_scores_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["reputation_scores_bool_exp"] +}; + /** aggregate var_pop on columns */ +["reputation_scores_var_pop_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["reputation_scores_var_samp_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["reputation_scores_variance_fields"]: AliasType<{ + email_score?:boolean | `@${string}`, + keys_score?:boolean | `@${string}`, + pgive_score?:boolean | `@${string}`, + poap_score?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + total_score?:boolean | `@${string}`, + twitter_score?:boolean | `@${string}`, + __typename?: boolean | `@${string}` }>; ["subscription_root"]: AliasType<{ activities?: [{ /** distinct select on columns */ @@ -27366,6 +37851,23 @@ activities_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["activities_bool_exp"] | undefined | null},ResolverInputTypes["activities"]], +address_data_fetches?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["address_data_fetches_bool_exp"] | undefined | null},ResolverInputTypes["address_data_fetches"]], +address_data_fetches_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["address_data_fetches_bool_exp"] | undefined | null},ResolverInputTypes["address_data_fetches_aggregate"]], +address_data_fetches_by_pk?: [{ address: ResolverInputTypes["citext"]},ResolverInputTypes["address_data_fetches"]], +address_data_fetches_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["address_data_fetches_bool_exp"] | undefined | null},ResolverInputTypes["address_data_fetches"]], burns?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27501,6 +38003,22 @@ claims_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["claims_bool_exp"] | undefined | null},ResolverInputTypes["claims"]], +contribution_count?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["contribution_count_bool_exp"] | undefined | null},ResolverInputTypes["contribution_count"]], +contribution_count_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["contribution_count_bool_exp"] | undefined | null},ResolverInputTypes["contribution_count_aggregate"]], +contribution_count_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["contribution_count_bool_exp"] | undefined | null},ResolverInputTypes["contribution_count"]], contributions?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27518,6 +38036,23 @@ contributions_stream?: [{ /** maximum number of rows returned in a single batch batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["contributions_bool_exp"] | undefined | null},ResolverInputTypes["contributions"]], +cosouls?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null},ResolverInputTypes["cosouls"]], +cosouls_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null},ResolverInputTypes["cosouls_aggregate"]], +cosouls_by_pk?: [{ id: number},ResolverInputTypes["cosouls"]], +cosouls_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["cosouls_bool_exp"] | undefined | null},ResolverInputTypes["cosouls"]], discord_circle_api_tokens?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27552,6 +38087,23 @@ discord_roles_circles_stream?: [{ /** maximum number of rows returned in a singl batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["discord_roles_circles_bool_exp"] | undefined | null},ResolverInputTypes["discord_roles_circles"]], +discord_user_api_tokens?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["discord_user_api_tokens_bool_exp"] | undefined | null},ResolverInputTypes["discord_user_api_tokens"]], +discord_user_api_tokens_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["discord_user_api_tokens_bool_exp"] | undefined | null},ResolverInputTypes["discord_user_api_tokens_aggregate"]], +discord_user_api_tokens_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["discord_user_api_tokens"]], +discord_user_api_tokens_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["discord_user_api_tokens_bool_exp"] | undefined | null},ResolverInputTypes["discord_user_api_tokens"]], discord_users?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27586,6 +38138,23 @@ distributions_stream?: [{ /** maximum number of rows returned in a single batch batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["distributions_bool_exp"] | undefined | null},ResolverInputTypes["distributions"]], +emails?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["emails_bool_exp"] | undefined | null},ResolverInputTypes["emails"]], +emails_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["emails_bool_exp"] | undefined | null},ResolverInputTypes["emails_aggregate"]], +emails_by_pk?: [{ email: ResolverInputTypes["citext"], profile_id: number},ResolverInputTypes["emails"]], +emails_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["emails_bool_exp"] | undefined | null},ResolverInputTypes["emails"]], epoch_pgive_data?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27670,6 +38239,40 @@ interaction_events_stream?: [{ /** maximum number of rows returned in a single b batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["interaction_events_bool_exp"] | undefined | null},ResolverInputTypes["interaction_events"]], +key_holders?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null},ResolverInputTypes["key_holders"]], +key_holders_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null},ResolverInputTypes["key_holders_aggregate"]], +key_holders_by_pk?: [{ address: ResolverInputTypes["citext"], subject: ResolverInputTypes["citext"]},ResolverInputTypes["key_holders"]], +key_holders_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["key_holders_bool_exp"] | undefined | null},ResolverInputTypes["key_holders"]], +key_tx?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_tx_bool_exp"] | undefined | null},ResolverInputTypes["key_tx"]], +key_tx_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["key_tx_bool_exp"] | undefined | null},ResolverInputTypes["key_tx_aggregate"]], +key_tx_by_pk?: [{ tx_hash: ResolverInputTypes["citext"]},ResolverInputTypes["key_tx"]], +key_tx_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["key_tx_bool_exp"] | undefined | null},ResolverInputTypes["key_tx"]], locked_token_distribution_gifts?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27704,6 +38307,22 @@ locked_token_distributions_stream?: [{ /** maximum number of rows returned in a batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["locked_token_distributions_bool_exp"] | undefined | null},ResolverInputTypes["locked_token_distributions"]], +member_circle_pgives?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["member_circle_pgives_bool_exp"] | undefined | null},ResolverInputTypes["member_circle_pgives"]], +member_circle_pgives_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["member_circle_pgives_bool_exp"] | undefined | null},ResolverInputTypes["member_circle_pgives_aggregate"]], +member_circle_pgives_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["member_circle_pgives_bool_exp"] | undefined | null},ResolverInputTypes["member_circle_pgives"]], member_epoch_pgives?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27738,6 +38357,22 @@ nominees_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["nominees_bool_exp"] | undefined | null},ResolverInputTypes["nominees"]], +note_count?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["note_count_bool_exp"] | undefined | null},ResolverInputTypes["note_count"]], +note_count_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["note_count_bool_exp"] | undefined | null},ResolverInputTypes["note_count_aggregate"]], +note_count_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["note_count_bool_exp"] | undefined | null},ResolverInputTypes["note_count"]], org_members?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27755,6 +38390,23 @@ org_members_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["org_members_bool_exp"] | undefined | null},ResolverInputTypes["org_members"]], +org_share_tokens?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["org_share_tokens_bool_exp"] | undefined | null},ResolverInputTypes["org_share_tokens"]], +org_share_tokens_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["org_share_tokens_bool_exp"] | undefined | null},ResolverInputTypes["org_share_tokens_aggregate"]], +org_share_tokens_by_pk?: [{ org_id: ResolverInputTypes["bigint"], type: number},ResolverInputTypes["org_share_tokens"]], +org_share_tokens_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["org_share_tokens_bool_exp"] | undefined | null},ResolverInputTypes["org_share_tokens"]], organizations?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27839,6 +38491,57 @@ personal_access_tokens_stream?: [{ /** maximum number of rows returned in a sing batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["personal_access_tokens_bool_exp"] | undefined | null},ResolverInputTypes["personal_access_tokens"]], +poap_events?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null},ResolverInputTypes["poap_events"]], +poap_events_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null},ResolverInputTypes["poap_events_aggregate"]], +poap_events_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["poap_events"]], +poap_events_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null},ResolverInputTypes["poap_events"]], +poap_holders?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders"]], +poap_holders_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders_aggregate"]], +poap_holders_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["poap_holders"]], +poap_holders_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders"]], +private_stream_visibility?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null},ResolverInputTypes["private_stream_visibility"]], +private_stream_visibility_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null},ResolverInputTypes["private_stream_visibility_aggregate"]], +private_stream_visibility_by_pk?: [{ profile_id: ResolverInputTypes["bigint"], view_profile_id: ResolverInputTypes["bigint"]},ResolverInputTypes["private_stream_visibility"]], +private_stream_visibility_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["private_stream_visibility_bool_exp"] | undefined | null},ResolverInputTypes["private_stream_visibility"]], profiles?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27852,10 +38555,60 @@ profiles_aggregate?: [{ /** distinct select on columns */ order_by?: Array | undefined | null, /** filter the rows returned */ where?: ResolverInputTypes["profiles_bool_exp"] | undefined | null},ResolverInputTypes["profiles_aggregate"]], profiles_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["profiles"]], +profiles_public?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null},ResolverInputTypes["profiles_public"]], +profiles_public_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null},ResolverInputTypes["profiles_public_aggregate"]], +profiles_public_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["profiles_public_bool_exp"] | undefined | null},ResolverInputTypes["profiles_public"]], profiles_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["profiles_bool_exp"] | undefined | null},ResolverInputTypes["profiles"]], +reactions?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["reactions_bool_exp"] | undefined | null},ResolverInputTypes["reactions"]], +reactions_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["reactions_bool_exp"] | undefined | null},ResolverInputTypes["reactions_aggregate"]], +reactions_by_pk?: [{ id: ResolverInputTypes["bigint"]},ResolverInputTypes["reactions"]], +reactions_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["reactions_bool_exp"] | undefined | null},ResolverInputTypes["reactions"]], +reputation_scores?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["reputation_scores_bool_exp"] | undefined | null},ResolverInputTypes["reputation_scores"]], +reputation_scores_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["reputation_scores_bool_exp"] | undefined | null},ResolverInputTypes["reputation_scores_aggregate"]], +reputation_scores_by_pk?: [{ profile_id: ResolverInputTypes["bigint"]},ResolverInputTypes["reputation_scores"]], +reputation_scores_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["reputation_scores_bool_exp"] | undefined | null},ResolverInputTypes["reputation_scores"]], teammates?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27890,6 +38643,23 @@ token_gifts_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["token_gifts_bool_exp"] | undefined | null},ResolverInputTypes["token_gifts"]], +twitter_account?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["twitter_account_bool_exp"] | undefined | null},ResolverInputTypes["twitter_account"]], +twitter_account_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["twitter_account_bool_exp"] | undefined | null},ResolverInputTypes["twitter_account_aggregate"]], +twitter_account_by_pk?: [{ profile_id: number},ResolverInputTypes["twitter_account"]], +twitter_account_stream?: [{ /** maximum number of rows returned in a single batch */ + batch_size: number, /** cursor to stream the results returned by the query */ + cursor: Array, /** filter the rows returned */ + where?: ResolverInputTypes["twitter_account_bool_exp"] | undefined | null},ResolverInputTypes["twitter_account"]], user_private?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -27974,6 +38744,34 @@ vaults_stream?: [{ /** maximum number of rows returned in a single batch */ batch_size: number, /** cursor to stream the results returned by the query */ cursor: Array, /** filter the rows returned */ where?: ResolverInputTypes["vaults_bool_exp"] | undefined | null},ResolverInputTypes["vaults"]], +vector_search_poap_events?: [{ /** input parameters for function "vector_search_poap_events" */ + args: ResolverInputTypes["vector_search_poap_events_args"], /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null},ResolverInputTypes["poap_events"]], +vector_search_poap_events_aggregate?: [{ /** input parameters for function "vector_search_poap_events_aggregate" */ + args: ResolverInputTypes["vector_search_poap_events_args"], /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_events_bool_exp"] | undefined | null},ResolverInputTypes["poap_events_aggregate"]], +vector_search_poap_holders?: [{ /** input parameters for function "vector_search_poap_holders" */ + args: ResolverInputTypes["vector_search_poap_holders_args"], /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders"]], +vector_search_poap_holders_aggregate?: [{ /** input parameters for function "vector_search_poap_holders_aggregate" */ + args: ResolverInputTypes["vector_search_poap_holders_args"], /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["poap_holders_bool_exp"] | undefined | null},ResolverInputTypes["poap_holders_aggregate"]], vouches?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -28745,6 +39543,306 @@ count?: [{ columns?: Array | un sender_id?: ResolverInputTypes["order_by"] | undefined | null, tokens?: ResolverInputTypes["order_by"] | undefined | null }; + /** twitter accounts connected to profiles */ +["twitter_account"]: AliasType<{ + access_token?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + id?:boolean | `@${string}`, + location?:boolean | `@${string}`, + name?:boolean | `@${string}`, + /** An object relationship */ + profile?:ResolverInputTypes["profiles"], + profile_id?:boolean | `@${string}`, + profile_image_url?:boolean | `@${string}`, + refresh_token?:boolean | `@${string}`, + twitter_created_at?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + url?:boolean | `@${string}`, + username?:boolean | `@${string}`, + verified?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregated selection of "twitter_account" */ +["twitter_account_aggregate"]: AliasType<{ + aggregate?:ResolverInputTypes["twitter_account_aggregate_fields"], + nodes?:ResolverInputTypes["twitter_account"], + __typename?: boolean | `@${string}` +}>; + /** aggregate fields of "twitter_account" */ +["twitter_account_aggregate_fields"]: AliasType<{ + avg?:ResolverInputTypes["twitter_account_avg_fields"], +count?: [{ columns?: Array | undefined | null, distinct?: boolean | undefined | null},boolean | `@${string}`], + max?:ResolverInputTypes["twitter_account_max_fields"], + min?:ResolverInputTypes["twitter_account_min_fields"], + stddev?:ResolverInputTypes["twitter_account_stddev_fields"], + stddev_pop?:ResolverInputTypes["twitter_account_stddev_pop_fields"], + stddev_samp?:ResolverInputTypes["twitter_account_stddev_samp_fields"], + sum?:ResolverInputTypes["twitter_account_sum_fields"], + var_pop?:ResolverInputTypes["twitter_account_var_pop_fields"], + var_samp?:ResolverInputTypes["twitter_account_var_samp_fields"], + variance?:ResolverInputTypes["twitter_account_variance_fields"], + __typename?: boolean | `@${string}` +}>; + /** aggregate avg on columns */ +["twitter_account_avg_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Boolean expression to filter rows from the table "twitter_account". All fields are combined with a logical 'AND'. */ +["twitter_account_bool_exp"]: { + _and?: Array | undefined | null, + _not?: ResolverInputTypes["twitter_account_bool_exp"] | undefined | null, + _or?: Array | undefined | null, + access_token?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + description?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + expires_at?: ResolverInputTypes["numeric_comparison_exp"] | undefined | null, + followers_count?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + following_count?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + id?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + location?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + name?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + profile?: ResolverInputTypes["profiles_bool_exp"] | undefined | null, + profile_id?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, + profile_image_url?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + refresh_token?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + twitter_created_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz_comparison_exp"] | undefined | null, + url?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + username?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + verified?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null +}; + /** unique or primary key constraints on table "twitter_account" */ +["twitter_account_constraint"]:twitter_account_constraint; + /** input type for incrementing numeric columns in table "twitter_account" */ +["twitter_account_inc_input"]: { + expires_at?: ResolverInputTypes["numeric"] | undefined | null, + followers_count?: number | undefined | null, + following_count?: number | undefined | null, + profile_id?: number | undefined | null +}; + /** input type for inserting data into table "twitter_account" */ +["twitter_account_insert_input"]: { + access_token?: string | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + description?: string | undefined | null, + expires_at?: ResolverInputTypes["numeric"] | undefined | null, + followers_count?: number | undefined | null, + following_count?: number | undefined | null, + id?: string | undefined | null, + location?: string | undefined | null, + name?: string | undefined | null, + profile?: ResolverInputTypes["profiles_obj_rel_insert_input"] | undefined | null, + profile_id?: number | undefined | null, + profile_image_url?: string | undefined | null, + refresh_token?: string | undefined | null, + twitter_created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, + url?: string | undefined | null, + username?: string | undefined | null, + verified?: boolean | undefined | null +}; + /** aggregate max on columns */ +["twitter_account_max_fields"]: AliasType<{ + access_token?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + id?:boolean | `@${string}`, + location?:boolean | `@${string}`, + name?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + profile_image_url?:boolean | `@${string}`, + refresh_token?:boolean | `@${string}`, + twitter_created_at?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + url?:boolean | `@${string}`, + username?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate min on columns */ +["twitter_account_min_fields"]: AliasType<{ + access_token?:boolean | `@${string}`, + created_at?:boolean | `@${string}`, + description?:boolean | `@${string}`, + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + id?:boolean | `@${string}`, + location?:boolean | `@${string}`, + name?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + profile_image_url?:boolean | `@${string}`, + refresh_token?:boolean | `@${string}`, + twitter_created_at?:boolean | `@${string}`, + updated_at?:boolean | `@${string}`, + url?:boolean | `@${string}`, + username?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** response of any mutation on the table "twitter_account" */ +["twitter_account_mutation_response"]: AliasType<{ + /** number of rows affected by the mutation */ + affected_rows?:boolean | `@${string}`, + /** data from the rows affected by the mutation */ + returning?:ResolverInputTypes["twitter_account"], + __typename?: boolean | `@${string}` +}>; + /** on_conflict condition type for table "twitter_account" */ +["twitter_account_on_conflict"]: { + constraint: ResolverInputTypes["twitter_account_constraint"], + update_columns: Array, + where?: ResolverInputTypes["twitter_account_bool_exp"] | undefined | null +}; + /** Ordering options when selecting data from "twitter_account". */ +["twitter_account_order_by"]: { + access_token?: ResolverInputTypes["order_by"] | undefined | null, + created_at?: ResolverInputTypes["order_by"] | undefined | null, + description?: ResolverInputTypes["order_by"] | undefined | null, + expires_at?: ResolverInputTypes["order_by"] | undefined | null, + followers_count?: ResolverInputTypes["order_by"] | undefined | null, + following_count?: ResolverInputTypes["order_by"] | undefined | null, + id?: ResolverInputTypes["order_by"] | undefined | null, + location?: ResolverInputTypes["order_by"] | undefined | null, + name?: ResolverInputTypes["order_by"] | undefined | null, + profile?: ResolverInputTypes["profiles_order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, + profile_image_url?: ResolverInputTypes["order_by"] | undefined | null, + refresh_token?: ResolverInputTypes["order_by"] | undefined | null, + twitter_created_at?: ResolverInputTypes["order_by"] | undefined | null, + updated_at?: ResolverInputTypes["order_by"] | undefined | null, + url?: ResolverInputTypes["order_by"] | undefined | null, + username?: ResolverInputTypes["order_by"] | undefined | null, + verified?: ResolverInputTypes["order_by"] | undefined | null +}; + /** primary key columns input for table: twitter_account */ +["twitter_account_pk_columns_input"]: { + profile_id: number +}; + /** select columns of table "twitter_account" */ +["twitter_account_select_column"]:twitter_account_select_column; + /** input type for updating data in table "twitter_account" */ +["twitter_account_set_input"]: { + access_token?: string | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + description?: string | undefined | null, + expires_at?: ResolverInputTypes["numeric"] | undefined | null, + followers_count?: number | undefined | null, + following_count?: number | undefined | null, + id?: string | undefined | null, + location?: string | undefined | null, + name?: string | undefined | null, + profile_id?: number | undefined | null, + profile_image_url?: string | undefined | null, + refresh_token?: string | undefined | null, + twitter_created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, + url?: string | undefined | null, + username?: string | undefined | null, + verified?: boolean | undefined | null +}; + /** aggregate stddev on columns */ +["twitter_account_stddev_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_pop on columns */ +["twitter_account_stddev_pop_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate stddev_samp on columns */ +["twitter_account_stddev_samp_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** Streaming cursor of the table "twitter_account" */ +["twitter_account_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ResolverInputTypes["twitter_account_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ResolverInputTypes["cursor_ordering"] | undefined | null +}; + /** Initial value of the column from where the streaming should start */ +["twitter_account_stream_cursor_value_input"]: { + access_token?: string | undefined | null, + created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + description?: string | undefined | null, + expires_at?: ResolverInputTypes["numeric"] | undefined | null, + followers_count?: number | undefined | null, + following_count?: number | undefined | null, + id?: string | undefined | null, + location?: string | undefined | null, + name?: string | undefined | null, + profile_id?: number | undefined | null, + profile_image_url?: string | undefined | null, + refresh_token?: string | undefined | null, + twitter_created_at?: ResolverInputTypes["timestamptz"] | undefined | null, + updated_at?: ResolverInputTypes["timestamptz"] | undefined | null, + url?: string | undefined | null, + username?: string | undefined | null, + verified?: boolean | undefined | null +}; + /** aggregate sum on columns */ +["twitter_account_sum_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** update columns of table "twitter_account" */ +["twitter_account_update_column"]:twitter_account_update_column; + ["twitter_account_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ResolverInputTypes["twitter_account_inc_input"] | undefined | null, + /** sets the columns of the filtered rows to the given values */ + _set?: ResolverInputTypes["twitter_account_set_input"] | undefined | null, + /** filter the rows which have to be updated */ + where: ResolverInputTypes["twitter_account_bool_exp"] +}; + /** aggregate var_pop on columns */ +["twitter_account_var_pop_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate var_samp on columns */ +["twitter_account_var_samp_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; + /** aggregate variance on columns */ +["twitter_account_variance_fields"]: AliasType<{ + expires_at?:boolean | `@${string}`, + followers_count?:boolean | `@${string}`, + following_count?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, + __typename?: boolean | `@${string}` +}>; /** columns and relationships of "user_private" */ ["user_private"]: AliasType<{ /** An object relationship */ @@ -28902,7 +40000,6 @@ count?: [{ columns?: Array | u }>; /** Members of a circle */ ["users"]: AliasType<{ - address?:boolean | `@${string}`, bio?:boolean | `@${string}`, burns?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ @@ -28952,7 +40049,18 @@ contributions_aggregate?: [{ /** distinct select on columns */ give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, - name?:boolean | `@${string}`, +member_epoch_pgivess?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["member_epoch_pgives_bool_exp"] | undefined | null},ResolverInputTypes["member_epoch_pgives"]], +member_epoch_pgivess_aggregate?: [{ /** distinct select on columns */ + distinct_on?: Array | undefined | null, /** limit the number of rows returned */ + limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ + offset?: number | undefined | null, /** sort the rows by one or more columns */ + order_by?: Array | undefined | null, /** filter the rows returned */ + where?: ResolverInputTypes["member_epoch_pgives_bool_exp"] | undefined | null},ResolverInputTypes["member_epoch_pgives_aggregate"]], non_giver?:boolean | `@${string}`, non_receiver?:boolean | `@${string}`, pending_received_gifts?: [{ /** distinct select on columns */ @@ -28981,6 +40089,7 @@ pending_sent_gifts_aggregate?: [{ /** distinct select on columns */ where?: ResolverInputTypes["pending_token_gifts_bool_exp"] | undefined | null},ResolverInputTypes["pending_token_gifts_aggregate"]], /** An object relationship */ profile?:ResolverInputTypes["profiles"], + profile_id?:boolean | `@${string}`, received_gifts?: [{ /** distinct select on columns */ distinct_on?: Array | undefined | null, /** limit the number of rows returned */ limit?: number | undefined | null, /** skip the first n rows. Use only with order_by */ @@ -29107,6 +40216,7 @@ count?: [{ columns?: Array | undefine give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -29118,6 +40228,7 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; @@ -29126,7 +40237,6 @@ count?: [{ columns?: Array | undefine _and?: Array | undefined | null, _not?: ResolverInputTypes["users_bool_exp"] | undefined | null, _or?: Array | undefined | null, - address?: ResolverInputTypes["String_comparison_exp"] | undefined | null, bio?: ResolverInputTypes["String_comparison_exp"] | undefined | null, burns?: ResolverInputTypes["burns_bool_exp"] | undefined | null, burns_aggregate?: ResolverInputTypes["burns_aggregate_bool_exp"] | undefined | null, @@ -29145,7 +40255,8 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, give_token_remaining?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, - name?: ResolverInputTypes["String_comparison_exp"] | undefined | null, + member_epoch_pgivess?: ResolverInputTypes["member_epoch_pgives_bool_exp"] | undefined | null, + member_epoch_pgivess_aggregate?: ResolverInputTypes["member_epoch_pgives_aggregate_bool_exp"] | undefined | null, non_giver?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, non_receiver?: ResolverInputTypes["Boolean_comparison_exp"] | undefined | null, pending_received_gifts?: ResolverInputTypes["pending_token_gifts_bool_exp"] | undefined | null, @@ -29153,6 +40264,7 @@ count?: [{ columns?: Array | undefine pending_sent_gifts?: ResolverInputTypes["pending_token_gifts_bool_exp"] | undefined | null, pending_sent_gifts_aggregate?: ResolverInputTypes["pending_token_gifts_aggregate_bool_exp"] | undefined | null, profile?: ResolverInputTypes["profiles_bool_exp"] | undefined | null, + profile_id?: ResolverInputTypes["bigint_comparison_exp"] | undefined | null, received_gifts?: ResolverInputTypes["token_gifts_bool_exp"] | undefined | null, received_gifts_aggregate?: ResolverInputTypes["token_gifts_aggregate_bool_exp"] | undefined | null, role?: ResolverInputTypes["Int_comparison_exp"] | undefined | null, @@ -29175,12 +40287,12 @@ count?: [{ columns?: Array | undefine give_token_received?: number | undefined | null, give_token_remaining?: number | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, role?: number | undefined | null, starting_tokens?: number | undefined | null }; /** input type for inserting data into table "users" */ ["users_insert_input"]: { - address?: string | undefined | null, bio?: string | undefined | null, burns?: ResolverInputTypes["burns_arr_rel_insert_input"] | undefined | null, circle?: ResolverInputTypes["circles_obj_rel_insert_input"] | undefined | null, @@ -29196,12 +40308,13 @@ count?: [{ columns?: Array | undefine give_token_received?: number | undefined | null, give_token_remaining?: number | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, - name?: string | undefined | null, + member_epoch_pgivess?: ResolverInputTypes["member_epoch_pgives_arr_rel_insert_input"] | undefined | null, non_giver?: boolean | undefined | null, non_receiver?: boolean | undefined | null, pending_received_gifts?: ResolverInputTypes["pending_token_gifts_arr_rel_insert_input"] | undefined | null, pending_sent_gifts?: ResolverInputTypes["pending_token_gifts_arr_rel_insert_input"] | undefined | null, profile?: ResolverInputTypes["profiles_obj_rel_insert_input"] | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, received_gifts?: ResolverInputTypes["token_gifts_arr_rel_insert_input"] | undefined | null, role?: number | undefined | null, sent_gifts?: ResolverInputTypes["token_gifts_arr_rel_insert_input"] | undefined | null, @@ -29213,7 +40326,6 @@ count?: [{ columns?: Array | undefine }; /** aggregate max on columns */ ["users_max_fields"]: AliasType<{ - address?:boolean | `@${string}`, bio?:boolean | `@${string}`, circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, @@ -29223,7 +40335,7 @@ count?: [{ columns?: Array | undefine give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, - name?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, @@ -29231,7 +40343,6 @@ count?: [{ columns?: Array | undefine }>; /** order by max() on columns of table "users" */ ["users_max_order_by"]: { - address?: ResolverInputTypes["order_by"] | undefined | null, bio?: ResolverInputTypes["order_by"] | undefined | null, circle_id?: ResolverInputTypes["order_by"] | undefined | null, created_at?: ResolverInputTypes["order_by"] | undefined | null, @@ -29241,14 +40352,13 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, - name?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, starting_tokens?: ResolverInputTypes["order_by"] | undefined | null, updated_at?: ResolverInputTypes["order_by"] | undefined | null }; /** aggregate min on columns */ ["users_min_fields"]: AliasType<{ - address?:boolean | `@${string}`, bio?:boolean | `@${string}`, circle_id?:boolean | `@${string}`, created_at?:boolean | `@${string}`, @@ -29258,7 +40368,7 @@ count?: [{ columns?: Array | undefine give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, - name?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, updated_at?:boolean | `@${string}`, @@ -29266,7 +40376,6 @@ count?: [{ columns?: Array | undefine }>; /** order by min() on columns of table "users" */ ["users_min_order_by"]: { - address?: ResolverInputTypes["order_by"] | undefined | null, bio?: ResolverInputTypes["order_by"] | undefined | null, circle_id?: ResolverInputTypes["order_by"] | undefined | null, created_at?: ResolverInputTypes["order_by"] | undefined | null, @@ -29276,7 +40385,7 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, - name?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, starting_tokens?: ResolverInputTypes["order_by"] | undefined | null, updated_at?: ResolverInputTypes["order_by"] | undefined | null @@ -29303,7 +40412,6 @@ count?: [{ columns?: Array | undefine }; /** Ordering options when selecting data from "users". */ ["users_order_by"]: { - address?: ResolverInputTypes["order_by"] | undefined | null, bio?: ResolverInputTypes["order_by"] | undefined | null, burns_aggregate?: ResolverInputTypes["burns_aggregate_order_by"] | undefined | null, circle?: ResolverInputTypes["circles_order_by"] | undefined | null, @@ -29319,12 +40427,13 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, - name?: ResolverInputTypes["order_by"] | undefined | null, + member_epoch_pgivess_aggregate?: ResolverInputTypes["member_epoch_pgives_aggregate_order_by"] | undefined | null, non_giver?: ResolverInputTypes["order_by"] | undefined | null, non_receiver?: ResolverInputTypes["order_by"] | undefined | null, pending_received_gifts_aggregate?: ResolverInputTypes["pending_token_gifts_aggregate_order_by"] | undefined | null, pending_sent_gifts_aggregate?: ResolverInputTypes["pending_token_gifts_aggregate_order_by"] | undefined | null, profile?: ResolverInputTypes["profiles_order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, received_gifts_aggregate?: ResolverInputTypes["token_gifts_aggregate_order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, sent_gifts_aggregate?: ResolverInputTypes["token_gifts_aggregate_order_by"] | undefined | null, @@ -29346,7 +40455,6 @@ count?: [{ columns?: Array | undefine ["users_select_column_users_aggregate_bool_exp_bool_or_arguments_columns"]:users_select_column_users_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "users" */ ["users_set_input"]: { - address?: string | undefined | null, bio?: string | undefined | null, circle_id?: ResolverInputTypes["bigint"] | undefined | null, created_at?: ResolverInputTypes["timestamp"] | undefined | null, @@ -29358,9 +40466,9 @@ count?: [{ columns?: Array | undefine give_token_received?: number | undefined | null, give_token_remaining?: number | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, - name?: string | undefined | null, non_giver?: boolean | undefined | null, non_receiver?: boolean | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, role?: number | undefined | null, starting_tokens?: number | undefined | null, updated_at?: ResolverInputTypes["timestamp"] | undefined | null @@ -29372,6 +40480,7 @@ count?: [{ columns?: Array | undefine give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -29383,6 +40492,7 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; @@ -29393,6 +40503,7 @@ count?: [{ columns?: Array | undefine give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -29404,6 +40515,7 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; @@ -29414,6 +40526,7 @@ count?: [{ columns?: Array | undefine give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -29425,6 +40538,7 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; @@ -29437,7 +40551,6 @@ count?: [{ columns?: Array | undefine }; /** Initial value of the column from where the streaming should start */ ["users_stream_cursor_value_input"]: { - address?: string | undefined | null, bio?: string | undefined | null, circle_id?: ResolverInputTypes["bigint"] | undefined | null, created_at?: ResolverInputTypes["timestamp"] | undefined | null, @@ -29449,9 +40562,9 @@ count?: [{ columns?: Array | undefine give_token_received?: number | undefined | null, give_token_remaining?: number | undefined | null, id?: ResolverInputTypes["bigint"] | undefined | null, - name?: string | undefined | null, non_giver?: boolean | undefined | null, non_receiver?: boolean | undefined | null, + profile_id?: ResolverInputTypes["bigint"] | undefined | null, role?: number | undefined | null, starting_tokens?: number | undefined | null, updated_at?: ResolverInputTypes["timestamp"] | undefined | null @@ -29463,6 +40576,7 @@ count?: [{ columns?: Array | undefine give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -29474,6 +40588,7 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; @@ -29494,6 +40609,7 @@ count?: [{ columns?: Array | undefine give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -29505,6 +40621,7 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; @@ -29515,6 +40632,7 @@ count?: [{ columns?: Array | undefine give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -29526,6 +40644,7 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; @@ -29536,6 +40655,7 @@ count?: [{ columns?: Array | undefine give_token_received?:boolean | `@${string}`, give_token_remaining?:boolean | `@${string}`, id?:boolean | `@${string}`, + profile_id?:boolean | `@${string}`, role?:boolean | `@${string}`, starting_tokens?:boolean | `@${string}`, __typename?: boolean | `@${string}` @@ -29547,6 +40667,7 @@ count?: [{ columns?: Array | undefine give_token_received?: ResolverInputTypes["order_by"] | undefined | null, give_token_remaining?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, + profile_id?: ResolverInputTypes["order_by"] | undefined | null, role?: ResolverInputTypes["order_by"] | undefined | null, starting_tokens?: ResolverInputTypes["order_by"] | undefined | null }; @@ -30523,6 +41644,29 @@ count?: [{ columns?: Array | undefin deployment_block?: ResolverInputTypes["order_by"] | undefined | null, id?: ResolverInputTypes["order_by"] | undefined | null, org_id?: ResolverInputTypes["order_by"] | undefined | null +}; + ["vector"]:unknown; + /** Boolean expression to compare columns of type "vector". All fields are combined with logical 'AND'. */ +["vector_comparison_exp"]: { + _eq?: ResolverInputTypes["vector"] | undefined | null, + _gt?: ResolverInputTypes["vector"] | undefined | null, + _gte?: ResolverInputTypes["vector"] | undefined | null, + _in?: Array | undefined | null, + _is_null?: boolean | undefined | null, + _lt?: ResolverInputTypes["vector"] | undefined | null, + _lte?: ResolverInputTypes["vector"] | undefined | null, + _neq?: ResolverInputTypes["vector"] | undefined | null, + _nin?: Array | undefined | null +}; + ["vector_search_poap_events_args"]: { + limit_count?: number | undefined | null, + match_threshold?: ResolverInputTypes["float8"] | undefined | null, + target_vector?: ResolverInputTypes["vector"] | undefined | null +}; + ["vector_search_poap_holders_args"]: { + limit_count?: number | undefined | null, + match_threshold?: ResolverInputTypes["float8"] | undefined | null, + target_vector?: ResolverInputTypes["vector"] | undefined | null }; /** columns and relationships of "vouches" */ ["vouches"]: AliasType<{ @@ -30822,15 +41966,25 @@ count?: [{ columns?: Array | undefi } export type ModelTypes = { - ["AdminUpdateUserInput"]: { - address: string, + ["schema"]: { + query?: ModelTypes["query_root"] | undefined, + mutation?: ModelTypes["mutation_root"] | undefined, + subscription?: ModelTypes["subscription_root"] | undefined +}; + ["AcceptTOSOutput"]: { + tos_agreed_at: string +}; + ["AddEmailInput"]: { + email: string +}; + ["AdminUpdateUserInput"]: { circle_id: number, fixed_non_receiver?: boolean | undefined, fixed_payment_amount?: number | undefined, name?: string | undefined, - new_address?: string | undefined, non_giver?: boolean | undefined, non_receiver?: boolean | undefined, + profile_id: number, role?: number | undefined, starting_tokens?: number | undefined }; @@ -30897,14 +42051,6 @@ export type ModelTypes = { circle_id: number, grant?: number | undefined, params: ModelTypes["EpochInputParams"] -}; - ["CreateEpochOldInput"]: { - circle_id: number, - days: number, - description?: string | undefined, - grant?: number | undefined, - repeat: number, - start_date: ModelTypes["timestamptz"] }; ["CreateNomineeInput"]: { address: string, @@ -30915,6 +42061,10 @@ export type ModelTypes = { ["CreateNomineeResponse"]: { id?: number | undefined, nominee?: ModelTypes["nominees"] | undefined +}; + ["CreateOrgMembersInput"]: { + org_id: number, + users: Array }; ["CreateSampleCircleResponse"]: { circle?: ModelTypes["circles"] | undefined, @@ -30942,6 +42092,9 @@ export type ModelTypes = { }; ["DeleteDiscordUserInput"]: { user_snowflake: string +}; + ["DeleteEmailInput"]: { + email: string }; ["DeleteEpochInput"]: { circle_id: number, @@ -30951,8 +42104,8 @@ export type ModelTypes = { success: boolean }; ["DeleteUserInput"]: { - address: string, - circle_id: number + circle_id: number, + profile_id: number }; ["DeleteUsersInput"]: { addresses: Array, @@ -31001,6 +42154,14 @@ export type ModelTypes = { api_key: string, circleApiKey?: ModelTypes["circle_api_keys"] | undefined, hash: string +}; + ["GiveCsvInput"]: { + circle_id: number, + epoch?: number | undefined, + epoch_id?: number | undefined +}; + ["GiveCsvResponse"]: { + file: string }; ["GuildAdmin"]: { address: string @@ -31023,6 +42184,9 @@ export type ModelTypes = { image_url: string, member_count: number, name: string +}; + ["IdInput"]: { + id: number }; /** Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. */ ["Int_comparison_exp"]: { @@ -31074,6 +42238,20 @@ export type ModelTypes = { }; ["MarkClaimedOutput"]: { ids: Array +}; + ["OrgMemberResponse"]: { + OrgMemberResponse?: ModelTypes["org_members"] | undefined, + id: string, + new: boolean +}; + ["SearchCosoulsInput"]: { + search_query: string +}; + ["SearchCosoulsOutput"]: { + cosoul_ids: Array +}; + ["SetPrimaryEmailInput"]: { + email: string }; /** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ ["String_comparison_exp"]: { @@ -31106,9 +42284,16 @@ export type ModelTypes = { _regex?: string | undefined, /** does the column match the given SQL regular expression */ _similar?: string | undefined +}; + ["SyncCoSoulInput"]: { + tx_hash: string +}; + ["SyncCoSoulOutput"]: { + token_id?: string | undefined }; ["UpdateCircleInput"]: { alloc_text?: string | undefined, + allow_distribute_evenly?: boolean | undefined, auto_opt_out?: boolean | undefined, circle_id: number, cont_help_text?: string | undefined, @@ -31136,9 +42321,12 @@ export type ModelTypes = { ["UpdateCircleResponse"]: { circle?: ModelTypes["circles"] | undefined, id: number +}; + ["UpdateCircleStartingGiveInput"]: { + circle_id: number, + starting_tokens: number }; ["UpdateContributionInput"]: { - datetime_created: ModelTypes["timestamptz"], description: string, id: number }; @@ -31152,15 +42340,6 @@ export type ModelTypes = { grant?: number | undefined, id: number, params?: ModelTypes["EpochInputParams"] | undefined -}; - ["UpdateEpochOldInput"]: { - circle_id: number, - days: number, - description?: string | undefined, - grant?: number | undefined, - id: number, - repeat: number, - start_date: ModelTypes["timestamptz"] }; ["UpdateOrgResponse"]: { id: number, @@ -31238,6 +42417,8 @@ export type ModelTypes = { actor_profile?: ModelTypes["profiles"] | undefined, actor_profile_id?: ModelTypes["bigint"] | undefined, /** An object relationship */ + actor_profile_public?: ModelTypes["profiles_public"] | undefined, + /** An object relationship */ circle?: ModelTypes["circles"] | undefined, circle_id?: ModelTypes["bigint"] | undefined, /** An object relationship */ @@ -31249,11 +42430,22 @@ export type ModelTypes = { epoch_id?: ModelTypes["bigint"] | undefined, id: ModelTypes["bigint"], /** An object relationship */ - organization: ModelTypes["organizations"], - organization_id: ModelTypes["bigint"], + organization?: ModelTypes["organizations"] | undefined, + organization_id?: ModelTypes["bigint"] | undefined, + private_stream: boolean, + /** An array relationship */ + private_stream_visibility: Array, + /** An aggregate relationship */ + private_stream_visibility_aggregate: ModelTypes["private_stream_visibility_aggregate"], + /** An array relationship */ + reactions: Array, + /** An aggregate relationship */ + reactions_aggregate: ModelTypes["reactions_aggregate"], /** An object relationship */ target_profile?: ModelTypes["profiles"] | undefined, target_profile_id?: ModelTypes["bigint"] | undefined, + /** An object relationship */ + target_profile_public?: ModelTypes["profiles_public"] | undefined, updated_at: ModelTypes["timestamptz"], /** An object relationship */ user?: ModelTypes["users"] | undefined, @@ -31263,6 +42455,29 @@ export type ModelTypes = { ["activities_aggregate"]: { aggregate?: ModelTypes["activities_aggregate_fields"] | undefined, nodes: Array +}; + ["activities_aggregate_bool_exp"]: { + bool_and?: ModelTypes["activities_aggregate_bool_exp_bool_and"] | undefined, + bool_or?: ModelTypes["activities_aggregate_bool_exp_bool_or"] | undefined, + count?: ModelTypes["activities_aggregate_bool_exp_count"] | undefined +}; + ["activities_aggregate_bool_exp_bool_and"]: { + arguments: ModelTypes["activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined, + filter?: ModelTypes["activities_bool_exp"] | undefined, + predicate: ModelTypes["Boolean_comparison_exp"] +}; + ["activities_aggregate_bool_exp_bool_or"]: { + arguments: ModelTypes["activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined, + filter?: ModelTypes["activities_bool_exp"] | undefined, + predicate: ModelTypes["Boolean_comparison_exp"] +}; + ["activities_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: ModelTypes["activities_bool_exp"] | undefined, + predicate: ModelTypes["Int_comparison_exp"] }; /** aggregate fields of "activities" */ ["activities_aggregate_fields"]: { @@ -31277,6 +42492,26 @@ export type ModelTypes = { var_pop?: ModelTypes["activities_var_pop_fields"] | undefined, var_samp?: ModelTypes["activities_var_samp_fields"] | undefined, variance?: ModelTypes["activities_variance_fields"] | undefined +}; + /** order by aggregate values of table "activities" */ +["activities_aggregate_order_by"]: { + avg?: ModelTypes["activities_avg_order_by"] | undefined, + count?: ModelTypes["order_by"] | undefined, + max?: ModelTypes["activities_max_order_by"] | undefined, + min?: ModelTypes["activities_min_order_by"] | undefined, + stddev?: ModelTypes["activities_stddev_order_by"] | undefined, + stddev_pop?: ModelTypes["activities_stddev_pop_order_by"] | undefined, + stddev_samp?: ModelTypes["activities_stddev_samp_order_by"] | undefined, + sum?: ModelTypes["activities_sum_order_by"] | undefined, + var_pop?: ModelTypes["activities_var_pop_order_by"] | undefined, + var_samp?: ModelTypes["activities_var_samp_order_by"] | undefined, + variance?: ModelTypes["activities_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "activities" */ +["activities_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ModelTypes["activities_on_conflict"] | undefined }; /** aggregate avg on columns */ ["activities_avg_fields"]: { @@ -31288,6 +42523,17 @@ export type ModelTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by avg() on columns of table "activities" */ +["activities_avg_order_by"]: { + actor_profile_id?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + contribution_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + target_profile_id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** Boolean expression to filter rows from the table "activities". All fields are combined with a logical 'AND'. */ ["activities_bool_exp"]: { @@ -31297,6 +42543,7 @@ export type ModelTypes = { action?: ModelTypes["String_comparison_exp"] | undefined, actor_profile?: ModelTypes["profiles_bool_exp"] | undefined, actor_profile_id?: ModelTypes["bigint_comparison_exp"] | undefined, + actor_profile_public?: ModelTypes["profiles_public_bool_exp"] | undefined, circle?: ModelTypes["circles_bool_exp"] | undefined, circle_id?: ModelTypes["bigint_comparison_exp"] | undefined, contribution?: ModelTypes["contributions_bool_exp"] | undefined, @@ -31307,8 +42554,14 @@ export type ModelTypes = { id?: ModelTypes["bigint_comparison_exp"] | undefined, organization?: ModelTypes["organizations_bool_exp"] | undefined, organization_id?: ModelTypes["bigint_comparison_exp"] | undefined, + private_stream?: ModelTypes["Boolean_comparison_exp"] | undefined, + private_stream_visibility?: ModelTypes["private_stream_visibility_bool_exp"] | undefined, + private_stream_visibility_aggregate?: ModelTypes["private_stream_visibility_aggregate_bool_exp"] | undefined, + reactions?: ModelTypes["reactions_bool_exp"] | undefined, + reactions_aggregate?: ModelTypes["reactions_aggregate_bool_exp"] | undefined, target_profile?: ModelTypes["profiles_bool_exp"] | undefined, target_profile_id?: ModelTypes["bigint_comparison_exp"] | undefined, + target_profile_public?: ModelTypes["profiles_public_bool_exp"] | undefined, updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, user?: ModelTypes["users_bool_exp"] | undefined, user_id?: ModelTypes["bigint_comparison_exp"] | undefined @@ -31330,6 +42583,7 @@ export type ModelTypes = { action?: string | undefined, actor_profile?: ModelTypes["profiles_obj_rel_insert_input"] | undefined, actor_profile_id?: ModelTypes["bigint"] | undefined, + actor_profile_public?: ModelTypes["profiles_public_obj_rel_insert_input"] | undefined, circle?: ModelTypes["circles_obj_rel_insert_input"] | undefined, circle_id?: ModelTypes["bigint"] | undefined, contribution?: ModelTypes["contributions_obj_rel_insert_input"] | undefined, @@ -31340,8 +42594,12 @@ export type ModelTypes = { id?: ModelTypes["bigint"] | undefined, organization?: ModelTypes["organizations_obj_rel_insert_input"] | undefined, organization_id?: ModelTypes["bigint"] | undefined, + private_stream?: boolean | undefined, + private_stream_visibility?: ModelTypes["private_stream_visibility_arr_rel_insert_input"] | undefined, + reactions?: ModelTypes["reactions_arr_rel_insert_input"] | undefined, target_profile?: ModelTypes["profiles_obj_rel_insert_input"] | undefined, target_profile_id?: ModelTypes["bigint"] | undefined, + target_profile_public?: ModelTypes["profiles_public_obj_rel_insert_input"] | undefined, updated_at?: ModelTypes["timestamptz"] | undefined, user?: ModelTypes["users_obj_rel_insert_input"] | undefined, user_id?: ModelTypes["bigint"] | undefined @@ -31359,6 +42617,20 @@ export type ModelTypes = { target_profile_id?: ModelTypes["bigint"] | undefined, updated_at?: ModelTypes["timestamptz"] | undefined, user_id?: ModelTypes["bigint"] | undefined +}; + /** order by max() on columns of table "activities" */ +["activities_max_order_by"]: { + action?: ModelTypes["order_by"] | undefined, + actor_profile_id?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + contribution_id?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + target_profile_id?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate min on columns */ ["activities_min_fields"]: { @@ -31373,6 +42645,20 @@ export type ModelTypes = { target_profile_id?: ModelTypes["bigint"] | undefined, updated_at?: ModelTypes["timestamptz"] | undefined, user_id?: ModelTypes["bigint"] | undefined +}; + /** order by min() on columns of table "activities" */ +["activities_min_order_by"]: { + action?: ModelTypes["order_by"] | undefined, + actor_profile_id?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + contribution_id?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + target_profile_id?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** response of any mutation on the table "activities" */ ["activities_mutation_response"]: { @@ -31380,6 +42666,12 @@ export type ModelTypes = { affected_rows: number, /** data from the rows affected by the mutation */ returning: Array +}; + /** input type for inserting object relation for remote table "activities" */ +["activities_obj_rel_insert_input"]: { + data: ModelTypes["activities_insert_input"], + /** upsert condition */ + on_conflict?: ModelTypes["activities_on_conflict"] | undefined }; /** on_conflict condition type for table "activities" */ ["activities_on_conflict"]: { @@ -31392,6 +42684,7 @@ export type ModelTypes = { action?: ModelTypes["order_by"] | undefined, actor_profile?: ModelTypes["profiles_order_by"] | undefined, actor_profile_id?: ModelTypes["order_by"] | undefined, + actor_profile_public?: ModelTypes["profiles_public_order_by"] | undefined, circle?: ModelTypes["circles_order_by"] | undefined, circle_id?: ModelTypes["order_by"] | undefined, contribution?: ModelTypes["contributions_order_by"] | undefined, @@ -31402,8 +42695,12 @@ export type ModelTypes = { id?: ModelTypes["order_by"] | undefined, organization?: ModelTypes["organizations_order_by"] | undefined, organization_id?: ModelTypes["order_by"] | undefined, + private_stream?: ModelTypes["order_by"] | undefined, + private_stream_visibility_aggregate?: ModelTypes["private_stream_visibility_aggregate_order_by"] | undefined, + reactions_aggregate?: ModelTypes["reactions_aggregate_order_by"] | undefined, target_profile?: ModelTypes["profiles_order_by"] | undefined, target_profile_id?: ModelTypes["order_by"] | undefined, + target_profile_public?: ModelTypes["profiles_public_order_by"] | undefined, updated_at?: ModelTypes["order_by"] | undefined, user?: ModelTypes["users_order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined @@ -31413,6 +42710,8 @@ export type ModelTypes = { id: ModelTypes["bigint"] }; ["activities_select_column"]:activities_select_column; + ["activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns"]:activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns; + ["activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns"]:activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "activities" */ ["activities_set_input"]: { action?: string | undefined, @@ -31423,6 +42722,7 @@ export type ModelTypes = { epoch_id?: ModelTypes["bigint"] | undefined, id?: ModelTypes["bigint"] | undefined, organization_id?: ModelTypes["bigint"] | undefined, + private_stream?: boolean | undefined, target_profile_id?: ModelTypes["bigint"] | undefined, updated_at?: ModelTypes["timestamptz"] | undefined, user_id?: ModelTypes["bigint"] | undefined @@ -31437,6 +42737,17 @@ export type ModelTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev() on columns of table "activities" */ +["activities_stddev_order_by"]: { + actor_profile_id?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + contribution_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + target_profile_id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate stddev_pop on columns */ ["activities_stddev_pop_fields"]: { @@ -31448,6 +42759,17 @@ export type ModelTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "activities" */ +["activities_stddev_pop_order_by"]: { + actor_profile_id?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + contribution_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + target_profile_id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate stddev_samp on columns */ ["activities_stddev_samp_fields"]: { @@ -31459,6 +42781,17 @@ export type ModelTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "activities" */ +["activities_stddev_samp_order_by"]: { + actor_profile_id?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + contribution_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + target_profile_id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** Streaming cursor of the table "activities" */ ["activities_stream_cursor_input"]: { @@ -31477,6 +42810,7 @@ export type ModelTypes = { epoch_id?: ModelTypes["bigint"] | undefined, id?: ModelTypes["bigint"] | undefined, organization_id?: ModelTypes["bigint"] | undefined, + private_stream?: boolean | undefined, target_profile_id?: ModelTypes["bigint"] | undefined, updated_at?: ModelTypes["timestamptz"] | undefined, user_id?: ModelTypes["bigint"] | undefined @@ -31491,6 +42825,17 @@ export type ModelTypes = { organization_id?: ModelTypes["bigint"] | undefined, target_profile_id?: ModelTypes["bigint"] | undefined, user_id?: ModelTypes["bigint"] | undefined +}; + /** order by sum() on columns of table "activities" */ +["activities_sum_order_by"]: { + actor_profile_id?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + contribution_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + target_profile_id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; ["activities_update_column"]:activities_update_column; ["activities_updates"]: { @@ -31511,6 +42856,17 @@ export type ModelTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by var_pop() on columns of table "activities" */ +["activities_var_pop_order_by"]: { + actor_profile_id?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + contribution_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + target_profile_id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate var_samp on columns */ ["activities_var_samp_fields"]: { @@ -31522,6 +42878,17 @@ export type ModelTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by var_samp() on columns of table "activities" */ +["activities_var_samp_order_by"]: { + actor_profile_id?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + contribution_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + target_profile_id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate variance on columns */ ["activities_variance_fields"]: { @@ -31533,6 +42900,131 @@ export type ModelTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by variance() on columns of table "activities" */ +["activities_variance_order_by"]: { + actor_profile_id?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + contribution_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + target_profile_id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined +}; + /** Tracking table for fetching data from address sources */ +["address_data_fetches"]: { + address: ModelTypes["citext"], + created_at: ModelTypes["timestamptz"], + poap_synced_at?: ModelTypes["timestamptz"] | undefined, + /** An object relationship */ + profile?: ModelTypes["profiles"] | undefined, + updated_at: ModelTypes["timestamptz"] +}; + /** aggregated selection of "address_data_fetches" */ +["address_data_fetches_aggregate"]: { + aggregate?: ModelTypes["address_data_fetches_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "address_data_fetches" */ +["address_data_fetches_aggregate_fields"]: { + count: number, + max?: ModelTypes["address_data_fetches_max_fields"] | undefined, + min?: ModelTypes["address_data_fetches_min_fields"] | undefined +}; + /** Boolean expression to filter rows from the table "address_data_fetches". All fields are combined with a logical 'AND'. */ +["address_data_fetches_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["address_data_fetches_bool_exp"] | undefined, + _or?: Array | undefined, + address?: ModelTypes["citext_comparison_exp"] | undefined, + created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + poap_synced_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + profile?: ModelTypes["profiles_bool_exp"] | undefined, + updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined +}; + ["address_data_fetches_constraint"]:address_data_fetches_constraint; + /** input type for inserting data into table "address_data_fetches" */ +["address_data_fetches_insert_input"]: { + address?: ModelTypes["citext"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + poap_synced_at?: ModelTypes["timestamptz"] | undefined, + profile?: ModelTypes["profiles_obj_rel_insert_input"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["address_data_fetches_max_fields"]: { + address?: ModelTypes["citext"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + poap_synced_at?: ModelTypes["timestamptz"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate min on columns */ +["address_data_fetches_min_fields"]: { + address?: ModelTypes["citext"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + poap_synced_at?: ModelTypes["timestamptz"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** response of any mutation on the table "address_data_fetches" */ +["address_data_fetches_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** input type for inserting object relation for remote table "address_data_fetches" */ +["address_data_fetches_obj_rel_insert_input"]: { + data: ModelTypes["address_data_fetches_insert_input"], + /** upsert condition */ + on_conflict?: ModelTypes["address_data_fetches_on_conflict"] | undefined +}; + /** on_conflict condition type for table "address_data_fetches" */ +["address_data_fetches_on_conflict"]: { + constraint: ModelTypes["address_data_fetches_constraint"], + update_columns: Array, + where?: ModelTypes["address_data_fetches_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "address_data_fetches". */ +["address_data_fetches_order_by"]: { + address?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + poap_synced_at?: ModelTypes["order_by"] | undefined, + profile?: ModelTypes["profiles_order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: address_data_fetches */ +["address_data_fetches_pk_columns_input"]: { + address: ModelTypes["citext"] +}; + ["address_data_fetches_select_column"]:address_data_fetches_select_column; + /** input type for updating data in table "address_data_fetches" */ +["address_data_fetches_set_input"]: { + address?: ModelTypes["citext"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + poap_synced_at?: ModelTypes["timestamptz"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** Streaming cursor of the table "address_data_fetches" */ +["address_data_fetches_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["address_data_fetches_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["address_data_fetches_stream_cursor_value_input"]: { + address?: ModelTypes["citext"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + poap_synced_at?: ModelTypes["timestamptz"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + ["address_data_fetches_update_column"]:address_data_fetches_update_column; + ["address_data_fetches_updates"]: { + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["address_data_fetches_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["address_data_fetches_bool_exp"] }; ["bigint"]:any; /** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */ @@ -33122,6 +44614,7 @@ export type ModelTypes = { /** columns and relationships of "circles" */ ["circles"]: { alloc_text?: string | undefined, + allow_distribute_evenly: boolean, /** An array relationship */ api_keys: Array, /** An aggregate relationship */ @@ -33184,6 +44677,7 @@ export type ModelTypes = { /** An aggregate relationship */ pending_token_gifts_aggregate: ModelTypes["pending_token_gifts_aggregate"], show_pending_gives: boolean, + starting_tokens: number, team_selection: boolean, telegram_id?: string | undefined, /** An array relationship */ @@ -33273,7 +44767,8 @@ export type ModelTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by avg() on columns of table "circles" */ ["circles_avg_order_by"]: { @@ -33283,7 +44778,8 @@ export type ModelTypes = { id?: ModelTypes["order_by"] | undefined, min_vouches?: ModelTypes["order_by"] | undefined, nomination_days_limit?: ModelTypes["order_by"] | undefined, - organization_id?: ModelTypes["order_by"] | undefined + organization_id?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined }; /** Boolean expression to filter rows from the table "circles". All fields are combined with a logical 'AND'. */ ["circles_bool_exp"]: { @@ -33291,6 +44787,7 @@ export type ModelTypes = { _not?: ModelTypes["circles_bool_exp"] | undefined, _or?: Array | undefined, alloc_text?: ModelTypes["String_comparison_exp"] | undefined, + allow_distribute_evenly?: ModelTypes["Boolean_comparison_exp"] | undefined, api_keys?: ModelTypes["circle_api_keys_bool_exp"] | undefined, api_keys_aggregate?: ModelTypes["circle_api_keys_aggregate_bool_exp"] | undefined, auto_opt_out?: ModelTypes["Boolean_comparison_exp"] | undefined, @@ -33332,6 +44829,7 @@ export type ModelTypes = { pending_token_gifts?: ModelTypes["pending_token_gifts_bool_exp"] | undefined, pending_token_gifts_aggregate?: ModelTypes["pending_token_gifts_aggregate_bool_exp"] | undefined, show_pending_gives?: ModelTypes["Boolean_comparison_exp"] | undefined, + starting_tokens?: ModelTypes["Int_comparison_exp"] | undefined, team_selection?: ModelTypes["Boolean_comparison_exp"] | undefined, telegram_id?: ModelTypes["String_comparison_exp"] | undefined, token_gifts?: ModelTypes["token_gifts_bool_exp"] | undefined, @@ -33354,11 +44852,13 @@ export type ModelTypes = { id?: ModelTypes["bigint"] | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** input type for inserting data into table "circles" */ ["circles_insert_input"]: { alloc_text?: string | undefined, + allow_distribute_evenly?: boolean | undefined, api_keys?: ModelTypes["circle_api_keys_arr_rel_insert_input"] | undefined, auto_opt_out?: boolean | undefined, burns?: ModelTypes["burns_arr_rel_insert_input"] | undefined, @@ -33391,6 +44891,7 @@ export type ModelTypes = { organization_id?: number | undefined, pending_token_gifts?: ModelTypes["pending_token_gifts_arr_rel_insert_input"] | undefined, show_pending_gives?: boolean | undefined, + starting_tokens?: number | undefined, team_selection?: boolean | undefined, telegram_id?: string | undefined, token_gifts?: ModelTypes["token_gifts_arr_rel_insert_input"] | undefined, @@ -33419,6 +44920,7 @@ export type ModelTypes = { name?: string | undefined, nomination_days_limit?: number | undefined, organization_id?: number | undefined, + starting_tokens?: number | undefined, telegram_id?: string | undefined, token_name?: string | undefined, updated_at?: ModelTypes["timestamp"] | undefined, @@ -33442,6 +44944,7 @@ export type ModelTypes = { name?: ModelTypes["order_by"] | undefined, nomination_days_limit?: ModelTypes["order_by"] | undefined, organization_id?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined, telegram_id?: ModelTypes["order_by"] | undefined, token_name?: ModelTypes["order_by"] | undefined, updated_at?: ModelTypes["order_by"] | undefined, @@ -33465,6 +44968,7 @@ export type ModelTypes = { name?: string | undefined, nomination_days_limit?: number | undefined, organization_id?: number | undefined, + starting_tokens?: number | undefined, telegram_id?: string | undefined, token_name?: string | undefined, updated_at?: ModelTypes["timestamp"] | undefined, @@ -33488,6 +44992,7 @@ export type ModelTypes = { name?: ModelTypes["order_by"] | undefined, nomination_days_limit?: ModelTypes["order_by"] | undefined, organization_id?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined, telegram_id?: ModelTypes["order_by"] | undefined, token_name?: ModelTypes["order_by"] | undefined, updated_at?: ModelTypes["order_by"] | undefined, @@ -33515,6 +45020,7 @@ export type ModelTypes = { /** Ordering options when selecting data from "circles". */ ["circles_order_by"]: { alloc_text?: ModelTypes["order_by"] | undefined, + allow_distribute_evenly?: ModelTypes["order_by"] | undefined, api_keys_aggregate?: ModelTypes["circle_api_keys_aggregate_order_by"] | undefined, auto_opt_out?: ModelTypes["order_by"] | undefined, burns_aggregate?: ModelTypes["burns_aggregate_order_by"] | undefined, @@ -33547,6 +45053,7 @@ export type ModelTypes = { organization_id?: ModelTypes["order_by"] | undefined, pending_token_gifts_aggregate?: ModelTypes["pending_token_gifts_aggregate_order_by"] | undefined, show_pending_gives?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined, team_selection?: ModelTypes["order_by"] | undefined, telegram_id?: ModelTypes["order_by"] | undefined, token_gifts_aggregate?: ModelTypes["token_gifts_aggregate_order_by"] | undefined, @@ -33567,6 +45074,7 @@ export type ModelTypes = { /** input type for updating data in table "circles" */ ["circles_set_input"]: { alloc_text?: string | undefined, + allow_distribute_evenly?: boolean | undefined, auto_opt_out?: boolean | undefined, cont_help_text?: string | undefined, contact?: string | undefined, @@ -33587,6 +45095,7 @@ export type ModelTypes = { only_giver_vouch?: boolean | undefined, organization_id?: number | undefined, show_pending_gives?: boolean | undefined, + starting_tokens?: number | undefined, team_selection?: boolean | undefined, telegram_id?: string | undefined, token_name?: string | undefined, @@ -33602,7 +45111,8 @@ export type ModelTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by stddev() on columns of table "circles" */ ["circles_stddev_order_by"]: { @@ -33612,7 +45122,8 @@ export type ModelTypes = { id?: ModelTypes["order_by"] | undefined, min_vouches?: ModelTypes["order_by"] | undefined, nomination_days_limit?: ModelTypes["order_by"] | undefined, - organization_id?: ModelTypes["order_by"] | undefined + organization_id?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined }; /** aggregate stddev_pop on columns */ ["circles_stddev_pop_fields"]: { @@ -33622,7 +45133,8 @@ export type ModelTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by stddev_pop() on columns of table "circles" */ ["circles_stddev_pop_order_by"]: { @@ -33632,7 +45144,8 @@ export type ModelTypes = { id?: ModelTypes["order_by"] | undefined, min_vouches?: ModelTypes["order_by"] | undefined, nomination_days_limit?: ModelTypes["order_by"] | undefined, - organization_id?: ModelTypes["order_by"] | undefined + organization_id?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined }; /** aggregate stddev_samp on columns */ ["circles_stddev_samp_fields"]: { @@ -33642,7 +45155,8 @@ export type ModelTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by stddev_samp() on columns of table "circles" */ ["circles_stddev_samp_order_by"]: { @@ -33652,7 +45166,8 @@ export type ModelTypes = { id?: ModelTypes["order_by"] | undefined, min_vouches?: ModelTypes["order_by"] | undefined, nomination_days_limit?: ModelTypes["order_by"] | undefined, - organization_id?: ModelTypes["order_by"] | undefined + organization_id?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined }; /** Streaming cursor of the table "circles" */ ["circles_stream_cursor_input"]: { @@ -33664,6 +45179,7 @@ export type ModelTypes = { /** Initial value of the column from where the streaming should start */ ["circles_stream_cursor_value_input"]: { alloc_text?: string | undefined, + allow_distribute_evenly?: boolean | undefined, auto_opt_out?: boolean | undefined, cont_help_text?: string | undefined, contact?: string | undefined, @@ -33684,6 +45200,7 @@ export type ModelTypes = { only_giver_vouch?: boolean | undefined, organization_id?: number | undefined, show_pending_gives?: boolean | undefined, + starting_tokens?: number | undefined, team_selection?: boolean | undefined, telegram_id?: string | undefined, token_name?: string | undefined, @@ -33699,7 +45216,8 @@ export type ModelTypes = { id?: ModelTypes["bigint"] | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by sum() on columns of table "circles" */ ["circles_sum_order_by"]: { @@ -33709,7 +45227,8 @@ export type ModelTypes = { id?: ModelTypes["order_by"] | undefined, min_vouches?: ModelTypes["order_by"] | undefined, nomination_days_limit?: ModelTypes["order_by"] | undefined, - organization_id?: ModelTypes["order_by"] | undefined + organization_id?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined }; ["circles_update_column"]:circles_update_column; ["circles_updates"]: { @@ -33728,7 +45247,8 @@ export type ModelTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by var_pop() on columns of table "circles" */ ["circles_var_pop_order_by"]: { @@ -33738,7 +45258,8 @@ export type ModelTypes = { id?: ModelTypes["order_by"] | undefined, min_vouches?: ModelTypes["order_by"] | undefined, nomination_days_limit?: ModelTypes["order_by"] | undefined, - organization_id?: ModelTypes["order_by"] | undefined + organization_id?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined }; /** aggregate var_samp on columns */ ["circles_var_samp_fields"]: { @@ -33748,7 +45269,8 @@ export type ModelTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by var_samp() on columns of table "circles" */ ["circles_var_samp_order_by"]: { @@ -33758,7 +45280,8 @@ export type ModelTypes = { id?: ModelTypes["order_by"] | undefined, min_vouches?: ModelTypes["order_by"] | undefined, nomination_days_limit?: ModelTypes["order_by"] | undefined, - organization_id?: ModelTypes["order_by"] | undefined + organization_id?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined }; /** aggregate variance on columns */ ["circles_variance_fields"]: { @@ -33768,7 +45291,8 @@ export type ModelTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by variance() on columns of table "circles" */ ["circles_variance_order_by"]: { @@ -33778,7 +45302,8 @@ export type ModelTypes = { id?: ModelTypes["order_by"] | undefined, min_vouches?: ModelTypes["order_by"] | undefined, nomination_days_limit?: ModelTypes["order_by"] | undefined, - organization_id?: ModelTypes["order_by"] | undefined + organization_id?: ModelTypes["order_by"] | undefined, + starting_tokens?: ModelTypes["order_by"] | undefined }; ["citext"]:any; /** Boolean expression to compare columns of type "citext". All fields are combined with logical 'AND'. */ @@ -34201,24 +45726,133 @@ export type ModelTypes = { index?: ModelTypes["order_by"] | undefined, new_amount?: ModelTypes["order_by"] | undefined, profile_id?: ModelTypes["order_by"] | undefined +}; + /** columns and relationships of "contribution_count" */ +["contribution_count"]: { + contributions?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregated selection of "contribution_count" */ +["contribution_count_aggregate"]: { + aggregate?: ModelTypes["contribution_count_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "contribution_count" */ +["contribution_count_aggregate_fields"]: { + avg?: ModelTypes["contribution_count_avg_fields"] | undefined, + count: number, + max?: ModelTypes["contribution_count_max_fields"] | undefined, + min?: ModelTypes["contribution_count_min_fields"] | undefined, + stddev?: ModelTypes["contribution_count_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["contribution_count_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["contribution_count_stddev_samp_fields"] | undefined, + sum?: ModelTypes["contribution_count_sum_fields"] | undefined, + var_pop?: ModelTypes["contribution_count_var_pop_fields"] | undefined, + var_samp?: ModelTypes["contribution_count_var_samp_fields"] | undefined, + variance?: ModelTypes["contribution_count_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["contribution_count_avg_fields"]: { + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "contribution_count". All fields are combined with a logical 'AND'. */ +["contribution_count_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["contribution_count_bool_exp"] | undefined, + _or?: Array | undefined, + contributions?: ModelTypes["bigint_comparison_exp"] | undefined, + profile_id?: ModelTypes["bigint_comparison_exp"] | undefined +}; + /** aggregate max on columns */ +["contribution_count_max_fields"]: { + contributions?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregate min on columns */ +["contribution_count_min_fields"]: { + contributions?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** Ordering options when selecting data from "contribution_count". */ +["contribution_count_order_by"]: { + contributions?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined +}; + ["contribution_count_select_column"]:contribution_count_select_column; + /** aggregate stddev on columns */ +["contribution_count_stddev_fields"]: { + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["contribution_count_stddev_pop_fields"]: { + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["contribution_count_stddev_samp_fields"]: { + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** Streaming cursor of the table "contribution_count" */ +["contribution_count_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["contribution_count_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["contribution_count_stream_cursor_value_input"]: { + contributions?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregate sum on columns */ +["contribution_count_sum_fields"]: { + contributions?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregate var_pop on columns */ +["contribution_count_var_pop_fields"]: { + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["contribution_count_var_samp_fields"]: { + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate variance on columns */ +["contribution_count_variance_fields"]: { + contributions?: number | undefined, + profile_id?: number | undefined }; /** columns and relationships of "contributions" */ ["contributions"]: { /** An object relationship */ - circle: ModelTypes["circles"], - circle_id: ModelTypes["bigint"], + circle?: ModelTypes["circles"] | undefined, + circle_id?: ModelTypes["bigint"] | undefined, created_at: ModelTypes["timestamptz"], /** An object relationship */ created_with_api_key?: ModelTypes["circle_api_keys"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created: ModelTypes["timestamptz"], deleted_at?: ModelTypes["timestamptz"] | undefined, description: string, id: ModelTypes["bigint"], + private_stream: boolean, + /** An array relationship */ + private_stream_visibility: Array, + /** An aggregate relationship */ + private_stream_visibility_aggregate: ModelTypes["private_stream_visibility_aggregate"], + /** An object relationship */ + profile?: ModelTypes["profiles"] | undefined, + profile_id: ModelTypes["bigint"], + /** An object relationship */ + profile_public?: ModelTypes["profiles_public"] | undefined, updated_at: ModelTypes["timestamptz"], /** An object relationship */ - user: ModelTypes["users"], - user_id: ModelTypes["bigint"] + user?: ModelTypes["users"] | undefined, + user_id?: ModelTypes["bigint"] | undefined }; /** aggregated selection of "contributions" */ ["contributions_aggregate"]: { @@ -34226,7 +45860,21 @@ export type ModelTypes = { nodes: Array }; ["contributions_aggregate_bool_exp"]: { + bool_and?: ModelTypes["contributions_aggregate_bool_exp_bool_and"] | undefined, + bool_or?: ModelTypes["contributions_aggregate_bool_exp_bool_or"] | undefined, count?: ModelTypes["contributions_aggregate_bool_exp_count"] | undefined +}; + ["contributions_aggregate_bool_exp_bool_and"]: { + arguments: ModelTypes["contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined, + filter?: ModelTypes["contributions_bool_exp"] | undefined, + predicate: ModelTypes["Boolean_comparison_exp"] +}; + ["contributions_aggregate_bool_exp_bool_or"]: { + arguments: ModelTypes["contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined, + filter?: ModelTypes["contributions_bool_exp"] | undefined, + predicate: ModelTypes["Boolean_comparison_exp"] }; ["contributions_aggregate_bool_exp_count"]: { arguments?: Array | undefined, @@ -34272,12 +45920,14 @@ export type ModelTypes = { ["contributions_avg_fields"]: { circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by avg() on columns of table "contributions" */ ["contributions_avg_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined }; /** Boolean expression to filter rows from the table "contributions". All fields are combined with a logical 'AND'. */ @@ -34290,10 +45940,15 @@ export type ModelTypes = { created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, created_with_api_key?: ModelTypes["circle_api_keys_bool_exp"] | undefined, created_with_api_key_hash?: ModelTypes["String_comparison_exp"] | undefined, - datetime_created?: ModelTypes["timestamptz_comparison_exp"] | undefined, deleted_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, description?: ModelTypes["String_comparison_exp"] | undefined, id?: ModelTypes["bigint_comparison_exp"] | undefined, + private_stream?: ModelTypes["Boolean_comparison_exp"] | undefined, + private_stream_visibility?: ModelTypes["private_stream_visibility_bool_exp"] | undefined, + private_stream_visibility_aggregate?: ModelTypes["private_stream_visibility_aggregate_bool_exp"] | undefined, + profile?: ModelTypes["profiles_bool_exp"] | undefined, + profile_id?: ModelTypes["bigint_comparison_exp"] | undefined, + profile_public?: ModelTypes["profiles_public_bool_exp"] | undefined, updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, user?: ModelTypes["users_bool_exp"] | undefined, user_id?: ModelTypes["bigint_comparison_exp"] | undefined @@ -34303,6 +45958,7 @@ export type ModelTypes = { ["contributions_inc_input"]: { circle_id?: ModelTypes["bigint"] | undefined, id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, user_id?: ModelTypes["bigint"] | undefined }; /** input type for inserting data into table "contributions" */ @@ -34312,10 +45968,14 @@ export type ModelTypes = { created_at?: ModelTypes["timestamptz"] | undefined, created_with_api_key?: ModelTypes["circle_api_keys_obj_rel_insert_input"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created?: ModelTypes["timestamptz"] | undefined, deleted_at?: ModelTypes["timestamptz"] | undefined, description?: string | undefined, id?: ModelTypes["bigint"] | undefined, + private_stream?: boolean | undefined, + private_stream_visibility?: ModelTypes["private_stream_visibility_arr_rel_insert_input"] | undefined, + profile?: ModelTypes["profiles_obj_rel_insert_input"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + profile_public?: ModelTypes["profiles_public_obj_rel_insert_input"] | undefined, updated_at?: ModelTypes["timestamptz"] | undefined, user?: ModelTypes["users_obj_rel_insert_input"] | undefined, user_id?: ModelTypes["bigint"] | undefined @@ -34325,10 +45985,10 @@ export type ModelTypes = { circle_id?: ModelTypes["bigint"] | undefined, created_at?: ModelTypes["timestamptz"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created?: ModelTypes["timestamptz"] | undefined, deleted_at?: ModelTypes["timestamptz"] | undefined, description?: string | undefined, id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, updated_at?: ModelTypes["timestamptz"] | undefined, user_id?: ModelTypes["bigint"] | undefined }; @@ -34337,10 +45997,10 @@ export type ModelTypes = { circle_id?: ModelTypes["order_by"] | undefined, created_at?: ModelTypes["order_by"] | undefined, created_with_api_key_hash?: ModelTypes["order_by"] | undefined, - datetime_created?: ModelTypes["order_by"] | undefined, deleted_at?: ModelTypes["order_by"] | undefined, description?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, updated_at?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined }; @@ -34349,10 +46009,10 @@ export type ModelTypes = { circle_id?: ModelTypes["bigint"] | undefined, created_at?: ModelTypes["timestamptz"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created?: ModelTypes["timestamptz"] | undefined, deleted_at?: ModelTypes["timestamptz"] | undefined, description?: string | undefined, id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, updated_at?: ModelTypes["timestamptz"] | undefined, user_id?: ModelTypes["bigint"] | undefined }; @@ -34361,10 +46021,10 @@ export type ModelTypes = { circle_id?: ModelTypes["order_by"] | undefined, created_at?: ModelTypes["order_by"] | undefined, created_with_api_key_hash?: ModelTypes["order_by"] | undefined, - datetime_created?: ModelTypes["order_by"] | undefined, deleted_at?: ModelTypes["order_by"] | undefined, description?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, updated_at?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined }; @@ -34394,10 +46054,14 @@ export type ModelTypes = { created_at?: ModelTypes["order_by"] | undefined, created_with_api_key?: ModelTypes["circle_api_keys_order_by"] | undefined, created_with_api_key_hash?: ModelTypes["order_by"] | undefined, - datetime_created?: ModelTypes["order_by"] | undefined, deleted_at?: ModelTypes["order_by"] | undefined, description?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + private_stream?: ModelTypes["order_by"] | undefined, + private_stream_visibility_aggregate?: ModelTypes["private_stream_visibility_aggregate_order_by"] | undefined, + profile?: ModelTypes["profiles_order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + profile_public?: ModelTypes["profiles_public_order_by"] | undefined, updated_at?: ModelTypes["order_by"] | undefined, user?: ModelTypes["users_order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined @@ -34407,15 +46071,18 @@ export type ModelTypes = { id: ModelTypes["bigint"] }; ["contributions_select_column"]:contributions_select_column; + ["contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns"]:contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns; + ["contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns"]:contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "contributions" */ ["contributions_set_input"]: { circle_id?: ModelTypes["bigint"] | undefined, created_at?: ModelTypes["timestamptz"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created?: ModelTypes["timestamptz"] | undefined, deleted_at?: ModelTypes["timestamptz"] | undefined, description?: string | undefined, id?: ModelTypes["bigint"] | undefined, + private_stream?: boolean | undefined, + profile_id?: ModelTypes["bigint"] | undefined, updated_at?: ModelTypes["timestamptz"] | undefined, user_id?: ModelTypes["bigint"] | undefined }; @@ -34423,36 +46090,42 @@ export type ModelTypes = { ["contributions_stddev_fields"]: { circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by stddev() on columns of table "contributions" */ ["contributions_stddev_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined }; /** aggregate stddev_pop on columns */ ["contributions_stddev_pop_fields"]: { circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by stddev_pop() on columns of table "contributions" */ ["contributions_stddev_pop_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined }; /** aggregate stddev_samp on columns */ ["contributions_stddev_samp_fields"]: { circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by stddev_samp() on columns of table "contributions" */ ["contributions_stddev_samp_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined }; /** Streaming cursor of the table "contributions" */ @@ -34467,10 +46140,11 @@ export type ModelTypes = { circle_id?: ModelTypes["bigint"] | undefined, created_at?: ModelTypes["timestamptz"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created?: ModelTypes["timestamptz"] | undefined, deleted_at?: ModelTypes["timestamptz"] | undefined, description?: string | undefined, id?: ModelTypes["bigint"] | undefined, + private_stream?: boolean | undefined, + profile_id?: ModelTypes["bigint"] | undefined, updated_at?: ModelTypes["timestamptz"] | undefined, user_id?: ModelTypes["bigint"] | undefined }; @@ -34478,12 +46152,14 @@ export type ModelTypes = { ["contributions_sum_fields"]: { circle_id?: ModelTypes["bigint"] | undefined, id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, user_id?: ModelTypes["bigint"] | undefined }; /** order by sum() on columns of table "contributions" */ ["contributions_sum_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined }; ["contributions_update_column"]:contributions_update_column; @@ -34499,37 +46175,295 @@ export type ModelTypes = { ["contributions_var_pop_fields"]: { circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by var_pop() on columns of table "contributions" */ ["contributions_var_pop_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined }; /** aggregate var_samp on columns */ ["contributions_var_samp_fields"]: { circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by var_samp() on columns of table "contributions" */ ["contributions_var_samp_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined }; /** aggregate variance on columns */ ["contributions_variance_fields"]: { circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by variance() on columns of table "contributions" */ ["contributions_variance_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined +}; + /** local db copy of last synced on-chain cosoul data */ +["cosouls"]: { + address: ModelTypes["citext"], + /** An object relationship */ + address_data_fetches?: ModelTypes["address_data_fetches"] | undefined, + checked_at?: ModelTypes["timestamptz"] | undefined, + created_at: ModelTypes["timestamptz"], + created_tx_hash: string, + /** An array relationship */ + held_keys: Array, + /** An aggregate relationship */ + held_keys_aggregate: ModelTypes["key_holders_aggregate"], + id: number, + /** An array relationship */ + key_holders: Array, + /** An aggregate relationship */ + key_holders_aggregate: ModelTypes["key_holders_aggregate"], + pgive?: number | undefined, + /** An array relationship */ + poaps: Array, + /** An aggregate relationship */ + poaps_aggregate: ModelTypes["poap_holders_aggregate"], + /** An object relationship */ + profile?: ModelTypes["profiles"] | undefined, + /** An object relationship */ + profile_public?: ModelTypes["profiles_public"] | undefined, + synced_at?: ModelTypes["timestamptz"] | undefined, + token_id: number, + updated_at: ModelTypes["timestamptz"] +}; + /** aggregated selection of "cosouls" */ +["cosouls_aggregate"]: { + aggregate?: ModelTypes["cosouls_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "cosouls" */ +["cosouls_aggregate_fields"]: { + avg?: ModelTypes["cosouls_avg_fields"] | undefined, + count: number, + max?: ModelTypes["cosouls_max_fields"] | undefined, + min?: ModelTypes["cosouls_min_fields"] | undefined, + stddev?: ModelTypes["cosouls_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["cosouls_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["cosouls_stddev_samp_fields"] | undefined, + sum?: ModelTypes["cosouls_sum_fields"] | undefined, + var_pop?: ModelTypes["cosouls_var_pop_fields"] | undefined, + var_samp?: ModelTypes["cosouls_var_samp_fields"] | undefined, + variance?: ModelTypes["cosouls_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["cosouls_avg_fields"]: { + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "cosouls". All fields are combined with a logical 'AND'. */ +["cosouls_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["cosouls_bool_exp"] | undefined, + _or?: Array | undefined, + address?: ModelTypes["citext_comparison_exp"] | undefined, + address_data_fetches?: ModelTypes["address_data_fetches_bool_exp"] | undefined, + checked_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + created_tx_hash?: ModelTypes["String_comparison_exp"] | undefined, + held_keys?: ModelTypes["key_holders_bool_exp"] | undefined, + held_keys_aggregate?: ModelTypes["key_holders_aggregate_bool_exp"] | undefined, + id?: ModelTypes["Int_comparison_exp"] | undefined, + key_holders?: ModelTypes["key_holders_bool_exp"] | undefined, + key_holders_aggregate?: ModelTypes["key_holders_aggregate_bool_exp"] | undefined, + pgive?: ModelTypes["Int_comparison_exp"] | undefined, + poaps?: ModelTypes["poap_holders_bool_exp"] | undefined, + poaps_aggregate?: ModelTypes["poap_holders_aggregate_bool_exp"] | undefined, + profile?: ModelTypes["profiles_bool_exp"] | undefined, + profile_public?: ModelTypes["profiles_public_bool_exp"] | undefined, + synced_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + token_id?: ModelTypes["Int_comparison_exp"] | undefined, + updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined +}; + ["cosouls_constraint"]:cosouls_constraint; + /** input type for incrementing numeric columns in table "cosouls" */ +["cosouls_inc_input"]: { + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** input type for inserting data into table "cosouls" */ +["cosouls_insert_input"]: { + address?: ModelTypes["citext"] | undefined, + address_data_fetches?: ModelTypes["address_data_fetches_obj_rel_insert_input"] | undefined, + checked_at?: ModelTypes["timestamptz"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + created_tx_hash?: string | undefined, + held_keys?: ModelTypes["key_holders_arr_rel_insert_input"] | undefined, + id?: number | undefined, + key_holders?: ModelTypes["key_holders_arr_rel_insert_input"] | undefined, + pgive?: number | undefined, + poaps?: ModelTypes["poap_holders_arr_rel_insert_input"] | undefined, + profile?: ModelTypes["profiles_obj_rel_insert_input"] | undefined, + profile_public?: ModelTypes["profiles_public_obj_rel_insert_input"] | undefined, + synced_at?: ModelTypes["timestamptz"] | undefined, + token_id?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["cosouls_max_fields"]: { + address?: ModelTypes["citext"] | undefined, + checked_at?: ModelTypes["timestamptz"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + created_tx_hash?: string | undefined, + id?: number | undefined, + pgive?: number | undefined, + synced_at?: ModelTypes["timestamptz"] | undefined, + token_id?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate min on columns */ +["cosouls_min_fields"]: { + address?: ModelTypes["citext"] | undefined, + checked_at?: ModelTypes["timestamptz"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + created_tx_hash?: string | undefined, + id?: number | undefined, + pgive?: number | undefined, + synced_at?: ModelTypes["timestamptz"] | undefined, + token_id?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** response of any mutation on the table "cosouls" */ +["cosouls_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** input type for inserting object relation for remote table "cosouls" */ +["cosouls_obj_rel_insert_input"]: { + data: ModelTypes["cosouls_insert_input"], + /** upsert condition */ + on_conflict?: ModelTypes["cosouls_on_conflict"] | undefined +}; + /** on_conflict condition type for table "cosouls" */ +["cosouls_on_conflict"]: { + constraint: ModelTypes["cosouls_constraint"], + update_columns: Array, + where?: ModelTypes["cosouls_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "cosouls". */ +["cosouls_order_by"]: { + address?: ModelTypes["order_by"] | undefined, + address_data_fetches?: ModelTypes["address_data_fetches_order_by"] | undefined, + checked_at?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + created_tx_hash?: ModelTypes["order_by"] | undefined, + held_keys_aggregate?: ModelTypes["key_holders_aggregate_order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + key_holders_aggregate?: ModelTypes["key_holders_aggregate_order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + poaps_aggregate?: ModelTypes["poap_holders_aggregate_order_by"] | undefined, + profile?: ModelTypes["profiles_order_by"] | undefined, + profile_public?: ModelTypes["profiles_public_order_by"] | undefined, + synced_at?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: cosouls */ +["cosouls_pk_columns_input"]: { + id: number +}; + ["cosouls_select_column"]:cosouls_select_column; + /** input type for updating data in table "cosouls" */ +["cosouls_set_input"]: { + address?: ModelTypes["citext"] | undefined, + checked_at?: ModelTypes["timestamptz"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + created_tx_hash?: string | undefined, + id?: number | undefined, + pgive?: number | undefined, + synced_at?: ModelTypes["timestamptz"] | undefined, + token_id?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate stddev on columns */ +["cosouls_stddev_fields"]: { + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["cosouls_stddev_pop_fields"]: { + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["cosouls_stddev_samp_fields"]: { + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** Streaming cursor of the table "cosouls" */ +["cosouls_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["cosouls_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["cosouls_stream_cursor_value_input"]: { + address?: ModelTypes["citext"] | undefined, + checked_at?: ModelTypes["timestamptz"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + created_tx_hash?: string | undefined, + id?: number | undefined, + pgive?: number | undefined, + synced_at?: ModelTypes["timestamptz"] | undefined, + token_id?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate sum on columns */ +["cosouls_sum_fields"]: { + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + ["cosouls_update_column"]:cosouls_update_column; + ["cosouls_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["cosouls_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["cosouls_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["cosouls_bool_exp"] +}; + /** aggregate var_pop on columns */ +["cosouls_var_pop_fields"]: { + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["cosouls_var_samp_fields"]: { + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** aggregate variance on columns */ +["cosouls_variance_fields"]: { + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined }; ["cursor_ordering"]:cursor_ordering; ["date"]:any; @@ -35016,6 +46950,206 @@ export type ModelTypes = { ["discord_roles_circles_variance_fields"]: { circle_id?: number | undefined, id?: number | undefined +}; + /** User api tokens, one per circle */ +["discord_user_api_tokens"]: { + circle_id: ModelTypes["bigint"], + created_at: ModelTypes["timestamptz"], + discord_user?: ModelTypes["bigint"] | undefined, + id: ModelTypes["bigint"], + profile_id: ModelTypes["bigint"], + token: string, + updated_at: ModelTypes["timestamptz"] +}; + /** aggregated selection of "discord.user_api_tokens" */ +["discord_user_api_tokens_aggregate"]: { + aggregate?: ModelTypes["discord_user_api_tokens_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "discord.user_api_tokens" */ +["discord_user_api_tokens_aggregate_fields"]: { + avg?: ModelTypes["discord_user_api_tokens_avg_fields"] | undefined, + count: number, + max?: ModelTypes["discord_user_api_tokens_max_fields"] | undefined, + min?: ModelTypes["discord_user_api_tokens_min_fields"] | undefined, + stddev?: ModelTypes["discord_user_api_tokens_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["discord_user_api_tokens_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["discord_user_api_tokens_stddev_samp_fields"] | undefined, + sum?: ModelTypes["discord_user_api_tokens_sum_fields"] | undefined, + var_pop?: ModelTypes["discord_user_api_tokens_var_pop_fields"] | undefined, + var_samp?: ModelTypes["discord_user_api_tokens_var_samp_fields"] | undefined, + variance?: ModelTypes["discord_user_api_tokens_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["discord_user_api_tokens_avg_fields"]: { + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "discord.user_api_tokens". All fields are combined with a logical 'AND'. */ +["discord_user_api_tokens_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["discord_user_api_tokens_bool_exp"] | undefined, + _or?: Array | undefined, + circle_id?: ModelTypes["bigint_comparison_exp"] | undefined, + created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + discord_user?: ModelTypes["bigint_comparison_exp"] | undefined, + id?: ModelTypes["bigint_comparison_exp"] | undefined, + profile_id?: ModelTypes["bigint_comparison_exp"] | undefined, + token?: ModelTypes["String_comparison_exp"] | undefined, + updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined +}; + ["discord_user_api_tokens_constraint"]:discord_user_api_tokens_constraint; + /** input type for incrementing numeric columns in table "discord.user_api_tokens" */ +["discord_user_api_tokens_inc_input"]: { + circle_id?: ModelTypes["bigint"] | undefined, + discord_user?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** input type for inserting data into table "discord.user_api_tokens" */ +["discord_user_api_tokens_insert_input"]: { + circle_id?: ModelTypes["bigint"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + discord_user?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + token?: string | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["discord_user_api_tokens_max_fields"]: { + circle_id?: ModelTypes["bigint"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + discord_user?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + token?: string | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate min on columns */ +["discord_user_api_tokens_min_fields"]: { + circle_id?: ModelTypes["bigint"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + discord_user?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + token?: string | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** response of any mutation on the table "discord.user_api_tokens" */ +["discord_user_api_tokens_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "discord.user_api_tokens" */ +["discord_user_api_tokens_on_conflict"]: { + constraint: ModelTypes["discord_user_api_tokens_constraint"], + update_columns: Array, + where?: ModelTypes["discord_user_api_tokens_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "discord.user_api_tokens". */ +["discord_user_api_tokens_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + discord_user?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + token?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: discord.user_api_tokens */ +["discord_user_api_tokens_pk_columns_input"]: { + id: ModelTypes["bigint"] +}; + ["discord_user_api_tokens_select_column"]:discord_user_api_tokens_select_column; + /** input type for updating data in table "discord.user_api_tokens" */ +["discord_user_api_tokens_set_input"]: { + circle_id?: ModelTypes["bigint"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + discord_user?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + token?: string | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate stddev on columns */ +["discord_user_api_tokens_stddev_fields"]: { + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["discord_user_api_tokens_stddev_pop_fields"]: { + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["discord_user_api_tokens_stddev_samp_fields"]: { + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** Streaming cursor of the table "discord_user_api_tokens" */ +["discord_user_api_tokens_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["discord_user_api_tokens_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["discord_user_api_tokens_stream_cursor_value_input"]: { + circle_id?: ModelTypes["bigint"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + discord_user?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + token?: string | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate sum on columns */ +["discord_user_api_tokens_sum_fields"]: { + circle_id?: ModelTypes["bigint"] | undefined, + discord_user?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + ["discord_user_api_tokens_update_column"]:discord_user_api_tokens_update_column; + ["discord_user_api_tokens_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["discord_user_api_tokens_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["discord_user_api_tokens_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["discord_user_api_tokens_bool_exp"] +}; + /** aggregate var_pop on columns */ +["discord_user_api_tokens_var_pop_fields"]: { + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["discord_user_api_tokens_var_samp_fields"]: { + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate variance on columns */ +["discord_user_api_tokens_variance_fields"]: { + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined }; /** link discord user ids to coordinape profiles 1:1 */ ["discord_users"]: { @@ -35699,6 +47833,258 @@ export type ModelTypes = { gift_amount?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, vault_id?: ModelTypes["order_by"] | undefined +}; + /** columns and relationships of "emails" */ +["emails"]: { + email: ModelTypes["citext"], + primary: boolean, + /** An object relationship */ + profile: ModelTypes["profiles"], + profile_id: number, + verification_code: ModelTypes["uuid"], + verified_at?: ModelTypes["timestamp"] | undefined +}; + /** aggregated selection of "emails" */ +["emails_aggregate"]: { + aggregate?: ModelTypes["emails_aggregate_fields"] | undefined, + nodes: Array +}; + ["emails_aggregate_bool_exp"]: { + bool_and?: ModelTypes["emails_aggregate_bool_exp_bool_and"] | undefined, + bool_or?: ModelTypes["emails_aggregate_bool_exp_bool_or"] | undefined, + count?: ModelTypes["emails_aggregate_bool_exp_count"] | undefined +}; + ["emails_aggregate_bool_exp_bool_and"]: { + arguments: ModelTypes["emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined, + filter?: ModelTypes["emails_bool_exp"] | undefined, + predicate: ModelTypes["Boolean_comparison_exp"] +}; + ["emails_aggregate_bool_exp_bool_or"]: { + arguments: ModelTypes["emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined, + filter?: ModelTypes["emails_bool_exp"] | undefined, + predicate: ModelTypes["Boolean_comparison_exp"] +}; + ["emails_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: ModelTypes["emails_bool_exp"] | undefined, + predicate: ModelTypes["Int_comparison_exp"] +}; + /** aggregate fields of "emails" */ +["emails_aggregate_fields"]: { + avg?: ModelTypes["emails_avg_fields"] | undefined, + count: number, + max?: ModelTypes["emails_max_fields"] | undefined, + min?: ModelTypes["emails_min_fields"] | undefined, + stddev?: ModelTypes["emails_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["emails_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["emails_stddev_samp_fields"] | undefined, + sum?: ModelTypes["emails_sum_fields"] | undefined, + var_pop?: ModelTypes["emails_var_pop_fields"] | undefined, + var_samp?: ModelTypes["emails_var_samp_fields"] | undefined, + variance?: ModelTypes["emails_variance_fields"] | undefined +}; + /** order by aggregate values of table "emails" */ +["emails_aggregate_order_by"]: { + avg?: ModelTypes["emails_avg_order_by"] | undefined, + count?: ModelTypes["order_by"] | undefined, + max?: ModelTypes["emails_max_order_by"] | undefined, + min?: ModelTypes["emails_min_order_by"] | undefined, + stddev?: ModelTypes["emails_stddev_order_by"] | undefined, + stddev_pop?: ModelTypes["emails_stddev_pop_order_by"] | undefined, + stddev_samp?: ModelTypes["emails_stddev_samp_order_by"] | undefined, + sum?: ModelTypes["emails_sum_order_by"] | undefined, + var_pop?: ModelTypes["emails_var_pop_order_by"] | undefined, + var_samp?: ModelTypes["emails_var_samp_order_by"] | undefined, + variance?: ModelTypes["emails_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "emails" */ +["emails_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ModelTypes["emails_on_conflict"] | undefined +}; + /** aggregate avg on columns */ +["emails_avg_fields"]: { + profile_id?: number | undefined +}; + /** order by avg() on columns of table "emails" */ +["emails_avg_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined +}; + /** Boolean expression to filter rows from the table "emails". All fields are combined with a logical 'AND'. */ +["emails_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["emails_bool_exp"] | undefined, + _or?: Array | undefined, + email?: ModelTypes["citext_comparison_exp"] | undefined, + primary?: ModelTypes["Boolean_comparison_exp"] | undefined, + profile?: ModelTypes["profiles_bool_exp"] | undefined, + profile_id?: ModelTypes["Int_comparison_exp"] | undefined, + verification_code?: ModelTypes["uuid_comparison_exp"] | undefined, + verified_at?: ModelTypes["timestamp_comparison_exp"] | undefined +}; + ["emails_constraint"]:emails_constraint; + /** input type for incrementing numeric columns in table "emails" */ +["emails_inc_input"]: { + profile_id?: number | undefined +}; + /** input type for inserting data into table "emails" */ +["emails_insert_input"]: { + email?: ModelTypes["citext"] | undefined, + primary?: boolean | undefined, + profile?: ModelTypes["profiles_obj_rel_insert_input"] | undefined, + profile_id?: number | undefined, + verification_code?: ModelTypes["uuid"] | undefined, + verified_at?: ModelTypes["timestamp"] | undefined +}; + /** aggregate max on columns */ +["emails_max_fields"]: { + email?: ModelTypes["citext"] | undefined, + profile_id?: number | undefined, + verification_code?: ModelTypes["uuid"] | undefined, + verified_at?: ModelTypes["timestamp"] | undefined +}; + /** order by max() on columns of table "emails" */ +["emails_max_order_by"]: { + email?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + verification_code?: ModelTypes["order_by"] | undefined, + verified_at?: ModelTypes["order_by"] | undefined +}; + /** aggregate min on columns */ +["emails_min_fields"]: { + email?: ModelTypes["citext"] | undefined, + profile_id?: number | undefined, + verification_code?: ModelTypes["uuid"] | undefined, + verified_at?: ModelTypes["timestamp"] | undefined +}; + /** order by min() on columns of table "emails" */ +["emails_min_order_by"]: { + email?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + verification_code?: ModelTypes["order_by"] | undefined, + verified_at?: ModelTypes["order_by"] | undefined +}; + /** response of any mutation on the table "emails" */ +["emails_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "emails" */ +["emails_on_conflict"]: { + constraint: ModelTypes["emails_constraint"], + update_columns: Array, + where?: ModelTypes["emails_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "emails". */ +["emails_order_by"]: { + email?: ModelTypes["order_by"] | undefined, + primary?: ModelTypes["order_by"] | undefined, + profile?: ModelTypes["profiles_order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + verification_code?: ModelTypes["order_by"] | undefined, + verified_at?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: emails */ +["emails_pk_columns_input"]: { + email: ModelTypes["citext"], + profile_id: number +}; + ["emails_select_column"]:emails_select_column; + ["emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns"]:emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns; + ["emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns"]:emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns; + /** input type for updating data in table "emails" */ +["emails_set_input"]: { + email?: ModelTypes["citext"] | undefined, + primary?: boolean | undefined, + profile_id?: number | undefined, + verification_code?: ModelTypes["uuid"] | undefined, + verified_at?: ModelTypes["timestamp"] | undefined +}; + /** aggregate stddev on columns */ +["emails_stddev_fields"]: { + profile_id?: number | undefined +}; + /** order by stddev() on columns of table "emails" */ +["emails_stddev_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate stddev_pop on columns */ +["emails_stddev_pop_fields"]: { + profile_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "emails" */ +["emails_stddev_pop_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate stddev_samp on columns */ +["emails_stddev_samp_fields"]: { + profile_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "emails" */ +["emails_stddev_samp_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined +}; + /** Streaming cursor of the table "emails" */ +["emails_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["emails_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["emails_stream_cursor_value_input"]: { + email?: ModelTypes["citext"] | undefined, + primary?: boolean | undefined, + profile_id?: number | undefined, + verification_code?: ModelTypes["uuid"] | undefined, + verified_at?: ModelTypes["timestamp"] | undefined +}; + /** aggregate sum on columns */ +["emails_sum_fields"]: { + profile_id?: number | undefined +}; + /** order by sum() on columns of table "emails" */ +["emails_sum_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined +}; + ["emails_update_column"]:emails_update_column; + ["emails_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["emails_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["emails_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["emails_bool_exp"] +}; + /** aggregate var_pop on columns */ +["emails_var_pop_fields"]: { + profile_id?: number | undefined +}; + /** order by var_pop() on columns of table "emails" */ +["emails_var_pop_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate var_samp on columns */ +["emails_var_samp_fields"]: { + profile_id?: number | undefined +}; + /** order by var_samp() on columns of table "emails" */ +["emails_var_samp_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate variance on columns */ +["emails_variance_fields"]: { + profile_id?: number | undefined +}; + /** order by variance() on columns of table "emails" */ +["emails_variance_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined }; /** columns and relationships of "epoch_pgive_data" */ ["epoch_pgive_data"]: { @@ -35949,6 +48335,10 @@ export type ModelTypes = { /** columns and relationships of "epoches" */ ["epochs"]: { /** An array relationship */ + activities: Array, + /** An aggregate relationship */ + activities_aggregate: ModelTypes["activities_aggregate"], + /** An array relationship */ burns: Array, /** An aggregate relationship */ burns_aggregate: ModelTypes["burns_aggregate"], @@ -35956,6 +48346,7 @@ export type ModelTypes = { circle?: ModelTypes["circles"] | undefined, circle_id: number, created_at: ModelTypes["timestamp"], + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, /** An array relationship */ @@ -35969,7 +48360,15 @@ export type ModelTypes = { /** An aggregate relationship */ epoch_pending_token_gifts_aggregate: ModelTypes["pending_token_gifts_aggregate"], grant: ModelTypes["numeric"], + /** An array relationship */ + histories: Array, + /** An aggregate relationship */ + histories_aggregate: ModelTypes["histories_aggregate"], id: ModelTypes["bigint"], + /** An array relationship */ + member_epoch_pgives: Array, + /** An aggregate relationship */ + member_epoch_pgives_aggregate: ModelTypes["member_epoch_pgives_aggregate"], notified_before_end?: ModelTypes["timestamp"] | undefined, notified_end?: ModelTypes["timestamp"] | undefined, notified_start?: ModelTypes["timestamp"] | undefined, @@ -36056,6 +48455,7 @@ export type ModelTypes = { /** aggregate avg on columns */ ["epochs_avg_fields"]: { circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -36067,6 +48467,7 @@ export type ModelTypes = { /** order by avg() on columns of table "epoches" */ ["epochs_avg_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, grant?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, @@ -36080,11 +48481,14 @@ export type ModelTypes = { _and?: Array | undefined, _not?: ModelTypes["epochs_bool_exp"] | undefined, _or?: Array | undefined, + activities?: ModelTypes["activities_bool_exp"] | undefined, + activities_aggregate?: ModelTypes["activities_aggregate_bool_exp"] | undefined, burns?: ModelTypes["burns_bool_exp"] | undefined, burns_aggregate?: ModelTypes["burns_aggregate_bool_exp"] | undefined, circle?: ModelTypes["circles_bool_exp"] | undefined, circle_id?: ModelTypes["Int_comparison_exp"] | undefined, created_at?: ModelTypes["timestamp_comparison_exp"] | undefined, + created_by?: ModelTypes["Int_comparison_exp"] | undefined, days?: ModelTypes["Int_comparison_exp"] | undefined, description?: ModelTypes["String_comparison_exp"] | undefined, distributions?: ModelTypes["distributions_bool_exp"] | undefined, @@ -36094,7 +48498,11 @@ export type ModelTypes = { epoch_pending_token_gifts?: ModelTypes["pending_token_gifts_bool_exp"] | undefined, epoch_pending_token_gifts_aggregate?: ModelTypes["pending_token_gifts_aggregate_bool_exp"] | undefined, grant?: ModelTypes["numeric_comparison_exp"] | undefined, + histories?: ModelTypes["histories_bool_exp"] | undefined, + histories_aggregate?: ModelTypes["histories_aggregate_bool_exp"] | undefined, id?: ModelTypes["bigint_comparison_exp"] | undefined, + member_epoch_pgives?: ModelTypes["member_epoch_pgives_bool_exp"] | undefined, + member_epoch_pgives_aggregate?: ModelTypes["member_epoch_pgives_aggregate_bool_exp"] | undefined, notified_before_end?: ModelTypes["timestamp_comparison_exp"] | undefined, notified_end?: ModelTypes["timestamp_comparison_exp"] | undefined, notified_start?: ModelTypes["timestamp_comparison_exp"] | undefined, @@ -36125,6 +48533,7 @@ export type ModelTypes = { /** input type for incrementing numeric columns in table "epoches" */ ["epochs_inc_input"]: { circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: ModelTypes["numeric"] | undefined, id?: ModelTypes["bigint"] | undefined, @@ -36135,10 +48544,12 @@ export type ModelTypes = { }; /** input type for inserting data into table "epoches" */ ["epochs_insert_input"]: { + activities?: ModelTypes["activities_arr_rel_insert_input"] | undefined, burns?: ModelTypes["burns_arr_rel_insert_input"] | undefined, circle?: ModelTypes["circles_obj_rel_insert_input"] | undefined, circle_id?: number | undefined, created_at?: ModelTypes["timestamp"] | undefined, + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, distributions?: ModelTypes["distributions_arr_rel_insert_input"] | undefined, @@ -36146,7 +48557,9 @@ export type ModelTypes = { ended?: boolean | undefined, epoch_pending_token_gifts?: ModelTypes["pending_token_gifts_arr_rel_insert_input"] | undefined, grant?: ModelTypes["numeric"] | undefined, + histories?: ModelTypes["histories_arr_rel_insert_input"] | undefined, id?: ModelTypes["bigint"] | undefined, + member_epoch_pgives?: ModelTypes["member_epoch_pgives_arr_rel_insert_input"] | undefined, notified_before_end?: ModelTypes["timestamp"] | undefined, notified_end?: ModelTypes["timestamp"] | undefined, notified_start?: ModelTypes["timestamp"] | undefined, @@ -36164,6 +48577,7 @@ export type ModelTypes = { ["epochs_max_fields"]: { circle_id?: number | undefined, created_at?: ModelTypes["timestamp"] | undefined, + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, end_date?: ModelTypes["timestamptz"] | undefined, @@ -36183,6 +48597,7 @@ export type ModelTypes = { ["epochs_max_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, created_at?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, description?: ModelTypes["order_by"] | undefined, end_date?: ModelTypes["order_by"] | undefined, @@ -36202,6 +48617,7 @@ export type ModelTypes = { ["epochs_min_fields"]: { circle_id?: number | undefined, created_at?: ModelTypes["timestamp"] | undefined, + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, end_date?: ModelTypes["timestamptz"] | undefined, @@ -36221,6 +48637,7 @@ export type ModelTypes = { ["epochs_min_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, created_at?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, description?: ModelTypes["order_by"] | undefined, end_date?: ModelTypes["order_by"] | undefined, @@ -36257,10 +48674,12 @@ export type ModelTypes = { }; /** Ordering options when selecting data from "epoches". */ ["epochs_order_by"]: { + activities_aggregate?: ModelTypes["activities_aggregate_order_by"] | undefined, burns_aggregate?: ModelTypes["burns_aggregate_order_by"] | undefined, circle?: ModelTypes["circles_order_by"] | undefined, circle_id?: ModelTypes["order_by"] | undefined, created_at?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, description?: ModelTypes["order_by"] | undefined, distributions_aggregate?: ModelTypes["distributions_aggregate_order_by"] | undefined, @@ -36268,7 +48687,9 @@ export type ModelTypes = { ended?: ModelTypes["order_by"] | undefined, epoch_pending_token_gifts_aggregate?: ModelTypes["pending_token_gifts_aggregate_order_by"] | undefined, grant?: ModelTypes["order_by"] | undefined, + histories_aggregate?: ModelTypes["histories_aggregate_order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + member_epoch_pgives_aggregate?: ModelTypes["member_epoch_pgives_aggregate_order_by"] | undefined, notified_before_end?: ModelTypes["order_by"] | undefined, notified_end?: ModelTypes["order_by"] | undefined, notified_start?: ModelTypes["order_by"] | undefined, @@ -36297,6 +48718,7 @@ export type ModelTypes = { ["epochs_set_input"]: { circle_id?: number | undefined, created_at?: ModelTypes["timestamp"] | undefined, + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, end_date?: ModelTypes["timestamptz"] | undefined, @@ -36317,6 +48739,7 @@ export type ModelTypes = { /** aggregate stddev on columns */ ["epochs_stddev_fields"]: { circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -36328,6 +48751,7 @@ export type ModelTypes = { /** order by stddev() on columns of table "epoches" */ ["epochs_stddev_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, grant?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, @@ -36339,6 +48763,7 @@ export type ModelTypes = { /** aggregate stddev_pop on columns */ ["epochs_stddev_pop_fields"]: { circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -36350,6 +48775,7 @@ export type ModelTypes = { /** order by stddev_pop() on columns of table "epoches" */ ["epochs_stddev_pop_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, grant?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, @@ -36361,6 +48787,7 @@ export type ModelTypes = { /** aggregate stddev_samp on columns */ ["epochs_stddev_samp_fields"]: { circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -36372,6 +48799,7 @@ export type ModelTypes = { /** order by stddev_samp() on columns of table "epoches" */ ["epochs_stddev_samp_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, grant?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, @@ -36391,6 +48819,7 @@ export type ModelTypes = { ["epochs_stream_cursor_value_input"]: { circle_id?: number | undefined, created_at?: ModelTypes["timestamp"] | undefined, + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, end_date?: ModelTypes["timestamptz"] | undefined, @@ -36411,6 +48840,7 @@ export type ModelTypes = { /** aggregate sum on columns */ ["epochs_sum_fields"]: { circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: ModelTypes["numeric"] | undefined, id?: ModelTypes["bigint"] | undefined, @@ -36422,6 +48852,7 @@ export type ModelTypes = { /** order by sum() on columns of table "epoches" */ ["epochs_sum_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, grant?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, @@ -36452,6 +48883,7 @@ export type ModelTypes = { /** aggregate var_pop on columns */ ["epochs_var_pop_fields"]: { circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -36463,6 +48895,7 @@ export type ModelTypes = { /** order by var_pop() on columns of table "epoches" */ ["epochs_var_pop_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, grant?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, @@ -36474,6 +48907,7 @@ export type ModelTypes = { /** aggregate var_samp on columns */ ["epochs_var_samp_fields"]: { circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -36485,6 +48919,7 @@ export type ModelTypes = { /** order by var_samp() on columns of table "epoches" */ ["epochs_var_samp_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, grant?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, @@ -36496,6 +48931,7 @@ export type ModelTypes = { /** aggregate variance on columns */ ["epochs_variance_fields"]: { circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -36507,6 +48943,7 @@ export type ModelTypes = { /** order by variance() on columns of table "epoches" */ ["epochs_variance_order_by"]: { circle_id?: ModelTypes["order_by"] | undefined, + created_by?: ModelTypes["order_by"] | undefined, days?: ModelTypes["order_by"] | undefined, grant?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, @@ -36514,6 +48951,19 @@ export type ModelTypes = { regift_days?: ModelTypes["order_by"] | undefined, repeat?: ModelTypes["order_by"] | undefined, repeat_day_of_month?: ModelTypes["order_by"] | undefined +}; + ["float8"]:any; + /** Boolean expression to compare columns of type "float8". All fields are combined with logical 'AND'. */ +["float8_comparison_exp"]: { + _eq?: ModelTypes["float8"] | undefined, + _gt?: ModelTypes["float8"] | undefined, + _gte?: ModelTypes["float8"] | undefined, + _in?: Array | undefined, + _is_null?: boolean | undefined, + _lt?: ModelTypes["float8"] | undefined, + _lte?: ModelTypes["float8"] | undefined, + _neq?: ModelTypes["float8"] | undefined, + _nin?: Array | undefined }; /** columns and relationships of "gift_private" */ ["gift_private"]: { @@ -36704,6 +49154,15 @@ export type ModelTypes = { ["histories_aggregate"]: { aggregate?: ModelTypes["histories_aggregate_fields"] | undefined, nodes: Array +}; + ["histories_aggregate_bool_exp"]: { + count?: ModelTypes["histories_aggregate_bool_exp_count"] | undefined +}; + ["histories_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: ModelTypes["histories_bool_exp"] | undefined, + predicate: ModelTypes["Int_comparison_exp"] }; /** aggregate fields of "histories" */ ["histories_aggregate_fields"]: { @@ -36718,6 +49177,26 @@ export type ModelTypes = { var_pop?: ModelTypes["histories_var_pop_fields"] | undefined, var_samp?: ModelTypes["histories_var_samp_fields"] | undefined, variance?: ModelTypes["histories_variance_fields"] | undefined +}; + /** order by aggregate values of table "histories" */ +["histories_aggregate_order_by"]: { + avg?: ModelTypes["histories_avg_order_by"] | undefined, + count?: ModelTypes["order_by"] | undefined, + max?: ModelTypes["histories_max_order_by"] | undefined, + min?: ModelTypes["histories_min_order_by"] | undefined, + stddev?: ModelTypes["histories_stddev_order_by"] | undefined, + stddev_pop?: ModelTypes["histories_stddev_pop_order_by"] | undefined, + stddev_samp?: ModelTypes["histories_stddev_samp_order_by"] | undefined, + sum?: ModelTypes["histories_sum_order_by"] | undefined, + var_pop?: ModelTypes["histories_var_pop_order_by"] | undefined, + var_samp?: ModelTypes["histories_var_samp_order_by"] | undefined, + variance?: ModelTypes["histories_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "histories" */ +["histories_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ModelTypes["histories_on_conflict"] | undefined }; /** aggregate avg on columns */ ["histories_avg_fields"]: { @@ -36725,6 +49204,13 @@ export type ModelTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by avg() on columns of table "histories" */ +["histories_avg_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** Boolean expression to filter rows from the table "histories". All fields are combined with a logical 'AND'. */ ["histories_bool_exp"]: { @@ -36772,6 +49258,16 @@ export type ModelTypes = { id?: ModelTypes["bigint"] | undefined, updated_at?: ModelTypes["timestamp"] | undefined, user_id?: number | undefined +}; + /** order by max() on columns of table "histories" */ +["histories_max_order_by"]: { + bio?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate min on columns */ ["histories_min_fields"]: { @@ -36782,6 +49278,16 @@ export type ModelTypes = { id?: ModelTypes["bigint"] | undefined, updated_at?: ModelTypes["timestamp"] | undefined, user_id?: number | undefined +}; + /** order by min() on columns of table "histories" */ +["histories_min_order_by"]: { + bio?: ModelTypes["order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** response of any mutation on the table "histories" */ ["histories_mutation_response"]: { @@ -36830,6 +49336,13 @@ export type ModelTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev() on columns of table "histories" */ +["histories_stddev_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate stddev_pop on columns */ ["histories_stddev_pop_fields"]: { @@ -36837,6 +49350,13 @@ export type ModelTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "histories" */ +["histories_stddev_pop_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate stddev_samp on columns */ ["histories_stddev_samp_fields"]: { @@ -36844,6 +49364,13 @@ export type ModelTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "histories" */ +["histories_stddev_samp_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** Streaming cursor of the table "histories" */ ["histories_stream_cursor_input"]: { @@ -36868,6 +49395,13 @@ export type ModelTypes = { epoch_id?: number | undefined, id?: ModelTypes["bigint"] | undefined, user_id?: number | undefined +}; + /** order by sum() on columns of table "histories" */ +["histories_sum_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; ["histories_update_column"]:histories_update_column; ["histories_updates"]: { @@ -36884,6 +49418,13 @@ export type ModelTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by var_pop() on columns of table "histories" */ +["histories_var_pop_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate var_samp on columns */ ["histories_var_samp_fields"]: { @@ -36891,6 +49432,13 @@ export type ModelTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by var_samp() on columns of table "histories" */ +["histories_var_samp_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate variance on columns */ ["histories_variance_fields"]: { @@ -36898,6 +49446,13 @@ export type ModelTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by variance() on columns of table "histories" */ +["histories_variance_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** columns and relationships of "interaction_events" */ ["interaction_events"]: { @@ -37197,6 +49752,446 @@ export type ModelTypes = { _lte?: ModelTypes["jsonb"] | undefined, _neq?: ModelTypes["jsonb"] | undefined, _nin?: Array | undefined +}; + /** tracks the amount of keys an address holds in a given subject. updated with data from the key_tx table */ +["key_holders"]: { + address: ModelTypes["citext"], + /** An object relationship */ + address_cosoul?: ModelTypes["cosouls"] | undefined, + amount: number, + subject: ModelTypes["citext"], + /** An object relationship */ + subject_cosoul?: ModelTypes["cosouls"] | undefined, + updated_at: ModelTypes["timestamptz"] +}; + /** aggregated selection of "key_holders" */ +["key_holders_aggregate"]: { + aggregate?: ModelTypes["key_holders_aggregate_fields"] | undefined, + nodes: Array +}; + ["key_holders_aggregate_bool_exp"]: { + count?: ModelTypes["key_holders_aggregate_bool_exp_count"] | undefined +}; + ["key_holders_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: ModelTypes["key_holders_bool_exp"] | undefined, + predicate: ModelTypes["Int_comparison_exp"] +}; + /** aggregate fields of "key_holders" */ +["key_holders_aggregate_fields"]: { + avg?: ModelTypes["key_holders_avg_fields"] | undefined, + count: number, + max?: ModelTypes["key_holders_max_fields"] | undefined, + min?: ModelTypes["key_holders_min_fields"] | undefined, + stddev?: ModelTypes["key_holders_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["key_holders_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["key_holders_stddev_samp_fields"] | undefined, + sum?: ModelTypes["key_holders_sum_fields"] | undefined, + var_pop?: ModelTypes["key_holders_var_pop_fields"] | undefined, + var_samp?: ModelTypes["key_holders_var_samp_fields"] | undefined, + variance?: ModelTypes["key_holders_variance_fields"] | undefined +}; + /** order by aggregate values of table "key_holders" */ +["key_holders_aggregate_order_by"]: { + avg?: ModelTypes["key_holders_avg_order_by"] | undefined, + count?: ModelTypes["order_by"] | undefined, + max?: ModelTypes["key_holders_max_order_by"] | undefined, + min?: ModelTypes["key_holders_min_order_by"] | undefined, + stddev?: ModelTypes["key_holders_stddev_order_by"] | undefined, + stddev_pop?: ModelTypes["key_holders_stddev_pop_order_by"] | undefined, + stddev_samp?: ModelTypes["key_holders_stddev_samp_order_by"] | undefined, + sum?: ModelTypes["key_holders_sum_order_by"] | undefined, + var_pop?: ModelTypes["key_holders_var_pop_order_by"] | undefined, + var_samp?: ModelTypes["key_holders_var_samp_order_by"] | undefined, + variance?: ModelTypes["key_holders_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "key_holders" */ +["key_holders_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ModelTypes["key_holders_on_conflict"] | undefined +}; + /** aggregate avg on columns */ +["key_holders_avg_fields"]: { + amount?: number | undefined +}; + /** order by avg() on columns of table "key_holders" */ +["key_holders_avg_order_by"]: { + amount?: ModelTypes["order_by"] | undefined +}; + /** Boolean expression to filter rows from the table "key_holders". All fields are combined with a logical 'AND'. */ +["key_holders_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["key_holders_bool_exp"] | undefined, + _or?: Array | undefined, + address?: ModelTypes["citext_comparison_exp"] | undefined, + address_cosoul?: ModelTypes["cosouls_bool_exp"] | undefined, + amount?: ModelTypes["Int_comparison_exp"] | undefined, + subject?: ModelTypes["citext_comparison_exp"] | undefined, + subject_cosoul?: ModelTypes["cosouls_bool_exp"] | undefined, + updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined +}; + ["key_holders_constraint"]:key_holders_constraint; + /** input type for incrementing numeric columns in table "key_holders" */ +["key_holders_inc_input"]: { + amount?: number | undefined +}; + /** input type for inserting data into table "key_holders" */ +["key_holders_insert_input"]: { + address?: ModelTypes["citext"] | undefined, + address_cosoul?: ModelTypes["cosouls_obj_rel_insert_input"] | undefined, + amount?: number | undefined, + subject?: ModelTypes["citext"] | undefined, + subject_cosoul?: ModelTypes["cosouls_obj_rel_insert_input"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["key_holders_max_fields"]: { + address?: ModelTypes["citext"] | undefined, + amount?: number | undefined, + subject?: ModelTypes["citext"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** order by max() on columns of table "key_holders" */ +["key_holders_max_order_by"]: { + address?: ModelTypes["order_by"] | undefined, + amount?: ModelTypes["order_by"] | undefined, + subject?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** aggregate min on columns */ +["key_holders_min_fields"]: { + address?: ModelTypes["citext"] | undefined, + amount?: number | undefined, + subject?: ModelTypes["citext"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** order by min() on columns of table "key_holders" */ +["key_holders_min_order_by"]: { + address?: ModelTypes["order_by"] | undefined, + amount?: ModelTypes["order_by"] | undefined, + subject?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** response of any mutation on the table "key_holders" */ +["key_holders_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "key_holders" */ +["key_holders_on_conflict"]: { + constraint: ModelTypes["key_holders_constraint"], + update_columns: Array, + where?: ModelTypes["key_holders_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "key_holders". */ +["key_holders_order_by"]: { + address?: ModelTypes["order_by"] | undefined, + address_cosoul?: ModelTypes["cosouls_order_by"] | undefined, + amount?: ModelTypes["order_by"] | undefined, + subject?: ModelTypes["order_by"] | undefined, + subject_cosoul?: ModelTypes["cosouls_order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: key_holders */ +["key_holders_pk_columns_input"]: { + address: ModelTypes["citext"], + subject: ModelTypes["citext"] +}; + ["key_holders_select_column"]:key_holders_select_column; + /** input type for updating data in table "key_holders" */ +["key_holders_set_input"]: { + address?: ModelTypes["citext"] | undefined, + amount?: number | undefined, + subject?: ModelTypes["citext"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate stddev on columns */ +["key_holders_stddev_fields"]: { + amount?: number | undefined +}; + /** order by stddev() on columns of table "key_holders" */ +["key_holders_stddev_order_by"]: { + amount?: ModelTypes["order_by"] | undefined +}; + /** aggregate stddev_pop on columns */ +["key_holders_stddev_pop_fields"]: { + amount?: number | undefined +}; + /** order by stddev_pop() on columns of table "key_holders" */ +["key_holders_stddev_pop_order_by"]: { + amount?: ModelTypes["order_by"] | undefined +}; + /** aggregate stddev_samp on columns */ +["key_holders_stddev_samp_fields"]: { + amount?: number | undefined +}; + /** order by stddev_samp() on columns of table "key_holders" */ +["key_holders_stddev_samp_order_by"]: { + amount?: ModelTypes["order_by"] | undefined +}; + /** Streaming cursor of the table "key_holders" */ +["key_holders_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["key_holders_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["key_holders_stream_cursor_value_input"]: { + address?: ModelTypes["citext"] | undefined, + amount?: number | undefined, + subject?: ModelTypes["citext"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate sum on columns */ +["key_holders_sum_fields"]: { + amount?: number | undefined +}; + /** order by sum() on columns of table "key_holders" */ +["key_holders_sum_order_by"]: { + amount?: ModelTypes["order_by"] | undefined +}; + ["key_holders_update_column"]:key_holders_update_column; + ["key_holders_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["key_holders_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["key_holders_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["key_holders_bool_exp"] +}; + /** aggregate var_pop on columns */ +["key_holders_var_pop_fields"]: { + amount?: number | undefined +}; + /** order by var_pop() on columns of table "key_holders" */ +["key_holders_var_pop_order_by"]: { + amount?: ModelTypes["order_by"] | undefined +}; + /** aggregate var_samp on columns */ +["key_holders_var_samp_fields"]: { + amount?: number | undefined +}; + /** order by var_samp() on columns of table "key_holders" */ +["key_holders_var_samp_order_by"]: { + amount?: ModelTypes["order_by"] | undefined +}; + /** aggregate variance on columns */ +["key_holders_variance_fields"]: { + amount?: number | undefined +}; + /** order by variance() on columns of table "key_holders" */ +["key_holders_variance_order_by"]: { + amount?: ModelTypes["order_by"] | undefined +}; + /** columns and relationships of "key_tx" */ +["key_tx"]: { + buy: boolean, + created_at: ModelTypes["timestamptz"], + eth_amount: string, + protocol_fee_amount: string, + share_amount: string, + subject: ModelTypes["citext"], + subject_fee_amount: string, + /** An object relationship */ + subject_profile?: ModelTypes["profiles_public"] | undefined, + supply: ModelTypes["numeric"], + trader: ModelTypes["citext"], + /** An object relationship */ + trader_profile?: ModelTypes["profiles_public"] | undefined, + tx_hash: ModelTypes["citext"] +}; + /** aggregated selection of "key_tx" */ +["key_tx_aggregate"]: { + aggregate?: ModelTypes["key_tx_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "key_tx" */ +["key_tx_aggregate_fields"]: { + avg?: ModelTypes["key_tx_avg_fields"] | undefined, + count: number, + max?: ModelTypes["key_tx_max_fields"] | undefined, + min?: ModelTypes["key_tx_min_fields"] | undefined, + stddev?: ModelTypes["key_tx_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["key_tx_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["key_tx_stddev_samp_fields"] | undefined, + sum?: ModelTypes["key_tx_sum_fields"] | undefined, + var_pop?: ModelTypes["key_tx_var_pop_fields"] | undefined, + var_samp?: ModelTypes["key_tx_var_samp_fields"] | undefined, + variance?: ModelTypes["key_tx_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["key_tx_avg_fields"]: { + supply?: number | undefined +}; + /** Boolean expression to filter rows from the table "key_tx". All fields are combined with a logical 'AND'. */ +["key_tx_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["key_tx_bool_exp"] | undefined, + _or?: Array | undefined, + buy?: ModelTypes["Boolean_comparison_exp"] | undefined, + created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + eth_amount?: ModelTypes["String_comparison_exp"] | undefined, + protocol_fee_amount?: ModelTypes["String_comparison_exp"] | undefined, + share_amount?: ModelTypes["String_comparison_exp"] | undefined, + subject?: ModelTypes["citext_comparison_exp"] | undefined, + subject_fee_amount?: ModelTypes["String_comparison_exp"] | undefined, + subject_profile?: ModelTypes["profiles_public_bool_exp"] | undefined, + supply?: ModelTypes["numeric_comparison_exp"] | undefined, + trader?: ModelTypes["citext_comparison_exp"] | undefined, + trader_profile?: ModelTypes["profiles_public_bool_exp"] | undefined, + tx_hash?: ModelTypes["citext_comparison_exp"] | undefined +}; + ["key_tx_constraint"]:key_tx_constraint; + /** input type for incrementing numeric columns in table "key_tx" */ +["key_tx_inc_input"]: { + supply?: ModelTypes["numeric"] | undefined +}; + /** input type for inserting data into table "key_tx" */ +["key_tx_insert_input"]: { + buy?: boolean | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + eth_amount?: string | undefined, + protocol_fee_amount?: string | undefined, + share_amount?: string | undefined, + subject?: ModelTypes["citext"] | undefined, + subject_fee_amount?: string | undefined, + subject_profile?: ModelTypes["profiles_public_obj_rel_insert_input"] | undefined, + supply?: ModelTypes["numeric"] | undefined, + trader?: ModelTypes["citext"] | undefined, + trader_profile?: ModelTypes["profiles_public_obj_rel_insert_input"] | undefined, + tx_hash?: ModelTypes["citext"] | undefined +}; + /** aggregate max on columns */ +["key_tx_max_fields"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + eth_amount?: string | undefined, + protocol_fee_amount?: string | undefined, + share_amount?: string | undefined, + subject?: ModelTypes["citext"] | undefined, + subject_fee_amount?: string | undefined, + supply?: ModelTypes["numeric"] | undefined, + trader?: ModelTypes["citext"] | undefined, + tx_hash?: ModelTypes["citext"] | undefined +}; + /** aggregate min on columns */ +["key_tx_min_fields"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + eth_amount?: string | undefined, + protocol_fee_amount?: string | undefined, + share_amount?: string | undefined, + subject?: ModelTypes["citext"] | undefined, + subject_fee_amount?: string | undefined, + supply?: ModelTypes["numeric"] | undefined, + trader?: ModelTypes["citext"] | undefined, + tx_hash?: ModelTypes["citext"] | undefined +}; + /** response of any mutation on the table "key_tx" */ +["key_tx_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "key_tx" */ +["key_tx_on_conflict"]: { + constraint: ModelTypes["key_tx_constraint"], + update_columns: Array, + where?: ModelTypes["key_tx_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "key_tx". */ +["key_tx_order_by"]: { + buy?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + eth_amount?: ModelTypes["order_by"] | undefined, + protocol_fee_amount?: ModelTypes["order_by"] | undefined, + share_amount?: ModelTypes["order_by"] | undefined, + subject?: ModelTypes["order_by"] | undefined, + subject_fee_amount?: ModelTypes["order_by"] | undefined, + subject_profile?: ModelTypes["profiles_public_order_by"] | undefined, + supply?: ModelTypes["order_by"] | undefined, + trader?: ModelTypes["order_by"] | undefined, + trader_profile?: ModelTypes["profiles_public_order_by"] | undefined, + tx_hash?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: key_tx */ +["key_tx_pk_columns_input"]: { + tx_hash: ModelTypes["citext"] +}; + ["key_tx_select_column"]:key_tx_select_column; + /** input type for updating data in table "key_tx" */ +["key_tx_set_input"]: { + buy?: boolean | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + eth_amount?: string | undefined, + protocol_fee_amount?: string | undefined, + share_amount?: string | undefined, + subject?: ModelTypes["citext"] | undefined, + subject_fee_amount?: string | undefined, + supply?: ModelTypes["numeric"] | undefined, + trader?: ModelTypes["citext"] | undefined, + tx_hash?: ModelTypes["citext"] | undefined +}; + /** aggregate stddev on columns */ +["key_tx_stddev_fields"]: { + supply?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["key_tx_stddev_pop_fields"]: { + supply?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["key_tx_stddev_samp_fields"]: { + supply?: number | undefined +}; + /** Streaming cursor of the table "key_tx" */ +["key_tx_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["key_tx_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["key_tx_stream_cursor_value_input"]: { + buy?: boolean | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + eth_amount?: string | undefined, + protocol_fee_amount?: string | undefined, + share_amount?: string | undefined, + subject?: ModelTypes["citext"] | undefined, + subject_fee_amount?: string | undefined, + supply?: ModelTypes["numeric"] | undefined, + trader?: ModelTypes["citext"] | undefined, + tx_hash?: ModelTypes["citext"] | undefined +}; + /** aggregate sum on columns */ +["key_tx_sum_fields"]: { + supply?: ModelTypes["numeric"] | undefined +}; + ["key_tx_update_column"]:key_tx_update_column; + ["key_tx_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["key_tx_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["key_tx_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["key_tx_bool_exp"] +}; + /** aggregate var_pop on columns */ +["key_tx_var_pop_fields"]: { + supply?: number | undefined +}; + /** aggregate var_samp on columns */ +["key_tx_var_samp_fields"]: { + supply?: number | undefined +}; + /** aggregate variance on columns */ +["key_tx_variance_fields"]: { + supply?: number | undefined }; /** columns and relationships of "locked_token_distribution_gifts" */ ["locked_token_distribution_gifts"]: { @@ -37740,10 +50735,149 @@ export type ModelTypes = { gift_amount?: number | undefined, id?: number | undefined, token_decimals?: number | undefined +}; + /** columns and relationships of "member_circle_pgives" */ +["member_circle_pgives"]: { + /** An object relationship */ + circle?: ModelTypes["circles"] | undefined, + circle_id?: number | undefined, + epochs?: ModelTypes["bigint"] | undefined, + pgive?: ModelTypes["numeric"] | undefined, + /** An object relationship */ + user?: ModelTypes["users"] | undefined, + user_id?: number | undefined +}; + /** aggregated selection of "member_circle_pgives" */ +["member_circle_pgives_aggregate"]: { + aggregate?: ModelTypes["member_circle_pgives_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "member_circle_pgives" */ +["member_circle_pgives_aggregate_fields"]: { + avg?: ModelTypes["member_circle_pgives_avg_fields"] | undefined, + count: number, + max?: ModelTypes["member_circle_pgives_max_fields"] | undefined, + min?: ModelTypes["member_circle_pgives_min_fields"] | undefined, + stddev?: ModelTypes["member_circle_pgives_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["member_circle_pgives_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["member_circle_pgives_stddev_samp_fields"] | undefined, + sum?: ModelTypes["member_circle_pgives_sum_fields"] | undefined, + var_pop?: ModelTypes["member_circle_pgives_var_pop_fields"] | undefined, + var_samp?: ModelTypes["member_circle_pgives_var_samp_fields"] | undefined, + variance?: ModelTypes["member_circle_pgives_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["member_circle_pgives_avg_fields"]: { + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "member_circle_pgives". All fields are combined with a logical 'AND'. */ +["member_circle_pgives_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["member_circle_pgives_bool_exp"] | undefined, + _or?: Array | undefined, + circle?: ModelTypes["circles_bool_exp"] | undefined, + circle_id?: ModelTypes["Int_comparison_exp"] | undefined, + epochs?: ModelTypes["bigint_comparison_exp"] | undefined, + pgive?: ModelTypes["numeric_comparison_exp"] | undefined, + user?: ModelTypes["users_bool_exp"] | undefined, + user_id?: ModelTypes["Int_comparison_exp"] | undefined +}; + /** aggregate max on columns */ +["member_circle_pgives_max_fields"]: { + circle_id?: number | undefined, + epochs?: ModelTypes["bigint"] | undefined, + pgive?: ModelTypes["numeric"] | undefined, + user_id?: number | undefined +}; + /** aggregate min on columns */ +["member_circle_pgives_min_fields"]: { + circle_id?: number | undefined, + epochs?: ModelTypes["bigint"] | undefined, + pgive?: ModelTypes["numeric"] | undefined, + user_id?: number | undefined +}; + /** Ordering options when selecting data from "member_circle_pgives". */ +["member_circle_pgives_order_by"]: { + circle?: ModelTypes["circles_order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, + epochs?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user?: ModelTypes["users_order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined +}; + ["member_circle_pgives_select_column"]:member_circle_pgives_select_column; + /** aggregate stddev on columns */ +["member_circle_pgives_stddev_fields"]: { + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["member_circle_pgives_stddev_pop_fields"]: { + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["member_circle_pgives_stddev_samp_fields"]: { + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** Streaming cursor of the table "member_circle_pgives" */ +["member_circle_pgives_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["member_circle_pgives_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["member_circle_pgives_stream_cursor_value_input"]: { + circle_id?: number | undefined, + epochs?: ModelTypes["bigint"] | undefined, + pgive?: ModelTypes["numeric"] | undefined, + user_id?: number | undefined +}; + /** aggregate sum on columns */ +["member_circle_pgives_sum_fields"]: { + circle_id?: number | undefined, + epochs?: ModelTypes["bigint"] | undefined, + pgive?: ModelTypes["numeric"] | undefined, + user_id?: number | undefined +}; + /** aggregate var_pop on columns */ +["member_circle_pgives_var_pop_fields"]: { + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["member_circle_pgives_var_samp_fields"]: { + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** aggregate variance on columns */ +["member_circle_pgives_variance_fields"]: { + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined }; /** member allocated pgives per epoch */ ["member_epoch_pgives"]: { - created_at: ModelTypes["timestamptz"], + /** An object relationship */ + circle?: ModelTypes["circles"] | undefined, + circle_id?: number | undefined, + created_at: ModelTypes["timestamptz"], /** An object relationship */ epoch: ModelTypes["epochs"], epoch_id: number, @@ -37751,6 +50885,9 @@ export type ModelTypes = { id: number, normalized_pgive: ModelTypes["numeric"], opt_out_bonus: ModelTypes["numeric"], + /** An object relationship */ + organization?: ModelTypes["organizations"] | undefined, + organization_id?: number | undefined, pgive: ModelTypes["numeric"], /** An object relationship */ user: ModelTypes["users"], @@ -37760,6 +50897,15 @@ export type ModelTypes = { ["member_epoch_pgives_aggregate"]: { aggregate?: ModelTypes["member_epoch_pgives_aggregate_fields"] | undefined, nodes: Array +}; + ["member_epoch_pgives_aggregate_bool_exp"]: { + count?: ModelTypes["member_epoch_pgives_aggregate_bool_exp_count"] | undefined +}; + ["member_epoch_pgives_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: ModelTypes["member_epoch_pgives_bool_exp"] | undefined, + predicate: ModelTypes["Int_comparison_exp"] }; /** aggregate fields of "member_epoch_pgives" */ ["member_epoch_pgives_aggregate_fields"]: { @@ -37774,22 +50920,58 @@ export type ModelTypes = { var_pop?: ModelTypes["member_epoch_pgives_var_pop_fields"] | undefined, var_samp?: ModelTypes["member_epoch_pgives_var_samp_fields"] | undefined, variance?: ModelTypes["member_epoch_pgives_variance_fields"] | undefined +}; + /** order by aggregate values of table "member_epoch_pgives" */ +["member_epoch_pgives_aggregate_order_by"]: { + avg?: ModelTypes["member_epoch_pgives_avg_order_by"] | undefined, + count?: ModelTypes["order_by"] | undefined, + max?: ModelTypes["member_epoch_pgives_max_order_by"] | undefined, + min?: ModelTypes["member_epoch_pgives_min_order_by"] | undefined, + stddev?: ModelTypes["member_epoch_pgives_stddev_order_by"] | undefined, + stddev_pop?: ModelTypes["member_epoch_pgives_stddev_pop_order_by"] | undefined, + stddev_samp?: ModelTypes["member_epoch_pgives_stddev_samp_order_by"] | undefined, + sum?: ModelTypes["member_epoch_pgives_sum_order_by"] | undefined, + var_pop?: ModelTypes["member_epoch_pgives_var_pop_order_by"] | undefined, + var_samp?: ModelTypes["member_epoch_pgives_var_samp_order_by"] | undefined, + variance?: ModelTypes["member_epoch_pgives_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "member_epoch_pgives" */ +["member_epoch_pgives_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ModelTypes["member_epoch_pgives_on_conflict"] | undefined }; /** aggregate avg on columns */ ["member_epoch_pgives_avg_fields"]: { - epoch_id?: number | undefined, + circle_id?: number | undefined, + epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by avg() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_avg_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + gives_received?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + normalized_pgive?: ModelTypes["order_by"] | undefined, + opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** Boolean expression to filter rows from the table "member_epoch_pgives". All fields are combined with a logical 'AND'. */ ["member_epoch_pgives_bool_exp"]: { _and?: Array | undefined, _not?: ModelTypes["member_epoch_pgives_bool_exp"] | undefined, _or?: Array | undefined, + circle?: ModelTypes["circles_bool_exp"] | undefined, + circle_id?: ModelTypes["Int_comparison_exp"] | undefined, created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, epoch?: ModelTypes["epochs_bool_exp"] | undefined, epoch_id?: ModelTypes["Int_comparison_exp"] | undefined, @@ -37797,6 +50979,8 @@ export type ModelTypes = { id?: ModelTypes["Int_comparison_exp"] | undefined, normalized_pgive?: ModelTypes["numeric_comparison_exp"] | undefined, opt_out_bonus?: ModelTypes["numeric_comparison_exp"] | undefined, + organization?: ModelTypes["organizations_bool_exp"] | undefined, + organization_id?: ModelTypes["Int_comparison_exp"] | undefined, pgive?: ModelTypes["numeric_comparison_exp"] | undefined, user?: ModelTypes["users_bool_exp"] | undefined, user_id?: ModelTypes["Int_comparison_exp"] | undefined @@ -37804,16 +50988,20 @@ export type ModelTypes = { ["member_epoch_pgives_constraint"]:member_epoch_pgives_constraint; /** input type for incrementing numeric columns in table "member_epoch_pgives" */ ["member_epoch_pgives_inc_input"]: { + circle_id?: number | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: ModelTypes["numeric"] | undefined, opt_out_bonus?: ModelTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: ModelTypes["numeric"] | undefined, user_id?: number | undefined }; /** input type for inserting data into table "member_epoch_pgives" */ ["member_epoch_pgives_insert_input"]: { + circle?: ModelTypes["circles_obj_rel_insert_input"] | undefined, + circle_id?: number | undefined, created_at?: ModelTypes["timestamptz"] | undefined, epoch?: ModelTypes["epochs_obj_rel_insert_input"] | undefined, epoch_id?: number | undefined, @@ -37821,31 +51009,63 @@ export type ModelTypes = { id?: number | undefined, normalized_pgive?: ModelTypes["numeric"] | undefined, opt_out_bonus?: ModelTypes["numeric"] | undefined, + organization?: ModelTypes["organizations_obj_rel_insert_input"] | undefined, + organization_id?: number | undefined, pgive?: ModelTypes["numeric"] | undefined, user?: ModelTypes["users_obj_rel_insert_input"] | undefined, user_id?: number | undefined }; /** aggregate max on columns */ ["member_epoch_pgives_max_fields"]: { - created_at?: ModelTypes["timestamptz"] | undefined, + circle_id?: number | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: ModelTypes["numeric"] | undefined, opt_out_bonus?: ModelTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: ModelTypes["numeric"] | undefined, user_id?: number | undefined +}; + /** order by max() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_max_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + gives_received?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + normalized_pgive?: ModelTypes["order_by"] | undefined, + opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate min on columns */ ["member_epoch_pgives_min_fields"]: { - created_at?: ModelTypes["timestamptz"] | undefined, + circle_id?: number | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: ModelTypes["numeric"] | undefined, opt_out_bonus?: ModelTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: ModelTypes["numeric"] | undefined, user_id?: number | undefined +}; + /** order by min() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_min_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + gives_received?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + normalized_pgive?: ModelTypes["order_by"] | undefined, + opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** response of any mutation on the table "member_epoch_pgives" */ ["member_epoch_pgives_mutation_response"]: { @@ -37862,6 +51082,8 @@ export type ModelTypes = { }; /** Ordering options when selecting data from "member_epoch_pgives". */ ["member_epoch_pgives_order_by"]: { + circle?: ModelTypes["circles_order_by"] | undefined, + circle_id?: ModelTypes["order_by"] | undefined, created_at?: ModelTypes["order_by"] | undefined, epoch?: ModelTypes["epochs_order_by"] | undefined, epoch_id?: ModelTypes["order_by"] | undefined, @@ -37869,6 +51091,8 @@ export type ModelTypes = { id?: ModelTypes["order_by"] | undefined, normalized_pgive?: ModelTypes["order_by"] | undefined, opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization?: ModelTypes["organizations_order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, pgive?: ModelTypes["order_by"] | undefined, user?: ModelTypes["users_order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined @@ -37880,44 +51104,88 @@ export type ModelTypes = { ["member_epoch_pgives_select_column"]:member_epoch_pgives_select_column; /** input type for updating data in table "member_epoch_pgives" */ ["member_epoch_pgives_set_input"]: { + circle_id?: number | undefined, created_at?: ModelTypes["timestamptz"] | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: ModelTypes["numeric"] | undefined, opt_out_bonus?: ModelTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: ModelTypes["numeric"] | undefined, user_id?: number | undefined }; /** aggregate stddev on columns */ ["member_epoch_pgives_stddev_fields"]: { - epoch_id?: number | undefined, + circle_id?: number | undefined, + epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by stddev() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + gives_received?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + normalized_pgive?: ModelTypes["order_by"] | undefined, + opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate stddev_pop on columns */ ["member_epoch_pgives_stddev_pop_fields"]: { - epoch_id?: number | undefined, + circle_id?: number | undefined, + epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_pop_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + gives_received?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + normalized_pgive?: ModelTypes["order_by"] | undefined, + opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate stddev_samp on columns */ ["member_epoch_pgives_stddev_samp_fields"]: { - epoch_id?: number | undefined, + circle_id?: number | undefined, + epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_samp_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + gives_received?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + normalized_pgive?: ModelTypes["order_by"] | undefined, + opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** Streaming cursor of the table "member_epoch_pgives" */ ["member_epoch_pgives_stream_cursor_input"]: { @@ -37928,24 +51196,40 @@ export type ModelTypes = { }; /** Initial value of the column from where the streaming should start */ ["member_epoch_pgives_stream_cursor_value_input"]: { + circle_id?: number | undefined, created_at?: ModelTypes["timestamptz"] | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: ModelTypes["numeric"] | undefined, opt_out_bonus?: ModelTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: ModelTypes["numeric"] | undefined, user_id?: number | undefined }; /** aggregate sum on columns */ ["member_epoch_pgives_sum_fields"]: { - epoch_id?: number | undefined, + circle_id?: number | undefined, + epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: ModelTypes["numeric"] | undefined, opt_out_bonus?: ModelTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: ModelTypes["numeric"] | undefined, user_id?: number | undefined +}; + /** order by sum() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_sum_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + gives_received?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + normalized_pgive?: ModelTypes["order_by"] | undefined, + opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; ["member_epoch_pgives_update_column"]:member_epoch_pgives_update_column; ["member_epoch_pgives_updates"]: { @@ -37958,43 +51242,89 @@ export type ModelTypes = { }; /** aggregate var_pop on columns */ ["member_epoch_pgives_var_pop_fields"]: { - epoch_id?: number | undefined, + circle_id?: number | undefined, + epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by var_pop() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_var_pop_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + gives_received?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + normalized_pgive?: ModelTypes["order_by"] | undefined, + opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate var_samp on columns */ ["member_epoch_pgives_var_samp_fields"]: { - epoch_id?: number | undefined, + circle_id?: number | undefined, + epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by var_samp() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_var_samp_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + gives_received?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + normalized_pgive?: ModelTypes["order_by"] | undefined, + opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** aggregate variance on columns */ ["member_epoch_pgives_variance_fields"]: { - epoch_id?: number | undefined, + circle_id?: number | undefined, + epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by variance() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_variance_order_by"]: { + circle_id?: ModelTypes["order_by"] | undefined, + epoch_id?: ModelTypes["order_by"] | undefined, + gives_received?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + normalized_pgive?: ModelTypes["order_by"] | undefined, + opt_out_bonus?: ModelTypes["order_by"] | undefined, + organization_id?: ModelTypes["order_by"] | undefined, + pgive?: ModelTypes["order_by"] | undefined, + user_id?: ModelTypes["order_by"] | undefined }; /** mutation root */ ["mutation_root"]: { - adminUpdateUser?: ModelTypes["UserResponse"] | undefined, + /** Accept Terms of Service action */ + acceptTOS?: ModelTypes["AcceptTOSOutput"] | undefined, + /** adds a new (unverified) email address to a users profile */ + addEmail?: ModelTypes["ConfirmationResponse"] | undefined, + adminUpdateUser?: ModelTypes["UserResponse"] | undefined, allocationCsv?: ModelTypes["AllocationCsvResponse"] | undefined, createCircle?: ModelTypes["CreateCircleResponse"] | undefined, /** create epoch using new, more flexible api */ createEpoch?: ModelTypes["EpochResponse"] | undefined, - createEpochOld?: ModelTypes["EpochResponse"] | undefined, createNominee?: ModelTypes["CreateNomineeResponse"] | undefined, + createOrgMembers?: Array | undefined, createSampleCircle?: ModelTypes["CreateSampleCircleResponse"] | undefined, createUserWithToken?: ModelTypes["UserResponse"] | undefined, createUsers?: Array | undefined, @@ -38004,13 +51334,20 @@ export type ModelTypes = { deleteCircle?: ModelTypes["ConfirmationResponse"] | undefined, deleteContribution?: ModelTypes["ConfirmationResponse"] | undefined, deleteDiscordUser?: ModelTypes["ConfirmationResponse"] | undefined, + /** delete the specified email from the current users' profile */ + deleteEmail?: ModelTypes["ConfirmationResponse"] | undefined, deleteEpoch?: ModelTypes["DeleteEpochResponse"] | undefined, + deleteOrgMember?: ModelTypes["ConfirmationResponse"] | undefined, deleteUser?: ModelTypes["ConfirmationResponse"] | undefined, deleteUsers?: ModelTypes["DeleteUsersResponse"] | undefined, /** delete data from the table: "activities" */ delete_activities?: ModelTypes["activities_mutation_response"] | undefined, /** delete single row from the table: "activities" */ delete_activities_by_pk?: ModelTypes["activities"] | undefined, + /** delete data from the table: "address_data_fetches" */ + delete_address_data_fetches?: ModelTypes["address_data_fetches_mutation_response"] | undefined, + /** delete single row from the table: "address_data_fetches" */ + delete_address_data_fetches_by_pk?: ModelTypes["address_data_fetches"] | undefined, /** delete data from the table: "burns" */ delete_burns?: ModelTypes["burns_mutation_response"] | undefined, /** delete single row from the table: "burns" */ @@ -38045,6 +51382,10 @@ export type ModelTypes = { delete_contributions?: ModelTypes["contributions_mutation_response"] | undefined, /** delete single row from the table: "contributions" */ delete_contributions_by_pk?: ModelTypes["contributions"] | undefined, + /** delete data from the table: "cosouls" */ + delete_cosouls?: ModelTypes["cosouls_mutation_response"] | undefined, + /** delete single row from the table: "cosouls" */ + delete_cosouls_by_pk?: ModelTypes["cosouls"] | undefined, /** delete data from the table: "discord.circle_api_tokens" */ delete_discord_circle_api_tokens?: ModelTypes["discord_circle_api_tokens_mutation_response"] | undefined, /** delete single row from the table: "discord.circle_api_tokens" */ @@ -38053,6 +51394,10 @@ export type ModelTypes = { delete_discord_roles_circles?: ModelTypes["discord_roles_circles_mutation_response"] | undefined, /** delete single row from the table: "discord.roles_circles" */ delete_discord_roles_circles_by_pk?: ModelTypes["discord_roles_circles"] | undefined, + /** delete data from the table: "discord.user_api_tokens" */ + delete_discord_user_api_tokens?: ModelTypes["discord_user_api_tokens_mutation_response"] | undefined, + /** delete single row from the table: "discord.user_api_tokens" */ + delete_discord_user_api_tokens_by_pk?: ModelTypes["discord_user_api_tokens"] | undefined, /** delete data from the table: "discord.users" */ delete_discord_users?: ModelTypes["discord_users_mutation_response"] | undefined, /** delete single row from the table: "discord.users" */ @@ -38061,6 +51406,10 @@ export type ModelTypes = { delete_distributions?: ModelTypes["distributions_mutation_response"] | undefined, /** delete single row from the table: "distributions" */ delete_distributions_by_pk?: ModelTypes["distributions"] | undefined, + /** delete data from the table: "emails" */ + delete_emails?: ModelTypes["emails_mutation_response"] | undefined, + /** delete single row from the table: "emails" */ + delete_emails_by_pk?: ModelTypes["emails"] | undefined, /** delete data from the table: "epoch_pgive_data" */ delete_epoch_pgive_data?: ModelTypes["epoch_pgive_data_mutation_response"] | undefined, /** delete single row from the table: "epoch_pgive_data" */ @@ -38079,6 +51428,14 @@ export type ModelTypes = { delete_interaction_events?: ModelTypes["interaction_events_mutation_response"] | undefined, /** delete single row from the table: "interaction_events" */ delete_interaction_events_by_pk?: ModelTypes["interaction_events"] | undefined, + /** delete data from the table: "key_holders" */ + delete_key_holders?: ModelTypes["key_holders_mutation_response"] | undefined, + /** delete single row from the table: "key_holders" */ + delete_key_holders_by_pk?: ModelTypes["key_holders"] | undefined, + /** delete data from the table: "key_tx" */ + delete_key_tx?: ModelTypes["key_tx_mutation_response"] | undefined, + /** delete single row from the table: "key_tx" */ + delete_key_tx_by_pk?: ModelTypes["key_tx"] | undefined, /** delete data from the table: "locked_token_distribution_gifts" */ delete_locked_token_distribution_gifts?: ModelTypes["locked_token_distribution_gifts_mutation_response"] | undefined, /** delete single row from the table: "locked_token_distribution_gifts" */ @@ -38099,6 +51456,10 @@ export type ModelTypes = { delete_org_members?: ModelTypes["org_members_mutation_response"] | undefined, /** delete single row from the table: "org_members" */ delete_org_members_by_pk?: ModelTypes["org_members"] | undefined, + /** delete data from the table: "org_share_tokens" */ + delete_org_share_tokens?: ModelTypes["org_share_tokens_mutation_response"] | undefined, + /** delete single row from the table: "org_share_tokens" */ + delete_org_share_tokens_by_pk?: ModelTypes["org_share_tokens"] | undefined, /** delete data from the table: "organizations" */ delete_organizations?: ModelTypes["organizations_mutation_response"] | undefined, /** delete single row from the table: "organizations" */ @@ -38117,10 +51478,32 @@ export type ModelTypes = { delete_personal_access_tokens?: ModelTypes["personal_access_tokens_mutation_response"] | undefined, /** delete single row from the table: "personal_access_tokens" */ delete_personal_access_tokens_by_pk?: ModelTypes["personal_access_tokens"] | undefined, + /** delete data from the table: "poap_events" */ + delete_poap_events?: ModelTypes["poap_events_mutation_response"] | undefined, + /** delete single row from the table: "poap_events" */ + delete_poap_events_by_pk?: ModelTypes["poap_events"] | undefined, + /** delete data from the table: "poap_holders" */ + delete_poap_holders?: ModelTypes["poap_holders_mutation_response"] | undefined, + /** delete single row from the table: "poap_holders" */ + delete_poap_holders_by_pk?: ModelTypes["poap_holders"] | undefined, + /** delete data from the table: "private_stream_visibility" */ + delete_private_stream_visibility?: ModelTypes["private_stream_visibility_mutation_response"] | undefined, + /** delete single row from the table: "private_stream_visibility" */ + delete_private_stream_visibility_by_pk?: ModelTypes["private_stream_visibility"] | undefined, /** delete data from the table: "profiles" */ delete_profiles?: ModelTypes["profiles_mutation_response"] | undefined, /** delete single row from the table: "profiles" */ delete_profiles_by_pk?: ModelTypes["profiles"] | undefined, + /** delete data from the table: "profiles_public" */ + delete_profiles_public?: ModelTypes["profiles_public_mutation_response"] | undefined, + /** delete data from the table: "reactions" */ + delete_reactions?: ModelTypes["reactions_mutation_response"] | undefined, + /** delete single row from the table: "reactions" */ + delete_reactions_by_pk?: ModelTypes["reactions"] | undefined, + /** delete data from the table: "reputation_scores" */ + delete_reputation_scores?: ModelTypes["reputation_scores_mutation_response"] | undefined, + /** delete single row from the table: "reputation_scores" */ + delete_reputation_scores_by_pk?: ModelTypes["reputation_scores"] | undefined, /** delete data from the table: "teammates" */ delete_teammates?: ModelTypes["teammates_mutation_response"] | undefined, /** delete single row from the table: "teammates" */ @@ -38129,6 +51512,10 @@ export type ModelTypes = { delete_token_gifts?: ModelTypes["token_gifts_mutation_response"] | undefined, /** delete single row from the table: "token_gifts" */ delete_token_gifts_by_pk?: ModelTypes["token_gifts"] | undefined, + /** delete data from the table: "twitter_account" */ + delete_twitter_account?: ModelTypes["twitter_account_mutation_response"] | undefined, + /** delete single row from the table: "twitter_account" */ + delete_twitter_account_by_pk?: ModelTypes["twitter_account"] | undefined, /** delete data from the table: "users" */ delete_users?: ModelTypes["users_mutation_response"] | undefined, /** delete single row from the table: "users" */ @@ -38152,10 +51539,16 @@ export type ModelTypes = { endEpoch?: ModelTypes["EpochResponse"] | undefined, /** Generates an API key for a circle */ generateApiKey?: ModelTypes["GenerateApiKeyResponse"] | undefined, + /** giveCsv */ + giveCsv?: ModelTypes["GiveCsvResponse"] | undefined, /** insert data into the table: "activities" */ insert_activities?: ModelTypes["activities_mutation_response"] | undefined, /** insert a single row into the table: "activities" */ insert_activities_one?: ModelTypes["activities"] | undefined, + /** insert data into the table: "address_data_fetches" */ + insert_address_data_fetches?: ModelTypes["address_data_fetches_mutation_response"] | undefined, + /** insert a single row into the table: "address_data_fetches" */ + insert_address_data_fetches_one?: ModelTypes["address_data_fetches"] | undefined, /** insert data into the table: "burns" */ insert_burns?: ModelTypes["burns_mutation_response"] | undefined, /** insert a single row into the table: "burns" */ @@ -38192,6 +51585,10 @@ export type ModelTypes = { insert_contributions?: ModelTypes["contributions_mutation_response"] | undefined, /** insert a single row into the table: "contributions" */ insert_contributions_one?: ModelTypes["contributions"] | undefined, + /** insert data into the table: "cosouls" */ + insert_cosouls?: ModelTypes["cosouls_mutation_response"] | undefined, + /** insert a single row into the table: "cosouls" */ + insert_cosouls_one?: ModelTypes["cosouls"] | undefined, /** insert data into the table: "discord.circle_api_tokens" */ insert_discord_circle_api_tokens?: ModelTypes["discord_circle_api_tokens_mutation_response"] | undefined, /** insert a single row into the table: "discord.circle_api_tokens" */ @@ -38200,6 +51597,10 @@ export type ModelTypes = { insert_discord_roles_circles?: ModelTypes["discord_roles_circles_mutation_response"] | undefined, /** insert a single row into the table: "discord.roles_circles" */ insert_discord_roles_circles_one?: ModelTypes["discord_roles_circles"] | undefined, + /** insert data into the table: "discord.user_api_tokens" */ + insert_discord_user_api_tokens?: ModelTypes["discord_user_api_tokens_mutation_response"] | undefined, + /** insert a single row into the table: "discord.user_api_tokens" */ + insert_discord_user_api_tokens_one?: ModelTypes["discord_user_api_tokens"] | undefined, /** insert data into the table: "discord.users" */ insert_discord_users?: ModelTypes["discord_users_mutation_response"] | undefined, /** insert a single row into the table: "discord.users" */ @@ -38208,6 +51609,10 @@ export type ModelTypes = { insert_distributions?: ModelTypes["distributions_mutation_response"] | undefined, /** insert a single row into the table: "distributions" */ insert_distributions_one?: ModelTypes["distributions"] | undefined, + /** insert data into the table: "emails" */ + insert_emails?: ModelTypes["emails_mutation_response"] | undefined, + /** insert a single row into the table: "emails" */ + insert_emails_one?: ModelTypes["emails"] | undefined, /** insert data into the table: "epoch_pgive_data" */ insert_epoch_pgive_data?: ModelTypes["epoch_pgive_data_mutation_response"] | undefined, /** insert a single row into the table: "epoch_pgive_data" */ @@ -38228,6 +51633,14 @@ export type ModelTypes = { insert_interaction_events?: ModelTypes["interaction_events_mutation_response"] | undefined, /** insert a single row into the table: "interaction_events" */ insert_interaction_events_one?: ModelTypes["interaction_events"] | undefined, + /** insert data into the table: "key_holders" */ + insert_key_holders?: ModelTypes["key_holders_mutation_response"] | undefined, + /** insert a single row into the table: "key_holders" */ + insert_key_holders_one?: ModelTypes["key_holders"] | undefined, + /** insert data into the table: "key_tx" */ + insert_key_tx?: ModelTypes["key_tx_mutation_response"] | undefined, + /** insert a single row into the table: "key_tx" */ + insert_key_tx_one?: ModelTypes["key_tx"] | undefined, /** insert data into the table: "locked_token_distribution_gifts" */ insert_locked_token_distribution_gifts?: ModelTypes["locked_token_distribution_gifts_mutation_response"] | undefined, /** insert a single row into the table: "locked_token_distribution_gifts" */ @@ -38248,6 +51661,10 @@ export type ModelTypes = { insert_org_members?: ModelTypes["org_members_mutation_response"] | undefined, /** insert a single row into the table: "org_members" */ insert_org_members_one?: ModelTypes["org_members"] | undefined, + /** insert data into the table: "org_share_tokens" */ + insert_org_share_tokens?: ModelTypes["org_share_tokens_mutation_response"] | undefined, + /** insert a single row into the table: "org_share_tokens" */ + insert_org_share_tokens_one?: ModelTypes["org_share_tokens"] | undefined, /** insert data into the table: "organizations" */ insert_organizations?: ModelTypes["organizations_mutation_response"] | undefined, /** insert a single row into the table: "organizations" */ @@ -38268,10 +51685,34 @@ export type ModelTypes = { insert_personal_access_tokens?: ModelTypes["personal_access_tokens_mutation_response"] | undefined, /** insert a single row into the table: "personal_access_tokens" */ insert_personal_access_tokens_one?: ModelTypes["personal_access_tokens"] | undefined, + /** insert data into the table: "poap_events" */ + insert_poap_events?: ModelTypes["poap_events_mutation_response"] | undefined, + /** insert a single row into the table: "poap_events" */ + insert_poap_events_one?: ModelTypes["poap_events"] | undefined, + /** insert data into the table: "poap_holders" */ + insert_poap_holders?: ModelTypes["poap_holders_mutation_response"] | undefined, + /** insert a single row into the table: "poap_holders" */ + insert_poap_holders_one?: ModelTypes["poap_holders"] | undefined, + /** insert data into the table: "private_stream_visibility" */ + insert_private_stream_visibility?: ModelTypes["private_stream_visibility_mutation_response"] | undefined, + /** insert a single row into the table: "private_stream_visibility" */ + insert_private_stream_visibility_one?: ModelTypes["private_stream_visibility"] | undefined, /** insert data into the table: "profiles" */ insert_profiles?: ModelTypes["profiles_mutation_response"] | undefined, /** insert a single row into the table: "profiles" */ insert_profiles_one?: ModelTypes["profiles"] | undefined, + /** insert data into the table: "profiles_public" */ + insert_profiles_public?: ModelTypes["profiles_public_mutation_response"] | undefined, + /** insert a single row into the table: "profiles_public" */ + insert_profiles_public_one?: ModelTypes["profiles_public"] | undefined, + /** insert data into the table: "reactions" */ + insert_reactions?: ModelTypes["reactions_mutation_response"] | undefined, + /** insert a single row into the table: "reactions" */ + insert_reactions_one?: ModelTypes["reactions"] | undefined, + /** insert data into the table: "reputation_scores" */ + insert_reputation_scores?: ModelTypes["reputation_scores_mutation_response"] | undefined, + /** insert a single row into the table: "reputation_scores" */ + insert_reputation_scores_one?: ModelTypes["reputation_scores"] | undefined, /** insert data into the table: "teammates" */ insert_teammates?: ModelTypes["teammates_mutation_response"] | undefined, /** insert a single row into the table: "teammates" */ @@ -38280,6 +51721,10 @@ export type ModelTypes = { insert_token_gifts?: ModelTypes["token_gifts_mutation_response"] | undefined, /** insert a single row into the table: "token_gifts" */ insert_token_gifts_one?: ModelTypes["token_gifts"] | undefined, + /** insert data into the table: "twitter_account" */ + insert_twitter_account?: ModelTypes["twitter_account_mutation_response"] | undefined, + /** insert a single row into the table: "twitter_account" */ + insert_twitter_account_one?: ModelTypes["twitter_account"] | undefined, /** insert data into the table: "users" */ insert_users?: ModelTypes["users_mutation_response"] | undefined, /** insert a single row into the table: "users" */ @@ -38307,13 +51752,21 @@ export type ModelTypes = { logoutUser?: ModelTypes["LogoutResponse"] | undefined, markClaimed?: ModelTypes["MarkClaimedOutput"] | undefined, restoreCoordinape?: ModelTypes["ConfirmationResponse"] | undefined, + /** sets a given email as the primary email for user */ + setPrimaryEmail?: ModelTypes["ConfirmationResponse"] | undefined, + syncCoSoul?: ModelTypes["SyncCoSoulOutput"] | undefined, + /** syncKeys */ + syncKeys?: ModelTypes["ConfirmationResponse"] | undefined, updateAllocations?: ModelTypes["AllocationsResponse"] | undefined, updateCircle?: ModelTypes["UpdateCircleOutput"] | undefined, + /** Update starting GIVE for all circle members */ + updateCircleStartingGive?: ModelTypes["ConfirmationResponse"] | undefined, /** users can modify contributions and update their dates. */ updateContribution?: ModelTypes["UpdateContributionResponse"] | undefined, updateEpoch?: ModelTypes["EpochResponse"] | undefined, - updateEpochOld?: ModelTypes["EpochResponse"] | undefined, updateProfile?: ModelTypes["UpdateProfileResponse"] | undefined, + /** updateRepScore */ + updateRepScore?: ModelTypes["ConfirmationResponse"] | undefined, updateTeammates?: ModelTypes["UpdateTeammatesResponse"] | undefined, /** Update own user */ updateUser?: ModelTypes["UserResponse"] | undefined, @@ -38323,6 +51776,12 @@ export type ModelTypes = { update_activities_by_pk?: ModelTypes["activities"] | undefined, /** update multiples rows of table: "activities" */ update_activities_many?: Array | undefined, + /** update data of the table: "address_data_fetches" */ + update_address_data_fetches?: ModelTypes["address_data_fetches_mutation_response"] | undefined, + /** update single row of the table: "address_data_fetches" */ + update_address_data_fetches_by_pk?: ModelTypes["address_data_fetches"] | undefined, + /** update multiples rows of table: "address_data_fetches" */ + update_address_data_fetches_many?: Array | undefined, /** update data of the table: "burns" */ update_burns?: ModelTypes["burns_mutation_response"] | undefined, /** update single row of the table: "burns" */ @@ -38375,6 +51834,12 @@ export type ModelTypes = { update_contributions_by_pk?: ModelTypes["contributions"] | undefined, /** update multiples rows of table: "contributions" */ update_contributions_many?: Array | undefined, + /** update data of the table: "cosouls" */ + update_cosouls?: ModelTypes["cosouls_mutation_response"] | undefined, + /** update single row of the table: "cosouls" */ + update_cosouls_by_pk?: ModelTypes["cosouls"] | undefined, + /** update multiples rows of table: "cosouls" */ + update_cosouls_many?: Array | undefined, /** update data of the table: "discord.circle_api_tokens" */ update_discord_circle_api_tokens?: ModelTypes["discord_circle_api_tokens_mutation_response"] | undefined, /** update single row of the table: "discord.circle_api_tokens" */ @@ -38387,6 +51852,12 @@ export type ModelTypes = { update_discord_roles_circles_by_pk?: ModelTypes["discord_roles_circles"] | undefined, /** update multiples rows of table: "discord.roles_circles" */ update_discord_roles_circles_many?: Array | undefined, + /** update data of the table: "discord.user_api_tokens" */ + update_discord_user_api_tokens?: ModelTypes["discord_user_api_tokens_mutation_response"] | undefined, + /** update single row of the table: "discord.user_api_tokens" */ + update_discord_user_api_tokens_by_pk?: ModelTypes["discord_user_api_tokens"] | undefined, + /** update multiples rows of table: "discord.user_api_tokens" */ + update_discord_user_api_tokens_many?: Array | undefined, /** update data of the table: "discord.users" */ update_discord_users?: ModelTypes["discord_users_mutation_response"] | undefined, /** update single row of the table: "discord.users" */ @@ -38399,6 +51870,12 @@ export type ModelTypes = { update_distributions_by_pk?: ModelTypes["distributions"] | undefined, /** update multiples rows of table: "distributions" */ update_distributions_many?: Array | undefined, + /** update data of the table: "emails" */ + update_emails?: ModelTypes["emails_mutation_response"] | undefined, + /** update single row of the table: "emails" */ + update_emails_by_pk?: ModelTypes["emails"] | undefined, + /** update multiples rows of table: "emails" */ + update_emails_many?: Array | undefined, /** update data of the table: "epoch_pgive_data" */ update_epoch_pgive_data?: ModelTypes["epoch_pgive_data_mutation_response"] | undefined, /** update single row of the table: "epoch_pgive_data" */ @@ -38427,6 +51904,18 @@ export type ModelTypes = { update_interaction_events_by_pk?: ModelTypes["interaction_events"] | undefined, /** update multiples rows of table: "interaction_events" */ update_interaction_events_many?: Array | undefined, + /** update data of the table: "key_holders" */ + update_key_holders?: ModelTypes["key_holders_mutation_response"] | undefined, + /** update single row of the table: "key_holders" */ + update_key_holders_by_pk?: ModelTypes["key_holders"] | undefined, + /** update multiples rows of table: "key_holders" */ + update_key_holders_many?: Array | undefined, + /** update data of the table: "key_tx" */ + update_key_tx?: ModelTypes["key_tx_mutation_response"] | undefined, + /** update single row of the table: "key_tx" */ + update_key_tx_by_pk?: ModelTypes["key_tx"] | undefined, + /** update multiples rows of table: "key_tx" */ + update_key_tx_many?: Array | undefined, /** update data of the table: "locked_token_distribution_gifts" */ update_locked_token_distribution_gifts?: ModelTypes["locked_token_distribution_gifts_mutation_response"] | undefined, /** update single row of the table: "locked_token_distribution_gifts" */ @@ -38457,6 +51946,12 @@ export type ModelTypes = { update_org_members_by_pk?: ModelTypes["org_members"] | undefined, /** update multiples rows of table: "org_members" */ update_org_members_many?: Array | undefined, + /** update data of the table: "org_share_tokens" */ + update_org_share_tokens?: ModelTypes["org_share_tokens_mutation_response"] | undefined, + /** update single row of the table: "org_share_tokens" */ + update_org_share_tokens_by_pk?: ModelTypes["org_share_tokens"] | undefined, + /** update multiples rows of table: "org_share_tokens" */ + update_org_share_tokens_many?: Array | undefined, /** update data of the table: "organizations" */ update_organizations?: ModelTypes["organizations_mutation_response"] | undefined, /** update single row of the table: "organizations" */ @@ -38485,12 +51980,46 @@ export type ModelTypes = { update_personal_access_tokens_by_pk?: ModelTypes["personal_access_tokens"] | undefined, /** update multiples rows of table: "personal_access_tokens" */ update_personal_access_tokens_many?: Array | undefined, + /** update data of the table: "poap_events" */ + update_poap_events?: ModelTypes["poap_events_mutation_response"] | undefined, + /** update single row of the table: "poap_events" */ + update_poap_events_by_pk?: ModelTypes["poap_events"] | undefined, + /** update multiples rows of table: "poap_events" */ + update_poap_events_many?: Array | undefined, + /** update data of the table: "poap_holders" */ + update_poap_holders?: ModelTypes["poap_holders_mutation_response"] | undefined, + /** update single row of the table: "poap_holders" */ + update_poap_holders_by_pk?: ModelTypes["poap_holders"] | undefined, + /** update multiples rows of table: "poap_holders" */ + update_poap_holders_many?: Array | undefined, + /** update data of the table: "private_stream_visibility" */ + update_private_stream_visibility?: ModelTypes["private_stream_visibility_mutation_response"] | undefined, + /** update single row of the table: "private_stream_visibility" */ + update_private_stream_visibility_by_pk?: ModelTypes["private_stream_visibility"] | undefined, + /** update multiples rows of table: "private_stream_visibility" */ + update_private_stream_visibility_many?: Array | undefined, /** update data of the table: "profiles" */ update_profiles?: ModelTypes["profiles_mutation_response"] | undefined, /** update single row of the table: "profiles" */ update_profiles_by_pk?: ModelTypes["profiles"] | undefined, /** update multiples rows of table: "profiles" */ update_profiles_many?: Array | undefined, + /** update data of the table: "profiles_public" */ + update_profiles_public?: ModelTypes["profiles_public_mutation_response"] | undefined, + /** update multiples rows of table: "profiles_public" */ + update_profiles_public_many?: Array | undefined, + /** update data of the table: "reactions" */ + update_reactions?: ModelTypes["reactions_mutation_response"] | undefined, + /** update single row of the table: "reactions" */ + update_reactions_by_pk?: ModelTypes["reactions"] | undefined, + /** update multiples rows of table: "reactions" */ + update_reactions_many?: Array | undefined, + /** update data of the table: "reputation_scores" */ + update_reputation_scores?: ModelTypes["reputation_scores_mutation_response"] | undefined, + /** update single row of the table: "reputation_scores" */ + update_reputation_scores_by_pk?: ModelTypes["reputation_scores"] | undefined, + /** update multiples rows of table: "reputation_scores" */ + update_reputation_scores_many?: Array | undefined, /** update data of the table: "teammates" */ update_teammates?: ModelTypes["teammates_mutation_response"] | undefined, /** update single row of the table: "teammates" */ @@ -38503,6 +52032,12 @@ export type ModelTypes = { update_token_gifts_by_pk?: ModelTypes["token_gifts"] | undefined, /** update multiples rows of table: "token_gifts" */ update_token_gifts_many?: Array | undefined, + /** update data of the table: "twitter_account" */ + update_twitter_account?: ModelTypes["twitter_account_mutation_response"] | undefined, + /** update single row of the table: "twitter_account" */ + update_twitter_account_by_pk?: ModelTypes["twitter_account"] | undefined, + /** update multiples rows of table: "twitter_account" */ + update_twitter_account_many?: Array | undefined, /** update data of the table: "users" */ update_users?: ModelTypes["users_mutation_response"] | undefined, /** update single row of the table: "users" */ @@ -38956,6 +52491,106 @@ export type ModelTypes = { nominated_by_user_id?: ModelTypes["order_by"] | undefined, user_id?: ModelTypes["order_by"] | undefined, vouches_required?: ModelTypes["order_by"] | undefined +}; + /** columns and relationships of "note_count" */ +["note_count"]: { + notes?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregated selection of "note_count" */ +["note_count_aggregate"]: { + aggregate?: ModelTypes["note_count_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "note_count" */ +["note_count_aggregate_fields"]: { + avg?: ModelTypes["note_count_avg_fields"] | undefined, + count: number, + max?: ModelTypes["note_count_max_fields"] | undefined, + min?: ModelTypes["note_count_min_fields"] | undefined, + stddev?: ModelTypes["note_count_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["note_count_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["note_count_stddev_samp_fields"] | undefined, + sum?: ModelTypes["note_count_sum_fields"] | undefined, + var_pop?: ModelTypes["note_count_var_pop_fields"] | undefined, + var_samp?: ModelTypes["note_count_var_samp_fields"] | undefined, + variance?: ModelTypes["note_count_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["note_count_avg_fields"]: { + notes?: number | undefined, + profile_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "note_count". All fields are combined with a logical 'AND'. */ +["note_count_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["note_count_bool_exp"] | undefined, + _or?: Array | undefined, + notes?: ModelTypes["bigint_comparison_exp"] | undefined, + profile_id?: ModelTypes["bigint_comparison_exp"] | undefined +}; + /** aggregate max on columns */ +["note_count_max_fields"]: { + notes?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregate min on columns */ +["note_count_min_fields"]: { + notes?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** Ordering options when selecting data from "note_count". */ +["note_count_order_by"]: { + notes?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined +}; + ["note_count_select_column"]:note_count_select_column; + /** aggregate stddev on columns */ +["note_count_stddev_fields"]: { + notes?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["note_count_stddev_pop_fields"]: { + notes?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["note_count_stddev_samp_fields"]: { + notes?: number | undefined, + profile_id?: number | undefined +}; + /** Streaming cursor of the table "note_count" */ +["note_count_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["note_count_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["note_count_stream_cursor_value_input"]: { + notes?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregate sum on columns */ +["note_count_sum_fields"]: { + notes?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregate var_pop on columns */ +["note_count_var_pop_fields"]: { + notes?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["note_count_var_samp_fields"]: { + notes?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate variance on columns */ +["note_count_variance_fields"]: { + notes?: number | undefined, + profile_id?: number | undefined }; ["numeric"]:any; /** Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. */ @@ -38975,6 +52610,8 @@ export type ModelTypes = { ["org_members"]: { created_at: ModelTypes["timestamp"], deleted_at?: ModelTypes["timestamp"] | undefined, + entrance?: string | undefined, + hidden: boolean, id: ModelTypes["bigint"], org_id: ModelTypes["bigint"], /** An object relationship */ @@ -38991,7 +52628,21 @@ export type ModelTypes = { nodes: Array }; ["org_members_aggregate_bool_exp"]: { + bool_and?: ModelTypes["org_members_aggregate_bool_exp_bool_and"] | undefined, + bool_or?: ModelTypes["org_members_aggregate_bool_exp_bool_or"] | undefined, count?: ModelTypes["org_members_aggregate_bool_exp_count"] | undefined +}; + ["org_members_aggregate_bool_exp_bool_and"]: { + arguments: ModelTypes["org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined, + filter?: ModelTypes["org_members_bool_exp"] | undefined, + predicate: ModelTypes["Boolean_comparison_exp"] +}; + ["org_members_aggregate_bool_exp_bool_or"]: { + arguments: ModelTypes["org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined, + filter?: ModelTypes["org_members_bool_exp"] | undefined, + predicate: ModelTypes["Boolean_comparison_exp"] }; ["org_members_aggregate_bool_exp_count"]: { arguments?: Array | undefined, @@ -39054,6 +52705,8 @@ export type ModelTypes = { _or?: Array | undefined, created_at?: ModelTypes["timestamp_comparison_exp"] | undefined, deleted_at?: ModelTypes["timestamp_comparison_exp"] | undefined, + entrance?: ModelTypes["String_comparison_exp"] | undefined, + hidden?: ModelTypes["Boolean_comparison_exp"] | undefined, id?: ModelTypes["bigint_comparison_exp"] | undefined, org_id?: ModelTypes["bigint_comparison_exp"] | undefined, organization?: ModelTypes["organizations_bool_exp"] | undefined, @@ -39074,6 +52727,8 @@ export type ModelTypes = { ["org_members_insert_input"]: { created_at?: ModelTypes["timestamp"] | undefined, deleted_at?: ModelTypes["timestamp"] | undefined, + entrance?: string | undefined, + hidden?: boolean | undefined, id?: ModelTypes["bigint"] | undefined, org_id?: ModelTypes["bigint"] | undefined, organization?: ModelTypes["organizations_obj_rel_insert_input"] | undefined, @@ -39086,6 +52741,7 @@ export type ModelTypes = { ["org_members_max_fields"]: { created_at?: ModelTypes["timestamp"] | undefined, deleted_at?: ModelTypes["timestamp"] | undefined, + entrance?: string | undefined, id?: ModelTypes["bigint"] | undefined, org_id?: ModelTypes["bigint"] | undefined, profile_id?: ModelTypes["bigint"] | undefined, @@ -39096,6 +52752,7 @@ export type ModelTypes = { ["org_members_max_order_by"]: { created_at?: ModelTypes["order_by"] | undefined, deleted_at?: ModelTypes["order_by"] | undefined, + entrance?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, org_id?: ModelTypes["order_by"] | undefined, profile_id?: ModelTypes["order_by"] | undefined, @@ -39106,6 +52763,7 @@ export type ModelTypes = { ["org_members_min_fields"]: { created_at?: ModelTypes["timestamp"] | undefined, deleted_at?: ModelTypes["timestamp"] | undefined, + entrance?: string | undefined, id?: ModelTypes["bigint"] | undefined, org_id?: ModelTypes["bigint"] | undefined, profile_id?: ModelTypes["bigint"] | undefined, @@ -39116,6 +52774,7 @@ export type ModelTypes = { ["org_members_min_order_by"]: { created_at?: ModelTypes["order_by"] | undefined, deleted_at?: ModelTypes["order_by"] | undefined, + entrance?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, org_id?: ModelTypes["order_by"] | undefined, profile_id?: ModelTypes["order_by"] | undefined, @@ -39139,6 +52798,8 @@ export type ModelTypes = { ["org_members_order_by"]: { created_at?: ModelTypes["order_by"] | undefined, deleted_at?: ModelTypes["order_by"] | undefined, + entrance?: ModelTypes["order_by"] | undefined, + hidden?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, org_id?: ModelTypes["order_by"] | undefined, organization?: ModelTypes["organizations_order_by"] | undefined, @@ -39152,10 +52813,14 @@ export type ModelTypes = { id: ModelTypes["bigint"] }; ["org_members_select_column"]:org_members_select_column; + ["org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns"]:org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns; + ["org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns"]:org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "org_members" */ ["org_members_set_input"]: { created_at?: ModelTypes["timestamp"] | undefined, deleted_at?: ModelTypes["timestamp"] | undefined, + entrance?: string | undefined, + hidden?: boolean | undefined, id?: ModelTypes["bigint"] | undefined, org_id?: ModelTypes["bigint"] | undefined, profile_id?: ModelTypes["bigint"] | undefined, @@ -39215,6 +52880,8 @@ export type ModelTypes = { ["org_members_stream_cursor_value_input"]: { created_at?: ModelTypes["timestamp"] | undefined, deleted_at?: ModelTypes["timestamp"] | undefined, + entrance?: string | undefined, + hidden?: boolean | undefined, id?: ModelTypes["bigint"] | undefined, org_id?: ModelTypes["bigint"] | undefined, profile_id?: ModelTypes["bigint"] | undefined, @@ -39285,6 +52952,178 @@ export type ModelTypes = { org_id?: ModelTypes["order_by"] | undefined, profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined +}; + /** columns and relationships of "org_share_tokens" */ +["org_share_tokens"]: { + created_at: ModelTypes["timestamptz"], + org_id: ModelTypes["bigint"], + /** An object relationship */ + organization: ModelTypes["organizations"], + type: number, + updated_at: ModelTypes["timestamptz"], + uuid: ModelTypes["uuid"] +}; + /** aggregated selection of "org_share_tokens" */ +["org_share_tokens_aggregate"]: { + aggregate?: ModelTypes["org_share_tokens_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "org_share_tokens" */ +["org_share_tokens_aggregate_fields"]: { + avg?: ModelTypes["org_share_tokens_avg_fields"] | undefined, + count: number, + max?: ModelTypes["org_share_tokens_max_fields"] | undefined, + min?: ModelTypes["org_share_tokens_min_fields"] | undefined, + stddev?: ModelTypes["org_share_tokens_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["org_share_tokens_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["org_share_tokens_stddev_samp_fields"] | undefined, + sum?: ModelTypes["org_share_tokens_sum_fields"] | undefined, + var_pop?: ModelTypes["org_share_tokens_var_pop_fields"] | undefined, + var_samp?: ModelTypes["org_share_tokens_var_samp_fields"] | undefined, + variance?: ModelTypes["org_share_tokens_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["org_share_tokens_avg_fields"]: { + org_id?: number | undefined, + type?: number | undefined +}; + /** Boolean expression to filter rows from the table "org_share_tokens". All fields are combined with a logical 'AND'. */ +["org_share_tokens_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["org_share_tokens_bool_exp"] | undefined, + _or?: Array | undefined, + created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + org_id?: ModelTypes["bigint_comparison_exp"] | undefined, + organization?: ModelTypes["organizations_bool_exp"] | undefined, + type?: ModelTypes["Int_comparison_exp"] | undefined, + updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + uuid?: ModelTypes["uuid_comparison_exp"] | undefined +}; + ["org_share_tokens_constraint"]:org_share_tokens_constraint; + /** input type for incrementing numeric columns in table "org_share_tokens" */ +["org_share_tokens_inc_input"]: { + org_id?: ModelTypes["bigint"] | undefined, + type?: number | undefined +}; + /** input type for inserting data into table "org_share_tokens" */ +["org_share_tokens_insert_input"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + org_id?: ModelTypes["bigint"] | undefined, + organization?: ModelTypes["organizations_obj_rel_insert_input"] | undefined, + type?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + uuid?: ModelTypes["uuid"] | undefined +}; + /** aggregate max on columns */ +["org_share_tokens_max_fields"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + org_id?: ModelTypes["bigint"] | undefined, + type?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + uuid?: ModelTypes["uuid"] | undefined +}; + /** aggregate min on columns */ +["org_share_tokens_min_fields"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + org_id?: ModelTypes["bigint"] | undefined, + type?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + uuid?: ModelTypes["uuid"] | undefined +}; + /** response of any mutation on the table "org_share_tokens" */ +["org_share_tokens_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "org_share_tokens" */ +["org_share_tokens_on_conflict"]: { + constraint: ModelTypes["org_share_tokens_constraint"], + update_columns: Array, + where?: ModelTypes["org_share_tokens_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "org_share_tokens". */ +["org_share_tokens_order_by"]: { + created_at?: ModelTypes["order_by"] | undefined, + org_id?: ModelTypes["order_by"] | undefined, + organization?: ModelTypes["organizations_order_by"] | undefined, + type?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined, + uuid?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: org_share_tokens */ +["org_share_tokens_pk_columns_input"]: { + org_id: ModelTypes["bigint"], + type: number +}; + ["org_share_tokens_select_column"]:org_share_tokens_select_column; + /** input type for updating data in table "org_share_tokens" */ +["org_share_tokens_set_input"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + org_id?: ModelTypes["bigint"] | undefined, + type?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + uuid?: ModelTypes["uuid"] | undefined +}; + /** aggregate stddev on columns */ +["org_share_tokens_stddev_fields"]: { + org_id?: number | undefined, + type?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["org_share_tokens_stddev_pop_fields"]: { + org_id?: number | undefined, + type?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["org_share_tokens_stddev_samp_fields"]: { + org_id?: number | undefined, + type?: number | undefined +}; + /** Streaming cursor of the table "org_share_tokens" */ +["org_share_tokens_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["org_share_tokens_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["org_share_tokens_stream_cursor_value_input"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + org_id?: ModelTypes["bigint"] | undefined, + type?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + uuid?: ModelTypes["uuid"] | undefined +}; + /** aggregate sum on columns */ +["org_share_tokens_sum_fields"]: { + org_id?: ModelTypes["bigint"] | undefined, + type?: number | undefined +}; + ["org_share_tokens_update_column"]:org_share_tokens_update_column; + ["org_share_tokens_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["org_share_tokens_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["org_share_tokens_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["org_share_tokens_bool_exp"] +}; + /** aggregate var_pop on columns */ +["org_share_tokens_var_pop_fields"]: { + org_id?: number | undefined, + type?: number | undefined +}; + /** aggregate var_samp on columns */ +["org_share_tokens_var_samp_fields"]: { + org_id?: number | undefined, + type?: number | undefined +}; + /** aggregate variance on columns */ +["org_share_tokens_variance_fields"]: { + org_id?: number | undefined, + type?: number | undefined }; /** columns and relationships of "organizations" */ ["organizations"]: { @@ -39294,6 +53133,8 @@ export type ModelTypes = { circles_aggregate: ModelTypes["circles_aggregate"], created_at: ModelTypes["timestamp"], created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id: ModelTypes["bigint"], is_verified: boolean, logo?: string | undefined, @@ -39335,6 +53176,8 @@ export type ModelTypes = { /** aggregate avg on columns */ ["organizations_avg_fields"]: { created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** Boolean expression to filter rows from the table "organizations". All fields are combined with a logical 'AND'. */ @@ -39346,6 +53189,8 @@ export type ModelTypes = { circles_aggregate?: ModelTypes["circles_aggregate_bool_exp"] | undefined, created_at?: ModelTypes["timestamp_comparison_exp"] | undefined, created_by?: ModelTypes["Int_comparison_exp"] | undefined, + guild_id?: ModelTypes["Int_comparison_exp"] | undefined, + guild_role_id?: ModelTypes["Int_comparison_exp"] | undefined, id?: ModelTypes["bigint_comparison_exp"] | undefined, is_verified?: ModelTypes["Boolean_comparison_exp"] | undefined, logo?: ModelTypes["String_comparison_exp"] | undefined, @@ -39363,6 +53208,8 @@ export type ModelTypes = { /** input type for incrementing numeric columns in table "organizations" */ ["organizations_inc_input"]: { created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: ModelTypes["bigint"] | undefined }; /** input type for inserting data into table "organizations" */ @@ -39370,6 +53217,8 @@ export type ModelTypes = { circles?: ModelTypes["circles_arr_rel_insert_input"] | undefined, created_at?: ModelTypes["timestamp"] | undefined, created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: ModelTypes["bigint"] | undefined, is_verified?: boolean | undefined, logo?: string | undefined, @@ -39386,6 +53235,8 @@ export type ModelTypes = { ["organizations_max_fields"]: { created_at?: ModelTypes["timestamp"] | undefined, created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: ModelTypes["bigint"] | undefined, logo?: string | undefined, name?: string | undefined, @@ -39396,6 +53247,8 @@ export type ModelTypes = { ["organizations_min_fields"]: { created_at?: ModelTypes["timestamp"] | undefined, created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: ModelTypes["bigint"] | undefined, logo?: string | undefined, name?: string | undefined, @@ -39426,6 +53279,8 @@ export type ModelTypes = { circles_aggregate?: ModelTypes["circles_aggregate_order_by"] | undefined, created_at?: ModelTypes["order_by"] | undefined, created_by?: ModelTypes["order_by"] | undefined, + guild_id?: ModelTypes["order_by"] | undefined, + guild_role_id?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, is_verified?: ModelTypes["order_by"] | undefined, logo?: ModelTypes["order_by"] | undefined, @@ -39446,6 +53301,8 @@ export type ModelTypes = { ["organizations_set_input"]: { created_at?: ModelTypes["timestamp"] | undefined, created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: ModelTypes["bigint"] | undefined, is_verified?: boolean | undefined, logo?: string | undefined, @@ -39458,16 +53315,22 @@ export type ModelTypes = { /** aggregate stddev on columns */ ["organizations_stddev_fields"]: { created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** aggregate stddev_pop on columns */ ["organizations_stddev_pop_fields"]: { created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** aggregate stddev_samp on columns */ ["organizations_stddev_samp_fields"]: { created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** Streaming cursor of the table "organizations" */ @@ -39481,6 +53344,8 @@ export type ModelTypes = { ["organizations_stream_cursor_value_input"]: { created_at?: ModelTypes["timestamp"] | undefined, created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: ModelTypes["bigint"] | undefined, is_verified?: boolean | undefined, logo?: string | undefined, @@ -39493,6 +53358,8 @@ export type ModelTypes = { /** aggregate sum on columns */ ["organizations_sum_fields"]: { created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: ModelTypes["bigint"] | undefined }; ["organizations_update_column"]:organizations_update_column; @@ -39507,16 +53374,22 @@ export type ModelTypes = { /** aggregate var_pop on columns */ ["organizations_var_pop_fields"]: { created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** aggregate var_samp on columns */ ["organizations_var_samp_fields"]: { created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** aggregate variance on columns */ ["organizations_variance_fields"]: { created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** columns and relationships of "pending_gift_private" */ @@ -40539,10 +54412,841 @@ export type ModelTypes = { ["personal_access_tokens_variance_fields"]: { id?: number | undefined, tokenable_id?: number | undefined +}; + /** Poap event info */ +["poap_events"]: { + city: string, + country: string, + created_at: ModelTypes["timestamptz"], + description: string, + distance?: ModelTypes["float8"] | undefined, + embedding?: ModelTypes["vector"] | undefined, + end_date: ModelTypes["date"], + event_url: string, + expiry_date: ModelTypes["date"], + fancy_id: string, + id: ModelTypes["bigint"], + image_url: string, + name: string, + poap_id: number, + start_date: ModelTypes["date"], + supply: number, + updated_at: ModelTypes["timestamptz"], + year: number +}; + /** aggregated selection of "poap_events" */ +["poap_events_aggregate"]: { + aggregate?: ModelTypes["poap_events_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "poap_events" */ +["poap_events_aggregate_fields"]: { + avg?: ModelTypes["poap_events_avg_fields"] | undefined, + count: number, + max?: ModelTypes["poap_events_max_fields"] | undefined, + min?: ModelTypes["poap_events_min_fields"] | undefined, + stddev?: ModelTypes["poap_events_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["poap_events_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["poap_events_stddev_samp_fields"] | undefined, + sum?: ModelTypes["poap_events_sum_fields"] | undefined, + var_pop?: ModelTypes["poap_events_var_pop_fields"] | undefined, + var_samp?: ModelTypes["poap_events_var_samp_fields"] | undefined, + variance?: ModelTypes["poap_events_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["poap_events_avg_fields"]: { + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** Boolean expression to filter rows from the table "poap_events". All fields are combined with a logical 'AND'. */ +["poap_events_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["poap_events_bool_exp"] | undefined, + _or?: Array | undefined, + city?: ModelTypes["String_comparison_exp"] | undefined, + country?: ModelTypes["String_comparison_exp"] | undefined, + created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + description?: ModelTypes["String_comparison_exp"] | undefined, + distance?: ModelTypes["float8_comparison_exp"] | undefined, + embedding?: ModelTypes["vector_comparison_exp"] | undefined, + end_date?: ModelTypes["date_comparison_exp"] | undefined, + event_url?: ModelTypes["String_comparison_exp"] | undefined, + expiry_date?: ModelTypes["date_comparison_exp"] | undefined, + fancy_id?: ModelTypes["String_comparison_exp"] | undefined, + id?: ModelTypes["bigint_comparison_exp"] | undefined, + image_url?: ModelTypes["String_comparison_exp"] | undefined, + name?: ModelTypes["String_comparison_exp"] | undefined, + poap_id?: ModelTypes["Int_comparison_exp"] | undefined, + start_date?: ModelTypes["date_comparison_exp"] | undefined, + supply?: ModelTypes["Int_comparison_exp"] | undefined, + updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + year?: ModelTypes["Int_comparison_exp"] | undefined +}; + ["poap_events_constraint"]:poap_events_constraint; + /** input type for incrementing numeric columns in table "poap_events" */ +["poap_events_inc_input"]: { + distance?: ModelTypes["float8"] | undefined, + id?: ModelTypes["bigint"] | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** input type for inserting data into table "poap_events" */ +["poap_events_insert_input"]: { + city?: string | undefined, + country?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + description?: string | undefined, + distance?: ModelTypes["float8"] | undefined, + embedding?: ModelTypes["vector"] | undefined, + end_date?: ModelTypes["date"] | undefined, + event_url?: string | undefined, + expiry_date?: ModelTypes["date"] | undefined, + fancy_id?: string | undefined, + id?: ModelTypes["bigint"] | undefined, + image_url?: string | undefined, + name?: string | undefined, + poap_id?: number | undefined, + start_date?: ModelTypes["date"] | undefined, + supply?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + year?: number | undefined +}; + /** aggregate max on columns */ +["poap_events_max_fields"]: { + city?: string | undefined, + country?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + description?: string | undefined, + distance?: ModelTypes["float8"] | undefined, + end_date?: ModelTypes["date"] | undefined, + event_url?: string | undefined, + expiry_date?: ModelTypes["date"] | undefined, + fancy_id?: string | undefined, + id?: ModelTypes["bigint"] | undefined, + image_url?: string | undefined, + name?: string | undefined, + poap_id?: number | undefined, + start_date?: ModelTypes["date"] | undefined, + supply?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + year?: number | undefined +}; + /** aggregate min on columns */ +["poap_events_min_fields"]: { + city?: string | undefined, + country?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + description?: string | undefined, + distance?: ModelTypes["float8"] | undefined, + end_date?: ModelTypes["date"] | undefined, + event_url?: string | undefined, + expiry_date?: ModelTypes["date"] | undefined, + fancy_id?: string | undefined, + id?: ModelTypes["bigint"] | undefined, + image_url?: string | undefined, + name?: string | undefined, + poap_id?: number | undefined, + start_date?: ModelTypes["date"] | undefined, + supply?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + year?: number | undefined +}; + /** response of any mutation on the table "poap_events" */ +["poap_events_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "poap_events" */ +["poap_events_on_conflict"]: { + constraint: ModelTypes["poap_events_constraint"], + update_columns: Array, + where?: ModelTypes["poap_events_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "poap_events". */ +["poap_events_order_by"]: { + city?: ModelTypes["order_by"] | undefined, + country?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + description?: ModelTypes["order_by"] | undefined, + distance?: ModelTypes["order_by"] | undefined, + embedding?: ModelTypes["order_by"] | undefined, + end_date?: ModelTypes["order_by"] | undefined, + event_url?: ModelTypes["order_by"] | undefined, + expiry_date?: ModelTypes["order_by"] | undefined, + fancy_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + image_url?: ModelTypes["order_by"] | undefined, + name?: ModelTypes["order_by"] | undefined, + poap_id?: ModelTypes["order_by"] | undefined, + start_date?: ModelTypes["order_by"] | undefined, + supply?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined, + year?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: poap_events */ +["poap_events_pk_columns_input"]: { + id: ModelTypes["bigint"] +}; + ["poap_events_select_column"]:poap_events_select_column; + /** input type for updating data in table "poap_events" */ +["poap_events_set_input"]: { + city?: string | undefined, + country?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + description?: string | undefined, + distance?: ModelTypes["float8"] | undefined, + embedding?: ModelTypes["vector"] | undefined, + end_date?: ModelTypes["date"] | undefined, + event_url?: string | undefined, + expiry_date?: ModelTypes["date"] | undefined, + fancy_id?: string | undefined, + id?: ModelTypes["bigint"] | undefined, + image_url?: string | undefined, + name?: string | undefined, + poap_id?: number | undefined, + start_date?: ModelTypes["date"] | undefined, + supply?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + year?: number | undefined +}; + /** aggregate stddev on columns */ +["poap_events_stddev_fields"]: { + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["poap_events_stddev_pop_fields"]: { + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["poap_events_stddev_samp_fields"]: { + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** Streaming cursor of the table "poap_events" */ +["poap_events_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["poap_events_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["poap_events_stream_cursor_value_input"]: { + city?: string | undefined, + country?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + description?: string | undefined, + distance?: ModelTypes["float8"] | undefined, + embedding?: ModelTypes["vector"] | undefined, + end_date?: ModelTypes["date"] | undefined, + event_url?: string | undefined, + expiry_date?: ModelTypes["date"] | undefined, + fancy_id?: string | undefined, + id?: ModelTypes["bigint"] | undefined, + image_url?: string | undefined, + name?: string | undefined, + poap_id?: number | undefined, + start_date?: ModelTypes["date"] | undefined, + supply?: number | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + year?: number | undefined +}; + /** aggregate sum on columns */ +["poap_events_sum_fields"]: { + distance?: ModelTypes["float8"] | undefined, + id?: ModelTypes["bigint"] | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + ["poap_events_update_column"]:poap_events_update_column; + ["poap_events_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["poap_events_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["poap_events_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["poap_events_bool_exp"] +}; + /** aggregate var_pop on columns */ +["poap_events_var_pop_fields"]: { + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** aggregate var_samp on columns */ +["poap_events_var_samp_fields"]: { + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** aggregate variance on columns */ +["poap_events_variance_fields"]: { + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** columns and relationships of "poap_holders" */ +["poap_holders"]: { + address: ModelTypes["citext"], + chain: string, + /** An object relationship */ + cosoul?: ModelTypes["cosouls"] | undefined, + created_at: ModelTypes["timestamptz"], + event_id: ModelTypes["bigint"], + id: ModelTypes["bigint"], + poap_created: ModelTypes["timestamptz"], + token_id: ModelTypes["bigint"], + updated_at: ModelTypes["timestamptz"] +}; + /** aggregated selection of "poap_holders" */ +["poap_holders_aggregate"]: { + aggregate?: ModelTypes["poap_holders_aggregate_fields"] | undefined, + nodes: Array +}; + ["poap_holders_aggregate_bool_exp"]: { + count?: ModelTypes["poap_holders_aggregate_bool_exp_count"] | undefined +}; + ["poap_holders_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: ModelTypes["poap_holders_bool_exp"] | undefined, + predicate: ModelTypes["Int_comparison_exp"] +}; + /** aggregate fields of "poap_holders" */ +["poap_holders_aggregate_fields"]: { + avg?: ModelTypes["poap_holders_avg_fields"] | undefined, + count: number, + max?: ModelTypes["poap_holders_max_fields"] | undefined, + min?: ModelTypes["poap_holders_min_fields"] | undefined, + stddev?: ModelTypes["poap_holders_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["poap_holders_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["poap_holders_stddev_samp_fields"] | undefined, + sum?: ModelTypes["poap_holders_sum_fields"] | undefined, + var_pop?: ModelTypes["poap_holders_var_pop_fields"] | undefined, + var_samp?: ModelTypes["poap_holders_var_samp_fields"] | undefined, + variance?: ModelTypes["poap_holders_variance_fields"] | undefined +}; + /** order by aggregate values of table "poap_holders" */ +["poap_holders_aggregate_order_by"]: { + avg?: ModelTypes["poap_holders_avg_order_by"] | undefined, + count?: ModelTypes["order_by"] | undefined, + max?: ModelTypes["poap_holders_max_order_by"] | undefined, + min?: ModelTypes["poap_holders_min_order_by"] | undefined, + stddev?: ModelTypes["poap_holders_stddev_order_by"] | undefined, + stddev_pop?: ModelTypes["poap_holders_stddev_pop_order_by"] | undefined, + stddev_samp?: ModelTypes["poap_holders_stddev_samp_order_by"] | undefined, + sum?: ModelTypes["poap_holders_sum_order_by"] | undefined, + var_pop?: ModelTypes["poap_holders_var_pop_order_by"] | undefined, + var_samp?: ModelTypes["poap_holders_var_samp_order_by"] | undefined, + variance?: ModelTypes["poap_holders_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "poap_holders" */ +["poap_holders_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ModelTypes["poap_holders_on_conflict"] | undefined +}; + /** aggregate avg on columns */ +["poap_holders_avg_fields"]: { + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by avg() on columns of table "poap_holders" */ +["poap_holders_avg_order_by"]: { + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined +}; + /** Boolean expression to filter rows from the table "poap_holders". All fields are combined with a logical 'AND'. */ +["poap_holders_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["poap_holders_bool_exp"] | undefined, + _or?: Array | undefined, + address?: ModelTypes["citext_comparison_exp"] | undefined, + chain?: ModelTypes["String_comparison_exp"] | undefined, + cosoul?: ModelTypes["cosouls_bool_exp"] | undefined, + created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + event_id?: ModelTypes["bigint_comparison_exp"] | undefined, + id?: ModelTypes["bigint_comparison_exp"] | undefined, + poap_created?: ModelTypes["timestamptz_comparison_exp"] | undefined, + token_id?: ModelTypes["bigint_comparison_exp"] | undefined, + updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined +}; + ["poap_holders_constraint"]:poap_holders_constraint; + /** input type for incrementing numeric columns in table "poap_holders" */ +["poap_holders_inc_input"]: { + event_id?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + token_id?: ModelTypes["bigint"] | undefined +}; + /** input type for inserting data into table "poap_holders" */ +["poap_holders_insert_input"]: { + address?: ModelTypes["citext"] | undefined, + chain?: string | undefined, + cosoul?: ModelTypes["cosouls_obj_rel_insert_input"] | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + event_id?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + poap_created?: ModelTypes["timestamptz"] | undefined, + token_id?: ModelTypes["bigint"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["poap_holders_max_fields"]: { + address?: ModelTypes["citext"] | undefined, + chain?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + event_id?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + poap_created?: ModelTypes["timestamptz"] | undefined, + token_id?: ModelTypes["bigint"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** order by max() on columns of table "poap_holders" */ +["poap_holders_max_order_by"]: { + address?: ModelTypes["order_by"] | undefined, + chain?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + poap_created?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** aggregate min on columns */ +["poap_holders_min_fields"]: { + address?: ModelTypes["citext"] | undefined, + chain?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + event_id?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + poap_created?: ModelTypes["timestamptz"] | undefined, + token_id?: ModelTypes["bigint"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** order by min() on columns of table "poap_holders" */ +["poap_holders_min_order_by"]: { + address?: ModelTypes["order_by"] | undefined, + chain?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + poap_created?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** response of any mutation on the table "poap_holders" */ +["poap_holders_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "poap_holders" */ +["poap_holders_on_conflict"]: { + constraint: ModelTypes["poap_holders_constraint"], + update_columns: Array, + where?: ModelTypes["poap_holders_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "poap_holders". */ +["poap_holders_order_by"]: { + address?: ModelTypes["order_by"] | undefined, + chain?: ModelTypes["order_by"] | undefined, + cosoul?: ModelTypes["cosouls_order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + poap_created?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: poap_holders */ +["poap_holders_pk_columns_input"]: { + id: ModelTypes["bigint"] +}; + ["poap_holders_select_column"]:poap_holders_select_column; + /** input type for updating data in table "poap_holders" */ +["poap_holders_set_input"]: { + address?: ModelTypes["citext"] | undefined, + chain?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + event_id?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + poap_created?: ModelTypes["timestamptz"] | undefined, + token_id?: ModelTypes["bigint"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate stddev on columns */ +["poap_holders_stddev_fields"]: { + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by stddev() on columns of table "poap_holders" */ +["poap_holders_stddev_order_by"]: { + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate stddev_pop on columns */ +["poap_holders_stddev_pop_fields"]: { + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "poap_holders" */ +["poap_holders_stddev_pop_order_by"]: { + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate stddev_samp on columns */ +["poap_holders_stddev_samp_fields"]: { + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "poap_holders" */ +["poap_holders_stddev_samp_order_by"]: { + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined +}; + /** Streaming cursor of the table "poap_holders" */ +["poap_holders_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["poap_holders_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["poap_holders_stream_cursor_value_input"]: { + address?: ModelTypes["citext"] | undefined, + chain?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + event_id?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + poap_created?: ModelTypes["timestamptz"] | undefined, + token_id?: ModelTypes["bigint"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate sum on columns */ +["poap_holders_sum_fields"]: { + event_id?: ModelTypes["bigint"] | undefined, + id?: ModelTypes["bigint"] | undefined, + token_id?: ModelTypes["bigint"] | undefined +}; + /** order by sum() on columns of table "poap_holders" */ +["poap_holders_sum_order_by"]: { + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined +}; + ["poap_holders_update_column"]:poap_holders_update_column; + ["poap_holders_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["poap_holders_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["poap_holders_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["poap_holders_bool_exp"] +}; + /** aggregate var_pop on columns */ +["poap_holders_var_pop_fields"]: { + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by var_pop() on columns of table "poap_holders" */ +["poap_holders_var_pop_order_by"]: { + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate var_samp on columns */ +["poap_holders_var_samp_fields"]: { + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by var_samp() on columns of table "poap_holders" */ +["poap_holders_var_samp_order_by"]: { + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate variance on columns */ +["poap_holders_variance_fields"]: { + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by variance() on columns of table "poap_holders" */ +["poap_holders_variance_order_by"]: { + event_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + token_id?: ModelTypes["order_by"] | undefined +}; + /** columns and relationships of "private_stream_visibility" */ +["private_stream_visibility"]: { + created_at: ModelTypes["timestamptz"], + profile_id: ModelTypes["bigint"], + view_profile_id: ModelTypes["bigint"] +}; + /** aggregated selection of "private_stream_visibility" */ +["private_stream_visibility_aggregate"]: { + aggregate?: ModelTypes["private_stream_visibility_aggregate_fields"] | undefined, + nodes: Array +}; + ["private_stream_visibility_aggregate_bool_exp"]: { + count?: ModelTypes["private_stream_visibility_aggregate_bool_exp_count"] | undefined +}; + ["private_stream_visibility_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: ModelTypes["private_stream_visibility_bool_exp"] | undefined, + predicate: ModelTypes["Int_comparison_exp"] +}; + /** aggregate fields of "private_stream_visibility" */ +["private_stream_visibility_aggregate_fields"]: { + avg?: ModelTypes["private_stream_visibility_avg_fields"] | undefined, + count: number, + max?: ModelTypes["private_stream_visibility_max_fields"] | undefined, + min?: ModelTypes["private_stream_visibility_min_fields"] | undefined, + stddev?: ModelTypes["private_stream_visibility_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["private_stream_visibility_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["private_stream_visibility_stddev_samp_fields"] | undefined, + sum?: ModelTypes["private_stream_visibility_sum_fields"] | undefined, + var_pop?: ModelTypes["private_stream_visibility_var_pop_fields"] | undefined, + var_samp?: ModelTypes["private_stream_visibility_var_samp_fields"] | undefined, + variance?: ModelTypes["private_stream_visibility_variance_fields"] | undefined +}; + /** order by aggregate values of table "private_stream_visibility" */ +["private_stream_visibility_aggregate_order_by"]: { + avg?: ModelTypes["private_stream_visibility_avg_order_by"] | undefined, + count?: ModelTypes["order_by"] | undefined, + max?: ModelTypes["private_stream_visibility_max_order_by"] | undefined, + min?: ModelTypes["private_stream_visibility_min_order_by"] | undefined, + stddev?: ModelTypes["private_stream_visibility_stddev_order_by"] | undefined, + stddev_pop?: ModelTypes["private_stream_visibility_stddev_pop_order_by"] | undefined, + stddev_samp?: ModelTypes["private_stream_visibility_stddev_samp_order_by"] | undefined, + sum?: ModelTypes["private_stream_visibility_sum_order_by"] | undefined, + var_pop?: ModelTypes["private_stream_visibility_var_pop_order_by"] | undefined, + var_samp?: ModelTypes["private_stream_visibility_var_samp_order_by"] | undefined, + variance?: ModelTypes["private_stream_visibility_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "private_stream_visibility" */ +["private_stream_visibility_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ModelTypes["private_stream_visibility_on_conflict"] | undefined +}; + /** aggregate avg on columns */ +["private_stream_visibility_avg_fields"]: { + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by avg() on columns of table "private_stream_visibility" */ +["private_stream_visibility_avg_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined +}; + /** Boolean expression to filter rows from the table "private_stream_visibility". All fields are combined with a logical 'AND'. */ +["private_stream_visibility_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["private_stream_visibility_bool_exp"] | undefined, + _or?: Array | undefined, + created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + profile_id?: ModelTypes["bigint_comparison_exp"] | undefined, + view_profile_id?: ModelTypes["bigint_comparison_exp"] | undefined +}; + ["private_stream_visibility_constraint"]:private_stream_visibility_constraint; + /** input type for incrementing numeric columns in table "private_stream_visibility" */ +["private_stream_visibility_inc_input"]: { + profile_id?: ModelTypes["bigint"] | undefined, + view_profile_id?: ModelTypes["bigint"] | undefined +}; + /** input type for inserting data into table "private_stream_visibility" */ +["private_stream_visibility_insert_input"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + view_profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregate max on columns */ +["private_stream_visibility_max_fields"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + view_profile_id?: ModelTypes["bigint"] | undefined +}; + /** order by max() on columns of table "private_stream_visibility" */ +["private_stream_visibility_max_order_by"]: { + created_at?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate min on columns */ +["private_stream_visibility_min_fields"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + view_profile_id?: ModelTypes["bigint"] | undefined +}; + /** order by min() on columns of table "private_stream_visibility" */ +["private_stream_visibility_min_order_by"]: { + created_at?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined +}; + /** response of any mutation on the table "private_stream_visibility" */ +["private_stream_visibility_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "private_stream_visibility" */ +["private_stream_visibility_on_conflict"]: { + constraint: ModelTypes["private_stream_visibility_constraint"], + update_columns: Array, + where?: ModelTypes["private_stream_visibility_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "private_stream_visibility". */ +["private_stream_visibility_order_by"]: { + created_at?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: private_stream_visibility */ +["private_stream_visibility_pk_columns_input"]: { + profile_id: ModelTypes["bigint"], + view_profile_id: ModelTypes["bigint"] +}; + ["private_stream_visibility_select_column"]:private_stream_visibility_select_column; + /** input type for updating data in table "private_stream_visibility" */ +["private_stream_visibility_set_input"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + view_profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregate stddev on columns */ +["private_stream_visibility_stddev_fields"]: { + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by stddev() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate stddev_pop on columns */ +["private_stream_visibility_stddev_pop_fields"]: { + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_pop_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate stddev_samp on columns */ +["private_stream_visibility_stddev_samp_fields"]: { + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_samp_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined +}; + /** Streaming cursor of the table "private_stream_visibility" */ +["private_stream_visibility_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["private_stream_visibility_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["private_stream_visibility_stream_cursor_value_input"]: { + created_at?: ModelTypes["timestamptz"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + view_profile_id?: ModelTypes["bigint"] | undefined +}; + /** aggregate sum on columns */ +["private_stream_visibility_sum_fields"]: { + profile_id?: ModelTypes["bigint"] | undefined, + view_profile_id?: ModelTypes["bigint"] | undefined +}; + /** order by sum() on columns of table "private_stream_visibility" */ +["private_stream_visibility_sum_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined +}; + ["private_stream_visibility_update_column"]:private_stream_visibility_update_column; + ["private_stream_visibility_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["private_stream_visibility_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["private_stream_visibility_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["private_stream_visibility_bool_exp"] +}; + /** aggregate var_pop on columns */ +["private_stream_visibility_var_pop_fields"]: { + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by var_pop() on columns of table "private_stream_visibility" */ +["private_stream_visibility_var_pop_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate var_samp on columns */ +["private_stream_visibility_var_samp_fields"]: { + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by var_samp() on columns of table "private_stream_visibility" */ +["private_stream_visibility_var_samp_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate variance on columns */ +["private_stream_visibility_variance_fields"]: { + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by variance() on columns of table "private_stream_visibility" */ +["private_stream_visibility_variance_order_by"]: { + profile_id?: ModelTypes["order_by"] | undefined, + view_profile_id?: ModelTypes["order_by"] | undefined }; /** Coordinape user accounts that can belong to one or many circles via the relationship to the users table */ ["profiles"]: { address: string, + app_emails: boolean, avatar?: string | undefined, background?: string | undefined, bio?: string | undefined, @@ -40552,16 +55256,22 @@ export type ModelTypes = { /** An aggregate relationship */ claims_aggregate: ModelTypes["claims_aggregate"], connector?: string | undefined, + /** An object relationship */ + cosoul?: ModelTypes["cosouls"] | undefined, created_at: ModelTypes["timestamp"], discord_username?: string | undefined, /** An array relationship */ distributions: Array, /** An aggregate relationship */ distributions_aggregate: ModelTypes["distributions_aggregate"], + /** An array relationship */ + emails: Array, + /** An aggregate relationship */ + emails_aggregate: ModelTypes["emails_aggregate"], github_username?: string | undefined, id: ModelTypes["bigint"], medium_username?: string | undefined, - name?: ModelTypes["citext"] | undefined, + name: ModelTypes["citext"], /** An array relationship */ nominees: Array, /** An aggregate relationship */ @@ -40570,8 +55280,12 @@ export type ModelTypes = { org_members: Array, /** An aggregate relationship */ org_members_aggregate: ModelTypes["org_members_aggregate"], + product_emails: boolean, + /** An object relationship */ + reputation_score?: ModelTypes["reputation_scores"] | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: ModelTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at: ModelTypes["timestamp"], /** An object relationship */ @@ -40619,6 +55333,7 @@ export type ModelTypes = { _not?: ModelTypes["profiles_bool_exp"] | undefined, _or?: Array | undefined, address?: ModelTypes["String_comparison_exp"] | undefined, + app_emails?: ModelTypes["Boolean_comparison_exp"] | undefined, avatar?: ModelTypes["String_comparison_exp"] | undefined, background?: ModelTypes["String_comparison_exp"] | undefined, bio?: ModelTypes["String_comparison_exp"] | undefined, @@ -40626,10 +55341,13 @@ export type ModelTypes = { claims?: ModelTypes["claims_bool_exp"] | undefined, claims_aggregate?: ModelTypes["claims_aggregate_bool_exp"] | undefined, connector?: ModelTypes["String_comparison_exp"] | undefined, + cosoul?: ModelTypes["cosouls_bool_exp"] | undefined, created_at?: ModelTypes["timestamp_comparison_exp"] | undefined, discord_username?: ModelTypes["String_comparison_exp"] | undefined, distributions?: ModelTypes["distributions_bool_exp"] | undefined, distributions_aggregate?: ModelTypes["distributions_aggregate_bool_exp"] | undefined, + emails?: ModelTypes["emails_bool_exp"] | undefined, + emails_aggregate?: ModelTypes["emails_aggregate_bool_exp"] | undefined, github_username?: ModelTypes["String_comparison_exp"] | undefined, id?: ModelTypes["bigint_comparison_exp"] | undefined, medium_username?: ModelTypes["String_comparison_exp"] | undefined, @@ -40638,8 +55356,11 @@ export type ModelTypes = { nominees_aggregate?: ModelTypes["nominees_aggregate_bool_exp"] | undefined, org_members?: ModelTypes["org_members_bool_exp"] | undefined, org_members_aggregate?: ModelTypes["org_members_aggregate_bool_exp"] | undefined, + product_emails?: ModelTypes["Boolean_comparison_exp"] | undefined, + reputation_score?: ModelTypes["reputation_scores_bool_exp"] | undefined, skills?: ModelTypes["String_comparison_exp"] | undefined, telegram_username?: ModelTypes["String_comparison_exp"] | undefined, + tos_agreed_at?: ModelTypes["timestamp_comparison_exp"] | undefined, twitter_username?: ModelTypes["String_comparison_exp"] | undefined, updated_at?: ModelTypes["timestamp_comparison_exp"] | undefined, user?: ModelTypes["discord_users_bool_exp"] | undefined, @@ -40659,23 +55380,29 @@ export type ModelTypes = { /** input type for inserting data into table "profiles" */ ["profiles_insert_input"]: { address?: string | undefined, + app_emails?: boolean | undefined, avatar?: string | undefined, background?: string | undefined, bio?: string | undefined, chat_id?: string | undefined, claims?: ModelTypes["claims_arr_rel_insert_input"] | undefined, connector?: string | undefined, + cosoul?: ModelTypes["cosouls_obj_rel_insert_input"] | undefined, created_at?: ModelTypes["timestamp"] | undefined, discord_username?: string | undefined, distributions?: ModelTypes["distributions_arr_rel_insert_input"] | undefined, + emails?: ModelTypes["emails_arr_rel_insert_input"] | undefined, github_username?: string | undefined, id?: ModelTypes["bigint"] | undefined, medium_username?: string | undefined, name?: ModelTypes["citext"] | undefined, nominees?: ModelTypes["nominees_arr_rel_insert_input"] | undefined, org_members?: ModelTypes["org_members_arr_rel_insert_input"] | undefined, + product_emails?: boolean | undefined, + reputation_score?: ModelTypes["reputation_scores_obj_rel_insert_input"] | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: ModelTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at?: ModelTypes["timestamp"] | undefined, user?: ModelTypes["discord_users_obj_rel_insert_input"] | undefined, @@ -40700,6 +55427,7 @@ export type ModelTypes = { name?: ModelTypes["citext"] | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: ModelTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at?: ModelTypes["timestamp"] | undefined, website?: string | undefined @@ -40720,6 +55448,7 @@ export type ModelTypes = { name?: ModelTypes["citext"] | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: ModelTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at?: ModelTypes["timestamp"] | undefined, website?: string | undefined @@ -40746,23 +55475,29 @@ export type ModelTypes = { /** Ordering options when selecting data from "profiles". */ ["profiles_order_by"]: { address?: ModelTypes["order_by"] | undefined, + app_emails?: ModelTypes["order_by"] | undefined, avatar?: ModelTypes["order_by"] | undefined, background?: ModelTypes["order_by"] | undefined, bio?: ModelTypes["order_by"] | undefined, chat_id?: ModelTypes["order_by"] | undefined, claims_aggregate?: ModelTypes["claims_aggregate_order_by"] | undefined, connector?: ModelTypes["order_by"] | undefined, + cosoul?: ModelTypes["cosouls_order_by"] | undefined, created_at?: ModelTypes["order_by"] | undefined, discord_username?: ModelTypes["order_by"] | undefined, distributions_aggregate?: ModelTypes["distributions_aggregate_order_by"] | undefined, + emails_aggregate?: ModelTypes["emails_aggregate_order_by"] | undefined, github_username?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, medium_username?: ModelTypes["order_by"] | undefined, name?: ModelTypes["order_by"] | undefined, nominees_aggregate?: ModelTypes["nominees_aggregate_order_by"] | undefined, org_members_aggregate?: ModelTypes["org_members_aggregate_order_by"] | undefined, + product_emails?: ModelTypes["order_by"] | undefined, + reputation_score?: ModelTypes["reputation_scores_order_by"] | undefined, skills?: ModelTypes["order_by"] | undefined, telegram_username?: ModelTypes["order_by"] | undefined, + tos_agreed_at?: ModelTypes["order_by"] | undefined, twitter_username?: ModelTypes["order_by"] | undefined, updated_at?: ModelTypes["order_by"] | undefined, user?: ModelTypes["discord_users_order_by"] | undefined, @@ -40774,11 +55509,163 @@ export type ModelTypes = { /** primary key columns input for table: profiles */ ["profiles_pk_columns_input"]: { id: ModelTypes["bigint"] +}; + /** columns and relationships of "profiles_public" */ +["profiles_public"]: { + address?: string | undefined, + avatar?: string | undefined, + /** An object relationship */ + cosoul?: ModelTypes["cosouls"] | undefined, + id?: ModelTypes["bigint"] | undefined, + name?: ModelTypes["citext"] | undefined, + /** An object relationship */ + relationship_score?: ModelTypes["reputation_scores"] | undefined +}; + /** aggregated selection of "profiles_public" */ +["profiles_public_aggregate"]: { + aggregate?: ModelTypes["profiles_public_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "profiles_public" */ +["profiles_public_aggregate_fields"]: { + avg?: ModelTypes["profiles_public_avg_fields"] | undefined, + count: number, + max?: ModelTypes["profiles_public_max_fields"] | undefined, + min?: ModelTypes["profiles_public_min_fields"] | undefined, + stddev?: ModelTypes["profiles_public_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["profiles_public_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["profiles_public_stddev_samp_fields"] | undefined, + sum?: ModelTypes["profiles_public_sum_fields"] | undefined, + var_pop?: ModelTypes["profiles_public_var_pop_fields"] | undefined, + var_samp?: ModelTypes["profiles_public_var_samp_fields"] | undefined, + variance?: ModelTypes["profiles_public_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["profiles_public_avg_fields"]: { + id?: number | undefined +}; + /** Boolean expression to filter rows from the table "profiles_public". All fields are combined with a logical 'AND'. */ +["profiles_public_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["profiles_public_bool_exp"] | undefined, + _or?: Array | undefined, + address?: ModelTypes["String_comparison_exp"] | undefined, + avatar?: ModelTypes["String_comparison_exp"] | undefined, + cosoul?: ModelTypes["cosouls_bool_exp"] | undefined, + id?: ModelTypes["bigint_comparison_exp"] | undefined, + name?: ModelTypes["citext_comparison_exp"] | undefined, + relationship_score?: ModelTypes["reputation_scores_bool_exp"] | undefined +}; + /** input type for incrementing numeric columns in table "profiles_public" */ +["profiles_public_inc_input"]: { + id?: ModelTypes["bigint"] | undefined +}; + /** input type for inserting data into table "profiles_public" */ +["profiles_public_insert_input"]: { + address?: string | undefined, + avatar?: string | undefined, + cosoul?: ModelTypes["cosouls_obj_rel_insert_input"] | undefined, + id?: ModelTypes["bigint"] | undefined, + name?: ModelTypes["citext"] | undefined, + relationship_score?: ModelTypes["reputation_scores_obj_rel_insert_input"] | undefined +}; + /** aggregate max on columns */ +["profiles_public_max_fields"]: { + address?: string | undefined, + avatar?: string | undefined, + id?: ModelTypes["bigint"] | undefined, + name?: ModelTypes["citext"] | undefined +}; + /** aggregate min on columns */ +["profiles_public_min_fields"]: { + address?: string | undefined, + avatar?: string | undefined, + id?: ModelTypes["bigint"] | undefined, + name?: ModelTypes["citext"] | undefined +}; + /** response of any mutation on the table "profiles_public" */ +["profiles_public_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** input type for inserting object relation for remote table "profiles_public" */ +["profiles_public_obj_rel_insert_input"]: { + data: ModelTypes["profiles_public_insert_input"] +}; + /** Ordering options when selecting data from "profiles_public". */ +["profiles_public_order_by"]: { + address?: ModelTypes["order_by"] | undefined, + avatar?: ModelTypes["order_by"] | undefined, + cosoul?: ModelTypes["cosouls_order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + name?: ModelTypes["order_by"] | undefined, + relationship_score?: ModelTypes["reputation_scores_order_by"] | undefined +}; + ["profiles_public_select_column"]:profiles_public_select_column; + /** input type for updating data in table "profiles_public" */ +["profiles_public_set_input"]: { + address?: string | undefined, + avatar?: string | undefined, + id?: ModelTypes["bigint"] | undefined, + name?: ModelTypes["citext"] | undefined +}; + /** aggregate stddev on columns */ +["profiles_public_stddev_fields"]: { + id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["profiles_public_stddev_pop_fields"]: { + id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["profiles_public_stddev_samp_fields"]: { + id?: number | undefined +}; + /** Streaming cursor of the table "profiles_public" */ +["profiles_public_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["profiles_public_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["profiles_public_stream_cursor_value_input"]: { + address?: string | undefined, + avatar?: string | undefined, + id?: ModelTypes["bigint"] | undefined, + name?: ModelTypes["citext"] | undefined +}; + /** aggregate sum on columns */ +["profiles_public_sum_fields"]: { + id?: ModelTypes["bigint"] | undefined +}; + ["profiles_public_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["profiles_public_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["profiles_public_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["profiles_public_bool_exp"] +}; + /** aggregate var_pop on columns */ +["profiles_public_var_pop_fields"]: { + id?: number | undefined +}; + /** aggregate var_samp on columns */ +["profiles_public_var_samp_fields"]: { + id?: number | undefined +}; + /** aggregate variance on columns */ +["profiles_public_variance_fields"]: { + id?: number | undefined }; ["profiles_select_column"]:profiles_select_column; /** input type for updating data in table "profiles" */ ["profiles_set_input"]: { address?: string | undefined, + app_emails?: boolean | undefined, avatar?: string | undefined, background?: string | undefined, bio?: string | undefined, @@ -40790,8 +55677,10 @@ export type ModelTypes = { id?: ModelTypes["bigint"] | undefined, medium_username?: string | undefined, name?: ModelTypes["citext"] | undefined, + product_emails?: boolean | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: ModelTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at?: ModelTypes["timestamp"] | undefined, website?: string | undefined @@ -40818,6 +55707,7 @@ export type ModelTypes = { /** Initial value of the column from where the streaming should start */ ["profiles_stream_cursor_value_input"]: { address?: string | undefined, + app_emails?: boolean | undefined, avatar?: string | undefined, background?: string | undefined, bio?: string | undefined, @@ -40829,8 +55719,10 @@ export type ModelTypes = { id?: ModelTypes["bigint"] | undefined, medium_username?: string | undefined, name?: ModelTypes["citext"] | undefined, + product_emails?: boolean | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: ModelTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at?: ModelTypes["timestamp"] | undefined, website?: string | undefined @@ -40861,12 +55753,18 @@ export type ModelTypes = { id?: number | undefined }; ["query_root"]: { - /** fetch data from the table: "activities" */ + /** An array relationship */ activities: Array, - /** fetch aggregated fields from the table: "activities" */ + /** An aggregate relationship */ activities_aggregate: ModelTypes["activities_aggregate"], /** fetch data from the table: "activities" using primary key columns */ activities_by_pk?: ModelTypes["activities"] | undefined, + /** fetch data from the table: "address_data_fetches" */ + address_data_fetches: Array, + /** fetch aggregated fields from the table: "address_data_fetches" */ + address_data_fetches_aggregate: ModelTypes["address_data_fetches_aggregate"], + /** fetch data from the table: "address_data_fetches" using primary key columns */ + address_data_fetches_by_pk?: ModelTypes["address_data_fetches"] | undefined, /** An array relationship */ burns: Array, /** An aggregate relationship */ @@ -40913,12 +55811,22 @@ export type ModelTypes = { claims_aggregate: ModelTypes["claims_aggregate"], /** fetch data from the table: "claims" using primary key columns */ claims_by_pk?: ModelTypes["claims"] | undefined, + /** fetch data from the table: "contribution_count" */ + contribution_count: Array, + /** fetch aggregated fields from the table: "contribution_count" */ + contribution_count_aggregate: ModelTypes["contribution_count_aggregate"], /** An array relationship */ contributions: Array, /** An aggregate relationship */ contributions_aggregate: ModelTypes["contributions_aggregate"], /** fetch data from the table: "contributions" using primary key columns */ contributions_by_pk?: ModelTypes["contributions"] | undefined, + /** fetch data from the table: "cosouls" */ + cosouls: Array, + /** fetch aggregated fields from the table: "cosouls" */ + cosouls_aggregate: ModelTypes["cosouls_aggregate"], + /** fetch data from the table: "cosouls" using primary key columns */ + cosouls_by_pk?: ModelTypes["cosouls"] | undefined, /** fetch data from the table: "discord.circle_api_tokens" */ discord_circle_api_tokens: Array, /** fetch aggregated fields from the table: "discord.circle_api_tokens" */ @@ -40931,6 +55839,12 @@ export type ModelTypes = { discord_roles_circles_aggregate: ModelTypes["discord_roles_circles_aggregate"], /** fetch data from the table: "discord.roles_circles" using primary key columns */ discord_roles_circles_by_pk?: ModelTypes["discord_roles_circles"] | undefined, + /** fetch data from the table: "discord.user_api_tokens" */ + discord_user_api_tokens: Array, + /** fetch aggregated fields from the table: "discord.user_api_tokens" */ + discord_user_api_tokens_aggregate: ModelTypes["discord_user_api_tokens_aggregate"], + /** fetch data from the table: "discord.user_api_tokens" using primary key columns */ + discord_user_api_tokens_by_pk?: ModelTypes["discord_user_api_tokens"] | undefined, /** fetch data from the table: "discord.users" */ discord_users: Array, /** fetch aggregated fields from the table: "discord.users" */ @@ -40943,6 +55857,12 @@ export type ModelTypes = { distributions_aggregate: ModelTypes["distributions_aggregate"], /** fetch data from the table: "distributions" using primary key columns */ distributions_by_pk?: ModelTypes["distributions"] | undefined, + /** An array relationship */ + emails: Array, + /** An aggregate relationship */ + emails_aggregate: ModelTypes["emails_aggregate"], + /** fetch data from the table: "emails" using primary key columns */ + emails_by_pk?: ModelTypes["emails"] | undefined, /** fetch data from the table: "epoch_pgive_data" */ epoch_pgive_data: Array, /** fetch aggregated fields from the table: "epoch_pgive_data" */ @@ -40960,9 +55880,9 @@ export type ModelTypes = { gift_private: Array, /** fetch aggregated fields from the table: "gift_private" */ gift_private_aggregate: ModelTypes["gift_private_aggregate"], - /** fetch data from the table: "histories" */ + /** An array relationship */ histories: Array, - /** fetch aggregated fields from the table: "histories" */ + /** An aggregate relationship */ histories_aggregate: ModelTypes["histories_aggregate"], /** fetch data from the table: "histories" using primary key columns */ histories_by_pk?: ModelTypes["histories"] | undefined, @@ -40973,6 +55893,18 @@ export type ModelTypes = { /** fetch data from the table: "interaction_events" using primary key columns */ interaction_events_by_pk?: ModelTypes["interaction_events"] | undefined, /** An array relationship */ + key_holders: Array, + /** An aggregate relationship */ + key_holders_aggregate: ModelTypes["key_holders_aggregate"], + /** fetch data from the table: "key_holders" using primary key columns */ + key_holders_by_pk?: ModelTypes["key_holders"] | undefined, + /** fetch data from the table: "key_tx" */ + key_tx: Array, + /** fetch aggregated fields from the table: "key_tx" */ + key_tx_aggregate: ModelTypes["key_tx_aggregate"], + /** fetch data from the table: "key_tx" using primary key columns */ + key_tx_by_pk?: ModelTypes["key_tx"] | undefined, + /** An array relationship */ locked_token_distribution_gifts: Array, /** An aggregate relationship */ locked_token_distribution_gifts_aggregate: ModelTypes["locked_token_distribution_gifts_aggregate"], @@ -40984,9 +55916,13 @@ export type ModelTypes = { locked_token_distributions_aggregate: ModelTypes["locked_token_distributions_aggregate"], /** fetch data from the table: "locked_token_distributions" using primary key columns */ locked_token_distributions_by_pk?: ModelTypes["locked_token_distributions"] | undefined, - /** fetch data from the table: "member_epoch_pgives" */ + /** fetch data from the table: "member_circle_pgives" */ + member_circle_pgives: Array, + /** fetch aggregated fields from the table: "member_circle_pgives" */ + member_circle_pgives_aggregate: ModelTypes["member_circle_pgives_aggregate"], + /** An array relationship */ member_epoch_pgives: Array, - /** fetch aggregated fields from the table: "member_epoch_pgives" */ + /** An aggregate relationship */ member_epoch_pgives_aggregate: ModelTypes["member_epoch_pgives_aggregate"], /** fetch data from the table: "member_epoch_pgives" using primary key columns */ member_epoch_pgives_by_pk?: ModelTypes["member_epoch_pgives"] | undefined, @@ -40996,12 +55932,22 @@ export type ModelTypes = { nominees_aggregate: ModelTypes["nominees_aggregate"], /** fetch data from the table: "nominees" using primary key columns */ nominees_by_pk?: ModelTypes["nominees"] | undefined, + /** fetch data from the table: "note_count" */ + note_count: Array, + /** fetch aggregated fields from the table: "note_count" */ + note_count_aggregate: ModelTypes["note_count_aggregate"], /** An array relationship */ org_members: Array, /** An aggregate relationship */ org_members_aggregate: ModelTypes["org_members_aggregate"], /** fetch data from the table: "org_members" using primary key columns */ org_members_by_pk?: ModelTypes["org_members"] | undefined, + /** fetch data from the table: "org_share_tokens" */ + org_share_tokens: Array, + /** fetch aggregated fields from the table: "org_share_tokens" */ + org_share_tokens_aggregate: ModelTypes["org_share_tokens_aggregate"], + /** fetch data from the table: "org_share_tokens" using primary key columns */ + org_share_tokens_by_pk?: ModelTypes["org_share_tokens"] | undefined, /** fetch data from the table: "organizations" */ organizations: Array, /** fetch aggregated fields from the table: "organizations" */ @@ -41030,12 +55976,48 @@ export type ModelTypes = { personal_access_tokens_aggregate: ModelTypes["personal_access_tokens_aggregate"], /** fetch data from the table: "personal_access_tokens" using primary key columns */ personal_access_tokens_by_pk?: ModelTypes["personal_access_tokens"] | undefined, + /** fetch data from the table: "poap_events" */ + poap_events: Array, + /** fetch aggregated fields from the table: "poap_events" */ + poap_events_aggregate: ModelTypes["poap_events_aggregate"], + /** fetch data from the table: "poap_events" using primary key columns */ + poap_events_by_pk?: ModelTypes["poap_events"] | undefined, + /** fetch data from the table: "poap_holders" */ + poap_holders: Array, + /** fetch aggregated fields from the table: "poap_holders" */ + poap_holders_aggregate: ModelTypes["poap_holders_aggregate"], + /** fetch data from the table: "poap_holders" using primary key columns */ + poap_holders_by_pk?: ModelTypes["poap_holders"] | undefined, + /** An array relationship */ + private_stream_visibility: Array, + /** An aggregate relationship */ + private_stream_visibility_aggregate: ModelTypes["private_stream_visibility_aggregate"], + /** fetch data from the table: "private_stream_visibility" using primary key columns */ + private_stream_visibility_by_pk?: ModelTypes["private_stream_visibility"] | undefined, /** fetch data from the table: "profiles" */ profiles: Array, /** fetch aggregated fields from the table: "profiles" */ profiles_aggregate: ModelTypes["profiles_aggregate"], /** fetch data from the table: "profiles" using primary key columns */ profiles_by_pk?: ModelTypes["profiles"] | undefined, + /** fetch data from the table: "profiles_public" */ + profiles_public: Array, + /** fetch aggregated fields from the table: "profiles_public" */ + profiles_public_aggregate: ModelTypes["profiles_public_aggregate"], + /** An array relationship */ + reactions: Array, + /** An aggregate relationship */ + reactions_aggregate: ModelTypes["reactions_aggregate"], + /** fetch data from the table: "reactions" using primary key columns */ + reactions_by_pk?: ModelTypes["reactions"] | undefined, + /** fetch data from the table: "reputation_scores" */ + reputation_scores: Array, + /** fetch aggregated fields from the table: "reputation_scores" */ + reputation_scores_aggregate: ModelTypes["reputation_scores_aggregate"], + /** fetch data from the table: "reputation_scores" using primary key columns */ + reputation_scores_by_pk?: ModelTypes["reputation_scores"] | undefined, + /** searchCosouls */ + searchCosouls?: ModelTypes["SearchCosoulsOutput"] | undefined, /** An array relationship */ teammates: Array, /** An aggregate relationship */ @@ -41048,6 +56030,12 @@ export type ModelTypes = { token_gifts_aggregate: ModelTypes["token_gifts_aggregate"], /** fetch data from the table: "token_gifts" using primary key columns */ token_gifts_by_pk?: ModelTypes["token_gifts"] | undefined, + /** fetch data from the table: "twitter_account" */ + twitter_account: Array, + /** fetch aggregated fields from the table: "twitter_account" */ + twitter_account_aggregate: ModelTypes["twitter_account_aggregate"], + /** fetch data from the table: "twitter_account" using primary key columns */ + twitter_account_by_pk?: ModelTypes["twitter_account"] | undefined, /** fetch data from the table: "user_private" */ user_private: Array, /** fetch aggregated fields from the table: "user_private" */ @@ -41076,22 +56064,559 @@ export type ModelTypes = { vaults_aggregate: ModelTypes["vaults_aggregate"], /** fetch data from the table: "vaults" using primary key columns */ vaults_by_pk?: ModelTypes["vaults"] | undefined, + /** execute function "vector_search_poap_events" which returns "poap_events" */ + vector_search_poap_events: Array, + /** execute function "vector_search_poap_events" and query aggregates on result of table type "poap_events" */ + vector_search_poap_events_aggregate: ModelTypes["poap_events_aggregate"], + /** execute function "vector_search_poap_holders" which returns "poap_holders" */ + vector_search_poap_holders: Array, + /** execute function "vector_search_poap_holders" and query aggregates on result of table type "poap_holders" */ + vector_search_poap_holders_aggregate: ModelTypes["poap_holders_aggregate"], /** An array relationship */ vouches: Array, /** An aggregate relationship */ vouches_aggregate: ModelTypes["vouches_aggregate"], /** fetch data from the table: "vouches" using primary key columns */ vouches_by_pk?: ModelTypes["vouches"] | undefined +}; + /** columns and relationships of "reactions" */ +["reactions"]: { + /** An object relationship */ + activity?: ModelTypes["activities"] | undefined, + activity_id: number, + created_at: ModelTypes["timestamptz"], + id: ModelTypes["bigint"], + /** An object relationship */ + profile?: ModelTypes["profiles"] | undefined, + profile_id: number, + reaction: string, + updated_at: ModelTypes["timestamptz"] +}; + /** aggregated selection of "reactions" */ +["reactions_aggregate"]: { + aggregate?: ModelTypes["reactions_aggregate_fields"] | undefined, + nodes: Array +}; + ["reactions_aggregate_bool_exp"]: { + count?: ModelTypes["reactions_aggregate_bool_exp_count"] | undefined +}; + ["reactions_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: ModelTypes["reactions_bool_exp"] | undefined, + predicate: ModelTypes["Int_comparison_exp"] +}; + /** aggregate fields of "reactions" */ +["reactions_aggregate_fields"]: { + avg?: ModelTypes["reactions_avg_fields"] | undefined, + count: number, + max?: ModelTypes["reactions_max_fields"] | undefined, + min?: ModelTypes["reactions_min_fields"] | undefined, + stddev?: ModelTypes["reactions_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["reactions_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["reactions_stddev_samp_fields"] | undefined, + sum?: ModelTypes["reactions_sum_fields"] | undefined, + var_pop?: ModelTypes["reactions_var_pop_fields"] | undefined, + var_samp?: ModelTypes["reactions_var_samp_fields"] | undefined, + variance?: ModelTypes["reactions_variance_fields"] | undefined +}; + /** order by aggregate values of table "reactions" */ +["reactions_aggregate_order_by"]: { + avg?: ModelTypes["reactions_avg_order_by"] | undefined, + count?: ModelTypes["order_by"] | undefined, + max?: ModelTypes["reactions_max_order_by"] | undefined, + min?: ModelTypes["reactions_min_order_by"] | undefined, + stddev?: ModelTypes["reactions_stddev_order_by"] | undefined, + stddev_pop?: ModelTypes["reactions_stddev_pop_order_by"] | undefined, + stddev_samp?: ModelTypes["reactions_stddev_samp_order_by"] | undefined, + sum?: ModelTypes["reactions_sum_order_by"] | undefined, + var_pop?: ModelTypes["reactions_var_pop_order_by"] | undefined, + var_samp?: ModelTypes["reactions_var_samp_order_by"] | undefined, + variance?: ModelTypes["reactions_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "reactions" */ +["reactions_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: ModelTypes["reactions_on_conflict"] | undefined +}; + /** aggregate avg on columns */ +["reactions_avg_fields"]: { + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by avg() on columns of table "reactions" */ +["reactions_avg_order_by"]: { + activity_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined +}; + /** Boolean expression to filter rows from the table "reactions". All fields are combined with a logical 'AND'. */ +["reactions_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["reactions_bool_exp"] | undefined, + _or?: Array | undefined, + activity?: ModelTypes["activities_bool_exp"] | undefined, + activity_id?: ModelTypes["Int_comparison_exp"] | undefined, + created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + id?: ModelTypes["bigint_comparison_exp"] | undefined, + profile?: ModelTypes["profiles_bool_exp"] | undefined, + profile_id?: ModelTypes["Int_comparison_exp"] | undefined, + reaction?: ModelTypes["String_comparison_exp"] | undefined, + updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined +}; + ["reactions_constraint"]:reactions_constraint; + /** input type for incrementing numeric columns in table "reactions" */ +["reactions_inc_input"]: { + activity_id?: number | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: number | undefined +}; + /** input type for inserting data into table "reactions" */ +["reactions_insert_input"]: { + activity?: ModelTypes["activities_obj_rel_insert_input"] | undefined, + activity_id?: number | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile?: ModelTypes["profiles_obj_rel_insert_input"] | undefined, + profile_id?: number | undefined, + reaction?: string | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["reactions_max_fields"]: { + activity_id?: number | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: number | undefined, + reaction?: string | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** order by max() on columns of table "reactions" */ +["reactions_max_order_by"]: { + activity_id?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + reaction?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** aggregate min on columns */ +["reactions_min_fields"]: { + activity_id?: number | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: number | undefined, + reaction?: string | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** order by min() on columns of table "reactions" */ +["reactions_min_order_by"]: { + activity_id?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + reaction?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** response of any mutation on the table "reactions" */ +["reactions_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "reactions" */ +["reactions_on_conflict"]: { + constraint: ModelTypes["reactions_constraint"], + update_columns: Array, + where?: ModelTypes["reactions_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "reactions". */ +["reactions_order_by"]: { + activity?: ModelTypes["activities_order_by"] | undefined, + activity_id?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile?: ModelTypes["profiles_order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + reaction?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: reactions */ +["reactions_pk_columns_input"]: { + id: ModelTypes["bigint"] +}; + ["reactions_select_column"]:reactions_select_column; + /** input type for updating data in table "reactions" */ +["reactions_set_input"]: { + activity_id?: number | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: number | undefined, + reaction?: string | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate stddev on columns */ +["reactions_stddev_fields"]: { + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by stddev() on columns of table "reactions" */ +["reactions_stddev_order_by"]: { + activity_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate stddev_pop on columns */ +["reactions_stddev_pop_fields"]: { + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "reactions" */ +["reactions_stddev_pop_order_by"]: { + activity_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate stddev_samp on columns */ +["reactions_stddev_samp_fields"]: { + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "reactions" */ +["reactions_stddev_samp_order_by"]: { + activity_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined +}; + /** Streaming cursor of the table "reactions" */ +["reactions_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["reactions_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["reactions_stream_cursor_value_input"]: { + activity_id?: number | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: number | undefined, + reaction?: string | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined +}; + /** aggregate sum on columns */ +["reactions_sum_fields"]: { + activity_id?: number | undefined, + id?: ModelTypes["bigint"] | undefined, + profile_id?: number | undefined +}; + /** order by sum() on columns of table "reactions" */ +["reactions_sum_order_by"]: { + activity_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined +}; + ["reactions_update_column"]:reactions_update_column; + ["reactions_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["reactions_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["reactions_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["reactions_bool_exp"] +}; + /** aggregate var_pop on columns */ +["reactions_var_pop_fields"]: { + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by var_pop() on columns of table "reactions" */ +["reactions_var_pop_order_by"]: { + activity_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate var_samp on columns */ +["reactions_var_samp_fields"]: { + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by var_samp() on columns of table "reactions" */ +["reactions_var_samp_order_by"]: { + activity_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined +}; + /** aggregate variance on columns */ +["reactions_variance_fields"]: { + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by variance() on columns of table "reactions" */ +["reactions_variance_order_by"]: { + activity_id?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined +}; + /** columns and relationships of "reputation_scores" */ +["reputation_scores"]: { + email_score: number, + keys_score: number, + pgive_score: number, + poap_score: number, + profile_id: ModelTypes["bigint"], + total_score: number, + twitter_score: number +}; + /** aggregated selection of "reputation_scores" */ +["reputation_scores_aggregate"]: { + aggregate?: ModelTypes["reputation_scores_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "reputation_scores" */ +["reputation_scores_aggregate_fields"]: { + avg?: ModelTypes["reputation_scores_avg_fields"] | undefined, + count: number, + max?: ModelTypes["reputation_scores_max_fields"] | undefined, + min?: ModelTypes["reputation_scores_min_fields"] | undefined, + stddev?: ModelTypes["reputation_scores_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["reputation_scores_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["reputation_scores_stddev_samp_fields"] | undefined, + sum?: ModelTypes["reputation_scores_sum_fields"] | undefined, + var_pop?: ModelTypes["reputation_scores_var_pop_fields"] | undefined, + var_samp?: ModelTypes["reputation_scores_var_samp_fields"] | undefined, + variance?: ModelTypes["reputation_scores_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["reputation_scores_avg_fields"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** Boolean expression to filter rows from the table "reputation_scores". All fields are combined with a logical 'AND'. */ +["reputation_scores_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["reputation_scores_bool_exp"] | undefined, + _or?: Array | undefined, + email_score?: ModelTypes["Int_comparison_exp"] | undefined, + keys_score?: ModelTypes["Int_comparison_exp"] | undefined, + pgive_score?: ModelTypes["Int_comparison_exp"] | undefined, + poap_score?: ModelTypes["Int_comparison_exp"] | undefined, + profile_id?: ModelTypes["bigint_comparison_exp"] | undefined, + total_score?: ModelTypes["Int_comparison_exp"] | undefined, + twitter_score?: ModelTypes["Int_comparison_exp"] | undefined +}; + ["reputation_scores_constraint"]:reputation_scores_constraint; + /** input type for incrementing numeric columns in table "reputation_scores" */ +["reputation_scores_inc_input"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** input type for inserting data into table "reputation_scores" */ +["reputation_scores_insert_input"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate max on columns */ +["reputation_scores_max_fields"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate min on columns */ +["reputation_scores_min_fields"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** response of any mutation on the table "reputation_scores" */ +["reputation_scores_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** input type for inserting object relation for remote table "reputation_scores" */ +["reputation_scores_obj_rel_insert_input"]: { + data: ModelTypes["reputation_scores_insert_input"], + /** upsert condition */ + on_conflict?: ModelTypes["reputation_scores_on_conflict"] | undefined +}; + /** on_conflict condition type for table "reputation_scores" */ +["reputation_scores_on_conflict"]: { + constraint: ModelTypes["reputation_scores_constraint"], + update_columns: Array, + where?: ModelTypes["reputation_scores_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "reputation_scores". */ +["reputation_scores_order_by"]: { + email_score?: ModelTypes["order_by"] | undefined, + keys_score?: ModelTypes["order_by"] | undefined, + pgive_score?: ModelTypes["order_by"] | undefined, + poap_score?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + total_score?: ModelTypes["order_by"] | undefined, + twitter_score?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: reputation_scores */ +["reputation_scores_pk_columns_input"]: { + profile_id: ModelTypes["bigint"] +}; + ["reputation_scores_select_column"]:reputation_scores_select_column; + /** input type for updating data in table "reputation_scores" */ +["reputation_scores_set_input"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate stddev on columns */ +["reputation_scores_stddev_fields"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["reputation_scores_stddev_pop_fields"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["reputation_scores_stddev_samp_fields"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** Streaming cursor of the table "reputation_scores" */ +["reputation_scores_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["reputation_scores_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["reputation_scores_stream_cursor_value_input"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate sum on columns */ +["reputation_scores_sum_fields"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: ModelTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + ["reputation_scores_update_column"]:reputation_scores_update_column; + ["reputation_scores_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["reputation_scores_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["reputation_scores_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["reputation_scores_bool_exp"] +}; + /** aggregate var_pop on columns */ +["reputation_scores_var_pop_fields"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate var_samp on columns */ +["reputation_scores_var_samp_fields"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate variance on columns */ +["reputation_scores_variance_fields"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined }; ["subscription_root"]: { - /** fetch data from the table: "activities" */ + /** An array relationship */ activities: Array, - /** fetch aggregated fields from the table: "activities" */ + /** An aggregate relationship */ activities_aggregate: ModelTypes["activities_aggregate"], /** fetch data from the table: "activities" using primary key columns */ activities_by_pk?: ModelTypes["activities"] | undefined, /** fetch data from the table in a streaming manner: "activities" */ activities_stream: Array, + /** fetch data from the table: "address_data_fetches" */ + address_data_fetches: Array, + /** fetch aggregated fields from the table: "address_data_fetches" */ + address_data_fetches_aggregate: ModelTypes["address_data_fetches_aggregate"], + /** fetch data from the table: "address_data_fetches" using primary key columns */ + address_data_fetches_by_pk?: ModelTypes["address_data_fetches"] | undefined, + /** fetch data from the table in a streaming manner: "address_data_fetches" */ + address_data_fetches_stream: Array, /** An array relationship */ burns: Array, /** An aggregate relationship */ @@ -41154,6 +56679,12 @@ export type ModelTypes = { claims_by_pk?: ModelTypes["claims"] | undefined, /** fetch data from the table in a streaming manner: "claims" */ claims_stream: Array, + /** fetch data from the table: "contribution_count" */ + contribution_count: Array, + /** fetch aggregated fields from the table: "contribution_count" */ + contribution_count_aggregate: ModelTypes["contribution_count_aggregate"], + /** fetch data from the table in a streaming manner: "contribution_count" */ + contribution_count_stream: Array, /** An array relationship */ contributions: Array, /** An aggregate relationship */ @@ -41162,6 +56693,14 @@ export type ModelTypes = { contributions_by_pk?: ModelTypes["contributions"] | undefined, /** fetch data from the table in a streaming manner: "contributions" */ contributions_stream: Array, + /** fetch data from the table: "cosouls" */ + cosouls: Array, + /** fetch aggregated fields from the table: "cosouls" */ + cosouls_aggregate: ModelTypes["cosouls_aggregate"], + /** fetch data from the table: "cosouls" using primary key columns */ + cosouls_by_pk?: ModelTypes["cosouls"] | undefined, + /** fetch data from the table in a streaming manner: "cosouls" */ + cosouls_stream: Array, /** fetch data from the table: "discord.circle_api_tokens" */ discord_circle_api_tokens: Array, /** fetch aggregated fields from the table: "discord.circle_api_tokens" */ @@ -41178,6 +56717,14 @@ export type ModelTypes = { discord_roles_circles_by_pk?: ModelTypes["discord_roles_circles"] | undefined, /** fetch data from the table in a streaming manner: "discord.roles_circles" */ discord_roles_circles_stream: Array, + /** fetch data from the table: "discord.user_api_tokens" */ + discord_user_api_tokens: Array, + /** fetch aggregated fields from the table: "discord.user_api_tokens" */ + discord_user_api_tokens_aggregate: ModelTypes["discord_user_api_tokens_aggregate"], + /** fetch data from the table: "discord.user_api_tokens" using primary key columns */ + discord_user_api_tokens_by_pk?: ModelTypes["discord_user_api_tokens"] | undefined, + /** fetch data from the table in a streaming manner: "discord.user_api_tokens" */ + discord_user_api_tokens_stream: Array, /** fetch data from the table: "discord.users" */ discord_users: Array, /** fetch aggregated fields from the table: "discord.users" */ @@ -41194,6 +56741,14 @@ export type ModelTypes = { distributions_by_pk?: ModelTypes["distributions"] | undefined, /** fetch data from the table in a streaming manner: "distributions" */ distributions_stream: Array, + /** An array relationship */ + emails: Array, + /** An aggregate relationship */ + emails_aggregate: ModelTypes["emails_aggregate"], + /** fetch data from the table: "emails" using primary key columns */ + emails_by_pk?: ModelTypes["emails"] | undefined, + /** fetch data from the table in a streaming manner: "emails" */ + emails_stream: Array, /** fetch data from the table: "epoch_pgive_data" */ epoch_pgive_data: Array, /** fetch aggregated fields from the table: "epoch_pgive_data" */ @@ -41216,9 +56771,9 @@ export type ModelTypes = { gift_private_aggregate: ModelTypes["gift_private_aggregate"], /** fetch data from the table in a streaming manner: "gift_private" */ gift_private_stream: Array, - /** fetch data from the table: "histories" */ + /** An array relationship */ histories: Array, - /** fetch aggregated fields from the table: "histories" */ + /** An aggregate relationship */ histories_aggregate: ModelTypes["histories_aggregate"], /** fetch data from the table: "histories" using primary key columns */ histories_by_pk?: ModelTypes["histories"] | undefined, @@ -41233,6 +56788,22 @@ export type ModelTypes = { /** fetch data from the table in a streaming manner: "interaction_events" */ interaction_events_stream: Array, /** An array relationship */ + key_holders: Array, + /** An aggregate relationship */ + key_holders_aggregate: ModelTypes["key_holders_aggregate"], + /** fetch data from the table: "key_holders" using primary key columns */ + key_holders_by_pk?: ModelTypes["key_holders"] | undefined, + /** fetch data from the table in a streaming manner: "key_holders" */ + key_holders_stream: Array, + /** fetch data from the table: "key_tx" */ + key_tx: Array, + /** fetch aggregated fields from the table: "key_tx" */ + key_tx_aggregate: ModelTypes["key_tx_aggregate"], + /** fetch data from the table: "key_tx" using primary key columns */ + key_tx_by_pk?: ModelTypes["key_tx"] | undefined, + /** fetch data from the table in a streaming manner: "key_tx" */ + key_tx_stream: Array, + /** An array relationship */ locked_token_distribution_gifts: Array, /** An aggregate relationship */ locked_token_distribution_gifts_aggregate: ModelTypes["locked_token_distribution_gifts_aggregate"], @@ -41248,9 +56819,15 @@ export type ModelTypes = { locked_token_distributions_by_pk?: ModelTypes["locked_token_distributions"] | undefined, /** fetch data from the table in a streaming manner: "locked_token_distributions" */ locked_token_distributions_stream: Array, - /** fetch data from the table: "member_epoch_pgives" */ + /** fetch data from the table: "member_circle_pgives" */ + member_circle_pgives: Array, + /** fetch aggregated fields from the table: "member_circle_pgives" */ + member_circle_pgives_aggregate: ModelTypes["member_circle_pgives_aggregate"], + /** fetch data from the table in a streaming manner: "member_circle_pgives" */ + member_circle_pgives_stream: Array, + /** An array relationship */ member_epoch_pgives: Array, - /** fetch aggregated fields from the table: "member_epoch_pgives" */ + /** An aggregate relationship */ member_epoch_pgives_aggregate: ModelTypes["member_epoch_pgives_aggregate"], /** fetch data from the table: "member_epoch_pgives" using primary key columns */ member_epoch_pgives_by_pk?: ModelTypes["member_epoch_pgives"] | undefined, @@ -41264,6 +56841,12 @@ export type ModelTypes = { nominees_by_pk?: ModelTypes["nominees"] | undefined, /** fetch data from the table in a streaming manner: "nominees" */ nominees_stream: Array, + /** fetch data from the table: "note_count" */ + note_count: Array, + /** fetch aggregated fields from the table: "note_count" */ + note_count_aggregate: ModelTypes["note_count_aggregate"], + /** fetch data from the table in a streaming manner: "note_count" */ + note_count_stream: Array, /** An array relationship */ org_members: Array, /** An aggregate relationship */ @@ -41272,6 +56855,14 @@ export type ModelTypes = { org_members_by_pk?: ModelTypes["org_members"] | undefined, /** fetch data from the table in a streaming manner: "org_members" */ org_members_stream: Array, + /** fetch data from the table: "org_share_tokens" */ + org_share_tokens: Array, + /** fetch aggregated fields from the table: "org_share_tokens" */ + org_share_tokens_aggregate: ModelTypes["org_share_tokens_aggregate"], + /** fetch data from the table: "org_share_tokens" using primary key columns */ + org_share_tokens_by_pk?: ModelTypes["org_share_tokens"] | undefined, + /** fetch data from the table in a streaming manner: "org_share_tokens" */ + org_share_tokens_stream: Array, /** fetch data from the table: "organizations" */ organizations: Array, /** fetch aggregated fields from the table: "organizations" */ @@ -41310,15 +56901,61 @@ export type ModelTypes = { personal_access_tokens_by_pk?: ModelTypes["personal_access_tokens"] | undefined, /** fetch data from the table in a streaming manner: "personal_access_tokens" */ personal_access_tokens_stream: Array, + /** fetch data from the table: "poap_events" */ + poap_events: Array, + /** fetch aggregated fields from the table: "poap_events" */ + poap_events_aggregate: ModelTypes["poap_events_aggregate"], + /** fetch data from the table: "poap_events" using primary key columns */ + poap_events_by_pk?: ModelTypes["poap_events"] | undefined, + /** fetch data from the table in a streaming manner: "poap_events" */ + poap_events_stream: Array, + /** fetch data from the table: "poap_holders" */ + poap_holders: Array, + /** fetch aggregated fields from the table: "poap_holders" */ + poap_holders_aggregate: ModelTypes["poap_holders_aggregate"], + /** fetch data from the table: "poap_holders" using primary key columns */ + poap_holders_by_pk?: ModelTypes["poap_holders"] | undefined, + /** fetch data from the table in a streaming manner: "poap_holders" */ + poap_holders_stream: Array, + /** An array relationship */ + private_stream_visibility: Array, + /** An aggregate relationship */ + private_stream_visibility_aggregate: ModelTypes["private_stream_visibility_aggregate"], + /** fetch data from the table: "private_stream_visibility" using primary key columns */ + private_stream_visibility_by_pk?: ModelTypes["private_stream_visibility"] | undefined, + /** fetch data from the table in a streaming manner: "private_stream_visibility" */ + private_stream_visibility_stream: Array, /** fetch data from the table: "profiles" */ profiles: Array, /** fetch aggregated fields from the table: "profiles" */ profiles_aggregate: ModelTypes["profiles_aggregate"], /** fetch data from the table: "profiles" using primary key columns */ profiles_by_pk?: ModelTypes["profiles"] | undefined, + /** fetch data from the table: "profiles_public" */ + profiles_public: Array, + /** fetch aggregated fields from the table: "profiles_public" */ + profiles_public_aggregate: ModelTypes["profiles_public_aggregate"], + /** fetch data from the table in a streaming manner: "profiles_public" */ + profiles_public_stream: Array, /** fetch data from the table in a streaming manner: "profiles" */ profiles_stream: Array, /** An array relationship */ + reactions: Array, + /** An aggregate relationship */ + reactions_aggregate: ModelTypes["reactions_aggregate"], + /** fetch data from the table: "reactions" using primary key columns */ + reactions_by_pk?: ModelTypes["reactions"] | undefined, + /** fetch data from the table in a streaming manner: "reactions" */ + reactions_stream: Array, + /** fetch data from the table: "reputation_scores" */ + reputation_scores: Array, + /** fetch aggregated fields from the table: "reputation_scores" */ + reputation_scores_aggregate: ModelTypes["reputation_scores_aggregate"], + /** fetch data from the table: "reputation_scores" using primary key columns */ + reputation_scores_by_pk?: ModelTypes["reputation_scores"] | undefined, + /** fetch data from the table in a streaming manner: "reputation_scores" */ + reputation_scores_stream: Array, + /** An array relationship */ teammates: Array, /** An aggregate relationship */ teammates_aggregate: ModelTypes["teammates_aggregate"], @@ -41334,6 +56971,14 @@ export type ModelTypes = { token_gifts_by_pk?: ModelTypes["token_gifts"] | undefined, /** fetch data from the table in a streaming manner: "token_gifts" */ token_gifts_stream: Array, + /** fetch data from the table: "twitter_account" */ + twitter_account: Array, + /** fetch aggregated fields from the table: "twitter_account" */ + twitter_account_aggregate: ModelTypes["twitter_account_aggregate"], + /** fetch data from the table: "twitter_account" using primary key columns */ + twitter_account_by_pk?: ModelTypes["twitter_account"] | undefined, + /** fetch data from the table in a streaming manner: "twitter_account" */ + twitter_account_stream: Array, /** fetch data from the table: "user_private" */ user_private: Array, /** fetch aggregated fields from the table: "user_private" */ @@ -41372,6 +57017,14 @@ export type ModelTypes = { vaults_by_pk?: ModelTypes["vaults"] | undefined, /** fetch data from the table in a streaming manner: "vaults" */ vaults_stream: Array, + /** execute function "vector_search_poap_events" which returns "poap_events" */ + vector_search_poap_events: Array, + /** execute function "vector_search_poap_events" and query aggregates on result of table type "poap_events" */ + vector_search_poap_events_aggregate: ModelTypes["poap_events_aggregate"], + /** execute function "vector_search_poap_holders" which returns "poap_holders" */ + vector_search_poap_holders: Array, + /** execute function "vector_search_poap_holders" and query aggregates on result of table type "poap_holders" */ + vector_search_poap_holders_aggregate: ModelTypes["poap_holders_aggregate"], /** An array relationship */ vouches: Array, /** An aggregate relationship */ @@ -42098,6 +57751,289 @@ export type ModelTypes = { recipient_id?: ModelTypes["order_by"] | undefined, sender_id?: ModelTypes["order_by"] | undefined, tokens?: ModelTypes["order_by"] | undefined +}; + /** twitter accounts connected to profiles */ +["twitter_account"]: { + access_token: string, + created_at: ModelTypes["timestamptz"], + description?: string | undefined, + expires_at: ModelTypes["numeric"], + followers_count?: number | undefined, + following_count?: number | undefined, + id: string, + location?: string | undefined, + name: string, + /** An object relationship */ + profile: ModelTypes["profiles"], + profile_id: number, + profile_image_url?: string | undefined, + refresh_token: string, + twitter_created_at?: ModelTypes["timestamptz"] | undefined, + updated_at: ModelTypes["timestamptz"], + url?: string | undefined, + username: string, + verified?: boolean | undefined +}; + /** aggregated selection of "twitter_account" */ +["twitter_account_aggregate"]: { + aggregate?: ModelTypes["twitter_account_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "twitter_account" */ +["twitter_account_aggregate_fields"]: { + avg?: ModelTypes["twitter_account_avg_fields"] | undefined, + count: number, + max?: ModelTypes["twitter_account_max_fields"] | undefined, + min?: ModelTypes["twitter_account_min_fields"] | undefined, + stddev?: ModelTypes["twitter_account_stddev_fields"] | undefined, + stddev_pop?: ModelTypes["twitter_account_stddev_pop_fields"] | undefined, + stddev_samp?: ModelTypes["twitter_account_stddev_samp_fields"] | undefined, + sum?: ModelTypes["twitter_account_sum_fields"] | undefined, + var_pop?: ModelTypes["twitter_account_var_pop_fields"] | undefined, + var_samp?: ModelTypes["twitter_account_var_samp_fields"] | undefined, + variance?: ModelTypes["twitter_account_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["twitter_account_avg_fields"]: { + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "twitter_account". All fields are combined with a logical 'AND'. */ +["twitter_account_bool_exp"]: { + _and?: Array | undefined, + _not?: ModelTypes["twitter_account_bool_exp"] | undefined, + _or?: Array | undefined, + access_token?: ModelTypes["String_comparison_exp"] | undefined, + created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + description?: ModelTypes["String_comparison_exp"] | undefined, + expires_at?: ModelTypes["numeric_comparison_exp"] | undefined, + followers_count?: ModelTypes["Int_comparison_exp"] | undefined, + following_count?: ModelTypes["Int_comparison_exp"] | undefined, + id?: ModelTypes["String_comparison_exp"] | undefined, + location?: ModelTypes["String_comparison_exp"] | undefined, + name?: ModelTypes["String_comparison_exp"] | undefined, + profile?: ModelTypes["profiles_bool_exp"] | undefined, + profile_id?: ModelTypes["Int_comparison_exp"] | undefined, + profile_image_url?: ModelTypes["String_comparison_exp"] | undefined, + refresh_token?: ModelTypes["String_comparison_exp"] | undefined, + twitter_created_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + updated_at?: ModelTypes["timestamptz_comparison_exp"] | undefined, + url?: ModelTypes["String_comparison_exp"] | undefined, + username?: ModelTypes["String_comparison_exp"] | undefined, + verified?: ModelTypes["Boolean_comparison_exp"] | undefined +}; + ["twitter_account_constraint"]:twitter_account_constraint; + /** input type for incrementing numeric columns in table "twitter_account" */ +["twitter_account_inc_input"]: { + expires_at?: ModelTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** input type for inserting data into table "twitter_account" */ +["twitter_account_insert_input"]: { + access_token?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + description?: string | undefined, + expires_at?: ModelTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + id?: string | undefined, + location?: string | undefined, + name?: string | undefined, + profile?: ModelTypes["profiles_obj_rel_insert_input"] | undefined, + profile_id?: number | undefined, + profile_image_url?: string | undefined, + refresh_token?: string | undefined, + twitter_created_at?: ModelTypes["timestamptz"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + url?: string | undefined, + username?: string | undefined, + verified?: boolean | undefined +}; + /** aggregate max on columns */ +["twitter_account_max_fields"]: { + access_token?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + description?: string | undefined, + expires_at?: ModelTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + id?: string | undefined, + location?: string | undefined, + name?: string | undefined, + profile_id?: number | undefined, + profile_image_url?: string | undefined, + refresh_token?: string | undefined, + twitter_created_at?: ModelTypes["timestamptz"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + url?: string | undefined, + username?: string | undefined +}; + /** aggregate min on columns */ +["twitter_account_min_fields"]: { + access_token?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + description?: string | undefined, + expires_at?: ModelTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + id?: string | undefined, + location?: string | undefined, + name?: string | undefined, + profile_id?: number | undefined, + profile_image_url?: string | undefined, + refresh_token?: string | undefined, + twitter_created_at?: ModelTypes["timestamptz"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + url?: string | undefined, + username?: string | undefined +}; + /** response of any mutation on the table "twitter_account" */ +["twitter_account_mutation_response"]: { + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "twitter_account" */ +["twitter_account_on_conflict"]: { + constraint: ModelTypes["twitter_account_constraint"], + update_columns: Array, + where?: ModelTypes["twitter_account_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "twitter_account". */ +["twitter_account_order_by"]: { + access_token?: ModelTypes["order_by"] | undefined, + created_at?: ModelTypes["order_by"] | undefined, + description?: ModelTypes["order_by"] | undefined, + expires_at?: ModelTypes["order_by"] | undefined, + followers_count?: ModelTypes["order_by"] | undefined, + following_count?: ModelTypes["order_by"] | undefined, + id?: ModelTypes["order_by"] | undefined, + location?: ModelTypes["order_by"] | undefined, + name?: ModelTypes["order_by"] | undefined, + profile?: ModelTypes["profiles_order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, + profile_image_url?: ModelTypes["order_by"] | undefined, + refresh_token?: ModelTypes["order_by"] | undefined, + twitter_created_at?: ModelTypes["order_by"] | undefined, + updated_at?: ModelTypes["order_by"] | undefined, + url?: ModelTypes["order_by"] | undefined, + username?: ModelTypes["order_by"] | undefined, + verified?: ModelTypes["order_by"] | undefined +}; + /** primary key columns input for table: twitter_account */ +["twitter_account_pk_columns_input"]: { + profile_id: number +}; + ["twitter_account_select_column"]:twitter_account_select_column; + /** input type for updating data in table "twitter_account" */ +["twitter_account_set_input"]: { + access_token?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + description?: string | undefined, + expires_at?: ModelTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + id?: string | undefined, + location?: string | undefined, + name?: string | undefined, + profile_id?: number | undefined, + profile_image_url?: string | undefined, + refresh_token?: string | undefined, + twitter_created_at?: ModelTypes["timestamptz"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + url?: string | undefined, + username?: string | undefined, + verified?: boolean | undefined +}; + /** aggregate stddev on columns */ +["twitter_account_stddev_fields"]: { + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["twitter_account_stddev_pop_fields"]: { + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["twitter_account_stddev_samp_fields"]: { + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** Streaming cursor of the table "twitter_account" */ +["twitter_account_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: ModelTypes["twitter_account_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: ModelTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["twitter_account_stream_cursor_value_input"]: { + access_token?: string | undefined, + created_at?: ModelTypes["timestamptz"] | undefined, + description?: string | undefined, + expires_at?: ModelTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + id?: string | undefined, + location?: string | undefined, + name?: string | undefined, + profile_id?: number | undefined, + profile_image_url?: string | undefined, + refresh_token?: string | undefined, + twitter_created_at?: ModelTypes["timestamptz"] | undefined, + updated_at?: ModelTypes["timestamptz"] | undefined, + url?: string | undefined, + username?: string | undefined, + verified?: boolean | undefined +}; + /** aggregate sum on columns */ +["twitter_account_sum_fields"]: { + expires_at?: ModelTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + ["twitter_account_update_column"]:twitter_account_update_column; + ["twitter_account_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: ModelTypes["twitter_account_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: ModelTypes["twitter_account_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: ModelTypes["twitter_account_bool_exp"] +}; + /** aggregate var_pop on columns */ +["twitter_account_var_pop_fields"]: { + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["twitter_account_var_samp_fields"]: { + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate variance on columns */ +["twitter_account_variance_fields"]: { + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined }; /** columns and relationships of "user_private" */ ["user_private"]: { @@ -42242,8 +58178,7 @@ export type ModelTypes = { }; /** Members of a circle */ ["users"]: { - address: string, - bio?: string | undefined, + bio?: string | undefined, /** An array relationship */ burns: Array, /** An aggregate relationship */ @@ -42268,7 +58203,10 @@ export type ModelTypes = { give_token_received: number, give_token_remaining: number, id: ModelTypes["bigint"], - name: string, + /** An array relationship */ + member_epoch_pgivess: Array, + /** An aggregate relationship */ + member_epoch_pgivess_aggregate: ModelTypes["member_epoch_pgives_aggregate"], non_giver: boolean, non_receiver: boolean, /** An array relationship */ @@ -42281,6 +58219,7 @@ export type ModelTypes = { pending_sent_gifts_aggregate: ModelTypes["pending_token_gifts_aggregate"], /** An object relationship */ profile: ModelTypes["profiles"], + profile_id: ModelTypes["bigint"], /** An array relationship */ received_gifts: Array, /** An aggregate relationship */ @@ -42372,6 +58311,7 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -42382,6 +58322,7 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, starting_tokens?: ModelTypes["order_by"] | undefined }; @@ -42390,7 +58331,6 @@ export type ModelTypes = { _and?: Array | undefined, _not?: ModelTypes["users_bool_exp"] | undefined, _or?: Array | undefined, - address?: ModelTypes["String_comparison_exp"] | undefined, bio?: ModelTypes["String_comparison_exp"] | undefined, burns?: ModelTypes["burns_bool_exp"] | undefined, burns_aggregate?: ModelTypes["burns_aggregate_bool_exp"] | undefined, @@ -42409,7 +58349,8 @@ export type ModelTypes = { give_token_received?: ModelTypes["Int_comparison_exp"] | undefined, give_token_remaining?: ModelTypes["Int_comparison_exp"] | undefined, id?: ModelTypes["bigint_comparison_exp"] | undefined, - name?: ModelTypes["String_comparison_exp"] | undefined, + member_epoch_pgivess?: ModelTypes["member_epoch_pgives_bool_exp"] | undefined, + member_epoch_pgivess_aggregate?: ModelTypes["member_epoch_pgives_aggregate_bool_exp"] | undefined, non_giver?: ModelTypes["Boolean_comparison_exp"] | undefined, non_receiver?: ModelTypes["Boolean_comparison_exp"] | undefined, pending_received_gifts?: ModelTypes["pending_token_gifts_bool_exp"] | undefined, @@ -42417,6 +58358,7 @@ export type ModelTypes = { pending_sent_gifts?: ModelTypes["pending_token_gifts_bool_exp"] | undefined, pending_sent_gifts_aggregate?: ModelTypes["pending_token_gifts_aggregate_bool_exp"] | undefined, profile?: ModelTypes["profiles_bool_exp"] | undefined, + profile_id?: ModelTypes["bigint_comparison_exp"] | undefined, received_gifts?: ModelTypes["token_gifts_bool_exp"] | undefined, received_gifts_aggregate?: ModelTypes["token_gifts_aggregate_bool_exp"] | undefined, role?: ModelTypes["Int_comparison_exp"] | undefined, @@ -42438,12 +58380,12 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined }; /** input type for inserting data into table "users" */ ["users_insert_input"]: { - address?: string | undefined, bio?: string | undefined, burns?: ModelTypes["burns_arr_rel_insert_input"] | undefined, circle?: ModelTypes["circles_obj_rel_insert_input"] | undefined, @@ -42459,12 +58401,13 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: ModelTypes["bigint"] | undefined, - name?: string | undefined, + member_epoch_pgivess?: ModelTypes["member_epoch_pgives_arr_rel_insert_input"] | undefined, non_giver?: boolean | undefined, non_receiver?: boolean | undefined, pending_received_gifts?: ModelTypes["pending_token_gifts_arr_rel_insert_input"] | undefined, pending_sent_gifts?: ModelTypes["pending_token_gifts_arr_rel_insert_input"] | undefined, profile?: ModelTypes["profiles_obj_rel_insert_input"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, received_gifts?: ModelTypes["token_gifts_arr_rel_insert_input"] | undefined, role?: number | undefined, sent_gifts?: ModelTypes["token_gifts_arr_rel_insert_input"] | undefined, @@ -42476,8 +58419,7 @@ export type ModelTypes = { }; /** aggregate max on columns */ ["users_max_fields"]: { - address?: string | undefined, - bio?: string | undefined, + bio?: string | undefined, circle_id?: ModelTypes["bigint"] | undefined, created_at?: ModelTypes["timestamp"] | undefined, deleted_at?: ModelTypes["timestamp"] | undefined, @@ -42486,14 +58428,13 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: ModelTypes["bigint"] | undefined, - name?: string | undefined, + profile_id?: ModelTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined, updated_at?: ModelTypes["timestamp"] | undefined }; /** order by max() on columns of table "users" */ ["users_max_order_by"]: { - address?: ModelTypes["order_by"] | undefined, bio?: ModelTypes["order_by"] | undefined, circle_id?: ModelTypes["order_by"] | undefined, created_at?: ModelTypes["order_by"] | undefined, @@ -42503,15 +58444,14 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, - name?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, starting_tokens?: ModelTypes["order_by"] | undefined, updated_at?: ModelTypes["order_by"] | undefined }; /** aggregate min on columns */ ["users_min_fields"]: { - address?: string | undefined, - bio?: string | undefined, + bio?: string | undefined, circle_id?: ModelTypes["bigint"] | undefined, created_at?: ModelTypes["timestamp"] | undefined, deleted_at?: ModelTypes["timestamp"] | undefined, @@ -42520,14 +58460,13 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: ModelTypes["bigint"] | undefined, - name?: string | undefined, + profile_id?: ModelTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined, updated_at?: ModelTypes["timestamp"] | undefined }; /** order by min() on columns of table "users" */ ["users_min_order_by"]: { - address?: ModelTypes["order_by"] | undefined, bio?: ModelTypes["order_by"] | undefined, circle_id?: ModelTypes["order_by"] | undefined, created_at?: ModelTypes["order_by"] | undefined, @@ -42537,7 +58476,7 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, - name?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, starting_tokens?: ModelTypes["order_by"] | undefined, updated_at?: ModelTypes["order_by"] | undefined @@ -42563,7 +58502,6 @@ export type ModelTypes = { }; /** Ordering options when selecting data from "users". */ ["users_order_by"]: { - address?: ModelTypes["order_by"] | undefined, bio?: ModelTypes["order_by"] | undefined, burns_aggregate?: ModelTypes["burns_aggregate_order_by"] | undefined, circle?: ModelTypes["circles_order_by"] | undefined, @@ -42579,12 +58517,13 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, - name?: ModelTypes["order_by"] | undefined, + member_epoch_pgivess_aggregate?: ModelTypes["member_epoch_pgives_aggregate_order_by"] | undefined, non_giver?: ModelTypes["order_by"] | undefined, non_receiver?: ModelTypes["order_by"] | undefined, pending_received_gifts_aggregate?: ModelTypes["pending_token_gifts_aggregate_order_by"] | undefined, pending_sent_gifts_aggregate?: ModelTypes["pending_token_gifts_aggregate_order_by"] | undefined, profile?: ModelTypes["profiles_order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, received_gifts_aggregate?: ModelTypes["token_gifts_aggregate_order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, sent_gifts_aggregate?: ModelTypes["token_gifts_aggregate_order_by"] | undefined, @@ -42603,7 +58542,6 @@ export type ModelTypes = { ["users_select_column_users_aggregate_bool_exp_bool_or_arguments_columns"]:users_select_column_users_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "users" */ ["users_set_input"]: { - address?: string | undefined, bio?: string | undefined, circle_id?: ModelTypes["bigint"] | undefined, created_at?: ModelTypes["timestamp"] | undefined, @@ -42615,9 +58553,9 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: ModelTypes["bigint"] | undefined, - name?: string | undefined, non_giver?: boolean | undefined, non_receiver?: boolean | undefined, + profile_id?: ModelTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined, updated_at?: ModelTypes["timestamp"] | undefined @@ -42629,6 +58567,7 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -42639,6 +58578,7 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, starting_tokens?: ModelTypes["order_by"] | undefined }; @@ -42649,6 +58589,7 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -42659,6 +58600,7 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, starting_tokens?: ModelTypes["order_by"] | undefined }; @@ -42669,6 +58611,7 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -42679,6 +58622,7 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, starting_tokens?: ModelTypes["order_by"] | undefined }; @@ -42691,7 +58635,6 @@ export type ModelTypes = { }; /** Initial value of the column from where the streaming should start */ ["users_stream_cursor_value_input"]: { - address?: string | undefined, bio?: string | undefined, circle_id?: ModelTypes["bigint"] | undefined, created_at?: ModelTypes["timestamp"] | undefined, @@ -42703,9 +58646,9 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: ModelTypes["bigint"] | undefined, - name?: string | undefined, non_giver?: boolean | undefined, non_receiver?: boolean | undefined, + profile_id?: ModelTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined, updated_at?: ModelTypes["timestamp"] | undefined @@ -42717,6 +58660,7 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: ModelTypes["bigint"] | undefined, + profile_id?: ModelTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -42727,6 +58671,7 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, starting_tokens?: ModelTypes["order_by"] | undefined }; @@ -42746,6 +58691,7 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -42756,6 +58702,7 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, starting_tokens?: ModelTypes["order_by"] | undefined }; @@ -42766,6 +58713,7 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -42776,6 +58724,7 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, starting_tokens?: ModelTypes["order_by"] | undefined }; @@ -42786,6 +58735,7 @@ export type ModelTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -42796,6 +58746,7 @@ export type ModelTypes = { give_token_received?: ModelTypes["order_by"] | undefined, give_token_remaining?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, + profile_id?: ModelTypes["order_by"] | undefined, role?: ModelTypes["order_by"] | undefined, starting_tokens?: ModelTypes["order_by"] | undefined }; @@ -43705,6 +59656,29 @@ export type ModelTypes = { deployment_block?: ModelTypes["order_by"] | undefined, id?: ModelTypes["order_by"] | undefined, org_id?: ModelTypes["order_by"] | undefined +}; + ["vector"]:any; + /** Boolean expression to compare columns of type "vector". All fields are combined with logical 'AND'. */ +["vector_comparison_exp"]: { + _eq?: ModelTypes["vector"] | undefined, + _gt?: ModelTypes["vector"] | undefined, + _gte?: ModelTypes["vector"] | undefined, + _in?: Array | undefined, + _is_null?: boolean | undefined, + _lt?: ModelTypes["vector"] | undefined, + _lte?: ModelTypes["vector"] | undefined, + _neq?: ModelTypes["vector"] | undefined, + _nin?: Array | undefined +}; + ["vector_search_poap_events_args"]: { + limit_count?: number | undefined, + match_threshold?: ModelTypes["float8"] | undefined, + target_vector?: ModelTypes["vector"] | undefined +}; + ["vector_search_poap_holders_args"]: { + limit_count?: number | undefined, + match_threshold?: ModelTypes["float8"] | undefined, + target_vector?: ModelTypes["vector"] | undefined }; /** columns and relationships of "vouches" */ ["vouches"]: { @@ -43987,15 +59961,21 @@ export type ModelTypes = { } export type GraphQLTypes = { - ["AdminUpdateUserInput"]: { - address: string, - circle_id: number, + ["AcceptTOSOutput"]: { + __typename: "AcceptTOSOutput", + tos_agreed_at: string +}; + ["AddEmailInput"]: { + email: string +}; + ["AdminUpdateUserInput"]: { + circle_id: number, fixed_non_receiver?: boolean | undefined, fixed_payment_amount?: number | undefined, name?: string | undefined, - new_address?: string | undefined, non_giver?: boolean | undefined, non_receiver?: boolean | undefined, + profile_id: number, role?: number | undefined, starting_tokens?: number | undefined }; @@ -44066,14 +60046,6 @@ export type GraphQLTypes = { circle_id: number, grant?: number | undefined, params: GraphQLTypes["EpochInputParams"] -}; - ["CreateEpochOldInput"]: { - circle_id: number, - days: number, - description?: string | undefined, - grant?: number | undefined, - repeat: number, - start_date: GraphQLTypes["timestamptz"] }; ["CreateNomineeInput"]: { address: string, @@ -44085,6 +60057,10 @@ export type GraphQLTypes = { __typename: "CreateNomineeResponse", id?: number | undefined, nominee?: GraphQLTypes["nominees"] | undefined +}; + ["CreateOrgMembersInput"]: { + org_id: number, + users: Array }; ["CreateSampleCircleResponse"]: { __typename: "CreateSampleCircleResponse", @@ -44113,6 +60089,9 @@ export type GraphQLTypes = { }; ["DeleteDiscordUserInput"]: { user_snowflake: string +}; + ["DeleteEmailInput"]: { + email: string }; ["DeleteEpochInput"]: { circle_id: number, @@ -44123,8 +60102,8 @@ export type GraphQLTypes = { success: boolean }; ["DeleteUserInput"]: { - address: string, - circle_id: number + circle_id: number, + profile_id: number }; ["DeleteUsersInput"]: { addresses: Array, @@ -44176,6 +60155,15 @@ export type GraphQLTypes = { api_key: string, circleApiKey?: GraphQLTypes["circle_api_keys"] | undefined, hash: string +}; + ["GiveCsvInput"]: { + circle_id: number, + epoch?: number | undefined, + epoch_id?: number | undefined +}; + ["GiveCsvResponse"]: { + __typename: "GiveCsvResponse", + file: string }; ["GuildAdmin"]: { __typename: "GuildAdmin", @@ -44201,6 +60189,9 @@ export type GraphQLTypes = { image_url: string, member_count: number, name: string +}; + ["IdInput"]: { + id: number }; /** Boolean expression to compare columns of type "Int". All fields are combined with logical 'AND'. */ ["Int_comparison_exp"]: { @@ -44257,6 +60248,22 @@ export type GraphQLTypes = { ["MarkClaimedOutput"]: { __typename: "MarkClaimedOutput", ids: Array +}; + ["OrgMemberResponse"]: { + __typename: "OrgMemberResponse", + OrgMemberResponse?: GraphQLTypes["org_members"] | undefined, + id: string, + new: boolean +}; + ["SearchCosoulsInput"]: { + search_query: string +}; + ["SearchCosoulsOutput"]: { + __typename: "SearchCosoulsOutput", + cosoul_ids: Array +}; + ["SetPrimaryEmailInput"]: { + email: string }; /** Boolean expression to compare columns of type "String". All fields are combined with logical 'AND'. */ ["String_comparison_exp"]: { @@ -44289,9 +60296,17 @@ export type GraphQLTypes = { _regex?: string | undefined, /** does the column match the given SQL regular expression */ _similar?: string | undefined +}; + ["SyncCoSoulInput"]: { + tx_hash: string +}; + ["SyncCoSoulOutput"]: { + __typename: "SyncCoSoulOutput", + token_id?: string | undefined }; ["UpdateCircleInput"]: { alloc_text?: string | undefined, + allow_distribute_evenly?: boolean | undefined, auto_opt_out?: boolean | undefined, circle_id: number, cont_help_text?: string | undefined, @@ -44321,10 +60336,13 @@ export type GraphQLTypes = { __typename: "UpdateCircleResponse", circle?: GraphQLTypes["circles"] | undefined, id: number +}; + ["UpdateCircleStartingGiveInput"]: { + circle_id: number, + starting_tokens: number }; ["UpdateContributionInput"]: { - datetime_created: GraphQLTypes["timestamptz"], - description: string, + description: string, id: number }; ["UpdateContributionResponse"]: { @@ -44338,15 +60356,6 @@ export type GraphQLTypes = { grant?: number | undefined, id: number, params?: GraphQLTypes["EpochInputParams"] | undefined -}; - ["UpdateEpochOldInput"]: { - circle_id: number, - days: number, - description?: string | undefined, - grant?: number | undefined, - id: number, - repeat: number, - start_date: GraphQLTypes["timestamptz"] }; ["UpdateOrgResponse"]: { __typename: "UpdateOrgResponse", @@ -44431,6 +60440,8 @@ export type GraphQLTypes = { actor_profile?: GraphQLTypes["profiles"] | undefined, actor_profile_id?: GraphQLTypes["bigint"] | undefined, /** An object relationship */ + actor_profile_public?: GraphQLTypes["profiles_public"] | undefined, + /** An object relationship */ circle?: GraphQLTypes["circles"] | undefined, circle_id?: GraphQLTypes["bigint"] | undefined, /** An object relationship */ @@ -44442,11 +60453,22 @@ export type GraphQLTypes = { epoch_id?: GraphQLTypes["bigint"] | undefined, id: GraphQLTypes["bigint"], /** An object relationship */ - organization: GraphQLTypes["organizations"], - organization_id: GraphQLTypes["bigint"], + organization?: GraphQLTypes["organizations"] | undefined, + organization_id?: GraphQLTypes["bigint"] | undefined, + private_stream: boolean, + /** An array relationship */ + private_stream_visibility: Array, + /** An aggregate relationship */ + private_stream_visibility_aggregate: GraphQLTypes["private_stream_visibility_aggregate"], + /** An array relationship */ + reactions: Array, + /** An aggregate relationship */ + reactions_aggregate: GraphQLTypes["reactions_aggregate"], /** An object relationship */ target_profile?: GraphQLTypes["profiles"] | undefined, target_profile_id?: GraphQLTypes["bigint"] | undefined, + /** An object relationship */ + target_profile_public?: GraphQLTypes["profiles_public"] | undefined, updated_at: GraphQLTypes["timestamptz"], /** An object relationship */ user?: GraphQLTypes["users"] | undefined, @@ -44457,6 +60479,29 @@ export type GraphQLTypes = { __typename: "activities_aggregate", aggregate?: GraphQLTypes["activities_aggregate_fields"] | undefined, nodes: Array +}; + ["activities_aggregate_bool_exp"]: { + bool_and?: GraphQLTypes["activities_aggregate_bool_exp_bool_and"] | undefined, + bool_or?: GraphQLTypes["activities_aggregate_bool_exp_bool_or"] | undefined, + count?: GraphQLTypes["activities_aggregate_bool_exp_count"] | undefined +}; + ["activities_aggregate_bool_exp_bool_and"]: { + arguments: GraphQLTypes["activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined, + filter?: GraphQLTypes["activities_bool_exp"] | undefined, + predicate: GraphQLTypes["Boolean_comparison_exp"] +}; + ["activities_aggregate_bool_exp_bool_or"]: { + arguments: GraphQLTypes["activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined, + filter?: GraphQLTypes["activities_bool_exp"] | undefined, + predicate: GraphQLTypes["Boolean_comparison_exp"] +}; + ["activities_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: GraphQLTypes["activities_bool_exp"] | undefined, + predicate: GraphQLTypes["Int_comparison_exp"] }; /** aggregate fields of "activities" */ ["activities_aggregate_fields"]: { @@ -44472,6 +60517,26 @@ export type GraphQLTypes = { var_pop?: GraphQLTypes["activities_var_pop_fields"] | undefined, var_samp?: GraphQLTypes["activities_var_samp_fields"] | undefined, variance?: GraphQLTypes["activities_variance_fields"] | undefined +}; + /** order by aggregate values of table "activities" */ +["activities_aggregate_order_by"]: { + avg?: GraphQLTypes["activities_avg_order_by"] | undefined, + count?: GraphQLTypes["order_by"] | undefined, + max?: GraphQLTypes["activities_max_order_by"] | undefined, + min?: GraphQLTypes["activities_min_order_by"] | undefined, + stddev?: GraphQLTypes["activities_stddev_order_by"] | undefined, + stddev_pop?: GraphQLTypes["activities_stddev_pop_order_by"] | undefined, + stddev_samp?: GraphQLTypes["activities_stddev_samp_order_by"] | undefined, + sum?: GraphQLTypes["activities_sum_order_by"] | undefined, + var_pop?: GraphQLTypes["activities_var_pop_order_by"] | undefined, + var_samp?: GraphQLTypes["activities_var_samp_order_by"] | undefined, + variance?: GraphQLTypes["activities_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "activities" */ +["activities_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: GraphQLTypes["activities_on_conflict"] | undefined }; /** aggregate avg on columns */ ["activities_avg_fields"]: { @@ -44484,6 +60549,17 @@ export type GraphQLTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by avg() on columns of table "activities" */ +["activities_avg_order_by"]: { + actor_profile_id?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + contribution_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + target_profile_id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** Boolean expression to filter rows from the table "activities". All fields are combined with a logical 'AND'. */ ["activities_bool_exp"]: { @@ -44493,6 +60569,7 @@ export type GraphQLTypes = { action?: GraphQLTypes["String_comparison_exp"] | undefined, actor_profile?: GraphQLTypes["profiles_bool_exp"] | undefined, actor_profile_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + actor_profile_public?: GraphQLTypes["profiles_public_bool_exp"] | undefined, circle?: GraphQLTypes["circles_bool_exp"] | undefined, circle_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, contribution?: GraphQLTypes["contributions_bool_exp"] | undefined, @@ -44503,8 +60580,14 @@ export type GraphQLTypes = { id?: GraphQLTypes["bigint_comparison_exp"] | undefined, organization?: GraphQLTypes["organizations_bool_exp"] | undefined, organization_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + private_stream?: GraphQLTypes["Boolean_comparison_exp"] | undefined, + private_stream_visibility?: GraphQLTypes["private_stream_visibility_bool_exp"] | undefined, + private_stream_visibility_aggregate?: GraphQLTypes["private_stream_visibility_aggregate_bool_exp"] | undefined, + reactions?: GraphQLTypes["reactions_bool_exp"] | undefined, + reactions_aggregate?: GraphQLTypes["reactions_aggregate_bool_exp"] | undefined, target_profile?: GraphQLTypes["profiles_bool_exp"] | undefined, target_profile_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + target_profile_public?: GraphQLTypes["profiles_public_bool_exp"] | undefined, updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, user?: GraphQLTypes["users_bool_exp"] | undefined, user_id?: GraphQLTypes["bigint_comparison_exp"] | undefined @@ -44527,6 +60610,7 @@ export type GraphQLTypes = { action?: string | undefined, actor_profile?: GraphQLTypes["profiles_obj_rel_insert_input"] | undefined, actor_profile_id?: GraphQLTypes["bigint"] | undefined, + actor_profile_public?: GraphQLTypes["profiles_public_obj_rel_insert_input"] | undefined, circle?: GraphQLTypes["circles_obj_rel_insert_input"] | undefined, circle_id?: GraphQLTypes["bigint"] | undefined, contribution?: GraphQLTypes["contributions_obj_rel_insert_input"] | undefined, @@ -44537,8 +60621,12 @@ export type GraphQLTypes = { id?: GraphQLTypes["bigint"] | undefined, organization?: GraphQLTypes["organizations_obj_rel_insert_input"] | undefined, organization_id?: GraphQLTypes["bigint"] | undefined, + private_stream?: boolean | undefined, + private_stream_visibility?: GraphQLTypes["private_stream_visibility_arr_rel_insert_input"] | undefined, + reactions?: GraphQLTypes["reactions_arr_rel_insert_input"] | undefined, target_profile?: GraphQLTypes["profiles_obj_rel_insert_input"] | undefined, target_profile_id?: GraphQLTypes["bigint"] | undefined, + target_profile_public?: GraphQLTypes["profiles_public_obj_rel_insert_input"] | undefined, updated_at?: GraphQLTypes["timestamptz"] | undefined, user?: GraphQLTypes["users_obj_rel_insert_input"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined @@ -44557,6 +60645,20 @@ export type GraphQLTypes = { target_profile_id?: GraphQLTypes["bigint"] | undefined, updated_at?: GraphQLTypes["timestamptz"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined +}; + /** order by max() on columns of table "activities" */ +["activities_max_order_by"]: { + action?: GraphQLTypes["order_by"] | undefined, + actor_profile_id?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + contribution_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + target_profile_id?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate min on columns */ ["activities_min_fields"]: { @@ -44572,6 +60674,20 @@ export type GraphQLTypes = { target_profile_id?: GraphQLTypes["bigint"] | undefined, updated_at?: GraphQLTypes["timestamptz"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined +}; + /** order by min() on columns of table "activities" */ +["activities_min_order_by"]: { + action?: GraphQLTypes["order_by"] | undefined, + actor_profile_id?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + contribution_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + target_profile_id?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** response of any mutation on the table "activities" */ ["activities_mutation_response"]: { @@ -44580,6 +60696,12 @@ export type GraphQLTypes = { affected_rows: number, /** data from the rows affected by the mutation */ returning: Array +}; + /** input type for inserting object relation for remote table "activities" */ +["activities_obj_rel_insert_input"]: { + data: GraphQLTypes["activities_insert_input"], + /** upsert condition */ + on_conflict?: GraphQLTypes["activities_on_conflict"] | undefined }; /** on_conflict condition type for table "activities" */ ["activities_on_conflict"]: { @@ -44592,6 +60714,7 @@ export type GraphQLTypes = { action?: GraphQLTypes["order_by"] | undefined, actor_profile?: GraphQLTypes["profiles_order_by"] | undefined, actor_profile_id?: GraphQLTypes["order_by"] | undefined, + actor_profile_public?: GraphQLTypes["profiles_public_order_by"] | undefined, circle?: GraphQLTypes["circles_order_by"] | undefined, circle_id?: GraphQLTypes["order_by"] | undefined, contribution?: GraphQLTypes["contributions_order_by"] | undefined, @@ -44602,8 +60725,12 @@ export type GraphQLTypes = { id?: GraphQLTypes["order_by"] | undefined, organization?: GraphQLTypes["organizations_order_by"] | undefined, organization_id?: GraphQLTypes["order_by"] | undefined, + private_stream?: GraphQLTypes["order_by"] | undefined, + private_stream_visibility_aggregate?: GraphQLTypes["private_stream_visibility_aggregate_order_by"] | undefined, + reactions_aggregate?: GraphQLTypes["reactions_aggregate_order_by"] | undefined, target_profile?: GraphQLTypes["profiles_order_by"] | undefined, target_profile_id?: GraphQLTypes["order_by"] | undefined, + target_profile_public?: GraphQLTypes["profiles_public_order_by"] | undefined, updated_at?: GraphQLTypes["order_by"] | undefined, user?: GraphQLTypes["users_order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined @@ -44614,6 +60741,10 @@ export type GraphQLTypes = { }; /** select columns of table "activities" */ ["activities_select_column"]: activities_select_column; + /** select "activities_aggregate_bool_exp_bool_and_arguments_columns" columns of table "activities" */ +["activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns"]: activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns; + /** select "activities_aggregate_bool_exp_bool_or_arguments_columns" columns of table "activities" */ +["activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns"]: activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "activities" */ ["activities_set_input"]: { action?: string | undefined, @@ -44624,6 +60755,7 @@ export type GraphQLTypes = { epoch_id?: GraphQLTypes["bigint"] | undefined, id?: GraphQLTypes["bigint"] | undefined, organization_id?: GraphQLTypes["bigint"] | undefined, + private_stream?: boolean | undefined, target_profile_id?: GraphQLTypes["bigint"] | undefined, updated_at?: GraphQLTypes["timestamptz"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined @@ -44639,6 +60771,17 @@ export type GraphQLTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev() on columns of table "activities" */ +["activities_stddev_order_by"]: { + actor_profile_id?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + contribution_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + target_profile_id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate stddev_pop on columns */ ["activities_stddev_pop_fields"]: { @@ -44651,6 +60794,17 @@ export type GraphQLTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "activities" */ +["activities_stddev_pop_order_by"]: { + actor_profile_id?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + contribution_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + target_profile_id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate stddev_samp on columns */ ["activities_stddev_samp_fields"]: { @@ -44663,6 +60817,17 @@ export type GraphQLTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "activities" */ +["activities_stddev_samp_order_by"]: { + actor_profile_id?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + contribution_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + target_profile_id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** Streaming cursor of the table "activities" */ ["activities_stream_cursor_input"]: { @@ -44681,6 +60846,7 @@ export type GraphQLTypes = { epoch_id?: GraphQLTypes["bigint"] | undefined, id?: GraphQLTypes["bigint"] | undefined, organization_id?: GraphQLTypes["bigint"] | undefined, + private_stream?: boolean | undefined, target_profile_id?: GraphQLTypes["bigint"] | undefined, updated_at?: GraphQLTypes["timestamptz"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined @@ -44696,6 +60862,17 @@ export type GraphQLTypes = { organization_id?: GraphQLTypes["bigint"] | undefined, target_profile_id?: GraphQLTypes["bigint"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined +}; + /** order by sum() on columns of table "activities" */ +["activities_sum_order_by"]: { + actor_profile_id?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + contribution_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + target_profile_id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** update columns of table "activities" */ ["activities_update_column"]: activities_update_column; @@ -44718,6 +60895,17 @@ export type GraphQLTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by var_pop() on columns of table "activities" */ +["activities_var_pop_order_by"]: { + actor_profile_id?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + contribution_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + target_profile_id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate var_samp on columns */ ["activities_var_samp_fields"]: { @@ -44730,6 +60918,17 @@ export type GraphQLTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by var_samp() on columns of table "activities" */ +["activities_var_samp_order_by"]: { + actor_profile_id?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + contribution_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + target_profile_id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate variance on columns */ ["activities_variance_fields"]: { @@ -44742,6 +60941,140 @@ export type GraphQLTypes = { organization_id?: number | undefined, target_profile_id?: number | undefined, user_id?: number | undefined +}; + /** order by variance() on columns of table "activities" */ +["activities_variance_order_by"]: { + actor_profile_id?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + contribution_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + target_profile_id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined +}; + /** Tracking table for fetching data from address sources */ +["address_data_fetches"]: { + __typename: "address_data_fetches", + address: GraphQLTypes["citext"], + created_at: GraphQLTypes["timestamptz"], + poap_synced_at?: GraphQLTypes["timestamptz"] | undefined, + /** An object relationship */ + profile?: GraphQLTypes["profiles"] | undefined, + updated_at: GraphQLTypes["timestamptz"] +}; + /** aggregated selection of "address_data_fetches" */ +["address_data_fetches_aggregate"]: { + __typename: "address_data_fetches_aggregate", + aggregate?: GraphQLTypes["address_data_fetches_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "address_data_fetches" */ +["address_data_fetches_aggregate_fields"]: { + __typename: "address_data_fetches_aggregate_fields", + count: number, + max?: GraphQLTypes["address_data_fetches_max_fields"] | undefined, + min?: GraphQLTypes["address_data_fetches_min_fields"] | undefined +}; + /** Boolean expression to filter rows from the table "address_data_fetches". All fields are combined with a logical 'AND'. */ +["address_data_fetches_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["address_data_fetches_bool_exp"] | undefined, + _or?: Array | undefined, + address?: GraphQLTypes["citext_comparison_exp"] | undefined, + created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + poap_synced_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + profile?: GraphQLTypes["profiles_bool_exp"] | undefined, + updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "address_data_fetches" */ +["address_data_fetches_constraint"]: address_data_fetches_constraint; + /** input type for inserting data into table "address_data_fetches" */ +["address_data_fetches_insert_input"]: { + address?: GraphQLTypes["citext"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + poap_synced_at?: GraphQLTypes["timestamptz"] | undefined, + profile?: GraphQLTypes["profiles_obj_rel_insert_input"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["address_data_fetches_max_fields"]: { + __typename: "address_data_fetches_max_fields", + address?: GraphQLTypes["citext"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + poap_synced_at?: GraphQLTypes["timestamptz"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate min on columns */ +["address_data_fetches_min_fields"]: { + __typename: "address_data_fetches_min_fields", + address?: GraphQLTypes["citext"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + poap_synced_at?: GraphQLTypes["timestamptz"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** response of any mutation on the table "address_data_fetches" */ +["address_data_fetches_mutation_response"]: { + __typename: "address_data_fetches_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** input type for inserting object relation for remote table "address_data_fetches" */ +["address_data_fetches_obj_rel_insert_input"]: { + data: GraphQLTypes["address_data_fetches_insert_input"], + /** upsert condition */ + on_conflict?: GraphQLTypes["address_data_fetches_on_conflict"] | undefined +}; + /** on_conflict condition type for table "address_data_fetches" */ +["address_data_fetches_on_conflict"]: { + constraint: GraphQLTypes["address_data_fetches_constraint"], + update_columns: Array, + where?: GraphQLTypes["address_data_fetches_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "address_data_fetches". */ +["address_data_fetches_order_by"]: { + address?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + poap_synced_at?: GraphQLTypes["order_by"] | undefined, + profile?: GraphQLTypes["profiles_order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: address_data_fetches */ +["address_data_fetches_pk_columns_input"]: { + address: GraphQLTypes["citext"] +}; + /** select columns of table "address_data_fetches" */ +["address_data_fetches_select_column"]: address_data_fetches_select_column; + /** input type for updating data in table "address_data_fetches" */ +["address_data_fetches_set_input"]: { + address?: GraphQLTypes["citext"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + poap_synced_at?: GraphQLTypes["timestamptz"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** Streaming cursor of the table "address_data_fetches" */ +["address_data_fetches_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["address_data_fetches_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["address_data_fetches_stream_cursor_value_input"]: { + address?: GraphQLTypes["citext"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + poap_synced_at?: GraphQLTypes["timestamptz"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** update columns of table "address_data_fetches" */ +["address_data_fetches_update_column"]: address_data_fetches_update_column; + ["address_data_fetches_updates"]: { + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["address_data_fetches_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["address_data_fetches_bool_exp"] }; ["bigint"]: "scalar" & { name: "bigint" }; /** Boolean expression to compare columns of type "bigint". All fields are combined with logical 'AND'. */ @@ -46434,6 +62767,7 @@ export type GraphQLTypes = { ["circles"]: { __typename: "circles", alloc_text?: string | undefined, + allow_distribute_evenly: boolean, /** An array relationship */ api_keys: Array, /** An aggregate relationship */ @@ -46496,6 +62830,7 @@ export type GraphQLTypes = { /** An aggregate relationship */ pending_token_gifts_aggregate: GraphQLTypes["pending_token_gifts_aggregate"], show_pending_gives: boolean, + starting_tokens: number, team_selection: boolean, telegram_id?: string | undefined, /** An array relationship */ @@ -46588,7 +62923,8 @@ export type GraphQLTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by avg() on columns of table "circles" */ ["circles_avg_order_by"]: { @@ -46598,7 +62934,8 @@ export type GraphQLTypes = { id?: GraphQLTypes["order_by"] | undefined, min_vouches?: GraphQLTypes["order_by"] | undefined, nomination_days_limit?: GraphQLTypes["order_by"] | undefined, - organization_id?: GraphQLTypes["order_by"] | undefined + organization_id?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined }; /** Boolean expression to filter rows from the table "circles". All fields are combined with a logical 'AND'. */ ["circles_bool_exp"]: { @@ -46606,6 +62943,7 @@ export type GraphQLTypes = { _not?: GraphQLTypes["circles_bool_exp"] | undefined, _or?: Array | undefined, alloc_text?: GraphQLTypes["String_comparison_exp"] | undefined, + allow_distribute_evenly?: GraphQLTypes["Boolean_comparison_exp"] | undefined, api_keys?: GraphQLTypes["circle_api_keys_bool_exp"] | undefined, api_keys_aggregate?: GraphQLTypes["circle_api_keys_aggregate_bool_exp"] | undefined, auto_opt_out?: GraphQLTypes["Boolean_comparison_exp"] | undefined, @@ -46647,6 +62985,7 @@ export type GraphQLTypes = { pending_token_gifts?: GraphQLTypes["pending_token_gifts_bool_exp"] | undefined, pending_token_gifts_aggregate?: GraphQLTypes["pending_token_gifts_aggregate_bool_exp"] | undefined, show_pending_gives?: GraphQLTypes["Boolean_comparison_exp"] | undefined, + starting_tokens?: GraphQLTypes["Int_comparison_exp"] | undefined, team_selection?: GraphQLTypes["Boolean_comparison_exp"] | undefined, telegram_id?: GraphQLTypes["String_comparison_exp"] | undefined, token_gifts?: GraphQLTypes["token_gifts_bool_exp"] | undefined, @@ -46670,11 +63009,13 @@ export type GraphQLTypes = { id?: GraphQLTypes["bigint"] | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** input type for inserting data into table "circles" */ ["circles_insert_input"]: { alloc_text?: string | undefined, + allow_distribute_evenly?: boolean | undefined, api_keys?: GraphQLTypes["circle_api_keys_arr_rel_insert_input"] | undefined, auto_opt_out?: boolean | undefined, burns?: GraphQLTypes["burns_arr_rel_insert_input"] | undefined, @@ -46707,6 +63048,7 @@ export type GraphQLTypes = { organization_id?: number | undefined, pending_token_gifts?: GraphQLTypes["pending_token_gifts_arr_rel_insert_input"] | undefined, show_pending_gives?: boolean | undefined, + starting_tokens?: number | undefined, team_selection?: boolean | undefined, telegram_id?: string | undefined, token_gifts?: GraphQLTypes["token_gifts_arr_rel_insert_input"] | undefined, @@ -46736,6 +63078,7 @@ export type GraphQLTypes = { name?: string | undefined, nomination_days_limit?: number | undefined, organization_id?: number | undefined, + starting_tokens?: number | undefined, telegram_id?: string | undefined, token_name?: string | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined, @@ -46759,6 +63102,7 @@ export type GraphQLTypes = { name?: GraphQLTypes["order_by"] | undefined, nomination_days_limit?: GraphQLTypes["order_by"] | undefined, organization_id?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined, telegram_id?: GraphQLTypes["order_by"] | undefined, token_name?: GraphQLTypes["order_by"] | undefined, updated_at?: GraphQLTypes["order_by"] | undefined, @@ -46783,6 +63127,7 @@ export type GraphQLTypes = { name?: string | undefined, nomination_days_limit?: number | undefined, organization_id?: number | undefined, + starting_tokens?: number | undefined, telegram_id?: string | undefined, token_name?: string | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined, @@ -46806,6 +63151,7 @@ export type GraphQLTypes = { name?: GraphQLTypes["order_by"] | undefined, nomination_days_limit?: GraphQLTypes["order_by"] | undefined, organization_id?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined, telegram_id?: GraphQLTypes["order_by"] | undefined, token_name?: GraphQLTypes["order_by"] | undefined, updated_at?: GraphQLTypes["order_by"] | undefined, @@ -46834,6 +63180,7 @@ export type GraphQLTypes = { /** Ordering options when selecting data from "circles". */ ["circles_order_by"]: { alloc_text?: GraphQLTypes["order_by"] | undefined, + allow_distribute_evenly?: GraphQLTypes["order_by"] | undefined, api_keys_aggregate?: GraphQLTypes["circle_api_keys_aggregate_order_by"] | undefined, auto_opt_out?: GraphQLTypes["order_by"] | undefined, burns_aggregate?: GraphQLTypes["burns_aggregate_order_by"] | undefined, @@ -46866,6 +63213,7 @@ export type GraphQLTypes = { organization_id?: GraphQLTypes["order_by"] | undefined, pending_token_gifts_aggregate?: GraphQLTypes["pending_token_gifts_aggregate_order_by"] | undefined, show_pending_gives?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined, team_selection?: GraphQLTypes["order_by"] | undefined, telegram_id?: GraphQLTypes["order_by"] | undefined, token_gifts_aggregate?: GraphQLTypes["token_gifts_aggregate_order_by"] | undefined, @@ -46889,6 +63237,7 @@ export type GraphQLTypes = { /** input type for updating data in table "circles" */ ["circles_set_input"]: { alloc_text?: string | undefined, + allow_distribute_evenly?: boolean | undefined, auto_opt_out?: boolean | undefined, cont_help_text?: string | undefined, contact?: string | undefined, @@ -46909,6 +63258,7 @@ export type GraphQLTypes = { only_giver_vouch?: boolean | undefined, organization_id?: number | undefined, show_pending_gives?: boolean | undefined, + starting_tokens?: number | undefined, team_selection?: boolean | undefined, telegram_id?: string | undefined, token_name?: string | undefined, @@ -46925,7 +63275,8 @@ export type GraphQLTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by stddev() on columns of table "circles" */ ["circles_stddev_order_by"]: { @@ -46935,7 +63286,8 @@ export type GraphQLTypes = { id?: GraphQLTypes["order_by"] | undefined, min_vouches?: GraphQLTypes["order_by"] | undefined, nomination_days_limit?: GraphQLTypes["order_by"] | undefined, - organization_id?: GraphQLTypes["order_by"] | undefined + organization_id?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined }; /** aggregate stddev_pop on columns */ ["circles_stddev_pop_fields"]: { @@ -46946,7 +63298,8 @@ export type GraphQLTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by stddev_pop() on columns of table "circles" */ ["circles_stddev_pop_order_by"]: { @@ -46956,7 +63309,8 @@ export type GraphQLTypes = { id?: GraphQLTypes["order_by"] | undefined, min_vouches?: GraphQLTypes["order_by"] | undefined, nomination_days_limit?: GraphQLTypes["order_by"] | undefined, - organization_id?: GraphQLTypes["order_by"] | undefined + organization_id?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined }; /** aggregate stddev_samp on columns */ ["circles_stddev_samp_fields"]: { @@ -46967,7 +63321,8 @@ export type GraphQLTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by stddev_samp() on columns of table "circles" */ ["circles_stddev_samp_order_by"]: { @@ -46977,7 +63332,8 @@ export type GraphQLTypes = { id?: GraphQLTypes["order_by"] | undefined, min_vouches?: GraphQLTypes["order_by"] | undefined, nomination_days_limit?: GraphQLTypes["order_by"] | undefined, - organization_id?: GraphQLTypes["order_by"] | undefined + organization_id?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined }; /** Streaming cursor of the table "circles" */ ["circles_stream_cursor_input"]: { @@ -46989,6 +63345,7 @@ export type GraphQLTypes = { /** Initial value of the column from where the streaming should start */ ["circles_stream_cursor_value_input"]: { alloc_text?: string | undefined, + allow_distribute_evenly?: boolean | undefined, auto_opt_out?: boolean | undefined, cont_help_text?: string | undefined, contact?: string | undefined, @@ -47009,6 +63366,7 @@ export type GraphQLTypes = { only_giver_vouch?: boolean | undefined, organization_id?: number | undefined, show_pending_gives?: boolean | undefined, + starting_tokens?: number | undefined, team_selection?: boolean | undefined, telegram_id?: string | undefined, token_name?: string | undefined, @@ -47025,7 +63383,8 @@ export type GraphQLTypes = { id?: GraphQLTypes["bigint"] | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by sum() on columns of table "circles" */ ["circles_sum_order_by"]: { @@ -47035,7 +63394,8 @@ export type GraphQLTypes = { id?: GraphQLTypes["order_by"] | undefined, min_vouches?: GraphQLTypes["order_by"] | undefined, nomination_days_limit?: GraphQLTypes["order_by"] | undefined, - organization_id?: GraphQLTypes["order_by"] | undefined + organization_id?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined }; /** update columns of table "circles" */ ["circles_update_column"]: circles_update_column; @@ -47056,7 +63416,8 @@ export type GraphQLTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by var_pop() on columns of table "circles" */ ["circles_var_pop_order_by"]: { @@ -47066,7 +63427,8 @@ export type GraphQLTypes = { id?: GraphQLTypes["order_by"] | undefined, min_vouches?: GraphQLTypes["order_by"] | undefined, nomination_days_limit?: GraphQLTypes["order_by"] | undefined, - organization_id?: GraphQLTypes["order_by"] | undefined + organization_id?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined }; /** aggregate var_samp on columns */ ["circles_var_samp_fields"]: { @@ -47077,7 +63439,8 @@ export type GraphQLTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by var_samp() on columns of table "circles" */ ["circles_var_samp_order_by"]: { @@ -47087,7 +63450,8 @@ export type GraphQLTypes = { id?: GraphQLTypes["order_by"] | undefined, min_vouches?: GraphQLTypes["order_by"] | undefined, nomination_days_limit?: GraphQLTypes["order_by"] | undefined, - organization_id?: GraphQLTypes["order_by"] | undefined + organization_id?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined }; /** aggregate variance on columns */ ["circles_variance_fields"]: { @@ -47098,7 +63462,8 @@ export type GraphQLTypes = { id?: number | undefined, min_vouches?: number | undefined, nomination_days_limit?: number | undefined, - organization_id?: number | undefined + organization_id?: number | undefined, + starting_tokens?: number | undefined }; /** order by variance() on columns of table "circles" */ ["circles_variance_order_by"]: { @@ -47108,7 +63473,8 @@ export type GraphQLTypes = { id?: GraphQLTypes["order_by"] | undefined, min_vouches?: GraphQLTypes["order_by"] | undefined, nomination_days_limit?: GraphQLTypes["order_by"] | undefined, - organization_id?: GraphQLTypes["order_by"] | undefined + organization_id?: GraphQLTypes["order_by"] | undefined, + starting_tokens?: GraphQLTypes["order_by"] | undefined }; ["citext"]: "scalar" & { name: "citext" }; /** Boolean expression to compare columns of type "citext". All fields are combined with logical 'AND'. */ @@ -47548,25 +63914,148 @@ export type GraphQLTypes = { index?: GraphQLTypes["order_by"] | undefined, new_amount?: GraphQLTypes["order_by"] | undefined, profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** columns and relationships of "contribution_count" */ +["contribution_count"]: { + __typename: "contribution_count", + contributions?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregated selection of "contribution_count" */ +["contribution_count_aggregate"]: { + __typename: "contribution_count_aggregate", + aggregate?: GraphQLTypes["contribution_count_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "contribution_count" */ +["contribution_count_aggregate_fields"]: { + __typename: "contribution_count_aggregate_fields", + avg?: GraphQLTypes["contribution_count_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["contribution_count_max_fields"] | undefined, + min?: GraphQLTypes["contribution_count_min_fields"] | undefined, + stddev?: GraphQLTypes["contribution_count_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["contribution_count_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["contribution_count_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["contribution_count_sum_fields"] | undefined, + var_pop?: GraphQLTypes["contribution_count_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["contribution_count_var_samp_fields"] | undefined, + variance?: GraphQLTypes["contribution_count_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["contribution_count_avg_fields"]: { + __typename: "contribution_count_avg_fields", + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "contribution_count". All fields are combined with a logical 'AND'. */ +["contribution_count_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["contribution_count_bool_exp"] | undefined, + _or?: Array | undefined, + contributions?: GraphQLTypes["bigint_comparison_exp"] | undefined, + profile_id?: GraphQLTypes["bigint_comparison_exp"] | undefined +}; + /** aggregate max on columns */ +["contribution_count_max_fields"]: { + __typename: "contribution_count_max_fields", + contributions?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregate min on columns */ +["contribution_count_min_fields"]: { + __typename: "contribution_count_min_fields", + contributions?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** Ordering options when selecting data from "contribution_count". */ +["contribution_count_order_by"]: { + contributions?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** select columns of table "contribution_count" */ +["contribution_count_select_column"]: contribution_count_select_column; + /** aggregate stddev on columns */ +["contribution_count_stddev_fields"]: { + __typename: "contribution_count_stddev_fields", + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["contribution_count_stddev_pop_fields"]: { + __typename: "contribution_count_stddev_pop_fields", + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["contribution_count_stddev_samp_fields"]: { + __typename: "contribution_count_stddev_samp_fields", + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** Streaming cursor of the table "contribution_count" */ +["contribution_count_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["contribution_count_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["contribution_count_stream_cursor_value_input"]: { + contributions?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregate sum on columns */ +["contribution_count_sum_fields"]: { + __typename: "contribution_count_sum_fields", + contributions?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregate var_pop on columns */ +["contribution_count_var_pop_fields"]: { + __typename: "contribution_count_var_pop_fields", + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["contribution_count_var_samp_fields"]: { + __typename: "contribution_count_var_samp_fields", + contributions?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate variance on columns */ +["contribution_count_variance_fields"]: { + __typename: "contribution_count_variance_fields", + contributions?: number | undefined, + profile_id?: number | undefined }; /** columns and relationships of "contributions" */ ["contributions"]: { __typename: "contributions", /** An object relationship */ - circle: GraphQLTypes["circles"], - circle_id: GraphQLTypes["bigint"], + circle?: GraphQLTypes["circles"] | undefined, + circle_id?: GraphQLTypes["bigint"] | undefined, created_at: GraphQLTypes["timestamptz"], /** An object relationship */ created_with_api_key?: GraphQLTypes["circle_api_keys"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created: GraphQLTypes["timestamptz"], deleted_at?: GraphQLTypes["timestamptz"] | undefined, description: string, id: GraphQLTypes["bigint"], + private_stream: boolean, + /** An array relationship */ + private_stream_visibility: Array, + /** An aggregate relationship */ + private_stream_visibility_aggregate: GraphQLTypes["private_stream_visibility_aggregate"], + /** An object relationship */ + profile?: GraphQLTypes["profiles"] | undefined, + profile_id: GraphQLTypes["bigint"], + /** An object relationship */ + profile_public?: GraphQLTypes["profiles_public"] | undefined, updated_at: GraphQLTypes["timestamptz"], /** An object relationship */ - user: GraphQLTypes["users"], - user_id: GraphQLTypes["bigint"] + user?: GraphQLTypes["users"] | undefined, + user_id?: GraphQLTypes["bigint"] | undefined }; /** aggregated selection of "contributions" */ ["contributions_aggregate"]: { @@ -47575,7 +64064,21 @@ export type GraphQLTypes = { nodes: Array }; ["contributions_aggregate_bool_exp"]: { - count?: GraphQLTypes["contributions_aggregate_bool_exp_count"] | undefined + bool_and?: GraphQLTypes["contributions_aggregate_bool_exp_bool_and"] | undefined, + bool_or?: GraphQLTypes["contributions_aggregate_bool_exp_bool_or"] | undefined, + count?: GraphQLTypes["contributions_aggregate_bool_exp_count"] | undefined +}; + ["contributions_aggregate_bool_exp_bool_and"]: { + arguments: GraphQLTypes["contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined, + filter?: GraphQLTypes["contributions_bool_exp"] | undefined, + predicate: GraphQLTypes["Boolean_comparison_exp"] +}; + ["contributions_aggregate_bool_exp_bool_or"]: { + arguments: GraphQLTypes["contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined, + filter?: GraphQLTypes["contributions_bool_exp"] | undefined, + predicate: GraphQLTypes["Boolean_comparison_exp"] }; ["contributions_aggregate_bool_exp_count"]: { arguments?: Array | undefined, @@ -47623,12 +64126,14 @@ export type GraphQLTypes = { __typename: "contributions_avg_fields", circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by avg() on columns of table "contributions" */ ["contributions_avg_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined }; /** Boolean expression to filter rows from the table "contributions". All fields are combined with a logical 'AND'. */ @@ -47641,10 +64146,15 @@ export type GraphQLTypes = { created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, created_with_api_key?: GraphQLTypes["circle_api_keys_bool_exp"] | undefined, created_with_api_key_hash?: GraphQLTypes["String_comparison_exp"] | undefined, - datetime_created?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, deleted_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, description?: GraphQLTypes["String_comparison_exp"] | undefined, id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + private_stream?: GraphQLTypes["Boolean_comparison_exp"] | undefined, + private_stream_visibility?: GraphQLTypes["private_stream_visibility_bool_exp"] | undefined, + private_stream_visibility_aggregate?: GraphQLTypes["private_stream_visibility_aggregate_bool_exp"] | undefined, + profile?: GraphQLTypes["profiles_bool_exp"] | undefined, + profile_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + profile_public?: GraphQLTypes["profiles_public_bool_exp"] | undefined, updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, user?: GraphQLTypes["users_bool_exp"] | undefined, user_id?: GraphQLTypes["bigint_comparison_exp"] | undefined @@ -47655,6 +64165,7 @@ export type GraphQLTypes = { ["contributions_inc_input"]: { circle_id?: GraphQLTypes["bigint"] | undefined, id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined }; /** input type for inserting data into table "contributions" */ @@ -47664,10 +64175,14 @@ export type GraphQLTypes = { created_at?: GraphQLTypes["timestamptz"] | undefined, created_with_api_key?: GraphQLTypes["circle_api_keys_obj_rel_insert_input"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created?: GraphQLTypes["timestamptz"] | undefined, deleted_at?: GraphQLTypes["timestamptz"] | undefined, description?: string | undefined, id?: GraphQLTypes["bigint"] | undefined, + private_stream?: boolean | undefined, + private_stream_visibility?: GraphQLTypes["private_stream_visibility_arr_rel_insert_input"] | undefined, + profile?: GraphQLTypes["profiles_obj_rel_insert_input"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + profile_public?: GraphQLTypes["profiles_public_obj_rel_insert_input"] | undefined, updated_at?: GraphQLTypes["timestamptz"] | undefined, user?: GraphQLTypes["users_obj_rel_insert_input"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined @@ -47678,10 +64193,10 @@ export type GraphQLTypes = { circle_id?: GraphQLTypes["bigint"] | undefined, created_at?: GraphQLTypes["timestamptz"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created?: GraphQLTypes["timestamptz"] | undefined, deleted_at?: GraphQLTypes["timestamptz"] | undefined, description?: string | undefined, id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, updated_at?: GraphQLTypes["timestamptz"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined }; @@ -47690,10 +64205,10 @@ export type GraphQLTypes = { circle_id?: GraphQLTypes["order_by"] | undefined, created_at?: GraphQLTypes["order_by"] | undefined, created_with_api_key_hash?: GraphQLTypes["order_by"] | undefined, - datetime_created?: GraphQLTypes["order_by"] | undefined, deleted_at?: GraphQLTypes["order_by"] | undefined, description?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, updated_at?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined }; @@ -47703,10 +64218,10 @@ export type GraphQLTypes = { circle_id?: GraphQLTypes["bigint"] | undefined, created_at?: GraphQLTypes["timestamptz"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created?: GraphQLTypes["timestamptz"] | undefined, deleted_at?: GraphQLTypes["timestamptz"] | undefined, description?: string | undefined, id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, updated_at?: GraphQLTypes["timestamptz"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined }; @@ -47715,10 +64230,10 @@ export type GraphQLTypes = { circle_id?: GraphQLTypes["order_by"] | undefined, created_at?: GraphQLTypes["order_by"] | undefined, created_with_api_key_hash?: GraphQLTypes["order_by"] | undefined, - datetime_created?: GraphQLTypes["order_by"] | undefined, deleted_at?: GraphQLTypes["order_by"] | undefined, description?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, updated_at?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined }; @@ -47749,10 +64264,14 @@ export type GraphQLTypes = { created_at?: GraphQLTypes["order_by"] | undefined, created_with_api_key?: GraphQLTypes["circle_api_keys_order_by"] | undefined, created_with_api_key_hash?: GraphQLTypes["order_by"] | undefined, - datetime_created?: GraphQLTypes["order_by"] | undefined, deleted_at?: GraphQLTypes["order_by"] | undefined, description?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + private_stream?: GraphQLTypes["order_by"] | undefined, + private_stream_visibility_aggregate?: GraphQLTypes["private_stream_visibility_aggregate_order_by"] | undefined, + profile?: GraphQLTypes["profiles_order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + profile_public?: GraphQLTypes["profiles_public_order_by"] | undefined, updated_at?: GraphQLTypes["order_by"] | undefined, user?: GraphQLTypes["users_order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined @@ -47763,15 +64282,20 @@ export type GraphQLTypes = { }; /** select columns of table "contributions" */ ["contributions_select_column"]: contributions_select_column; + /** select "contributions_aggregate_bool_exp_bool_and_arguments_columns" columns of table "contributions" */ +["contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns"]: contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns; + /** select "contributions_aggregate_bool_exp_bool_or_arguments_columns" columns of table "contributions" */ +["contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns"]: contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "contributions" */ ["contributions_set_input"]: { circle_id?: GraphQLTypes["bigint"] | undefined, created_at?: GraphQLTypes["timestamptz"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created?: GraphQLTypes["timestamptz"] | undefined, deleted_at?: GraphQLTypes["timestamptz"] | undefined, description?: string | undefined, id?: GraphQLTypes["bigint"] | undefined, + private_stream?: boolean | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, updated_at?: GraphQLTypes["timestamptz"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined }; @@ -47780,12 +64304,14 @@ export type GraphQLTypes = { __typename: "contributions_stddev_fields", circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by stddev() on columns of table "contributions" */ ["contributions_stddev_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate stddev_pop on columns */ @@ -47793,12 +64319,14 @@ export type GraphQLTypes = { __typename: "contributions_stddev_pop_fields", circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by stddev_pop() on columns of table "contributions" */ ["contributions_stddev_pop_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate stddev_samp on columns */ @@ -47806,12 +64334,14 @@ export type GraphQLTypes = { __typename: "contributions_stddev_samp_fields", circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by stddev_samp() on columns of table "contributions" */ ["contributions_stddev_samp_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined }; /** Streaming cursor of the table "contributions" */ @@ -47826,10 +64356,11 @@ export type GraphQLTypes = { circle_id?: GraphQLTypes["bigint"] | undefined, created_at?: GraphQLTypes["timestamptz"] | undefined, created_with_api_key_hash?: string | undefined, - datetime_created?: GraphQLTypes["timestamptz"] | undefined, deleted_at?: GraphQLTypes["timestamptz"] | undefined, description?: string | undefined, id?: GraphQLTypes["bigint"] | undefined, + private_stream?: boolean | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, updated_at?: GraphQLTypes["timestamptz"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined }; @@ -47838,12 +64369,14 @@ export type GraphQLTypes = { __typename: "contributions_sum_fields", circle_id?: GraphQLTypes["bigint"] | undefined, id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, user_id?: GraphQLTypes["bigint"] | undefined }; /** order by sum() on columns of table "contributions" */ ["contributions_sum_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined }; /** update columns of table "contributions" */ @@ -47861,12 +64394,14 @@ export type GraphQLTypes = { __typename: "contributions_var_pop_fields", circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by var_pop() on columns of table "contributions" */ ["contributions_var_pop_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate var_samp on columns */ @@ -47874,12 +64409,14 @@ export type GraphQLTypes = { __typename: "contributions_var_samp_fields", circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by var_samp() on columns of table "contributions" */ ["contributions_var_samp_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate variance on columns */ @@ -47887,13 +64424,284 @@ export type GraphQLTypes = { __typename: "contributions_variance_fields", circle_id?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, user_id?: number | undefined }; /** order by variance() on columns of table "contributions" */ ["contributions_variance_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined +}; + /** local db copy of last synced on-chain cosoul data */ +["cosouls"]: { + __typename: "cosouls", + address: GraphQLTypes["citext"], + /** An object relationship */ + address_data_fetches?: GraphQLTypes["address_data_fetches"] | undefined, + checked_at?: GraphQLTypes["timestamptz"] | undefined, + created_at: GraphQLTypes["timestamptz"], + created_tx_hash: string, + /** An array relationship */ + held_keys: Array, + /** An aggregate relationship */ + held_keys_aggregate: GraphQLTypes["key_holders_aggregate"], + id: number, + /** An array relationship */ + key_holders: Array, + /** An aggregate relationship */ + key_holders_aggregate: GraphQLTypes["key_holders_aggregate"], + pgive?: number | undefined, + /** An array relationship */ + poaps: Array, + /** An aggregate relationship */ + poaps_aggregate: GraphQLTypes["poap_holders_aggregate"], + /** An object relationship */ + profile?: GraphQLTypes["profiles"] | undefined, + /** An object relationship */ + profile_public?: GraphQLTypes["profiles_public"] | undefined, + synced_at?: GraphQLTypes["timestamptz"] | undefined, + token_id: number, + updated_at: GraphQLTypes["timestamptz"] +}; + /** aggregated selection of "cosouls" */ +["cosouls_aggregate"]: { + __typename: "cosouls_aggregate", + aggregate?: GraphQLTypes["cosouls_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "cosouls" */ +["cosouls_aggregate_fields"]: { + __typename: "cosouls_aggregate_fields", + avg?: GraphQLTypes["cosouls_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["cosouls_max_fields"] | undefined, + min?: GraphQLTypes["cosouls_min_fields"] | undefined, + stddev?: GraphQLTypes["cosouls_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["cosouls_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["cosouls_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["cosouls_sum_fields"] | undefined, + var_pop?: GraphQLTypes["cosouls_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["cosouls_var_samp_fields"] | undefined, + variance?: GraphQLTypes["cosouls_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["cosouls_avg_fields"]: { + __typename: "cosouls_avg_fields", + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "cosouls". All fields are combined with a logical 'AND'. */ +["cosouls_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["cosouls_bool_exp"] | undefined, + _or?: Array | undefined, + address?: GraphQLTypes["citext_comparison_exp"] | undefined, + address_data_fetches?: GraphQLTypes["address_data_fetches_bool_exp"] | undefined, + checked_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + created_tx_hash?: GraphQLTypes["String_comparison_exp"] | undefined, + held_keys?: GraphQLTypes["key_holders_bool_exp"] | undefined, + held_keys_aggregate?: GraphQLTypes["key_holders_aggregate_bool_exp"] | undefined, + id?: GraphQLTypes["Int_comparison_exp"] | undefined, + key_holders?: GraphQLTypes["key_holders_bool_exp"] | undefined, + key_holders_aggregate?: GraphQLTypes["key_holders_aggregate_bool_exp"] | undefined, + pgive?: GraphQLTypes["Int_comparison_exp"] | undefined, + poaps?: GraphQLTypes["poap_holders_bool_exp"] | undefined, + poaps_aggregate?: GraphQLTypes["poap_holders_aggregate_bool_exp"] | undefined, + profile?: GraphQLTypes["profiles_bool_exp"] | undefined, + profile_public?: GraphQLTypes["profiles_public_bool_exp"] | undefined, + synced_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + token_id?: GraphQLTypes["Int_comparison_exp"] | undefined, + updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "cosouls" */ +["cosouls_constraint"]: cosouls_constraint; + /** input type for incrementing numeric columns in table "cosouls" */ +["cosouls_inc_input"]: { + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** input type for inserting data into table "cosouls" */ +["cosouls_insert_input"]: { + address?: GraphQLTypes["citext"] | undefined, + address_data_fetches?: GraphQLTypes["address_data_fetches_obj_rel_insert_input"] | undefined, + checked_at?: GraphQLTypes["timestamptz"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + created_tx_hash?: string | undefined, + held_keys?: GraphQLTypes["key_holders_arr_rel_insert_input"] | undefined, + id?: number | undefined, + key_holders?: GraphQLTypes["key_holders_arr_rel_insert_input"] | undefined, + pgive?: number | undefined, + poaps?: GraphQLTypes["poap_holders_arr_rel_insert_input"] | undefined, + profile?: GraphQLTypes["profiles_obj_rel_insert_input"] | undefined, + profile_public?: GraphQLTypes["profiles_public_obj_rel_insert_input"] | undefined, + synced_at?: GraphQLTypes["timestamptz"] | undefined, + token_id?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["cosouls_max_fields"]: { + __typename: "cosouls_max_fields", + address?: GraphQLTypes["citext"] | undefined, + checked_at?: GraphQLTypes["timestamptz"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + created_tx_hash?: string | undefined, + id?: number | undefined, + pgive?: number | undefined, + synced_at?: GraphQLTypes["timestamptz"] | undefined, + token_id?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate min on columns */ +["cosouls_min_fields"]: { + __typename: "cosouls_min_fields", + address?: GraphQLTypes["citext"] | undefined, + checked_at?: GraphQLTypes["timestamptz"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + created_tx_hash?: string | undefined, + id?: number | undefined, + pgive?: number | undefined, + synced_at?: GraphQLTypes["timestamptz"] | undefined, + token_id?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** response of any mutation on the table "cosouls" */ +["cosouls_mutation_response"]: { + __typename: "cosouls_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** input type for inserting object relation for remote table "cosouls" */ +["cosouls_obj_rel_insert_input"]: { + data: GraphQLTypes["cosouls_insert_input"], + /** upsert condition */ + on_conflict?: GraphQLTypes["cosouls_on_conflict"] | undefined +}; + /** on_conflict condition type for table "cosouls" */ +["cosouls_on_conflict"]: { + constraint: GraphQLTypes["cosouls_constraint"], + update_columns: Array, + where?: GraphQLTypes["cosouls_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "cosouls". */ +["cosouls_order_by"]: { + address?: GraphQLTypes["order_by"] | undefined, + address_data_fetches?: GraphQLTypes["address_data_fetches_order_by"] | undefined, + checked_at?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + created_tx_hash?: GraphQLTypes["order_by"] | undefined, + held_keys_aggregate?: GraphQLTypes["key_holders_aggregate_order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + key_holders_aggregate?: GraphQLTypes["key_holders_aggregate_order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + poaps_aggregate?: GraphQLTypes["poap_holders_aggregate_order_by"] | undefined, + profile?: GraphQLTypes["profiles_order_by"] | undefined, + profile_public?: GraphQLTypes["profiles_public_order_by"] | undefined, + synced_at?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: cosouls */ +["cosouls_pk_columns_input"]: { + id: number +}; + /** select columns of table "cosouls" */ +["cosouls_select_column"]: cosouls_select_column; + /** input type for updating data in table "cosouls" */ +["cosouls_set_input"]: { + address?: GraphQLTypes["citext"] | undefined, + checked_at?: GraphQLTypes["timestamptz"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + created_tx_hash?: string | undefined, + id?: number | undefined, + pgive?: number | undefined, + synced_at?: GraphQLTypes["timestamptz"] | undefined, + token_id?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate stddev on columns */ +["cosouls_stddev_fields"]: { + __typename: "cosouls_stddev_fields", + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["cosouls_stddev_pop_fields"]: { + __typename: "cosouls_stddev_pop_fields", + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["cosouls_stddev_samp_fields"]: { + __typename: "cosouls_stddev_samp_fields", + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** Streaming cursor of the table "cosouls" */ +["cosouls_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["cosouls_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["cosouls_stream_cursor_value_input"]: { + address?: GraphQLTypes["citext"] | undefined, + checked_at?: GraphQLTypes["timestamptz"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + created_tx_hash?: string | undefined, + id?: number | undefined, + pgive?: number | undefined, + synced_at?: GraphQLTypes["timestamptz"] | undefined, + token_id?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate sum on columns */ +["cosouls_sum_fields"]: { + __typename: "cosouls_sum_fields", + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** update columns of table "cosouls" */ +["cosouls_update_column"]: cosouls_update_column; + ["cosouls_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["cosouls_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["cosouls_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["cosouls_bool_exp"] +}; + /** aggregate var_pop on columns */ +["cosouls_var_pop_fields"]: { + __typename: "cosouls_var_pop_fields", + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["cosouls_var_samp_fields"]: { + __typename: "cosouls_var_samp_fields", + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined +}; + /** aggregate variance on columns */ +["cosouls_variance_fields"]: { + __typename: "cosouls_variance_fields", + id?: number | undefined, + pgive?: number | undefined, + token_id?: number | undefined }; /** ordering argument of a cursor */ ["cursor_ordering"]: cursor_ordering; @@ -48415,6 +65223,223 @@ export type GraphQLTypes = { __typename: "discord_roles_circles_variance_fields", circle_id?: number | undefined, id?: number | undefined +}; + /** User api tokens, one per circle */ +["discord_user_api_tokens"]: { + __typename: "discord_user_api_tokens", + circle_id: GraphQLTypes["bigint"], + created_at: GraphQLTypes["timestamptz"], + discord_user?: GraphQLTypes["bigint"] | undefined, + id: GraphQLTypes["bigint"], + profile_id: GraphQLTypes["bigint"], + token: string, + updated_at: GraphQLTypes["timestamptz"] +}; + /** aggregated selection of "discord.user_api_tokens" */ +["discord_user_api_tokens_aggregate"]: { + __typename: "discord_user_api_tokens_aggregate", + aggregate?: GraphQLTypes["discord_user_api_tokens_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "discord.user_api_tokens" */ +["discord_user_api_tokens_aggregate_fields"]: { + __typename: "discord_user_api_tokens_aggregate_fields", + avg?: GraphQLTypes["discord_user_api_tokens_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["discord_user_api_tokens_max_fields"] | undefined, + min?: GraphQLTypes["discord_user_api_tokens_min_fields"] | undefined, + stddev?: GraphQLTypes["discord_user_api_tokens_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["discord_user_api_tokens_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["discord_user_api_tokens_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["discord_user_api_tokens_sum_fields"] | undefined, + var_pop?: GraphQLTypes["discord_user_api_tokens_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["discord_user_api_tokens_var_samp_fields"] | undefined, + variance?: GraphQLTypes["discord_user_api_tokens_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["discord_user_api_tokens_avg_fields"]: { + __typename: "discord_user_api_tokens_avg_fields", + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "discord.user_api_tokens". All fields are combined with a logical 'AND'. */ +["discord_user_api_tokens_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["discord_user_api_tokens_bool_exp"] | undefined, + _or?: Array | undefined, + circle_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + discord_user?: GraphQLTypes["bigint_comparison_exp"] | undefined, + id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + profile_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + token?: GraphQLTypes["String_comparison_exp"] | undefined, + updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "discord.user_api_tokens" */ +["discord_user_api_tokens_constraint"]: discord_user_api_tokens_constraint; + /** input type for incrementing numeric columns in table "discord.user_api_tokens" */ +["discord_user_api_tokens_inc_input"]: { + circle_id?: GraphQLTypes["bigint"] | undefined, + discord_user?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** input type for inserting data into table "discord.user_api_tokens" */ +["discord_user_api_tokens_insert_input"]: { + circle_id?: GraphQLTypes["bigint"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + discord_user?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + token?: string | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["discord_user_api_tokens_max_fields"]: { + __typename: "discord_user_api_tokens_max_fields", + circle_id?: GraphQLTypes["bigint"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + discord_user?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + token?: string | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate min on columns */ +["discord_user_api_tokens_min_fields"]: { + __typename: "discord_user_api_tokens_min_fields", + circle_id?: GraphQLTypes["bigint"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + discord_user?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + token?: string | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** response of any mutation on the table "discord.user_api_tokens" */ +["discord_user_api_tokens_mutation_response"]: { + __typename: "discord_user_api_tokens_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "discord.user_api_tokens" */ +["discord_user_api_tokens_on_conflict"]: { + constraint: GraphQLTypes["discord_user_api_tokens_constraint"], + update_columns: Array, + where?: GraphQLTypes["discord_user_api_tokens_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "discord.user_api_tokens". */ +["discord_user_api_tokens_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + discord_user?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + token?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: discord.user_api_tokens */ +["discord_user_api_tokens_pk_columns_input"]: { + id: GraphQLTypes["bigint"] +}; + /** select columns of table "discord.user_api_tokens" */ +["discord_user_api_tokens_select_column"]: discord_user_api_tokens_select_column; + /** input type for updating data in table "discord.user_api_tokens" */ +["discord_user_api_tokens_set_input"]: { + circle_id?: GraphQLTypes["bigint"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + discord_user?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + token?: string | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate stddev on columns */ +["discord_user_api_tokens_stddev_fields"]: { + __typename: "discord_user_api_tokens_stddev_fields", + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["discord_user_api_tokens_stddev_pop_fields"]: { + __typename: "discord_user_api_tokens_stddev_pop_fields", + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["discord_user_api_tokens_stddev_samp_fields"]: { + __typename: "discord_user_api_tokens_stddev_samp_fields", + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** Streaming cursor of the table "discord_user_api_tokens" */ +["discord_user_api_tokens_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["discord_user_api_tokens_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["discord_user_api_tokens_stream_cursor_value_input"]: { + circle_id?: GraphQLTypes["bigint"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + discord_user?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + token?: string | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate sum on columns */ +["discord_user_api_tokens_sum_fields"]: { + __typename: "discord_user_api_tokens_sum_fields", + circle_id?: GraphQLTypes["bigint"] | undefined, + discord_user?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** update columns of table "discord.user_api_tokens" */ +["discord_user_api_tokens_update_column"]: discord_user_api_tokens_update_column; + ["discord_user_api_tokens_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["discord_user_api_tokens_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["discord_user_api_tokens_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["discord_user_api_tokens_bool_exp"] +}; + /** aggregate var_pop on columns */ +["discord_user_api_tokens_var_pop_fields"]: { + __typename: "discord_user_api_tokens_var_pop_fields", + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["discord_user_api_tokens_var_samp_fields"]: { + __typename: "discord_user_api_tokens_var_samp_fields", + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate variance on columns */ +["discord_user_api_tokens_variance_fields"]: { + __typename: "discord_user_api_tokens_variance_fields", + circle_id?: number | undefined, + discord_user?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined }; /** link discord user ids to coordinape profiles 1:1 */ ["discord_users"]: { @@ -49132,6 +66157,277 @@ export type GraphQLTypes = { gift_amount?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, vault_id?: GraphQLTypes["order_by"] | undefined +}; + /** columns and relationships of "emails" */ +["emails"]: { + __typename: "emails", + email: GraphQLTypes["citext"], + primary: boolean, + /** An object relationship */ + profile: GraphQLTypes["profiles"], + profile_id: number, + verification_code: GraphQLTypes["uuid"], + verified_at?: GraphQLTypes["timestamp"] | undefined +}; + /** aggregated selection of "emails" */ +["emails_aggregate"]: { + __typename: "emails_aggregate", + aggregate?: GraphQLTypes["emails_aggregate_fields"] | undefined, + nodes: Array +}; + ["emails_aggregate_bool_exp"]: { + bool_and?: GraphQLTypes["emails_aggregate_bool_exp_bool_and"] | undefined, + bool_or?: GraphQLTypes["emails_aggregate_bool_exp_bool_or"] | undefined, + count?: GraphQLTypes["emails_aggregate_bool_exp_count"] | undefined +}; + ["emails_aggregate_bool_exp_bool_and"]: { + arguments: GraphQLTypes["emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined, + filter?: GraphQLTypes["emails_bool_exp"] | undefined, + predicate: GraphQLTypes["Boolean_comparison_exp"] +}; + ["emails_aggregate_bool_exp_bool_or"]: { + arguments: GraphQLTypes["emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined, + filter?: GraphQLTypes["emails_bool_exp"] | undefined, + predicate: GraphQLTypes["Boolean_comparison_exp"] +}; + ["emails_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: GraphQLTypes["emails_bool_exp"] | undefined, + predicate: GraphQLTypes["Int_comparison_exp"] +}; + /** aggregate fields of "emails" */ +["emails_aggregate_fields"]: { + __typename: "emails_aggregate_fields", + avg?: GraphQLTypes["emails_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["emails_max_fields"] | undefined, + min?: GraphQLTypes["emails_min_fields"] | undefined, + stddev?: GraphQLTypes["emails_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["emails_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["emails_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["emails_sum_fields"] | undefined, + var_pop?: GraphQLTypes["emails_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["emails_var_samp_fields"] | undefined, + variance?: GraphQLTypes["emails_variance_fields"] | undefined +}; + /** order by aggregate values of table "emails" */ +["emails_aggregate_order_by"]: { + avg?: GraphQLTypes["emails_avg_order_by"] | undefined, + count?: GraphQLTypes["order_by"] | undefined, + max?: GraphQLTypes["emails_max_order_by"] | undefined, + min?: GraphQLTypes["emails_min_order_by"] | undefined, + stddev?: GraphQLTypes["emails_stddev_order_by"] | undefined, + stddev_pop?: GraphQLTypes["emails_stddev_pop_order_by"] | undefined, + stddev_samp?: GraphQLTypes["emails_stddev_samp_order_by"] | undefined, + sum?: GraphQLTypes["emails_sum_order_by"] | undefined, + var_pop?: GraphQLTypes["emails_var_pop_order_by"] | undefined, + var_samp?: GraphQLTypes["emails_var_samp_order_by"] | undefined, + variance?: GraphQLTypes["emails_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "emails" */ +["emails_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: GraphQLTypes["emails_on_conflict"] | undefined +}; + /** aggregate avg on columns */ +["emails_avg_fields"]: { + __typename: "emails_avg_fields", + profile_id?: number | undefined +}; + /** order by avg() on columns of table "emails" */ +["emails_avg_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** Boolean expression to filter rows from the table "emails". All fields are combined with a logical 'AND'. */ +["emails_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["emails_bool_exp"] | undefined, + _or?: Array | undefined, + email?: GraphQLTypes["citext_comparison_exp"] | undefined, + primary?: GraphQLTypes["Boolean_comparison_exp"] | undefined, + profile?: GraphQLTypes["profiles_bool_exp"] | undefined, + profile_id?: GraphQLTypes["Int_comparison_exp"] | undefined, + verification_code?: GraphQLTypes["uuid_comparison_exp"] | undefined, + verified_at?: GraphQLTypes["timestamp_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "emails" */ +["emails_constraint"]: emails_constraint; + /** input type for incrementing numeric columns in table "emails" */ +["emails_inc_input"]: { + profile_id?: number | undefined +}; + /** input type for inserting data into table "emails" */ +["emails_insert_input"]: { + email?: GraphQLTypes["citext"] | undefined, + primary?: boolean | undefined, + profile?: GraphQLTypes["profiles_obj_rel_insert_input"] | undefined, + profile_id?: number | undefined, + verification_code?: GraphQLTypes["uuid"] | undefined, + verified_at?: GraphQLTypes["timestamp"] | undefined +}; + /** aggregate max on columns */ +["emails_max_fields"]: { + __typename: "emails_max_fields", + email?: GraphQLTypes["citext"] | undefined, + profile_id?: number | undefined, + verification_code?: GraphQLTypes["uuid"] | undefined, + verified_at?: GraphQLTypes["timestamp"] | undefined +}; + /** order by max() on columns of table "emails" */ +["emails_max_order_by"]: { + email?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + verification_code?: GraphQLTypes["order_by"] | undefined, + verified_at?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate min on columns */ +["emails_min_fields"]: { + __typename: "emails_min_fields", + email?: GraphQLTypes["citext"] | undefined, + profile_id?: number | undefined, + verification_code?: GraphQLTypes["uuid"] | undefined, + verified_at?: GraphQLTypes["timestamp"] | undefined +}; + /** order by min() on columns of table "emails" */ +["emails_min_order_by"]: { + email?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + verification_code?: GraphQLTypes["order_by"] | undefined, + verified_at?: GraphQLTypes["order_by"] | undefined +}; + /** response of any mutation on the table "emails" */ +["emails_mutation_response"]: { + __typename: "emails_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "emails" */ +["emails_on_conflict"]: { + constraint: GraphQLTypes["emails_constraint"], + update_columns: Array, + where?: GraphQLTypes["emails_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "emails". */ +["emails_order_by"]: { + email?: GraphQLTypes["order_by"] | undefined, + primary?: GraphQLTypes["order_by"] | undefined, + profile?: GraphQLTypes["profiles_order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + verification_code?: GraphQLTypes["order_by"] | undefined, + verified_at?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: emails */ +["emails_pk_columns_input"]: { + email: GraphQLTypes["citext"], + profile_id: number +}; + /** select columns of table "emails" */ +["emails_select_column"]: emails_select_column; + /** select "emails_aggregate_bool_exp_bool_and_arguments_columns" columns of table "emails" */ +["emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns"]: emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns; + /** select "emails_aggregate_bool_exp_bool_or_arguments_columns" columns of table "emails" */ +["emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns"]: emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns; + /** input type for updating data in table "emails" */ +["emails_set_input"]: { + email?: GraphQLTypes["citext"] | undefined, + primary?: boolean | undefined, + profile_id?: number | undefined, + verification_code?: GraphQLTypes["uuid"] | undefined, + verified_at?: GraphQLTypes["timestamp"] | undefined +}; + /** aggregate stddev on columns */ +["emails_stddev_fields"]: { + __typename: "emails_stddev_fields", + profile_id?: number | undefined +}; + /** order by stddev() on columns of table "emails" */ +["emails_stddev_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate stddev_pop on columns */ +["emails_stddev_pop_fields"]: { + __typename: "emails_stddev_pop_fields", + profile_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "emails" */ +["emails_stddev_pop_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate stddev_samp on columns */ +["emails_stddev_samp_fields"]: { + __typename: "emails_stddev_samp_fields", + profile_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "emails" */ +["emails_stddev_samp_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** Streaming cursor of the table "emails" */ +["emails_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["emails_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["emails_stream_cursor_value_input"]: { + email?: GraphQLTypes["citext"] | undefined, + primary?: boolean | undefined, + profile_id?: number | undefined, + verification_code?: GraphQLTypes["uuid"] | undefined, + verified_at?: GraphQLTypes["timestamp"] | undefined +}; + /** aggregate sum on columns */ +["emails_sum_fields"]: { + __typename: "emails_sum_fields", + profile_id?: number | undefined +}; + /** order by sum() on columns of table "emails" */ +["emails_sum_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** update columns of table "emails" */ +["emails_update_column"]: emails_update_column; + ["emails_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["emails_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["emails_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["emails_bool_exp"] +}; + /** aggregate var_pop on columns */ +["emails_var_pop_fields"]: { + __typename: "emails_var_pop_fields", + profile_id?: number | undefined +}; + /** order by var_pop() on columns of table "emails" */ +["emails_var_pop_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate var_samp on columns */ +["emails_var_samp_fields"]: { + __typename: "emails_var_samp_fields", + profile_id?: number | undefined +}; + /** order by var_samp() on columns of table "emails" */ +["emails_var_samp_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate variance on columns */ +["emails_variance_fields"]: { + __typename: "emails_variance_fields", + profile_id?: number | undefined +}; + /** order by variance() on columns of table "emails" */ +["emails_variance_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined }; /** columns and relationships of "epoch_pgive_data" */ ["epoch_pgive_data"]: { @@ -49400,6 +66696,10 @@ export type GraphQLTypes = { ["epochs"]: { __typename: "epochs", /** An array relationship */ + activities: Array, + /** An aggregate relationship */ + activities_aggregate: GraphQLTypes["activities_aggregate"], + /** An array relationship */ burns: Array, /** An aggregate relationship */ burns_aggregate: GraphQLTypes["burns_aggregate"], @@ -49407,6 +66707,7 @@ export type GraphQLTypes = { circle?: GraphQLTypes["circles"] | undefined, circle_id: number, created_at: GraphQLTypes["timestamp"], + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, /** An array relationship */ @@ -49420,7 +66721,15 @@ export type GraphQLTypes = { /** An aggregate relationship */ epoch_pending_token_gifts_aggregate: GraphQLTypes["pending_token_gifts_aggregate"], grant: GraphQLTypes["numeric"], + /** An array relationship */ + histories: Array, + /** An aggregate relationship */ + histories_aggregate: GraphQLTypes["histories_aggregate"], id: GraphQLTypes["bigint"], + /** An array relationship */ + member_epoch_pgives: Array, + /** An aggregate relationship */ + member_epoch_pgives_aggregate: GraphQLTypes["member_epoch_pgives_aggregate"], notified_before_end?: GraphQLTypes["timestamp"] | undefined, notified_end?: GraphQLTypes["timestamp"] | undefined, notified_start?: GraphQLTypes["timestamp"] | undefined, @@ -49510,6 +66819,7 @@ export type GraphQLTypes = { ["epochs_avg_fields"]: { __typename: "epochs_avg_fields", circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -49521,6 +66831,7 @@ export type GraphQLTypes = { /** order by avg() on columns of table "epoches" */ ["epochs_avg_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, grant?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, @@ -49534,11 +66845,14 @@ export type GraphQLTypes = { _and?: Array | undefined, _not?: GraphQLTypes["epochs_bool_exp"] | undefined, _or?: Array | undefined, + activities?: GraphQLTypes["activities_bool_exp"] | undefined, + activities_aggregate?: GraphQLTypes["activities_aggregate_bool_exp"] | undefined, burns?: GraphQLTypes["burns_bool_exp"] | undefined, burns_aggregate?: GraphQLTypes["burns_aggregate_bool_exp"] | undefined, circle?: GraphQLTypes["circles_bool_exp"] | undefined, circle_id?: GraphQLTypes["Int_comparison_exp"] | undefined, created_at?: GraphQLTypes["timestamp_comparison_exp"] | undefined, + created_by?: GraphQLTypes["Int_comparison_exp"] | undefined, days?: GraphQLTypes["Int_comparison_exp"] | undefined, description?: GraphQLTypes["String_comparison_exp"] | undefined, distributions?: GraphQLTypes["distributions_bool_exp"] | undefined, @@ -49548,7 +66862,11 @@ export type GraphQLTypes = { epoch_pending_token_gifts?: GraphQLTypes["pending_token_gifts_bool_exp"] | undefined, epoch_pending_token_gifts_aggregate?: GraphQLTypes["pending_token_gifts_aggregate_bool_exp"] | undefined, grant?: GraphQLTypes["numeric_comparison_exp"] | undefined, + histories?: GraphQLTypes["histories_bool_exp"] | undefined, + histories_aggregate?: GraphQLTypes["histories_aggregate_bool_exp"] | undefined, id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + member_epoch_pgives?: GraphQLTypes["member_epoch_pgives_bool_exp"] | undefined, + member_epoch_pgives_aggregate?: GraphQLTypes["member_epoch_pgives_aggregate_bool_exp"] | undefined, notified_before_end?: GraphQLTypes["timestamp_comparison_exp"] | undefined, notified_end?: GraphQLTypes["timestamp_comparison_exp"] | undefined, notified_start?: GraphQLTypes["timestamp_comparison_exp"] | undefined, @@ -49580,6 +66898,7 @@ export type GraphQLTypes = { /** input type for incrementing numeric columns in table "epoches" */ ["epochs_inc_input"]: { circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: GraphQLTypes["numeric"] | undefined, id?: GraphQLTypes["bigint"] | undefined, @@ -49590,10 +66909,12 @@ export type GraphQLTypes = { }; /** input type for inserting data into table "epoches" */ ["epochs_insert_input"]: { - burns?: GraphQLTypes["burns_arr_rel_insert_input"] | undefined, + activities?: GraphQLTypes["activities_arr_rel_insert_input"] | undefined, + burns?: GraphQLTypes["burns_arr_rel_insert_input"] | undefined, circle?: GraphQLTypes["circles_obj_rel_insert_input"] | undefined, circle_id?: number | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, distributions?: GraphQLTypes["distributions_arr_rel_insert_input"] | undefined, @@ -49601,7 +66922,9 @@ export type GraphQLTypes = { ended?: boolean | undefined, epoch_pending_token_gifts?: GraphQLTypes["pending_token_gifts_arr_rel_insert_input"] | undefined, grant?: GraphQLTypes["numeric"] | undefined, + histories?: GraphQLTypes["histories_arr_rel_insert_input"] | undefined, id?: GraphQLTypes["bigint"] | undefined, + member_epoch_pgives?: GraphQLTypes["member_epoch_pgives_arr_rel_insert_input"] | undefined, notified_before_end?: GraphQLTypes["timestamp"] | undefined, notified_end?: GraphQLTypes["timestamp"] | undefined, notified_start?: GraphQLTypes["timestamp"] | undefined, @@ -49620,6 +66943,7 @@ export type GraphQLTypes = { __typename: "epochs_max_fields", circle_id?: number | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, end_date?: GraphQLTypes["timestamptz"] | undefined, @@ -49639,6 +66963,7 @@ export type GraphQLTypes = { ["epochs_max_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, created_at?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, description?: GraphQLTypes["order_by"] | undefined, end_date?: GraphQLTypes["order_by"] | undefined, @@ -49659,6 +66984,7 @@ export type GraphQLTypes = { __typename: "epochs_min_fields", circle_id?: number | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, end_date?: GraphQLTypes["timestamptz"] | undefined, @@ -49678,6 +67004,7 @@ export type GraphQLTypes = { ["epochs_min_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, created_at?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, description?: GraphQLTypes["order_by"] | undefined, end_date?: GraphQLTypes["order_by"] | undefined, @@ -49715,10 +67042,12 @@ export type GraphQLTypes = { }; /** Ordering options when selecting data from "epoches". */ ["epochs_order_by"]: { - burns_aggregate?: GraphQLTypes["burns_aggregate_order_by"] | undefined, + activities_aggregate?: GraphQLTypes["activities_aggregate_order_by"] | undefined, + burns_aggregate?: GraphQLTypes["burns_aggregate_order_by"] | undefined, circle?: GraphQLTypes["circles_order_by"] | undefined, circle_id?: GraphQLTypes["order_by"] | undefined, created_at?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, description?: GraphQLTypes["order_by"] | undefined, distributions_aggregate?: GraphQLTypes["distributions_aggregate_order_by"] | undefined, @@ -49726,7 +67055,9 @@ export type GraphQLTypes = { ended?: GraphQLTypes["order_by"] | undefined, epoch_pending_token_gifts_aggregate?: GraphQLTypes["pending_token_gifts_aggregate_order_by"] | undefined, grant?: GraphQLTypes["order_by"] | undefined, + histories_aggregate?: GraphQLTypes["histories_aggregate_order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + member_epoch_pgives_aggregate?: GraphQLTypes["member_epoch_pgives_aggregate_order_by"] | undefined, notified_before_end?: GraphQLTypes["order_by"] | undefined, notified_end?: GraphQLTypes["order_by"] | undefined, notified_start?: GraphQLTypes["order_by"] | undefined, @@ -49758,6 +67089,7 @@ export type GraphQLTypes = { ["epochs_set_input"]: { circle_id?: number | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, end_date?: GraphQLTypes["timestamptz"] | undefined, @@ -49779,6 +67111,7 @@ export type GraphQLTypes = { ["epochs_stddev_fields"]: { __typename: "epochs_stddev_fields", circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -49790,6 +67123,7 @@ export type GraphQLTypes = { /** order by stddev() on columns of table "epoches" */ ["epochs_stddev_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, grant?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, @@ -49802,6 +67136,7 @@ export type GraphQLTypes = { ["epochs_stddev_pop_fields"]: { __typename: "epochs_stddev_pop_fields", circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -49813,6 +67148,7 @@ export type GraphQLTypes = { /** order by stddev_pop() on columns of table "epoches" */ ["epochs_stddev_pop_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, grant?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, @@ -49825,6 +67161,7 @@ export type GraphQLTypes = { ["epochs_stddev_samp_fields"]: { __typename: "epochs_stddev_samp_fields", circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -49836,6 +67173,7 @@ export type GraphQLTypes = { /** order by stddev_samp() on columns of table "epoches" */ ["epochs_stddev_samp_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, grant?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, @@ -49855,6 +67193,7 @@ export type GraphQLTypes = { ["epochs_stream_cursor_value_input"]: { circle_id?: number | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, + created_by?: number | undefined, days?: number | undefined, description?: string | undefined, end_date?: GraphQLTypes["timestamptz"] | undefined, @@ -49876,6 +67215,7 @@ export type GraphQLTypes = { ["epochs_sum_fields"]: { __typename: "epochs_sum_fields", circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: GraphQLTypes["numeric"] | undefined, id?: GraphQLTypes["bigint"] | undefined, @@ -49887,6 +67227,7 @@ export type GraphQLTypes = { /** order by sum() on columns of table "epoches" */ ["epochs_sum_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, grant?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, @@ -49919,6 +67260,7 @@ export type GraphQLTypes = { ["epochs_var_pop_fields"]: { __typename: "epochs_var_pop_fields", circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -49930,6 +67272,7 @@ export type GraphQLTypes = { /** order by var_pop() on columns of table "epoches" */ ["epochs_var_pop_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, grant?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, @@ -49942,6 +67285,7 @@ export type GraphQLTypes = { ["epochs_var_samp_fields"]: { __typename: "epochs_var_samp_fields", circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -49953,6 +67297,7 @@ export type GraphQLTypes = { /** order by var_samp() on columns of table "epoches" */ ["epochs_var_samp_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, grant?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, @@ -49965,6 +67310,7 @@ export type GraphQLTypes = { ["epochs_variance_fields"]: { __typename: "epochs_variance_fields", circle_id?: number | undefined, + created_by?: number | undefined, days?: number | undefined, grant?: number | undefined, id?: number | undefined, @@ -49976,6 +67322,7 @@ export type GraphQLTypes = { /** order by variance() on columns of table "epoches" */ ["epochs_variance_order_by"]: { circle_id?: GraphQLTypes["order_by"] | undefined, + created_by?: GraphQLTypes["order_by"] | undefined, days?: GraphQLTypes["order_by"] | undefined, grant?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, @@ -49983,6 +67330,19 @@ export type GraphQLTypes = { regift_days?: GraphQLTypes["order_by"] | undefined, repeat?: GraphQLTypes["order_by"] | undefined, repeat_day_of_month?: GraphQLTypes["order_by"] | undefined +}; + ["float8"]: "scalar" & { name: "float8" }; + /** Boolean expression to compare columns of type "float8". All fields are combined with logical 'AND'. */ +["float8_comparison_exp"]: { + _eq?: GraphQLTypes["float8"] | undefined, + _gt?: GraphQLTypes["float8"] | undefined, + _gte?: GraphQLTypes["float8"] | undefined, + _in?: Array | undefined, + _is_null?: boolean | undefined, + _lt?: GraphQLTypes["float8"] | undefined, + _lte?: GraphQLTypes["float8"] | undefined, + _neq?: GraphQLTypes["float8"] | undefined, + _nin?: Array | undefined }; /** columns and relationships of "gift_private" */ ["gift_private"]: { @@ -50190,6 +67550,15 @@ export type GraphQLTypes = { __typename: "histories_aggregate", aggregate?: GraphQLTypes["histories_aggregate_fields"] | undefined, nodes: Array +}; + ["histories_aggregate_bool_exp"]: { + count?: GraphQLTypes["histories_aggregate_bool_exp_count"] | undefined +}; + ["histories_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: GraphQLTypes["histories_bool_exp"] | undefined, + predicate: GraphQLTypes["Int_comparison_exp"] }; /** aggregate fields of "histories" */ ["histories_aggregate_fields"]: { @@ -50205,6 +67574,26 @@ export type GraphQLTypes = { var_pop?: GraphQLTypes["histories_var_pop_fields"] | undefined, var_samp?: GraphQLTypes["histories_var_samp_fields"] | undefined, variance?: GraphQLTypes["histories_variance_fields"] | undefined +}; + /** order by aggregate values of table "histories" */ +["histories_aggregate_order_by"]: { + avg?: GraphQLTypes["histories_avg_order_by"] | undefined, + count?: GraphQLTypes["order_by"] | undefined, + max?: GraphQLTypes["histories_max_order_by"] | undefined, + min?: GraphQLTypes["histories_min_order_by"] | undefined, + stddev?: GraphQLTypes["histories_stddev_order_by"] | undefined, + stddev_pop?: GraphQLTypes["histories_stddev_pop_order_by"] | undefined, + stddev_samp?: GraphQLTypes["histories_stddev_samp_order_by"] | undefined, + sum?: GraphQLTypes["histories_sum_order_by"] | undefined, + var_pop?: GraphQLTypes["histories_var_pop_order_by"] | undefined, + var_samp?: GraphQLTypes["histories_var_samp_order_by"] | undefined, + variance?: GraphQLTypes["histories_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "histories" */ +["histories_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: GraphQLTypes["histories_on_conflict"] | undefined }; /** aggregate avg on columns */ ["histories_avg_fields"]: { @@ -50213,6 +67602,13 @@ export type GraphQLTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by avg() on columns of table "histories" */ +["histories_avg_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** Boolean expression to filter rows from the table "histories". All fields are combined with a logical 'AND'. */ ["histories_bool_exp"]: { @@ -50262,6 +67658,16 @@ export type GraphQLTypes = { id?: GraphQLTypes["bigint"] | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined, user_id?: number | undefined +}; + /** order by max() on columns of table "histories" */ +["histories_max_order_by"]: { + bio?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate min on columns */ ["histories_min_fields"]: { @@ -50273,6 +67679,16 @@ export type GraphQLTypes = { id?: GraphQLTypes["bigint"] | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined, user_id?: number | undefined +}; + /** order by min() on columns of table "histories" */ +["histories_min_order_by"]: { + bio?: GraphQLTypes["order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** response of any mutation on the table "histories" */ ["histories_mutation_response"]: { @@ -50324,6 +67740,13 @@ export type GraphQLTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev() on columns of table "histories" */ +["histories_stddev_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate stddev_pop on columns */ ["histories_stddev_pop_fields"]: { @@ -50332,6 +67755,13 @@ export type GraphQLTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "histories" */ +["histories_stddev_pop_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate stddev_samp on columns */ ["histories_stddev_samp_fields"]: { @@ -50340,6 +67770,13 @@ export type GraphQLTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "histories" */ +["histories_stddev_samp_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** Streaming cursor of the table "histories" */ ["histories_stream_cursor_input"]: { @@ -50365,6 +67802,13 @@ export type GraphQLTypes = { epoch_id?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, user_id?: number | undefined +}; + /** order by sum() on columns of table "histories" */ +["histories_sum_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** update columns of table "histories" */ ["histories_update_column"]: histories_update_column; @@ -50383,6 +67827,13 @@ export type GraphQLTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by var_pop() on columns of table "histories" */ +["histories_var_pop_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate var_samp on columns */ ["histories_var_samp_fields"]: { @@ -50391,6 +67842,13 @@ export type GraphQLTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by var_samp() on columns of table "histories" */ +["histories_var_samp_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate variance on columns */ ["histories_variance_fields"]: { @@ -50399,6 +67857,13 @@ export type GraphQLTypes = { epoch_id?: number | undefined, id?: number | undefined, user_id?: number | undefined +}; + /** order by variance() on columns of table "histories" */ +["histories_variance_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** columns and relationships of "interaction_events" */ ["interaction_events"]: { @@ -50715,6 +68180,480 @@ export type GraphQLTypes = { _lte?: GraphQLTypes["jsonb"] | undefined, _neq?: GraphQLTypes["jsonb"] | undefined, _nin?: Array | undefined +}; + /** tracks the amount of keys an address holds in a given subject. updated with data from the key_tx table */ +["key_holders"]: { + __typename: "key_holders", + address: GraphQLTypes["citext"], + /** An object relationship */ + address_cosoul?: GraphQLTypes["cosouls"] | undefined, + amount: number, + subject: GraphQLTypes["citext"], + /** An object relationship */ + subject_cosoul?: GraphQLTypes["cosouls"] | undefined, + updated_at: GraphQLTypes["timestamptz"] +}; + /** aggregated selection of "key_holders" */ +["key_holders_aggregate"]: { + __typename: "key_holders_aggregate", + aggregate?: GraphQLTypes["key_holders_aggregate_fields"] | undefined, + nodes: Array +}; + ["key_holders_aggregate_bool_exp"]: { + count?: GraphQLTypes["key_holders_aggregate_bool_exp_count"] | undefined +}; + ["key_holders_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: GraphQLTypes["key_holders_bool_exp"] | undefined, + predicate: GraphQLTypes["Int_comparison_exp"] +}; + /** aggregate fields of "key_holders" */ +["key_holders_aggregate_fields"]: { + __typename: "key_holders_aggregate_fields", + avg?: GraphQLTypes["key_holders_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["key_holders_max_fields"] | undefined, + min?: GraphQLTypes["key_holders_min_fields"] | undefined, + stddev?: GraphQLTypes["key_holders_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["key_holders_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["key_holders_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["key_holders_sum_fields"] | undefined, + var_pop?: GraphQLTypes["key_holders_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["key_holders_var_samp_fields"] | undefined, + variance?: GraphQLTypes["key_holders_variance_fields"] | undefined +}; + /** order by aggregate values of table "key_holders" */ +["key_holders_aggregate_order_by"]: { + avg?: GraphQLTypes["key_holders_avg_order_by"] | undefined, + count?: GraphQLTypes["order_by"] | undefined, + max?: GraphQLTypes["key_holders_max_order_by"] | undefined, + min?: GraphQLTypes["key_holders_min_order_by"] | undefined, + stddev?: GraphQLTypes["key_holders_stddev_order_by"] | undefined, + stddev_pop?: GraphQLTypes["key_holders_stddev_pop_order_by"] | undefined, + stddev_samp?: GraphQLTypes["key_holders_stddev_samp_order_by"] | undefined, + sum?: GraphQLTypes["key_holders_sum_order_by"] | undefined, + var_pop?: GraphQLTypes["key_holders_var_pop_order_by"] | undefined, + var_samp?: GraphQLTypes["key_holders_var_samp_order_by"] | undefined, + variance?: GraphQLTypes["key_holders_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "key_holders" */ +["key_holders_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: GraphQLTypes["key_holders_on_conflict"] | undefined +}; + /** aggregate avg on columns */ +["key_holders_avg_fields"]: { + __typename: "key_holders_avg_fields", + amount?: number | undefined +}; + /** order by avg() on columns of table "key_holders" */ +["key_holders_avg_order_by"]: { + amount?: GraphQLTypes["order_by"] | undefined +}; + /** Boolean expression to filter rows from the table "key_holders". All fields are combined with a logical 'AND'. */ +["key_holders_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["key_holders_bool_exp"] | undefined, + _or?: Array | undefined, + address?: GraphQLTypes["citext_comparison_exp"] | undefined, + address_cosoul?: GraphQLTypes["cosouls_bool_exp"] | undefined, + amount?: GraphQLTypes["Int_comparison_exp"] | undefined, + subject?: GraphQLTypes["citext_comparison_exp"] | undefined, + subject_cosoul?: GraphQLTypes["cosouls_bool_exp"] | undefined, + updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "key_holders" */ +["key_holders_constraint"]: key_holders_constraint; + /** input type for incrementing numeric columns in table "key_holders" */ +["key_holders_inc_input"]: { + amount?: number | undefined +}; + /** input type for inserting data into table "key_holders" */ +["key_holders_insert_input"]: { + address?: GraphQLTypes["citext"] | undefined, + address_cosoul?: GraphQLTypes["cosouls_obj_rel_insert_input"] | undefined, + amount?: number | undefined, + subject?: GraphQLTypes["citext"] | undefined, + subject_cosoul?: GraphQLTypes["cosouls_obj_rel_insert_input"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["key_holders_max_fields"]: { + __typename: "key_holders_max_fields", + address?: GraphQLTypes["citext"] | undefined, + amount?: number | undefined, + subject?: GraphQLTypes["citext"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** order by max() on columns of table "key_holders" */ +["key_holders_max_order_by"]: { + address?: GraphQLTypes["order_by"] | undefined, + amount?: GraphQLTypes["order_by"] | undefined, + subject?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate min on columns */ +["key_holders_min_fields"]: { + __typename: "key_holders_min_fields", + address?: GraphQLTypes["citext"] | undefined, + amount?: number | undefined, + subject?: GraphQLTypes["citext"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** order by min() on columns of table "key_holders" */ +["key_holders_min_order_by"]: { + address?: GraphQLTypes["order_by"] | undefined, + amount?: GraphQLTypes["order_by"] | undefined, + subject?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** response of any mutation on the table "key_holders" */ +["key_holders_mutation_response"]: { + __typename: "key_holders_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "key_holders" */ +["key_holders_on_conflict"]: { + constraint: GraphQLTypes["key_holders_constraint"], + update_columns: Array, + where?: GraphQLTypes["key_holders_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "key_holders". */ +["key_holders_order_by"]: { + address?: GraphQLTypes["order_by"] | undefined, + address_cosoul?: GraphQLTypes["cosouls_order_by"] | undefined, + amount?: GraphQLTypes["order_by"] | undefined, + subject?: GraphQLTypes["order_by"] | undefined, + subject_cosoul?: GraphQLTypes["cosouls_order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: key_holders */ +["key_holders_pk_columns_input"]: { + address: GraphQLTypes["citext"], + subject: GraphQLTypes["citext"] +}; + /** select columns of table "key_holders" */ +["key_holders_select_column"]: key_holders_select_column; + /** input type for updating data in table "key_holders" */ +["key_holders_set_input"]: { + address?: GraphQLTypes["citext"] | undefined, + amount?: number | undefined, + subject?: GraphQLTypes["citext"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate stddev on columns */ +["key_holders_stddev_fields"]: { + __typename: "key_holders_stddev_fields", + amount?: number | undefined +}; + /** order by stddev() on columns of table "key_holders" */ +["key_holders_stddev_order_by"]: { + amount?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate stddev_pop on columns */ +["key_holders_stddev_pop_fields"]: { + __typename: "key_holders_stddev_pop_fields", + amount?: number | undefined +}; + /** order by stddev_pop() on columns of table "key_holders" */ +["key_holders_stddev_pop_order_by"]: { + amount?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate stddev_samp on columns */ +["key_holders_stddev_samp_fields"]: { + __typename: "key_holders_stddev_samp_fields", + amount?: number | undefined +}; + /** order by stddev_samp() on columns of table "key_holders" */ +["key_holders_stddev_samp_order_by"]: { + amount?: GraphQLTypes["order_by"] | undefined +}; + /** Streaming cursor of the table "key_holders" */ +["key_holders_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["key_holders_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["key_holders_stream_cursor_value_input"]: { + address?: GraphQLTypes["citext"] | undefined, + amount?: number | undefined, + subject?: GraphQLTypes["citext"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate sum on columns */ +["key_holders_sum_fields"]: { + __typename: "key_holders_sum_fields", + amount?: number | undefined +}; + /** order by sum() on columns of table "key_holders" */ +["key_holders_sum_order_by"]: { + amount?: GraphQLTypes["order_by"] | undefined +}; + /** update columns of table "key_holders" */ +["key_holders_update_column"]: key_holders_update_column; + ["key_holders_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["key_holders_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["key_holders_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["key_holders_bool_exp"] +}; + /** aggregate var_pop on columns */ +["key_holders_var_pop_fields"]: { + __typename: "key_holders_var_pop_fields", + amount?: number | undefined +}; + /** order by var_pop() on columns of table "key_holders" */ +["key_holders_var_pop_order_by"]: { + amount?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate var_samp on columns */ +["key_holders_var_samp_fields"]: { + __typename: "key_holders_var_samp_fields", + amount?: number | undefined +}; + /** order by var_samp() on columns of table "key_holders" */ +["key_holders_var_samp_order_by"]: { + amount?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate variance on columns */ +["key_holders_variance_fields"]: { + __typename: "key_holders_variance_fields", + amount?: number | undefined +}; + /** order by variance() on columns of table "key_holders" */ +["key_holders_variance_order_by"]: { + amount?: GraphQLTypes["order_by"] | undefined +}; + /** columns and relationships of "key_tx" */ +["key_tx"]: { + __typename: "key_tx", + buy: boolean, + created_at: GraphQLTypes["timestamptz"], + eth_amount: string, + protocol_fee_amount: string, + share_amount: string, + subject: GraphQLTypes["citext"], + subject_fee_amount: string, + /** An object relationship */ + subject_profile?: GraphQLTypes["profiles_public"] | undefined, + supply: GraphQLTypes["numeric"], + trader: GraphQLTypes["citext"], + /** An object relationship */ + trader_profile?: GraphQLTypes["profiles_public"] | undefined, + tx_hash: GraphQLTypes["citext"] +}; + /** aggregated selection of "key_tx" */ +["key_tx_aggregate"]: { + __typename: "key_tx_aggregate", + aggregate?: GraphQLTypes["key_tx_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "key_tx" */ +["key_tx_aggregate_fields"]: { + __typename: "key_tx_aggregate_fields", + avg?: GraphQLTypes["key_tx_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["key_tx_max_fields"] | undefined, + min?: GraphQLTypes["key_tx_min_fields"] | undefined, + stddev?: GraphQLTypes["key_tx_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["key_tx_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["key_tx_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["key_tx_sum_fields"] | undefined, + var_pop?: GraphQLTypes["key_tx_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["key_tx_var_samp_fields"] | undefined, + variance?: GraphQLTypes["key_tx_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["key_tx_avg_fields"]: { + __typename: "key_tx_avg_fields", + supply?: number | undefined +}; + /** Boolean expression to filter rows from the table "key_tx". All fields are combined with a logical 'AND'. */ +["key_tx_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["key_tx_bool_exp"] | undefined, + _or?: Array | undefined, + buy?: GraphQLTypes["Boolean_comparison_exp"] | undefined, + created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + eth_amount?: GraphQLTypes["String_comparison_exp"] | undefined, + protocol_fee_amount?: GraphQLTypes["String_comparison_exp"] | undefined, + share_amount?: GraphQLTypes["String_comparison_exp"] | undefined, + subject?: GraphQLTypes["citext_comparison_exp"] | undefined, + subject_fee_amount?: GraphQLTypes["String_comparison_exp"] | undefined, + subject_profile?: GraphQLTypes["profiles_public_bool_exp"] | undefined, + supply?: GraphQLTypes["numeric_comparison_exp"] | undefined, + trader?: GraphQLTypes["citext_comparison_exp"] | undefined, + trader_profile?: GraphQLTypes["profiles_public_bool_exp"] | undefined, + tx_hash?: GraphQLTypes["citext_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "key_tx" */ +["key_tx_constraint"]: key_tx_constraint; + /** input type for incrementing numeric columns in table "key_tx" */ +["key_tx_inc_input"]: { + supply?: GraphQLTypes["numeric"] | undefined +}; + /** input type for inserting data into table "key_tx" */ +["key_tx_insert_input"]: { + buy?: boolean | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + eth_amount?: string | undefined, + protocol_fee_amount?: string | undefined, + share_amount?: string | undefined, + subject?: GraphQLTypes["citext"] | undefined, + subject_fee_amount?: string | undefined, + subject_profile?: GraphQLTypes["profiles_public_obj_rel_insert_input"] | undefined, + supply?: GraphQLTypes["numeric"] | undefined, + trader?: GraphQLTypes["citext"] | undefined, + trader_profile?: GraphQLTypes["profiles_public_obj_rel_insert_input"] | undefined, + tx_hash?: GraphQLTypes["citext"] | undefined +}; + /** aggregate max on columns */ +["key_tx_max_fields"]: { + __typename: "key_tx_max_fields", + created_at?: GraphQLTypes["timestamptz"] | undefined, + eth_amount?: string | undefined, + protocol_fee_amount?: string | undefined, + share_amount?: string | undefined, + subject?: GraphQLTypes["citext"] | undefined, + subject_fee_amount?: string | undefined, + supply?: GraphQLTypes["numeric"] | undefined, + trader?: GraphQLTypes["citext"] | undefined, + tx_hash?: GraphQLTypes["citext"] | undefined +}; + /** aggregate min on columns */ +["key_tx_min_fields"]: { + __typename: "key_tx_min_fields", + created_at?: GraphQLTypes["timestamptz"] | undefined, + eth_amount?: string | undefined, + protocol_fee_amount?: string | undefined, + share_amount?: string | undefined, + subject?: GraphQLTypes["citext"] | undefined, + subject_fee_amount?: string | undefined, + supply?: GraphQLTypes["numeric"] | undefined, + trader?: GraphQLTypes["citext"] | undefined, + tx_hash?: GraphQLTypes["citext"] | undefined +}; + /** response of any mutation on the table "key_tx" */ +["key_tx_mutation_response"]: { + __typename: "key_tx_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "key_tx" */ +["key_tx_on_conflict"]: { + constraint: GraphQLTypes["key_tx_constraint"], + update_columns: Array, + where?: GraphQLTypes["key_tx_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "key_tx". */ +["key_tx_order_by"]: { + buy?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + eth_amount?: GraphQLTypes["order_by"] | undefined, + protocol_fee_amount?: GraphQLTypes["order_by"] | undefined, + share_amount?: GraphQLTypes["order_by"] | undefined, + subject?: GraphQLTypes["order_by"] | undefined, + subject_fee_amount?: GraphQLTypes["order_by"] | undefined, + subject_profile?: GraphQLTypes["profiles_public_order_by"] | undefined, + supply?: GraphQLTypes["order_by"] | undefined, + trader?: GraphQLTypes["order_by"] | undefined, + trader_profile?: GraphQLTypes["profiles_public_order_by"] | undefined, + tx_hash?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: key_tx */ +["key_tx_pk_columns_input"]: { + tx_hash: GraphQLTypes["citext"] +}; + /** select columns of table "key_tx" */ +["key_tx_select_column"]: key_tx_select_column; + /** input type for updating data in table "key_tx" */ +["key_tx_set_input"]: { + buy?: boolean | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + eth_amount?: string | undefined, + protocol_fee_amount?: string | undefined, + share_amount?: string | undefined, + subject?: GraphQLTypes["citext"] | undefined, + subject_fee_amount?: string | undefined, + supply?: GraphQLTypes["numeric"] | undefined, + trader?: GraphQLTypes["citext"] | undefined, + tx_hash?: GraphQLTypes["citext"] | undefined +}; + /** aggregate stddev on columns */ +["key_tx_stddev_fields"]: { + __typename: "key_tx_stddev_fields", + supply?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["key_tx_stddev_pop_fields"]: { + __typename: "key_tx_stddev_pop_fields", + supply?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["key_tx_stddev_samp_fields"]: { + __typename: "key_tx_stddev_samp_fields", + supply?: number | undefined +}; + /** Streaming cursor of the table "key_tx" */ +["key_tx_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["key_tx_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["key_tx_stream_cursor_value_input"]: { + buy?: boolean | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + eth_amount?: string | undefined, + protocol_fee_amount?: string | undefined, + share_amount?: string | undefined, + subject?: GraphQLTypes["citext"] | undefined, + subject_fee_amount?: string | undefined, + supply?: GraphQLTypes["numeric"] | undefined, + trader?: GraphQLTypes["citext"] | undefined, + tx_hash?: GraphQLTypes["citext"] | undefined +}; + /** aggregate sum on columns */ +["key_tx_sum_fields"]: { + __typename: "key_tx_sum_fields", + supply?: GraphQLTypes["numeric"] | undefined +}; + /** update columns of table "key_tx" */ +["key_tx_update_column"]: key_tx_update_column; + ["key_tx_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["key_tx_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["key_tx_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["key_tx_bool_exp"] +}; + /** aggregate var_pop on columns */ +["key_tx_var_pop_fields"]: { + __typename: "key_tx_var_pop_fields", + supply?: number | undefined +}; + /** aggregate var_samp on columns */ +["key_tx_var_samp_fields"]: { + __typename: "key_tx_var_samp_fields", + supply?: number | undefined +}; + /** aggregate variance on columns */ +["key_tx_variance_fields"]: { + __typename: "key_tx_variance_fields", + supply?: number | undefined }; /** columns and relationships of "locked_token_distribution_gifts" */ ["locked_token_distribution_gifts"]: { @@ -51292,10 +69231,163 @@ export type GraphQLTypes = { gift_amount?: number | undefined, id?: number | undefined, token_decimals?: number | undefined +}; + /** columns and relationships of "member_circle_pgives" */ +["member_circle_pgives"]: { + __typename: "member_circle_pgives", + /** An object relationship */ + circle?: GraphQLTypes["circles"] | undefined, + circle_id?: number | undefined, + epochs?: GraphQLTypes["bigint"] | undefined, + pgive?: GraphQLTypes["numeric"] | undefined, + /** An object relationship */ + user?: GraphQLTypes["users"] | undefined, + user_id?: number | undefined +}; + /** aggregated selection of "member_circle_pgives" */ +["member_circle_pgives_aggregate"]: { + __typename: "member_circle_pgives_aggregate", + aggregate?: GraphQLTypes["member_circle_pgives_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "member_circle_pgives" */ +["member_circle_pgives_aggregate_fields"]: { + __typename: "member_circle_pgives_aggregate_fields", + avg?: GraphQLTypes["member_circle_pgives_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["member_circle_pgives_max_fields"] | undefined, + min?: GraphQLTypes["member_circle_pgives_min_fields"] | undefined, + stddev?: GraphQLTypes["member_circle_pgives_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["member_circle_pgives_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["member_circle_pgives_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["member_circle_pgives_sum_fields"] | undefined, + var_pop?: GraphQLTypes["member_circle_pgives_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["member_circle_pgives_var_samp_fields"] | undefined, + variance?: GraphQLTypes["member_circle_pgives_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["member_circle_pgives_avg_fields"]: { + __typename: "member_circle_pgives_avg_fields", + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "member_circle_pgives". All fields are combined with a logical 'AND'. */ +["member_circle_pgives_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["member_circle_pgives_bool_exp"] | undefined, + _or?: Array | undefined, + circle?: GraphQLTypes["circles_bool_exp"] | undefined, + circle_id?: GraphQLTypes["Int_comparison_exp"] | undefined, + epochs?: GraphQLTypes["bigint_comparison_exp"] | undefined, + pgive?: GraphQLTypes["numeric_comparison_exp"] | undefined, + user?: GraphQLTypes["users_bool_exp"] | undefined, + user_id?: GraphQLTypes["Int_comparison_exp"] | undefined +}; + /** aggregate max on columns */ +["member_circle_pgives_max_fields"]: { + __typename: "member_circle_pgives_max_fields", + circle_id?: number | undefined, + epochs?: GraphQLTypes["bigint"] | undefined, + pgive?: GraphQLTypes["numeric"] | undefined, + user_id?: number | undefined +}; + /** aggregate min on columns */ +["member_circle_pgives_min_fields"]: { + __typename: "member_circle_pgives_min_fields", + circle_id?: number | undefined, + epochs?: GraphQLTypes["bigint"] | undefined, + pgive?: GraphQLTypes["numeric"] | undefined, + user_id?: number | undefined +}; + /** Ordering options when selecting data from "member_circle_pgives". */ +["member_circle_pgives_order_by"]: { + circle?: GraphQLTypes["circles_order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + epochs?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user?: GraphQLTypes["users_order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined +}; + /** select columns of table "member_circle_pgives" */ +["member_circle_pgives_select_column"]: member_circle_pgives_select_column; + /** aggregate stddev on columns */ +["member_circle_pgives_stddev_fields"]: { + __typename: "member_circle_pgives_stddev_fields", + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["member_circle_pgives_stddev_pop_fields"]: { + __typename: "member_circle_pgives_stddev_pop_fields", + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["member_circle_pgives_stddev_samp_fields"]: { + __typename: "member_circle_pgives_stddev_samp_fields", + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** Streaming cursor of the table "member_circle_pgives" */ +["member_circle_pgives_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["member_circle_pgives_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["member_circle_pgives_stream_cursor_value_input"]: { + circle_id?: number | undefined, + epochs?: GraphQLTypes["bigint"] | undefined, + pgive?: GraphQLTypes["numeric"] | undefined, + user_id?: number | undefined +}; + /** aggregate sum on columns */ +["member_circle_pgives_sum_fields"]: { + __typename: "member_circle_pgives_sum_fields", + circle_id?: number | undefined, + epochs?: GraphQLTypes["bigint"] | undefined, + pgive?: GraphQLTypes["numeric"] | undefined, + user_id?: number | undefined +}; + /** aggregate var_pop on columns */ +["member_circle_pgives_var_pop_fields"]: { + __typename: "member_circle_pgives_var_pop_fields", + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["member_circle_pgives_var_samp_fields"]: { + __typename: "member_circle_pgives_var_samp_fields", + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined +}; + /** aggregate variance on columns */ +["member_circle_pgives_variance_fields"]: { + __typename: "member_circle_pgives_variance_fields", + circle_id?: number | undefined, + epochs?: number | undefined, + pgive?: number | undefined, + user_id?: number | undefined }; /** member allocated pgives per epoch */ ["member_epoch_pgives"]: { __typename: "member_epoch_pgives", + /** An object relationship */ + circle?: GraphQLTypes["circles"] | undefined, + circle_id?: number | undefined, created_at: GraphQLTypes["timestamptz"], /** An object relationship */ epoch: GraphQLTypes["epochs"], @@ -51304,6 +69396,9 @@ export type GraphQLTypes = { id: number, normalized_pgive: GraphQLTypes["numeric"], opt_out_bonus: GraphQLTypes["numeric"], + /** An object relationship */ + organization?: GraphQLTypes["organizations"] | undefined, + organization_id?: number | undefined, pgive: GraphQLTypes["numeric"], /** An object relationship */ user: GraphQLTypes["users"], @@ -51314,6 +69409,15 @@ export type GraphQLTypes = { __typename: "member_epoch_pgives_aggregate", aggregate?: GraphQLTypes["member_epoch_pgives_aggregate_fields"] | undefined, nodes: Array +}; + ["member_epoch_pgives_aggregate_bool_exp"]: { + count?: GraphQLTypes["member_epoch_pgives_aggregate_bool_exp_count"] | undefined +}; + ["member_epoch_pgives_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: GraphQLTypes["member_epoch_pgives_bool_exp"] | undefined, + predicate: GraphQLTypes["Int_comparison_exp"] }; /** aggregate fields of "member_epoch_pgives" */ ["member_epoch_pgives_aggregate_fields"]: { @@ -51329,23 +69433,59 @@ export type GraphQLTypes = { var_pop?: GraphQLTypes["member_epoch_pgives_var_pop_fields"] | undefined, var_samp?: GraphQLTypes["member_epoch_pgives_var_samp_fields"] | undefined, variance?: GraphQLTypes["member_epoch_pgives_variance_fields"] | undefined +}; + /** order by aggregate values of table "member_epoch_pgives" */ +["member_epoch_pgives_aggregate_order_by"]: { + avg?: GraphQLTypes["member_epoch_pgives_avg_order_by"] | undefined, + count?: GraphQLTypes["order_by"] | undefined, + max?: GraphQLTypes["member_epoch_pgives_max_order_by"] | undefined, + min?: GraphQLTypes["member_epoch_pgives_min_order_by"] | undefined, + stddev?: GraphQLTypes["member_epoch_pgives_stddev_order_by"] | undefined, + stddev_pop?: GraphQLTypes["member_epoch_pgives_stddev_pop_order_by"] | undefined, + stddev_samp?: GraphQLTypes["member_epoch_pgives_stddev_samp_order_by"] | undefined, + sum?: GraphQLTypes["member_epoch_pgives_sum_order_by"] | undefined, + var_pop?: GraphQLTypes["member_epoch_pgives_var_pop_order_by"] | undefined, + var_samp?: GraphQLTypes["member_epoch_pgives_var_samp_order_by"] | undefined, + variance?: GraphQLTypes["member_epoch_pgives_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "member_epoch_pgives" */ +["member_epoch_pgives_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: GraphQLTypes["member_epoch_pgives_on_conflict"] | undefined }; /** aggregate avg on columns */ ["member_epoch_pgives_avg_fields"]: { __typename: "member_epoch_pgives_avg_fields", + circle_id?: number | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by avg() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_avg_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + gives_received?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + normalized_pgive?: GraphQLTypes["order_by"] | undefined, + opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** Boolean expression to filter rows from the table "member_epoch_pgives". All fields are combined with a logical 'AND'. */ ["member_epoch_pgives_bool_exp"]: { _and?: Array | undefined, _not?: GraphQLTypes["member_epoch_pgives_bool_exp"] | undefined, _or?: Array | undefined, + circle?: GraphQLTypes["circles_bool_exp"] | undefined, + circle_id?: GraphQLTypes["Int_comparison_exp"] | undefined, created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, epoch?: GraphQLTypes["epochs_bool_exp"] | undefined, epoch_id?: GraphQLTypes["Int_comparison_exp"] | undefined, @@ -51353,6 +69493,8 @@ export type GraphQLTypes = { id?: GraphQLTypes["Int_comparison_exp"] | undefined, normalized_pgive?: GraphQLTypes["numeric_comparison_exp"] | undefined, opt_out_bonus?: GraphQLTypes["numeric_comparison_exp"] | undefined, + organization?: GraphQLTypes["organizations_bool_exp"] | undefined, + organization_id?: GraphQLTypes["Int_comparison_exp"] | undefined, pgive?: GraphQLTypes["numeric_comparison_exp"] | undefined, user?: GraphQLTypes["users_bool_exp"] | undefined, user_id?: GraphQLTypes["Int_comparison_exp"] | undefined @@ -51361,23 +69503,29 @@ export type GraphQLTypes = { ["member_epoch_pgives_constraint"]: member_epoch_pgives_constraint; /** input type for incrementing numeric columns in table "member_epoch_pgives" */ ["member_epoch_pgives_inc_input"]: { - epoch_id?: number | undefined, + circle_id?: number | undefined, + epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: GraphQLTypes["numeric"] | undefined, opt_out_bonus?: GraphQLTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: GraphQLTypes["numeric"] | undefined, user_id?: number | undefined }; /** input type for inserting data into table "member_epoch_pgives" */ ["member_epoch_pgives_insert_input"]: { - created_at?: GraphQLTypes["timestamptz"] | undefined, + circle?: GraphQLTypes["circles_obj_rel_insert_input"] | undefined, + circle_id?: number | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, epoch?: GraphQLTypes["epochs_obj_rel_insert_input"] | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: GraphQLTypes["numeric"] | undefined, opt_out_bonus?: GraphQLTypes["numeric"] | undefined, + organization?: GraphQLTypes["organizations_obj_rel_insert_input"] | undefined, + organization_id?: number | undefined, pgive?: GraphQLTypes["numeric"] | undefined, user?: GraphQLTypes["users_obj_rel_insert_input"] | undefined, user_id?: number | undefined @@ -51385,26 +69533,56 @@ export type GraphQLTypes = { /** aggregate max on columns */ ["member_epoch_pgives_max_fields"]: { __typename: "member_epoch_pgives_max_fields", + circle_id?: number | undefined, created_at?: GraphQLTypes["timestamptz"] | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: GraphQLTypes["numeric"] | undefined, opt_out_bonus?: GraphQLTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: GraphQLTypes["numeric"] | undefined, user_id?: number | undefined +}; + /** order by max() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_max_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + gives_received?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + normalized_pgive?: GraphQLTypes["order_by"] | undefined, + opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate min on columns */ ["member_epoch_pgives_min_fields"]: { __typename: "member_epoch_pgives_min_fields", + circle_id?: number | undefined, created_at?: GraphQLTypes["timestamptz"] | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: GraphQLTypes["numeric"] | undefined, opt_out_bonus?: GraphQLTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: GraphQLTypes["numeric"] | undefined, user_id?: number | undefined +}; + /** order by min() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_min_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + gives_received?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + normalized_pgive?: GraphQLTypes["order_by"] | undefined, + opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** response of any mutation on the table "member_epoch_pgives" */ ["member_epoch_pgives_mutation_response"]: { @@ -51422,13 +69600,17 @@ export type GraphQLTypes = { }; /** Ordering options when selecting data from "member_epoch_pgives". */ ["member_epoch_pgives_order_by"]: { - created_at?: GraphQLTypes["order_by"] | undefined, + circle?: GraphQLTypes["circles_order_by"] | undefined, + circle_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, epoch?: GraphQLTypes["epochs_order_by"] | undefined, epoch_id?: GraphQLTypes["order_by"] | undefined, gives_received?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, normalized_pgive?: GraphQLTypes["order_by"] | undefined, opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization?: GraphQLTypes["organizations_order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, pgive?: GraphQLTypes["order_by"] | undefined, user?: GraphQLTypes["users_order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined @@ -51441,47 +69623,91 @@ export type GraphQLTypes = { ["member_epoch_pgives_select_column"]: member_epoch_pgives_select_column; /** input type for updating data in table "member_epoch_pgives" */ ["member_epoch_pgives_set_input"]: { - created_at?: GraphQLTypes["timestamptz"] | undefined, + circle_id?: number | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: GraphQLTypes["numeric"] | undefined, opt_out_bonus?: GraphQLTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: GraphQLTypes["numeric"] | undefined, user_id?: number | undefined }; /** aggregate stddev on columns */ ["member_epoch_pgives_stddev_fields"]: { __typename: "member_epoch_pgives_stddev_fields", + circle_id?: number | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by stddev() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + gives_received?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + normalized_pgive?: GraphQLTypes["order_by"] | undefined, + opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate stddev_pop on columns */ ["member_epoch_pgives_stddev_pop_fields"]: { __typename: "member_epoch_pgives_stddev_pop_fields", + circle_id?: number | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_pop_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + gives_received?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + normalized_pgive?: GraphQLTypes["order_by"] | undefined, + opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate stddev_samp on columns */ ["member_epoch_pgives_stddev_samp_fields"]: { __typename: "member_epoch_pgives_stddev_samp_fields", + circle_id?: number | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_stddev_samp_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + gives_received?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + normalized_pgive?: GraphQLTypes["order_by"] | undefined, + opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** Streaming cursor of the table "member_epoch_pgives" */ ["member_epoch_pgives_stream_cursor_input"]: { @@ -51492,25 +69718,41 @@ export type GraphQLTypes = { }; /** Initial value of the column from where the streaming should start */ ["member_epoch_pgives_stream_cursor_value_input"]: { - created_at?: GraphQLTypes["timestamptz"] | undefined, + circle_id?: number | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: GraphQLTypes["numeric"] | undefined, opt_out_bonus?: GraphQLTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: GraphQLTypes["numeric"] | undefined, user_id?: number | undefined }; /** aggregate sum on columns */ ["member_epoch_pgives_sum_fields"]: { __typename: "member_epoch_pgives_sum_fields", + circle_id?: number | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: GraphQLTypes["numeric"] | undefined, opt_out_bonus?: GraphQLTypes["numeric"] | undefined, + organization_id?: number | undefined, pgive?: GraphQLTypes["numeric"] | undefined, user_id?: number | undefined +}; + /** order by sum() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_sum_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + gives_received?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + normalized_pgive?: GraphQLTypes["order_by"] | undefined, + opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** update columns of table "member_epoch_pgives" */ ["member_epoch_pgives_update_column"]: member_epoch_pgives_update_column; @@ -51525,46 +69767,92 @@ export type GraphQLTypes = { /** aggregate var_pop on columns */ ["member_epoch_pgives_var_pop_fields"]: { __typename: "member_epoch_pgives_var_pop_fields", + circle_id?: number | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by var_pop() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_var_pop_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + gives_received?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + normalized_pgive?: GraphQLTypes["order_by"] | undefined, + opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate var_samp on columns */ ["member_epoch_pgives_var_samp_fields"]: { __typename: "member_epoch_pgives_var_samp_fields", + circle_id?: number | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by var_samp() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_var_samp_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + gives_received?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + normalized_pgive?: GraphQLTypes["order_by"] | undefined, + opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** aggregate variance on columns */ ["member_epoch_pgives_variance_fields"]: { __typename: "member_epoch_pgives_variance_fields", + circle_id?: number | undefined, epoch_id?: number | undefined, gives_received?: number | undefined, id?: number | undefined, normalized_pgive?: number | undefined, opt_out_bonus?: number | undefined, + organization_id?: number | undefined, pgive?: number | undefined, user_id?: number | undefined +}; + /** order by variance() on columns of table "member_epoch_pgives" */ +["member_epoch_pgives_variance_order_by"]: { + circle_id?: GraphQLTypes["order_by"] | undefined, + epoch_id?: GraphQLTypes["order_by"] | undefined, + gives_received?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + normalized_pgive?: GraphQLTypes["order_by"] | undefined, + opt_out_bonus?: GraphQLTypes["order_by"] | undefined, + organization_id?: GraphQLTypes["order_by"] | undefined, + pgive?: GraphQLTypes["order_by"] | undefined, + user_id?: GraphQLTypes["order_by"] | undefined }; /** mutation root */ ["mutation_root"]: { __typename: "mutation_root", + /** Accept Terms of Service action */ + acceptTOS?: GraphQLTypes["AcceptTOSOutput"] | undefined, + /** adds a new (unverified) email address to a users profile */ + addEmail?: GraphQLTypes["ConfirmationResponse"] | undefined, adminUpdateUser?: GraphQLTypes["UserResponse"] | undefined, allocationCsv?: GraphQLTypes["AllocationCsvResponse"] | undefined, createCircle?: GraphQLTypes["CreateCircleResponse"] | undefined, /** create epoch using new, more flexible api */ createEpoch?: GraphQLTypes["EpochResponse"] | undefined, - createEpochOld?: GraphQLTypes["EpochResponse"] | undefined, createNominee?: GraphQLTypes["CreateNomineeResponse"] | undefined, + createOrgMembers?: Array | undefined, createSampleCircle?: GraphQLTypes["CreateSampleCircleResponse"] | undefined, createUserWithToken?: GraphQLTypes["UserResponse"] | undefined, createUsers?: Array | undefined, @@ -51574,13 +69862,20 @@ export type GraphQLTypes = { deleteCircle?: GraphQLTypes["ConfirmationResponse"] | undefined, deleteContribution?: GraphQLTypes["ConfirmationResponse"] | undefined, deleteDiscordUser?: GraphQLTypes["ConfirmationResponse"] | undefined, + /** delete the specified email from the current users' profile */ + deleteEmail?: GraphQLTypes["ConfirmationResponse"] | undefined, deleteEpoch?: GraphQLTypes["DeleteEpochResponse"] | undefined, + deleteOrgMember?: GraphQLTypes["ConfirmationResponse"] | undefined, deleteUser?: GraphQLTypes["ConfirmationResponse"] | undefined, deleteUsers?: GraphQLTypes["DeleteUsersResponse"] | undefined, /** delete data from the table: "activities" */ delete_activities?: GraphQLTypes["activities_mutation_response"] | undefined, /** delete single row from the table: "activities" */ delete_activities_by_pk?: GraphQLTypes["activities"] | undefined, + /** delete data from the table: "address_data_fetches" */ + delete_address_data_fetches?: GraphQLTypes["address_data_fetches_mutation_response"] | undefined, + /** delete single row from the table: "address_data_fetches" */ + delete_address_data_fetches_by_pk?: GraphQLTypes["address_data_fetches"] | undefined, /** delete data from the table: "burns" */ delete_burns?: GraphQLTypes["burns_mutation_response"] | undefined, /** delete single row from the table: "burns" */ @@ -51615,6 +69910,10 @@ export type GraphQLTypes = { delete_contributions?: GraphQLTypes["contributions_mutation_response"] | undefined, /** delete single row from the table: "contributions" */ delete_contributions_by_pk?: GraphQLTypes["contributions"] | undefined, + /** delete data from the table: "cosouls" */ + delete_cosouls?: GraphQLTypes["cosouls_mutation_response"] | undefined, + /** delete single row from the table: "cosouls" */ + delete_cosouls_by_pk?: GraphQLTypes["cosouls"] | undefined, /** delete data from the table: "discord.circle_api_tokens" */ delete_discord_circle_api_tokens?: GraphQLTypes["discord_circle_api_tokens_mutation_response"] | undefined, /** delete single row from the table: "discord.circle_api_tokens" */ @@ -51623,6 +69922,10 @@ export type GraphQLTypes = { delete_discord_roles_circles?: GraphQLTypes["discord_roles_circles_mutation_response"] | undefined, /** delete single row from the table: "discord.roles_circles" */ delete_discord_roles_circles_by_pk?: GraphQLTypes["discord_roles_circles"] | undefined, + /** delete data from the table: "discord.user_api_tokens" */ + delete_discord_user_api_tokens?: GraphQLTypes["discord_user_api_tokens_mutation_response"] | undefined, + /** delete single row from the table: "discord.user_api_tokens" */ + delete_discord_user_api_tokens_by_pk?: GraphQLTypes["discord_user_api_tokens"] | undefined, /** delete data from the table: "discord.users" */ delete_discord_users?: GraphQLTypes["discord_users_mutation_response"] | undefined, /** delete single row from the table: "discord.users" */ @@ -51631,6 +69934,10 @@ export type GraphQLTypes = { delete_distributions?: GraphQLTypes["distributions_mutation_response"] | undefined, /** delete single row from the table: "distributions" */ delete_distributions_by_pk?: GraphQLTypes["distributions"] | undefined, + /** delete data from the table: "emails" */ + delete_emails?: GraphQLTypes["emails_mutation_response"] | undefined, + /** delete single row from the table: "emails" */ + delete_emails_by_pk?: GraphQLTypes["emails"] | undefined, /** delete data from the table: "epoch_pgive_data" */ delete_epoch_pgive_data?: GraphQLTypes["epoch_pgive_data_mutation_response"] | undefined, /** delete single row from the table: "epoch_pgive_data" */ @@ -51649,6 +69956,14 @@ export type GraphQLTypes = { delete_interaction_events?: GraphQLTypes["interaction_events_mutation_response"] | undefined, /** delete single row from the table: "interaction_events" */ delete_interaction_events_by_pk?: GraphQLTypes["interaction_events"] | undefined, + /** delete data from the table: "key_holders" */ + delete_key_holders?: GraphQLTypes["key_holders_mutation_response"] | undefined, + /** delete single row from the table: "key_holders" */ + delete_key_holders_by_pk?: GraphQLTypes["key_holders"] | undefined, + /** delete data from the table: "key_tx" */ + delete_key_tx?: GraphQLTypes["key_tx_mutation_response"] | undefined, + /** delete single row from the table: "key_tx" */ + delete_key_tx_by_pk?: GraphQLTypes["key_tx"] | undefined, /** delete data from the table: "locked_token_distribution_gifts" */ delete_locked_token_distribution_gifts?: GraphQLTypes["locked_token_distribution_gifts_mutation_response"] | undefined, /** delete single row from the table: "locked_token_distribution_gifts" */ @@ -51669,6 +69984,10 @@ export type GraphQLTypes = { delete_org_members?: GraphQLTypes["org_members_mutation_response"] | undefined, /** delete single row from the table: "org_members" */ delete_org_members_by_pk?: GraphQLTypes["org_members"] | undefined, + /** delete data from the table: "org_share_tokens" */ + delete_org_share_tokens?: GraphQLTypes["org_share_tokens_mutation_response"] | undefined, + /** delete single row from the table: "org_share_tokens" */ + delete_org_share_tokens_by_pk?: GraphQLTypes["org_share_tokens"] | undefined, /** delete data from the table: "organizations" */ delete_organizations?: GraphQLTypes["organizations_mutation_response"] | undefined, /** delete single row from the table: "organizations" */ @@ -51687,10 +70006,32 @@ export type GraphQLTypes = { delete_personal_access_tokens?: GraphQLTypes["personal_access_tokens_mutation_response"] | undefined, /** delete single row from the table: "personal_access_tokens" */ delete_personal_access_tokens_by_pk?: GraphQLTypes["personal_access_tokens"] | undefined, + /** delete data from the table: "poap_events" */ + delete_poap_events?: GraphQLTypes["poap_events_mutation_response"] | undefined, + /** delete single row from the table: "poap_events" */ + delete_poap_events_by_pk?: GraphQLTypes["poap_events"] | undefined, + /** delete data from the table: "poap_holders" */ + delete_poap_holders?: GraphQLTypes["poap_holders_mutation_response"] | undefined, + /** delete single row from the table: "poap_holders" */ + delete_poap_holders_by_pk?: GraphQLTypes["poap_holders"] | undefined, + /** delete data from the table: "private_stream_visibility" */ + delete_private_stream_visibility?: GraphQLTypes["private_stream_visibility_mutation_response"] | undefined, + /** delete single row from the table: "private_stream_visibility" */ + delete_private_stream_visibility_by_pk?: GraphQLTypes["private_stream_visibility"] | undefined, /** delete data from the table: "profiles" */ delete_profiles?: GraphQLTypes["profiles_mutation_response"] | undefined, /** delete single row from the table: "profiles" */ delete_profiles_by_pk?: GraphQLTypes["profiles"] | undefined, + /** delete data from the table: "profiles_public" */ + delete_profiles_public?: GraphQLTypes["profiles_public_mutation_response"] | undefined, + /** delete data from the table: "reactions" */ + delete_reactions?: GraphQLTypes["reactions_mutation_response"] | undefined, + /** delete single row from the table: "reactions" */ + delete_reactions_by_pk?: GraphQLTypes["reactions"] | undefined, + /** delete data from the table: "reputation_scores" */ + delete_reputation_scores?: GraphQLTypes["reputation_scores_mutation_response"] | undefined, + /** delete single row from the table: "reputation_scores" */ + delete_reputation_scores_by_pk?: GraphQLTypes["reputation_scores"] | undefined, /** delete data from the table: "teammates" */ delete_teammates?: GraphQLTypes["teammates_mutation_response"] | undefined, /** delete single row from the table: "teammates" */ @@ -51699,6 +70040,10 @@ export type GraphQLTypes = { delete_token_gifts?: GraphQLTypes["token_gifts_mutation_response"] | undefined, /** delete single row from the table: "token_gifts" */ delete_token_gifts_by_pk?: GraphQLTypes["token_gifts"] | undefined, + /** delete data from the table: "twitter_account" */ + delete_twitter_account?: GraphQLTypes["twitter_account_mutation_response"] | undefined, + /** delete single row from the table: "twitter_account" */ + delete_twitter_account_by_pk?: GraphQLTypes["twitter_account"] | undefined, /** delete data from the table: "users" */ delete_users?: GraphQLTypes["users_mutation_response"] | undefined, /** delete single row from the table: "users" */ @@ -51722,10 +70067,16 @@ export type GraphQLTypes = { endEpoch?: GraphQLTypes["EpochResponse"] | undefined, /** Generates an API key for a circle */ generateApiKey?: GraphQLTypes["GenerateApiKeyResponse"] | undefined, + /** giveCsv */ + giveCsv?: GraphQLTypes["GiveCsvResponse"] | undefined, /** insert data into the table: "activities" */ insert_activities?: GraphQLTypes["activities_mutation_response"] | undefined, /** insert a single row into the table: "activities" */ insert_activities_one?: GraphQLTypes["activities"] | undefined, + /** insert data into the table: "address_data_fetches" */ + insert_address_data_fetches?: GraphQLTypes["address_data_fetches_mutation_response"] | undefined, + /** insert a single row into the table: "address_data_fetches" */ + insert_address_data_fetches_one?: GraphQLTypes["address_data_fetches"] | undefined, /** insert data into the table: "burns" */ insert_burns?: GraphQLTypes["burns_mutation_response"] | undefined, /** insert a single row into the table: "burns" */ @@ -51762,6 +70113,10 @@ export type GraphQLTypes = { insert_contributions?: GraphQLTypes["contributions_mutation_response"] | undefined, /** insert a single row into the table: "contributions" */ insert_contributions_one?: GraphQLTypes["contributions"] | undefined, + /** insert data into the table: "cosouls" */ + insert_cosouls?: GraphQLTypes["cosouls_mutation_response"] | undefined, + /** insert a single row into the table: "cosouls" */ + insert_cosouls_one?: GraphQLTypes["cosouls"] | undefined, /** insert data into the table: "discord.circle_api_tokens" */ insert_discord_circle_api_tokens?: GraphQLTypes["discord_circle_api_tokens_mutation_response"] | undefined, /** insert a single row into the table: "discord.circle_api_tokens" */ @@ -51770,6 +70125,10 @@ export type GraphQLTypes = { insert_discord_roles_circles?: GraphQLTypes["discord_roles_circles_mutation_response"] | undefined, /** insert a single row into the table: "discord.roles_circles" */ insert_discord_roles_circles_one?: GraphQLTypes["discord_roles_circles"] | undefined, + /** insert data into the table: "discord.user_api_tokens" */ + insert_discord_user_api_tokens?: GraphQLTypes["discord_user_api_tokens_mutation_response"] | undefined, + /** insert a single row into the table: "discord.user_api_tokens" */ + insert_discord_user_api_tokens_one?: GraphQLTypes["discord_user_api_tokens"] | undefined, /** insert data into the table: "discord.users" */ insert_discord_users?: GraphQLTypes["discord_users_mutation_response"] | undefined, /** insert a single row into the table: "discord.users" */ @@ -51778,6 +70137,10 @@ export type GraphQLTypes = { insert_distributions?: GraphQLTypes["distributions_mutation_response"] | undefined, /** insert a single row into the table: "distributions" */ insert_distributions_one?: GraphQLTypes["distributions"] | undefined, + /** insert data into the table: "emails" */ + insert_emails?: GraphQLTypes["emails_mutation_response"] | undefined, + /** insert a single row into the table: "emails" */ + insert_emails_one?: GraphQLTypes["emails"] | undefined, /** insert data into the table: "epoch_pgive_data" */ insert_epoch_pgive_data?: GraphQLTypes["epoch_pgive_data_mutation_response"] | undefined, /** insert a single row into the table: "epoch_pgive_data" */ @@ -51798,6 +70161,14 @@ export type GraphQLTypes = { insert_interaction_events?: GraphQLTypes["interaction_events_mutation_response"] | undefined, /** insert a single row into the table: "interaction_events" */ insert_interaction_events_one?: GraphQLTypes["interaction_events"] | undefined, + /** insert data into the table: "key_holders" */ + insert_key_holders?: GraphQLTypes["key_holders_mutation_response"] | undefined, + /** insert a single row into the table: "key_holders" */ + insert_key_holders_one?: GraphQLTypes["key_holders"] | undefined, + /** insert data into the table: "key_tx" */ + insert_key_tx?: GraphQLTypes["key_tx_mutation_response"] | undefined, + /** insert a single row into the table: "key_tx" */ + insert_key_tx_one?: GraphQLTypes["key_tx"] | undefined, /** insert data into the table: "locked_token_distribution_gifts" */ insert_locked_token_distribution_gifts?: GraphQLTypes["locked_token_distribution_gifts_mutation_response"] | undefined, /** insert a single row into the table: "locked_token_distribution_gifts" */ @@ -51818,6 +70189,10 @@ export type GraphQLTypes = { insert_org_members?: GraphQLTypes["org_members_mutation_response"] | undefined, /** insert a single row into the table: "org_members" */ insert_org_members_one?: GraphQLTypes["org_members"] | undefined, + /** insert data into the table: "org_share_tokens" */ + insert_org_share_tokens?: GraphQLTypes["org_share_tokens_mutation_response"] | undefined, + /** insert a single row into the table: "org_share_tokens" */ + insert_org_share_tokens_one?: GraphQLTypes["org_share_tokens"] | undefined, /** insert data into the table: "organizations" */ insert_organizations?: GraphQLTypes["organizations_mutation_response"] | undefined, /** insert a single row into the table: "organizations" */ @@ -51838,10 +70213,34 @@ export type GraphQLTypes = { insert_personal_access_tokens?: GraphQLTypes["personal_access_tokens_mutation_response"] | undefined, /** insert a single row into the table: "personal_access_tokens" */ insert_personal_access_tokens_one?: GraphQLTypes["personal_access_tokens"] | undefined, + /** insert data into the table: "poap_events" */ + insert_poap_events?: GraphQLTypes["poap_events_mutation_response"] | undefined, + /** insert a single row into the table: "poap_events" */ + insert_poap_events_one?: GraphQLTypes["poap_events"] | undefined, + /** insert data into the table: "poap_holders" */ + insert_poap_holders?: GraphQLTypes["poap_holders_mutation_response"] | undefined, + /** insert a single row into the table: "poap_holders" */ + insert_poap_holders_one?: GraphQLTypes["poap_holders"] | undefined, + /** insert data into the table: "private_stream_visibility" */ + insert_private_stream_visibility?: GraphQLTypes["private_stream_visibility_mutation_response"] | undefined, + /** insert a single row into the table: "private_stream_visibility" */ + insert_private_stream_visibility_one?: GraphQLTypes["private_stream_visibility"] | undefined, /** insert data into the table: "profiles" */ insert_profiles?: GraphQLTypes["profiles_mutation_response"] | undefined, /** insert a single row into the table: "profiles" */ insert_profiles_one?: GraphQLTypes["profiles"] | undefined, + /** insert data into the table: "profiles_public" */ + insert_profiles_public?: GraphQLTypes["profiles_public_mutation_response"] | undefined, + /** insert a single row into the table: "profiles_public" */ + insert_profiles_public_one?: GraphQLTypes["profiles_public"] | undefined, + /** insert data into the table: "reactions" */ + insert_reactions?: GraphQLTypes["reactions_mutation_response"] | undefined, + /** insert a single row into the table: "reactions" */ + insert_reactions_one?: GraphQLTypes["reactions"] | undefined, + /** insert data into the table: "reputation_scores" */ + insert_reputation_scores?: GraphQLTypes["reputation_scores_mutation_response"] | undefined, + /** insert a single row into the table: "reputation_scores" */ + insert_reputation_scores_one?: GraphQLTypes["reputation_scores"] | undefined, /** insert data into the table: "teammates" */ insert_teammates?: GraphQLTypes["teammates_mutation_response"] | undefined, /** insert a single row into the table: "teammates" */ @@ -51850,6 +70249,10 @@ export type GraphQLTypes = { insert_token_gifts?: GraphQLTypes["token_gifts_mutation_response"] | undefined, /** insert a single row into the table: "token_gifts" */ insert_token_gifts_one?: GraphQLTypes["token_gifts"] | undefined, + /** insert data into the table: "twitter_account" */ + insert_twitter_account?: GraphQLTypes["twitter_account_mutation_response"] | undefined, + /** insert a single row into the table: "twitter_account" */ + insert_twitter_account_one?: GraphQLTypes["twitter_account"] | undefined, /** insert data into the table: "users" */ insert_users?: GraphQLTypes["users_mutation_response"] | undefined, /** insert a single row into the table: "users" */ @@ -51877,13 +70280,21 @@ export type GraphQLTypes = { logoutUser?: GraphQLTypes["LogoutResponse"] | undefined, markClaimed?: GraphQLTypes["MarkClaimedOutput"] | undefined, restoreCoordinape?: GraphQLTypes["ConfirmationResponse"] | undefined, + /** sets a given email as the primary email for user */ + setPrimaryEmail?: GraphQLTypes["ConfirmationResponse"] | undefined, + syncCoSoul?: GraphQLTypes["SyncCoSoulOutput"] | undefined, + /** syncKeys */ + syncKeys?: GraphQLTypes["ConfirmationResponse"] | undefined, updateAllocations?: GraphQLTypes["AllocationsResponse"] | undefined, updateCircle?: GraphQLTypes["UpdateCircleOutput"] | undefined, + /** Update starting GIVE for all circle members */ + updateCircleStartingGive?: GraphQLTypes["ConfirmationResponse"] | undefined, /** users can modify contributions and update their dates. */ updateContribution?: GraphQLTypes["UpdateContributionResponse"] | undefined, updateEpoch?: GraphQLTypes["EpochResponse"] | undefined, - updateEpochOld?: GraphQLTypes["EpochResponse"] | undefined, updateProfile?: GraphQLTypes["UpdateProfileResponse"] | undefined, + /** updateRepScore */ + updateRepScore?: GraphQLTypes["ConfirmationResponse"] | undefined, updateTeammates?: GraphQLTypes["UpdateTeammatesResponse"] | undefined, /** Update own user */ updateUser?: GraphQLTypes["UserResponse"] | undefined, @@ -51893,6 +70304,12 @@ export type GraphQLTypes = { update_activities_by_pk?: GraphQLTypes["activities"] | undefined, /** update multiples rows of table: "activities" */ update_activities_many?: Array | undefined, + /** update data of the table: "address_data_fetches" */ + update_address_data_fetches?: GraphQLTypes["address_data_fetches_mutation_response"] | undefined, + /** update single row of the table: "address_data_fetches" */ + update_address_data_fetches_by_pk?: GraphQLTypes["address_data_fetches"] | undefined, + /** update multiples rows of table: "address_data_fetches" */ + update_address_data_fetches_many?: Array | undefined, /** update data of the table: "burns" */ update_burns?: GraphQLTypes["burns_mutation_response"] | undefined, /** update single row of the table: "burns" */ @@ -51945,6 +70362,12 @@ export type GraphQLTypes = { update_contributions_by_pk?: GraphQLTypes["contributions"] | undefined, /** update multiples rows of table: "contributions" */ update_contributions_many?: Array | undefined, + /** update data of the table: "cosouls" */ + update_cosouls?: GraphQLTypes["cosouls_mutation_response"] | undefined, + /** update single row of the table: "cosouls" */ + update_cosouls_by_pk?: GraphQLTypes["cosouls"] | undefined, + /** update multiples rows of table: "cosouls" */ + update_cosouls_many?: Array | undefined, /** update data of the table: "discord.circle_api_tokens" */ update_discord_circle_api_tokens?: GraphQLTypes["discord_circle_api_tokens_mutation_response"] | undefined, /** update single row of the table: "discord.circle_api_tokens" */ @@ -51957,6 +70380,12 @@ export type GraphQLTypes = { update_discord_roles_circles_by_pk?: GraphQLTypes["discord_roles_circles"] | undefined, /** update multiples rows of table: "discord.roles_circles" */ update_discord_roles_circles_many?: Array | undefined, + /** update data of the table: "discord.user_api_tokens" */ + update_discord_user_api_tokens?: GraphQLTypes["discord_user_api_tokens_mutation_response"] | undefined, + /** update single row of the table: "discord.user_api_tokens" */ + update_discord_user_api_tokens_by_pk?: GraphQLTypes["discord_user_api_tokens"] | undefined, + /** update multiples rows of table: "discord.user_api_tokens" */ + update_discord_user_api_tokens_many?: Array | undefined, /** update data of the table: "discord.users" */ update_discord_users?: GraphQLTypes["discord_users_mutation_response"] | undefined, /** update single row of the table: "discord.users" */ @@ -51969,6 +70398,12 @@ export type GraphQLTypes = { update_distributions_by_pk?: GraphQLTypes["distributions"] | undefined, /** update multiples rows of table: "distributions" */ update_distributions_many?: Array | undefined, + /** update data of the table: "emails" */ + update_emails?: GraphQLTypes["emails_mutation_response"] | undefined, + /** update single row of the table: "emails" */ + update_emails_by_pk?: GraphQLTypes["emails"] | undefined, + /** update multiples rows of table: "emails" */ + update_emails_many?: Array | undefined, /** update data of the table: "epoch_pgive_data" */ update_epoch_pgive_data?: GraphQLTypes["epoch_pgive_data_mutation_response"] | undefined, /** update single row of the table: "epoch_pgive_data" */ @@ -51997,6 +70432,18 @@ export type GraphQLTypes = { update_interaction_events_by_pk?: GraphQLTypes["interaction_events"] | undefined, /** update multiples rows of table: "interaction_events" */ update_interaction_events_many?: Array | undefined, + /** update data of the table: "key_holders" */ + update_key_holders?: GraphQLTypes["key_holders_mutation_response"] | undefined, + /** update single row of the table: "key_holders" */ + update_key_holders_by_pk?: GraphQLTypes["key_holders"] | undefined, + /** update multiples rows of table: "key_holders" */ + update_key_holders_many?: Array | undefined, + /** update data of the table: "key_tx" */ + update_key_tx?: GraphQLTypes["key_tx_mutation_response"] | undefined, + /** update single row of the table: "key_tx" */ + update_key_tx_by_pk?: GraphQLTypes["key_tx"] | undefined, + /** update multiples rows of table: "key_tx" */ + update_key_tx_many?: Array | undefined, /** update data of the table: "locked_token_distribution_gifts" */ update_locked_token_distribution_gifts?: GraphQLTypes["locked_token_distribution_gifts_mutation_response"] | undefined, /** update single row of the table: "locked_token_distribution_gifts" */ @@ -52027,6 +70474,12 @@ export type GraphQLTypes = { update_org_members_by_pk?: GraphQLTypes["org_members"] | undefined, /** update multiples rows of table: "org_members" */ update_org_members_many?: Array | undefined, + /** update data of the table: "org_share_tokens" */ + update_org_share_tokens?: GraphQLTypes["org_share_tokens_mutation_response"] | undefined, + /** update single row of the table: "org_share_tokens" */ + update_org_share_tokens_by_pk?: GraphQLTypes["org_share_tokens"] | undefined, + /** update multiples rows of table: "org_share_tokens" */ + update_org_share_tokens_many?: Array | undefined, /** update data of the table: "organizations" */ update_organizations?: GraphQLTypes["organizations_mutation_response"] | undefined, /** update single row of the table: "organizations" */ @@ -52055,12 +70508,46 @@ export type GraphQLTypes = { update_personal_access_tokens_by_pk?: GraphQLTypes["personal_access_tokens"] | undefined, /** update multiples rows of table: "personal_access_tokens" */ update_personal_access_tokens_many?: Array | undefined, + /** update data of the table: "poap_events" */ + update_poap_events?: GraphQLTypes["poap_events_mutation_response"] | undefined, + /** update single row of the table: "poap_events" */ + update_poap_events_by_pk?: GraphQLTypes["poap_events"] | undefined, + /** update multiples rows of table: "poap_events" */ + update_poap_events_many?: Array | undefined, + /** update data of the table: "poap_holders" */ + update_poap_holders?: GraphQLTypes["poap_holders_mutation_response"] | undefined, + /** update single row of the table: "poap_holders" */ + update_poap_holders_by_pk?: GraphQLTypes["poap_holders"] | undefined, + /** update multiples rows of table: "poap_holders" */ + update_poap_holders_many?: Array | undefined, + /** update data of the table: "private_stream_visibility" */ + update_private_stream_visibility?: GraphQLTypes["private_stream_visibility_mutation_response"] | undefined, + /** update single row of the table: "private_stream_visibility" */ + update_private_stream_visibility_by_pk?: GraphQLTypes["private_stream_visibility"] | undefined, + /** update multiples rows of table: "private_stream_visibility" */ + update_private_stream_visibility_many?: Array | undefined, /** update data of the table: "profiles" */ update_profiles?: GraphQLTypes["profiles_mutation_response"] | undefined, /** update single row of the table: "profiles" */ update_profiles_by_pk?: GraphQLTypes["profiles"] | undefined, /** update multiples rows of table: "profiles" */ update_profiles_many?: Array | undefined, + /** update data of the table: "profiles_public" */ + update_profiles_public?: GraphQLTypes["profiles_public_mutation_response"] | undefined, + /** update multiples rows of table: "profiles_public" */ + update_profiles_public_many?: Array | undefined, + /** update data of the table: "reactions" */ + update_reactions?: GraphQLTypes["reactions_mutation_response"] | undefined, + /** update single row of the table: "reactions" */ + update_reactions_by_pk?: GraphQLTypes["reactions"] | undefined, + /** update multiples rows of table: "reactions" */ + update_reactions_many?: Array | undefined, + /** update data of the table: "reputation_scores" */ + update_reputation_scores?: GraphQLTypes["reputation_scores_mutation_response"] | undefined, + /** update single row of the table: "reputation_scores" */ + update_reputation_scores_by_pk?: GraphQLTypes["reputation_scores"] | undefined, + /** update multiples rows of table: "reputation_scores" */ + update_reputation_scores_many?: Array | undefined, /** update data of the table: "teammates" */ update_teammates?: GraphQLTypes["teammates_mutation_response"] | undefined, /** update single row of the table: "teammates" */ @@ -52073,6 +70560,12 @@ export type GraphQLTypes = { update_token_gifts_by_pk?: GraphQLTypes["token_gifts"] | undefined, /** update multiples rows of table: "token_gifts" */ update_token_gifts_many?: Array | undefined, + /** update data of the table: "twitter_account" */ + update_twitter_account?: GraphQLTypes["twitter_account_mutation_response"] | undefined, + /** update single row of the table: "twitter_account" */ + update_twitter_account_by_pk?: GraphQLTypes["twitter_account"] | undefined, + /** update multiples rows of table: "twitter_account" */ + update_twitter_account_many?: Array | undefined, /** update data of the table: "users" */ update_users?: GraphQLTypes["users_mutation_response"] | undefined, /** update single row of the table: "users" */ @@ -52545,6 +71038,120 @@ export type GraphQLTypes = { nominated_by_user_id?: GraphQLTypes["order_by"] | undefined, user_id?: GraphQLTypes["order_by"] | undefined, vouches_required?: GraphQLTypes["order_by"] | undefined +}; + /** columns and relationships of "note_count" */ +["note_count"]: { + __typename: "note_count", + notes?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregated selection of "note_count" */ +["note_count_aggregate"]: { + __typename: "note_count_aggregate", + aggregate?: GraphQLTypes["note_count_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "note_count" */ +["note_count_aggregate_fields"]: { + __typename: "note_count_aggregate_fields", + avg?: GraphQLTypes["note_count_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["note_count_max_fields"] | undefined, + min?: GraphQLTypes["note_count_min_fields"] | undefined, + stddev?: GraphQLTypes["note_count_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["note_count_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["note_count_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["note_count_sum_fields"] | undefined, + var_pop?: GraphQLTypes["note_count_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["note_count_var_samp_fields"] | undefined, + variance?: GraphQLTypes["note_count_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["note_count_avg_fields"]: { + __typename: "note_count_avg_fields", + notes?: number | undefined, + profile_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "note_count". All fields are combined with a logical 'AND'. */ +["note_count_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["note_count_bool_exp"] | undefined, + _or?: Array | undefined, + notes?: GraphQLTypes["bigint_comparison_exp"] | undefined, + profile_id?: GraphQLTypes["bigint_comparison_exp"] | undefined +}; + /** aggregate max on columns */ +["note_count_max_fields"]: { + __typename: "note_count_max_fields", + notes?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregate min on columns */ +["note_count_min_fields"]: { + __typename: "note_count_min_fields", + notes?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** Ordering options when selecting data from "note_count". */ +["note_count_order_by"]: { + notes?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** select columns of table "note_count" */ +["note_count_select_column"]: note_count_select_column; + /** aggregate stddev on columns */ +["note_count_stddev_fields"]: { + __typename: "note_count_stddev_fields", + notes?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["note_count_stddev_pop_fields"]: { + __typename: "note_count_stddev_pop_fields", + notes?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["note_count_stddev_samp_fields"]: { + __typename: "note_count_stddev_samp_fields", + notes?: number | undefined, + profile_id?: number | undefined +}; + /** Streaming cursor of the table "note_count" */ +["note_count_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["note_count_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["note_count_stream_cursor_value_input"]: { + notes?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregate sum on columns */ +["note_count_sum_fields"]: { + __typename: "note_count_sum_fields", + notes?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregate var_pop on columns */ +["note_count_var_pop_fields"]: { + __typename: "note_count_var_pop_fields", + notes?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["note_count_var_samp_fields"]: { + __typename: "note_count_var_samp_fields", + notes?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate variance on columns */ +["note_count_variance_fields"]: { + __typename: "note_count_variance_fields", + notes?: number | undefined, + profile_id?: number | undefined }; ["numeric"]: "scalar" & { name: "numeric" }; /** Boolean expression to compare columns of type "numeric". All fields are combined with logical 'AND'. */ @@ -52566,6 +71173,8 @@ export type GraphQLTypes = { __typename: "org_members", created_at: GraphQLTypes["timestamp"], deleted_at?: GraphQLTypes["timestamp"] | undefined, + entrance?: string | undefined, + hidden: boolean, id: GraphQLTypes["bigint"], org_id: GraphQLTypes["bigint"], /** An object relationship */ @@ -52583,7 +71192,21 @@ export type GraphQLTypes = { nodes: Array }; ["org_members_aggregate_bool_exp"]: { - count?: GraphQLTypes["org_members_aggregate_bool_exp_count"] | undefined + bool_and?: GraphQLTypes["org_members_aggregate_bool_exp_bool_and"] | undefined, + bool_or?: GraphQLTypes["org_members_aggregate_bool_exp_bool_or"] | undefined, + count?: GraphQLTypes["org_members_aggregate_bool_exp_count"] | undefined +}; + ["org_members_aggregate_bool_exp_bool_and"]: { + arguments: GraphQLTypes["org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns"], + distinct?: boolean | undefined, + filter?: GraphQLTypes["org_members_bool_exp"] | undefined, + predicate: GraphQLTypes["Boolean_comparison_exp"] +}; + ["org_members_aggregate_bool_exp_bool_or"]: { + arguments: GraphQLTypes["org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns"], + distinct?: boolean | undefined, + filter?: GraphQLTypes["org_members_bool_exp"] | undefined, + predicate: GraphQLTypes["Boolean_comparison_exp"] }; ["org_members_aggregate_bool_exp_count"]: { arguments?: Array | undefined, @@ -52648,6 +71271,8 @@ export type GraphQLTypes = { _or?: Array | undefined, created_at?: GraphQLTypes["timestamp_comparison_exp"] | undefined, deleted_at?: GraphQLTypes["timestamp_comparison_exp"] | undefined, + entrance?: GraphQLTypes["String_comparison_exp"] | undefined, + hidden?: GraphQLTypes["Boolean_comparison_exp"] | undefined, id?: GraphQLTypes["bigint_comparison_exp"] | undefined, org_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, organization?: GraphQLTypes["organizations_bool_exp"] | undefined, @@ -52669,6 +71294,8 @@ export type GraphQLTypes = { ["org_members_insert_input"]: { created_at?: GraphQLTypes["timestamp"] | undefined, deleted_at?: GraphQLTypes["timestamp"] | undefined, + entrance?: string | undefined, + hidden?: boolean | undefined, id?: GraphQLTypes["bigint"] | undefined, org_id?: GraphQLTypes["bigint"] | undefined, organization?: GraphQLTypes["organizations_obj_rel_insert_input"] | undefined, @@ -52682,6 +71309,7 @@ export type GraphQLTypes = { __typename: "org_members_max_fields", created_at?: GraphQLTypes["timestamp"] | undefined, deleted_at?: GraphQLTypes["timestamp"] | undefined, + entrance?: string | undefined, id?: GraphQLTypes["bigint"] | undefined, org_id?: GraphQLTypes["bigint"] | undefined, profile_id?: GraphQLTypes["bigint"] | undefined, @@ -52692,6 +71320,7 @@ export type GraphQLTypes = { ["org_members_max_order_by"]: { created_at?: GraphQLTypes["order_by"] | undefined, deleted_at?: GraphQLTypes["order_by"] | undefined, + entrance?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, org_id?: GraphQLTypes["order_by"] | undefined, profile_id?: GraphQLTypes["order_by"] | undefined, @@ -52703,6 +71332,7 @@ export type GraphQLTypes = { __typename: "org_members_min_fields", created_at?: GraphQLTypes["timestamp"] | undefined, deleted_at?: GraphQLTypes["timestamp"] | undefined, + entrance?: string | undefined, id?: GraphQLTypes["bigint"] | undefined, org_id?: GraphQLTypes["bigint"] | undefined, profile_id?: GraphQLTypes["bigint"] | undefined, @@ -52713,6 +71343,7 @@ export type GraphQLTypes = { ["org_members_min_order_by"]: { created_at?: GraphQLTypes["order_by"] | undefined, deleted_at?: GraphQLTypes["order_by"] | undefined, + entrance?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, org_id?: GraphQLTypes["order_by"] | undefined, profile_id?: GraphQLTypes["order_by"] | undefined, @@ -52737,6 +71368,8 @@ export type GraphQLTypes = { ["org_members_order_by"]: { created_at?: GraphQLTypes["order_by"] | undefined, deleted_at?: GraphQLTypes["order_by"] | undefined, + entrance?: GraphQLTypes["order_by"] | undefined, + hidden?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, org_id?: GraphQLTypes["order_by"] | undefined, organization?: GraphQLTypes["organizations_order_by"] | undefined, @@ -52751,10 +71384,16 @@ export type GraphQLTypes = { }; /** select columns of table "org_members" */ ["org_members_select_column"]: org_members_select_column; + /** select "org_members_aggregate_bool_exp_bool_and_arguments_columns" columns of table "org_members" */ +["org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns"]: org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns; + /** select "org_members_aggregate_bool_exp_bool_or_arguments_columns" columns of table "org_members" */ +["org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns"]: org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "org_members" */ ["org_members_set_input"]: { created_at?: GraphQLTypes["timestamp"] | undefined, deleted_at?: GraphQLTypes["timestamp"] | undefined, + entrance?: string | undefined, + hidden?: boolean | undefined, id?: GraphQLTypes["bigint"] | undefined, org_id?: GraphQLTypes["bigint"] | undefined, profile_id?: GraphQLTypes["bigint"] | undefined, @@ -52817,6 +71456,8 @@ export type GraphQLTypes = { ["org_members_stream_cursor_value_input"]: { created_at?: GraphQLTypes["timestamp"] | undefined, deleted_at?: GraphQLTypes["timestamp"] | undefined, + entrance?: string | undefined, + hidden?: boolean | undefined, id?: GraphQLTypes["bigint"] | undefined, org_id?: GraphQLTypes["bigint"] | undefined, profile_id?: GraphQLTypes["bigint"] | undefined, @@ -52892,6 +71533,195 @@ export type GraphQLTypes = { org_id?: GraphQLTypes["order_by"] | undefined, profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined +}; + /** columns and relationships of "org_share_tokens" */ +["org_share_tokens"]: { + __typename: "org_share_tokens", + created_at: GraphQLTypes["timestamptz"], + org_id: GraphQLTypes["bigint"], + /** An object relationship */ + organization: GraphQLTypes["organizations"], + type: number, + updated_at: GraphQLTypes["timestamptz"], + uuid: GraphQLTypes["uuid"] +}; + /** aggregated selection of "org_share_tokens" */ +["org_share_tokens_aggregate"]: { + __typename: "org_share_tokens_aggregate", + aggregate?: GraphQLTypes["org_share_tokens_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "org_share_tokens" */ +["org_share_tokens_aggregate_fields"]: { + __typename: "org_share_tokens_aggregate_fields", + avg?: GraphQLTypes["org_share_tokens_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["org_share_tokens_max_fields"] | undefined, + min?: GraphQLTypes["org_share_tokens_min_fields"] | undefined, + stddev?: GraphQLTypes["org_share_tokens_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["org_share_tokens_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["org_share_tokens_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["org_share_tokens_sum_fields"] | undefined, + var_pop?: GraphQLTypes["org_share_tokens_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["org_share_tokens_var_samp_fields"] | undefined, + variance?: GraphQLTypes["org_share_tokens_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["org_share_tokens_avg_fields"]: { + __typename: "org_share_tokens_avg_fields", + org_id?: number | undefined, + type?: number | undefined +}; + /** Boolean expression to filter rows from the table "org_share_tokens". All fields are combined with a logical 'AND'. */ +["org_share_tokens_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["org_share_tokens_bool_exp"] | undefined, + _or?: Array | undefined, + created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + org_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + organization?: GraphQLTypes["organizations_bool_exp"] | undefined, + type?: GraphQLTypes["Int_comparison_exp"] | undefined, + updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + uuid?: GraphQLTypes["uuid_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "org_share_tokens" */ +["org_share_tokens_constraint"]: org_share_tokens_constraint; + /** input type for incrementing numeric columns in table "org_share_tokens" */ +["org_share_tokens_inc_input"]: { + org_id?: GraphQLTypes["bigint"] | undefined, + type?: number | undefined +}; + /** input type for inserting data into table "org_share_tokens" */ +["org_share_tokens_insert_input"]: { + created_at?: GraphQLTypes["timestamptz"] | undefined, + org_id?: GraphQLTypes["bigint"] | undefined, + organization?: GraphQLTypes["organizations_obj_rel_insert_input"] | undefined, + type?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + uuid?: GraphQLTypes["uuid"] | undefined +}; + /** aggregate max on columns */ +["org_share_tokens_max_fields"]: { + __typename: "org_share_tokens_max_fields", + created_at?: GraphQLTypes["timestamptz"] | undefined, + org_id?: GraphQLTypes["bigint"] | undefined, + type?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + uuid?: GraphQLTypes["uuid"] | undefined +}; + /** aggregate min on columns */ +["org_share_tokens_min_fields"]: { + __typename: "org_share_tokens_min_fields", + created_at?: GraphQLTypes["timestamptz"] | undefined, + org_id?: GraphQLTypes["bigint"] | undefined, + type?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + uuid?: GraphQLTypes["uuid"] | undefined +}; + /** response of any mutation on the table "org_share_tokens" */ +["org_share_tokens_mutation_response"]: { + __typename: "org_share_tokens_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "org_share_tokens" */ +["org_share_tokens_on_conflict"]: { + constraint: GraphQLTypes["org_share_tokens_constraint"], + update_columns: Array, + where?: GraphQLTypes["org_share_tokens_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "org_share_tokens". */ +["org_share_tokens_order_by"]: { + created_at?: GraphQLTypes["order_by"] | undefined, + org_id?: GraphQLTypes["order_by"] | undefined, + organization?: GraphQLTypes["organizations_order_by"] | undefined, + type?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined, + uuid?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: org_share_tokens */ +["org_share_tokens_pk_columns_input"]: { + org_id: GraphQLTypes["bigint"], + type: number +}; + /** select columns of table "org_share_tokens" */ +["org_share_tokens_select_column"]: org_share_tokens_select_column; + /** input type for updating data in table "org_share_tokens" */ +["org_share_tokens_set_input"]: { + created_at?: GraphQLTypes["timestamptz"] | undefined, + org_id?: GraphQLTypes["bigint"] | undefined, + type?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + uuid?: GraphQLTypes["uuid"] | undefined +}; + /** aggregate stddev on columns */ +["org_share_tokens_stddev_fields"]: { + __typename: "org_share_tokens_stddev_fields", + org_id?: number | undefined, + type?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["org_share_tokens_stddev_pop_fields"]: { + __typename: "org_share_tokens_stddev_pop_fields", + org_id?: number | undefined, + type?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["org_share_tokens_stddev_samp_fields"]: { + __typename: "org_share_tokens_stddev_samp_fields", + org_id?: number | undefined, + type?: number | undefined +}; + /** Streaming cursor of the table "org_share_tokens" */ +["org_share_tokens_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["org_share_tokens_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["org_share_tokens_stream_cursor_value_input"]: { + created_at?: GraphQLTypes["timestamptz"] | undefined, + org_id?: GraphQLTypes["bigint"] | undefined, + type?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + uuid?: GraphQLTypes["uuid"] | undefined +}; + /** aggregate sum on columns */ +["org_share_tokens_sum_fields"]: { + __typename: "org_share_tokens_sum_fields", + org_id?: GraphQLTypes["bigint"] | undefined, + type?: number | undefined +}; + /** update columns of table "org_share_tokens" */ +["org_share_tokens_update_column"]: org_share_tokens_update_column; + ["org_share_tokens_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["org_share_tokens_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["org_share_tokens_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["org_share_tokens_bool_exp"] +}; + /** aggregate var_pop on columns */ +["org_share_tokens_var_pop_fields"]: { + __typename: "org_share_tokens_var_pop_fields", + org_id?: number | undefined, + type?: number | undefined +}; + /** aggregate var_samp on columns */ +["org_share_tokens_var_samp_fields"]: { + __typename: "org_share_tokens_var_samp_fields", + org_id?: number | undefined, + type?: number | undefined +}; + /** aggregate variance on columns */ +["org_share_tokens_variance_fields"]: { + __typename: "org_share_tokens_variance_fields", + org_id?: number | undefined, + type?: number | undefined }; /** columns and relationships of "organizations" */ ["organizations"]: { @@ -52902,6 +71732,8 @@ export type GraphQLTypes = { circles_aggregate: GraphQLTypes["circles_aggregate"], created_at: GraphQLTypes["timestamp"], created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id: GraphQLTypes["bigint"], is_verified: boolean, logo?: string | undefined, @@ -52946,6 +71778,8 @@ export type GraphQLTypes = { ["organizations_avg_fields"]: { __typename: "organizations_avg_fields", created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** Boolean expression to filter rows from the table "organizations". All fields are combined with a logical 'AND'. */ @@ -52957,6 +71791,8 @@ export type GraphQLTypes = { circles_aggregate?: GraphQLTypes["circles_aggregate_bool_exp"] | undefined, created_at?: GraphQLTypes["timestamp_comparison_exp"] | undefined, created_by?: GraphQLTypes["Int_comparison_exp"] | undefined, + guild_id?: GraphQLTypes["Int_comparison_exp"] | undefined, + guild_role_id?: GraphQLTypes["Int_comparison_exp"] | undefined, id?: GraphQLTypes["bigint_comparison_exp"] | undefined, is_verified?: GraphQLTypes["Boolean_comparison_exp"] | undefined, logo?: GraphQLTypes["String_comparison_exp"] | undefined, @@ -52975,6 +71811,8 @@ export type GraphQLTypes = { /** input type for incrementing numeric columns in table "organizations" */ ["organizations_inc_input"]: { created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: GraphQLTypes["bigint"] | undefined }; /** input type for inserting data into table "organizations" */ @@ -52982,6 +71820,8 @@ export type GraphQLTypes = { circles?: GraphQLTypes["circles_arr_rel_insert_input"] | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, is_verified?: boolean | undefined, logo?: string | undefined, @@ -52999,6 +71839,8 @@ export type GraphQLTypes = { __typename: "organizations_max_fields", created_at?: GraphQLTypes["timestamp"] | undefined, created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, logo?: string | undefined, name?: string | undefined, @@ -53010,6 +71852,8 @@ export type GraphQLTypes = { __typename: "organizations_min_fields", created_at?: GraphQLTypes["timestamp"] | undefined, created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, logo?: string | undefined, name?: string | undefined, @@ -53041,6 +71885,8 @@ export type GraphQLTypes = { circles_aggregate?: GraphQLTypes["circles_aggregate_order_by"] | undefined, created_at?: GraphQLTypes["order_by"] | undefined, created_by?: GraphQLTypes["order_by"] | undefined, + guild_id?: GraphQLTypes["order_by"] | undefined, + guild_role_id?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, is_verified?: GraphQLTypes["order_by"] | undefined, logo?: GraphQLTypes["order_by"] | undefined, @@ -53062,6 +71908,8 @@ export type GraphQLTypes = { ["organizations_set_input"]: { created_at?: GraphQLTypes["timestamp"] | undefined, created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, is_verified?: boolean | undefined, logo?: string | undefined, @@ -53075,18 +71923,24 @@ export type GraphQLTypes = { ["organizations_stddev_fields"]: { __typename: "organizations_stddev_fields", created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** aggregate stddev_pop on columns */ ["organizations_stddev_pop_fields"]: { __typename: "organizations_stddev_pop_fields", created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** aggregate stddev_samp on columns */ ["organizations_stddev_samp_fields"]: { __typename: "organizations_stddev_samp_fields", created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** Streaming cursor of the table "organizations" */ @@ -53100,6 +71954,8 @@ export type GraphQLTypes = { ["organizations_stream_cursor_value_input"]: { created_at?: GraphQLTypes["timestamp"] | undefined, created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, is_verified?: boolean | undefined, logo?: string | undefined, @@ -53113,6 +71969,8 @@ export type GraphQLTypes = { ["organizations_sum_fields"]: { __typename: "organizations_sum_fields", created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: GraphQLTypes["bigint"] | undefined }; /** update columns of table "organizations" */ @@ -53129,18 +71987,24 @@ export type GraphQLTypes = { ["organizations_var_pop_fields"]: { __typename: "organizations_var_pop_fields", created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** aggregate var_samp on columns */ ["organizations_var_samp_fields"]: { __typename: "organizations_var_samp_fields", created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** aggregate variance on columns */ ["organizations_variance_fields"]: { __typename: "organizations_variance_fields", created_by?: number | undefined, + guild_id?: number | undefined, + guild_role_id?: number | undefined, id?: number | undefined }; /** columns and relationships of "pending_gift_private" */ @@ -54229,11 +73093,893 @@ export type GraphQLTypes = { __typename: "personal_access_tokens_variance_fields", id?: number | undefined, tokenable_id?: number | undefined +}; + /** Poap event info */ +["poap_events"]: { + __typename: "poap_events", + city: string, + country: string, + created_at: GraphQLTypes["timestamptz"], + description: string, + distance?: GraphQLTypes["float8"] | undefined, + embedding?: GraphQLTypes["vector"] | undefined, + end_date: GraphQLTypes["date"], + event_url: string, + expiry_date: GraphQLTypes["date"], + fancy_id: string, + id: GraphQLTypes["bigint"], + image_url: string, + name: string, + poap_id: number, + start_date: GraphQLTypes["date"], + supply: number, + updated_at: GraphQLTypes["timestamptz"], + year: number +}; + /** aggregated selection of "poap_events" */ +["poap_events_aggregate"]: { + __typename: "poap_events_aggregate", + aggregate?: GraphQLTypes["poap_events_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "poap_events" */ +["poap_events_aggregate_fields"]: { + __typename: "poap_events_aggregate_fields", + avg?: GraphQLTypes["poap_events_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["poap_events_max_fields"] | undefined, + min?: GraphQLTypes["poap_events_min_fields"] | undefined, + stddev?: GraphQLTypes["poap_events_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["poap_events_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["poap_events_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["poap_events_sum_fields"] | undefined, + var_pop?: GraphQLTypes["poap_events_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["poap_events_var_samp_fields"] | undefined, + variance?: GraphQLTypes["poap_events_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["poap_events_avg_fields"]: { + __typename: "poap_events_avg_fields", + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** Boolean expression to filter rows from the table "poap_events". All fields are combined with a logical 'AND'. */ +["poap_events_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["poap_events_bool_exp"] | undefined, + _or?: Array | undefined, + city?: GraphQLTypes["String_comparison_exp"] | undefined, + country?: GraphQLTypes["String_comparison_exp"] | undefined, + created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + description?: GraphQLTypes["String_comparison_exp"] | undefined, + distance?: GraphQLTypes["float8_comparison_exp"] | undefined, + embedding?: GraphQLTypes["vector_comparison_exp"] | undefined, + end_date?: GraphQLTypes["date_comparison_exp"] | undefined, + event_url?: GraphQLTypes["String_comparison_exp"] | undefined, + expiry_date?: GraphQLTypes["date_comparison_exp"] | undefined, + fancy_id?: GraphQLTypes["String_comparison_exp"] | undefined, + id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + image_url?: GraphQLTypes["String_comparison_exp"] | undefined, + name?: GraphQLTypes["String_comparison_exp"] | undefined, + poap_id?: GraphQLTypes["Int_comparison_exp"] | undefined, + start_date?: GraphQLTypes["date_comparison_exp"] | undefined, + supply?: GraphQLTypes["Int_comparison_exp"] | undefined, + updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + year?: GraphQLTypes["Int_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "poap_events" */ +["poap_events_constraint"]: poap_events_constraint; + /** input type for incrementing numeric columns in table "poap_events" */ +["poap_events_inc_input"]: { + distance?: GraphQLTypes["float8"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** input type for inserting data into table "poap_events" */ +["poap_events_insert_input"]: { + city?: string | undefined, + country?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + description?: string | undefined, + distance?: GraphQLTypes["float8"] | undefined, + embedding?: GraphQLTypes["vector"] | undefined, + end_date?: GraphQLTypes["date"] | undefined, + event_url?: string | undefined, + expiry_date?: GraphQLTypes["date"] | undefined, + fancy_id?: string | undefined, + id?: GraphQLTypes["bigint"] | undefined, + image_url?: string | undefined, + name?: string | undefined, + poap_id?: number | undefined, + start_date?: GraphQLTypes["date"] | undefined, + supply?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + year?: number | undefined +}; + /** aggregate max on columns */ +["poap_events_max_fields"]: { + __typename: "poap_events_max_fields", + city?: string | undefined, + country?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + description?: string | undefined, + distance?: GraphQLTypes["float8"] | undefined, + end_date?: GraphQLTypes["date"] | undefined, + event_url?: string | undefined, + expiry_date?: GraphQLTypes["date"] | undefined, + fancy_id?: string | undefined, + id?: GraphQLTypes["bigint"] | undefined, + image_url?: string | undefined, + name?: string | undefined, + poap_id?: number | undefined, + start_date?: GraphQLTypes["date"] | undefined, + supply?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + year?: number | undefined +}; + /** aggregate min on columns */ +["poap_events_min_fields"]: { + __typename: "poap_events_min_fields", + city?: string | undefined, + country?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + description?: string | undefined, + distance?: GraphQLTypes["float8"] | undefined, + end_date?: GraphQLTypes["date"] | undefined, + event_url?: string | undefined, + expiry_date?: GraphQLTypes["date"] | undefined, + fancy_id?: string | undefined, + id?: GraphQLTypes["bigint"] | undefined, + image_url?: string | undefined, + name?: string | undefined, + poap_id?: number | undefined, + start_date?: GraphQLTypes["date"] | undefined, + supply?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + year?: number | undefined +}; + /** response of any mutation on the table "poap_events" */ +["poap_events_mutation_response"]: { + __typename: "poap_events_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "poap_events" */ +["poap_events_on_conflict"]: { + constraint: GraphQLTypes["poap_events_constraint"], + update_columns: Array, + where?: GraphQLTypes["poap_events_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "poap_events". */ +["poap_events_order_by"]: { + city?: GraphQLTypes["order_by"] | undefined, + country?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + description?: GraphQLTypes["order_by"] | undefined, + distance?: GraphQLTypes["order_by"] | undefined, + embedding?: GraphQLTypes["order_by"] | undefined, + end_date?: GraphQLTypes["order_by"] | undefined, + event_url?: GraphQLTypes["order_by"] | undefined, + expiry_date?: GraphQLTypes["order_by"] | undefined, + fancy_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + image_url?: GraphQLTypes["order_by"] | undefined, + name?: GraphQLTypes["order_by"] | undefined, + poap_id?: GraphQLTypes["order_by"] | undefined, + start_date?: GraphQLTypes["order_by"] | undefined, + supply?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined, + year?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: poap_events */ +["poap_events_pk_columns_input"]: { + id: GraphQLTypes["bigint"] +}; + /** select columns of table "poap_events" */ +["poap_events_select_column"]: poap_events_select_column; + /** input type for updating data in table "poap_events" */ +["poap_events_set_input"]: { + city?: string | undefined, + country?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + description?: string | undefined, + distance?: GraphQLTypes["float8"] | undefined, + embedding?: GraphQLTypes["vector"] | undefined, + end_date?: GraphQLTypes["date"] | undefined, + event_url?: string | undefined, + expiry_date?: GraphQLTypes["date"] | undefined, + fancy_id?: string | undefined, + id?: GraphQLTypes["bigint"] | undefined, + image_url?: string | undefined, + name?: string | undefined, + poap_id?: number | undefined, + start_date?: GraphQLTypes["date"] | undefined, + supply?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + year?: number | undefined +}; + /** aggregate stddev on columns */ +["poap_events_stddev_fields"]: { + __typename: "poap_events_stddev_fields", + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["poap_events_stddev_pop_fields"]: { + __typename: "poap_events_stddev_pop_fields", + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["poap_events_stddev_samp_fields"]: { + __typename: "poap_events_stddev_samp_fields", + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** Streaming cursor of the table "poap_events" */ +["poap_events_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["poap_events_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["poap_events_stream_cursor_value_input"]: { + city?: string | undefined, + country?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + description?: string | undefined, + distance?: GraphQLTypes["float8"] | undefined, + embedding?: GraphQLTypes["vector"] | undefined, + end_date?: GraphQLTypes["date"] | undefined, + event_url?: string | undefined, + expiry_date?: GraphQLTypes["date"] | undefined, + fancy_id?: string | undefined, + id?: GraphQLTypes["bigint"] | undefined, + image_url?: string | undefined, + name?: string | undefined, + poap_id?: number | undefined, + start_date?: GraphQLTypes["date"] | undefined, + supply?: number | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + year?: number | undefined +}; + /** aggregate sum on columns */ +["poap_events_sum_fields"]: { + __typename: "poap_events_sum_fields", + distance?: GraphQLTypes["float8"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** update columns of table "poap_events" */ +["poap_events_update_column"]: poap_events_update_column; + ["poap_events_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["poap_events_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["poap_events_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["poap_events_bool_exp"] +}; + /** aggregate var_pop on columns */ +["poap_events_var_pop_fields"]: { + __typename: "poap_events_var_pop_fields", + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** aggregate var_samp on columns */ +["poap_events_var_samp_fields"]: { + __typename: "poap_events_var_samp_fields", + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** aggregate variance on columns */ +["poap_events_variance_fields"]: { + __typename: "poap_events_variance_fields", + distance?: number | undefined, + id?: number | undefined, + poap_id?: number | undefined, + supply?: number | undefined, + year?: number | undefined +}; + /** columns and relationships of "poap_holders" */ +["poap_holders"]: { + __typename: "poap_holders", + address: GraphQLTypes["citext"], + chain: string, + /** An object relationship */ + cosoul?: GraphQLTypes["cosouls"] | undefined, + created_at: GraphQLTypes["timestamptz"], + event_id: GraphQLTypes["bigint"], + id: GraphQLTypes["bigint"], + poap_created: GraphQLTypes["timestamptz"], + token_id: GraphQLTypes["bigint"], + updated_at: GraphQLTypes["timestamptz"] +}; + /** aggregated selection of "poap_holders" */ +["poap_holders_aggregate"]: { + __typename: "poap_holders_aggregate", + aggregate?: GraphQLTypes["poap_holders_aggregate_fields"] | undefined, + nodes: Array +}; + ["poap_holders_aggregate_bool_exp"]: { + count?: GraphQLTypes["poap_holders_aggregate_bool_exp_count"] | undefined +}; + ["poap_holders_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: GraphQLTypes["poap_holders_bool_exp"] | undefined, + predicate: GraphQLTypes["Int_comparison_exp"] +}; + /** aggregate fields of "poap_holders" */ +["poap_holders_aggregate_fields"]: { + __typename: "poap_holders_aggregate_fields", + avg?: GraphQLTypes["poap_holders_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["poap_holders_max_fields"] | undefined, + min?: GraphQLTypes["poap_holders_min_fields"] | undefined, + stddev?: GraphQLTypes["poap_holders_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["poap_holders_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["poap_holders_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["poap_holders_sum_fields"] | undefined, + var_pop?: GraphQLTypes["poap_holders_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["poap_holders_var_samp_fields"] | undefined, + variance?: GraphQLTypes["poap_holders_variance_fields"] | undefined +}; + /** order by aggregate values of table "poap_holders" */ +["poap_holders_aggregate_order_by"]: { + avg?: GraphQLTypes["poap_holders_avg_order_by"] | undefined, + count?: GraphQLTypes["order_by"] | undefined, + max?: GraphQLTypes["poap_holders_max_order_by"] | undefined, + min?: GraphQLTypes["poap_holders_min_order_by"] | undefined, + stddev?: GraphQLTypes["poap_holders_stddev_order_by"] | undefined, + stddev_pop?: GraphQLTypes["poap_holders_stddev_pop_order_by"] | undefined, + stddev_samp?: GraphQLTypes["poap_holders_stddev_samp_order_by"] | undefined, + sum?: GraphQLTypes["poap_holders_sum_order_by"] | undefined, + var_pop?: GraphQLTypes["poap_holders_var_pop_order_by"] | undefined, + var_samp?: GraphQLTypes["poap_holders_var_samp_order_by"] | undefined, + variance?: GraphQLTypes["poap_holders_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "poap_holders" */ +["poap_holders_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: GraphQLTypes["poap_holders_on_conflict"] | undefined +}; + /** aggregate avg on columns */ +["poap_holders_avg_fields"]: { + __typename: "poap_holders_avg_fields", + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by avg() on columns of table "poap_holders" */ +["poap_holders_avg_order_by"]: { + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined +}; + /** Boolean expression to filter rows from the table "poap_holders". All fields are combined with a logical 'AND'. */ +["poap_holders_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["poap_holders_bool_exp"] | undefined, + _or?: Array | undefined, + address?: GraphQLTypes["citext_comparison_exp"] | undefined, + chain?: GraphQLTypes["String_comparison_exp"] | undefined, + cosoul?: GraphQLTypes["cosouls_bool_exp"] | undefined, + created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + event_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + poap_created?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + token_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "poap_holders" */ +["poap_holders_constraint"]: poap_holders_constraint; + /** input type for incrementing numeric columns in table "poap_holders" */ +["poap_holders_inc_input"]: { + event_id?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + token_id?: GraphQLTypes["bigint"] | undefined +}; + /** input type for inserting data into table "poap_holders" */ +["poap_holders_insert_input"]: { + address?: GraphQLTypes["citext"] | undefined, + chain?: string | undefined, + cosoul?: GraphQLTypes["cosouls_obj_rel_insert_input"] | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + event_id?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + poap_created?: GraphQLTypes["timestamptz"] | undefined, + token_id?: GraphQLTypes["bigint"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["poap_holders_max_fields"]: { + __typename: "poap_holders_max_fields", + address?: GraphQLTypes["citext"] | undefined, + chain?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + event_id?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + poap_created?: GraphQLTypes["timestamptz"] | undefined, + token_id?: GraphQLTypes["bigint"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** order by max() on columns of table "poap_holders" */ +["poap_holders_max_order_by"]: { + address?: GraphQLTypes["order_by"] | undefined, + chain?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + poap_created?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate min on columns */ +["poap_holders_min_fields"]: { + __typename: "poap_holders_min_fields", + address?: GraphQLTypes["citext"] | undefined, + chain?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + event_id?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + poap_created?: GraphQLTypes["timestamptz"] | undefined, + token_id?: GraphQLTypes["bigint"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** order by min() on columns of table "poap_holders" */ +["poap_holders_min_order_by"]: { + address?: GraphQLTypes["order_by"] | undefined, + chain?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + poap_created?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** response of any mutation on the table "poap_holders" */ +["poap_holders_mutation_response"]: { + __typename: "poap_holders_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "poap_holders" */ +["poap_holders_on_conflict"]: { + constraint: GraphQLTypes["poap_holders_constraint"], + update_columns: Array, + where?: GraphQLTypes["poap_holders_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "poap_holders". */ +["poap_holders_order_by"]: { + address?: GraphQLTypes["order_by"] | undefined, + chain?: GraphQLTypes["order_by"] | undefined, + cosoul?: GraphQLTypes["cosouls_order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + poap_created?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: poap_holders */ +["poap_holders_pk_columns_input"]: { + id: GraphQLTypes["bigint"] +}; + /** select columns of table "poap_holders" */ +["poap_holders_select_column"]: poap_holders_select_column; + /** input type for updating data in table "poap_holders" */ +["poap_holders_set_input"]: { + address?: GraphQLTypes["citext"] | undefined, + chain?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + event_id?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + poap_created?: GraphQLTypes["timestamptz"] | undefined, + token_id?: GraphQLTypes["bigint"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate stddev on columns */ +["poap_holders_stddev_fields"]: { + __typename: "poap_holders_stddev_fields", + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by stddev() on columns of table "poap_holders" */ +["poap_holders_stddev_order_by"]: { + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate stddev_pop on columns */ +["poap_holders_stddev_pop_fields"]: { + __typename: "poap_holders_stddev_pop_fields", + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "poap_holders" */ +["poap_holders_stddev_pop_order_by"]: { + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate stddev_samp on columns */ +["poap_holders_stddev_samp_fields"]: { + __typename: "poap_holders_stddev_samp_fields", + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "poap_holders" */ +["poap_holders_stddev_samp_order_by"]: { + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined +}; + /** Streaming cursor of the table "poap_holders" */ +["poap_holders_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["poap_holders_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["poap_holders_stream_cursor_value_input"]: { + address?: GraphQLTypes["citext"] | undefined, + chain?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + event_id?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + poap_created?: GraphQLTypes["timestamptz"] | undefined, + token_id?: GraphQLTypes["bigint"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate sum on columns */ +["poap_holders_sum_fields"]: { + __typename: "poap_holders_sum_fields", + event_id?: GraphQLTypes["bigint"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + token_id?: GraphQLTypes["bigint"] | undefined +}; + /** order by sum() on columns of table "poap_holders" */ +["poap_holders_sum_order_by"]: { + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined +}; + /** update columns of table "poap_holders" */ +["poap_holders_update_column"]: poap_holders_update_column; + ["poap_holders_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["poap_holders_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["poap_holders_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["poap_holders_bool_exp"] +}; + /** aggregate var_pop on columns */ +["poap_holders_var_pop_fields"]: { + __typename: "poap_holders_var_pop_fields", + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by var_pop() on columns of table "poap_holders" */ +["poap_holders_var_pop_order_by"]: { + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate var_samp on columns */ +["poap_holders_var_samp_fields"]: { + __typename: "poap_holders_var_samp_fields", + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by var_samp() on columns of table "poap_holders" */ +["poap_holders_var_samp_order_by"]: { + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate variance on columns */ +["poap_holders_variance_fields"]: { + __typename: "poap_holders_variance_fields", + event_id?: number | undefined, + id?: number | undefined, + token_id?: number | undefined +}; + /** order by variance() on columns of table "poap_holders" */ +["poap_holders_variance_order_by"]: { + event_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + token_id?: GraphQLTypes["order_by"] | undefined +}; + /** columns and relationships of "private_stream_visibility" */ +["private_stream_visibility"]: { + __typename: "private_stream_visibility", + created_at: GraphQLTypes["timestamptz"], + profile_id: GraphQLTypes["bigint"], + view_profile_id: GraphQLTypes["bigint"] +}; + /** aggregated selection of "private_stream_visibility" */ +["private_stream_visibility_aggregate"]: { + __typename: "private_stream_visibility_aggregate", + aggregate?: GraphQLTypes["private_stream_visibility_aggregate_fields"] | undefined, + nodes: Array +}; + ["private_stream_visibility_aggregate_bool_exp"]: { + count?: GraphQLTypes["private_stream_visibility_aggregate_bool_exp_count"] | undefined +}; + ["private_stream_visibility_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: GraphQLTypes["private_stream_visibility_bool_exp"] | undefined, + predicate: GraphQLTypes["Int_comparison_exp"] +}; + /** aggregate fields of "private_stream_visibility" */ +["private_stream_visibility_aggregate_fields"]: { + __typename: "private_stream_visibility_aggregate_fields", + avg?: GraphQLTypes["private_stream_visibility_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["private_stream_visibility_max_fields"] | undefined, + min?: GraphQLTypes["private_stream_visibility_min_fields"] | undefined, + stddev?: GraphQLTypes["private_stream_visibility_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["private_stream_visibility_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["private_stream_visibility_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["private_stream_visibility_sum_fields"] | undefined, + var_pop?: GraphQLTypes["private_stream_visibility_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["private_stream_visibility_var_samp_fields"] | undefined, + variance?: GraphQLTypes["private_stream_visibility_variance_fields"] | undefined +}; + /** order by aggregate values of table "private_stream_visibility" */ +["private_stream_visibility_aggregate_order_by"]: { + avg?: GraphQLTypes["private_stream_visibility_avg_order_by"] | undefined, + count?: GraphQLTypes["order_by"] | undefined, + max?: GraphQLTypes["private_stream_visibility_max_order_by"] | undefined, + min?: GraphQLTypes["private_stream_visibility_min_order_by"] | undefined, + stddev?: GraphQLTypes["private_stream_visibility_stddev_order_by"] | undefined, + stddev_pop?: GraphQLTypes["private_stream_visibility_stddev_pop_order_by"] | undefined, + stddev_samp?: GraphQLTypes["private_stream_visibility_stddev_samp_order_by"] | undefined, + sum?: GraphQLTypes["private_stream_visibility_sum_order_by"] | undefined, + var_pop?: GraphQLTypes["private_stream_visibility_var_pop_order_by"] | undefined, + var_samp?: GraphQLTypes["private_stream_visibility_var_samp_order_by"] | undefined, + variance?: GraphQLTypes["private_stream_visibility_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "private_stream_visibility" */ +["private_stream_visibility_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: GraphQLTypes["private_stream_visibility_on_conflict"] | undefined +}; + /** aggregate avg on columns */ +["private_stream_visibility_avg_fields"]: { + __typename: "private_stream_visibility_avg_fields", + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by avg() on columns of table "private_stream_visibility" */ +["private_stream_visibility_avg_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** Boolean expression to filter rows from the table "private_stream_visibility". All fields are combined with a logical 'AND'. */ +["private_stream_visibility_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["private_stream_visibility_bool_exp"] | undefined, + _or?: Array | undefined, + created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + profile_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + view_profile_id?: GraphQLTypes["bigint_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "private_stream_visibility" */ +["private_stream_visibility_constraint"]: private_stream_visibility_constraint; + /** input type for incrementing numeric columns in table "private_stream_visibility" */ +["private_stream_visibility_inc_input"]: { + profile_id?: GraphQLTypes["bigint"] | undefined, + view_profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** input type for inserting data into table "private_stream_visibility" */ +["private_stream_visibility_insert_input"]: { + created_at?: GraphQLTypes["timestamptz"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + view_profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregate max on columns */ +["private_stream_visibility_max_fields"]: { + __typename: "private_stream_visibility_max_fields", + created_at?: GraphQLTypes["timestamptz"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + view_profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** order by max() on columns of table "private_stream_visibility" */ +["private_stream_visibility_max_order_by"]: { + created_at?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate min on columns */ +["private_stream_visibility_min_fields"]: { + __typename: "private_stream_visibility_min_fields", + created_at?: GraphQLTypes["timestamptz"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + view_profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** order by min() on columns of table "private_stream_visibility" */ +["private_stream_visibility_min_order_by"]: { + created_at?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** response of any mutation on the table "private_stream_visibility" */ +["private_stream_visibility_mutation_response"]: { + __typename: "private_stream_visibility_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "private_stream_visibility" */ +["private_stream_visibility_on_conflict"]: { + constraint: GraphQLTypes["private_stream_visibility_constraint"], + update_columns: Array, + where?: GraphQLTypes["private_stream_visibility_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "private_stream_visibility". */ +["private_stream_visibility_order_by"]: { + created_at?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: private_stream_visibility */ +["private_stream_visibility_pk_columns_input"]: { + profile_id: GraphQLTypes["bigint"], + view_profile_id: GraphQLTypes["bigint"] +}; + /** select columns of table "private_stream_visibility" */ +["private_stream_visibility_select_column"]: private_stream_visibility_select_column; + /** input type for updating data in table "private_stream_visibility" */ +["private_stream_visibility_set_input"]: { + created_at?: GraphQLTypes["timestamptz"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + view_profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregate stddev on columns */ +["private_stream_visibility_stddev_fields"]: { + __typename: "private_stream_visibility_stddev_fields", + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by stddev() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate stddev_pop on columns */ +["private_stream_visibility_stddev_pop_fields"]: { + __typename: "private_stream_visibility_stddev_pop_fields", + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_pop_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate stddev_samp on columns */ +["private_stream_visibility_stddev_samp_fields"]: { + __typename: "private_stream_visibility_stddev_samp_fields", + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "private_stream_visibility" */ +["private_stream_visibility_stddev_samp_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** Streaming cursor of the table "private_stream_visibility" */ +["private_stream_visibility_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["private_stream_visibility_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["private_stream_visibility_stream_cursor_value_input"]: { + created_at?: GraphQLTypes["timestamptz"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + view_profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** aggregate sum on columns */ +["private_stream_visibility_sum_fields"]: { + __typename: "private_stream_visibility_sum_fields", + profile_id?: GraphQLTypes["bigint"] | undefined, + view_profile_id?: GraphQLTypes["bigint"] | undefined +}; + /** order by sum() on columns of table "private_stream_visibility" */ +["private_stream_visibility_sum_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** update columns of table "private_stream_visibility" */ +["private_stream_visibility_update_column"]: private_stream_visibility_update_column; + ["private_stream_visibility_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["private_stream_visibility_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["private_stream_visibility_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["private_stream_visibility_bool_exp"] +}; + /** aggregate var_pop on columns */ +["private_stream_visibility_var_pop_fields"]: { + __typename: "private_stream_visibility_var_pop_fields", + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by var_pop() on columns of table "private_stream_visibility" */ +["private_stream_visibility_var_pop_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate var_samp on columns */ +["private_stream_visibility_var_samp_fields"]: { + __typename: "private_stream_visibility_var_samp_fields", + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by var_samp() on columns of table "private_stream_visibility" */ +["private_stream_visibility_var_samp_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate variance on columns */ +["private_stream_visibility_variance_fields"]: { + __typename: "private_stream_visibility_variance_fields", + profile_id?: number | undefined, + view_profile_id?: number | undefined +}; + /** order by variance() on columns of table "private_stream_visibility" */ +["private_stream_visibility_variance_order_by"]: { + profile_id?: GraphQLTypes["order_by"] | undefined, + view_profile_id?: GraphQLTypes["order_by"] | undefined }; /** Coordinape user accounts that can belong to one or many circles via the relationship to the users table */ ["profiles"]: { __typename: "profiles", address: string, + app_emails: boolean, avatar?: string | undefined, background?: string | undefined, bio?: string | undefined, @@ -54243,16 +73989,22 @@ export type GraphQLTypes = { /** An aggregate relationship */ claims_aggregate: GraphQLTypes["claims_aggregate"], connector?: string | undefined, + /** An object relationship */ + cosoul?: GraphQLTypes["cosouls"] | undefined, created_at: GraphQLTypes["timestamp"], discord_username?: string | undefined, /** An array relationship */ distributions: Array, /** An aggregate relationship */ distributions_aggregate: GraphQLTypes["distributions_aggregate"], + /** An array relationship */ + emails: Array, + /** An aggregate relationship */ + emails_aggregate: GraphQLTypes["emails_aggregate"], github_username?: string | undefined, id: GraphQLTypes["bigint"], medium_username?: string | undefined, - name?: GraphQLTypes["citext"] | undefined, + name: GraphQLTypes["citext"], /** An array relationship */ nominees: Array, /** An aggregate relationship */ @@ -54261,8 +74013,12 @@ export type GraphQLTypes = { org_members: Array, /** An aggregate relationship */ org_members_aggregate: GraphQLTypes["org_members_aggregate"], + product_emails: boolean, + /** An object relationship */ + reputation_score?: GraphQLTypes["reputation_scores"] | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: GraphQLTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at: GraphQLTypes["timestamp"], /** An object relationship */ @@ -54313,6 +74069,7 @@ export type GraphQLTypes = { _not?: GraphQLTypes["profiles_bool_exp"] | undefined, _or?: Array | undefined, address?: GraphQLTypes["String_comparison_exp"] | undefined, + app_emails?: GraphQLTypes["Boolean_comparison_exp"] | undefined, avatar?: GraphQLTypes["String_comparison_exp"] | undefined, background?: GraphQLTypes["String_comparison_exp"] | undefined, bio?: GraphQLTypes["String_comparison_exp"] | undefined, @@ -54320,10 +74077,13 @@ export type GraphQLTypes = { claims?: GraphQLTypes["claims_bool_exp"] | undefined, claims_aggregate?: GraphQLTypes["claims_aggregate_bool_exp"] | undefined, connector?: GraphQLTypes["String_comparison_exp"] | undefined, + cosoul?: GraphQLTypes["cosouls_bool_exp"] | undefined, created_at?: GraphQLTypes["timestamp_comparison_exp"] | undefined, discord_username?: GraphQLTypes["String_comparison_exp"] | undefined, distributions?: GraphQLTypes["distributions_bool_exp"] | undefined, distributions_aggregate?: GraphQLTypes["distributions_aggregate_bool_exp"] | undefined, + emails?: GraphQLTypes["emails_bool_exp"] | undefined, + emails_aggregate?: GraphQLTypes["emails_aggregate_bool_exp"] | undefined, github_username?: GraphQLTypes["String_comparison_exp"] | undefined, id?: GraphQLTypes["bigint_comparison_exp"] | undefined, medium_username?: GraphQLTypes["String_comparison_exp"] | undefined, @@ -54332,8 +74092,11 @@ export type GraphQLTypes = { nominees_aggregate?: GraphQLTypes["nominees_aggregate_bool_exp"] | undefined, org_members?: GraphQLTypes["org_members_bool_exp"] | undefined, org_members_aggregate?: GraphQLTypes["org_members_aggregate_bool_exp"] | undefined, + product_emails?: GraphQLTypes["Boolean_comparison_exp"] | undefined, + reputation_score?: GraphQLTypes["reputation_scores_bool_exp"] | undefined, skills?: GraphQLTypes["String_comparison_exp"] | undefined, telegram_username?: GraphQLTypes["String_comparison_exp"] | undefined, + tos_agreed_at?: GraphQLTypes["timestamp_comparison_exp"] | undefined, twitter_username?: GraphQLTypes["String_comparison_exp"] | undefined, updated_at?: GraphQLTypes["timestamp_comparison_exp"] | undefined, user?: GraphQLTypes["discord_users_bool_exp"] | undefined, @@ -54354,23 +74117,29 @@ export type GraphQLTypes = { /** input type for inserting data into table "profiles" */ ["profiles_insert_input"]: { address?: string | undefined, + app_emails?: boolean | undefined, avatar?: string | undefined, background?: string | undefined, bio?: string | undefined, chat_id?: string | undefined, claims?: GraphQLTypes["claims_arr_rel_insert_input"] | undefined, connector?: string | undefined, + cosoul?: GraphQLTypes["cosouls_obj_rel_insert_input"] | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, discord_username?: string | undefined, distributions?: GraphQLTypes["distributions_arr_rel_insert_input"] | undefined, + emails?: GraphQLTypes["emails_arr_rel_insert_input"] | undefined, github_username?: string | undefined, id?: GraphQLTypes["bigint"] | undefined, medium_username?: string | undefined, name?: GraphQLTypes["citext"] | undefined, nominees?: GraphQLTypes["nominees_arr_rel_insert_input"] | undefined, org_members?: GraphQLTypes["org_members_arr_rel_insert_input"] | undefined, + product_emails?: boolean | undefined, + reputation_score?: GraphQLTypes["reputation_scores_obj_rel_insert_input"] | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: GraphQLTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined, user?: GraphQLTypes["discord_users_obj_rel_insert_input"] | undefined, @@ -54396,6 +74165,7 @@ export type GraphQLTypes = { name?: GraphQLTypes["citext"] | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: GraphQLTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined, website?: string | undefined @@ -54417,6 +74187,7 @@ export type GraphQLTypes = { name?: GraphQLTypes["citext"] | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: GraphQLTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined, website?: string | undefined @@ -54444,23 +74215,29 @@ export type GraphQLTypes = { /** Ordering options when selecting data from "profiles". */ ["profiles_order_by"]: { address?: GraphQLTypes["order_by"] | undefined, + app_emails?: GraphQLTypes["order_by"] | undefined, avatar?: GraphQLTypes["order_by"] | undefined, background?: GraphQLTypes["order_by"] | undefined, bio?: GraphQLTypes["order_by"] | undefined, chat_id?: GraphQLTypes["order_by"] | undefined, claims_aggregate?: GraphQLTypes["claims_aggregate_order_by"] | undefined, connector?: GraphQLTypes["order_by"] | undefined, + cosoul?: GraphQLTypes["cosouls_order_by"] | undefined, created_at?: GraphQLTypes["order_by"] | undefined, discord_username?: GraphQLTypes["order_by"] | undefined, distributions_aggregate?: GraphQLTypes["distributions_aggregate_order_by"] | undefined, + emails_aggregate?: GraphQLTypes["emails_aggregate_order_by"] | undefined, github_username?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, medium_username?: GraphQLTypes["order_by"] | undefined, name?: GraphQLTypes["order_by"] | undefined, nominees_aggregate?: GraphQLTypes["nominees_aggregate_order_by"] | undefined, org_members_aggregate?: GraphQLTypes["org_members_aggregate_order_by"] | undefined, + product_emails?: GraphQLTypes["order_by"] | undefined, + reputation_score?: GraphQLTypes["reputation_scores_order_by"] | undefined, skills?: GraphQLTypes["order_by"] | undefined, telegram_username?: GraphQLTypes["order_by"] | undefined, + tos_agreed_at?: GraphQLTypes["order_by"] | undefined, twitter_username?: GraphQLTypes["order_by"] | undefined, updated_at?: GraphQLTypes["order_by"] | undefined, user?: GraphQLTypes["discord_users_order_by"] | undefined, @@ -54472,12 +74249,179 @@ export type GraphQLTypes = { /** primary key columns input for table: profiles */ ["profiles_pk_columns_input"]: { id: GraphQLTypes["bigint"] +}; + /** columns and relationships of "profiles_public" */ +["profiles_public"]: { + __typename: "profiles_public", + address?: string | undefined, + avatar?: string | undefined, + /** An object relationship */ + cosoul?: GraphQLTypes["cosouls"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + name?: GraphQLTypes["citext"] | undefined, + /** An object relationship */ + relationship_score?: GraphQLTypes["reputation_scores"] | undefined +}; + /** aggregated selection of "profiles_public" */ +["profiles_public_aggregate"]: { + __typename: "profiles_public_aggregate", + aggregate?: GraphQLTypes["profiles_public_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "profiles_public" */ +["profiles_public_aggregate_fields"]: { + __typename: "profiles_public_aggregate_fields", + avg?: GraphQLTypes["profiles_public_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["profiles_public_max_fields"] | undefined, + min?: GraphQLTypes["profiles_public_min_fields"] | undefined, + stddev?: GraphQLTypes["profiles_public_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["profiles_public_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["profiles_public_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["profiles_public_sum_fields"] | undefined, + var_pop?: GraphQLTypes["profiles_public_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["profiles_public_var_samp_fields"] | undefined, + variance?: GraphQLTypes["profiles_public_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["profiles_public_avg_fields"]: { + __typename: "profiles_public_avg_fields", + id?: number | undefined +}; + /** Boolean expression to filter rows from the table "profiles_public". All fields are combined with a logical 'AND'. */ +["profiles_public_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["profiles_public_bool_exp"] | undefined, + _or?: Array | undefined, + address?: GraphQLTypes["String_comparison_exp"] | undefined, + avatar?: GraphQLTypes["String_comparison_exp"] | undefined, + cosoul?: GraphQLTypes["cosouls_bool_exp"] | undefined, + id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + name?: GraphQLTypes["citext_comparison_exp"] | undefined, + relationship_score?: GraphQLTypes["reputation_scores_bool_exp"] | undefined +}; + /** input type for incrementing numeric columns in table "profiles_public" */ +["profiles_public_inc_input"]: { + id?: GraphQLTypes["bigint"] | undefined +}; + /** input type for inserting data into table "profiles_public" */ +["profiles_public_insert_input"]: { + address?: string | undefined, + avatar?: string | undefined, + cosoul?: GraphQLTypes["cosouls_obj_rel_insert_input"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + name?: GraphQLTypes["citext"] | undefined, + relationship_score?: GraphQLTypes["reputation_scores_obj_rel_insert_input"] | undefined +}; + /** aggregate max on columns */ +["profiles_public_max_fields"]: { + __typename: "profiles_public_max_fields", + address?: string | undefined, + avatar?: string | undefined, + id?: GraphQLTypes["bigint"] | undefined, + name?: GraphQLTypes["citext"] | undefined +}; + /** aggregate min on columns */ +["profiles_public_min_fields"]: { + __typename: "profiles_public_min_fields", + address?: string | undefined, + avatar?: string | undefined, + id?: GraphQLTypes["bigint"] | undefined, + name?: GraphQLTypes["citext"] | undefined +}; + /** response of any mutation on the table "profiles_public" */ +["profiles_public_mutation_response"]: { + __typename: "profiles_public_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** input type for inserting object relation for remote table "profiles_public" */ +["profiles_public_obj_rel_insert_input"]: { + data: GraphQLTypes["profiles_public_insert_input"] +}; + /** Ordering options when selecting data from "profiles_public". */ +["profiles_public_order_by"]: { + address?: GraphQLTypes["order_by"] | undefined, + avatar?: GraphQLTypes["order_by"] | undefined, + cosoul?: GraphQLTypes["cosouls_order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + name?: GraphQLTypes["order_by"] | undefined, + relationship_score?: GraphQLTypes["reputation_scores_order_by"] | undefined +}; + /** select columns of table "profiles_public" */ +["profiles_public_select_column"]: profiles_public_select_column; + /** input type for updating data in table "profiles_public" */ +["profiles_public_set_input"]: { + address?: string | undefined, + avatar?: string | undefined, + id?: GraphQLTypes["bigint"] | undefined, + name?: GraphQLTypes["citext"] | undefined +}; + /** aggregate stddev on columns */ +["profiles_public_stddev_fields"]: { + __typename: "profiles_public_stddev_fields", + id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["profiles_public_stddev_pop_fields"]: { + __typename: "profiles_public_stddev_pop_fields", + id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["profiles_public_stddev_samp_fields"]: { + __typename: "profiles_public_stddev_samp_fields", + id?: number | undefined +}; + /** Streaming cursor of the table "profiles_public" */ +["profiles_public_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["profiles_public_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["profiles_public_stream_cursor_value_input"]: { + address?: string | undefined, + avatar?: string | undefined, + id?: GraphQLTypes["bigint"] | undefined, + name?: GraphQLTypes["citext"] | undefined +}; + /** aggregate sum on columns */ +["profiles_public_sum_fields"]: { + __typename: "profiles_public_sum_fields", + id?: GraphQLTypes["bigint"] | undefined +}; + ["profiles_public_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["profiles_public_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["profiles_public_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["profiles_public_bool_exp"] +}; + /** aggregate var_pop on columns */ +["profiles_public_var_pop_fields"]: { + __typename: "profiles_public_var_pop_fields", + id?: number | undefined +}; + /** aggregate var_samp on columns */ +["profiles_public_var_samp_fields"]: { + __typename: "profiles_public_var_samp_fields", + id?: number | undefined +}; + /** aggregate variance on columns */ +["profiles_public_variance_fields"]: { + __typename: "profiles_public_variance_fields", + id?: number | undefined }; /** select columns of table "profiles" */ ["profiles_select_column"]: profiles_select_column; /** input type for updating data in table "profiles" */ ["profiles_set_input"]: { address?: string | undefined, + app_emails?: boolean | undefined, avatar?: string | undefined, background?: string | undefined, bio?: string | undefined, @@ -54489,8 +74433,10 @@ export type GraphQLTypes = { id?: GraphQLTypes["bigint"] | undefined, medium_username?: string | undefined, name?: GraphQLTypes["citext"] | undefined, + product_emails?: boolean | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: GraphQLTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined, website?: string | undefined @@ -54520,6 +74466,7 @@ export type GraphQLTypes = { /** Initial value of the column from where the streaming should start */ ["profiles_stream_cursor_value_input"]: { address?: string | undefined, + app_emails?: boolean | undefined, avatar?: string | undefined, background?: string | undefined, bio?: string | undefined, @@ -54531,8 +74478,10 @@ export type GraphQLTypes = { id?: GraphQLTypes["bigint"] | undefined, medium_username?: string | undefined, name?: GraphQLTypes["citext"] | undefined, + product_emails?: boolean | undefined, skills?: string | undefined, telegram_username?: string | undefined, + tos_agreed_at?: GraphQLTypes["timestamp"] | undefined, twitter_username?: string | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined, website?: string | undefined @@ -54569,12 +74518,18 @@ export type GraphQLTypes = { }; ["query_root"]: { __typename: "query_root", - /** fetch data from the table: "activities" */ + /** An array relationship */ activities: Array, - /** fetch aggregated fields from the table: "activities" */ + /** An aggregate relationship */ activities_aggregate: GraphQLTypes["activities_aggregate"], /** fetch data from the table: "activities" using primary key columns */ activities_by_pk?: GraphQLTypes["activities"] | undefined, + /** fetch data from the table: "address_data_fetches" */ + address_data_fetches: Array, + /** fetch aggregated fields from the table: "address_data_fetches" */ + address_data_fetches_aggregate: GraphQLTypes["address_data_fetches_aggregate"], + /** fetch data from the table: "address_data_fetches" using primary key columns */ + address_data_fetches_by_pk?: GraphQLTypes["address_data_fetches"] | undefined, /** An array relationship */ burns: Array, /** An aggregate relationship */ @@ -54621,12 +74576,22 @@ export type GraphQLTypes = { claims_aggregate: GraphQLTypes["claims_aggregate"], /** fetch data from the table: "claims" using primary key columns */ claims_by_pk?: GraphQLTypes["claims"] | undefined, + /** fetch data from the table: "contribution_count" */ + contribution_count: Array, + /** fetch aggregated fields from the table: "contribution_count" */ + contribution_count_aggregate: GraphQLTypes["contribution_count_aggregate"], /** An array relationship */ contributions: Array, /** An aggregate relationship */ contributions_aggregate: GraphQLTypes["contributions_aggregate"], /** fetch data from the table: "contributions" using primary key columns */ contributions_by_pk?: GraphQLTypes["contributions"] | undefined, + /** fetch data from the table: "cosouls" */ + cosouls: Array, + /** fetch aggregated fields from the table: "cosouls" */ + cosouls_aggregate: GraphQLTypes["cosouls_aggregate"], + /** fetch data from the table: "cosouls" using primary key columns */ + cosouls_by_pk?: GraphQLTypes["cosouls"] | undefined, /** fetch data from the table: "discord.circle_api_tokens" */ discord_circle_api_tokens: Array, /** fetch aggregated fields from the table: "discord.circle_api_tokens" */ @@ -54639,6 +74604,12 @@ export type GraphQLTypes = { discord_roles_circles_aggregate: GraphQLTypes["discord_roles_circles_aggregate"], /** fetch data from the table: "discord.roles_circles" using primary key columns */ discord_roles_circles_by_pk?: GraphQLTypes["discord_roles_circles"] | undefined, + /** fetch data from the table: "discord.user_api_tokens" */ + discord_user_api_tokens: Array, + /** fetch aggregated fields from the table: "discord.user_api_tokens" */ + discord_user_api_tokens_aggregate: GraphQLTypes["discord_user_api_tokens_aggregate"], + /** fetch data from the table: "discord.user_api_tokens" using primary key columns */ + discord_user_api_tokens_by_pk?: GraphQLTypes["discord_user_api_tokens"] | undefined, /** fetch data from the table: "discord.users" */ discord_users: Array, /** fetch aggregated fields from the table: "discord.users" */ @@ -54651,6 +74622,12 @@ export type GraphQLTypes = { distributions_aggregate: GraphQLTypes["distributions_aggregate"], /** fetch data from the table: "distributions" using primary key columns */ distributions_by_pk?: GraphQLTypes["distributions"] | undefined, + /** An array relationship */ + emails: Array, + /** An aggregate relationship */ + emails_aggregate: GraphQLTypes["emails_aggregate"], + /** fetch data from the table: "emails" using primary key columns */ + emails_by_pk?: GraphQLTypes["emails"] | undefined, /** fetch data from the table: "epoch_pgive_data" */ epoch_pgive_data: Array, /** fetch aggregated fields from the table: "epoch_pgive_data" */ @@ -54668,9 +74645,9 @@ export type GraphQLTypes = { gift_private: Array, /** fetch aggregated fields from the table: "gift_private" */ gift_private_aggregate: GraphQLTypes["gift_private_aggregate"], - /** fetch data from the table: "histories" */ + /** An array relationship */ histories: Array, - /** fetch aggregated fields from the table: "histories" */ + /** An aggregate relationship */ histories_aggregate: GraphQLTypes["histories_aggregate"], /** fetch data from the table: "histories" using primary key columns */ histories_by_pk?: GraphQLTypes["histories"] | undefined, @@ -54681,6 +74658,18 @@ export type GraphQLTypes = { /** fetch data from the table: "interaction_events" using primary key columns */ interaction_events_by_pk?: GraphQLTypes["interaction_events"] | undefined, /** An array relationship */ + key_holders: Array, + /** An aggregate relationship */ + key_holders_aggregate: GraphQLTypes["key_holders_aggregate"], + /** fetch data from the table: "key_holders" using primary key columns */ + key_holders_by_pk?: GraphQLTypes["key_holders"] | undefined, + /** fetch data from the table: "key_tx" */ + key_tx: Array, + /** fetch aggregated fields from the table: "key_tx" */ + key_tx_aggregate: GraphQLTypes["key_tx_aggregate"], + /** fetch data from the table: "key_tx" using primary key columns */ + key_tx_by_pk?: GraphQLTypes["key_tx"] | undefined, + /** An array relationship */ locked_token_distribution_gifts: Array, /** An aggregate relationship */ locked_token_distribution_gifts_aggregate: GraphQLTypes["locked_token_distribution_gifts_aggregate"], @@ -54692,9 +74681,13 @@ export type GraphQLTypes = { locked_token_distributions_aggregate: GraphQLTypes["locked_token_distributions_aggregate"], /** fetch data from the table: "locked_token_distributions" using primary key columns */ locked_token_distributions_by_pk?: GraphQLTypes["locked_token_distributions"] | undefined, - /** fetch data from the table: "member_epoch_pgives" */ + /** fetch data from the table: "member_circle_pgives" */ + member_circle_pgives: Array, + /** fetch aggregated fields from the table: "member_circle_pgives" */ + member_circle_pgives_aggregate: GraphQLTypes["member_circle_pgives_aggregate"], + /** An array relationship */ member_epoch_pgives: Array, - /** fetch aggregated fields from the table: "member_epoch_pgives" */ + /** An aggregate relationship */ member_epoch_pgives_aggregate: GraphQLTypes["member_epoch_pgives_aggregate"], /** fetch data from the table: "member_epoch_pgives" using primary key columns */ member_epoch_pgives_by_pk?: GraphQLTypes["member_epoch_pgives"] | undefined, @@ -54704,12 +74697,22 @@ export type GraphQLTypes = { nominees_aggregate: GraphQLTypes["nominees_aggregate"], /** fetch data from the table: "nominees" using primary key columns */ nominees_by_pk?: GraphQLTypes["nominees"] | undefined, + /** fetch data from the table: "note_count" */ + note_count: Array, + /** fetch aggregated fields from the table: "note_count" */ + note_count_aggregate: GraphQLTypes["note_count_aggregate"], /** An array relationship */ org_members: Array, /** An aggregate relationship */ org_members_aggregate: GraphQLTypes["org_members_aggregate"], /** fetch data from the table: "org_members" using primary key columns */ org_members_by_pk?: GraphQLTypes["org_members"] | undefined, + /** fetch data from the table: "org_share_tokens" */ + org_share_tokens: Array, + /** fetch aggregated fields from the table: "org_share_tokens" */ + org_share_tokens_aggregate: GraphQLTypes["org_share_tokens_aggregate"], + /** fetch data from the table: "org_share_tokens" using primary key columns */ + org_share_tokens_by_pk?: GraphQLTypes["org_share_tokens"] | undefined, /** fetch data from the table: "organizations" */ organizations: Array, /** fetch aggregated fields from the table: "organizations" */ @@ -54738,12 +74741,48 @@ export type GraphQLTypes = { personal_access_tokens_aggregate: GraphQLTypes["personal_access_tokens_aggregate"], /** fetch data from the table: "personal_access_tokens" using primary key columns */ personal_access_tokens_by_pk?: GraphQLTypes["personal_access_tokens"] | undefined, + /** fetch data from the table: "poap_events" */ + poap_events: Array, + /** fetch aggregated fields from the table: "poap_events" */ + poap_events_aggregate: GraphQLTypes["poap_events_aggregate"], + /** fetch data from the table: "poap_events" using primary key columns */ + poap_events_by_pk?: GraphQLTypes["poap_events"] | undefined, + /** fetch data from the table: "poap_holders" */ + poap_holders: Array, + /** fetch aggregated fields from the table: "poap_holders" */ + poap_holders_aggregate: GraphQLTypes["poap_holders_aggregate"], + /** fetch data from the table: "poap_holders" using primary key columns */ + poap_holders_by_pk?: GraphQLTypes["poap_holders"] | undefined, + /** An array relationship */ + private_stream_visibility: Array, + /** An aggregate relationship */ + private_stream_visibility_aggregate: GraphQLTypes["private_stream_visibility_aggregate"], + /** fetch data from the table: "private_stream_visibility" using primary key columns */ + private_stream_visibility_by_pk?: GraphQLTypes["private_stream_visibility"] | undefined, /** fetch data from the table: "profiles" */ profiles: Array, /** fetch aggregated fields from the table: "profiles" */ profiles_aggregate: GraphQLTypes["profiles_aggregate"], /** fetch data from the table: "profiles" using primary key columns */ profiles_by_pk?: GraphQLTypes["profiles"] | undefined, + /** fetch data from the table: "profiles_public" */ + profiles_public: Array, + /** fetch aggregated fields from the table: "profiles_public" */ + profiles_public_aggregate: GraphQLTypes["profiles_public_aggregate"], + /** An array relationship */ + reactions: Array, + /** An aggregate relationship */ + reactions_aggregate: GraphQLTypes["reactions_aggregate"], + /** fetch data from the table: "reactions" using primary key columns */ + reactions_by_pk?: GraphQLTypes["reactions"] | undefined, + /** fetch data from the table: "reputation_scores" */ + reputation_scores: Array, + /** fetch aggregated fields from the table: "reputation_scores" */ + reputation_scores_aggregate: GraphQLTypes["reputation_scores_aggregate"], + /** fetch data from the table: "reputation_scores" using primary key columns */ + reputation_scores_by_pk?: GraphQLTypes["reputation_scores"] | undefined, + /** searchCosouls */ + searchCosouls?: GraphQLTypes["SearchCosoulsOutput"] | undefined, /** An array relationship */ teammates: Array, /** An aggregate relationship */ @@ -54756,6 +74795,12 @@ export type GraphQLTypes = { token_gifts_aggregate: GraphQLTypes["token_gifts_aggregate"], /** fetch data from the table: "token_gifts" using primary key columns */ token_gifts_by_pk?: GraphQLTypes["token_gifts"] | undefined, + /** fetch data from the table: "twitter_account" */ + twitter_account: Array, + /** fetch aggregated fields from the table: "twitter_account" */ + twitter_account_aggregate: GraphQLTypes["twitter_account_aggregate"], + /** fetch data from the table: "twitter_account" using primary key columns */ + twitter_account_by_pk?: GraphQLTypes["twitter_account"] | undefined, /** fetch data from the table: "user_private" */ user_private: Array, /** fetch aggregated fields from the table: "user_private" */ @@ -54784,23 +74829,594 @@ export type GraphQLTypes = { vaults_aggregate: GraphQLTypes["vaults_aggregate"], /** fetch data from the table: "vaults" using primary key columns */ vaults_by_pk?: GraphQLTypes["vaults"] | undefined, + /** execute function "vector_search_poap_events" which returns "poap_events" */ + vector_search_poap_events: Array, + /** execute function "vector_search_poap_events" and query aggregates on result of table type "poap_events" */ + vector_search_poap_events_aggregate: GraphQLTypes["poap_events_aggregate"], + /** execute function "vector_search_poap_holders" which returns "poap_holders" */ + vector_search_poap_holders: Array, + /** execute function "vector_search_poap_holders" and query aggregates on result of table type "poap_holders" */ + vector_search_poap_holders_aggregate: GraphQLTypes["poap_holders_aggregate"], /** An array relationship */ vouches: Array, /** An aggregate relationship */ vouches_aggregate: GraphQLTypes["vouches_aggregate"], /** fetch data from the table: "vouches" using primary key columns */ vouches_by_pk?: GraphQLTypes["vouches"] | undefined +}; + /** columns and relationships of "reactions" */ +["reactions"]: { + __typename: "reactions", + /** An object relationship */ + activity?: GraphQLTypes["activities"] | undefined, + activity_id: number, + created_at: GraphQLTypes["timestamptz"], + id: GraphQLTypes["bigint"], + /** An object relationship */ + profile?: GraphQLTypes["profiles"] | undefined, + profile_id: number, + reaction: string, + updated_at: GraphQLTypes["timestamptz"] +}; + /** aggregated selection of "reactions" */ +["reactions_aggregate"]: { + __typename: "reactions_aggregate", + aggregate?: GraphQLTypes["reactions_aggregate_fields"] | undefined, + nodes: Array +}; + ["reactions_aggregate_bool_exp"]: { + count?: GraphQLTypes["reactions_aggregate_bool_exp_count"] | undefined +}; + ["reactions_aggregate_bool_exp_count"]: { + arguments?: Array | undefined, + distinct?: boolean | undefined, + filter?: GraphQLTypes["reactions_bool_exp"] | undefined, + predicate: GraphQLTypes["Int_comparison_exp"] +}; + /** aggregate fields of "reactions" */ +["reactions_aggregate_fields"]: { + __typename: "reactions_aggregate_fields", + avg?: GraphQLTypes["reactions_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["reactions_max_fields"] | undefined, + min?: GraphQLTypes["reactions_min_fields"] | undefined, + stddev?: GraphQLTypes["reactions_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["reactions_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["reactions_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["reactions_sum_fields"] | undefined, + var_pop?: GraphQLTypes["reactions_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["reactions_var_samp_fields"] | undefined, + variance?: GraphQLTypes["reactions_variance_fields"] | undefined +}; + /** order by aggregate values of table "reactions" */ +["reactions_aggregate_order_by"]: { + avg?: GraphQLTypes["reactions_avg_order_by"] | undefined, + count?: GraphQLTypes["order_by"] | undefined, + max?: GraphQLTypes["reactions_max_order_by"] | undefined, + min?: GraphQLTypes["reactions_min_order_by"] | undefined, + stddev?: GraphQLTypes["reactions_stddev_order_by"] | undefined, + stddev_pop?: GraphQLTypes["reactions_stddev_pop_order_by"] | undefined, + stddev_samp?: GraphQLTypes["reactions_stddev_samp_order_by"] | undefined, + sum?: GraphQLTypes["reactions_sum_order_by"] | undefined, + var_pop?: GraphQLTypes["reactions_var_pop_order_by"] | undefined, + var_samp?: GraphQLTypes["reactions_var_samp_order_by"] | undefined, + variance?: GraphQLTypes["reactions_variance_order_by"] | undefined +}; + /** input type for inserting array relation for remote table "reactions" */ +["reactions_arr_rel_insert_input"]: { + data: Array, + /** upsert condition */ + on_conflict?: GraphQLTypes["reactions_on_conflict"] | undefined +}; + /** aggregate avg on columns */ +["reactions_avg_fields"]: { + __typename: "reactions_avg_fields", + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by avg() on columns of table "reactions" */ +["reactions_avg_order_by"]: { + activity_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** Boolean expression to filter rows from the table "reactions". All fields are combined with a logical 'AND'. */ +["reactions_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["reactions_bool_exp"] | undefined, + _or?: Array | undefined, + activity?: GraphQLTypes["activities_bool_exp"] | undefined, + activity_id?: GraphQLTypes["Int_comparison_exp"] | undefined, + created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + profile?: GraphQLTypes["profiles_bool_exp"] | undefined, + profile_id?: GraphQLTypes["Int_comparison_exp"] | undefined, + reaction?: GraphQLTypes["String_comparison_exp"] | undefined, + updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "reactions" */ +["reactions_constraint"]: reactions_constraint; + /** input type for incrementing numeric columns in table "reactions" */ +["reactions_inc_input"]: { + activity_id?: number | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: number | undefined +}; + /** input type for inserting data into table "reactions" */ +["reactions_insert_input"]: { + activity?: GraphQLTypes["activities_obj_rel_insert_input"] | undefined, + activity_id?: number | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile?: GraphQLTypes["profiles_obj_rel_insert_input"] | undefined, + profile_id?: number | undefined, + reaction?: string | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate max on columns */ +["reactions_max_fields"]: { + __typename: "reactions_max_fields", + activity_id?: number | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: number | undefined, + reaction?: string | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** order by max() on columns of table "reactions" */ +["reactions_max_order_by"]: { + activity_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + reaction?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate min on columns */ +["reactions_min_fields"]: { + __typename: "reactions_min_fields", + activity_id?: number | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: number | undefined, + reaction?: string | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** order by min() on columns of table "reactions" */ +["reactions_min_order_by"]: { + activity_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + reaction?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** response of any mutation on the table "reactions" */ +["reactions_mutation_response"]: { + __typename: "reactions_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "reactions" */ +["reactions_on_conflict"]: { + constraint: GraphQLTypes["reactions_constraint"], + update_columns: Array, + where?: GraphQLTypes["reactions_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "reactions". */ +["reactions_order_by"]: { + activity?: GraphQLTypes["activities_order_by"] | undefined, + activity_id?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile?: GraphQLTypes["profiles_order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + reaction?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: reactions */ +["reactions_pk_columns_input"]: { + id: GraphQLTypes["bigint"] +}; + /** select columns of table "reactions" */ +["reactions_select_column"]: reactions_select_column; + /** input type for updating data in table "reactions" */ +["reactions_set_input"]: { + activity_id?: number | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: number | undefined, + reaction?: string | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate stddev on columns */ +["reactions_stddev_fields"]: { + __typename: "reactions_stddev_fields", + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by stddev() on columns of table "reactions" */ +["reactions_stddev_order_by"]: { + activity_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate stddev_pop on columns */ +["reactions_stddev_pop_fields"]: { + __typename: "reactions_stddev_pop_fields", + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by stddev_pop() on columns of table "reactions" */ +["reactions_stddev_pop_order_by"]: { + activity_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate stddev_samp on columns */ +["reactions_stddev_samp_fields"]: { + __typename: "reactions_stddev_samp_fields", + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by stddev_samp() on columns of table "reactions" */ +["reactions_stddev_samp_order_by"]: { + activity_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** Streaming cursor of the table "reactions" */ +["reactions_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["reactions_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["reactions_stream_cursor_value_input"]: { + activity_id?: number | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: number | undefined, + reaction?: string | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined +}; + /** aggregate sum on columns */ +["reactions_sum_fields"]: { + __typename: "reactions_sum_fields", + activity_id?: number | undefined, + id?: GraphQLTypes["bigint"] | undefined, + profile_id?: number | undefined +}; + /** order by sum() on columns of table "reactions" */ +["reactions_sum_order_by"]: { + activity_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** update columns of table "reactions" */ +["reactions_update_column"]: reactions_update_column; + ["reactions_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["reactions_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["reactions_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["reactions_bool_exp"] +}; + /** aggregate var_pop on columns */ +["reactions_var_pop_fields"]: { + __typename: "reactions_var_pop_fields", + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by var_pop() on columns of table "reactions" */ +["reactions_var_pop_order_by"]: { + activity_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate var_samp on columns */ +["reactions_var_samp_fields"]: { + __typename: "reactions_var_samp_fields", + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by var_samp() on columns of table "reactions" */ +["reactions_var_samp_order_by"]: { + activity_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** aggregate variance on columns */ +["reactions_variance_fields"]: { + __typename: "reactions_variance_fields", + activity_id?: number | undefined, + id?: number | undefined, + profile_id?: number | undefined +}; + /** order by variance() on columns of table "reactions" */ +["reactions_variance_order_by"]: { + activity_id?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined +}; + /** columns and relationships of "reputation_scores" */ +["reputation_scores"]: { + __typename: "reputation_scores", + email_score: number, + keys_score: number, + pgive_score: number, + poap_score: number, + profile_id: GraphQLTypes["bigint"], + total_score: number, + twitter_score: number +}; + /** aggregated selection of "reputation_scores" */ +["reputation_scores_aggregate"]: { + __typename: "reputation_scores_aggregate", + aggregate?: GraphQLTypes["reputation_scores_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "reputation_scores" */ +["reputation_scores_aggregate_fields"]: { + __typename: "reputation_scores_aggregate_fields", + avg?: GraphQLTypes["reputation_scores_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["reputation_scores_max_fields"] | undefined, + min?: GraphQLTypes["reputation_scores_min_fields"] | undefined, + stddev?: GraphQLTypes["reputation_scores_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["reputation_scores_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["reputation_scores_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["reputation_scores_sum_fields"] | undefined, + var_pop?: GraphQLTypes["reputation_scores_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["reputation_scores_var_samp_fields"] | undefined, + variance?: GraphQLTypes["reputation_scores_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["reputation_scores_avg_fields"]: { + __typename: "reputation_scores_avg_fields", + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** Boolean expression to filter rows from the table "reputation_scores". All fields are combined with a logical 'AND'. */ +["reputation_scores_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["reputation_scores_bool_exp"] | undefined, + _or?: Array | undefined, + email_score?: GraphQLTypes["Int_comparison_exp"] | undefined, + keys_score?: GraphQLTypes["Int_comparison_exp"] | undefined, + pgive_score?: GraphQLTypes["Int_comparison_exp"] | undefined, + poap_score?: GraphQLTypes["Int_comparison_exp"] | undefined, + profile_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, + total_score?: GraphQLTypes["Int_comparison_exp"] | undefined, + twitter_score?: GraphQLTypes["Int_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "reputation_scores" */ +["reputation_scores_constraint"]: reputation_scores_constraint; + /** input type for incrementing numeric columns in table "reputation_scores" */ +["reputation_scores_inc_input"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** input type for inserting data into table "reputation_scores" */ +["reputation_scores_insert_input"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate max on columns */ +["reputation_scores_max_fields"]: { + __typename: "reputation_scores_max_fields", + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate min on columns */ +["reputation_scores_min_fields"]: { + __typename: "reputation_scores_min_fields", + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** response of any mutation on the table "reputation_scores" */ +["reputation_scores_mutation_response"]: { + __typename: "reputation_scores_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** input type for inserting object relation for remote table "reputation_scores" */ +["reputation_scores_obj_rel_insert_input"]: { + data: GraphQLTypes["reputation_scores_insert_input"], + /** upsert condition */ + on_conflict?: GraphQLTypes["reputation_scores_on_conflict"] | undefined +}; + /** on_conflict condition type for table "reputation_scores" */ +["reputation_scores_on_conflict"]: { + constraint: GraphQLTypes["reputation_scores_constraint"], + update_columns: Array, + where?: GraphQLTypes["reputation_scores_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "reputation_scores". */ +["reputation_scores_order_by"]: { + email_score?: GraphQLTypes["order_by"] | undefined, + keys_score?: GraphQLTypes["order_by"] | undefined, + pgive_score?: GraphQLTypes["order_by"] | undefined, + poap_score?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + total_score?: GraphQLTypes["order_by"] | undefined, + twitter_score?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: reputation_scores */ +["reputation_scores_pk_columns_input"]: { + profile_id: GraphQLTypes["bigint"] +}; + /** select columns of table "reputation_scores" */ +["reputation_scores_select_column"]: reputation_scores_select_column; + /** input type for updating data in table "reputation_scores" */ +["reputation_scores_set_input"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate stddev on columns */ +["reputation_scores_stddev_fields"]: { + __typename: "reputation_scores_stddev_fields", + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["reputation_scores_stddev_pop_fields"]: { + __typename: "reputation_scores_stddev_pop_fields", + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["reputation_scores_stddev_samp_fields"]: { + __typename: "reputation_scores_stddev_samp_fields", + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** Streaming cursor of the table "reputation_scores" */ +["reputation_scores_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["reputation_scores_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["reputation_scores_stream_cursor_value_input"]: { + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate sum on columns */ +["reputation_scores_sum_fields"]: { + __typename: "reputation_scores_sum_fields", + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** update columns of table "reputation_scores" */ +["reputation_scores_update_column"]: reputation_scores_update_column; + ["reputation_scores_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["reputation_scores_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["reputation_scores_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["reputation_scores_bool_exp"] +}; + /** aggregate var_pop on columns */ +["reputation_scores_var_pop_fields"]: { + __typename: "reputation_scores_var_pop_fields", + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate var_samp on columns */ +["reputation_scores_var_samp_fields"]: { + __typename: "reputation_scores_var_samp_fields", + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined +}; + /** aggregate variance on columns */ +["reputation_scores_variance_fields"]: { + __typename: "reputation_scores_variance_fields", + email_score?: number | undefined, + keys_score?: number | undefined, + pgive_score?: number | undefined, + poap_score?: number | undefined, + profile_id?: number | undefined, + total_score?: number | undefined, + twitter_score?: number | undefined }; ["subscription_root"]: { __typename: "subscription_root", - /** fetch data from the table: "activities" */ + /** An array relationship */ activities: Array, - /** fetch aggregated fields from the table: "activities" */ + /** An aggregate relationship */ activities_aggregate: GraphQLTypes["activities_aggregate"], /** fetch data from the table: "activities" using primary key columns */ activities_by_pk?: GraphQLTypes["activities"] | undefined, /** fetch data from the table in a streaming manner: "activities" */ activities_stream: Array, + /** fetch data from the table: "address_data_fetches" */ + address_data_fetches: Array, + /** fetch aggregated fields from the table: "address_data_fetches" */ + address_data_fetches_aggregate: GraphQLTypes["address_data_fetches_aggregate"], + /** fetch data from the table: "address_data_fetches" using primary key columns */ + address_data_fetches_by_pk?: GraphQLTypes["address_data_fetches"] | undefined, + /** fetch data from the table in a streaming manner: "address_data_fetches" */ + address_data_fetches_stream: Array, /** An array relationship */ burns: Array, /** An aggregate relationship */ @@ -54863,6 +75479,12 @@ export type GraphQLTypes = { claims_by_pk?: GraphQLTypes["claims"] | undefined, /** fetch data from the table in a streaming manner: "claims" */ claims_stream: Array, + /** fetch data from the table: "contribution_count" */ + contribution_count: Array, + /** fetch aggregated fields from the table: "contribution_count" */ + contribution_count_aggregate: GraphQLTypes["contribution_count_aggregate"], + /** fetch data from the table in a streaming manner: "contribution_count" */ + contribution_count_stream: Array, /** An array relationship */ contributions: Array, /** An aggregate relationship */ @@ -54871,6 +75493,14 @@ export type GraphQLTypes = { contributions_by_pk?: GraphQLTypes["contributions"] | undefined, /** fetch data from the table in a streaming manner: "contributions" */ contributions_stream: Array, + /** fetch data from the table: "cosouls" */ + cosouls: Array, + /** fetch aggregated fields from the table: "cosouls" */ + cosouls_aggregate: GraphQLTypes["cosouls_aggregate"], + /** fetch data from the table: "cosouls" using primary key columns */ + cosouls_by_pk?: GraphQLTypes["cosouls"] | undefined, + /** fetch data from the table in a streaming manner: "cosouls" */ + cosouls_stream: Array, /** fetch data from the table: "discord.circle_api_tokens" */ discord_circle_api_tokens: Array, /** fetch aggregated fields from the table: "discord.circle_api_tokens" */ @@ -54887,6 +75517,14 @@ export type GraphQLTypes = { discord_roles_circles_by_pk?: GraphQLTypes["discord_roles_circles"] | undefined, /** fetch data from the table in a streaming manner: "discord.roles_circles" */ discord_roles_circles_stream: Array, + /** fetch data from the table: "discord.user_api_tokens" */ + discord_user_api_tokens: Array, + /** fetch aggregated fields from the table: "discord.user_api_tokens" */ + discord_user_api_tokens_aggregate: GraphQLTypes["discord_user_api_tokens_aggregate"], + /** fetch data from the table: "discord.user_api_tokens" using primary key columns */ + discord_user_api_tokens_by_pk?: GraphQLTypes["discord_user_api_tokens"] | undefined, + /** fetch data from the table in a streaming manner: "discord.user_api_tokens" */ + discord_user_api_tokens_stream: Array, /** fetch data from the table: "discord.users" */ discord_users: Array, /** fetch aggregated fields from the table: "discord.users" */ @@ -54903,6 +75541,14 @@ export type GraphQLTypes = { distributions_by_pk?: GraphQLTypes["distributions"] | undefined, /** fetch data from the table in a streaming manner: "distributions" */ distributions_stream: Array, + /** An array relationship */ + emails: Array, + /** An aggregate relationship */ + emails_aggregate: GraphQLTypes["emails_aggregate"], + /** fetch data from the table: "emails" using primary key columns */ + emails_by_pk?: GraphQLTypes["emails"] | undefined, + /** fetch data from the table in a streaming manner: "emails" */ + emails_stream: Array, /** fetch data from the table: "epoch_pgive_data" */ epoch_pgive_data: Array, /** fetch aggregated fields from the table: "epoch_pgive_data" */ @@ -54925,9 +75571,9 @@ export type GraphQLTypes = { gift_private_aggregate: GraphQLTypes["gift_private_aggregate"], /** fetch data from the table in a streaming manner: "gift_private" */ gift_private_stream: Array, - /** fetch data from the table: "histories" */ + /** An array relationship */ histories: Array, - /** fetch aggregated fields from the table: "histories" */ + /** An aggregate relationship */ histories_aggregate: GraphQLTypes["histories_aggregate"], /** fetch data from the table: "histories" using primary key columns */ histories_by_pk?: GraphQLTypes["histories"] | undefined, @@ -54942,6 +75588,22 @@ export type GraphQLTypes = { /** fetch data from the table in a streaming manner: "interaction_events" */ interaction_events_stream: Array, /** An array relationship */ + key_holders: Array, + /** An aggregate relationship */ + key_holders_aggregate: GraphQLTypes["key_holders_aggregate"], + /** fetch data from the table: "key_holders" using primary key columns */ + key_holders_by_pk?: GraphQLTypes["key_holders"] | undefined, + /** fetch data from the table in a streaming manner: "key_holders" */ + key_holders_stream: Array, + /** fetch data from the table: "key_tx" */ + key_tx: Array, + /** fetch aggregated fields from the table: "key_tx" */ + key_tx_aggregate: GraphQLTypes["key_tx_aggregate"], + /** fetch data from the table: "key_tx" using primary key columns */ + key_tx_by_pk?: GraphQLTypes["key_tx"] | undefined, + /** fetch data from the table in a streaming manner: "key_tx" */ + key_tx_stream: Array, + /** An array relationship */ locked_token_distribution_gifts: Array, /** An aggregate relationship */ locked_token_distribution_gifts_aggregate: GraphQLTypes["locked_token_distribution_gifts_aggregate"], @@ -54957,9 +75619,15 @@ export type GraphQLTypes = { locked_token_distributions_by_pk?: GraphQLTypes["locked_token_distributions"] | undefined, /** fetch data from the table in a streaming manner: "locked_token_distributions" */ locked_token_distributions_stream: Array, - /** fetch data from the table: "member_epoch_pgives" */ + /** fetch data from the table: "member_circle_pgives" */ + member_circle_pgives: Array, + /** fetch aggregated fields from the table: "member_circle_pgives" */ + member_circle_pgives_aggregate: GraphQLTypes["member_circle_pgives_aggregate"], + /** fetch data from the table in a streaming manner: "member_circle_pgives" */ + member_circle_pgives_stream: Array, + /** An array relationship */ member_epoch_pgives: Array, - /** fetch aggregated fields from the table: "member_epoch_pgives" */ + /** An aggregate relationship */ member_epoch_pgives_aggregate: GraphQLTypes["member_epoch_pgives_aggregate"], /** fetch data from the table: "member_epoch_pgives" using primary key columns */ member_epoch_pgives_by_pk?: GraphQLTypes["member_epoch_pgives"] | undefined, @@ -54973,6 +75641,12 @@ export type GraphQLTypes = { nominees_by_pk?: GraphQLTypes["nominees"] | undefined, /** fetch data from the table in a streaming manner: "nominees" */ nominees_stream: Array, + /** fetch data from the table: "note_count" */ + note_count: Array, + /** fetch aggregated fields from the table: "note_count" */ + note_count_aggregate: GraphQLTypes["note_count_aggregate"], + /** fetch data from the table in a streaming manner: "note_count" */ + note_count_stream: Array, /** An array relationship */ org_members: Array, /** An aggregate relationship */ @@ -54981,6 +75655,14 @@ export type GraphQLTypes = { org_members_by_pk?: GraphQLTypes["org_members"] | undefined, /** fetch data from the table in a streaming manner: "org_members" */ org_members_stream: Array, + /** fetch data from the table: "org_share_tokens" */ + org_share_tokens: Array, + /** fetch aggregated fields from the table: "org_share_tokens" */ + org_share_tokens_aggregate: GraphQLTypes["org_share_tokens_aggregate"], + /** fetch data from the table: "org_share_tokens" using primary key columns */ + org_share_tokens_by_pk?: GraphQLTypes["org_share_tokens"] | undefined, + /** fetch data from the table in a streaming manner: "org_share_tokens" */ + org_share_tokens_stream: Array, /** fetch data from the table: "organizations" */ organizations: Array, /** fetch aggregated fields from the table: "organizations" */ @@ -55019,15 +75701,61 @@ export type GraphQLTypes = { personal_access_tokens_by_pk?: GraphQLTypes["personal_access_tokens"] | undefined, /** fetch data from the table in a streaming manner: "personal_access_tokens" */ personal_access_tokens_stream: Array, + /** fetch data from the table: "poap_events" */ + poap_events: Array, + /** fetch aggregated fields from the table: "poap_events" */ + poap_events_aggregate: GraphQLTypes["poap_events_aggregate"], + /** fetch data from the table: "poap_events" using primary key columns */ + poap_events_by_pk?: GraphQLTypes["poap_events"] | undefined, + /** fetch data from the table in a streaming manner: "poap_events" */ + poap_events_stream: Array, + /** fetch data from the table: "poap_holders" */ + poap_holders: Array, + /** fetch aggregated fields from the table: "poap_holders" */ + poap_holders_aggregate: GraphQLTypes["poap_holders_aggregate"], + /** fetch data from the table: "poap_holders" using primary key columns */ + poap_holders_by_pk?: GraphQLTypes["poap_holders"] | undefined, + /** fetch data from the table in a streaming manner: "poap_holders" */ + poap_holders_stream: Array, + /** An array relationship */ + private_stream_visibility: Array, + /** An aggregate relationship */ + private_stream_visibility_aggregate: GraphQLTypes["private_stream_visibility_aggregate"], + /** fetch data from the table: "private_stream_visibility" using primary key columns */ + private_stream_visibility_by_pk?: GraphQLTypes["private_stream_visibility"] | undefined, + /** fetch data from the table in a streaming manner: "private_stream_visibility" */ + private_stream_visibility_stream: Array, /** fetch data from the table: "profiles" */ profiles: Array, /** fetch aggregated fields from the table: "profiles" */ profiles_aggregate: GraphQLTypes["profiles_aggregate"], /** fetch data from the table: "profiles" using primary key columns */ profiles_by_pk?: GraphQLTypes["profiles"] | undefined, + /** fetch data from the table: "profiles_public" */ + profiles_public: Array, + /** fetch aggregated fields from the table: "profiles_public" */ + profiles_public_aggregate: GraphQLTypes["profiles_public_aggregate"], + /** fetch data from the table in a streaming manner: "profiles_public" */ + profiles_public_stream: Array, /** fetch data from the table in a streaming manner: "profiles" */ profiles_stream: Array, /** An array relationship */ + reactions: Array, + /** An aggregate relationship */ + reactions_aggregate: GraphQLTypes["reactions_aggregate"], + /** fetch data from the table: "reactions" using primary key columns */ + reactions_by_pk?: GraphQLTypes["reactions"] | undefined, + /** fetch data from the table in a streaming manner: "reactions" */ + reactions_stream: Array, + /** fetch data from the table: "reputation_scores" */ + reputation_scores: Array, + /** fetch aggregated fields from the table: "reputation_scores" */ + reputation_scores_aggregate: GraphQLTypes["reputation_scores_aggregate"], + /** fetch data from the table: "reputation_scores" using primary key columns */ + reputation_scores_by_pk?: GraphQLTypes["reputation_scores"] | undefined, + /** fetch data from the table in a streaming manner: "reputation_scores" */ + reputation_scores_stream: Array, + /** An array relationship */ teammates: Array, /** An aggregate relationship */ teammates_aggregate: GraphQLTypes["teammates_aggregate"], @@ -55043,6 +75771,14 @@ export type GraphQLTypes = { token_gifts_by_pk?: GraphQLTypes["token_gifts"] | undefined, /** fetch data from the table in a streaming manner: "token_gifts" */ token_gifts_stream: Array, + /** fetch data from the table: "twitter_account" */ + twitter_account: Array, + /** fetch aggregated fields from the table: "twitter_account" */ + twitter_account_aggregate: GraphQLTypes["twitter_account_aggregate"], + /** fetch data from the table: "twitter_account" using primary key columns */ + twitter_account_by_pk?: GraphQLTypes["twitter_account"] | undefined, + /** fetch data from the table in a streaming manner: "twitter_account" */ + twitter_account_stream: Array, /** fetch data from the table: "user_private" */ user_private: Array, /** fetch aggregated fields from the table: "user_private" */ @@ -55081,6 +75817,14 @@ export type GraphQLTypes = { vaults_by_pk?: GraphQLTypes["vaults"] | undefined, /** fetch data from the table in a streaming manner: "vaults" */ vaults_stream: Array, + /** execute function "vector_search_poap_events" which returns "poap_events" */ + vector_search_poap_events: Array, + /** execute function "vector_search_poap_events" and query aggregates on result of table type "poap_events" */ + vector_search_poap_events_aggregate: GraphQLTypes["poap_events_aggregate"], + /** execute function "vector_search_poap_holders" which returns "poap_holders" */ + vector_search_poap_holders: Array, + /** execute function "vector_search_poap_holders" and query aggregates on result of table type "poap_holders" */ + vector_search_poap_holders_aggregate: GraphQLTypes["poap_holders_aggregate"], /** An array relationship */ vouches: Array, /** An aggregate relationship */ @@ -55841,6 +76585,306 @@ export type GraphQLTypes = { recipient_id?: GraphQLTypes["order_by"] | undefined, sender_id?: GraphQLTypes["order_by"] | undefined, tokens?: GraphQLTypes["order_by"] | undefined +}; + /** twitter accounts connected to profiles */ +["twitter_account"]: { + __typename: "twitter_account", + access_token: string, + created_at: GraphQLTypes["timestamptz"], + description?: string | undefined, + expires_at: GraphQLTypes["numeric"], + followers_count?: number | undefined, + following_count?: number | undefined, + id: string, + location?: string | undefined, + name: string, + /** An object relationship */ + profile: GraphQLTypes["profiles"], + profile_id: number, + profile_image_url?: string | undefined, + refresh_token: string, + twitter_created_at?: GraphQLTypes["timestamptz"] | undefined, + updated_at: GraphQLTypes["timestamptz"], + url?: string | undefined, + username: string, + verified?: boolean | undefined +}; + /** aggregated selection of "twitter_account" */ +["twitter_account_aggregate"]: { + __typename: "twitter_account_aggregate", + aggregate?: GraphQLTypes["twitter_account_aggregate_fields"] | undefined, + nodes: Array +}; + /** aggregate fields of "twitter_account" */ +["twitter_account_aggregate_fields"]: { + __typename: "twitter_account_aggregate_fields", + avg?: GraphQLTypes["twitter_account_avg_fields"] | undefined, + count: number, + max?: GraphQLTypes["twitter_account_max_fields"] | undefined, + min?: GraphQLTypes["twitter_account_min_fields"] | undefined, + stddev?: GraphQLTypes["twitter_account_stddev_fields"] | undefined, + stddev_pop?: GraphQLTypes["twitter_account_stddev_pop_fields"] | undefined, + stddev_samp?: GraphQLTypes["twitter_account_stddev_samp_fields"] | undefined, + sum?: GraphQLTypes["twitter_account_sum_fields"] | undefined, + var_pop?: GraphQLTypes["twitter_account_var_pop_fields"] | undefined, + var_samp?: GraphQLTypes["twitter_account_var_samp_fields"] | undefined, + variance?: GraphQLTypes["twitter_account_variance_fields"] | undefined +}; + /** aggregate avg on columns */ +["twitter_account_avg_fields"]: { + __typename: "twitter_account_avg_fields", + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** Boolean expression to filter rows from the table "twitter_account". All fields are combined with a logical 'AND'. */ +["twitter_account_bool_exp"]: { + _and?: Array | undefined, + _not?: GraphQLTypes["twitter_account_bool_exp"] | undefined, + _or?: Array | undefined, + access_token?: GraphQLTypes["String_comparison_exp"] | undefined, + created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + description?: GraphQLTypes["String_comparison_exp"] | undefined, + expires_at?: GraphQLTypes["numeric_comparison_exp"] | undefined, + followers_count?: GraphQLTypes["Int_comparison_exp"] | undefined, + following_count?: GraphQLTypes["Int_comparison_exp"] | undefined, + id?: GraphQLTypes["String_comparison_exp"] | undefined, + location?: GraphQLTypes["String_comparison_exp"] | undefined, + name?: GraphQLTypes["String_comparison_exp"] | undefined, + profile?: GraphQLTypes["profiles_bool_exp"] | undefined, + profile_id?: GraphQLTypes["Int_comparison_exp"] | undefined, + profile_image_url?: GraphQLTypes["String_comparison_exp"] | undefined, + refresh_token?: GraphQLTypes["String_comparison_exp"] | undefined, + twitter_created_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + updated_at?: GraphQLTypes["timestamptz_comparison_exp"] | undefined, + url?: GraphQLTypes["String_comparison_exp"] | undefined, + username?: GraphQLTypes["String_comparison_exp"] | undefined, + verified?: GraphQLTypes["Boolean_comparison_exp"] | undefined +}; + /** unique or primary key constraints on table "twitter_account" */ +["twitter_account_constraint"]: twitter_account_constraint; + /** input type for incrementing numeric columns in table "twitter_account" */ +["twitter_account_inc_input"]: { + expires_at?: GraphQLTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** input type for inserting data into table "twitter_account" */ +["twitter_account_insert_input"]: { + access_token?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + description?: string | undefined, + expires_at?: GraphQLTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + id?: string | undefined, + location?: string | undefined, + name?: string | undefined, + profile?: GraphQLTypes["profiles_obj_rel_insert_input"] | undefined, + profile_id?: number | undefined, + profile_image_url?: string | undefined, + refresh_token?: string | undefined, + twitter_created_at?: GraphQLTypes["timestamptz"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + url?: string | undefined, + username?: string | undefined, + verified?: boolean | undefined +}; + /** aggregate max on columns */ +["twitter_account_max_fields"]: { + __typename: "twitter_account_max_fields", + access_token?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + description?: string | undefined, + expires_at?: GraphQLTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + id?: string | undefined, + location?: string | undefined, + name?: string | undefined, + profile_id?: number | undefined, + profile_image_url?: string | undefined, + refresh_token?: string | undefined, + twitter_created_at?: GraphQLTypes["timestamptz"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + url?: string | undefined, + username?: string | undefined +}; + /** aggregate min on columns */ +["twitter_account_min_fields"]: { + __typename: "twitter_account_min_fields", + access_token?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + description?: string | undefined, + expires_at?: GraphQLTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + id?: string | undefined, + location?: string | undefined, + name?: string | undefined, + profile_id?: number | undefined, + profile_image_url?: string | undefined, + refresh_token?: string | undefined, + twitter_created_at?: GraphQLTypes["timestamptz"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + url?: string | undefined, + username?: string | undefined +}; + /** response of any mutation on the table "twitter_account" */ +["twitter_account_mutation_response"]: { + __typename: "twitter_account_mutation_response", + /** number of rows affected by the mutation */ + affected_rows: number, + /** data from the rows affected by the mutation */ + returning: Array +}; + /** on_conflict condition type for table "twitter_account" */ +["twitter_account_on_conflict"]: { + constraint: GraphQLTypes["twitter_account_constraint"], + update_columns: Array, + where?: GraphQLTypes["twitter_account_bool_exp"] | undefined +}; + /** Ordering options when selecting data from "twitter_account". */ +["twitter_account_order_by"]: { + access_token?: GraphQLTypes["order_by"] | undefined, + created_at?: GraphQLTypes["order_by"] | undefined, + description?: GraphQLTypes["order_by"] | undefined, + expires_at?: GraphQLTypes["order_by"] | undefined, + followers_count?: GraphQLTypes["order_by"] | undefined, + following_count?: GraphQLTypes["order_by"] | undefined, + id?: GraphQLTypes["order_by"] | undefined, + location?: GraphQLTypes["order_by"] | undefined, + name?: GraphQLTypes["order_by"] | undefined, + profile?: GraphQLTypes["profiles_order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, + profile_image_url?: GraphQLTypes["order_by"] | undefined, + refresh_token?: GraphQLTypes["order_by"] | undefined, + twitter_created_at?: GraphQLTypes["order_by"] | undefined, + updated_at?: GraphQLTypes["order_by"] | undefined, + url?: GraphQLTypes["order_by"] | undefined, + username?: GraphQLTypes["order_by"] | undefined, + verified?: GraphQLTypes["order_by"] | undefined +}; + /** primary key columns input for table: twitter_account */ +["twitter_account_pk_columns_input"]: { + profile_id: number +}; + /** select columns of table "twitter_account" */ +["twitter_account_select_column"]: twitter_account_select_column; + /** input type for updating data in table "twitter_account" */ +["twitter_account_set_input"]: { + access_token?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + description?: string | undefined, + expires_at?: GraphQLTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + id?: string | undefined, + location?: string | undefined, + name?: string | undefined, + profile_id?: number | undefined, + profile_image_url?: string | undefined, + refresh_token?: string | undefined, + twitter_created_at?: GraphQLTypes["timestamptz"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + url?: string | undefined, + username?: string | undefined, + verified?: boolean | undefined +}; + /** aggregate stddev on columns */ +["twitter_account_stddev_fields"]: { + __typename: "twitter_account_stddev_fields", + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_pop on columns */ +["twitter_account_stddev_pop_fields"]: { + __typename: "twitter_account_stddev_pop_fields", + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate stddev_samp on columns */ +["twitter_account_stddev_samp_fields"]: { + __typename: "twitter_account_stddev_samp_fields", + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** Streaming cursor of the table "twitter_account" */ +["twitter_account_stream_cursor_input"]: { + /** Stream column input with initial value */ + initial_value: GraphQLTypes["twitter_account_stream_cursor_value_input"], + /** cursor ordering */ + ordering?: GraphQLTypes["cursor_ordering"] | undefined +}; + /** Initial value of the column from where the streaming should start */ +["twitter_account_stream_cursor_value_input"]: { + access_token?: string | undefined, + created_at?: GraphQLTypes["timestamptz"] | undefined, + description?: string | undefined, + expires_at?: GraphQLTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + id?: string | undefined, + location?: string | undefined, + name?: string | undefined, + profile_id?: number | undefined, + profile_image_url?: string | undefined, + refresh_token?: string | undefined, + twitter_created_at?: GraphQLTypes["timestamptz"] | undefined, + updated_at?: GraphQLTypes["timestamptz"] | undefined, + url?: string | undefined, + username?: string | undefined, + verified?: boolean | undefined +}; + /** aggregate sum on columns */ +["twitter_account_sum_fields"]: { + __typename: "twitter_account_sum_fields", + expires_at?: GraphQLTypes["numeric"] | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** update columns of table "twitter_account" */ +["twitter_account_update_column"]: twitter_account_update_column; + ["twitter_account_updates"]: { + /** increments the numeric columns with given value of the filtered values */ + _inc?: GraphQLTypes["twitter_account_inc_input"] | undefined, + /** sets the columns of the filtered rows to the given values */ + _set?: GraphQLTypes["twitter_account_set_input"] | undefined, + /** filter the rows which have to be updated */ + where: GraphQLTypes["twitter_account_bool_exp"] +}; + /** aggregate var_pop on columns */ +["twitter_account_var_pop_fields"]: { + __typename: "twitter_account_var_pop_fields", + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate var_samp on columns */ +["twitter_account_var_samp_fields"]: { + __typename: "twitter_account_var_samp_fields", + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined +}; + /** aggregate variance on columns */ +["twitter_account_variance_fields"]: { + __typename: "twitter_account_variance_fields", + expires_at?: number | undefined, + followers_count?: number | undefined, + following_count?: number | undefined, + profile_id?: number | undefined }; /** columns and relationships of "user_private" */ ["user_private"]: { @@ -56000,7 +77044,6 @@ export type GraphQLTypes = { /** Members of a circle */ ["users"]: { __typename: "users", - address: string, bio?: string | undefined, /** An array relationship */ burns: Array, @@ -56026,7 +77069,10 @@ export type GraphQLTypes = { give_token_received: number, give_token_remaining: number, id: GraphQLTypes["bigint"], - name: string, + /** An array relationship */ + member_epoch_pgivess: Array, + /** An aggregate relationship */ + member_epoch_pgivess_aggregate: GraphQLTypes["member_epoch_pgives_aggregate"], non_giver: boolean, non_receiver: boolean, /** An array relationship */ @@ -56039,6 +77085,7 @@ export type GraphQLTypes = { pending_sent_gifts_aggregate: GraphQLTypes["pending_token_gifts_aggregate"], /** An object relationship */ profile: GraphQLTypes["profiles"], + profile_id: GraphQLTypes["bigint"], /** An array relationship */ received_gifts: Array, /** An aggregate relationship */ @@ -56133,6 +77180,7 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -56143,6 +77191,7 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, starting_tokens?: GraphQLTypes["order_by"] | undefined }; @@ -56151,7 +77200,6 @@ export type GraphQLTypes = { _and?: Array | undefined, _not?: GraphQLTypes["users_bool_exp"] | undefined, _or?: Array | undefined, - address?: GraphQLTypes["String_comparison_exp"] | undefined, bio?: GraphQLTypes["String_comparison_exp"] | undefined, burns?: GraphQLTypes["burns_bool_exp"] | undefined, burns_aggregate?: GraphQLTypes["burns_aggregate_bool_exp"] | undefined, @@ -56170,7 +77218,8 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["Int_comparison_exp"] | undefined, give_token_remaining?: GraphQLTypes["Int_comparison_exp"] | undefined, id?: GraphQLTypes["bigint_comparison_exp"] | undefined, - name?: GraphQLTypes["String_comparison_exp"] | undefined, + member_epoch_pgivess?: GraphQLTypes["member_epoch_pgives_bool_exp"] | undefined, + member_epoch_pgivess_aggregate?: GraphQLTypes["member_epoch_pgives_aggregate_bool_exp"] | undefined, non_giver?: GraphQLTypes["Boolean_comparison_exp"] | undefined, non_receiver?: GraphQLTypes["Boolean_comparison_exp"] | undefined, pending_received_gifts?: GraphQLTypes["pending_token_gifts_bool_exp"] | undefined, @@ -56178,6 +77227,7 @@ export type GraphQLTypes = { pending_sent_gifts?: GraphQLTypes["pending_token_gifts_bool_exp"] | undefined, pending_sent_gifts_aggregate?: GraphQLTypes["pending_token_gifts_aggregate_bool_exp"] | undefined, profile?: GraphQLTypes["profiles_bool_exp"] | undefined, + profile_id?: GraphQLTypes["bigint_comparison_exp"] | undefined, received_gifts?: GraphQLTypes["token_gifts_bool_exp"] | undefined, received_gifts_aggregate?: GraphQLTypes["token_gifts_aggregate_bool_exp"] | undefined, role?: GraphQLTypes["Int_comparison_exp"] | undefined, @@ -56200,13 +77250,13 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined }; /** input type for inserting data into table "users" */ ["users_insert_input"]: { - address?: string | undefined, - bio?: string | undefined, + bio?: string | undefined, burns?: GraphQLTypes["burns_arr_rel_insert_input"] | undefined, circle?: GraphQLTypes["circles_obj_rel_insert_input"] | undefined, circle_api_keys?: GraphQLTypes["circle_api_keys_arr_rel_insert_input"] | undefined, @@ -56221,12 +77271,13 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, - name?: string | undefined, + member_epoch_pgivess?: GraphQLTypes["member_epoch_pgives_arr_rel_insert_input"] | undefined, non_giver?: boolean | undefined, non_receiver?: boolean | undefined, pending_received_gifts?: GraphQLTypes["pending_token_gifts_arr_rel_insert_input"] | undefined, pending_sent_gifts?: GraphQLTypes["pending_token_gifts_arr_rel_insert_input"] | undefined, profile?: GraphQLTypes["profiles_obj_rel_insert_input"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, received_gifts?: GraphQLTypes["token_gifts_arr_rel_insert_input"] | undefined, role?: number | undefined, sent_gifts?: GraphQLTypes["token_gifts_arr_rel_insert_input"] | undefined, @@ -56239,7 +77290,6 @@ export type GraphQLTypes = { /** aggregate max on columns */ ["users_max_fields"]: { __typename: "users_max_fields", - address?: string | undefined, bio?: string | undefined, circle_id?: GraphQLTypes["bigint"] | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, @@ -56249,15 +77299,14 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, - name?: string | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined }; /** order by max() on columns of table "users" */ ["users_max_order_by"]: { - address?: GraphQLTypes["order_by"] | undefined, - bio?: GraphQLTypes["order_by"] | undefined, + bio?: GraphQLTypes["order_by"] | undefined, circle_id?: GraphQLTypes["order_by"] | undefined, created_at?: GraphQLTypes["order_by"] | undefined, deleted_at?: GraphQLTypes["order_by"] | undefined, @@ -56266,7 +77315,7 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, - name?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, starting_tokens?: GraphQLTypes["order_by"] | undefined, updated_at?: GraphQLTypes["order_by"] | undefined @@ -56274,7 +77323,6 @@ export type GraphQLTypes = { /** aggregate min on columns */ ["users_min_fields"]: { __typename: "users_min_fields", - address?: string | undefined, bio?: string | undefined, circle_id?: GraphQLTypes["bigint"] | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, @@ -56284,15 +77332,14 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, - name?: string | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined }; /** order by min() on columns of table "users" */ ["users_min_order_by"]: { - address?: GraphQLTypes["order_by"] | undefined, - bio?: GraphQLTypes["order_by"] | undefined, + bio?: GraphQLTypes["order_by"] | undefined, circle_id?: GraphQLTypes["order_by"] | undefined, created_at?: GraphQLTypes["order_by"] | undefined, deleted_at?: GraphQLTypes["order_by"] | undefined, @@ -56301,7 +77348,7 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, - name?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, starting_tokens?: GraphQLTypes["order_by"] | undefined, updated_at?: GraphQLTypes["order_by"] | undefined @@ -56328,8 +77375,7 @@ export type GraphQLTypes = { }; /** Ordering options when selecting data from "users". */ ["users_order_by"]: { - address?: GraphQLTypes["order_by"] | undefined, - bio?: GraphQLTypes["order_by"] | undefined, + bio?: GraphQLTypes["order_by"] | undefined, burns_aggregate?: GraphQLTypes["burns_aggregate_order_by"] | undefined, circle?: GraphQLTypes["circles_order_by"] | undefined, circle_api_keys_aggregate?: GraphQLTypes["circle_api_keys_aggregate_order_by"] | undefined, @@ -56344,12 +77390,13 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, - name?: GraphQLTypes["order_by"] | undefined, + member_epoch_pgivess_aggregate?: GraphQLTypes["member_epoch_pgives_aggregate_order_by"] | undefined, non_giver?: GraphQLTypes["order_by"] | undefined, non_receiver?: GraphQLTypes["order_by"] | undefined, pending_received_gifts_aggregate?: GraphQLTypes["pending_token_gifts_aggregate_order_by"] | undefined, pending_sent_gifts_aggregate?: GraphQLTypes["pending_token_gifts_aggregate_order_by"] | undefined, profile?: GraphQLTypes["profiles_order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, received_gifts_aggregate?: GraphQLTypes["token_gifts_aggregate_order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, sent_gifts_aggregate?: GraphQLTypes["token_gifts_aggregate_order_by"] | undefined, @@ -56371,8 +77418,7 @@ export type GraphQLTypes = { ["users_select_column_users_aggregate_bool_exp_bool_or_arguments_columns"]: users_select_column_users_aggregate_bool_exp_bool_or_arguments_columns; /** input type for updating data in table "users" */ ["users_set_input"]: { - address?: string | undefined, - bio?: string | undefined, + bio?: string | undefined, circle_id?: GraphQLTypes["bigint"] | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, deleted_at?: GraphQLTypes["timestamp"] | undefined, @@ -56383,9 +77429,9 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, - name?: string | undefined, non_giver?: boolean | undefined, non_receiver?: boolean | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined @@ -56398,6 +77444,7 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -56408,6 +77455,7 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, starting_tokens?: GraphQLTypes["order_by"] | undefined }; @@ -56419,6 +77467,7 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -56429,6 +77478,7 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, starting_tokens?: GraphQLTypes["order_by"] | undefined }; @@ -56440,6 +77490,7 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -56450,6 +77501,7 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, starting_tokens?: GraphQLTypes["order_by"] | undefined }; @@ -56462,8 +77514,7 @@ export type GraphQLTypes = { }; /** Initial value of the column from where the streaming should start */ ["users_stream_cursor_value_input"]: { - address?: string | undefined, - bio?: string | undefined, + bio?: string | undefined, circle_id?: GraphQLTypes["bigint"] | undefined, created_at?: GraphQLTypes["timestamp"] | undefined, deleted_at?: GraphQLTypes["timestamp"] | undefined, @@ -56474,9 +77525,9 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, - name?: string | undefined, non_giver?: boolean | undefined, non_receiver?: boolean | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined, updated_at?: GraphQLTypes["timestamp"] | undefined @@ -56489,6 +77540,7 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: GraphQLTypes["bigint"] | undefined, + profile_id?: GraphQLTypes["bigint"] | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -56499,6 +77551,7 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, starting_tokens?: GraphQLTypes["order_by"] | undefined }; @@ -56520,6 +77573,7 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -56530,6 +77584,7 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, starting_tokens?: GraphQLTypes["order_by"] | undefined }; @@ -56541,6 +77596,7 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -56551,6 +77607,7 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, starting_tokens?: GraphQLTypes["order_by"] | undefined }; @@ -56562,6 +77619,7 @@ export type GraphQLTypes = { give_token_received?: number | undefined, give_token_remaining?: number | undefined, id?: number | undefined, + profile_id?: number | undefined, role?: number | undefined, starting_tokens?: number | undefined }; @@ -56572,6 +77630,7 @@ export type GraphQLTypes = { give_token_received?: GraphQLTypes["order_by"] | undefined, give_token_remaining?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, + profile_id?: GraphQLTypes["order_by"] | undefined, role?: GraphQLTypes["order_by"] | undefined, starting_tokens?: GraphQLTypes["order_by"] | undefined }; @@ -57524,6 +78583,29 @@ export type GraphQLTypes = { deployment_block?: GraphQLTypes["order_by"] | undefined, id?: GraphQLTypes["order_by"] | undefined, org_id?: GraphQLTypes["order_by"] | undefined +}; + ["vector"]: "scalar" & { name: "vector" }; + /** Boolean expression to compare columns of type "vector". All fields are combined with logical 'AND'. */ +["vector_comparison_exp"]: { + _eq?: GraphQLTypes["vector"] | undefined, + _gt?: GraphQLTypes["vector"] | undefined, + _gte?: GraphQLTypes["vector"] | undefined, + _in?: Array | undefined, + _is_null?: boolean | undefined, + _lt?: GraphQLTypes["vector"] | undefined, + _lte?: GraphQLTypes["vector"] | undefined, + _neq?: GraphQLTypes["vector"] | undefined, + _nin?: Array | undefined +}; + ["vector_search_poap_events_args"]: { + limit_count?: number | undefined, + match_threshold?: GraphQLTypes["float8"] | undefined, + target_vector?: GraphQLTypes["vector"] | undefined +}; + ["vector_search_poap_holders_args"]: { + limit_count?: number | undefined, + match_threshold?: GraphQLTypes["float8"] | undefined, + target_vector?: GraphQLTypes["vector"] | undefined }; /** columns and relationships of "vouches" */ ["vouches"]: { @@ -57835,10 +78917,19 @@ export const enum activities_select_column { epoch_id = "epoch_id", id = "id", organization_id = "organization_id", + private_stream = "private_stream", target_profile_id = "target_profile_id", updated_at = "updated_at", user_id = "user_id" } +/** select "activities_aggregate_bool_exp_bool_and_arguments_columns" columns of table "activities" */ +export const enum activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns { + private_stream = "private_stream" +} +/** select "activities_aggregate_bool_exp_bool_or_arguments_columns" columns of table "activities" */ +export const enum activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns { + private_stream = "private_stream" +} /** update columns of table "activities" */ export const enum activities_update_column { action = "action", @@ -57849,10 +78940,29 @@ export const enum activities_update_column { epoch_id = "epoch_id", id = "id", organization_id = "organization_id", + private_stream = "private_stream", target_profile_id = "target_profile_id", updated_at = "updated_at", user_id = "user_id" } +/** unique or primary key constraints on table "address_data_fetches" */ +export const enum address_data_fetches_constraint { + address_data_fetches_pkey = "address_data_fetches_pkey" +} +/** select columns of table "address_data_fetches" */ +export const enum address_data_fetches_select_column { + address = "address", + created_at = "created_at", + poap_synced_at = "poap_synced_at", + updated_at = "updated_at" +} +/** update columns of table "address_data_fetches" */ +export const enum address_data_fetches_update_column { + address = "address", + created_at = "created_at", + poap_synced_at = "poap_synced_at", + updated_at = "updated_at" +} /** unique or primary key constraints on table "burns" */ export const enum burns_constraint { burns_pkey = "burns_pkey" @@ -58032,6 +79142,7 @@ export const enum circles_constraint { /** select columns of table "circles" */ export const enum circles_select_column { alloc_text = "alloc_text", + allow_distribute_evenly = "allow_distribute_evenly", auto_opt_out = "auto_opt_out", cont_help_text = "cont_help_text", contact = "contact", @@ -58052,6 +79163,7 @@ export const enum circles_select_column { only_giver_vouch = "only_giver_vouch", organization_id = "organization_id", show_pending_gives = "show_pending_gives", + starting_tokens = "starting_tokens", team_selection = "team_selection", telegram_id = "telegram_id", token_name = "token_name", @@ -58061,6 +79173,7 @@ export const enum circles_select_column { } /** select "circles_aggregate_bool_exp_bool_and_arguments_columns" columns of table "circles" */ export const enum circles_select_column_circles_aggregate_bool_exp_bool_and_arguments_columns { + allow_distribute_evenly = "allow_distribute_evenly", auto_opt_out = "auto_opt_out", default_opt_in = "default_opt_in", is_verified = "is_verified", @@ -58071,6 +79184,7 @@ export const enum circles_select_column_circles_aggregate_bool_exp_bool_and_argu } /** select "circles_aggregate_bool_exp_bool_or_arguments_columns" columns of table "circles" */ export const enum circles_select_column_circles_aggregate_bool_exp_bool_or_arguments_columns { + allow_distribute_evenly = "allow_distribute_evenly", auto_opt_out = "auto_opt_out", default_opt_in = "default_opt_in", is_verified = "is_verified", @@ -58082,6 +79196,7 @@ export const enum circles_select_column_circles_aggregate_bool_exp_bool_or_argum /** update columns of table "circles" */ export const enum circles_update_column { alloc_text = "alloc_text", + allow_distribute_evenly = "allow_distribute_evenly", auto_opt_out = "auto_opt_out", cont_help_text = "cont_help_text", contact = "contact", @@ -58102,6 +79217,7 @@ export const enum circles_update_column { only_giver_vouch = "only_giver_vouch", organization_id = "organization_id", show_pending_gives = "show_pending_gives", + starting_tokens = "starting_tokens", team_selection = "team_selection", telegram_id = "telegram_id", token_name = "token_name", @@ -58141,6 +79257,11 @@ export const enum claims_update_column { txHash = "txHash", updated_at = "updated_at" } +/** select columns of table "contribution_count" */ +export const enum contribution_count_select_column { + contributions = "contributions", + profile_id = "profile_id" +} /** unique or primary key constraints on table "contributions" */ export const enum contributions_constraint { contributions_pkey = "contributions_pkey" @@ -58150,25 +79271,64 @@ export const enum contributions_select_column { circle_id = "circle_id", created_at = "created_at", created_with_api_key_hash = "created_with_api_key_hash", - datetime_created = "datetime_created", deleted_at = "deleted_at", description = "description", id = "id", + private_stream = "private_stream", + profile_id = "profile_id", updated_at = "updated_at", user_id = "user_id" } +/** select "contributions_aggregate_bool_exp_bool_and_arguments_columns" columns of table "contributions" */ +export const enum contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns { + private_stream = "private_stream" +} +/** select "contributions_aggregate_bool_exp_bool_or_arguments_columns" columns of table "contributions" */ +export const enum contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns { + private_stream = "private_stream" +} /** update columns of table "contributions" */ export const enum contributions_update_column { circle_id = "circle_id", created_at = "created_at", created_with_api_key_hash = "created_with_api_key_hash", - datetime_created = "datetime_created", deleted_at = "deleted_at", description = "description", id = "id", + private_stream = "private_stream", + profile_id = "profile_id", updated_at = "updated_at", user_id = "user_id" } +/** unique or primary key constraints on table "cosouls" */ +export const enum cosouls_constraint { + cosouls_pkey = "cosouls_pkey", + cosouls_token_id_key = "cosouls_token_id_key" +} +/** select columns of table "cosouls" */ +export const enum cosouls_select_column { + address = "address", + checked_at = "checked_at", + created_at = "created_at", + created_tx_hash = "created_tx_hash", + id = "id", + pgive = "pgive", + synced_at = "synced_at", + token_id = "token_id", + updated_at = "updated_at" +} +/** update columns of table "cosouls" */ +export const enum cosouls_update_column { + address = "address", + checked_at = "checked_at", + created_at = "created_at", + created_tx_hash = "created_tx_hash", + id = "id", + pgive = "pgive", + synced_at = "synced_at", + token_id = "token_id", + updated_at = "updated_at" +} /** ordering argument of a cursor */ export const enum cursor_ordering { ASC = "ASC", @@ -58221,6 +79381,31 @@ export const enum discord_roles_circles_update_column { id = "id", updated_at = "updated_at" } +/** unique or primary key constraints on table "discord.user_api_tokens" */ +export const enum discord_user_api_tokens_constraint { + user_api_tokens_pkey = "user_api_tokens_pkey", + user_api_tokens_profile_id_circle_id_key = "user_api_tokens_profile_id_circle_id_key" +} +/** select columns of table "discord.user_api_tokens" */ +export const enum discord_user_api_tokens_select_column { + circle_id = "circle_id", + created_at = "created_at", + discord_user = "discord_user", + id = "id", + profile_id = "profile_id", + token = "token", + updated_at = "updated_at" +} +/** update columns of table "discord.user_api_tokens" */ +export const enum discord_user_api_tokens_update_column { + circle_id = "circle_id", + created_at = "created_at", + discord_user = "discord_user", + id = "id", + profile_id = "profile_id", + token = "token", + updated_at = "updated_at" +} /** unique or primary key constraints on table "discord.users" */ export const enum discord_users_constraint { users_pkey = "users_pkey", @@ -58281,6 +79466,34 @@ export const enum distributions_update_column { updated_at = "updated_at", vault_id = "vault_id" } +/** unique or primary key constraints on table "emails" */ +export const enum emails_constraint { + emails_pkey = "emails_pkey" +} +/** select columns of table "emails" */ +export const enum emails_select_column { + email = "email", + primary = "primary", + profile_id = "profile_id", + verification_code = "verification_code", + verified_at = "verified_at" +} +/** select "emails_aggregate_bool_exp_bool_and_arguments_columns" columns of table "emails" */ +export const enum emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns { + primary = "primary" +} +/** select "emails_aggregate_bool_exp_bool_or_arguments_columns" columns of table "emails" */ +export const enum emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns { + primary = "primary" +} +/** update columns of table "emails" */ +export const enum emails_update_column { + email = "email", + primary = "primary", + profile_id = "profile_id", + verification_code = "verification_code", + verified_at = "verified_at" +} /** unique or primary key constraints on table "epoch_pgive_data" */ export const enum epoch_pgive_data_constraint { epoch_pgive_data_epoch_id_key = "epoch_pgive_data_epoch_id_key", @@ -58316,6 +79529,7 @@ export const enum epochs_constraint { export const enum epochs_select_column { circle_id = "circle_id", created_at = "created_at", + created_by = "created_by", days = "days", description = "description", end_date = "end_date", @@ -58345,6 +79559,7 @@ export const enum epochs_select_column_epochs_aggregate_bool_exp_bool_or_argumen export const enum epochs_update_column { circle_id = "circle_id", created_at = "created_at", + created_by = "created_by", days = "days", description = "description", end_date = "end_date", @@ -58421,6 +79636,54 @@ export const enum interaction_events_update_column { profile_id = "profile_id", updated_at = "updated_at" } +/** unique or primary key constraints on table "key_holders" */ +export const enum key_holders_constraint { + key_holders_pkey = "key_holders_pkey" +} +/** select columns of table "key_holders" */ +export const enum key_holders_select_column { + address = "address", + amount = "amount", + subject = "subject", + updated_at = "updated_at" +} +/** update columns of table "key_holders" */ +export const enum key_holders_update_column { + address = "address", + amount = "amount", + subject = "subject", + updated_at = "updated_at" +} +/** unique or primary key constraints on table "key_tx" */ +export const enum key_tx_constraint { + key_tx_pkey = "key_tx_pkey" +} +/** select columns of table "key_tx" */ +export const enum key_tx_select_column { + buy = "buy", + created_at = "created_at", + eth_amount = "eth_amount", + protocol_fee_amount = "protocol_fee_amount", + share_amount = "share_amount", + subject = "subject", + subject_fee_amount = "subject_fee_amount", + supply = "supply", + trader = "trader", + tx_hash = "tx_hash" +} +/** update columns of table "key_tx" */ +export const enum key_tx_update_column { + buy = "buy", + created_at = "created_at", + eth_amount = "eth_amount", + protocol_fee_amount = "protocol_fee_amount", + share_amount = "share_amount", + subject = "subject", + subject_fee_amount = "subject_fee_amount", + supply = "supply", + trader = "trader", + tx_hash = "tx_hash" +} /** unique or primary key constraints on table "locked_token_distribution_gifts" */ export const enum locked_token_distribution_gifts_constraint { locked_token_distribution_gifts_pkey = "locked_token_distribution_gifts_pkey" @@ -58467,6 +79730,13 @@ export const enum locked_token_distributions_update_column { token_symbol = "token_symbol", tx_hash = "tx_hash" } +/** select columns of table "member_circle_pgives" */ +export const enum member_circle_pgives_select_column { + circle_id = "circle_id", + epochs = "epochs", + pgive = "pgive", + user_id = "user_id" +} /** unique or primary key constraints on table "member_epoch_pgives" */ export const enum member_epoch_pgives_constraint { member_epoch_pgives_pkey = "member_epoch_pgives_pkey", @@ -58474,23 +79744,27 @@ export const enum member_epoch_pgives_constraint { } /** select columns of table "member_epoch_pgives" */ export const enum member_epoch_pgives_select_column { + circle_id = "circle_id", created_at = "created_at", epoch_id = "epoch_id", gives_received = "gives_received", id = "id", normalized_pgive = "normalized_pgive", opt_out_bonus = "opt_out_bonus", + organization_id = "organization_id", pgive = "pgive", user_id = "user_id" } /** update columns of table "member_epoch_pgives" */ export const enum member_epoch_pgives_update_column { + circle_id = "circle_id", created_at = "created_at", epoch_id = "epoch_id", gives_received = "gives_received", id = "id", normalized_pgive = "normalized_pgive", opt_out_bonus = "opt_out_bonus", + organization_id = "organization_id", pgive = "pgive", user_id = "user_id" } @@ -58536,6 +79810,11 @@ export const enum nominees_update_column { user_id = "user_id", vouches_required = "vouches_required" } +/** select columns of table "note_count" */ +export const enum note_count_select_column { + notes = "notes", + profile_id = "profile_id" +} /** column ordering options */ export const enum order_by { asc = "asc", @@ -58554,22 +79833,55 @@ export const enum org_members_constraint { export const enum org_members_select_column { created_at = "created_at", deleted_at = "deleted_at", + entrance = "entrance", + hidden = "hidden", id = "id", org_id = "org_id", profile_id = "profile_id", role = "role", updated_at = "updated_at" } +/** select "org_members_aggregate_bool_exp_bool_and_arguments_columns" columns of table "org_members" */ +export const enum org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns { + hidden = "hidden" +} +/** select "org_members_aggregate_bool_exp_bool_or_arguments_columns" columns of table "org_members" */ +export const enum org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns { + hidden = "hidden" +} /** update columns of table "org_members" */ export const enum org_members_update_column { created_at = "created_at", deleted_at = "deleted_at", + entrance = "entrance", + hidden = "hidden", id = "id", org_id = "org_id", profile_id = "profile_id", role = "role", updated_at = "updated_at" } +/** unique or primary key constraints on table "org_share_tokens" */ +export const enum org_share_tokens_constraint { + org_share_tokens_pkey = "org_share_tokens_pkey", + org_share_tokens_uuid_key = "org_share_tokens_uuid_key" +} +/** select columns of table "org_share_tokens" */ +export const enum org_share_tokens_select_column { + created_at = "created_at", + org_id = "org_id", + type = "type", + updated_at = "updated_at", + uuid = "uuid" +} +/** update columns of table "org_share_tokens" */ +export const enum org_share_tokens_update_column { + created_at = "created_at", + org_id = "org_id", + type = "type", + updated_at = "updated_at", + uuid = "uuid" +} /** unique or primary key constraints on table "organizations" */ export const enum organizations_constraint { organizations_pkey = "organizations_pkey" @@ -58578,6 +79890,8 @@ export const enum organizations_constraint { export const enum organizations_select_column { created_at = "created_at", created_by = "created_by", + guild_id = "guild_id", + guild_role_id = "guild_role_id", id = "id", is_verified = "is_verified", logo = "logo", @@ -58590,6 +79904,8 @@ export const enum organizations_select_column { export const enum organizations_update_column { created_at = "created_at", created_by = "created_by", + guild_id = "guild_id", + guild_role_id = "guild_role_id", id = "id", is_verified = "is_verified", logo = "logo", @@ -58695,15 +80011,113 @@ export const enum personal_access_tokens_update_column { tokenable_type = "tokenable_type", updated_at = "updated_at" } +/** unique or primary key constraints on table "poap_events" */ +export const enum poap_events_constraint { + poap_events_pkey = "poap_events_pkey", + poap_events_poap_id_key = "poap_events_poap_id_key" +} +/** select columns of table "poap_events" */ +export const enum poap_events_select_column { + city = "city", + country = "country", + created_at = "created_at", + description = "description", + distance = "distance", + embedding = "embedding", + end_date = "end_date", + event_url = "event_url", + expiry_date = "expiry_date", + fancy_id = "fancy_id", + id = "id", + image_url = "image_url", + name = "name", + poap_id = "poap_id", + start_date = "start_date", + supply = "supply", + updated_at = "updated_at", + year = "year" +} +/** update columns of table "poap_events" */ +export const enum poap_events_update_column { + city = "city", + country = "country", + created_at = "created_at", + description = "description", + distance = "distance", + embedding = "embedding", + end_date = "end_date", + event_url = "event_url", + expiry_date = "expiry_date", + fancy_id = "fancy_id", + id = "id", + image_url = "image_url", + name = "name", + poap_id = "poap_id", + start_date = "start_date", + supply = "supply", + updated_at = "updated_at", + year = "year" +} +/** unique or primary key constraints on table "poap_holders" */ +export const enum poap_holders_constraint { + poap_holders_pkey = "poap_holders_pkey", + poap_holders_token_id_key = "poap_holders_token_id_key" +} +/** select columns of table "poap_holders" */ +export const enum poap_holders_select_column { + address = "address", + chain = "chain", + created_at = "created_at", + event_id = "event_id", + id = "id", + poap_created = "poap_created", + token_id = "token_id", + updated_at = "updated_at" +} +/** update columns of table "poap_holders" */ +export const enum poap_holders_update_column { + address = "address", + chain = "chain", + created_at = "created_at", + event_id = "event_id", + id = "id", + poap_created = "poap_created", + token_id = "token_id", + updated_at = "updated_at" +} +/** unique or primary key constraints on table "private_stream_visibility" */ +export const enum private_stream_visibility_constraint { + private_stream_visibility_pkey = "private_stream_visibility_pkey" +} +/** select columns of table "private_stream_visibility" */ +export const enum private_stream_visibility_select_column { + created_at = "created_at", + profile_id = "profile_id", + view_profile_id = "view_profile_id" +} +/** update columns of table "private_stream_visibility" */ +export const enum private_stream_visibility_update_column { + created_at = "created_at", + profile_id = "profile_id", + view_profile_id = "view_profile_id" +} /** unique or primary key constraints on table "profiles" */ export const enum profiles_constraint { profiles_address_key = "profiles_address_key", profiles_name_key = "profiles_name_key", profiles_pkey = "profiles_pkey" } +/** select columns of table "profiles_public" */ +export const enum profiles_public_select_column { + address = "address", + avatar = "avatar", + id = "id", + name = "name" +} /** select columns of table "profiles" */ export const enum profiles_select_column { address = "address", + app_emails = "app_emails", avatar = "avatar", background = "background", bio = "bio", @@ -58715,8 +80129,10 @@ export const enum profiles_select_column { id = "id", medium_username = "medium_username", name = "name", + product_emails = "product_emails", skills = "skills", telegram_username = "telegram_username", + tos_agreed_at = "tos_agreed_at", twitter_username = "twitter_username", updated_at = "updated_at", website = "website" @@ -58724,6 +80140,7 @@ export const enum profiles_select_column { /** update columns of table "profiles" */ export const enum profiles_update_column { address = "address", + app_emails = "app_emails", avatar = "avatar", background = "background", bio = "bio", @@ -58735,12 +80152,61 @@ export const enum profiles_update_column { id = "id", medium_username = "medium_username", name = "name", + product_emails = "product_emails", skills = "skills", telegram_username = "telegram_username", + tos_agreed_at = "tos_agreed_at", twitter_username = "twitter_username", updated_at = "updated_at", website = "website" } +/** unique or primary key constraints on table "reactions" */ +export const enum reactions_constraint { + reactions_pkey = "reactions_pkey", + reactions_profile_id_activity_id_reaction_key = "reactions_profile_id_activity_id_reaction_key" +} +/** select columns of table "reactions" */ +export const enum reactions_select_column { + activity_id = "activity_id", + created_at = "created_at", + id = "id", + profile_id = "profile_id", + reaction = "reaction", + updated_at = "updated_at" +} +/** update columns of table "reactions" */ +export const enum reactions_update_column { + activity_id = "activity_id", + created_at = "created_at", + id = "id", + profile_id = "profile_id", + reaction = "reaction", + updated_at = "updated_at" +} +/** unique or primary key constraints on table "reputation_scores" */ +export const enum reputation_scores_constraint { + reputation_scores_pkey = "reputation_scores_pkey" +} +/** select columns of table "reputation_scores" */ +export const enum reputation_scores_select_column { + email_score = "email_score", + keys_score = "keys_score", + pgive_score = "pgive_score", + poap_score = "poap_score", + profile_id = "profile_id", + total_score = "total_score", + twitter_score = "twitter_score" +} +/** update columns of table "reputation_scores" */ +export const enum reputation_scores_update_column { + email_score = "email_score", + keys_score = "keys_score", + pgive_score = "pgive_score", + poap_score = "poap_score", + profile_id = "profile_id", + total_score = "total_score", + twitter_score = "twitter_score" +} /** unique or primary key constraints on table "teammates" */ export const enum teammates_constraint { teammates_pkey = "teammates_pkey", @@ -58796,6 +80262,52 @@ export const enum token_gifts_update_column { tokens = "tokens", updated_at = "updated_at" } +/** unique or primary key constraints on table "twitter_account" */ +export const enum twitter_account_constraint { + twitter_account_id_key = "twitter_account_id_key", + twitter_account_pkey = "twitter_account_pkey", + twitter_account_username_key = "twitter_account_username_key" +} +/** select columns of table "twitter_account" */ +export const enum twitter_account_select_column { + access_token = "access_token", + created_at = "created_at", + description = "description", + expires_at = "expires_at", + followers_count = "followers_count", + following_count = "following_count", + id = "id", + location = "location", + name = "name", + profile_id = "profile_id", + profile_image_url = "profile_image_url", + refresh_token = "refresh_token", + twitter_created_at = "twitter_created_at", + updated_at = "updated_at", + url = "url", + username = "username", + verified = "verified" +} +/** update columns of table "twitter_account" */ +export const enum twitter_account_update_column { + access_token = "access_token", + created_at = "created_at", + description = "description", + expires_at = "expires_at", + followers_count = "followers_count", + following_count = "following_count", + id = "id", + location = "location", + name = "name", + profile_id = "profile_id", + profile_image_url = "profile_image_url", + refresh_token = "refresh_token", + twitter_created_at = "twitter_created_at", + updated_at = "updated_at", + url = "url", + username = "username", + verified = "verified" +} /** select columns of table "user_private" */ export const enum user_private_select_column { circle_id = "circle_id", @@ -58805,12 +80317,11 @@ export const enum user_private_select_column { } /** unique or primary key constraints on table "users" */ export const enum users_constraint { - users_address_circle_id_deleted_at_key = "users_address_circle_id_deleted_at_key", - users_pkey = "users_pkey" + users_pkey = "users_pkey", + users_profile_id_circle_id_deleted_at_key = "users_profile_id_circle_id_deleted_at_key" } /** select columns of table "users" */ export const enum users_select_column { - address = "address", bio = "bio", circle_id = "circle_id", created_at = "created_at", @@ -58822,9 +80333,9 @@ export const enum users_select_column { give_token_received = "give_token_received", give_token_remaining = "give_token_remaining", id = "id", - name = "name", non_giver = "non_giver", non_receiver = "non_receiver", + profile_id = "profile_id", role = "role", starting_tokens = "starting_tokens", updated_at = "updated_at" @@ -58845,7 +80356,6 @@ export const enum users_select_column_users_aggregate_bool_exp_bool_or_arguments } /** update columns of table "users" */ export const enum users_update_column { - address = "address", bio = "bio", circle_id = "circle_id", created_at = "created_at", @@ -58857,9 +80367,9 @@ export const enum users_update_column { give_token_received = "give_token_received", give_token_remaining = "give_token_remaining", id = "id", - name = "name", non_giver = "non_giver", non_receiver = "non_receiver", + profile_id = "profile_id", role = "role", starting_tokens = "starting_tokens", updated_at = "updated_at" @@ -58970,6 +80480,7 @@ export const enum vouches_update_column { } type ZEUS_VARIABLES = { + ["AddEmailInput"]: ValueTypes["AddEmailInput"]; ["AdminUpdateUserInput"]: ValueTypes["AdminUpdateUserInput"]; ["Allocation"]: ValueTypes["Allocation"]; ["AllocationCsvInput"]: ValueTypes["AllocationCsvInput"]; @@ -58978,31 +80489,37 @@ type ZEUS_VARIABLES = { ["CoordinapeInput"]: ValueTypes["CoordinapeInput"]; ["CreateCircleInput"]: ValueTypes["CreateCircleInput"]; ["CreateEpochInput"]: ValueTypes["CreateEpochInput"]; - ["CreateEpochOldInput"]: ValueTypes["CreateEpochOldInput"]; ["CreateNomineeInput"]: ValueTypes["CreateNomineeInput"]; + ["CreateOrgMembersInput"]: ValueTypes["CreateOrgMembersInput"]; ["CreateUserWithTokenInput"]: ValueTypes["CreateUserWithTokenInput"]; ["CreateUsersInput"]: ValueTypes["CreateUsersInput"]; ["CreateVaultInput"]: ValueTypes["CreateVaultInput"]; ["DeleteCircleInput"]: ValueTypes["DeleteCircleInput"]; ["DeleteContributionInput"]: ValueTypes["DeleteContributionInput"]; ["DeleteDiscordUserInput"]: ValueTypes["DeleteDiscordUserInput"]; + ["DeleteEmailInput"]: ValueTypes["DeleteEmailInput"]; ["DeleteEpochInput"]: ValueTypes["DeleteEpochInput"]; ["DeleteUserInput"]: ValueTypes["DeleteUserInput"]; ["DeleteUsersInput"]: ValueTypes["DeleteUsersInput"]; ["EndEpochInput"]: ValueTypes["EndEpochInput"]; ["EpochInputParams"]: ValueTypes["EpochInputParams"]; ["GenerateApiKeyInput"]: ValueTypes["GenerateApiKeyInput"]; + ["GiveCsvInput"]: ValueTypes["GiveCsvInput"]; ["GuildInfoInput"]: ValueTypes["GuildInfoInput"]; + ["IdInput"]: ValueTypes["IdInput"]; ["Int_comparison_exp"]: ValueTypes["Int_comparison_exp"]; ["LinkDiscordCircleInput"]: ValueTypes["LinkDiscordCircleInput"]; ["LinkDiscordUserInput"]: ValueTypes["LinkDiscordUserInput"]; ["LogVaultTxInput"]: ValueTypes["LogVaultTxInput"]; ["MarkClaimedInput"]: ValueTypes["MarkClaimedInput"]; + ["SearchCosoulsInput"]: ValueTypes["SearchCosoulsInput"]; + ["SetPrimaryEmailInput"]: ValueTypes["SetPrimaryEmailInput"]; ["String_comparison_exp"]: ValueTypes["String_comparison_exp"]; + ["SyncCoSoulInput"]: ValueTypes["SyncCoSoulInput"]; ["UpdateCircleInput"]: ValueTypes["UpdateCircleInput"]; + ["UpdateCircleStartingGiveInput"]: ValueTypes["UpdateCircleStartingGiveInput"]; ["UpdateContributionInput"]: ValueTypes["UpdateContributionInput"]; ["UpdateEpochInput"]: ValueTypes["UpdateEpochInput"]; - ["UpdateEpochOldInput"]: ValueTypes["UpdateEpochOldInput"]; ["UpdateProfileInput"]: ValueTypes["UpdateProfileInput"]; ["UpdateTeammatesInput"]: ValueTypes["UpdateTeammatesInput"]; ["UpdateUserInput"]: ValueTypes["UpdateUserInput"]; @@ -59011,19 +80528,51 @@ type ZEUS_VARIABLES = { ["UploadOrgImageInput"]: ValueTypes["UploadOrgImageInput"]; ["UserObj"]: ValueTypes["UserObj"]; ["VouchInput"]: ValueTypes["VouchInput"]; + ["activities_aggregate_bool_exp"]: ValueTypes["activities_aggregate_bool_exp"]; + ["activities_aggregate_bool_exp_bool_and"]: ValueTypes["activities_aggregate_bool_exp_bool_and"]; + ["activities_aggregate_bool_exp_bool_or"]: ValueTypes["activities_aggregate_bool_exp_bool_or"]; + ["activities_aggregate_bool_exp_count"]: ValueTypes["activities_aggregate_bool_exp_count"]; + ["activities_aggregate_order_by"]: ValueTypes["activities_aggregate_order_by"]; + ["activities_arr_rel_insert_input"]: ValueTypes["activities_arr_rel_insert_input"]; + ["activities_avg_order_by"]: ValueTypes["activities_avg_order_by"]; ["activities_bool_exp"]: ValueTypes["activities_bool_exp"]; ["activities_constraint"]: ValueTypes["activities_constraint"]; ["activities_inc_input"]: ValueTypes["activities_inc_input"]; ["activities_insert_input"]: ValueTypes["activities_insert_input"]; + ["activities_max_order_by"]: ValueTypes["activities_max_order_by"]; + ["activities_min_order_by"]: ValueTypes["activities_min_order_by"]; + ["activities_obj_rel_insert_input"]: ValueTypes["activities_obj_rel_insert_input"]; ["activities_on_conflict"]: ValueTypes["activities_on_conflict"]; ["activities_order_by"]: ValueTypes["activities_order_by"]; ["activities_pk_columns_input"]: ValueTypes["activities_pk_columns_input"]; ["activities_select_column"]: ValueTypes["activities_select_column"]; + ["activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns"]: ValueTypes["activities_select_column_activities_aggregate_bool_exp_bool_and_arguments_columns"]; + ["activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns"]: ValueTypes["activities_select_column_activities_aggregate_bool_exp_bool_or_arguments_columns"]; ["activities_set_input"]: ValueTypes["activities_set_input"]; + ["activities_stddev_order_by"]: ValueTypes["activities_stddev_order_by"]; + ["activities_stddev_pop_order_by"]: ValueTypes["activities_stddev_pop_order_by"]; + ["activities_stddev_samp_order_by"]: ValueTypes["activities_stddev_samp_order_by"]; ["activities_stream_cursor_input"]: ValueTypes["activities_stream_cursor_input"]; ["activities_stream_cursor_value_input"]: ValueTypes["activities_stream_cursor_value_input"]; + ["activities_sum_order_by"]: ValueTypes["activities_sum_order_by"]; ["activities_update_column"]: ValueTypes["activities_update_column"]; ["activities_updates"]: ValueTypes["activities_updates"]; + ["activities_var_pop_order_by"]: ValueTypes["activities_var_pop_order_by"]; + ["activities_var_samp_order_by"]: ValueTypes["activities_var_samp_order_by"]; + ["activities_variance_order_by"]: ValueTypes["activities_variance_order_by"]; + ["address_data_fetches_bool_exp"]: ValueTypes["address_data_fetches_bool_exp"]; + ["address_data_fetches_constraint"]: ValueTypes["address_data_fetches_constraint"]; + ["address_data_fetches_insert_input"]: ValueTypes["address_data_fetches_insert_input"]; + ["address_data_fetches_obj_rel_insert_input"]: ValueTypes["address_data_fetches_obj_rel_insert_input"]; + ["address_data_fetches_on_conflict"]: ValueTypes["address_data_fetches_on_conflict"]; + ["address_data_fetches_order_by"]: ValueTypes["address_data_fetches_order_by"]; + ["address_data_fetches_pk_columns_input"]: ValueTypes["address_data_fetches_pk_columns_input"]; + ["address_data_fetches_select_column"]: ValueTypes["address_data_fetches_select_column"]; + ["address_data_fetches_set_input"]: ValueTypes["address_data_fetches_set_input"]; + ["address_data_fetches_stream_cursor_input"]: ValueTypes["address_data_fetches_stream_cursor_input"]; + ["address_data_fetches_stream_cursor_value_input"]: ValueTypes["address_data_fetches_stream_cursor_value_input"]; + ["address_data_fetches_update_column"]: ValueTypes["address_data_fetches_update_column"]; + ["address_data_fetches_updates"]: ValueTypes["address_data_fetches_updates"]; ["bigint"]: ValueTypes["bigint"]; ["bigint_comparison_exp"]: ValueTypes["bigint_comparison_exp"]; ["burns_aggregate_bool_exp"]: ValueTypes["burns_aggregate_bool_exp"]; @@ -59223,7 +80772,14 @@ type ZEUS_VARIABLES = { ["claims_var_pop_order_by"]: ValueTypes["claims_var_pop_order_by"]; ["claims_var_samp_order_by"]: ValueTypes["claims_var_samp_order_by"]; ["claims_variance_order_by"]: ValueTypes["claims_variance_order_by"]; + ["contribution_count_bool_exp"]: ValueTypes["contribution_count_bool_exp"]; + ["contribution_count_order_by"]: ValueTypes["contribution_count_order_by"]; + ["contribution_count_select_column"]: ValueTypes["contribution_count_select_column"]; + ["contribution_count_stream_cursor_input"]: ValueTypes["contribution_count_stream_cursor_input"]; + ["contribution_count_stream_cursor_value_input"]: ValueTypes["contribution_count_stream_cursor_value_input"]; ["contributions_aggregate_bool_exp"]: ValueTypes["contributions_aggregate_bool_exp"]; + ["contributions_aggregate_bool_exp_bool_and"]: ValueTypes["contributions_aggregate_bool_exp_bool_and"]; + ["contributions_aggregate_bool_exp_bool_or"]: ValueTypes["contributions_aggregate_bool_exp_bool_or"]; ["contributions_aggregate_bool_exp_count"]: ValueTypes["contributions_aggregate_bool_exp_count"]; ["contributions_aggregate_order_by"]: ValueTypes["contributions_aggregate_order_by"]; ["contributions_arr_rel_insert_input"]: ValueTypes["contributions_arr_rel_insert_input"]; @@ -59239,6 +80795,8 @@ type ZEUS_VARIABLES = { ["contributions_order_by"]: ValueTypes["contributions_order_by"]; ["contributions_pk_columns_input"]: ValueTypes["contributions_pk_columns_input"]; ["contributions_select_column"]: ValueTypes["contributions_select_column"]; + ["contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns"]: ValueTypes["contributions_select_column_contributions_aggregate_bool_exp_bool_and_arguments_columns"]; + ["contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns"]: ValueTypes["contributions_select_column_contributions_aggregate_bool_exp_bool_or_arguments_columns"]; ["contributions_set_input"]: ValueTypes["contributions_set_input"]; ["contributions_stddev_order_by"]: ValueTypes["contributions_stddev_order_by"]; ["contributions_stddev_pop_order_by"]: ValueTypes["contributions_stddev_pop_order_by"]; @@ -59251,6 +80809,20 @@ type ZEUS_VARIABLES = { ["contributions_var_pop_order_by"]: ValueTypes["contributions_var_pop_order_by"]; ["contributions_var_samp_order_by"]: ValueTypes["contributions_var_samp_order_by"]; ["contributions_variance_order_by"]: ValueTypes["contributions_variance_order_by"]; + ["cosouls_bool_exp"]: ValueTypes["cosouls_bool_exp"]; + ["cosouls_constraint"]: ValueTypes["cosouls_constraint"]; + ["cosouls_inc_input"]: ValueTypes["cosouls_inc_input"]; + ["cosouls_insert_input"]: ValueTypes["cosouls_insert_input"]; + ["cosouls_obj_rel_insert_input"]: ValueTypes["cosouls_obj_rel_insert_input"]; + ["cosouls_on_conflict"]: ValueTypes["cosouls_on_conflict"]; + ["cosouls_order_by"]: ValueTypes["cosouls_order_by"]; + ["cosouls_pk_columns_input"]: ValueTypes["cosouls_pk_columns_input"]; + ["cosouls_select_column"]: ValueTypes["cosouls_select_column"]; + ["cosouls_set_input"]: ValueTypes["cosouls_set_input"]; + ["cosouls_stream_cursor_input"]: ValueTypes["cosouls_stream_cursor_input"]; + ["cosouls_stream_cursor_value_input"]: ValueTypes["cosouls_stream_cursor_value_input"]; + ["cosouls_update_column"]: ValueTypes["cosouls_update_column"]; + ["cosouls_updates"]: ValueTypes["cosouls_updates"]; ["cursor_ordering"]: ValueTypes["cursor_ordering"]; ["date"]: ValueTypes["date"]; ["date_comparison_exp"]: ValueTypes["date_comparison_exp"]; @@ -59300,6 +80872,19 @@ type ZEUS_VARIABLES = { ["discord_roles_circles_stream_cursor_value_input"]: ValueTypes["discord_roles_circles_stream_cursor_value_input"]; ["discord_roles_circles_update_column"]: ValueTypes["discord_roles_circles_update_column"]; ["discord_roles_circles_updates"]: ValueTypes["discord_roles_circles_updates"]; + ["discord_user_api_tokens_bool_exp"]: ValueTypes["discord_user_api_tokens_bool_exp"]; + ["discord_user_api_tokens_constraint"]: ValueTypes["discord_user_api_tokens_constraint"]; + ["discord_user_api_tokens_inc_input"]: ValueTypes["discord_user_api_tokens_inc_input"]; + ["discord_user_api_tokens_insert_input"]: ValueTypes["discord_user_api_tokens_insert_input"]; + ["discord_user_api_tokens_on_conflict"]: ValueTypes["discord_user_api_tokens_on_conflict"]; + ["discord_user_api_tokens_order_by"]: ValueTypes["discord_user_api_tokens_order_by"]; + ["discord_user_api_tokens_pk_columns_input"]: ValueTypes["discord_user_api_tokens_pk_columns_input"]; + ["discord_user_api_tokens_select_column"]: ValueTypes["discord_user_api_tokens_select_column"]; + ["discord_user_api_tokens_set_input"]: ValueTypes["discord_user_api_tokens_set_input"]; + ["discord_user_api_tokens_stream_cursor_input"]: ValueTypes["discord_user_api_tokens_stream_cursor_input"]; + ["discord_user_api_tokens_stream_cursor_value_input"]: ValueTypes["discord_user_api_tokens_stream_cursor_value_input"]; + ["discord_user_api_tokens_update_column"]: ValueTypes["discord_user_api_tokens_update_column"]; + ["discord_user_api_tokens_updates"]: ValueTypes["discord_user_api_tokens_updates"]; ["discord_users_bool_exp"]: ValueTypes["discord_users_bool_exp"]; ["discord_users_constraint"]: ValueTypes["discord_users_constraint"]; ["discord_users_inc_input"]: ValueTypes["discord_users_inc_input"]; @@ -59347,6 +80932,37 @@ type ZEUS_VARIABLES = { ["distributions_var_pop_order_by"]: ValueTypes["distributions_var_pop_order_by"]; ["distributions_var_samp_order_by"]: ValueTypes["distributions_var_samp_order_by"]; ["distributions_variance_order_by"]: ValueTypes["distributions_variance_order_by"]; + ["emails_aggregate_bool_exp"]: ValueTypes["emails_aggregate_bool_exp"]; + ["emails_aggregate_bool_exp_bool_and"]: ValueTypes["emails_aggregate_bool_exp_bool_and"]; + ["emails_aggregate_bool_exp_bool_or"]: ValueTypes["emails_aggregate_bool_exp_bool_or"]; + ["emails_aggregate_bool_exp_count"]: ValueTypes["emails_aggregate_bool_exp_count"]; + ["emails_aggregate_order_by"]: ValueTypes["emails_aggregate_order_by"]; + ["emails_arr_rel_insert_input"]: ValueTypes["emails_arr_rel_insert_input"]; + ["emails_avg_order_by"]: ValueTypes["emails_avg_order_by"]; + ["emails_bool_exp"]: ValueTypes["emails_bool_exp"]; + ["emails_constraint"]: ValueTypes["emails_constraint"]; + ["emails_inc_input"]: ValueTypes["emails_inc_input"]; + ["emails_insert_input"]: ValueTypes["emails_insert_input"]; + ["emails_max_order_by"]: ValueTypes["emails_max_order_by"]; + ["emails_min_order_by"]: ValueTypes["emails_min_order_by"]; + ["emails_on_conflict"]: ValueTypes["emails_on_conflict"]; + ["emails_order_by"]: ValueTypes["emails_order_by"]; + ["emails_pk_columns_input"]: ValueTypes["emails_pk_columns_input"]; + ["emails_select_column"]: ValueTypes["emails_select_column"]; + ["emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns"]: ValueTypes["emails_select_column_emails_aggregate_bool_exp_bool_and_arguments_columns"]; + ["emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns"]: ValueTypes["emails_select_column_emails_aggregate_bool_exp_bool_or_arguments_columns"]; + ["emails_set_input"]: ValueTypes["emails_set_input"]; + ["emails_stddev_order_by"]: ValueTypes["emails_stddev_order_by"]; + ["emails_stddev_pop_order_by"]: ValueTypes["emails_stddev_pop_order_by"]; + ["emails_stddev_samp_order_by"]: ValueTypes["emails_stddev_samp_order_by"]; + ["emails_stream_cursor_input"]: ValueTypes["emails_stream_cursor_input"]; + ["emails_stream_cursor_value_input"]: ValueTypes["emails_stream_cursor_value_input"]; + ["emails_sum_order_by"]: ValueTypes["emails_sum_order_by"]; + ["emails_update_column"]: ValueTypes["emails_update_column"]; + ["emails_updates"]: ValueTypes["emails_updates"]; + ["emails_var_pop_order_by"]: ValueTypes["emails_var_pop_order_by"]; + ["emails_var_samp_order_by"]: ValueTypes["emails_var_samp_order_by"]; + ["emails_variance_order_by"]: ValueTypes["emails_variance_order_by"]; ["epoch_pgive_data_bool_exp"]: ValueTypes["epoch_pgive_data_bool_exp"]; ["epoch_pgive_data_constraint"]: ValueTypes["epoch_pgive_data_constraint"]; ["epoch_pgive_data_inc_input"]: ValueTypes["epoch_pgive_data_inc_input"]; @@ -59398,6 +81014,8 @@ type ZEUS_VARIABLES = { ["epochs_var_pop_order_by"]: ValueTypes["epochs_var_pop_order_by"]; ["epochs_var_samp_order_by"]: ValueTypes["epochs_var_samp_order_by"]; ["epochs_variance_order_by"]: ValueTypes["epochs_variance_order_by"]; + ["float8"]: ValueTypes["float8"]; + ["float8_comparison_exp"]: ValueTypes["float8_comparison_exp"]; ["gift_private_bool_exp"]: ValueTypes["gift_private_bool_exp"]; ["gift_private_inc_input"]: ValueTypes["gift_private_inc_input"]; ["gift_private_insert_input"]: ValueTypes["gift_private_insert_input"]; @@ -59408,19 +81026,33 @@ type ZEUS_VARIABLES = { ["gift_private_stream_cursor_input"]: ValueTypes["gift_private_stream_cursor_input"]; ["gift_private_stream_cursor_value_input"]: ValueTypes["gift_private_stream_cursor_value_input"]; ["gift_private_updates"]: ValueTypes["gift_private_updates"]; + ["histories_aggregate_bool_exp"]: ValueTypes["histories_aggregate_bool_exp"]; + ["histories_aggregate_bool_exp_count"]: ValueTypes["histories_aggregate_bool_exp_count"]; + ["histories_aggregate_order_by"]: ValueTypes["histories_aggregate_order_by"]; + ["histories_arr_rel_insert_input"]: ValueTypes["histories_arr_rel_insert_input"]; + ["histories_avg_order_by"]: ValueTypes["histories_avg_order_by"]; ["histories_bool_exp"]: ValueTypes["histories_bool_exp"]; ["histories_constraint"]: ValueTypes["histories_constraint"]; ["histories_inc_input"]: ValueTypes["histories_inc_input"]; ["histories_insert_input"]: ValueTypes["histories_insert_input"]; + ["histories_max_order_by"]: ValueTypes["histories_max_order_by"]; + ["histories_min_order_by"]: ValueTypes["histories_min_order_by"]; ["histories_on_conflict"]: ValueTypes["histories_on_conflict"]; ["histories_order_by"]: ValueTypes["histories_order_by"]; ["histories_pk_columns_input"]: ValueTypes["histories_pk_columns_input"]; ["histories_select_column"]: ValueTypes["histories_select_column"]; ["histories_set_input"]: ValueTypes["histories_set_input"]; + ["histories_stddev_order_by"]: ValueTypes["histories_stddev_order_by"]; + ["histories_stddev_pop_order_by"]: ValueTypes["histories_stddev_pop_order_by"]; + ["histories_stddev_samp_order_by"]: ValueTypes["histories_stddev_samp_order_by"]; ["histories_stream_cursor_input"]: ValueTypes["histories_stream_cursor_input"]; ["histories_stream_cursor_value_input"]: ValueTypes["histories_stream_cursor_value_input"]; + ["histories_sum_order_by"]: ValueTypes["histories_sum_order_by"]; ["histories_update_column"]: ValueTypes["histories_update_column"]; ["histories_updates"]: ValueTypes["histories_updates"]; + ["histories_var_pop_order_by"]: ValueTypes["histories_var_pop_order_by"]; + ["histories_var_samp_order_by"]: ValueTypes["histories_var_samp_order_by"]; + ["histories_variance_order_by"]: ValueTypes["histories_variance_order_by"]; ["interaction_events_append_input"]: ValueTypes["interaction_events_append_input"]; ["interaction_events_bool_exp"]: ValueTypes["interaction_events_bool_exp"]; ["interaction_events_constraint"]: ValueTypes["interaction_events_constraint"]; @@ -59444,6 +81076,46 @@ type ZEUS_VARIABLES = { ["jsonb"]: ValueTypes["jsonb"]; ["jsonb_cast_exp"]: ValueTypes["jsonb_cast_exp"]; ["jsonb_comparison_exp"]: ValueTypes["jsonb_comparison_exp"]; + ["key_holders_aggregate_bool_exp"]: ValueTypes["key_holders_aggregate_bool_exp"]; + ["key_holders_aggregate_bool_exp_count"]: ValueTypes["key_holders_aggregate_bool_exp_count"]; + ["key_holders_aggregate_order_by"]: ValueTypes["key_holders_aggregate_order_by"]; + ["key_holders_arr_rel_insert_input"]: ValueTypes["key_holders_arr_rel_insert_input"]; + ["key_holders_avg_order_by"]: ValueTypes["key_holders_avg_order_by"]; + ["key_holders_bool_exp"]: ValueTypes["key_holders_bool_exp"]; + ["key_holders_constraint"]: ValueTypes["key_holders_constraint"]; + ["key_holders_inc_input"]: ValueTypes["key_holders_inc_input"]; + ["key_holders_insert_input"]: ValueTypes["key_holders_insert_input"]; + ["key_holders_max_order_by"]: ValueTypes["key_holders_max_order_by"]; + ["key_holders_min_order_by"]: ValueTypes["key_holders_min_order_by"]; + ["key_holders_on_conflict"]: ValueTypes["key_holders_on_conflict"]; + ["key_holders_order_by"]: ValueTypes["key_holders_order_by"]; + ["key_holders_pk_columns_input"]: ValueTypes["key_holders_pk_columns_input"]; + ["key_holders_select_column"]: ValueTypes["key_holders_select_column"]; + ["key_holders_set_input"]: ValueTypes["key_holders_set_input"]; + ["key_holders_stddev_order_by"]: ValueTypes["key_holders_stddev_order_by"]; + ["key_holders_stddev_pop_order_by"]: ValueTypes["key_holders_stddev_pop_order_by"]; + ["key_holders_stddev_samp_order_by"]: ValueTypes["key_holders_stddev_samp_order_by"]; + ["key_holders_stream_cursor_input"]: ValueTypes["key_holders_stream_cursor_input"]; + ["key_holders_stream_cursor_value_input"]: ValueTypes["key_holders_stream_cursor_value_input"]; + ["key_holders_sum_order_by"]: ValueTypes["key_holders_sum_order_by"]; + ["key_holders_update_column"]: ValueTypes["key_holders_update_column"]; + ["key_holders_updates"]: ValueTypes["key_holders_updates"]; + ["key_holders_var_pop_order_by"]: ValueTypes["key_holders_var_pop_order_by"]; + ["key_holders_var_samp_order_by"]: ValueTypes["key_holders_var_samp_order_by"]; + ["key_holders_variance_order_by"]: ValueTypes["key_holders_variance_order_by"]; + ["key_tx_bool_exp"]: ValueTypes["key_tx_bool_exp"]; + ["key_tx_constraint"]: ValueTypes["key_tx_constraint"]; + ["key_tx_inc_input"]: ValueTypes["key_tx_inc_input"]; + ["key_tx_insert_input"]: ValueTypes["key_tx_insert_input"]; + ["key_tx_on_conflict"]: ValueTypes["key_tx_on_conflict"]; + ["key_tx_order_by"]: ValueTypes["key_tx_order_by"]; + ["key_tx_pk_columns_input"]: ValueTypes["key_tx_pk_columns_input"]; + ["key_tx_select_column"]: ValueTypes["key_tx_select_column"]; + ["key_tx_set_input"]: ValueTypes["key_tx_set_input"]; + ["key_tx_stream_cursor_input"]: ValueTypes["key_tx_stream_cursor_input"]; + ["key_tx_stream_cursor_value_input"]: ValueTypes["key_tx_stream_cursor_value_input"]; + ["key_tx_update_column"]: ValueTypes["key_tx_update_column"]; + ["key_tx_updates"]: ValueTypes["key_tx_updates"]; ["locked_token_distribution_gifts_aggregate_bool_exp"]: ValueTypes["locked_token_distribution_gifts_aggregate_bool_exp"]; ["locked_token_distribution_gifts_aggregate_bool_exp_count"]: ValueTypes["locked_token_distribution_gifts_aggregate_bool_exp_count"]; ["locked_token_distribution_gifts_aggregate_order_by"]: ValueTypes["locked_token_distribution_gifts_aggregate_order_by"]; @@ -59485,19 +81157,38 @@ type ZEUS_VARIABLES = { ["locked_token_distributions_stream_cursor_value_input"]: ValueTypes["locked_token_distributions_stream_cursor_value_input"]; ["locked_token_distributions_update_column"]: ValueTypes["locked_token_distributions_update_column"]; ["locked_token_distributions_updates"]: ValueTypes["locked_token_distributions_updates"]; + ["member_circle_pgives_bool_exp"]: ValueTypes["member_circle_pgives_bool_exp"]; + ["member_circle_pgives_order_by"]: ValueTypes["member_circle_pgives_order_by"]; + ["member_circle_pgives_select_column"]: ValueTypes["member_circle_pgives_select_column"]; + ["member_circle_pgives_stream_cursor_input"]: ValueTypes["member_circle_pgives_stream_cursor_input"]; + ["member_circle_pgives_stream_cursor_value_input"]: ValueTypes["member_circle_pgives_stream_cursor_value_input"]; + ["member_epoch_pgives_aggregate_bool_exp"]: ValueTypes["member_epoch_pgives_aggregate_bool_exp"]; + ["member_epoch_pgives_aggregate_bool_exp_count"]: ValueTypes["member_epoch_pgives_aggregate_bool_exp_count"]; + ["member_epoch_pgives_aggregate_order_by"]: ValueTypes["member_epoch_pgives_aggregate_order_by"]; + ["member_epoch_pgives_arr_rel_insert_input"]: ValueTypes["member_epoch_pgives_arr_rel_insert_input"]; + ["member_epoch_pgives_avg_order_by"]: ValueTypes["member_epoch_pgives_avg_order_by"]; ["member_epoch_pgives_bool_exp"]: ValueTypes["member_epoch_pgives_bool_exp"]; ["member_epoch_pgives_constraint"]: ValueTypes["member_epoch_pgives_constraint"]; ["member_epoch_pgives_inc_input"]: ValueTypes["member_epoch_pgives_inc_input"]; ["member_epoch_pgives_insert_input"]: ValueTypes["member_epoch_pgives_insert_input"]; + ["member_epoch_pgives_max_order_by"]: ValueTypes["member_epoch_pgives_max_order_by"]; + ["member_epoch_pgives_min_order_by"]: ValueTypes["member_epoch_pgives_min_order_by"]; ["member_epoch_pgives_on_conflict"]: ValueTypes["member_epoch_pgives_on_conflict"]; ["member_epoch_pgives_order_by"]: ValueTypes["member_epoch_pgives_order_by"]; ["member_epoch_pgives_pk_columns_input"]: ValueTypes["member_epoch_pgives_pk_columns_input"]; ["member_epoch_pgives_select_column"]: ValueTypes["member_epoch_pgives_select_column"]; ["member_epoch_pgives_set_input"]: ValueTypes["member_epoch_pgives_set_input"]; + ["member_epoch_pgives_stddev_order_by"]: ValueTypes["member_epoch_pgives_stddev_order_by"]; + ["member_epoch_pgives_stddev_pop_order_by"]: ValueTypes["member_epoch_pgives_stddev_pop_order_by"]; + ["member_epoch_pgives_stddev_samp_order_by"]: ValueTypes["member_epoch_pgives_stddev_samp_order_by"]; ["member_epoch_pgives_stream_cursor_input"]: ValueTypes["member_epoch_pgives_stream_cursor_input"]; ["member_epoch_pgives_stream_cursor_value_input"]: ValueTypes["member_epoch_pgives_stream_cursor_value_input"]; + ["member_epoch_pgives_sum_order_by"]: ValueTypes["member_epoch_pgives_sum_order_by"]; ["member_epoch_pgives_update_column"]: ValueTypes["member_epoch_pgives_update_column"]; ["member_epoch_pgives_updates"]: ValueTypes["member_epoch_pgives_updates"]; + ["member_epoch_pgives_var_pop_order_by"]: ValueTypes["member_epoch_pgives_var_pop_order_by"]; + ["member_epoch_pgives_var_samp_order_by"]: ValueTypes["member_epoch_pgives_var_samp_order_by"]; + ["member_epoch_pgives_variance_order_by"]: ValueTypes["member_epoch_pgives_variance_order_by"]; ["nominees_aggregate_bool_exp"]: ValueTypes["nominees_aggregate_bool_exp"]; ["nominees_aggregate_bool_exp_bool_and"]: ValueTypes["nominees_aggregate_bool_exp_bool_and"]; ["nominees_aggregate_bool_exp_bool_or"]: ValueTypes["nominees_aggregate_bool_exp_bool_or"]; @@ -59530,10 +81221,17 @@ type ZEUS_VARIABLES = { ["nominees_var_pop_order_by"]: ValueTypes["nominees_var_pop_order_by"]; ["nominees_var_samp_order_by"]: ValueTypes["nominees_var_samp_order_by"]; ["nominees_variance_order_by"]: ValueTypes["nominees_variance_order_by"]; + ["note_count_bool_exp"]: ValueTypes["note_count_bool_exp"]; + ["note_count_order_by"]: ValueTypes["note_count_order_by"]; + ["note_count_select_column"]: ValueTypes["note_count_select_column"]; + ["note_count_stream_cursor_input"]: ValueTypes["note_count_stream_cursor_input"]; + ["note_count_stream_cursor_value_input"]: ValueTypes["note_count_stream_cursor_value_input"]; ["numeric"]: ValueTypes["numeric"]; ["numeric_comparison_exp"]: ValueTypes["numeric_comparison_exp"]; ["order_by"]: ValueTypes["order_by"]; ["org_members_aggregate_bool_exp"]: ValueTypes["org_members_aggregate_bool_exp"]; + ["org_members_aggregate_bool_exp_bool_and"]: ValueTypes["org_members_aggregate_bool_exp_bool_and"]; + ["org_members_aggregate_bool_exp_bool_or"]: ValueTypes["org_members_aggregate_bool_exp_bool_or"]; ["org_members_aggregate_bool_exp_count"]: ValueTypes["org_members_aggregate_bool_exp_count"]; ["org_members_aggregate_order_by"]: ValueTypes["org_members_aggregate_order_by"]; ["org_members_arr_rel_insert_input"]: ValueTypes["org_members_arr_rel_insert_input"]; @@ -59548,6 +81246,8 @@ type ZEUS_VARIABLES = { ["org_members_order_by"]: ValueTypes["org_members_order_by"]; ["org_members_pk_columns_input"]: ValueTypes["org_members_pk_columns_input"]; ["org_members_select_column"]: ValueTypes["org_members_select_column"]; + ["org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns"]: ValueTypes["org_members_select_column_org_members_aggregate_bool_exp_bool_and_arguments_columns"]; + ["org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns"]: ValueTypes["org_members_select_column_org_members_aggregate_bool_exp_bool_or_arguments_columns"]; ["org_members_set_input"]: ValueTypes["org_members_set_input"]; ["org_members_stddev_order_by"]: ValueTypes["org_members_stddev_order_by"]; ["org_members_stddev_pop_order_by"]: ValueTypes["org_members_stddev_pop_order_by"]; @@ -59560,6 +81260,19 @@ type ZEUS_VARIABLES = { ["org_members_var_pop_order_by"]: ValueTypes["org_members_var_pop_order_by"]; ["org_members_var_samp_order_by"]: ValueTypes["org_members_var_samp_order_by"]; ["org_members_variance_order_by"]: ValueTypes["org_members_variance_order_by"]; + ["org_share_tokens_bool_exp"]: ValueTypes["org_share_tokens_bool_exp"]; + ["org_share_tokens_constraint"]: ValueTypes["org_share_tokens_constraint"]; + ["org_share_tokens_inc_input"]: ValueTypes["org_share_tokens_inc_input"]; + ["org_share_tokens_insert_input"]: ValueTypes["org_share_tokens_insert_input"]; + ["org_share_tokens_on_conflict"]: ValueTypes["org_share_tokens_on_conflict"]; + ["org_share_tokens_order_by"]: ValueTypes["org_share_tokens_order_by"]; + ["org_share_tokens_pk_columns_input"]: ValueTypes["org_share_tokens_pk_columns_input"]; + ["org_share_tokens_select_column"]: ValueTypes["org_share_tokens_select_column"]; + ["org_share_tokens_set_input"]: ValueTypes["org_share_tokens_set_input"]; + ["org_share_tokens_stream_cursor_input"]: ValueTypes["org_share_tokens_stream_cursor_input"]; + ["org_share_tokens_stream_cursor_value_input"]: ValueTypes["org_share_tokens_stream_cursor_value_input"]; + ["org_share_tokens_update_column"]: ValueTypes["org_share_tokens_update_column"]; + ["org_share_tokens_updates"]: ValueTypes["org_share_tokens_updates"]; ["organizations_bool_exp"]: ValueTypes["organizations_bool_exp"]; ["organizations_constraint"]: ValueTypes["organizations_constraint"]; ["organizations_inc_input"]: ValueTypes["organizations_inc_input"]; @@ -59637,6 +81350,73 @@ type ZEUS_VARIABLES = { ["personal_access_tokens_stream_cursor_value_input"]: ValueTypes["personal_access_tokens_stream_cursor_value_input"]; ["personal_access_tokens_update_column"]: ValueTypes["personal_access_tokens_update_column"]; ["personal_access_tokens_updates"]: ValueTypes["personal_access_tokens_updates"]; + ["poap_events_bool_exp"]: ValueTypes["poap_events_bool_exp"]; + ["poap_events_constraint"]: ValueTypes["poap_events_constraint"]; + ["poap_events_inc_input"]: ValueTypes["poap_events_inc_input"]; + ["poap_events_insert_input"]: ValueTypes["poap_events_insert_input"]; + ["poap_events_on_conflict"]: ValueTypes["poap_events_on_conflict"]; + ["poap_events_order_by"]: ValueTypes["poap_events_order_by"]; + ["poap_events_pk_columns_input"]: ValueTypes["poap_events_pk_columns_input"]; + ["poap_events_select_column"]: ValueTypes["poap_events_select_column"]; + ["poap_events_set_input"]: ValueTypes["poap_events_set_input"]; + ["poap_events_stream_cursor_input"]: ValueTypes["poap_events_stream_cursor_input"]; + ["poap_events_stream_cursor_value_input"]: ValueTypes["poap_events_stream_cursor_value_input"]; + ["poap_events_update_column"]: ValueTypes["poap_events_update_column"]; + ["poap_events_updates"]: ValueTypes["poap_events_updates"]; + ["poap_holders_aggregate_bool_exp"]: ValueTypes["poap_holders_aggregate_bool_exp"]; + ["poap_holders_aggregate_bool_exp_count"]: ValueTypes["poap_holders_aggregate_bool_exp_count"]; + ["poap_holders_aggregate_order_by"]: ValueTypes["poap_holders_aggregate_order_by"]; + ["poap_holders_arr_rel_insert_input"]: ValueTypes["poap_holders_arr_rel_insert_input"]; + ["poap_holders_avg_order_by"]: ValueTypes["poap_holders_avg_order_by"]; + ["poap_holders_bool_exp"]: ValueTypes["poap_holders_bool_exp"]; + ["poap_holders_constraint"]: ValueTypes["poap_holders_constraint"]; + ["poap_holders_inc_input"]: ValueTypes["poap_holders_inc_input"]; + ["poap_holders_insert_input"]: ValueTypes["poap_holders_insert_input"]; + ["poap_holders_max_order_by"]: ValueTypes["poap_holders_max_order_by"]; + ["poap_holders_min_order_by"]: ValueTypes["poap_holders_min_order_by"]; + ["poap_holders_on_conflict"]: ValueTypes["poap_holders_on_conflict"]; + ["poap_holders_order_by"]: ValueTypes["poap_holders_order_by"]; + ["poap_holders_pk_columns_input"]: ValueTypes["poap_holders_pk_columns_input"]; + ["poap_holders_select_column"]: ValueTypes["poap_holders_select_column"]; + ["poap_holders_set_input"]: ValueTypes["poap_holders_set_input"]; + ["poap_holders_stddev_order_by"]: ValueTypes["poap_holders_stddev_order_by"]; + ["poap_holders_stddev_pop_order_by"]: ValueTypes["poap_holders_stddev_pop_order_by"]; + ["poap_holders_stddev_samp_order_by"]: ValueTypes["poap_holders_stddev_samp_order_by"]; + ["poap_holders_stream_cursor_input"]: ValueTypes["poap_holders_stream_cursor_input"]; + ["poap_holders_stream_cursor_value_input"]: ValueTypes["poap_holders_stream_cursor_value_input"]; + ["poap_holders_sum_order_by"]: ValueTypes["poap_holders_sum_order_by"]; + ["poap_holders_update_column"]: ValueTypes["poap_holders_update_column"]; + ["poap_holders_updates"]: ValueTypes["poap_holders_updates"]; + ["poap_holders_var_pop_order_by"]: ValueTypes["poap_holders_var_pop_order_by"]; + ["poap_holders_var_samp_order_by"]: ValueTypes["poap_holders_var_samp_order_by"]; + ["poap_holders_variance_order_by"]: ValueTypes["poap_holders_variance_order_by"]; + ["private_stream_visibility_aggregate_bool_exp"]: ValueTypes["private_stream_visibility_aggregate_bool_exp"]; + ["private_stream_visibility_aggregate_bool_exp_count"]: ValueTypes["private_stream_visibility_aggregate_bool_exp_count"]; + ["private_stream_visibility_aggregate_order_by"]: ValueTypes["private_stream_visibility_aggregate_order_by"]; + ["private_stream_visibility_arr_rel_insert_input"]: ValueTypes["private_stream_visibility_arr_rel_insert_input"]; + ["private_stream_visibility_avg_order_by"]: ValueTypes["private_stream_visibility_avg_order_by"]; + ["private_stream_visibility_bool_exp"]: ValueTypes["private_stream_visibility_bool_exp"]; + ["private_stream_visibility_constraint"]: ValueTypes["private_stream_visibility_constraint"]; + ["private_stream_visibility_inc_input"]: ValueTypes["private_stream_visibility_inc_input"]; + ["private_stream_visibility_insert_input"]: ValueTypes["private_stream_visibility_insert_input"]; + ["private_stream_visibility_max_order_by"]: ValueTypes["private_stream_visibility_max_order_by"]; + ["private_stream_visibility_min_order_by"]: ValueTypes["private_stream_visibility_min_order_by"]; + ["private_stream_visibility_on_conflict"]: ValueTypes["private_stream_visibility_on_conflict"]; + ["private_stream_visibility_order_by"]: ValueTypes["private_stream_visibility_order_by"]; + ["private_stream_visibility_pk_columns_input"]: ValueTypes["private_stream_visibility_pk_columns_input"]; + ["private_stream_visibility_select_column"]: ValueTypes["private_stream_visibility_select_column"]; + ["private_stream_visibility_set_input"]: ValueTypes["private_stream_visibility_set_input"]; + ["private_stream_visibility_stddev_order_by"]: ValueTypes["private_stream_visibility_stddev_order_by"]; + ["private_stream_visibility_stddev_pop_order_by"]: ValueTypes["private_stream_visibility_stddev_pop_order_by"]; + ["private_stream_visibility_stddev_samp_order_by"]: ValueTypes["private_stream_visibility_stddev_samp_order_by"]; + ["private_stream_visibility_stream_cursor_input"]: ValueTypes["private_stream_visibility_stream_cursor_input"]; + ["private_stream_visibility_stream_cursor_value_input"]: ValueTypes["private_stream_visibility_stream_cursor_value_input"]; + ["private_stream_visibility_sum_order_by"]: ValueTypes["private_stream_visibility_sum_order_by"]; + ["private_stream_visibility_update_column"]: ValueTypes["private_stream_visibility_update_column"]; + ["private_stream_visibility_updates"]: ValueTypes["private_stream_visibility_updates"]; + ["private_stream_visibility_var_pop_order_by"]: ValueTypes["private_stream_visibility_var_pop_order_by"]; + ["private_stream_visibility_var_samp_order_by"]: ValueTypes["private_stream_visibility_var_samp_order_by"]; + ["private_stream_visibility_variance_order_by"]: ValueTypes["private_stream_visibility_variance_order_by"]; ["profiles_bool_exp"]: ValueTypes["profiles_bool_exp"]; ["profiles_constraint"]: ValueTypes["profiles_constraint"]; ["profiles_inc_input"]: ValueTypes["profiles_inc_input"]; @@ -59645,12 +81425,63 @@ type ZEUS_VARIABLES = { ["profiles_on_conflict"]: ValueTypes["profiles_on_conflict"]; ["profiles_order_by"]: ValueTypes["profiles_order_by"]; ["profiles_pk_columns_input"]: ValueTypes["profiles_pk_columns_input"]; + ["profiles_public_bool_exp"]: ValueTypes["profiles_public_bool_exp"]; + ["profiles_public_inc_input"]: ValueTypes["profiles_public_inc_input"]; + ["profiles_public_insert_input"]: ValueTypes["profiles_public_insert_input"]; + ["profiles_public_obj_rel_insert_input"]: ValueTypes["profiles_public_obj_rel_insert_input"]; + ["profiles_public_order_by"]: ValueTypes["profiles_public_order_by"]; + ["profiles_public_select_column"]: ValueTypes["profiles_public_select_column"]; + ["profiles_public_set_input"]: ValueTypes["profiles_public_set_input"]; + ["profiles_public_stream_cursor_input"]: ValueTypes["profiles_public_stream_cursor_input"]; + ["profiles_public_stream_cursor_value_input"]: ValueTypes["profiles_public_stream_cursor_value_input"]; + ["profiles_public_updates"]: ValueTypes["profiles_public_updates"]; ["profiles_select_column"]: ValueTypes["profiles_select_column"]; ["profiles_set_input"]: ValueTypes["profiles_set_input"]; ["profiles_stream_cursor_input"]: ValueTypes["profiles_stream_cursor_input"]; ["profiles_stream_cursor_value_input"]: ValueTypes["profiles_stream_cursor_value_input"]; ["profiles_update_column"]: ValueTypes["profiles_update_column"]; ["profiles_updates"]: ValueTypes["profiles_updates"]; + ["reactions_aggregate_bool_exp"]: ValueTypes["reactions_aggregate_bool_exp"]; + ["reactions_aggregate_bool_exp_count"]: ValueTypes["reactions_aggregate_bool_exp_count"]; + ["reactions_aggregate_order_by"]: ValueTypes["reactions_aggregate_order_by"]; + ["reactions_arr_rel_insert_input"]: ValueTypes["reactions_arr_rel_insert_input"]; + ["reactions_avg_order_by"]: ValueTypes["reactions_avg_order_by"]; + ["reactions_bool_exp"]: ValueTypes["reactions_bool_exp"]; + ["reactions_constraint"]: ValueTypes["reactions_constraint"]; + ["reactions_inc_input"]: ValueTypes["reactions_inc_input"]; + ["reactions_insert_input"]: ValueTypes["reactions_insert_input"]; + ["reactions_max_order_by"]: ValueTypes["reactions_max_order_by"]; + ["reactions_min_order_by"]: ValueTypes["reactions_min_order_by"]; + ["reactions_on_conflict"]: ValueTypes["reactions_on_conflict"]; + ["reactions_order_by"]: ValueTypes["reactions_order_by"]; + ["reactions_pk_columns_input"]: ValueTypes["reactions_pk_columns_input"]; + ["reactions_select_column"]: ValueTypes["reactions_select_column"]; + ["reactions_set_input"]: ValueTypes["reactions_set_input"]; + ["reactions_stddev_order_by"]: ValueTypes["reactions_stddev_order_by"]; + ["reactions_stddev_pop_order_by"]: ValueTypes["reactions_stddev_pop_order_by"]; + ["reactions_stddev_samp_order_by"]: ValueTypes["reactions_stddev_samp_order_by"]; + ["reactions_stream_cursor_input"]: ValueTypes["reactions_stream_cursor_input"]; + ["reactions_stream_cursor_value_input"]: ValueTypes["reactions_stream_cursor_value_input"]; + ["reactions_sum_order_by"]: ValueTypes["reactions_sum_order_by"]; + ["reactions_update_column"]: ValueTypes["reactions_update_column"]; + ["reactions_updates"]: ValueTypes["reactions_updates"]; + ["reactions_var_pop_order_by"]: ValueTypes["reactions_var_pop_order_by"]; + ["reactions_var_samp_order_by"]: ValueTypes["reactions_var_samp_order_by"]; + ["reactions_variance_order_by"]: ValueTypes["reactions_variance_order_by"]; + ["reputation_scores_bool_exp"]: ValueTypes["reputation_scores_bool_exp"]; + ["reputation_scores_constraint"]: ValueTypes["reputation_scores_constraint"]; + ["reputation_scores_inc_input"]: ValueTypes["reputation_scores_inc_input"]; + ["reputation_scores_insert_input"]: ValueTypes["reputation_scores_insert_input"]; + ["reputation_scores_obj_rel_insert_input"]: ValueTypes["reputation_scores_obj_rel_insert_input"]; + ["reputation_scores_on_conflict"]: ValueTypes["reputation_scores_on_conflict"]; + ["reputation_scores_order_by"]: ValueTypes["reputation_scores_order_by"]; + ["reputation_scores_pk_columns_input"]: ValueTypes["reputation_scores_pk_columns_input"]; + ["reputation_scores_select_column"]: ValueTypes["reputation_scores_select_column"]; + ["reputation_scores_set_input"]: ValueTypes["reputation_scores_set_input"]; + ["reputation_scores_stream_cursor_input"]: ValueTypes["reputation_scores_stream_cursor_input"]; + ["reputation_scores_stream_cursor_value_input"]: ValueTypes["reputation_scores_stream_cursor_value_input"]; + ["reputation_scores_update_column"]: ValueTypes["reputation_scores_update_column"]; + ["reputation_scores_updates"]: ValueTypes["reputation_scores_updates"]; ["teammates_aggregate_bool_exp"]: ValueTypes["teammates_aggregate_bool_exp"]; ["teammates_aggregate_bool_exp_count"]: ValueTypes["teammates_aggregate_bool_exp_count"]; ["teammates_aggregate_order_by"]: ValueTypes["teammates_aggregate_order_by"]; @@ -59709,6 +81540,19 @@ type ZEUS_VARIABLES = { ["token_gifts_var_pop_order_by"]: ValueTypes["token_gifts_var_pop_order_by"]; ["token_gifts_var_samp_order_by"]: ValueTypes["token_gifts_var_samp_order_by"]; ["token_gifts_variance_order_by"]: ValueTypes["token_gifts_variance_order_by"]; + ["twitter_account_bool_exp"]: ValueTypes["twitter_account_bool_exp"]; + ["twitter_account_constraint"]: ValueTypes["twitter_account_constraint"]; + ["twitter_account_inc_input"]: ValueTypes["twitter_account_inc_input"]; + ["twitter_account_insert_input"]: ValueTypes["twitter_account_insert_input"]; + ["twitter_account_on_conflict"]: ValueTypes["twitter_account_on_conflict"]; + ["twitter_account_order_by"]: ValueTypes["twitter_account_order_by"]; + ["twitter_account_pk_columns_input"]: ValueTypes["twitter_account_pk_columns_input"]; + ["twitter_account_select_column"]: ValueTypes["twitter_account_select_column"]; + ["twitter_account_set_input"]: ValueTypes["twitter_account_set_input"]; + ["twitter_account_stream_cursor_input"]: ValueTypes["twitter_account_stream_cursor_input"]; + ["twitter_account_stream_cursor_value_input"]: ValueTypes["twitter_account_stream_cursor_value_input"]; + ["twitter_account_update_column"]: ValueTypes["twitter_account_update_column"]; + ["twitter_account_updates"]: ValueTypes["twitter_account_updates"]; ["user_private_bool_exp"]: ValueTypes["user_private_bool_exp"]; ["user_private_insert_input"]: ValueTypes["user_private_insert_input"]; ["user_private_obj_rel_insert_input"]: ValueTypes["user_private_obj_rel_insert_input"]; @@ -59820,6 +81664,10 @@ type ZEUS_VARIABLES = { ["vaults_var_pop_order_by"]: ValueTypes["vaults_var_pop_order_by"]; ["vaults_var_samp_order_by"]: ValueTypes["vaults_var_samp_order_by"]; ["vaults_variance_order_by"]: ValueTypes["vaults_variance_order_by"]; + ["vector"]: ValueTypes["vector"]; + ["vector_comparison_exp"]: ValueTypes["vector_comparison_exp"]; + ["vector_search_poap_events_args"]: ValueTypes["vector_search_poap_events_args"]; + ["vector_search_poap_holders_args"]: ValueTypes["vector_search_poap_holders_args"]; ["vouches_aggregate_bool_exp"]: ValueTypes["vouches_aggregate_bool_exp"]; ["vouches_aggregate_bool_exp_count"]: ValueTypes["vouches_aggregate_bool_exp_count"]; ["vouches_aggregate_order_by"]: ValueTypes["vouches_aggregate_order_by"];