feat: add wooden fish play template
This commit is contained in:
@@ -191,6 +191,7 @@ pub mod chapter_progression_procedure_result_type;
|
||||
pub mod chapter_progression_snapshot_type;
|
||||
pub mod chapter_progression_table;
|
||||
pub mod chapter_progression_type;
|
||||
pub mod checkpoint_wooden_fish_run_procedure;
|
||||
pub mod claim_profile_task_reward_and_return_procedure;
|
||||
pub mod claim_puzzle_work_point_incentive_procedure;
|
||||
pub mod clear_database_migration_import_chunks_procedure;
|
||||
@@ -204,6 +205,7 @@ pub mod compile_match_3_d_draft_procedure;
|
||||
pub mod compile_puzzle_agent_draft_procedure;
|
||||
pub mod compile_square_hole_draft_procedure;
|
||||
pub mod compile_visual_novel_work_profile_procedure;
|
||||
pub mod compile_wooden_fish_draft_procedure;
|
||||
pub mod complete_ai_stage_and_return_procedure;
|
||||
pub mod complete_ai_task_and_return_procedure;
|
||||
pub mod confirm_asset_object_and_return_procedure;
|
||||
@@ -225,6 +227,7 @@ pub mod create_profile_recharge_order_and_return_procedure;
|
||||
pub mod create_puzzle_agent_session_procedure;
|
||||
pub mod create_square_hole_agent_session_procedure;
|
||||
pub mod create_visual_novel_agent_session_procedure;
|
||||
pub mod create_wooden_fish_agent_session_procedure;
|
||||
pub mod creation_entry_config_procedure_result_type;
|
||||
pub mod creation_entry_config_snapshot_type;
|
||||
pub mod creation_entry_config_table;
|
||||
@@ -336,6 +339,7 @@ pub mod finalize_visual_novel_agent_message_turn_procedure;
|
||||
pub mod finish_bark_battle_run_procedure;
|
||||
pub mod finish_match_3_d_time_up_procedure;
|
||||
pub mod finish_square_hole_time_up_procedure;
|
||||
pub mod finish_wooden_fish_run_procedure;
|
||||
pub mod generate_big_fish_asset_procedure;
|
||||
pub mod get_auth_store_snapshot_procedure;
|
||||
pub mod get_bark_battle_run_procedure;
|
||||
@@ -378,6 +382,9 @@ pub mod get_story_session_state_procedure;
|
||||
pub mod get_visual_novel_agent_session_procedure;
|
||||
pub mod get_visual_novel_run_procedure;
|
||||
pub mod get_visual_novel_work_detail_procedure;
|
||||
pub mod get_wooden_fish_agent_session_procedure;
|
||||
pub mod get_wooden_fish_run_procedure;
|
||||
pub mod get_wooden_fish_work_profile_procedure;
|
||||
pub mod grant_inventory_item_input_type;
|
||||
pub mod grant_new_user_registration_wallet_reward_procedure;
|
||||
pub mod grant_player_progression_experience_and_return_procedure;
|
||||
@@ -456,6 +463,7 @@ pub mod list_puzzle_works_procedure;
|
||||
pub mod list_square_hole_works_procedure;
|
||||
pub mod list_visual_novel_runtime_history_procedure;
|
||||
pub mod list_visual_novel_works_procedure;
|
||||
pub mod list_wooden_fish_works_procedure;
|
||||
pub mod mark_profile_recharge_order_paid_and_return_procedure;
|
||||
pub mod match_3_d_agent_message_finalize_input_type;
|
||||
pub mod match_3_d_agent_message_row_type;
|
||||
@@ -562,6 +570,7 @@ pub mod publish_match_3_d_work_procedure;
|
||||
pub mod publish_puzzle_work_procedure;
|
||||
pub mod publish_square_hole_work_procedure;
|
||||
pub mod publish_visual_novel_work_procedure;
|
||||
pub mod publish_wooden_fish_work_procedure;
|
||||
pub mod put_database_migration_import_chunk_procedure;
|
||||
pub mod puzzle_agent_message_finalize_input_type;
|
||||
pub mod puzzle_agent_message_kind_type;
|
||||
@@ -876,6 +885,7 @@ pub mod start_match_3_d_run_procedure;
|
||||
pub mod start_puzzle_run_procedure;
|
||||
pub mod start_square_hole_run_procedure;
|
||||
pub mod start_visual_novel_run_procedure;
|
||||
pub mod start_wooden_fish_run_procedure;
|
||||
pub mod stop_match_3_d_run_procedure;
|
||||
pub mod stop_square_hole_run_procedure;
|
||||
pub mod story_continue_input_type;
|
||||
@@ -922,6 +932,7 @@ pub mod update_puzzle_run_pause_procedure;
|
||||
pub mod update_puzzle_work_procedure;
|
||||
pub mod update_square_hole_work_procedure;
|
||||
pub mod update_visual_novel_work_procedure;
|
||||
pub mod update_wooden_fish_work_procedure;
|
||||
pub mod upsert_auth_store_snapshot_procedure;
|
||||
pub mod upsert_chapter_progression_and_return_procedure;
|
||||
pub mod upsert_chapter_progression_reducer;
|
||||
@@ -984,6 +995,42 @@ pub mod visual_novel_work_snapshot_type;
|
||||
pub mod visual_novel_work_update_input_type;
|
||||
pub mod visual_novel_works_list_input_type;
|
||||
pub mod visual_novel_works_procedure_result_type;
|
||||
pub mod wooden_fish_agent_session_create_input_type;
|
||||
pub mod wooden_fish_agent_session_get_input_type;
|
||||
pub mod wooden_fish_agent_session_procedure_result_type;
|
||||
pub mod wooden_fish_agent_session_row_type;
|
||||
pub mod wooden_fish_agent_session_snapshot_type;
|
||||
pub mod wooden_fish_agent_session_table;
|
||||
pub mod wooden_fish_audio_asset_snapshot_type;
|
||||
pub mod wooden_fish_creator_config_snapshot_type;
|
||||
pub mod wooden_fish_draft_compile_input_type;
|
||||
pub mod wooden_fish_draft_snapshot_type;
|
||||
pub mod wooden_fish_event_row_type;
|
||||
pub mod wooden_fish_event_table;
|
||||
pub mod wooden_fish_gallery_card_view_row_type;
|
||||
pub mod wooden_fish_gallery_card_view_table;
|
||||
pub mod wooden_fish_gallery_view_row_type;
|
||||
pub mod wooden_fish_gallery_view_table;
|
||||
pub mod wooden_fish_image_asset_snapshot_type;
|
||||
pub mod wooden_fish_run_checkpoint_input_type;
|
||||
pub mod wooden_fish_run_finish_input_type;
|
||||
pub mod wooden_fish_run_get_input_type;
|
||||
pub mod wooden_fish_run_procedure_result_type;
|
||||
pub mod wooden_fish_run_snapshot_type;
|
||||
pub mod wooden_fish_run_start_input_type;
|
||||
pub mod wooden_fish_run_status_type;
|
||||
pub mod wooden_fish_runtime_run_row_type;
|
||||
pub mod wooden_fish_runtime_run_table;
|
||||
pub mod wooden_fish_word_counter_type;
|
||||
pub mod wooden_fish_work_get_input_type;
|
||||
pub mod wooden_fish_work_procedure_result_type;
|
||||
pub mod wooden_fish_work_profile_row_type;
|
||||
pub mod wooden_fish_work_profile_table;
|
||||
pub mod wooden_fish_work_publish_input_type;
|
||||
pub mod wooden_fish_work_snapshot_type;
|
||||
pub mod wooden_fish_work_update_input_type;
|
||||
pub mod wooden_fish_works_list_input_type;
|
||||
pub mod wooden_fish_works_procedure_result_type;
|
||||
|
||||
pub use accept_quest_reducer::accept_quest;
|
||||
pub use acknowledge_quest_completion_reducer::acknowledge_quest_completion;
|
||||
@@ -1170,6 +1217,7 @@ pub use chapter_progression_procedure_result_type::ChapterProgressionProcedureRe
|
||||
pub use chapter_progression_snapshot_type::ChapterProgressionSnapshot;
|
||||
pub use chapter_progression_table::*;
|
||||
pub use chapter_progression_type::ChapterProgression;
|
||||
pub use checkpoint_wooden_fish_run_procedure::checkpoint_wooden_fish_run;
|
||||
pub use claim_profile_task_reward_and_return_procedure::claim_profile_task_reward_and_return;
|
||||
pub use claim_puzzle_work_point_incentive_procedure::claim_puzzle_work_point_incentive;
|
||||
pub use clear_database_migration_import_chunks_procedure::clear_database_migration_import_chunks;
|
||||
@@ -1183,6 +1231,7 @@ pub use compile_match_3_d_draft_procedure::compile_match_3_d_draft;
|
||||
pub use compile_puzzle_agent_draft_procedure::compile_puzzle_agent_draft;
|
||||
pub use compile_square_hole_draft_procedure::compile_square_hole_draft;
|
||||
pub use compile_visual_novel_work_profile_procedure::compile_visual_novel_work_profile;
|
||||
pub use compile_wooden_fish_draft_procedure::compile_wooden_fish_draft;
|
||||
pub use complete_ai_stage_and_return_procedure::complete_ai_stage_and_return;
|
||||
pub use complete_ai_task_and_return_procedure::complete_ai_task_and_return;
|
||||
pub use confirm_asset_object_and_return_procedure::confirm_asset_object_and_return;
|
||||
@@ -1204,6 +1253,7 @@ pub use create_profile_recharge_order_and_return_procedure::create_profile_recha
|
||||
pub use create_puzzle_agent_session_procedure::create_puzzle_agent_session;
|
||||
pub use create_square_hole_agent_session_procedure::create_square_hole_agent_session;
|
||||
pub use create_visual_novel_agent_session_procedure::create_visual_novel_agent_session;
|
||||
pub use create_wooden_fish_agent_session_procedure::create_wooden_fish_agent_session;
|
||||
pub use creation_entry_config_procedure_result_type::CreationEntryConfigProcedureResult;
|
||||
pub use creation_entry_config_snapshot_type::CreationEntryConfigSnapshot;
|
||||
pub use creation_entry_config_table::*;
|
||||
@@ -1315,6 +1365,7 @@ pub use finalize_visual_novel_agent_message_turn_procedure::finalize_visual_nove
|
||||
pub use finish_bark_battle_run_procedure::finish_bark_battle_run;
|
||||
pub use finish_match_3_d_time_up_procedure::finish_match_3_d_time_up;
|
||||
pub use finish_square_hole_time_up_procedure::finish_square_hole_time_up;
|
||||
pub use finish_wooden_fish_run_procedure::finish_wooden_fish_run;
|
||||
pub use generate_big_fish_asset_procedure::generate_big_fish_asset;
|
||||
pub use get_auth_store_snapshot_procedure::get_auth_store_snapshot;
|
||||
pub use get_bark_battle_run_procedure::get_bark_battle_run;
|
||||
@@ -1357,6 +1408,9 @@ pub use get_story_session_state_procedure::get_story_session_state;
|
||||
pub use get_visual_novel_agent_session_procedure::get_visual_novel_agent_session;
|
||||
pub use get_visual_novel_run_procedure::get_visual_novel_run;
|
||||
pub use get_visual_novel_work_detail_procedure::get_visual_novel_work_detail;
|
||||
pub use get_wooden_fish_agent_session_procedure::get_wooden_fish_agent_session;
|
||||
pub use get_wooden_fish_run_procedure::get_wooden_fish_run;
|
||||
pub use get_wooden_fish_work_profile_procedure::get_wooden_fish_work_profile;
|
||||
pub use grant_inventory_item_input_type::GrantInventoryItemInput;
|
||||
pub use grant_new_user_registration_wallet_reward_procedure::grant_new_user_registration_wallet_reward;
|
||||
pub use grant_player_progression_experience_and_return_procedure::grant_player_progression_experience_and_return;
|
||||
@@ -1435,6 +1489,7 @@ pub use list_puzzle_works_procedure::list_puzzle_works;
|
||||
pub use list_square_hole_works_procedure::list_square_hole_works;
|
||||
pub use list_visual_novel_runtime_history_procedure::list_visual_novel_runtime_history;
|
||||
pub use list_visual_novel_works_procedure::list_visual_novel_works;
|
||||
pub use list_wooden_fish_works_procedure::list_wooden_fish_works;
|
||||
pub use mark_profile_recharge_order_paid_and_return_procedure::mark_profile_recharge_order_paid_and_return;
|
||||
pub use match_3_d_agent_message_finalize_input_type::Match3DAgentMessageFinalizeInput;
|
||||
pub use match_3_d_agent_message_row_type::Match3DAgentMessageRow;
|
||||
@@ -1541,6 +1596,7 @@ pub use publish_match_3_d_work_procedure::publish_match_3_d_work;
|
||||
pub use publish_puzzle_work_procedure::publish_puzzle_work;
|
||||
pub use publish_square_hole_work_procedure::publish_square_hole_work;
|
||||
pub use publish_visual_novel_work_procedure::publish_visual_novel_work;
|
||||
pub use publish_wooden_fish_work_procedure::publish_wooden_fish_work;
|
||||
pub use put_database_migration_import_chunk_procedure::put_database_migration_import_chunk;
|
||||
pub use puzzle_agent_message_finalize_input_type::PuzzleAgentMessageFinalizeInput;
|
||||
pub use puzzle_agent_message_kind_type::PuzzleAgentMessageKind;
|
||||
@@ -1855,6 +1911,7 @@ pub use start_match_3_d_run_procedure::start_match_3_d_run;
|
||||
pub use start_puzzle_run_procedure::start_puzzle_run;
|
||||
pub use start_square_hole_run_procedure::start_square_hole_run;
|
||||
pub use start_visual_novel_run_procedure::start_visual_novel_run;
|
||||
pub use start_wooden_fish_run_procedure::start_wooden_fish_run;
|
||||
pub use stop_match_3_d_run_procedure::stop_match_3_d_run;
|
||||
pub use stop_square_hole_run_procedure::stop_square_hole_run;
|
||||
pub use story_continue_input_type::StoryContinueInput;
|
||||
@@ -1901,6 +1958,7 @@ pub use update_puzzle_run_pause_procedure::update_puzzle_run_pause;
|
||||
pub use update_puzzle_work_procedure::update_puzzle_work;
|
||||
pub use update_square_hole_work_procedure::update_square_hole_work;
|
||||
pub use update_visual_novel_work_procedure::update_visual_novel_work;
|
||||
pub use update_wooden_fish_work_procedure::update_wooden_fish_work;
|
||||
pub use upsert_auth_store_snapshot_procedure::upsert_auth_store_snapshot;
|
||||
pub use upsert_chapter_progression_and_return_procedure::upsert_chapter_progression_and_return;
|
||||
pub use upsert_chapter_progression_reducer::upsert_chapter_progression;
|
||||
@@ -1963,6 +2021,42 @@ pub use visual_novel_work_snapshot_type::VisualNovelWorkSnapshot;
|
||||
pub use visual_novel_work_update_input_type::VisualNovelWorkUpdateInput;
|
||||
pub use visual_novel_works_list_input_type::VisualNovelWorksListInput;
|
||||
pub use visual_novel_works_procedure_result_type::VisualNovelWorksProcedureResult;
|
||||
pub use wooden_fish_agent_session_create_input_type::WoodenFishAgentSessionCreateInput;
|
||||
pub use wooden_fish_agent_session_get_input_type::WoodenFishAgentSessionGetInput;
|
||||
pub use wooden_fish_agent_session_procedure_result_type::WoodenFishAgentSessionProcedureResult;
|
||||
pub use wooden_fish_agent_session_row_type::WoodenFishAgentSessionRow;
|
||||
pub use wooden_fish_agent_session_snapshot_type::WoodenFishAgentSessionSnapshot;
|
||||
pub use wooden_fish_agent_session_table::*;
|
||||
pub use wooden_fish_audio_asset_snapshot_type::WoodenFishAudioAssetSnapshot;
|
||||
pub use wooden_fish_creator_config_snapshot_type::WoodenFishCreatorConfigSnapshot;
|
||||
pub use wooden_fish_draft_compile_input_type::WoodenFishDraftCompileInput;
|
||||
pub use wooden_fish_draft_snapshot_type::WoodenFishDraftSnapshot;
|
||||
pub use wooden_fish_event_row_type::WoodenFishEventRow;
|
||||
pub use wooden_fish_event_table::*;
|
||||
pub use wooden_fish_gallery_card_view_row_type::WoodenFishGalleryCardViewRow;
|
||||
pub use wooden_fish_gallery_card_view_table::*;
|
||||
pub use wooden_fish_gallery_view_row_type::WoodenFishGalleryViewRow;
|
||||
pub use wooden_fish_gallery_view_table::*;
|
||||
pub use wooden_fish_image_asset_snapshot_type::WoodenFishImageAssetSnapshot;
|
||||
pub use wooden_fish_run_checkpoint_input_type::WoodenFishRunCheckpointInput;
|
||||
pub use wooden_fish_run_finish_input_type::WoodenFishRunFinishInput;
|
||||
pub use wooden_fish_run_get_input_type::WoodenFishRunGetInput;
|
||||
pub use wooden_fish_run_procedure_result_type::WoodenFishRunProcedureResult;
|
||||
pub use wooden_fish_run_snapshot_type::WoodenFishRunSnapshot;
|
||||
pub use wooden_fish_run_start_input_type::WoodenFishRunStartInput;
|
||||
pub use wooden_fish_run_status_type::WoodenFishRunStatus;
|
||||
pub use wooden_fish_runtime_run_row_type::WoodenFishRuntimeRunRow;
|
||||
pub use wooden_fish_runtime_run_table::*;
|
||||
pub use wooden_fish_word_counter_type::WoodenFishWordCounter;
|
||||
pub use wooden_fish_work_get_input_type::WoodenFishWorkGetInput;
|
||||
pub use wooden_fish_work_procedure_result_type::WoodenFishWorkProcedureResult;
|
||||
pub use wooden_fish_work_profile_row_type::WoodenFishWorkProfileRow;
|
||||
pub use wooden_fish_work_profile_table::*;
|
||||
pub use wooden_fish_work_publish_input_type::WoodenFishWorkPublishInput;
|
||||
pub use wooden_fish_work_snapshot_type::WoodenFishWorkSnapshot;
|
||||
pub use wooden_fish_work_update_input_type::WoodenFishWorkUpdateInput;
|
||||
pub use wooden_fish_works_list_input_type::WoodenFishWorksListInput;
|
||||
pub use wooden_fish_works_procedure_result_type::WoodenFishWorksProcedureResult;
|
||||
|
||||
#[derive(Clone, PartialEq, Debug)]
|
||||
|
||||
@@ -2337,6 +2431,12 @@ pub struct DbUpdate {
|
||||
visual_novel_runtime_history_entry: __sdk::TableUpdate<VisualNovelRuntimeHistoryEntryRow>,
|
||||
visual_novel_runtime_run: __sdk::TableUpdate<VisualNovelRuntimeRunRow>,
|
||||
visual_novel_work_profile: __sdk::TableUpdate<VisualNovelWorkProfileRow>,
|
||||
wooden_fish_agent_session: __sdk::TableUpdate<WoodenFishAgentSessionRow>,
|
||||
wooden_fish_event: __sdk::TableUpdate<WoodenFishEventRow>,
|
||||
wooden_fish_gallery_card_view: __sdk::TableUpdate<WoodenFishGalleryCardViewRow>,
|
||||
wooden_fish_gallery_view: __sdk::TableUpdate<WoodenFishGalleryViewRow>,
|
||||
wooden_fish_runtime_run: __sdk::TableUpdate<WoodenFishRuntimeRunRow>,
|
||||
wooden_fish_work_profile: __sdk::TableUpdate<WoodenFishWorkProfileRow>,
|
||||
}
|
||||
|
||||
impl TryFrom<__ws::v2::TransactionUpdate> for DbUpdate {
|
||||
@@ -2660,6 +2760,24 @@ impl TryFrom<__ws::v2::TransactionUpdate> for DbUpdate {
|
||||
"visual_novel_work_profile" => db_update.visual_novel_work_profile.append(
|
||||
visual_novel_work_profile_table::parse_table_update(table_update)?,
|
||||
),
|
||||
"wooden_fish_agent_session" => db_update.wooden_fish_agent_session.append(
|
||||
wooden_fish_agent_session_table::parse_table_update(table_update)?,
|
||||
),
|
||||
"wooden_fish_event" => db_update
|
||||
.wooden_fish_event
|
||||
.append(wooden_fish_event_table::parse_table_update(table_update)?),
|
||||
"wooden_fish_gallery_card_view" => db_update.wooden_fish_gallery_card_view.append(
|
||||
wooden_fish_gallery_card_view_table::parse_table_update(table_update)?,
|
||||
),
|
||||
"wooden_fish_gallery_view" => db_update.wooden_fish_gallery_view.append(
|
||||
wooden_fish_gallery_view_table::parse_table_update(table_update)?,
|
||||
),
|
||||
"wooden_fish_runtime_run" => db_update.wooden_fish_runtime_run.append(
|
||||
wooden_fish_runtime_run_table::parse_table_update(table_update)?,
|
||||
),
|
||||
"wooden_fish_work_profile" => db_update.wooden_fish_work_profile.append(
|
||||
wooden_fish_work_profile_table::parse_table_update(table_update)?,
|
||||
),
|
||||
|
||||
unknown => {
|
||||
return Err(__sdk::InternalError::unknown_name(
|
||||
@@ -3159,6 +3277,27 @@ impl __sdk::DbUpdate for DbUpdate {
|
||||
&self.visual_novel_work_profile,
|
||||
)
|
||||
.with_updates_by_pk(|row| &row.profile_id);
|
||||
diff.wooden_fish_agent_session = cache
|
||||
.apply_diff_to_table::<WoodenFishAgentSessionRow>(
|
||||
"wooden_fish_agent_session",
|
||||
&self.wooden_fish_agent_session,
|
||||
)
|
||||
.with_updates_by_pk(|row| &row.session_id);
|
||||
diff.wooden_fish_event = cache
|
||||
.apply_diff_to_table::<WoodenFishEventRow>("wooden_fish_event", &self.wooden_fish_event)
|
||||
.with_updates_by_pk(|row| &row.event_id);
|
||||
diff.wooden_fish_runtime_run = cache
|
||||
.apply_diff_to_table::<WoodenFishRuntimeRunRow>(
|
||||
"wooden_fish_runtime_run",
|
||||
&self.wooden_fish_runtime_run,
|
||||
)
|
||||
.with_updates_by_pk(|row| &row.run_id);
|
||||
diff.wooden_fish_work_profile = cache
|
||||
.apply_diff_to_table::<WoodenFishWorkProfileRow>(
|
||||
"wooden_fish_work_profile",
|
||||
&self.wooden_fish_work_profile,
|
||||
)
|
||||
.with_updates_by_pk(|row| &row.profile_id);
|
||||
diff.big_fish_gallery_view = cache.apply_diff_to_table::<BigFishWorkSummarySnapshot>(
|
||||
"big_fish_gallery_view",
|
||||
&self.big_fish_gallery_view,
|
||||
@@ -3191,6 +3330,15 @@ impl __sdk::DbUpdate for DbUpdate {
|
||||
"visual_novel_gallery_view",
|
||||
&self.visual_novel_gallery_view,
|
||||
);
|
||||
diff.wooden_fish_gallery_card_view = cache
|
||||
.apply_diff_to_table::<WoodenFishGalleryCardViewRow>(
|
||||
"wooden_fish_gallery_card_view",
|
||||
&self.wooden_fish_gallery_card_view,
|
||||
);
|
||||
diff.wooden_fish_gallery_view = cache.apply_diff_to_table::<WoodenFishGalleryViewRow>(
|
||||
"wooden_fish_gallery_view",
|
||||
&self.wooden_fish_gallery_view,
|
||||
);
|
||||
|
||||
diff
|
||||
}
|
||||
@@ -3501,6 +3649,24 @@ impl __sdk::DbUpdate for DbUpdate {
|
||||
"visual_novel_work_profile" => db_update
|
||||
.visual_novel_work_profile
|
||||
.append(__sdk::parse_row_list_as_inserts(table_rows.rows)?),
|
||||
"wooden_fish_agent_session" => db_update
|
||||
.wooden_fish_agent_session
|
||||
.append(__sdk::parse_row_list_as_inserts(table_rows.rows)?),
|
||||
"wooden_fish_event" => db_update
|
||||
.wooden_fish_event
|
||||
.append(__sdk::parse_row_list_as_inserts(table_rows.rows)?),
|
||||
"wooden_fish_gallery_card_view" => db_update
|
||||
.wooden_fish_gallery_card_view
|
||||
.append(__sdk::parse_row_list_as_inserts(table_rows.rows)?),
|
||||
"wooden_fish_gallery_view" => db_update
|
||||
.wooden_fish_gallery_view
|
||||
.append(__sdk::parse_row_list_as_inserts(table_rows.rows)?),
|
||||
"wooden_fish_runtime_run" => db_update
|
||||
.wooden_fish_runtime_run
|
||||
.append(__sdk::parse_row_list_as_inserts(table_rows.rows)?),
|
||||
"wooden_fish_work_profile" => db_update
|
||||
.wooden_fish_work_profile
|
||||
.append(__sdk::parse_row_list_as_inserts(table_rows.rows)?),
|
||||
unknown => {
|
||||
return Err(
|
||||
__sdk::InternalError::unknown_name("table", unknown, "QueryRows").into(),
|
||||
@@ -3817,6 +3983,24 @@ impl __sdk::DbUpdate for DbUpdate {
|
||||
"visual_novel_work_profile" => db_update
|
||||
.visual_novel_work_profile
|
||||
.append(__sdk::parse_row_list_as_deletes(table_rows.rows)?),
|
||||
"wooden_fish_agent_session" => db_update
|
||||
.wooden_fish_agent_session
|
||||
.append(__sdk::parse_row_list_as_deletes(table_rows.rows)?),
|
||||
"wooden_fish_event" => db_update
|
||||
.wooden_fish_event
|
||||
.append(__sdk::parse_row_list_as_deletes(table_rows.rows)?),
|
||||
"wooden_fish_gallery_card_view" => db_update
|
||||
.wooden_fish_gallery_card_view
|
||||
.append(__sdk::parse_row_list_as_deletes(table_rows.rows)?),
|
||||
"wooden_fish_gallery_view" => db_update
|
||||
.wooden_fish_gallery_view
|
||||
.append(__sdk::parse_row_list_as_deletes(table_rows.rows)?),
|
||||
"wooden_fish_runtime_run" => db_update
|
||||
.wooden_fish_runtime_run
|
||||
.append(__sdk::parse_row_list_as_deletes(table_rows.rows)?),
|
||||
"wooden_fish_work_profile" => db_update
|
||||
.wooden_fish_work_profile
|
||||
.append(__sdk::parse_row_list_as_deletes(table_rows.rows)?),
|
||||
unknown => {
|
||||
return Err(
|
||||
__sdk::InternalError::unknown_name("table", unknown, "QueryRows").into(),
|
||||
@@ -3936,6 +4120,12 @@ pub struct AppliedDiff<'r> {
|
||||
__sdk::TableAppliedDiff<'r, VisualNovelRuntimeHistoryEntryRow>,
|
||||
visual_novel_runtime_run: __sdk::TableAppliedDiff<'r, VisualNovelRuntimeRunRow>,
|
||||
visual_novel_work_profile: __sdk::TableAppliedDiff<'r, VisualNovelWorkProfileRow>,
|
||||
wooden_fish_agent_session: __sdk::TableAppliedDiff<'r, WoodenFishAgentSessionRow>,
|
||||
wooden_fish_event: __sdk::TableAppliedDiff<'r, WoodenFishEventRow>,
|
||||
wooden_fish_gallery_card_view: __sdk::TableAppliedDiff<'r, WoodenFishGalleryCardViewRow>,
|
||||
wooden_fish_gallery_view: __sdk::TableAppliedDiff<'r, WoodenFishGalleryViewRow>,
|
||||
wooden_fish_runtime_run: __sdk::TableAppliedDiff<'r, WoodenFishRuntimeRunRow>,
|
||||
wooden_fish_work_profile: __sdk::TableAppliedDiff<'r, WoodenFishWorkProfileRow>,
|
||||
__unused: std::marker::PhantomData<&'r ()>,
|
||||
}
|
||||
|
||||
@@ -4434,6 +4624,36 @@ impl<'r> __sdk::AppliedDiff<'r> for AppliedDiff<'r> {
|
||||
&self.visual_novel_work_profile,
|
||||
event,
|
||||
);
|
||||
callbacks.invoke_table_row_callbacks::<WoodenFishAgentSessionRow>(
|
||||
"wooden_fish_agent_session",
|
||||
&self.wooden_fish_agent_session,
|
||||
event,
|
||||
);
|
||||
callbacks.invoke_table_row_callbacks::<WoodenFishEventRow>(
|
||||
"wooden_fish_event",
|
||||
&self.wooden_fish_event,
|
||||
event,
|
||||
);
|
||||
callbacks.invoke_table_row_callbacks::<WoodenFishGalleryCardViewRow>(
|
||||
"wooden_fish_gallery_card_view",
|
||||
&self.wooden_fish_gallery_card_view,
|
||||
event,
|
||||
);
|
||||
callbacks.invoke_table_row_callbacks::<WoodenFishGalleryViewRow>(
|
||||
"wooden_fish_gallery_view",
|
||||
&self.wooden_fish_gallery_view,
|
||||
event,
|
||||
);
|
||||
callbacks.invoke_table_row_callbacks::<WoodenFishRuntimeRunRow>(
|
||||
"wooden_fish_runtime_run",
|
||||
&self.wooden_fish_runtime_run,
|
||||
event,
|
||||
);
|
||||
callbacks.invoke_table_row_callbacks::<WoodenFishWorkProfileRow>(
|
||||
"wooden_fish_work_profile",
|
||||
&self.wooden_fish_work_profile,
|
||||
event,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5195,6 +5415,12 @@ impl __sdk::SpacetimeModule for RemoteModule {
|
||||
visual_novel_runtime_history_entry_table::register_table(client_cache);
|
||||
visual_novel_runtime_run_table::register_table(client_cache);
|
||||
visual_novel_work_profile_table::register_table(client_cache);
|
||||
wooden_fish_agent_session_table::register_table(client_cache);
|
||||
wooden_fish_event_table::register_table(client_cache);
|
||||
wooden_fish_gallery_card_view_table::register_table(client_cache);
|
||||
wooden_fish_gallery_view_table::register_table(client_cache);
|
||||
wooden_fish_runtime_run_table::register_table(client_cache);
|
||||
wooden_fish_work_profile_table::register_table(client_cache);
|
||||
}
|
||||
const ALL_TABLE_NAMES: &'static [&'static str] = &[
|
||||
"ai_result_reference",
|
||||
@@ -5298,5 +5524,11 @@ impl __sdk::SpacetimeModule for RemoteModule {
|
||||
"visual_novel_runtime_history_entry",
|
||||
"visual_novel_runtime_run",
|
||||
"visual_novel_work_profile",
|
||||
"wooden_fish_agent_session",
|
||||
"wooden_fish_event",
|
||||
"wooden_fish_gallery_card_view",
|
||||
"wooden_fish_gallery_view",
|
||||
"wooden_fish_runtime_run",
|
||||
"wooden_fish_work_profile",
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user