Skip to content

Regenerate from spec v0.1.0 - #5

Merged
tinyoverflow merged 1 commit into
mainfrom
spec/v0.1.0
Aug 3, 2026
Merged

tinyoverflow merged 1 commit into
mainfrom
spec/v0.1.0

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Generated from v0.1.0.

This spec generated cleanly and every generated module imported,
before the PR was opened.

What this does to callers

The src/ diff below is large by nature — it is a whole
regeneration. This is the summary worth reading: every client
function and model as callers import them, before and after.

+api      activity.get_daily_exercise_summary
+api      activity.list_exercises
+api      activity.log_exercise
+api      authentication.create_token
+api      body_values.create_body_value
+api      body_values.delete_body_value
+api      body_values.get_latest_weight
+api      body_values.update_body_value
+api      buddies.get_buddy
+api      buddies.list_buddies
+api      content.list_featured_recipes
+api      content.list_success_stories
+api      diary.add_consumed_items
+api      diary.delete_consumed_item
+api      diary.get_daily_nutrients
+api      diary.get_feeling
+api      diary.get_water_intake
+api      diary.list_consumed_items
+api      diary.list_meal_images
+api      diary.set_water_intake
+api      fasting.get_fasting_countdowns
+api      fasting.get_fasting_history
+api      fasting.list_fasting_templates
+api      goals.get_goals
+api      goals.get_unmodified_goals
+api      insights.get_meal_summary_tip
+api      insights.request_daily_tips
+api      insights.request_meal_summary_tips
+api      products.get_product
+api      products.get_product_options
+api      products.list_suggested_products
+api      products.search_products
+api      recipes.create_user_recipe
+api      recipes.delete_user_recipe
+api      recipes.get_recipe
+api      recipes.list_favorite_recipes
+api      recipes.list_user_recipes
+api      rewards_shop.autoclaim_rewards
+api      rewards_shop.get_wallet
+api      rewards_shop.list_claimables
+api      rewards_shop.list_shop_items
+api      streaks.get_streak
+api      streaks.update_streak
+api      subscriptions.get_latest_subscription
+api      subscriptions.get_subscription
+api      user.flush_pending_notifications
+api      user.get_changes_indicator
+api      user.get_dietary_preferences
+api      user.get_key_value_store
+api      user.get_settings
+api      user.get_third_party_integration
+api      user.get_unlocked_features
+api      user.get_user
+api      user.initialize_crm
+api      widgets.get_daily_summary_widget
+model    autoclaim_request
+model    body_value_entry
+model    body_value_entry_weight_item
+model    body_value_update
+model    buddy
+model    buddy_exercise
+model    changes_indicator
+model    claimables
+model    consumed_items
+model    consumed_items_deletion
+model    consumed_items_products_item
+model    consumed_recipe_portion
+model    daily_exercise_summary
+model    daily_goals
+model    daily_nutrients
+model    daily_summary_widget
+model    daily_summary_widget_active_fasting_countdown_template_key_type_0
+model    daily_summary_widget_meals
+model    daily_summary_widget_units
+model    daily_summary_widget_user
+model    daily_tips_request
+model    daily_tips_request_experiments_item
+model    dietary_preferences
+model    dietary_preferences_restriction_type_0
+model    exercise_entry
+model    exercise_entry_activity_item
+model    exercise_log
+model    exercise_log_activity
+model    exercise_log_activity_source_type_0
+model    fasting_participants
+model    fasting_period_boundary
+model    fasting_template
+model    fasting_template_category
+model    fasting_template_fasting_periods_item
+model    fasting_template_group
+model    fasting_template_group_fasting_calorie_goal_type_0
+model    fasting_template_group_teaser_position_type_0
+model    fasting_template_preset_type_0
+model    fasting_tip
+model    feeling
+model    feeling_note_type_0
+model    key_value_store
+model    meal_images
+model    meal_summary
+model    meal_summary_tips
+model    meal_summary_tips_request
+model    nutrient_summary
+model    o_auth_token
+model    o_auth_token_request
+model    pending_notifications
+model    product
+model    product_nutrients
+model    product_search_result
+model    product_servings_item
+model    recipe
+model    recipe_available_since_type_0
+model    recipe_draft
+model    recipe_draft_nutrients
+model    recipe_draft_servings_item
+model    recipe_image_type_0
+model    recipe_index_entry
+model    recipe_nutrients
+model    recipe_servings_item
+model    recipe_servings_item_note_type_0
+model    recipe_servings_item_serving_quantity_type_0
+model    recipe_servings_item_serving_type_0
+model    recipe_yazio_id_type_0
+model    shop_items
+model    shop_items_items_item
+model    streak_calendar
+model    streak_day
+model    streak_update
+model    subscription
+model    subscription_base_plan_id_type_0
+model    suggested_product
+model    third_party_integration
+model    unlocked_features
+model    unlocked_features_unlocked_features_item
+model    user_profile
+model    user_profile_city_type_0
+model    user_profile_diet
+model    user_profile_last_name_type_0
+model    user_profile_profile_image_type_0
+model    user_profile_siwa_user_id_type_0
+model    user_settings
+model    wallet
+model    wallet_currencies_item
+model    water_intake
+model    water_intake_entry
+model    water_intake_gateway_type_0
+model    water_intake_source_type_0
+model    weight_entry
+model    weight_entry_external_id_type_0
+model    weight_entry_source_type_0

The version is already decided: 0.1.0.
It comes from the spec's info.version and is written into
src/yazio_sdk/_version.py, so there is nothing to bump by hand. If
that number is wrong for what changed here, the fix is a different
spec release rather than an edit in this repo.

Merging does not publish. Tag the merge commit to release:

git tag v0.1.0
git push origin v0.1.0

@tinyoverflow
tinyoverflow merged commit 41c2e88 into main Aug 3, 2026
4 checks passed
@tinyoverflow
tinyoverflow deleted the spec/v0.1.0 branch August 3, 2026 13:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant